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

/*------------------------------------------------
 index.css
------------------------------------------------*/
h2{
  display: block;
  max-width: max-content;
  padding-left: 23px;
  margin: 0 auto 50px;
}
h2 b{
  display: block;
  text-align: center;
  font-size: 0.48rem;
  font-weight: 600;
  line-height: 45px;
  font-family: var(--pop);
  color: var(--site_color);
  margin-right: 15px;
}
h2 b::before {
  content: "";
  display: inline-block;
  aspect-ratio: 1/1;
  border-radius: 1000px;
  background-color: var(--site_color);
  width: 10px;
  vertical-align: 12px;
  margin-right: 15px;
}
h2 small{
  display: block;
  text-align: center;
  font-size: 0.23rem;
  font-weight: 600;
  color: var(--site_color);
  margin-top: 3px;
}
main{
  overflow-x: clip;
}

/* アイキャッチ */
.recruit_icatch{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
}
.recruit_icatch_inner{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--grad_down);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 200vw;
  height: 200vw;
}
.recruit_icatch_inner .logo, .recruit_icatch_inner .line{
  display: block;
  max-width: max-content;
  margin: 0 auto;
}
.recruit_icatch_inner .logo{
  margin-bottom: 25px;
}


/*------------------------------------------------
 index01
------------------------------------------------*/
.stack01{
  min-height: 100vh;
  z-index: 1;
}
.index01{
  overflow-x: clip;
  position: relative;
  padding-left: 260px;
  margin-bottom: 0;
}
.index01_content_box{
  position: relative;
}
.index01_content_box .visual01{
  object-fit: cover;
  width: 100%;
}
.index01_grad_title {
  position: absolute;
  width: 250px;
  top: 25%;
  left: 11%;
}
.index01_grad_title img{
  display: block;
  margin-bottom: 25px;
}
.index01_grad_title .type01{
  width: 100%;
}
.index01_grad_title .type02{
  width: 78%;
}
.index01_grad_title .type03{
  width: 49%;
  margin-left: -3px;
}
.index01_border_title {
  position: absolute;
  border-radius: 0 15px 15px 0;
  background: var(--grad_right);
  left: 0;
  bottom: 10%;
  padding-top: 10px;
  padding-left: 10%;
}
.index01_border_title article{
  transform: translate(160px, 30px);
}
.index01_border_title article b, .index01_border_title article span{
  display: block;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
.index01_border_title article b{
  font-size: 0.78rem;
  margin-bottom: 15px;
}
.index01_border_title article span{
  letter-spacing: 7px;
  font-family: var(--pop);
  font-size: 0.92rem;
}


/*------------------------------------------------
 index02
------------------------------------------------*/
.stack02{
  position: relative;
  z-index: 10;
  transition: .5s ease;
}
.index02{
  background-color: #fff;
  border-radius: 80px 80px 0 0;
  padding: 100px 0;
  margin-bottom: 0;
}
/* ABOUTコンテンツ */
.index02_about_grid{
  display: grid;
  align-items: flex-start;
  grid-template-columns: auto 1fr;
  gap: 70px;
}
.index02_about_main p {
  line-height: 2.3;
  font-weight: 500;
}
.index02_about_list{
  display: grid;
  list-style: none;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 25px;
}
.index02_about_list li a{
  display: block;
  background-color: #fff;
  border: 1px solid var(--site_color);
  box-shadow: var(--shadow);
  border-radius: 15px;
  height: 100%;
  padding: 30px;
}
.index02_about_list .def{
  display: block;
}
.index02_about_list .col{
  display: none !important;
}
.index02_about_list b {
  position: relative;
  display: block;
  font-family: var(--pop);
  font-size: 0.32rem;
  font-weight: 600;
  line-height: 35px;
  max-width: max-content;
  color: var(--site_color);
  padding-left: 20px;
}
.index02_about_list b::before {
  content: "";
  position: absolute;
  aspect-ratio: 1/1;
  border-radius: 1000px;
  background-color: var(--site_color);
  left: 0;
  top: 13px;
  width: 10px;
}
.index02_about_list b small {
  display: block;
  font-size: 0.18rem;
  font-weight: inherit;
  color: inherit;
}
.index02_about_list p{
  font-weight: 500;
  line-height: 2.2;
}
.index02_about_list .type01{
  grid-column: 1;
}
.index02_about_list .type01 article{
  display: grid;
  align-items: center;
  grid-template-columns: auto auto;
  max-width: max-content;
  gap: 20px;
  margin-bottom: 25px;
}
.index02_about_list .type02{
  grid-column: 2;
}
.index02_about_list .type02 b small{
  text-align: center;
}
.index02_about_list .type02 article{
  margin-bottom: -35px;
}
.index02_about_list .type02 article img{
  display: block;
  margin-top: -25px;
}
.index02_about_list .type02 p{
  text-align: end;
}
.index02_about_list .type03{
  grid-column: 1 / -1;
}
.index02_about_list .type03 a{
  display: grid;
  align-items: center;
  grid-template-columns: auto auto 1fr;
  gap: 10px;
}
.index02_about_list a:hover{
  background: var(--grad_right);
  opacity: unset;
}
.index02_about_list a:hover .def{
  display: none;
}
.index02_about_list a:hover .col{
  display: block !important;
}
.index02_about_list a:hover b,
.index02_about_list a:hover p{
  color: #fff;
}
.index02_about_list a:hover b::before{
  background-color: #fff;
}


/*------------------------------------------------
 index03
------------------------------------------------*/
.index03{
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding-top: 40%;
  margin-bottom: 0;
}
/* ビジュアルイメージ */
.index03_visual_box{
  position: absolute;
  aspect-ratio: 384/343;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 10;
}
.index03_visual_box::before,
.index03_visual_box::after{
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
}
.index03_visual_box::before{
  background: linear-gradient(180deg,rgba(112, 208, 230, 0.04) 1%, rgba(64, 145, 255, 1) 100%);
  top: 0;
}
.index03_visual_box::after{
  background: linear-gradient(0deg,rgba(112, 208, 230, 0.04) 1%, rgba(64, 145, 255, 1) 100%);
  bottom: 0;
}
.index03_visual_box img{
  display: block;
  object-fit: cover;
  width: 100%;
  height: 50%;
}
/* コンテンツ */
.index03_content{
  position: relative;
  padding-top: 160px;
  z-index: 20;
}
.index03_content p{
  text-align: center;
  font-weight: 500;
}
.index03_round_fill{
  position: absolute;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 10000px;
  transform: translateX(-50%);
  left: 50%;
  width: 0%;
  top: 0;
  z-index: -10;
}
/* インタビューリスト */
.index03_iv_list{
  display: grid;
  list-style: none;
  align-items: flex-start;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-top: 65px;
}
.index03_iv_list li{
  position: relative;
  padding-top: 15px;
  padding-right: 15px;
}
.index03_iv_list li.iv01{
  transform: translateX(100%) rotateZ(-5deg);
}
.index03_iv_list li.iv02{
  transform: translateY(-25px);
}
.index03_iv_list li.iv03{
  transform: translateX(-100%) rotateZ(5deg);
}
.index03_iv_list li::before{
  content: "";
  position: absolute;
  background-color: var(--site_color);
  border-radius: 15px;
  top: 0;
  right: 0;
  bottom: 20px;
  left: 20px;
  z-index: -10;
}
.index03_iv_list a {
  position: relative;
  overflow: hidden;
  display: block;
  background-color: #fff;
  border: 1px solid var(--site_color);
  border-radius: 15px;
  padding: 15px 15px 55px;
}
.index03_iv_list img{
  position: relative;
  display: block;
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 90%;
  z-index: 20;
}
.index03_iv_list .state_box{
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 5%;
  bottom: 15px;
  left: 15px;
  right: 0;
}
.index03_iv_list .state_box time{
  font-weight: 500;
}
.index03_iv_list .state_box time small{
  font-weight: inherit;
  font-size: 0.14rem;
  margin-left: 5px;
}
.index03_iv_list .state_box span{
  display: block;
  max-width: max-content;
  background: var(--grad_right);
  border-radius: 1000px;
  font-weight: 500;
  color: #fff;
  padding: 1px 8px;
}
.index03_iv_list .messege_box{
  display: none;
  position: absolute;
  left: 0;
  bottom: 20%;
  z-index: 100;
}
.index03_iv_list .messege_box span {
  display: block;
  max-width: max-content;
  background-color: #fff;
  font-weight: 500;
  font-size: 0.18rem;
  margin-bottom: 10px;
  padding: 6px 5px;
}
/* ホバー */
.index03_iv_list li:hover a{
  padding: 0;
  opacity: unset;
}
.index03_iv_list li:hover a::before {
  content: "";
  position: absolute;
  display: block;
  aspect-ratio: 1/1;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: var(--site_color) url(../img/common/parts/arrow_white.svg) no-repeat;
  background-position: 75% 75%;
  background-size: 25px;
  width: 85px;
  right: -1px;
  bottom: -1px;
  z-index: 100;
}
.index03_iv_list li:hover .messege_box{
  display: block;
}
.index03_iv_list li:hover img{
  height: 100%;
}


/*------------------------------------------------
 index04
------------------------------------------------*/
.index04{
  position: relative;
  background-color: #fff;
  padding-top: 120px;
  margin-bottom: 0;
  z-index: 10;
}
.index04_work_list{
  display: grid;
  list-style: none;
  align-items: flex-start;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.index04_work_list a{
  display: block;
  box-shadow: var(--shadow);
  border: 1px solid var(--site_color);
  border-radius: 15px;
  padding: 20px 15px;
}
.index04_work_list b, .index04_work_list b small{
  display: block;
  text-align: center;
  color: var(--site_color);
}
.index04_work_list b{
  font-size: 0.32rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.index04_work_list b small{
  font-size: 0.21rem;
  font-weight: 600;
}
.index04_work_list img{
  display: block;
  width: 100%;
  max-width: 170px;
  margin: 0 auto;
}
.index04_work_list .def{
  display: block;
}
.index04_work_list .col{
  display: none;
}
.index04_work_list a:hover{
  background-color: var(--site_color);
  opacity: unset;
}
.index04_work_list a:hover b,
.index04_work_list a:hover b small{
  color: #fff;
}
.index04_work_list a:hover .col{
  display: block;
}
.index04_work_list a:hover .def{
  display: none;
}


/*------------------------------------------------
 index05
------------------------------------------------*/
.index05{
  overflow-x: clip;
  position: relative;
  padding: 230px 0 110px;
  margin-bottom: 0;
}
/* グリッドコンテンツ */
.index05_grid_content{
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(2, 1fr);
  gap: 160px;
}
.index05_content_outer{
  position: relative;
}
.index05_content_outer .hor,
.index05_content_outer .ver{
  mix-blend-mode: difference;
  position: absolute;
  user-select: none;
  pointer-events: none;
  font-family: var(--pop);
  color: var(--site_color);
  font-size: 0.55rem;
  font-weight: 500;
  line-height: 1;
}
.index05_content_outer .hor{
  right: 0;
  top: -60px;
}
.index05_content_outer .ver {
  aspect-ratio: 1/1;
  transform: translateY(100%) rotateZ(90deg);
  transform-origin: right top;
  top: 0;
  right: -60px;
}
.index05_content_inner{
  background: var(--grad_down);
  border-radius: 15px;
  height: 100%;
  padding: 30px 15px 40px;
}
.index05_content_inner b{
  position: relative;
  display: block;
  max-width: max-content;
  font-size: 0.48rem;
  font-weight: 600;
  color: #fff;
  padding-left: 30px;
  margin: 0 auto 30px;
}
.index05_content_inner b::before{
  content: "";
  aspect-ratio: 1/1;
  position: absolute;
  background-color: #fff;
  border-radius: 1000px;
  left: 0;
  top: 35px;
  width: 13px;
}
.index05_content_inner ul{
  list-style: none;
}
.index05_content_inner ul a {
  position: relative;
  display: block;
  background: #fff url(../img/common/parts/arrow_blue.svg) no-repeat;
  background-position: 94% 50%;
  background-size: 19px;
  border-radius: 1000px;
  max-width: 320px;
  width: 100%;
  padding: 12px 15px;
  margin: 0 auto 30px;
  z-index: 10;
}
.index05_content_inner ul a span{
  display: block;
  text-align: center;
  font-size: 0.2rem;
  font-weight: 500;
  max-width: max-content;
  margin: 0 auto;
}
.index05_content_inner ul a:hover{
  opacity: unset;
}
.index05_content_inner ul a:hover span{
  background: var(--grad_right);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* アニメーションサークル */
.index05_anim_circle_box{
  position: absolute;
  bottom: 0;
  width: 30%;
  height: 80%;
}
.index05_anim_circle_box01{
  left: 0;
}
.index05_anim_circle_box02{
  right: 0;
}
.index05_anim_circle{
  position: absolute;
  display: block;
  aspect-ratio: 1/1;
  border-radius: 1000px;
  background: var(--grad_left);
  animation: anim_circle_move_infinit 10s linear infinite;
}
.index05_anim_circle01{
  animation-duration: 15s;
  animation-delay: .2s;
  width: 120px;
  left: 38%;
  top: 0%;
}
.index05_anim_circle02{
  animation-duration: 18s;
  animation-delay: .5s;
  width: 200px;
  left: -5%;
  top: 50%;
}
.index05_anim_circle03{
  animation-duration: 20s;
  animation-delay: .1s;
  width: 110px;
  left: 15%;
  top: 70%;
}
.index05_anim_circle04{
  animation-duration: 16s;
  animation-delay: 1s;
  width: 110px;
  right: 35%;
  top: 0%;
}
.index05_anim_circle05{
  animation-duration: 19s;
  animation-delay: .6s;
  width: 280px;
  right: -5%;
  top: 30%;
}
.index05_anim_circle06{
  animation-duration: 17s;
  animation-delay: .3s;
  width: 150px;
  top: 90%;
  right: 50%;
}
@keyframes anim_circle_move_infinit {
  0%   { transform: translate(0%, 0%); }
  10%  { transform: translate(-16%, 14%); }
  20%  { transform: translate(13%, -15%); }
  30%  { transform: translate(-18%, 16%); }
  40%  { transform: translate(15%, 18%); }
  50%  { transform: translate(-14%, -16%); }
  60%  { transform: translate(17%, 13%); }
  70%  { transform: translate(-13%, 17%); }
  80%  { transform: translate(14%, -14%); }
  90%  { transform: translate(-16%, -13%); }
  100% { transform: translate(0%, 0%); }
}

/*------------------------------------------------
 レスポンシブ　　　max-width:1600px
------------------------------------------------*/
@media screen and (max-width:1600px) {
  .index01_grad_title {
    top: 20%;
  }
  .index01_border_title {
    bottom: 10%;
  }
}

/*------------------------------------------------
 レスポンシブ　　　max-width:1500px
------------------------------------------------*/
@media screen and (max-width:1500px) {
  .index01 {
    padding-left: 10%;
  }
  .index01_grad_title {
    width: 210px;
    top: 25%;
    left: 5%;
  }
  .index01_border_title {
    padding-top: 0px;
    padding-left: 5%;
  }
  .index01_border_title article {
    transform: translate(90px, 25px);
  }
  .index01_border_title article b {
    font-size: 0.65rem;
  }
  .index01_border_title article span {
    font-size: 0.74rem;
  }
  .index03_iv_list {
    gap: 45px;
  }
}

/*------------------------------------------------
 レスポンシブ　　　max-width:1199px
------------------------------------------------*/
@media screen and (max-width:1199px) {
  h2{
    margin-bottom: 25px;
  }

  .recruit_icatch_inner .logo {
    max-width: 480px;
  }
  .recruit_icatch_inner .line{
    max-height: 140px;
  }
  .index01{
    padding-left: 0%;
  }
  .index01_grad_title {
    top: 33%;
    left: 3%;
  }
  .index01_border_title{
    position: relative;
  }
  .index01_border_title {
    border-radius: 0;
    padding: 15px 25px;
  }
  .index01_border_title article{
    transform: unset;
  }
  .index01_border_title article b {
    font-size: 0.5rem;
  }
  .index01_border_title article span {
    letter-spacing: 3px;
    font-size: 0.6rem;
  }

  .index02 {
    border-radius: 40px 40px 0 0;
    padding: 50px 0;
  }
  .index02_about_grid{
    display: block;
  }
  .index02_about_main p{
    display: block;
    max-width: max-content;
    margin: 0 auto;
  }
  .index02_about_list {
    display: block;
    margin-top: 35px;
  }
  .index02_about_list li{
    margin-bottom: 25px;
  }
  .index02_about_list .type01 article{
    margin: 0 auto 15px;
  }
  .index02_about_list .type01 p{
    max-width: max-content;
    margin: 0 auto;
  }
  .index02_about_list .type02 article{
    max-width: max-content;
    margin: 0 auto -50px;
  }
  .index02_about_list .type02 article img{
    margin-top: 0;
  }
  .index02_about_list .type02 p{
    padding-right: 10%;
  }
  .index02_about_list .type03 a{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .index02_about_list .type03 p {
    max-width: max-content;
    margin: 0 auto;
  }
  .index03_iv_list {
    gap: 25px;
  }
  .index03_iv_list .messege_box span {
    font-size: 0.16rem;
  }
  .index04_work_list a {
    padding: 15px;
  }
  .index04_work_list b {
    font-size: 0.26rem;
  }
  .index04_work_list b small {
    font-size: 0.18rem;
    margin-top: -3px;
  }
  .index05_grid_content {
    gap: 90px;
  }
  .index05_anim_circle_box01 {
    left: -10%;
  }
  .index05_anim_circle_box02 {
    right: -10%;
  }
}

/*------------------------------------------------
 レスポンシブ　　　max-width:1060px
------------------------------------------------*/
@media screen and (max-width:1060px){
  .index03_iv_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .index03_iv_list li.iv01,
  .index03_iv_list li.iv02,
  .index03_iv_list li.iv03 {
    transform: unset;
  }
}

/*------------------------------------------------
 レスポンシブ　　　max-width:991px
------------------------------------------------*/
@media screen and (max-width:991px) {
  .index04_work_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .index05 {
    padding-top: 120px;
  }
  .index05_grid_content {
    grid-template-columns: 1fr;
    gap: 65px;
  }
  .index05_content_outer {
    margin-right: 45px;
  }
  .index05_content_outer .hor, .index05_content_outer .ver {
    font-size: 0.45rem;
  }
  .index05_content_outer .hor {
    top: -50px;
  }
  .index05_content_outer .ver{
    right: -50px;
  }
  .index05_content_inner b {
    font-size: 0.38rem;
    padding-left: 25px;
  }
  .index05_content_inner b::before {
    top: 25px;
  }
  .index05_anim_circle_box01, .index05_anim_circle_box02{
    transform: scale(0.5);
  }
  .index05_anim_circle_box01{
    bottom: -24%;
  }
  .index05_anim_circle_box02{
    top: 10%;
    right: -11%;
  }
}

/*------------------------------------------------
 レスポンシブ　　　max-width:767px
------------------------------------------------*/
@media screen and (max-width:767px) {
  h2 b{
    font-size: 0.36rem;
    margin-right: 10px;
  }
  h2 b::before {
    vertical-align: 8px;
    margin-right: 10px;
  }
  h2 small {
    font-size: 0.2rem;
  }
  .recruit_icatch_inner .logo {
    max-width: 340px;
  }
  .index01_grad_title {
    top: 43%;
    width: 180px;
  }
  .index01_border_title{
    margin-top: 0;
  }
  .index01_border_title {
    padding: 15px;
  }
  .index01_border_title article b {
    font-size: 0.4rem;
  }
  .index01_border_title article span {
    font-size: 0.45rem;
  }
  .index03_iv_list {
    grid-template-columns: 1fr;
    max-width: 460px;
    margin: 46px auto 0;
  }
  .index04_work_list {
    grid-template-columns: 1fr;
  }
}

/*------------------------------------------------
 レスポンシブ　　　max-width:480px
------------------------------------------------*/
@media screen and (max-width:480px) {
  .stack01{
    min-height: 80vh;
  }
  .index01_border_title article b {
    font-size: 0.3rem;
  }
  .index01_border_title article span {
    font-size: 0.35rem;
  }
  .index01_grad_title {
    top: 38%;
    width: 150px;
  }
  .index01_grad_title img {
    margin-bottom: 20px;
  }
  .index02_about_list li a{
    padding: 25px;
  }
  .index02_about_list .type02 p {
    padding-right: 0;
  }
  .index03_content {
    padding-top: 90px;
  }
  .index03_visual_box {
    aspect-ratio: unset;
    height: 480px;
  }
  .index03_round_fill {
    transform: translateX(-50%) scale(1.5);
    transform-origin: center top;
    top: 10px;
  }
  .index04 {
    padding-top: 90px;
  }
  .index04_work_list img {
    max-width: 130px;
  }
  .index04_work_list b {
    font-size: 0.24rem;
  }
  .index05{
    padding-bottom: 50px;
  }
  .index05_content_inner ul a {
    background-size: 17px;
    padding: 11px 15px;
    margin-bottom: 15px;
  }
  .index05_content_inner ul a span{
    font-size: 0.16rem;
  }
  .index05_content_inner b {
    font-size: 0.31rem;
    padding-left: 22px;
    margin-bottom: 15px;
  }
  .index05_content_inner b::before {
    top: 21px;
    width: 10px;
  }
  .index05_content_outer {
    margin-right: 31px;
  }
  .index05_content_outer .hor, .index05_content_outer .ver {
    font-size: 0.35rem;
  }
  .index05_content_outer .hor {
    top: -40px;
  }
  .index05_content_outer .ver {
    right: -40px;
  }
  .index05_anim_circle_box01, .index05_anim_circle_box02 {
    transform: scale(0.3);
  }
  .index05_anim_circle_box01 {
    bottom: -25%;
    left: -12%;
  }
  .index05_anim_circle_box02 {
    top: 4%;
    right: -19%;
  }
}
