@charset "UTF-8";
/*
Theme Name: recruit_child
Template: recruit_child
Author: labo
Author URI: https://design-p.com/*/
.indent_content {
  padding: 100px 0;
}

.indent_content02 {
  margin-top: 80px;
}

.indent_content03 {
  margin-top: 50px;
}

body,
#wrap {
  overflow-x: hidden;
}

body {
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  width: 100%;
  height: 100%;
}

body.indication {
  opacity: 1;
}

#wrap {
  background: #fff;
}

.sp_hamburger,
.sp_nav {
  display: none;
}

header {
  max-width: 1200px;
  margin: 0 auto;
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  font-size: 40px;
  line-height: 1;
  z-index: 100;
  letter-spacing: 2px;
}

.op_header {
  transition: transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
  -webkit-transform: translateY(-110px);
          transform: translateY(-110px);
}

.op_header.inview {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.front_main_box {
  position: relative;
  background: #000;
  overflow: hidden;
}
.front_main_box .bg {
  position: relative;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0.7;
  -webkit-transition: opacity 1500ms, -webkit-transform 1500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1500ms, -webkit-transform 1500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1500ms, transform 1500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1500ms, transform 1500ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.front_main_box .txt_box {
  position: absolute;
}
.front_main_box .txt_box .txt01 {
  font-size: 50px;
  line-height: 1.3;
  letter-spacing: 5px;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.front_main_box .txt_box .txt02 {
  font-size: 30px;
  line-height: 1;
  margin-top: 25px;
  letter-spacing: 2px;
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
}
.front_main_box .under_txt {
  font-size: 40px;
  line-height: 1;
  background: #0e6eb8;
  padding: 30px 0;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  letter-spacing: 5px;
}

.front_main_box.inview {
  opacity: 1;
}
.front_main_box.inview .bg {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.op_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.op_box .op_txt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  clip-path: inset(0 100% 0 0);
  -webkit-transition: 650ms;
  transition: 650ms;
  display: table;
  font-size: 30px;
  letter-spacing: 5px;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  z-index: 105;
}
.op_box .op_bg {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.op_box.delete {
  display: none;
}

.op_box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #f00500), color-stop(80%, #ff8a00));
  background: linear-gradient(90deg, #f00500 20%, #ff8a00 80%);
  -webkit-transition: all 650ms cubic-bezier(0.77, 0, 0.175, 1) 100ms;
  transition: all 650ms cubic-bezier(0.77, 0, 0.175, 1) 100ms;
  left: -100%;
  z-index: 110;
}

.op_box.inview .op_txt {
  clip-path: inset(0);
}
.op_box.inview .op_txt.dele {
  opacity: 0;
}
.op_box.inview .op_bg.dele {
  display: none;
}

.op_box.inview01::before {
  left: 0;
}

.op_box.inview02::before {
  left: 100%;
}

/*index*/
#index .box01 {
  background: #fff;
  padding: 180px 0;
}
#index .box01 h2 {
  font-size: 50px;
  line-height: 1.3;
  letter-spacing: 1px;
}
#index .box01 .txt01 {
  font-size: 25px;
  line-height: 1.4;
  margin: 30px auto;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#index .box01 .text {
  font-size: 16px;
  line-height: 2.2;
  width: 575px;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  margin-top: 30px;
}
#index .box01 .img {
  position: absolute;
}
#index .box01 .img.img01 {
  top: -130px;
  right: 20px;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#index .box01 .img.img02 {
  top: -60px;
  right: -240px;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#index .box01 .img.img03 {
  top: 257px;
  right: -80px;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
#index .box01 .inner {
  margin-top: 30px;
}
#index .box01 .inner .item {
  width: 250px;
}
#index .box01 .inner .item:nth-of-type(n + 2) {
  margin-left: 30px;
}
#index .box01 .inner .item p {
  font-size: 16px;
  margin-bottom: 16px;
  text-align: center;
}
#index .c_img {
  position: relative;
  min-width: 1920px;
  left: 50%;
  margin-left: -960px;
  height: 450px;
  background: url(img/index/c_img01.jpg) center center no-repeat;
  background-attachment: fixed;
  background-position: center;
}
#index .box015 {
  margin-top: 100px;
}
#index .box015 h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 50px;
  letter-spacing: 2px;
}
#index .box015 .over .item {
  width: 300px;
}
#index .box015 .over .item p {
  margin-top: 20px;
  text-align: justify;
  line-height: 1.7;
}
#index .box02 {
  padding-top: 150px;
  position: relative;
}
#index .box02 h2 {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 50px;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#index .box02 .box02-slider .slide {
  max-width: 1000px;
  background: #0e6eb8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  font-weight: bold;
  color: #fff;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  margin: 0 auto;
}
#index .box02 .box02-slider .slide:nth-of-type(2) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#index .box02 .box02-slider .slide:nth-of-type(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#index .box02 .box02-slider .slide .img {
  margin-right: 20px;
}
#index .box02 .box02-slider .slide .txt01 {
  font-size: 16px;
  line-height: 1.8;
}
#index .box03 {
  padding: 50px 0 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
#index .box03 h2 {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 50px;
}
#index .box03 h2 span {
  font-size: 20px;
  margin-left: 30px;
  margin-top: 15px;
}
#index .box03 .add_txt01 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 50px;
}
#index .box03 .box03-slider .swiper-slide {
  max-width: 1000px;
  background: #0e6eb8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  font-weight: bold;
  color: #fff;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#index .box03 .box03-slider .swiper-slide:nth-of-type(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#index .box03 .box03-slider .swiper-slide:nth-of-type(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#index .box03 .box03-slider .swiper-slide .img {
  margin-right: 20px;
}
#index .box03 .box03-slider .swiper-slide .over {
  margin-bottom: 15px;
}
#index .box03 .box03-slider .swiper-slide .over .no {
  font-size: 30px;
  line-height: 1;
  background: #0e6eb8;
  padding: 10px;
  margin-right: 20px;
}
#index .box03 .box03-slider .swiper-slide .over h3 {
  font-size: 30px;
}
#index .box03 .box03-slider .swiper-slide .text {
  font-size: 16px;
  line-height: 1.8;
}
#index .box03 .swiper-button-next,
#index .box03 .swiper-button-prev {
  width: 16px;
  height: 47px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#index .box03 .swiper-button-prev {
  left: 0;
}
#index .box03 .swiper-button-next {
  right: 0;
}
#index .box03 .swiper-button-next::after,
#index .box03 .swiper-button-prev::after {
  display: none;
}
#index .box03 .button_box {
  width: 1070px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 275px;
  margin: auto;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
#index .box04 {
  padding: 200px 0 195px;
}
#index .box04 h2 {
  font-size: 60px;
  line-height: 1;
}
#index .box04 .text {
  font-size: 18px;
  margin-top: 35px;
  width: 575px;
  line-height: 2;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#index .box04 .img {
  position: absolute;
}
#index .box04 .img.img01 {
  right: 20px;
  top: -100px;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#index .box04 .img.img02 {
  right: -300px;
  top: 0;
  z-index: 10;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#index .box04 .img.img03 {
  right: -80px;
  bottom: -265px;
  z-index: 20;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#index .box05 {
  padding: 100px 0 0;
}
#index .box05 h2 {
  font-size: 50px;
  line-height: 1;
  position: relative;
  z-index: 10;
}
#index .box05 .text {
  font-size: 16px;
  line-height: 2;
  position: relative;
  z-index: 10;
  margin: 40px 0;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#index .box05 .bg {
  content: "";
  background: #909090;
  width: 1560px;
  height: 550px;
  top: -80px;
  left: -460px;
  position: absolute;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#index .box05 .box05-slider .swiper-slide {
  max-width: 450px;
  min-width: 450px;
  background: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  font-weight: bold;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#index .box05 .box05-slider .swiper-slide:nth-of-type(2) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#index .box05 .box05-slider .swiper-slide:nth-of-type(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#index .box05 .box05-slider .swiper-slide:nth-of-type(4) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
#index .box05 .box05-slider .swiper-slide .img {
  margin-bottom: 20px;
}
#index .box05 .box05-slider .swiper-slide .no {
  position: absolute;
  top: -26px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 40px;
  text-align: center;
}
#index .box05 .box05-slider .swiper-slide h3 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
}
#index .box05 .box05-slider .swiper-slide .txt01 {
  font-size: 16px;
  line-height: 1.5;
}
#index .box05 .swiper-button-next02,
#index .box05 .swiper-button-prev02 {
  width: 16px;
  height: 47px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
#index .box05 .swiper-button-prev02 {
  left: 0;
}
#index .box05 .swiper-button-next02 {
  right: 0;
}
#index .box05 .swiper-button-next02::after,
#index .box05 .swiper-button-prev02::after {
  display: none;
}
#index .box05 .button_box {
  width: 515px;
  position: absolute;
  left: -35px;
  bottom: 210px;
  margin: auto;
  z-index: 50;
  cursor: pointer;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
#index .box06 {
  padding: 100px 0 95px;
}
#index .box06 h2 {
  font-size: 50px;
  line-height: 1;
}
#index .box06 .text {
  font-size: 18px;
  line-height: 2;
  margin-top: 35px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
#index .box07 {
  background: #fff;
  position: relative;
}
#index .box07 h2 {
  font-size: 50px;
  line-height: 1;
}
#index .box07 .icon_text {
  font-size: 200px;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  margin: auto;
  opacity: 0.05;
  font-weight: bold;
  letter-spacing: 10px;
}
#index .box07 .form-box {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
#index .box07 .form-box .cf7-cf-turnstile {
  display: table;
  margin: 0 auto;
  position: relative;
  padding-top: 70px;
}
#index .box07 table {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
#index .box07 table th,
#index .box07 table td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #000;
  color: #000;
  vertical-align: middle;
  padding: 20px;
  font-weight: 500;
  font-size: 20px;
}
#index .box07 table th {
  width: 370px;
  line-height: 1;
  font-weight: bold;
  padding: 20px 50px;
}
#index .box07 table th p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
#index .box07 table th .essential {
  background: #0e6eb8;
  padding: 7px 15px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}
#index .box07 table td input,
#index .box07 table td textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  background: #f4f4f4;
  line-height: 1.7;
  border: none;
  width: 100%;
  outline: none;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, Meiryo, sans-serif;
  font-weight: 500;
}
#index .box07 table td .wpcf7-radio input {
  width: auto;
}
#index .box07 table td .wpcf7-list-item.first {
  margin-left: 0;
}
#index .box07 .wpcf7 form .wpcf7-response-output,
#index .box07 .wpcf7 form.invalid .wpcf7-response-output,
#index .box07 .wpcf7 form.unaccepted .wpcf7-response-output,
#index .box07 .wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  color: #ff0000;
  font-size: 14px;
  text-align: center;
}
#index .box07 .wpcf7-not-valid-tip {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  margin-top: 16px;
  color: #ff0000;
}
#index .box07 .thanks {
  font-size: 16px;
  line-height: 2;
}
#index .box07 div.wpcf7-mail-sent-ok,
#index .box07 .wpcf7-spinner {
  display: none !important;
}
#index .box07 .btn_box {
  width: 400px;
  margin: 50px auto 0;
  height: 65px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #0e6eb8;
  position: relative;
}
#index .box07 .btn_box p {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#index .box07 .btn_box p .arrow {
  font-size: 10px;
  position: absolute;
  color: #fff;
  right: 30px;
}
#index .box07 .btn_box input {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  background: no-repeat;
  border: none;
  font-weight: 500;
  position: relative;
  z-index: 20;
  font-family: "Noto Sans JP", sans-serif, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, Meiryo, sans-serif;
  font-weight: 500;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
#index .box07 .btn_box:hover input {
  color: #fff;
}
#index .screen-reader-response {
  display: none;
}
#index .addSgoalBox .btn01 {
  width: 450px;
  height: 80px;
  background: #000;
  position: relative;
  font-size: 18px;
  line-height: 1;
  padding: 0 20px 0 30px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}
#index .addSgoalBox .btn01 .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  z-index: 20;
  transition: 0.7s cubic-bezier(0.475, 0.425, 0, 0.995);
  -webkit-transition: 0.7s cubic-bezier(0.475, 0.425, 0, 0.995);
}
#index .addSgoalBox .btn01 p {
  position: relative;
  z-index: 10;
}
#index .addSgoalBox .btn01::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  -webkit-transition: 0.7s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: 0.7s cubic-bezier(0.475, 0.425, 0, 0.995);
  right: auto;
  left: -20px;
  bottom: 0;
  top: 0;
}
#index .addSgoalBox .btn01:hover {
  color: #000;
}
#index .addSgoalBox .btn01:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  left: -100px;
}
#index .addSgoalBox .btn01:hover .arrow {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
#index .addSgoalBox .btn01 {
  width: 366px;
  background: #0e6eb8;
  z-index: 10;
  margin: 0 auto 100px;
}
#index .addSgoalBox .btn01 .icon01 {
  position: relative;
  margin-right: 10px;
  z-index: 10;
}
#index .addSgoalBox .btn01 .icon02 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 20;
  -webkit-transition: 0.7s cubic-bezier(0.475, 0.425, 0, 0.995);
  opacity: 0;
}
#index .addSgoalBox .btn01 .btn_inner {
  position: relative;
}
#index .addSgoalBox .btn01:hover {
  color: #0e6eb8;
}
#index .addSgoalBox .btn01:hover .icon02 {
  opacity: 1;
}
#index .addSgoalBox .btn01::after {
  -webkit-transform: inherit;
          transform: inherit;
  clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
  height: calc(100% + 2px);
}
#index .addSgoalBox .btn01:hover::after {
  left: -45px;
  height: calc(100% + 2px);
}

.contact_banner {
  position: relative;
  overflow: hidden;
  background: url(img/index/contact_banner_bg.jpg) center center no-repeat;
  background-attachment: fixed;
  background-position: center;
}
.contact_banner .box {
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 0;
  line-height: 1;
  position: relative;
}
.contact_banner .box h2 {
  font-size: 30px;
}
.contact_banner .box .txt01 {
  margin: 30px auto;
}
.contact_banner .box .tel {
  font-size: 85px;
  line-height: 1;
  letter-spacing: 3px;
}
.contact_banner .box .txt02 {
  font-size: 20px;
  line-height: 1;
  margin-top: 15px;
  font-weight: 600;
}
.contact_banner .box .btn {
  width: 350px;
  height: 60px;
  background: #0e6eb8;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -30px;
  color: #fff;
}

footer {
  background: #0e6eb8;
  padding-top: 100px;
  line-height: 1;
}
footer .txt01 {
  font-size: 30px;
}
footer .txt02 {
  font-size: 80px;
  margin-top: 15px;
  letter-spacing: 2px;
}
footer small {
  font-size: 16px;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 0;
  border-top: 1px solid #fff;
  display: block;
  width: 100%;
  margin-top: 90px;
}