@charset "UTF-8";

/* ====================================
  sp.pc_hide
==================================== */
@media screen and (min-width:768px) {
  .sp {
    display: none !important;
  }
  }
  @media screen and (max-width:767px) {
    .pc {
      display: none !important;
    }
  }

body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif, "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Sans";
  line-height:normal;
}
:root{
  --color_main: #5234FF;
  --color_bese: #E7E6F7;
  --color_key: #B7FA0D;
}
.flex_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
main{
  background-color: var(--color_bese);
  overflow: hidden;
}
.section{
  width: 100%;
}

/* ====================================
  mv
==================================== */
.mv{
  padding: 15px;
  position: relative;
  overflow: hidden;
}
.mv_inner{
  aspect-ratio: 2627 / 1576;
  border-radius: 50px;
  padding: 35px;
  background-color: var(--color_main);
  background-image: url(../img/mv.png),
                    linear-gradient(0deg, transparent calc(100% - 1px), rgba(255, 255, 255, 0.15) calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), rgba(255, 255, 255, 0.15) calc(100% - 1px));
  background-size: contain,20px 20px,20px 20px;
  background-repeat: no-repeat,repeat,repeat;
  background-position: center center;
  position: relative;
}
.mv_inner h1{
  position: absolute;
  top: 172px;
  left: min(10.8vw, 156px);
  width: 16.25vw;
  max-width: 234px;
}
.mv_txtline{
  position: absolute;
  bottom: 11px;
  height: 88px;
  display: flex;
  width: max-content;
  will-change: transform;
  transform: translateZ(0);
  /* animation: scroll 16s linear infinite; */
}
.mv_txtline img {
  display: block;
  width: 100%;
  height: 88px;
  backface-visibility: hidden;
}
/* @keyframes scroll {
  100% {
    transform: translateX(-50%);
  }
} */

.inner{
position: relative;
padding: 115px 11.8vw 130px;
}
.inner h2 img{
  height: auto;
background-color: #fff;
padding: 24px;
}
.inner h2 span{
  display: inline-block;
  padding: 10px;
  background-color: var(--color_main);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  }
.position{
  position: absolute;
  z-index: 1;
}
.btn_area{
  background-image: url(../img/btn_bk.svg);
background-repeat: no-repeat;
background-size: 97%;
background-position: bottom right;
padding-bottom: 15px;
}
.btn_area a{
  display: block;
}
.btn_area a img{
  width: 98%;
  display: block;
  transition: 0.3s;
}
.btn_area:hover a img{
  transform: translate(1.2%, 1.4%);
}

.about {
  position: relative;
}
.about .inner h2 img{
  max-width: 372px;
  width: 30vw;
}
.about .inner h2 span{
  background-color: var(--color_key);
  color: var(--color_main);
}
/* 共通 */
.about_imgline {
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 23.6vw;
  max-width: 340px;
  height: 100%; /* 必要に応じて指定 */
}
.about_imgline.dw {
  left: 0;
}
.about_imgline.up {
  right: 0;
}
.about_imgline .about_imgline_inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  animation: scrollY 20s linear infinite;
  will-change: transform;
}
.about_imgline img {
  display: block;
  width: 100%;
}
.about_imgline.dw .about_imgline_inner {
  animation-name: scrollDown;
}
.about_imgline.up .about_imgline_inner {
  animation-name: scrollUp;
}
/* 下方向 */
@keyframes scrollDown {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}
/* 上方向 */
@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
.about .btn_area{
  max-width: 530px;
  width: 36.8vw;
  margin: 0 auto;
}
.check{
  max-width: 150px;
  width:10.4vw;
  top: 20vh;
  right: 32%;
}
.txt{
  bottom: 0;
  left: 50%;
    transform: translateX(-50%);
}
.kira01{
  top: 55px;
    right: 24%;
}
.kira02{
  bottom: 40px;
    left: 28%;
    width: 11vw;
}

.interview{
  background-color: var(--color_key);
}
.interview_box a {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
}

/* 背景レイヤー */
.interview_box a::before {
  content: "";
  position: absolute;
  bottom: 34px;
  left: 0;
  width: 100%;
  height: 27.8vw;
  background-image: url(../img/interview_bk.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0;
  transition: border-radius 0.4s ease;
  z-index: 0;
}
/* hoverで背景だけ丸く */
.interview_box a:hover::before {
  border-radius: 50px;
  background-image: url(../img/interview_bk_hover.png);
}
/* 中身を前に出す */
.interview_box a img,
.interview_box a .name {
  position: relative;
  z-index: 1;
}
p.name{
  width: 152px;
  height: 104px;
position: relative;
/* bottom: -30px;
right: 5%; */
margin: -70px 5% 0 0;
color: var(--color_key);
font-size: 22px;
font-weight: 500;
background-image: url(../img/name_bk.svg);
background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
    justify-content: center;
    align-items: center;
}
p.name::after{
  content: "";
  position: absolute;
	bottom: 28%;
    left: 54%;
transform: translateY(-50%)translateX(-50%);
background-image: url(../img/name_arrow.svg);
background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 8px;
}
p.name span{
  transform: rotate(-15deg);
  line-height: 1;
    margin-top: -15px;
}
p.name small{
  font-size: 16px;
font-weight: 400;
margin-top: 5px;
}

/* ====================================
  swiper
==================================== */
.swiper {
  width: 100%;
  margin: 40px auto 70px;
}
.swiper-button-prev,
.swiper-button-next {
  display: none;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: '';
}
@media (min-width: 768px) {
  .swiper-wrapper {
    justify-content: space-between;
    gap: 16px;
  }
  .swiper-slide {
    width: calc((100% - 32px) / 3);
  }
}
@media screen and (max-width:767px) {
  .swiper {
    width: 110%;
    margin-top: 30px;
    margin-bottom: 50px;
    margin-left: -5%;
    margin-right: 0;
  }
  .swiper-slide {
    width: 80%;
    flex-shrink:0;
  }
  .interview_box a::before{
    height: 90vw;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: block;
  }
  .swiper-button-prev,
.swiper-button-next {
  top: 54%;
  width: 63px;
  height: 42px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/* 左矢印 */
.swiper-button-prev {
  background-image: url('../img/arrow_l.svg');
}
/* 右矢印 */
.swiper-button-next {
  background-image: url('../img/arrow_r.svg');
}

}
/* swiperここまで */

.ilust_box{
  display: flex;
  justify-content: center;
}
.ilust_box img{
  margin-left: -20%;
}
.kira03{
top: 0;
right: 18%;
width: 28vw;
max-width: 393px;
}
.kira04{
bottom: 150px;
left: 15%;
}

.flex_area{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin: 40px auto 50px;
}
.flex_area .btn_area{
  width: calc((100% - 80px) / 3);
}
.flex_area .btn_area:hover a img{
  transform: translate(1.3%, 1.5%);
}
.recruit .ilust_box img {
  margin-left: 20%;
}
.kira05{
  top: 53px;
  right: 20%;
  width: 12.5vw;
  max-width: 180px;
  }
  .kira06{
  bottom: 150px;
  left: 18%;
  }


  
/* ====================================
  responsive
==================================== */
@media screen and (max-width:1000px) {
  .kira03{
    right: 8%;
    }
    .kira04{
      left: 5%;
      }
}
@media screen and (min-width:1300px) {
  .mv_inner{
    height: 780px;
    aspect-ratio: auto;
  }
  .check{
    top: 184px;
  }
  .kira02{
    bottom: 20px;
    width: 167px;
  }
}
@media screen and (max-width:767px) {
  .mv {
    padding: 2.67%;
    height: 100vh;
    max-height: 730px;
  }
  .mv_inner{
    height: 100%;
    aspect-ratio: auto;
    padding: 5.33%;
    background-image: url(../img/mv_sp.png), linear-gradient(0deg, transparent calc(100% - 1px), rgba(255, 255, 255, 0.15) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(255, 255, 255, 0.15) calc(100% - 1px));
    background-size: contain, 15px 15px, 15px 15px;
    background-position: top 30px center,top center;
    border-radius: 25px;
  }
  .logo{
    width: 133px;
  }
  .mv_inner h1{
    width: 76.27%;
    max-width: unset;
    top: unset;
    bottom: 60px;
    left: 12%;
  }
  .mv_txtline{
    height: 42px;
    bottom:1vh;
  }
  .mv_txtline img {
    display: block;
    width: auto;
    height: 42px;
    flex-shrink: 0;
  }
  .inner{
    padding: 60px 4%;
  }
  .inner h2 img{
  padding: 15px;
  }
  .inner h2 span{
    padding: 7px;
  }
  .btn_area{
    padding-bottom: 12px;
  }
  .about .inner h2 {
    display: flex;
    justify-content: center;
  }
  .about .inner h2 img {
    width: 253px;
}
  .about_imgline{
    width: 140px;
  }
  .about_imgline.up {
    right: unset;
    left: 0;
  }
  .about_imgline .about_imgline_inner {
  gap: 4px;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  animation: none;
  }
  .about_imgline_inner.is-animate {
    animation: scrollY 20s linear infinite;
  }
  .about_imgline img {
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
  }
  .about_imgline_inner > * {
    flex-shrink: 0;
  }
  /* .about_imgline.up .about_imgline_inner {
    animation-name: scrollUp;
  }
  @keyframes scrollUp {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-calc(100% / 2));
    }
  } */
  .about .btn_area {
    width: 92.26666666666667vw;
    margin: 90px auto 55px;
}
.check {
  width: 32vw;
  top: 188px;
  right: 7%;
}
  .txt{
    width: 80%;
  }
  .kira01 {
    top: -32px;
    right: -7%;
}
.kira02 {
  bottom: 70px;
  left: unset;
  right: 8%;
  width: 65px;
}

.interview .inner h2 {
  position: relative;
  z-index: 1;
}
.interview .inner h2 img{
width: 268px;
}
p.name{
  width: 144px;
  height:96px;
  font-size: 20px;
  background-image: url(../img/name_bk_sp.svg);
}
p.name small {
  font-size: 14px;
}
.kira03 {
  top: 0;
  right: -100px;
  width: 329px;
  z-index: 0;
}
.kira04 {
  bottom: 50px;
  left: -45px;
  width: 165px;
}
.ilust_box img{
  margin-left: 0
}

.recruit .inner h2 img {
  width: 340px;
}
.flex_area{
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px auto 30px;
  position: relative;
  z-index: 1;
}
.flex_area .btn_area{
  width: 100%;
}
.recruit .ilust_box img {
  margin-left: 0%;
}
.kira05{
  top: 115px;
  right: unset;
  left: -80px;
  max-width: unset;
  width: 260px;
  height: 338px;
  z-index: 0;
  }
  .kira06{
  bottom: 180px;
  left: unset;
  right: -60px;
  width: 234px;
  max-width: unset;
height: 234px;
z-index: 0;
  }
  .kira05 img, .kira06 img{
    width: 100%;
  }
}

/*footer*/
footer {
  border-top: 0 solid #cccccc;
  padding: 40px 20px 20px 20px;
  background: #fff;
  z-index: 100;
  position: relative;
}
.footer_logo {
  display: block;
  max-width: 450px;
  width: 100%;
  margin: 0 auto 30px auto;
}
.footer_sitemap {
  display: table;
  margin: 0 auto 50px auto;
}
.footer_sitemap li {
  display: table-cell;
  padding: 0 10px;
  border-right: 1px solid #333333;
}
.footer_sitemap li:last-child{
border-right: none;
}
.footer_sitemap a {
  font-size: 16px;
  color: #333333;
}
.footer_mark {
  display: table;
  margin: 0 auto 35px auto;
}
.footer_mark div {
  display: table-cell;
  padding-right: 20px;
}
.footer_mark img {
  width: 70px;
}
.footer_copy {
  font-size: 14px;
  text-align: center;
}
/*タブレット*/
@media only screen and (max-width: 1200px) {
  .footer_sitemap {
      max-width: 600px;
      margin: 0 auto 40px auto;
      overflow: hidden;
  }
.footer_sitemap li {
  width: 50%;
      float: left;
      border: 0;
      padding: 10px 0;
  }
.footer_sitemap, .footer_sitemap li {
      display: block;
  }
}

/*SP版ページ下部ボタン*/
@media only screen and (max-width: 1000px) {
.foot_btn{
  position: fixed;
    bottom: 0;
    left: 0;
  z-index: 10;
  width: 100vw;
}
.foot_btn .info_btn{
  display: flex;
}
.foot_btn .info_btn a{
  width: calc(100%/2);
  text-align: center;
  color: #fff;
  padding: 12px 0px;
  font-size: 1.8rem;
  font-weight: 500;
  background: #000;
  display: inline-block;
}
.foot_btn .info_btn a:first-child{
  background: #574B9C;
  font-size: 1.6rem;
}
.footer_sitemap li {
  width: 100%;
}
}
@media only screen and (max-width: 768px) {
	footer{
		padding: 40px 10px 20px 10px;
	}
  .footer_logo{
    margin: 0 auto 20px auto;
  }
  .footer_sitemap li{
    padding: 6px 0;
  }
  .footer_sitemap a {
    font-size: 14px;
  }
	.footer_mark div:last-child{
		padding-right: 0px;
	}
	.footer_mark{
		display: flex;
    flex-wrap: nowrap;
    margin: 0 10% 30px;
    gap:0px;
    justify-content: space-between;
    align-items: center;
	}
	.footer_mark div{
		width: 100%;
    text-align: center;
	}
  .footer_copy {
    font-size: 12px;
  }
}
/*sns*/
.sns{
	margin: 0 auto;
	text-align: center;
	border-bottom: solid 1px #585861;
	margin-bottom: 5rem;
	padding-bottom: 3rem;
}
.sns ul{
	display: flex;
	justify-content: center;
    align-items: center;
	gap:0px 13px;
	list-style: none;

}
.sns ul li{
	width: calc(20%/5);
}
@media screen and (max-width: 767px) {
  .sns{
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
	.sns ul li{
		width: calc(40%/3);
	}

}
.sns ul li svg{
	max-width: 40px;
}

/* スクロールフェードイン */
.fadein {
  opacity: 0;
  transform: translate(0,0);
  transition: all 1.5s;
}
.fadein.fadein-bottom{
    transform: translate(0,30px);
}
.fadein.scrollin{
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}