@charset "UTF-8";
/* Scss Document */
/*-------------------------------------------------------

カラー

----------------------------------------------------------*/
/*-------------------------------------------------------

メディアクエリ

----------------------------------------------------------*/
/*-------------------------------------------------------

サブメニュー 連番

----------------------------------------------------------*/
.g-menu__submenu-item:nth-child(1) {
  transition-delay: 0.1s;
}

.g-menu__submenu-item:nth-child(2) {
  transition-delay: 0.2s;
}

.g-menu__submenu-item:nth-child(3) {
  transition-delay: 0.3s;
}

.g-menu__submenu-item:nth-child(4) {
  transition-delay: 0.4s;
}

.g-menu__submenu-item:nth-child(5) {
  transition-delay: 0.5s;
}

.g-menu__submenu-item:nth-child(6) {
  transition-delay: 0.6s;
}

/*-------------------------------------------------------

矢印モジュール

----------------------------------------------------------*/
/*-------------------------------------------------------

flex オプション

----------------------------------------------------------*/
/*-------------------------------------------------------

その他 オプション

----------------------------------------------------------*/
.pc {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

.secFourth + .secFourth {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .secFourth + .secFourth {
    margin-top: 30px;
  }
}

.ttl-left {
  padding-bottom: 15px;
  font-size: 42px;
  font-weight: bold;
  text-align: left;
  margin-top: -50%;
}
@media only screen and (max-width: 767px) {
  .ttl-left {
    margin-top: -500px;
    font-size: 6vw;
  }
}
.ttl-left::before {
  display: block;
  content: "";
  width: 100%;
  height: 500px;
  background-color: #F2FBFF;
  position: relative;
  z-index: -1;
  top: 520px;
  left: -50%;
}

.ttl-right {
  padding-bottom: 60px;
  font-size: 42px;
  font-weight: bold;
  text-align: right;
  margin-top: -50%;
}
@media only screen and (max-width: 767px) {
  .ttl-right {
    margin-top: -500px;
    font-size: 6vw;
    text-align: left;
  }
}
.ttl-right::before {
  display: block;
  content: "";
  width: 50vw;
  height: 500px;
  background-color: #F2FBFF;
  position: relative;
  z-index: -1;
  top: 520px;
  margin-left: 40%;
}
@media only screen and (max-width: 767px) {
  .ttl-right::before {
    display: block;
    content: "";
    width: 100%;
    height: 500px;
    background-color: #F2FBFF;
    position: relative;
    z-index: -1;
    top: 520px;
    left: -50%;
  }
}

.recruit-wrap01 {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .recruit-wrap01 {
    display: block;
  }
}
.recruit-wrap01 div:first-child {
  width: 55%;
}
@media only screen and (max-width: 767px) {
  .recruit-wrap01 div:first-child {
    width: 80%;
  }
}
.recruit-wrap01 div:first-child p {
  padding-top: 180px;
}
@media only screen and (max-width: 767px) {
  .recruit-wrap01 div:first-child p {
    padding-top: 40px;
  }
}
.recruit-wrap01 div:last-child {
  width: 35%;
  padding-bottom: 130px;
}
@media only screen and (max-width: 767px) {
  .recruit-wrap01 div:last-child {
    width: 100%;
  }
}

.recruit-wrap02 {
  width: 100%;
  margin-top: 120px;
  margin-right: 0;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .recruit-wrap02 {
    display: block;
    margin: 0;
  }
}
.recruit-wrap02-cont {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .recruit-wrap02-cont {
    width: 100%;
  }
}

.recruit-btn {
  width: 100%;
  height: 80px;
  background: #fff;
  color: #0B308E;
  display: block;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruit-btn span {
  font-size: 24px;
  font-weight: bold;
}

.posi_rel {
  position: relative;
}

.recruit_deco01 {
  font-size: 109px;
  color: #00A6E7;
  font-family: "Nothing You Could Do", cursive;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .recruit_deco01 {
    font-size: 15vw;
    text-align: right;
    margin-right: 5%;
    right: 5%;
  }
}
.recruit_deco01::before {
  display: block;
  content: "";
  width: 280%;
  height: 500px;
  background-color: #f8f8f8;
  position: relative;
  z-index: -1;
  top: 0;
  margin-left: -200%;
  border: 10px solid #fff;
}
@media only screen and (max-width: 767px) {
  .recruit_deco01::before {
    display: block;
    content: "";
    width: 80vw;
    height: 800px;
    background-color: #f8f8f8;
    position: relative;
    z-index: -1;
    top: 0;
    right: -5%;
    margin: 0;
  }
}

.recruit_deco02 {
  font-size: 109px;
  color: #00A6E7;
  font-family: "Nothing You Could Do", cursive;
  position: absolute;
  bottom: -90px;
}
@media only screen and (max-width: 767px) {
  .recruit_deco02 {
    font-size: 15vw;
    text-align: right;
    margin-right: 5%;
    right: 5%;
  }
}
.recruit_deco02::before {
  display: block;
  content: "";
  width: 550%;
  height: 500px;
  background-color: #f8f8f8;
  position: relative;
  z-index: -1;
  top: 0;
  margin: 0px -200%;
  border: 10px solid #fff;
}
@media only screen and (max-width: 767px) {
  .recruit_deco02::before {
    display: block;
    content: "";
    width: 80vw;
    height: 700px;
    background-color: #f8f8f8;
    position: relative;
    z-index: -1;
    top: 0;
    right: -5%;
    margin: 0;
  }
}

@media only screen and (max-width: 460px) {
  .recruit_deco02::before {
    height: 800px;
  }
}
.sec-movie {
  margin-top: 400px;
  padding-bottom: 5%;
  background-color: #4B5E8A;
}
@media only screen and (max-width: 1079px) {
  .sec-movie {
    margin-top: 100px !important;
    padding: 10% 0;
  }
}
.sec-movie .c-fff {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-movie .c-fff {
    padding-top: 20px;
  }
}
.sec-movie .mt-5 {
  margin-top: 5%;
}

@media only screen and (max-width: 1600px) {
  .sec-movie_ttl_end {
    left: -36vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec-movie_ttl_end {
    left: -27vw;
  }
}
@media only screen and (max-width: 767px) {
  .w-80 {
    width: 80% !important;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .w-60 {
    width: 60% !important;
  }
}

@media only screen and (max-width: 767px) {
  .ml-25 {
    margin-left: 25%;
  }
}

.mt-0 {
  margin-top: 0 !important;
}

.pt-0 {
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  .mt-30 {
    margin-top: 30px;
  }
}

/*-------------------------------------------------------

recruit_benefit_contents

----------------------------------------------------------*/
.benefit_section {
  position: relative;
  padding: 140px 0;
  background-image: repeating-linear-gradient(-45deg, rgba(84, 195, 241, 0.0588235294), rgba(84, 195, 241, 0.0588235294) 8px, transparent 8px, transparent 16px);
}

@media screen and (max-width: 768px) {
  .benefit_section {
    padding: 70px 0 50px;
  }
}
.benefit_contents {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 600px;
  background-color: #54C3F1;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .benefit_contents {
    height: 72%;
  }
}
@media screen and (max-width: 768px) {
  .benefit_container {
    margin: 0 16px;
  }
}
.benefit_ttl {
  padding-bottom: 15px;
  color: #0B308E;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  font-feature-settings: "palt";
  line-height: 1.4em;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 600px) {
  .sp-only {
    display: none;
  }
}
.benefit_inner {
  margin-top: 32px;
  padding: 50px 60px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 8px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .benefit_inner {
    display: flex;
    justify-content: center;
    max-width: 700px;
    margin-top: 22px;
    margin-inline: auto;
    padding: 40px 32px;
    border-radius: 20px;
  }
}
.benefit_list {
  position: relative;
  list-style: none;
  counter-reset: number 0;
}

.benefit-text {
  position: relative;
  padding-left: 44px;
}

@media screen and (max-width: 768px) {
  .benefit-text {
    padding-left: 36px;
  }
}
.benefit-text:not(:first-child) {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .benefit-text:not(:first-child) {
    line-height: 1.4em;
  }
}
.benefit-text::before {
  position: absolute;
  counter-increment: number 1;
  content: counter(number);
  top: -2px;
  left: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .benefit-text::before {
    top: 1px;
    left: 8px;
    font-size: 14px;
  }
}
.benefit-text::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #00A6E7;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .benefit-text::after {
    width: 24px;
    height: 24px;
  }
}
.system_inner {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .system_inner {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .system_inner .outer-mt-XS {
    margin-top: 0px;
  }
}
/*-------------------------------------------------------

recruit_grid-contents

----------------------------------------------------------*/
/*.recruit_grid-contents01 */
.recruit_grid-contents01 {
  display: grid;
  grid-template-areas: "grid-blue grid-white";
  grid-template-columns: 0.8fr 1fr;
}

.recruit_grid-contents01 > .grid-blue {
  grid-area: grid-blue;
  background-color: #F2FBFF;
  height: 100px;
}
@media only screen and (max-width: 1079px) {
  .recruit_grid-contents01 > .grid-blue {
    display: none;
  }
}

.recruit_grid-contents01 > .grid-white {
  grid-area: grid-white;
  background-color: #fff;
}
@media only screen and (max-width: 1079px) {
  .recruit_grid-contents01 > .grid-white {
    display: none;
  }
}

/*.recruit_grid-contents02 */
.recruit_grid-contents02 {
  display: grid;
  grid-template-areas: "grid-blue grid-grey";
  grid-template-columns: 0.15fr 1fr;
}

.recruit_grid-contents02 > .grid-blue {
  grid-area: grid-blue;
  background-color: #F2FBFF;
  height: 400px;
}
@media only screen and (max-width: 1079px) {
  .recruit_grid-contents02 > .grid-blue {
    display: none;
  }
}

.recruit_grid-contents02 > .grid-grey {
  grid-area: grid-grey;
  background-color: #f8f8f8;
  border-top: 20px solid #fff;
  border-left: 20px solid #fff;
}
@media only screen and (max-width: 1079px) {
  .recruit_grid-contents02 > .grid-grey {
    display: none;
  }
}

/*.recruit_grid-contents03 */
.recruit_grid-contents03 {
  display: grid;
  grid-template-areas: "grid-white grid-grey";
  grid-template-columns: 0.15fr 1fr;
}

.recruit_grid-contents03 > .grid-white {
  grid-area: grid-white;
  background-color: #fff;
  height: 100px;
}
@media only screen and (max-width: 1079px) {
  .recruit_grid-contents03 > .grid-white {
    display: none;
  }
}

.recruit_grid-contents03 > .grid-grey {
  grid-area: grid-grey;
  background-color: #f8f8f8;
  border-left: 20px solid #fff;
}
@media only screen and (max-width: 1079px) {
  .recruit_grid-contents03 > .grid-grey {
    display: none;
  }
}

/*.recruit_grid-contents04 */
.recruit_grid-contents04 {
  display: grid;
  grid-template-areas: "grid-white grid-blue";
  grid-template-columns: 1fr 0.8fr;
}

.recruit_grid-contents04 > .grid-white {
  grid-area: grid-white;
  background-color: #fff;
  height: 100px;
}
@media only screen and (max-width: 1079px) {
  .recruit_grid-contents04 > .grid-white {
    display: none;
  }
}

.recruit_grid-contents04 > .grid-blue {
  grid-area: grid-blue;
  background-color: #F2FBFF;
}
@media only screen and (max-width: 1079px) {
  .recruit_grid-contents04 > .grid-blue {
    display: none;
  }
}

/*.recruit_grid-contents05 */
.recruit_grid-contents05 {
  display: grid;
  grid-template-areas: "grid-grey grid-blue";
  grid-template-columns: 1fr 0.15fr;
}

.recruit_grid-contents05 > .grid-grey {
  grid-area: grid-grey;
  background-color: #f8f8f8;
  height: 400px;
  border-top: 20px solid #fff;
  border-right: 20px solid #fff;
}
@media only screen and (max-width: 1079px) {
  .recruit_grid-contents05 > .grid-grey {
    display: none;
  }
}

.recruit_grid-contents05 > .grid-blue {
  grid-area: grid-blue;
  background-color: #F2FBFF;
}
@media only screen and (max-width: 1079px) {
  .recruit_grid-contents05 > .grid-blue {
    display: none;
  }
}

/*.recruit_grid-contents06 */
.recruit_grid-contents06 {
  display: grid;
  grid-template-areas: "grid-grey grid-white";
  grid-template-columns: 1fr 0.15fr;
}

.recruit_grid-contents06 > .grid-grey {
  grid-area: grid-grey;
  background-color: #f8f8f8;
  height: 200px;
  border-right: 20px solid #fff;
}
@media only screen and (max-width: 1079px) {
  .recruit_grid-contents06 > .grid-grey {
    display: none;
  }
}

.recruit_grid-contents06 > .grid-white {
  grid-area: grid-white;
  background-color: #fff;
}
@media only screen and (max-width: 1079px) {
  .recruit_grid-contents06 > .grid-white {
    display: none;
  }
}

.recruit_positioning-class {
  margin-top: -755px;
  margin-bottom: 200px;
}
@media only screen and (max-width: 1079px) {
  .recruit_positioning-class {
    margin-top: -100px;
    margin-bottom: 0;
  }
}

.message_item {
  margin-top: 200px;
}
@media only screen and (max-width: 1079px) {
  .message_item {
    margin-top: 50px;
  }
}
.message_item .message_img {
  width: 70%;
  margin-left: 25%;
}
@media only screen and (max-width: 1079px) {
  .message_item .message_img {
    width: 100%;
    margin-left: 0;
  }
}
.message_item .recruit_deco-R {
  margin-top: 30px;
  margin-left: 17%;
}
@media only screen and (max-width: 1079px) {
  .message_item .recruit_deco-R {
    display: none;
  }
}

.recruit_positioning-class02 {
  margin-top: -945px;
}
@media only screen and (max-width: 1079px) {
  .recruit_positioning-class02 {
    margin-top: 150px;
  }
}
.recruit_positioning-class02__item2 {
  margin-top: -100px;
}
.recruit_positioning-class02 .ta-right {
  text-align: right;
}
@media only screen and (max-width: 1079px) {
  .recruit_positioning-class02 .ta-right {
    text-align: left;
  }
}

.recruit_deco-L {
  margin-top: -70px;
  margin-right: auto;
  margin-left: 10%;
}

@media only screen and (max-width: 1079px) {
  .recruit_deco-L > img {
    display: none !important;
  }
}

.pt-180 {
  padding-top: 180px;
}
@media only screen and (max-width: 1079px) {
  .pt-180 {
    padding-top: 60px;
  }
}

/*.recruit_grid-contents07 */
.recruit_grid-contents07 {
  padding-top: 5%;
  padding-bottom: 3%;
  display: grid;
  grid-template-areas: "grid-navy grid-white1 grid-logo grid-white2 grid-white3";
  grid-template-columns: 1fr 120px 750px 120px 1fr;
}
@media only screen and (max-width: 1079px) {
  .recruit_grid-contents07 {
    padding-top: 0;
    padding-bottom: 8%;
    grid-template-columns: 0.21fr 0.89fr 2fr 0.5fr 0.5fr;
  }
}

.recruit_grid-contents07 > .grid-navy {
  grid-area: grid-navy;
  background-color: #4B5E8A;
  height: 130px;
}
@media only screen and (max-width: 1079px) {
  .recruit_grid-contents07 > .grid-navy {
    height: 20vw;
  }
}

.recruit_grid-contents07 > .grid-white1 {
  grid-area: grid-white1;
  border-bottom: 130px solid #fff;
  border-left: 100px solid transparent;
}
@media only screen and (max-width: 1079px) {
  .recruit_grid-contents07 > .grid-white1 {
    border-bottom: 20vw solid #fff;
    border-left: 12vw solid transparent;
  }
}

.recruit_grid-contents07 > .grid-logo {
  grid-area: grid-logo;
  background: url(/../images/recruit/images_recruit_movie-logo.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  height: 130px;
}
@media only screen and (max-width: 1079px) {
  .recruit_grid-contents07 > .grid-logo {
    background-size: 100%;
    height: 20vw;
  }
}

.recruit_grid-contents07 > .grid-white2 {
  grid-area: grid-white2;
  background-color: #fff;
  height: 130px;
}
@media only screen and (max-width: 1079px) {
  .recruit_grid-contents07 > .grid-white2 {
    height: 20vw;
  }
}

.recruit_grid-contents07 > .grid-white3 {
  grid-area: grid-white3;
  background-color: #fff;
  height: 130px;
}
@media only screen and (max-width: 1079px) {
  .recruit_grid-contents07 > .grid-white3 {
    height: 20vw;
  }
}

.mt-entry {
  margin-top: 200px;
}
@media only screen and (max-width: 1079px) {
  .mt-entry {
    margin-top: 60px;
  }
}

@media only screen and (min-width: 1080px) {
  .recruit__copy {
    max-width: 530px;
    width: 100%;
  }
}

@media only screen and (min-width: 1080px) {
  .recruit__copy-img {
    max-width: 470px;
  }
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 767px) {
  .youtube {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.table-layout-3 tr th {
  width: 25.5%;
  text-align: center;
  color: #0B308E;
  font-weight: bold;
}

.table-layout-3 tr th img {
  width: 33%;
  margin: 10px auto;
}
@media only screen and (max-width: 767px) {
  .table-layout-3 tr th img {
    width: 50%;
  }
}

.table-layout-3 tr th,
.table-layout-3 tr td {
  margin-top: 10px;
  padding: 2% 2%;
  border-bottom: 1px solid #B9B9B9;
}

.welfare_title {
  color: #0B308E;
  font-weight: bold;
}/*# sourceMappingURL=recruit.css.map */