body {
  overflow-x: hidden;
}
body.is-open {
  overflow: hidden;
}

.pc-show {
  display: none;
}
@media screen and (min-width: 700px) {
  .pc-show {
    display: block;
  }
}

.sp-show {
  display: none;
}
@media screen and (max-width: 700px) {
  .sp-show {
    display: block;
  }
}

.titleHead--lv2 {
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 130%;
  text-align: center;
  color: #00316C;
}
@media screen and (max-width: 700px) {
  .titleHead--lv2 {
    font-size: 30px;
  }
}
.titleHead--lv3 {
  position: relative;
  padding-left: 85px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 180%;
  color: #00316C;
}
@media screen and (max-width: 700px) {
  .titleHead--lv3 {
    padding-left: 47px;
    font-size: 16px;
    line-height: 210%;
  }
}
.titleHead--lv3::before {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  width: 72px;
  height: 1px;
  margin: auto;
  background: #00316C;
}
@media screen and (max-width: 700px) {
  .titleHead--lv3::before {
    width: 37px;
  }
}

section {
  font-style: normal;
  font-weight: 600;
}
section .head {
  margin: 0 64px;
}
@media screen and (max-width: 1000px) {
  section .head {
    margin: 0;
  }
}
section .sub {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 210%;
  text-align: center;
  color: #000000;
}
@media screen and (max-width: 700px) {
  section .sub {
    margin-top: 4px;
    font-size: 16px;
  }
}

#sb-container .closeBtn {
  cursor: pointer;
  position: fixed;
  top: 50px;
  right: 58px;
  background: none;
  border: none;
}
@media screen and (max-width: 700px) {
  #sb-container .closeBtn {
    top: 17px;
    right: 50px;
  }
}
@media screen and (min-width: 700px) {
  #sb-container .closeBtn:hover .item::before {
    opacity: 1;
    transform: scale(1);
  }
}
#sb-container .closeBtn .text {
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  text-transform: uppercase;
  color: #00316C;
}
#sb-container .closeBtn .item {
  position: absolute;
  top: 0;
  right: -27px;
  bottom: 0;
  width: 27px;
  height: 27px;
  margin: auto;
  border-radius: 100%;
  background: #00316C;
  transition: 0.2s ease-in-out;
  transform: rotate(45deg);
}
#sb-container .closeBtn .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 27px;
  margin: auto;
  border-radius: 100%;
  background: #62AFCE;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease-in-out;
}
#sb-container .closeBtn .item .i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  height: 1px;
  margin: auto;
  background: #ffffff;
}
#sb-container .closeBtn .item .i:nth-child(2) {
  transform: rotate(90deg);
}
#sb-container .closeBtn.__bottomBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0;
  right: 0;
  width: 376px;
  height: 86px;
  margin: 200px auto 0;
  background: #00316C;
  text-align: center;
  border-radius: 58px;
}
#sb-container .closeBtn.__bottomBtn .text {
  display: block;
  padding-right: 22px;
  position: relative;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 180%;
  color: #fff;
  text-transform: none;
}
#sb-container .closeBtn.__bottomBtn .text::before, #sb-container .closeBtn.__bottomBtn .text::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 1px;
  margin: auto;
  background: #fff;
  transform: rotate(45deg);
}
#sb-container .closeBtn.__bottomBtn .text::after {
  transform: rotate(-45deg);
}
#sb-container .closeBtn.__bottomBtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 376px;
  height: 86px;
  margin: auto;
  border-radius: 58px;
  background: #62AFCE;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 700px) {
  #sb-container .closeBtn.__bottomBtn::before {
    width: 276px;
    height: 66px;
  }
}
@media screen and (min-width: 700px) {
  #sb-container .closeBtn.__bottomBtn:hover::before {
    opacity: 1;
    transform: scale(1);
  }
}
@media screen and (max-width: 700px) {
  #sb-container .closeBtn.__bottomBtn {
    width: 276px;
    height: 66px;
    margin-top: 80px;
  }
}
#sb-container .closeBtn {
  position: absolute;
  top: 55px;
  right: 57px;
}
#sb-container .closeBtn .text {
  padding-right: 5px;
  color: #fff;
}

#sb-nav-close {
  top: -90px !important;
  right: -30px !important;
  width: auto !important;
  height: auto !important;
}

.mainVisualBlock {
  position: relative;
  pointer-events: none;
}
.mainVisualBlock video {
  width: 100%;
}

.aboutBlock {
  width: calc(100% - 64px);
  margin: 42px auto 0;
  padding: 150px 0 145px;
  background: #F2F2F2;
}
@media screen and (max-width: 700px) {
  .aboutBlock {
    width: calc(100% - 24px);
    margin-top: 13px;
    padding: 81px 0 102px;
  }
}
.aboutBlock .numList .text {
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #00316C;
  transition: 0.3s ease-in-out;
}
.aboutBlock .numList .text + .text {
  margin-top: 14px;
}
.aboutBlock .numList .text + .text.mt_s {
  margin-top: 5px;
}
.aboutBlock .numList .text--large {
  position: relative;
  margin: 0 5px;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50%;
  letter-spacing: -0.04em;
  color: #00316C;
  transition: 0.3s ease-in-out;
}
.aboutBlock .numList .text--small {
  font-size: 12px;
}

.aboutContents {
  max-width: 1005px;
  width: 100%;
  margin: 74px auto 0;
}
@media screen and (max-width: 700px) {
  .aboutContents {
    margin-top: 60px;
  }
}
.aboutContents + .aboutContents {
  margin-top: 125px;
}
@media screen and (max-width: 700px) {
  .aboutContents + .aboutContents {
    margin-top: 96px;
  }
}
@media screen and (max-width: 1100px) {
  .aboutContents .titleHead--lv3 {
    margin: 0 64px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 700px) {
  .aboutContents .titleHead--lv3 {
    margin: 0 0 0 12px;
  }
}
.aboutContents .numList {
  max-width: 1002px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 49.5px auto 0;
}
@media screen and (max-width: 1100px) {
  .aboutContents .numList {
    justify-content: center;
  }
}
@media screen and (max-width: 1100px) and (max-width: 700px) {
  .aboutContents .numList {
    margin-top: 31px;
  }
}
.aboutContents .numList .item {
  position: relative;
}
.aboutContents .itemNum__01 .inner {
  margin-top: 54px;
}
.aboutContents .itemNum__02 .inner {
  margin-top: 57px;
}
.aboutContents .itemNum__03 .inner {
  margin-top: 70px;
}
.aboutContents .itemNum__04 .inner {
  margin-top: 48px;
}
.aboutContents .itemNum__05 .inner {
  margin-top: 71px;
}
.aboutContents .itemNum__06 .inner {
  margin-top: 71px;
}
.aboutContents .itemNum__07 .inner {
  margin-top: 57px;
}
.aboutContents .itemNum__08 .inner {
  margin-top: 71px;
}
.aboutContents .aboutContentsBtn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: relative;
  width: 310px;
  height: 310px;
  margin: 22.5px 12px;
  border-radius: 100%;
  background: #ffffff;
  border: none;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 700px) {
  .aboutContents .aboutContentsBtn {
    margin: 12px 20px;
  }
}
@media screen and (min-width: 700px) {
  .aboutContents .aboutContentsBtn:hover::before {
    opacity: 1;
    transform: scale(1);
  }
  .aboutContents .aboutContentsBtn:hover .toggleBtn::before {
    opacity: 1;
    transform: scale(1);
  }
  .aboutContents .aboutContentsBtn:hover img {
    opacity: 0;
  }
  .aboutContents .aboutContentsBtn:hover img.hover-img {
    opacity: 1;
  }
  .aboutContents .aboutContentsBtn:hover .text {
    color: #ffffff;
  }
  .aboutContents .aboutContentsBtn:hover .text--large {
    color: #ffffff;
  }
}
.aboutContents .aboutContentsBtn.is-active::before {
  opacity: 1;
  transform: scale(1);
  border-radius: 16px;
}
.aboutContents .aboutContentsBtn.is-active img {
  opacity: 0;
}
.aboutContents .aboutContentsBtn.is-active img.hover-img {
  opacity: 1;
}
.aboutContents .aboutContentsBtn.is-active .toggleBtn {
  transform: rotate(45deg);
}
.aboutContents .aboutContentsBtn.is-active .text {
  color: #ffffff;
}
.aboutContents .aboutContentsBtn.is-active .text--large {
  color: #ffffff;
}
.aboutContents .aboutContentsBtn.is-active .detail {
  opacity: 0;
}
.aboutContents .aboutContentsBtn.is-active .hover-detail {
  opacity: 1;
}
.aboutContents .aboutContentsBtn.is-active .hover-detail .text {
  font-weight: 300;
}
.aboutContents .aboutContentsBtn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 310px;
  height: 310px;
  margin: auto;
  border-radius: 100%;
  background: #00316C;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease-in-out;
}
.aboutContents .aboutContentsBtn .inner {
  position: unset;
  max-width: none;
}
.aboutContents .aboutContentsBtn .img {
  position: relative;
}
.aboutContents .aboutContentsBtn .hover-img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  opacity: 0;
}
.aboutContents .aboutContentsBtn img {
  position: relative;
  display: block;
  margin: 10px auto 0;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.aboutContents .aboutContentsBtn .detail {
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.aboutContents .aboutContentsBtn .hover-detail {
  position: absolute;
  top: 78px;
  left: 40px;
  width: 231px;
  z-index: 2;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.aboutContents .aboutContentsBtn .hover-detail .text {
  font-size: 12px;
  line-height: 180%;
  text-align: justify;
  color: #FFFFFF;
}
.aboutContents .aboutContentsBtn .toggleBtn {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 49px;
  height: 49px;
  border-radius: 100%;
  background: #00316C;
  transition: 0.2s ease-in-out;
}
.aboutContents .aboutContentsBtn .toggleBtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 49px;
  height: 49px;
  margin: auto;
  border-radius: 100%;
  background: #62AFCE;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease-in-out;
}
.aboutContents .aboutContentsBtn .toggleBtn .i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 1px;
  margin: auto;
  background: #ffffff;
}
.aboutContents .aboutContentsBtn .toggleBtn .i:nth-child(2) {
  transform: rotate(90deg);
}

.lowerContents {
  max-width: 1035px;
}
@media screen and (max-width: 700px) {
  .lowerContents {
    max-width: none;
    width: auto;
  }
}

.happinessList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 920px;
  width: calc(100% - 30px);
  margin: 45px auto 0;
}
@media screen and (max-width: 950px) {
  .happinessList {
    display: block;
  }
}
@media screen and (max-width: 950px) and (max-width: 700px) {
  .happinessList {
    margin-top: 24px;
  }
}
.happinessList .item {
  position: relative;
  width: 420px;
}
.happinessList .item:nth-child(2) {
  margin-top: 235px;
}
@media screen and (max-width: 950px) {
  .happinessList .item:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 950px) {
  .happinessList .item {
    margin: auto;
  }
  .happinessList .item + .item {
    margin-top: 24px;
  }
}
@media screen and (max-width: 950px) and (max-width: 700px) {
  .happinessList .item {
    width: auto;
  }
}
.happinessList .bgText {
  position: absolute;
  top: 0;
  left: 0;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 110px;
  line-height: 130%;
  color: #FFFFFF;
}
@media screen and (max-width: 700px) {
  .happinessList .bgText {
    left: -25px;
  }
}
.happinessList .inner {
  padding: 60px 0 0 60px;
}
@media screen and (max-width: 700px) {
  .happinessList .inner {
    padding: 50px 0 0;
  }
}
.happinessList .sub {
  font-size: 14px;
  text-align: left;
  line-height: 180%;
  color: #00316C;
  position: relative;
  z-index: 100;
}
.happinessList h4 {
  position: relative;
  font-weight: 600;
  font-size: 24px;
  line-height: 180%;
  font-feature-settings: "palt" on;
  color: #00316C;
}
@media screen and (max-width: 700px) {
  .happinessList h4 {
    font-size: 18px;
  }
}
.happinessList .detail {
  margin-top: 4px;
  font-weight: 300;
  font-size: 16px;
  line-height: 180%;
  text-align: justify;
  color: #000000;
}

.numList__col2 {
  width: 100%;
  margin: 144px auto 0;
}
@media screen and (max-width: 1150px) {
  .numList__col2 {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 1150px) and (max-width: 700px) {
  .numList__col2 {
    width: calc(100% - 24px);
    margin-top: 83px;
  }
}
.numList__col2 .item {
  display: flex;
  justify-content: right;
  position: relative;
  padding-top: 101px;
}
@media screen and (max-width: 700px) {
  .numList__col2 .item {
    display: block;
  }
}
.numList__col2 .item + .item {
  margin-top: 84px;
}
@media screen and (max-width: 700px) {
  .numList__col2 .item + .item {
    padding-top: 114px;
  }
}
.numList__col2 .item + .item:last-child {
  padding-bottom: 51px;
}
@media screen and (max-width: 700px) {
  .numList__col2 .item + .item:last-child {
    padding-bottom: 43px;
  }
}
.numList__col2 .item + .item:last-child::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  opacity: 0.1;
  background: #000000;
}
.numList__col2 .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  opacity: 0.1;
  background: #000000;
}
.numList__col2 .left {
  position: relative;
  max-width: 442px;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .numList__col2 .left {
    max-width: none;
    width: auto;
  }
}
.numList__col2 .right {
  max-width: 503px;
  width: 100%;
  margin-left: 24px;
}
@media screen and (max-width: 700px) {
  .numList__col2 .right {
    max-width: none;
    width: auto;
    margin: 16px 0 0;
  }
}
.numList__col2 .right img {
  display: block;
  width: 100%;
}
.numList__col2 .bgNum {
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  position: absolute;
  top: -71px;
  left: -70px;
  font-weight: 600;
  font-size: 110px;
  line-height: 130%;
  color: #FFFFFF;
}
@media screen and (max-width: 1150px) {
  .numList__col2 .bgNum {
    left: 0;
  }
}
@media screen and (max-width: 1150px) and (max-width: 700px) {
  .numList__col2 .bgNum {
    left: -20px;
  }
}
.numList__col2 h4 {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  line-height: 180%;
  color: #00316C;
}
.numList__col2 .detail {
  margin-top: 11px;
  font-weight: 300;
  font-size: 14px;
  line-height: 180%;
  text-align: justify;
  color: #000000;
}

.careerBlock {
  margin: 172px auto 0;
  padding-bottom: 136px;
  max-width: 1005px;
  width: 100%;
}
@media screen and (max-width: 1150px) {
  .careerBlock {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 1150px) and (max-width: 700px) {
  .careerBlock {
    width: calc(100% - 24px);
    margin-top: 133px;
    padding-bottom: 142px;
  }
}
.careerBlock .careerList {
  margin-top: 154px;
}
@media screen and (max-width: 700px) {
  .careerBlock .careerList {
    margin-top: 58px;
  }
}
.careerBlock .item {
  display: flex;
}
@media screen and (max-width: 700px) {
  .careerBlock .item {
    display: block;
  }
}
.careerBlock .item + .item {
  margin-top: 135px;
}
@media screen and (max-width: 700px) {
  .careerBlock .item + .item {
    margin-top: 62px;
  }
}
.careerBlock .left {
  max-width: 477px;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .careerBlock .left {
    max-width: none;
    width: auto;
  }
}
.careerBlock .left img {
  display: block;
  width: 100%;
}
.careerBlock .right {
  max-width: 439px;
  width: 100%;
  margin-left: 80px;
}
@media screen and (max-width: 700px) {
  .careerBlock .right {
    max-width: none;
    width: auto;
    margin: 31px 0 0;
  }
}
.careerBlock .right h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 180%;
  color: #00316C;
}
.careerBlock .right .detail {
  margin-top: 15px;
  font-weight: 300;
  font-size: 14px;
  line-height: 180%;
  color: #000000;
}

.movieBlock {
  padding: 230px 0 135px;
  background: #F2F2F2;
}
@media screen and (max-width: 700px) {
  .movieBlock {
    padding: 160px 0 146px;
  }
}
.movieBlock .movieCarousel {
  position: relative;
  margin: 105px 0 0 140px;
}
@media screen and (max-width: 700px) {
  .movieBlock .movieCarousel {
    margin: 52px 0 0;
  }
}
.movieBlock .movieCarouselBtn {
  cursor: pointer;
  display: block;
  width: 504px;
  background: none;
  border: none;
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  .movieBlock .movieCarouselBtn {
    width: auto;
  }
}
@media screen and (min-width: 700px) {
  .movieBlock .movieCarouselBtn:hover .playBtn::before {
    opacity: 1;
    transform: scale(1);
  }
  .movieBlock .movieCarouselBtn:hover .upper img {
    opacity: 0.6;
    transform: scale(1.1);
  }
}
.movieBlock .movieCarouselBtn + .movieCarouselBtn {
  margin-left: 39px;
}
@media screen and (max-width: 700px) {
  .movieBlock .movieCarouselBtn + .movieCarouselBtn {
    margin-left: 13px;
  }
}
.movieBlock .slick-track {
  display: flex;
}
.movieBlock .carouselArrow {
  cursor: pointer;
  position: absolute;
  right: 145px;
  bottom: -100px;
  background: none;
  border: none;
  width: 58px;
  height: 58px;
  background: #00316C;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 700px) {
  .movieBlock .carouselArrow:hover:not(.slick-disabled)::before {
    opacity: 1;
    transform: scale(1);
  }
}
@media screen and (max-width: 700px) {
  .movieBlock .carouselArrow {
    right: 25px;
  }
}
.movieBlock .carouselArrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
  height: 58px;
  margin: auto;
  border-radius: 100%;
  background: #62AFCE;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease-in-out;
}
.movieBlock .carouselArrow::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 7px;
  height: 9px;
  background: url(../images/saiyo/img-carousel-arrow.svg) no-repeat;
  background-size: contain;
}
.movieBlock .carouselArrow.prevBtn {
  right: 208px;
}
.movieBlock .carouselArrow.prevBtn.slick-disabled {
  opacity: 0.4;
}
@media screen and (max-width: 700px) {
  .movieBlock .carouselArrow.prevBtn {
    right: 90px;
  }
}
.movieBlock .carouselArrow.prevBtn::after {
  right: 2px;
  transform: rotate(180deg);
}
.movieBlock .carouselArrow.nextBtn.is-disabled {
  opacity: 0.4;
}
.movieBlock .upper {
  position: relative;
  border-radius: 16px 16px 0px 0px;
  overflow: hidden;
}
.movieBlock .upper img {
  display: block;
  width: 100%;
  border-radius: 16px 16px 0px 0px;
  transition: all 0.3s ease-in-out;
}
.movieBlock .lower {
  padding: 27px 32px 38px;
  border-radius: 0px 0px 16px 16px;
  background: #fff;
}
@media screen and (max-width: 700px) {
  .movieBlock .lower {
    padding: 18px 25px 20px;
  }
}
.movieBlock .playBtn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 68px;
  height: 68px;
  margin: auto;
  border-radius: 100%;
  background: #00316C;
}
.movieBlock .playBtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  height: 68px;
  margin: auto;
  border-radius: 100%;
  background: #62AFCE;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease-in-out;
}
.movieBlock .playBtn::after {
  content: "";
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 13px;
  height: 16px;
  background: url(../imgs/recruit/img-play-btn-arrow.svg) no-repeat;
  background-size: contain;
}
.movieBlock h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 180%;
  text-align: left;
  color: #00316C;
}
.movieBlock .detail {
  margin-top: 12px;
  font-weight: 300;
  font-size: 14px;
  line-height: 180%;
  text-align: left;
  color: #000000;
}

.membersBlock {
  padding: 183px 0 100px;
  background: #F2F2F2;
}
@media screen and (max-width: 700px) {
  .membersBlock {
    padding: 146px 0 152px;
  }
}
.membersBlock .memberList {
  display: flex;
  flex-wrap: wrap;
  max-width: 704px;
  width: 100%;
  margin: 32px auto 0;
}
@media screen and (max-width: 800px) {
  .membersBlock .memberList {
    display: block;
    max-width: none;
    width: -moz-fit-content;
    width: fit-content;
    margin: 55px auto 0;
  }
}
@media screen and (max-width: 800px) and (max-width: 500px) {
  .membersBlock .memberList {
    margin: 55px 0 0 auto;
  }
}
.membersBlock .memberList .item {
  margin: 32px 12px;
}
@media screen and (max-width: 800px) {
  .membersBlock .memberList .item {
    margin: 0;
  }
  .membersBlock .memberList .item + .item {
    margin: 20px 0 0;
  }
}
.membersBlock .memberModalBtn {
  cursor: pointer;
  position: relative;
  padding: 0 40px 40px 0;
  background: none;
  border: none;
}
@media screen and (min-width: 700px) {
  .membersBlock .memberModalBtn:hover img {
    transform: scale(1.1);
    opacity: 0.6;
  }
  .membersBlock .memberModalBtn:hover .toggleBtn::before {
    opacity: 1;
    transform: scale(1);
  }
}
.membersBlock .memberModalBtn.is-active .toggleBtn {
  transform: rotate(45deg);
}
.membersBlock .memberModalBtn .img {
  border-radius: 25px;
  overflow: hidden;
}
.membersBlock .memberModalBtn img {
  display: block;
  width: 288px;
  border-radius: 25px;
  transition: 0.3s ease-in-out;
}
.membersBlock .memberModalBtn .detail {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 196px;
  margin: auto;
  padding: 28px 13px 13px 31px;
  background: #FFFFFF;
  border-radius: 0px 0px 16px 0px;
}
.membersBlock .memberModalBtn .detail .is-hidden {
  display: none;
}
.membersBlock .memberModalBtn .articleItem.is-hidden {
  display: none;
}
.membersBlock .memberModalBtn .post {
  display: block;
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
  text-align: left;
  color: #000000;
}
.membersBlock .memberModalBtn h4 {
  margin-top: 8px;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  text-align: left;
  color: #000000;
}
.membersBlock .memberModalBtn h4 .name_en{
  font-size: 10px;
  font-weight: 400;
  display: block;
  line-height: 120%;
  letter-spacing: 0.2em;
}
.membersBlock .memberModalBtn .cat {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 16px;
  padding: 4px 10px;
  font-weight: 600;
  font-size: 10px;
  line-height: 150%;
  text-align: left;
  color: #00316C;
  background: #F2F2F2;
  border-radius: 12px;
}
.membersBlock .memberModalBtn .toggleBtn {
  position: absolute;
  bottom: 13px;
  right: 13px;
  width: 27px;
  height: 27px;
  border-radius: 100%;
  background: #00316C;
  transition: 0.2s ease-in-out;
}
.membersBlock .memberModalBtn .toggleBtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 27px;
  margin: auto;
  border-radius: 100%;
  background: #62AFCE;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease-in-out;
}
.membersBlock .memberModalBtn .toggleBtn .i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  height: 1px;
  margin: auto;
  background: #ffffff;
}
.membersBlock .memberModalBtn .toggleBtn .i:nth-child(2) {
  transform: rotate(90deg);
}

.memberModalArea {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 122px 0 200px;
  background: #ffffff;
  z-index: 9999;
  overflow: auto;
}
@media screen and (max-width: 1100px) {
  .memberModalArea {
    padding: 122px 60px 200px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 700px) {
  .memberModalArea {
    padding: 102px 0 152px;
  }
}
.memberModalArea .innerBlock {
  max-width: 976px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 700px) {
  .memberModalArea .innerBlock {
    overflow-x: hidden;
  }
}
.memberModalArea .closeBtn {
  cursor: pointer;
  position: fixed;
  top: 50px;
  right: 58px;
  background: none;
  border: none;
}
@media screen and (max-width: 700px) {
  .memberModalArea .closeBtn {
    top: 17px;
    right: 50px;
  }
}
@media screen and (min-width: 700px) {
  .memberModalArea .closeBtn:hover .item::before {
    opacity: 1;
    transform: scale(1);
  }
}
.memberModalArea .closeBtn .text {
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  text-transform: uppercase;
  color: #00316C;
}
.memberModalArea .closeBtn .item {
  position: absolute;
  top: 0;
  right: -27px;
  bottom: 0;
  width: 27px;
  height: 27px;
  margin: auto;
  border-radius: 100%;
  background: #00316C;
  transition: 0.2s ease-in-out;
  transform: rotate(45deg);
}
.memberModalArea .closeBtn .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 27px;
  margin: auto;
  border-radius: 100%;
  background: #62AFCE;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease-in-out;
}
.memberModalArea .closeBtn .item .i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  height: 1px;
  margin: auto;
  background: #ffffff;
}
.memberModalArea .closeBtn .item .i:nth-child(2) {
  transform: rotate(90deg);
}
.memberModalArea .closeBtn.__bottomBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0;
  right: 0;
  width: 376px;
  height: 86px;
  margin: 200px auto 0;
  background: #00316C;
  text-align: center;
  border-radius: 58px;
}
.memberModalArea .closeBtn.__bottomBtn .text {
  display: block;
  padding-right: 22px;
  position: relative;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 180%;
  color: #fff;
  text-transform: none;
}
.memberModalArea .closeBtn.__bottomBtn .text::before, .memberModalArea .closeBtn.__bottomBtn .text::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 1px;
  margin: auto;
  background: #fff;
  transform: rotate(45deg);
}
.memberModalArea .closeBtn.__bottomBtn .text::after {
  transform: rotate(-45deg);
}
.memberModalArea .closeBtn.__bottomBtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 376px;
  height: 86px;
  margin: auto;
  border-radius: 58px;
  background: #62AFCE;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 700px) {
  .memberModalArea .closeBtn.__bottomBtn::before {
    width: 276px;
    height: 66px;
  }
}
@media screen and (min-width: 700px) {
  .memberModalArea .closeBtn.__bottomBtn:hover::before {
    opacity: 1;
    transform: scale(1);
  }
}
@media screen and (max-width: 700px) {
  .memberModalArea .closeBtn.__bottomBtn {
    width: 276px;
    height: 66px;
    margin-top: 80px;
  }
}
.memberModalArea .mainImg {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 700px) {
  .memberModalArea .mainImg {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.memberModalArea .mainImg .title {
  display: block;
  font-weight: 600;
  font-size: 32px;
  line-height: 180%;
  font-feature-settings: "palt" on;
  color: #00316C;
}
@media screen and (max-width: 700px) {
  .memberModalArea .mainImg .title {
    display: none;
  }
}
.memberModalArea .mainImg .post {
  display: block;
  margin-top: 14px;
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
  color: #000000;
}
@media screen and (max-width: 700px) {
  .memberModalArea .mainImg .post {
    margin-top: 28px;
  }
}
.memberModalArea .mainImg .name {
  display: block;
  margin-top: 8px;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
}
.memberModalArea .mainImg .name .name_en{
  font-size: 12px;
  margin-left: 1em;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.memberModalArea .mainImg .cat {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 8px;
  padding: 4px 10px;
  font-weight: 600;
  font-size: 10px;
  line-height: 150%;
  text-align: left;
  color: #00316C;
  background: #F2F2F2;
  border-radius: 12px;
}
.memberModalArea .mainImg .left {
  max-width: 470px;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .memberModalArea .mainImg .left {
    max-width: none;
    width: auto;
    margin-left: 24px;
  }
}
.memberModalArea .mainImg .right {
  max-width: 552px;
  width: 100%;
  margin-left: 20px;
}
.memberModalArea .mainImg .right .title {
  display: none;
}
@media screen and (max-width: 700px) {
  .memberModalArea .mainImg .right {
    max-width: none;
    width: auto;
    margin-left: 0;
  }
  .memberModalArea .mainImg .right .title {
    display: block;
    margin-left: 24px;
    font-size: 18px;
  }
}
.memberModalArea .mainImg img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .memberModalArea .mainImg img {
    margin-top: 28px;
  }
}
.memberModalArea .articleDetail,
.memberModalArea .articleDetail__reverse {
  display: flex;
}
@media screen and (max-width: 700px) {
  .memberModalArea .articleDetail,
  .memberModalArea .articleDetail__reverse {
    flex-wrap: wrap;
    margin: 0 24px;
  }
}
.memberModalArea .articleDetail .title,
.memberModalArea .articleDetail__reverse .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 180%;
  font-feature-settings: "palt" on;
  color: #00316C;
}
@media screen and (max-width: 700px) {
  .memberModalArea .articleDetail .title,
  .memberModalArea .articleDetail__reverse .title {
    font-size: 18px;
  }
}
.memberModalArea .articleDetail .text,
.memberModalArea .articleDetail__reverse .text {
  margin-top: 14px;
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  text-align: justify;
  font-feature-settings: "fgid" on, "palt" on;
  color: #141414;
}
.memberModalArea .articleDetail img,
.memberModalArea .articleDetail__reverse img {
  display: block;
  width: 100%;
}
.memberModalArea .articleDetail + .articleDetail__reverse {
  margin-top: 85px;
}
@media screen and (max-width: 700px) {
  .memberModalArea .articleDetail + .articleDetail__reverse {
    margin-top: 60px;
  }
}
.memberModalArea .articleDetail .left {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .memberModalArea .articleDetail .left {
    width: auto;
  }
}
.memberModalArea .articleDetail .right {
  max-width: 450px;
  width: 100%;
  margin-left: 78px;
}
@media screen and (max-width: 700px) {
  .memberModalArea .articleDetail .right {
    max-width: none;
    width: auto;
    margin: 32px 0 0;
  }
}
@media screen and (max-width: 700px) {
  .memberModalArea .articleDetail__reverse {
    flex-direction: column-reverse;
  }
}
.memberModalArea .articleDetail__reverse + .articleDetail {
  margin-top: 85px;
}
@media screen and (max-width: 700px) {
  .memberModalArea .articleDetail__reverse + .articleDetail {
    margin-top: 60px;
  }
}
.memberModalArea .articleDetail__reverse .left {
  max-width: 450px;
  width: 100%;
  margin-right: 78px;
}
@media screen and (max-width: 700px) {
  .memberModalArea .articleDetail__reverse .left {
    max-width: none;
    width: auto;
    margin: 32px 0 0;
  }
}
.memberModalArea .articleDetail__reverse .right {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .memberModalArea .articleDetail__reverse .right {
    width: auto;
  }
}
.memberModalArea .sec1 {
  margin-top: 120px;
}
@media screen and (max-width: 700px) {
  .memberModalArea .sec1 {
    margin-top: 60px;
  }
}

.messageBlock {
  position: relative;
  max-width: 1120px;
  width: 100%;
  margin: 187px auto 239px;
}
.messageBlock .bgArrow {
  pointer-events: none;
  position: absolute;
  top: -80px;
  right: 100px;
  transform: rotate(64.7deg);
  z-index: -1;
}
@media screen and (max-width: 700px) {
  .messageBlock .bgArrow {
    top: -140px;
  }
}
.messageBlock .bgArrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 474px;
  height: 3000px;
  margin: auto;
  background: #F2F2F2;
}
@media screen and (max-width: 700px) {
  .messageBlock .bgArrow::before {
    width: 300px;
  }
}
.messageBlock .bgArrow::after {
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 0 237px 100px 237px;
  border-color: transparent transparent #F2F2F2 transparent;
}
@media screen and (max-width: 700px) {
  .messageBlock .bgArrow::after {
    top: -70px;
    border-width: 0 150px 70px 150px;
  }
}
@media screen and (max-width: 1200px) {
  .messageBlock {
    max-width: none;
    width: auto;
    margin: 187px 30px 239px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .messageBlock {
    margin: 257px 24px 217px;
  }
}
.messageBlock .messageContents {
  display: flex;
  margin-top: 212px;
}
@media screen and (max-width: 700px) {
  .messageBlock .messageContents {
    display: block;
    margin-top: 56px;
  }
}
.messageBlock .left {
  width: 100%;
  max-width: 528px;
}
.messageBlock .left img{
  width: 100%;
  max-width: 528px;
}
@media screen and (max-width: 700px) {
  .messageBlock .left {
    max-width: none;
    width: auto;
    margin-top: 36px;
  }
}
.messageBlock .right {
  position: relative;
  max-width: 527px;
  width: 100%;
  margin-left: 64px;
}
@media screen and (max-width: 700px) {
  .messageBlock .right {
    max-width: none;
    width: auto;
    margin: 36px 0 0;
  }
}
.messageBlock .post {
  display: block;
  margin-top: 29px;
  font-weight: 300;
  font-size: 13px;
  line-height: 180%;
  color: #000000;
}
@media screen and (max-width: 700px) {
  .messageBlock .post {
    margin-top: 18px;
  }
}
.messageBlock .name {
  display: block;
  margin-top: 1px;
  font-weight: 600;
  font-size: 18px;
  line-height: 180%;
  color: #00316C;
}
.messageBlock h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 180%;
  color: #00316C;
}
@media screen and (max-width: 700px) {
  .messageBlock h4 {
    font-size: 18px;
  }
}
.messageBlock .detail {
  position: relative;
  height: 552px;
  margin-top: 36px;
  font-weight: 300;
  font-size: 16px;
  line-height: 180%;
  text-align: justify;
  color: #000000;
  overflow: hidden;
}
@media screen and (max-width: 700px) {
  .messageBlock .detail {
    margin-top: 8px;
  }
}
.messageBlock .detail::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 124px;
  margin: auto;
  transform: rotate(-180deg);
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  transition: 0.3s ease-in-out;
  opacity: 1;
}
.messageBlock .detail.is-open {
  height: auto;
}
.messageBlock .detail.is-open::before {
  opacity: 0;
  background: none;
}
.messageBlock .viewMoreBtn {
  cursor: pointer;
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  background: none;
  border: none;
  margin: auto;
}
@media screen and (min-width: 700px) {
  .messageBlock .viewMoreBtn:hover .toggleBtn::before {
    opacity: 1;
    transform: scale(1);
  }
}
@media screen and (max-width: 700px) {
  .messageBlock .viewMoreBtn {
    left: -17px;
  }
}
.messageBlock .viewMoreBtn.is-active {
  margin-top: 10px;
}
.messageBlock .viewMoreBtn.is-active .toggleBtn {
  transform: rotate(45deg);
}
.messageBlock .viewMoreBtn .text {
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  color: #00316C;
}
.messageBlock .viewMoreBtn .toggleBtn {
  position: absolute;
  top: -1px;
  right: -27px;
  bottom: 0;
  width: 27px;
  height: 27px;
  border-radius: 100%;
  background: #00316C;
  transition: 0.2s ease-in-out;
}
.messageBlock .viewMoreBtn .toggleBtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 27px;
  margin: auto;
  border-radius: 100%;
  background: #62AFCE;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease-in-out;
}
.messageBlock .viewMoreBtn .toggleBtn .i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  height: 1px;
  margin: auto;
  background: #ffffff;
}
.messageBlock .viewMoreBtn .toggleBtn .i:nth-child(2) {
  transform: rotate(90deg);
}

.requirementsBlock {
  max-width: 856px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .requirementsBlock {
    max-width: none;
    width: auto;
    margin: 0 30px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 900px) {
  .requirementsBlock {
    max-width: 560px;
    margin: auto;
  }
}
@media screen and (max-width: 1000px) and (max-width: 900px) and (max-width: 700px) {
  .requirementsBlock {
    max-width: none;
  }
}
.requirementsBlock .requirementsList {
  display: flex;
  justify-content: center;
  margin-top: 41px;
}
@media screen and (max-width: 1000px) {
  .requirementsBlock .requirementsList {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .requirementsBlock .requirementsList {
    display: block;
    margin-top: 36px;
  }
}
.requirementsBlock .item {
  width: 264px;
  height: 264px;
  border-radius: 16px;
}
.requirementsBlock .item a{
	text-decoration: none;
}
@media screen and (max-width: 900px) {
  .requirementsBlock .item:nth-child(3) {
    margin-top: 32px;
  }
}
@media screen and (max-width: 900px) and (max-width: 700px) {
  .requirementsBlock .item:nth-child(3) {
    margin-top: 24px;
  }
}
@media screen and (max-width: 900px) and (max-width: 700px) {
  .requirementsBlock .item + .item {
    margin-top: 24px;
  }
}
@media screen and (max-width: 900px) and (max-width: 700px) {
  .requirementsBlock .item {
    margin: auto;
  }
}
.requirementsBlock .link {
  display: block;
  width: 100%;
  height: calc(100% - 45px);
  padding-top: 45px;
  border-radius: 16px;
  transition: 0.3s ease-in-out;
}
.requirementsBlock .link.--blue-01 {
  background: #275EB1;
}
.requirementsBlock .link.--blue-02 {
  background: #004495;
}
.requirementsBlock .link:hover {
  opacity: 1 !important;
}
@media screen and (min-width: 700px) {
  .requirementsBlock .link:hover {
    background: #62AFCE;
  }
}
.requirementsBlock .text--small {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}
.requirementsBlock .cat {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 5px 40px;
  font-weight: 600;
  font-size: 13px;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.05em;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #FFFFFF;
}
.requirementsBlock h4 {
  margin-top: 53px;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}

.bannerBlock {
  display: flex;
  margin: 172px 0 0;
}
@media screen and (max-width: 700px) {
  .bannerBlock {
    display: block;
    margin: 140px 0 auto;
  }
}
.bannerBlock .link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 224px;
  text-decoration: none;
}
@media screen and (max-width: 700px) {
  .bannerBlock .link {
    width: 100%;
  }
}
.bannerBlock .link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bannerBlock .link.--blue-01 {
  background: #275EB1;
}
.bannerBlock .link.--blue-01::before {
  background: url(../imgs/recruit/img-banner-bg-01.png) no-repeat;
  background-size: cover;
}
.bannerBlock .link.--blue-01 .title {
  padding-right: 22px;
}
.bannerBlock .link.--blue-01 .title::before {
  width: 14px;
  height: 12px;
  background: url(../imgs/recruit/img-link-icon.svg) no-repeat;
  background-size: cover;
}
.bannerBlock .link.--blue-02 {
  background: #00316C;
}
.bannerBlock .link.--blue-02::before {
  background: url(../images/saiyo//img-banner-bg-02.png) no-repeat;
  background-size: cover;
}
.bannerBlock .link.--blue-02 .title {
  padding-right: 15px;
}
.bannerBlock .link.--blue-02 .title::before {
  width: 7px;
  height: 9px;
  background: url(../images/saiyo/img-carousel-arrow.svg) no-repeat;
  background-size: contain;
}
.bannerBlock .link:hover{
  opacity: 0.5;
  transition: 0.3s ease-in-out;
}
.bannerBlock .title {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  line-height: 180%;
  text-align: justify;
  font-feature-settings: "fgid" on, "palt" on;
  color: #FFFFFF;
}
.bannerBlock .title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.recruitArea__detailList {
  max-width: 767px;
  width: 100%;
  margin: 146px auto 222px;
}
@media screen and (max-width: 900px) {
  .recruitArea__detailList {
    max-width: none;
    width: auto;
    margin: 146px 30px 222px;
  }
}
@media screen and (max-width: 900px) and (max-width: 700px) {
  .recruitArea__detailList {
    margin: 108px 24px;
  }
}
.recruitArea__detailList .recruitList .item {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-top: 21px;
  padding-top: 21px;
}
@media screen and (max-width: 700px) {
  .recruitArea__detailList .recruitList .item {
    display: block;
    margin-top: 16px;
    padding-top: 16px;
  }
}
.recruitArea__detailList .recruitList .item + .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(28, 28, 30, 0.1);
}
.recruitArea__detailList .recruitList .item:first-child {
  margin: 0;
  padding: 0;
}
.recruitArea__detailList .recruitList .item:last-child {
  padding-bottom: 21px;
}
@media screen and (max-width: 700px) {
  .recruitArea__detailList .recruitList .item:last-child {
    display: block;
    padding-bottom: 16px;
  }
}
.recruitArea__detailList .recruitList .item:last-child::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(28, 28, 30, 0.1);
}
.recruitArea__detailList .recruitList .title {
  display: block;
  width: 130px;
  font-weight: 600;
  font-size: 14px;
  line-height: 180%;
  text-align: justify;
  color: #00316C;
}
@media screen and (max-width: 700px) {
  .recruitArea__detailList .recruitList .title {
    width: auto;
  }
}
.recruitArea__detailList .recruitList .text {
  display: block;
  width: 526px;
  margin-left: 115px;
  font-weight: 300;
  font-size: 16px;
  line-height: 180%;
  text-align: justify;
  font-feature-settings: "fgid" on, "palt" on;
  color: #141414;
}
@media screen and (max-width: 700px) {
  .recruitArea__detailList .recruitList .text {
    width: auto;
    margin: 6px 0 0;
  }
}
.recruitArea__detailList .entryBtn {
  display: block;
  width: 376px;
  height: 86px;
  margin: 96px auto 0;
  background: #00316C;
  border-radius: 58px;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
@media screen and (max-width: 700px) {
  .recruitArea__detailList .entryBtn {
    width: 328px;
    margin-top: 108px;
  }
}
.recruitArea__detailList .entryBtn:hover {
  opacity: 1 !important;
}
@media screen and (min-width: 700px) {
  .recruitArea__detailList .entryBtn:hover {
    background: #62AFCE;
  }
}
.recruitArea__detailList .entryBtn .linkText {
  display: block;
  position: relative;
  padding: 27px 146px 30px 123px;
  font-weight: 600;
  font-size: 16px;
  line-height: 180%;
  text-align: justify;
  font-feature-settings: "fgid" on, "palt" on;
  color: #FFFFFF;
  word-break: keep-all;
}
@media screen and (max-width: 700px) {
  .recruitArea__detailList .entryBtn .linkText {
    padding: 27px 124px 30px 99px;
  }
}
.recruitArea__detailList .entryBtn .linkText::before {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  right: 120px;
  bottom: 0;
  width: 16px;
  height: 14px;
  margin: auto;
  background: url(../imgs/recruit/img-link-icon.svg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 700px) {
  .recruitArea__detailList .entryBtn .linkText::before {
    right: 100px;
  }
}
.recruitArea__detailList .entryBtn .linkText.--arrow::before {
  top: -3px;
  right: 125px;
  width: 12px;
  height: 10px;
  background: url(../imgs/recruit/img-carousel-arrow.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 700px) {
  .recruitArea__detailList .entryBtn .linkText.--arrow::before {
    right: 102px;
  }
}/*# sourceMappingURL=recruit.css.map */