@charset "UTF-8";
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&display=swap");
/* ------------------------------
	カラー
------------------------------ */
/* ------------------------------
	.mv
------------------------------ */
.mv .wrap {
  position: relative;
  max-width: 1120px;
  width: 92%;
}
@media screen and (max-width: 768px) {
  .mv .wrap {
    width: 100%;
  }
}
.mv .wrap .mv_img_wrap {
  position: relative;
  z-index: 2;
  margin-bottom: -6.9%;
}
.mv .wrap .mv_ttl {
  position: absolute;
  z-index: 3;
  top: 70px;
  left: 0;
  font-size: 3rem;
  font-weight: 900;
  color: #99A7B2;
  line-height: 1.3;
}
@media screen and (max-width: 900px) {
  .mv .wrap .mv_ttl {
    top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .mv .wrap .mv_ttl {
    top: 5vw;
    left: 4%;
    font-size: 4vw;
  }
}
.mv .wrap .mv_ttl .ttl_txt {
  display: block;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.2);
}
.mv .wrap .mv_ttl .en {
  display: block;
  margin-top: 20px;
  font-size: 6rem;
  color: #0077C3;
}
@media screen and (max-width: 900px) {
  .mv .wrap .mv_ttl .en {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .mv .wrap .mv_ttl .en {
    margin-top: 2vw;
    font-size: 7.5vw;
  }
}
.mv .mv_img_wrap {
  position: relative;
}
.mv .mv_img_wrap .mv_line {
  position: absolute;
  top: 0;
  left: 14.35%;
  width: 36%;
}
.mv .mv_img_wrap .mv_line svg {
  width: 100%;
  height: auto;
}
.mv .mv_img_wrap .mv_line svg .svg-elem-1 {
  stroke-dashoffset: 1846px;
  stroke-dasharray: 1846px;
  -webkit-transition: stroke-dashoffset 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.mv .mv_img_wrap .mv_line svg .svg-elem-2 {
  stroke-dashoffset: 898.6964111328px;
  stroke-dasharray: 898.6964111328px;
  -webkit-transition: stroke-dashoffset 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
}
.mv .mv_img_wrap .mv_img {
  position: absolute;
  top: 0;
  left: 0;
}
.mv .mv_img_wrap .mv_img:nth-child(1) {
  transition-delay: 0.8s;
}
.mv .mv_img_wrap .mv_img:nth-child(2) {
  transition-delay: 1.2s;
}
.mv .mv_img_wrap .mv_img:nth-child(3) {
  transition-delay: 1.6s;
}
.mv .mv_img_wrap .mv_img:nth-child(4) {
  transition-delay: 2s;
}
.mv.fade-on .mv_img_wrap .mv_line svg .svg-elem-1 {
  stroke-dashoffset: 0;
}
.mv.fade-on .mv_img_wrap .mv_line svg .svg-elem-2 {
  stroke-dashoffset: 0;
}

/* ------------------------------
	.about
------------------------------ */
.about {
  position: relative;
  padding: 90px 0 55px;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 60px 0;
  }
}
.about::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: calc(50% + 550px);
  height: 100%;
  background: #F4F7FB;
  border-radius: 0 50px 50px 0;
}
@media screen and (max-width: 1200px) {
  .about::before {
    width: 96%;
  }
}
@media screen and (max-width: 768px) {
  .about::before {
    width: 97%;
  }
}
.about .wrap {
  position: relative;
  z-index: 2;
}
.about .ttl_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .about .ttl_box {
    display: block;
    margin-bottom: 40px;
  }
}
.about .ttl_box .about_ttl {
  font-size: 3.6rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .about .ttl_box .about_ttl {
    text-align: center;
    font-size: 2rem;
  }
}
.about .ttl_box .about_ttl .ttl_txt {
  display: block;
}
.about .ttl_box .about_ttl .en {
  display: block;
  margin-top: 20px;
  font-size: 10rem;
  color: #99A7B2;
}
@media screen and (max-width: 768px) {
  .about .ttl_box .about_ttl .en {
    margin-top: 10px;
    font-size: 4rem;
  }
}
.about .ttl_box .btn {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .about .ttl_box .btn {
    margin-bottom: 0;
    margin-top: 20px;
    justify-content: center;
  }
}
.about .about_wrap {
  display: flex;
  gap: 60px;
  padding-bottom: 47px;
  margin-bottom: 47px;
  border-bottom: 5px dotted #0077C3;
}
@media screen and (max-width: 768px) {
  .about .about_wrap {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding-bottom: 27px;
    margin-bottom: 27px;
  }
}
.about .about_wrap .about_box {
  flex: 1;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.about .about_wrap .about_box .btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 27px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .about .about_wrap .about_box .btn {
    bottom: 15px;
  }
}
.about .btn_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 60px;
}
@media screen and (max-width: 768px) {
  .about .btn_wrap {
    gap: 0;
  }
}
.about .btn_wrap .about_btn {
  width: calc(50% - 30px);
  border-bottom: 1px solid #99A7B2;
}
@media screen and (max-width: 768px) {
  .about .btn_wrap .about_btn {
    width: 100%;
  }
}
.about .btn_wrap .about_btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  font-size: 2.4rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .about .btn_wrap .about_btn a {
    padding: 10px 0;
    font-size: 1.8rem;
  }
}
.about .btn_wrap .about_btn a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
  margin: auto;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #15B9D4;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 769px) {
  .about .btn_wrap .about_btn a:hover {
    opacity: 1;
  }
  .about .btn_wrap .about_btn a:hover::before {
    opacity: 1;
    left: -30px;
  }
  .about .btn_wrap .about_btn a:hover .ico {
    background-color: #15B9D4;
  }
}
.about .btn_wrap .about_btn .ico {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff url(../img/common/ico_arw01.svg) no-repeat;
  background-position: 43% center;
  border: 2px solid #15B9D4;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .about .btn_wrap .about_btn .ico {
    width: 40px;
    height: 40px;
    background-position: 40% center;
  }
}

/* ------------------------------
	.works
------------------------------ */
.works {
  position: relative;
  padding: 90px 0 55px;
}
@media screen and (max-width: 768px) {
  .works {
    padding: 60px 0;
  }
}
.works .works_line {
  position: absolute;
  right: 0;
  bottom: -80px;
  z-index: 2;
  width: 317px;
  height: 759px;
}
@media screen and (max-width: 768px) {
  .works .works_line {
    bottom: -30px;
    width: 150px;
    height: 340px;
  }
}
.works .works_line svg {
  width: 100%;
  height: auto;
}
.works .works_line svg .svg-elem-1 {
  stroke-dashoffset: 2154px;
  stroke-dasharray: 2154px;
  -webkit-transition: stroke-dashoffset 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.works .works_line svg .svg-elem-2 {
  stroke-dashoffset: 898.6964111328px;
  stroke-dasharray: 898.6964111328px;
  -webkit-transition: stroke-dashoffset 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
}
.works .works_line.fade-on svg .svg-elem-1 {
  stroke-dashoffset: 0;
}
.works .works_line.fade-on svg .svg-elem-2 {
  stroke-dashoffset: 0;
}
.works .wrap {
  position: relative;
  z-index: 3;
}
.works .ttl_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .works .ttl_box {
    display: block;
    margin-bottom: 40px;
  }
}
.works .ttl_box .works_ttl {
  font-size: 2.4rem;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .works .ttl_box .works_ttl {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .works .ttl_box .works_ttl {
    text-align: center;
    font-size: 2rem;
  }
}
.works .ttl_box .works_ttl .ttl_txt {
  display: block;
}
@media screen and (min-width: 769px) {
  .works .ttl_box .works_ttl .ttl_txt {
    order: 2;
  }
}
.works .ttl_box .works_ttl .en {
  display: block;
  font-size: 10rem;
  color: #99A7B2;
  margin-right: 40px;
}
@media screen and (max-width: 1000px) {
  .works .ttl_box .works_ttl .en {
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .works .ttl_box .works_ttl .en {
    margin-right: 0;
    margin-top: 10px;
    font-size: 4rem;
  }
}
.works .ttl_box .btn {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .works .ttl_box .btn {
    margin-bottom: 0;
    margin-top: 20px;
    justify-content: center;
  }
}
.works .works_wrap {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .works .works_wrap {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.works .works_wrap + .works_wrap {
  padding-top: 47px;
  margin-top: 47px;
  border-top: 5px dotted #0077C3;
}
@media screen and (max-width: 768px) {
  .works .works_wrap + .works_wrap {
    padding-top: 27px;
    margin-top: 27px;
  }
}
.works .works_wrap > * {
  flex: 1;
}
.works .works_wrap .works_box {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.works .works_wrap .works_box .btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 27px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .works .works_wrap .works_box .btn {
    bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .works .works_wrap .img_wrap {
    width: 100%;
  }
}
.works .works_wrap .img_wrap .img {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .works .works_wrap .img_wrap .img {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .works .works_wrap .img_wrap .img {
    padding-top: 72%;
  }
}
.works .works_wrap .img_wrap .img img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.works .works_wrap .img_wrap .img img.active {
  opacity: 1;
  visibility: visible;
}
.works .btn_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 60px;
}
@media screen and (max-width: 768px) {
  .works .btn_wrap {
    gap: 0;
  }
}
.works .btn_wrap .works_btn {
  width: 100%;
  border-bottom: 1px solid #99A7B2;
}
.works .btn_wrap .works_btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  font-size: 2.4rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .works .btn_wrap .works_btn a {
    padding: 10px 0;
    font-size: 1.8rem;
  }
}
.works .btn_wrap .works_btn a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
  margin: auto;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #15B9D4;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 769px) {
  .works .btn_wrap .works_btn a:hover {
    opacity: 1;
  }
  .works .btn_wrap .works_btn a:hover::before {
    opacity: 1;
    left: -30px;
  }
  .works .btn_wrap .works_btn a:hover .ico {
    background-color: #15B9D4;
  }
}
.works .btn_wrap .works_btn .ico {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff url(../img/common/ico_arw01.svg) no-repeat;
  background-position: 43% center;
  border: 2px solid #15B9D4;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .works .btn_wrap .works_btn .ico {
    width: 40px;
    height: 40px;
    background-position: 40% center;
  }
}
.works .works_wrap + .btn {
  margin-top: 47px;
}

/* ------------------------------
	.message
------------------------------ */
.message {
  position: relative;
  padding: 30px 0 70px;
}
@media screen and (max-width: 768px) {
  .message {
    padding: 60px 0;
  }
}
.message .message_ttl {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 10rem;
  font-weight: 900;
  color: #99A7B2;
}
@media screen and (max-width: 768px) {
  .message .message_ttl {
    width: 88%;
    margin: 0 auto;
    font-size: 4rem;
  }
}
.message::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 96%;
  height: 100%;
  background: #F4F7FB;
  border-radius: 50px 0 0 50px;
}
@media screen and (max-width: 768px) {
  .message::before {
    width: 98%;
  }
}
.message .wrap {
  position: relative;
  max-width: 1140px;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 1400px) {
  .message .wrap {
    margin-right: auto;
  }
}
@media screen and (max-width: 900px) {
  .message .wrap {
    margin-right: auto;
  }
}
.message .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 30px;
  margin-top: -50px;
}
@media screen and (max-width: 1100px) {
  .message .flex {
    margin-top: -30px;
  }
}
@media screen and (max-width: 900px) {
  .message .flex {
    flex-direction: column;
    margin-top: 0;
  }
}
@media screen and (max-width: 900px) {
  .message .flex .txt_box {
    order: 2;
  }
}
.message .flex .ttl {
  margin-top: 10%;
  font-weight: 900;
  font-size: 3.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 1100px) {
  .message .flex .ttl {
    font-size: 3rem;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .message .flex .ttl {
    font-size: 2rem;
    margin-top: 30px;
  }
}
.message .flex .ttl .txt_blue01 {
  font-size: 5.2rem;
}
@media screen and (max-width: 1100px) {
  .message .flex .ttl .txt_blue01 {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 768px) {
  .message .flex .ttl .txt_blue01 {
    font-size: 3rem;
  }
}
.message .flex .ttl .txt_blue02 {
  font-size: 5.8rem;
}
@media screen and (max-width: 1100px) {
  .message .flex .ttl .txt_blue02 {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .message .flex .ttl .txt_blue02 {
    font-size: 3.2rem;
  }
}
.message .flex .img_box {
  position: relative;
  width: 50%;
  max-width: 610px;
}
@media screen and (max-width: 900px) {
  .message .flex .img_box {
    width: 80%;
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .message .flex .img_box {
    width: 100%;
  }
}
.message .flex .img_box .btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 17px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .message .flex .img_box .btn {
    bottom: 15px;
  }
}

/* ------------------------------
	.interview
------------------------------ */
.interview {
  position: relative;
  padding: 90px 0 50px;
}
@media screen and (max-width: 768px) {
  .interview {
    padding: 60px 0 30px;
  }
}
.interview .wrap {
  position: relative;
  z-index: 3;
}
.interview .ttl_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 55px;
}
@media screen and (max-width: 930px) {
  .interview .ttl_box {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .interview .ttl_box {
    margin-bottom: 40px;
  }
}
.interview .ttl_box .works_ttl {
  font-size: 2.4rem;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .interview .ttl_box .works_ttl {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .interview .ttl_box .works_ttl {
    text-align: center;
    font-size: 2rem;
  }
}
.interview .ttl_box .works_ttl .ttl_txt {
  display: block;
}
@media screen and (min-width: 769px) {
  .interview .ttl_box .works_ttl .ttl_txt {
    order: 2;
  }
}
.interview .ttl_box .works_ttl .en {
  display: block;
  font-size: 10rem;
  color: #99A7B2;
  margin-right: 40px;
}
@media screen and (max-width: 1000px) {
  .interview .ttl_box .works_ttl .en {
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .interview .ttl_box .works_ttl .en {
    margin-right: 0;
    margin-top: 10px;
    font-size: 4rem;
  }
}
.interview .ttl_box .btn {
  margin-bottom: 15px;
}
@media screen and (max-width: 930px) {
  .interview .ttl_box .btn {
    justify-content: flex-end;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .interview .ttl_box .btn {
    margin-bottom: 0;
    margin-top: 20px;
    justify-content: center;
  }
}
.interview .interview_slide_wrap {
  max-width: 1020px;
  width: 100%;
  padding-bottom: 35px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .interview .interview_slide_wrap {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .interview .interview_slide_wrap {
    padding-bottom: 25px;
  }
}
.interview .interview_slide_wrap .interview_slide {
  position: relative;
  display: none;
}
.interview .interview_slide_wrap .interview_slide.slick-initialized {
  display: block;
}
.interview .interview_slide_wrap .interview_slide .interview_slide_item {
  width: 220px;
  margin: 0 -5px;
  transform: scale(0.8);
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
@media screen and (max-width: 768px) {
  .interview .interview_slide_wrap .interview_slide .interview_slide_item {
    width: 180px;
  }
}
.interview .interview_slide_wrap .interview_slide .interview_slide_item.slick-current, .interview .interview_slide_wrap .interview_slide .interview_slide_item.is-active-next {
  position: relative;
  z-index: 2;
  transform: scale(1);
}
.interview .interview_slide_wrap .interview_slide .interview_slide_item a {
  display: block;
}
.interview .interview_slide_wrap .interview_slide .interview_slide_item a:hover {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .interview .interview_slide_wrap .interview_slide .interview_slide_item a:hover .img img {
    -ms-transform: translateX(-50%) translateY(-50%) scale(1.1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1.1);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
    transform: translateX(-50%) translateY(-50%) scale(1.1);
  }
}
.interview .interview_slide_wrap .interview_slide .interview_slide_item .img {
  position: relative;
  padding-top: 159.095%;
  border-radius: 15px;
  overflow: hidden;
}
.interview .interview_slide_wrap .interview_slide .interview_slide_item .img img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
  object-fit: cover;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.interview .interview_slide_wrap .interview_slide .interview_slide_item .txt_box {
  margin-top: 10px;
}
.interview .interview_slide_wrap .interview_slide .interview_slide_item .txt_box .txt {
  margin-bottom: 5px;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
}
.interview .interview_slide_wrap .interview_slide .interview_slide_item .txt_box .ttl {
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
.interview .interview_slide_wrap .interview_slide .slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: -35px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
}
@media screen and (max-width: 768px) {
  .interview .interview_slide_wrap .interview_slide .slick-dots {
    bottom: -25px;
    gap: 0 5px;
  }
}
.interview .interview_slide_wrap .interview_slide .slick-dots li,
.interview .interview_slide_wrap .interview_slide .slick-dots button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 5px;
  background: #D9D9D9;
  border-radius: 5px;
  line-height: 1;
  font-size: 0;
  color: transparent;
}
@media screen and (max-width: 768px) {
  .interview .interview_slide_wrap .interview_slide .slick-dots li,
  .interview .interview_slide_wrap .interview_slide .slick-dots button {
    width: 20px;
  }
}
.interview .interview_slide_wrap .interview_slide .slick-dots .slick-active,
.interview .interview_slide_wrap .interview_slide .slick-dots .slick-active button {
  background: #15B9D4;
}
.interview .interview_slide_wrap .interview_slide .slick-arrow {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #15B9D4;
  background: #fff url(../img/common/ico_arw01.svg) no-repeat 43% center;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .interview .interview_slide_wrap .interview_slide .slick-arrow {
    width: 40px;
    height: 40px;
    background-position: 40% center;
  }
}
@media screen and (min-width: 769px) {
  .interview .interview_slide_wrap .interview_slide .slick-arrow:hover {
    background-color: #15B9D4;
  }
}
.interview .interview_slide_wrap .interview_slide .slick-arrow.prev_arrow {
  left: -60px;
  transform: rotate(180deg);
}
@media screen and (max-width: 1200px) {
  .interview .interview_slide_wrap .interview_slide .slick-arrow.prev_arrow {
    left: 2%;
  }
}
.interview .interview_slide_wrap .interview_slide .slick-arrow.next_arrow {
  right: -60px;
}
@media screen and (max-width: 1200px) {
  .interview .interview_slide_wrap .interview_slide .slick-arrow.next_arrow {
    right: 2%;
  }
}

/* ------------------------------
	.recruit
------------------------------ */
.recruit {
  position: relative;
  z-index: 2;
  padding: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .recruit {
    padding: 30px 0;
  }
}
.recruit .recruit_ttl {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .recruit .recruit_ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .recruit .recruit_ttl {
    font-size: 2rem;
  }
}
.recruit .recruit_ttl .ttl_txt {
  display: block;
}
@media screen and (min-width: 769px) {
  .recruit .recruit_ttl .ttl_txt {
    order: 2;
  }
}
.recruit .recruit_ttl .en {
  display: block;
  font-size: 10rem;
  color: #99A7B2;
}
@media screen and (min-width: 769px) {
  .recruit .recruit_ttl .en {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .recruit .recruit_ttl .en {
    margin-top: 10px;
    font-size: 4rem;
  }
}
.recruit .btn_box {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .recruit .btn_box {
    gap: 10px;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
}
.recruit .recruit_box {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: 30px auto 0;
}
.recruit .recruit_box .btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .recruit .recruit_box .btn {
    bottom: 15px;
  }
}
.recruit .entry_btn {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .recruit .entry_btn {
    margin-top: 30px;
  }
}