.mainVisual {
  position: relative;
}
.mainVisual_inner {
  position: relative;
  margin: 0 auto;
  height: 100%;
}
.mainVisual_txt {
  position: absolute;
  left: 0;
}
.section01_list_detail .name span {
  color: #0096e0;
}
.section01_img img {
  width: 100%;
  height: auto;
}
.section02_bx_inner {
  position: relative;
}
.section02_bx_img img {
  width: 100%;
  vertical-align: bottom;
}
.section02_bx_detail {
  position: absolute;
}
.section02_bx_detail_heading {
  color: #0096e0;
  position: relative;
  padding-left: 1.5em;
}
.section02_bx_detail_heading:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.section02_bx_detail_heading::before {
  content: '';
  display: block;
  height: 1px;
  background-color: #0096e0;
  position: absolute;
  left: 0;
}
.section02_bx_detail_heading span {
  display: block;
  float: right;
}
.section02_bx_02 .section02_bx_detail_heading-02 span {
  float: none;
  text-align: center;
}
.section02_bx_05 .section02_bx_detail_heading span {
  float: none;
  text-align: center;
}
.section03_img img {
  width: 100%;
}
.section03_heading {
  color: #0096e0;
  text-align: center;
}
.section03_link {
  text-align: center;
}
.section03_link a {
  color: #0096e0;
}
.section03_link a::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  border-top: 2px solid #0096e0;
  border-right: 2px solid #0096e0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -0.25em;
}
@media screen and (min-width: 768px) {
  .wrapper {
    line-height: 2.357142857142857;
  }
  .mainVisual {
    margin-top: 80px;
    background: url("/recruit/institutions/talk/img/img_main_01_pc.jpg") no-repeat center;
    background-size: cover;
    width: 100%;
    min-width: 980px;
    height: calc(100vh - 80px);
  }
  .mainVisual_inner {
    width: 76.5625%;
  }
  .mainVisual_txt {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .section01 {
    padding-top: 94px;
  }
  .section01_inner {
    margin-bottom: 73px;
  }
  .section01_list_inner {
    font-size: 0;
    text-align: center;
  }
  .section01_list_inner li {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    width: 300px;
    text-align: left;
    margin: 0 15px;
  }
  .section01_list_detail {
    margin-top: 30px;
  }
  .section01_list_detail .name {
    font-size: 24px;
    line-height: 1;
    margin: 10px 0 30px;
  }
  .section01_list_detail .name span {
    font-size: 20px;
    padding-left: 10px;
  }
  .section02_bx_detail {
    top: 50%;
    right: 50%;
    width: 500px;
    -webkit-transform: translateX(100%) translateY(-50%);
    transform: translateX(100%) translateY(-50%);
  }
  .section02_bx_detail_heading {
    font-size: 24px;
    line-height: 1.833333333333333;
    margin-bottom: 30px;
  }
  .section02_bx_detail_heading::before {
    top: 0.9em;
    width: 25px;
  }
  .section02_bx_detail_heading span.sp {
    display: inline;
    float: none;
  }
  .section02_bx_detail_txt {
    font-size: 14px;
  }
  .section02_bx_detail_txt + .section02_bx_detail_heading {
    margin-top: 60px;
  }
  .section02_bx_01 .section02_bx_img {
    width: 57.03125%;
  }
  .section02_bx_02 .section02_bx_detail,
  .section02_bx_04 .section02_bx_detail {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-100%) translateY(-50%);
    transform: translateX(-100%) translateY(-50%);
  }
  .section02_bx_02 {
    margin-top: -6.5%;
  }
  .section02_bx_03 {
    margin-top: -4.3%;
  }
  .section02_bx_04 {
    margin-top: -6.3%;
  }
  .section02_bx_04 .section02_bx_detail_heading span {
    padding-right: 30px;
  }
  .section02_bx_05 {
    margin-top: -5.6%;
  }
  .section02_bx_05 .section02_bx_detail {
    -webkit-transform: translateX(100%) translateY(-43%);
    transform: translateX(100%) translateY(-43%);
  }
  .section02_bx_05 .section02_bx_detail_txt + .section02_bx_detail_heading {
    margin-top: 110px;
  }
  .section03_inner {
    padding: 60px 0 90px;
  }
  .section03_heading {
    font-size: 30px;
    margin-bottom: 55px;
  }
  .section03_list_inner {
    text-align: center;
    font-size: 0;
  }
  .section03_list_inner li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 300px;
    margin: 0 17px;
  }
  .section03_list_txt {
    text-align: left;
    margin-top: 15px;
  }
  .section03_link {
    font-size: 20px;
    margin-top: 80px;
  }
  .section03_link a::after {
    margin-left: 35px;
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    line-height: 1.818181818181818;
  }
  .mainVisual {
    background: url("/recruit/institutions/talk/img/img_main_01_sp.jpg") no-repeat center;
    background-size: cover;
    width: 100wv;
    height: 100vh;
  }
  .mainVisual_inner {
    width: 68.75%;
  }
  .mainVisual_txt {
    width: 66.36363636363637%;
    bottom: 9.772727272727273%;
  }
  .mainVisual .modIconDown {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    bottom: 5.9375%;
    left: auto;
    right: 7.656250000000001%;
  }
  .section01 {
    padding-top: 7.5%;
  }
  .section01_inner {
    width: 93.75%;
    margin: 0 auto 10.9375%;
  }
  .section01_list_inner li {
    display: table;
  }
  .section01_list_inner li:nth-child(n+2) {
    margin-top: 5%;
  }
  .section01_list_img,
  .section01_list_detail {
    display: table-cell;
    vertical-align: middle;
  }
  .section01_list_img {
    width: 36.666666666666664%;
  }
  .section01_list_detail {
    padding-left: 5%;
  }
  .section01_list_detail .career {
    font-size: 2.5vw;
  }
  .section01_list_detail .name {
    font-size: 3.75vw;
    margin-bottom: 4.166666666666666%;
  }
  .section01_list_detail .name span {
    font-size: 3.125vw;
    padding-left: 4.166666666666666%;
  }
  .section01_list_detail .txt {
    font-size: 2.8125vw;
  }
  .section02_bx {
    position: relative;
  }
  .section02_bx_detail {
    top: 0;
    left: 0;
    right: 0;
    width: 82.8125%;
    margin: 0 auto;
  }
  .section02_bx_detail_heading {
    font-size: 4.375vw;
    margin-bottom: 4.716981132075472%;
  }
  .section02_bx_detail_heading::before {
    top: 0.85em;
    width: 1em;
  }
  .section02_bx_detail_txt {
    font-size: 3.4375vw;
  }
  .section02_bx_detail_txt + .section02_bx_detail_heading {
    margin-top: 8.49056603773585%;
  }
  .section02_bx_01 {
    z-index: 5;
  }
  .section02_bx_01 .section02_bx_detail {
    top: 50.5%;
  }
  .section02_bx_02 {
    z-index: 4;
    margin-top: -6.5%;
  }
  .section02_bx_02 .section02_bx_detail {
    top: 56%;
  }
  .section02_bx_03 {
    z-index: 3;
    margin-top: -12%;
  }
  .section02_bx_03 .section02_bx_detail {
    top: 51%;
  }
  .section02_bx_03 .section02_bx_detail_heading span {
    padding-right: 15.09433962264151%;
  }
  .section02_bx_04 {
    z-index: 2;
    margin-top: -6.5%;
  }
  .section02_bx_04 .section02_bx_detail {
    position: static;
    padding: 5% 0 11.666666666666666%;
  }
  .section02_bx_05 {
    z-index: 1;
  }
  .section02_bx_05 .section02_bx_detail {
    top: 46%;
  }
  .section03_inner {
    width: 93.75%;
    margin: 0 auto;
    padding: 8.59375% 0 14.0625%;
  }
  .section03_heading {
    font-size: 4.6875vw;
    margin-bottom: 5%;
  }
  .section03_list_inner li {
    font-size: 3.125vw;
  }
  .section03_list_txt {
    padding: 5% 5% 8.333333333333332%;
  }
  .section03_link {
    font-size: 3.125vw;
    margin-top: 8.333333333333332%;
  }
  .section03_link a::after {
    margin-left: 6.666666666666667%;
    width: 1.25vw;
    height: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1160px) {
  .section01_list_inner li {
    width: 280px;
  }
  .section01_list_img img {
    width: 100%;
    height: auto;
  }
  .section02_bx_detail {
    width: 450px;
  }
  .section02_bx_detail_heading {
    margin-bottom: 15px;
  }
  .section02_bx_detail_txt + .section02_bx_detail_heading {
    margin-top: 30px;
  }
  .section02_bx_05 .section02_bx_detail {
    -webkit-transform: translateX(100%) translateY(-50%);
    transform: translateX(100%) translateY(-50%);
  }
  .section02_bx_05 .section02_bx_detail_txt + .section02_bx_detail_heading {
    margin-top: 30px;
  }
  .section03_list_inner li {
    width: 270px;
  }
  .section03_list_img img {
    width: 100%;
  }
}
