@charset "utf-8";

.font-zenkurenaido {
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: 400;
}


/* ----------------------------------------
pageKv
------------------------------------------- */
#pageKv {position: relative;}
.pageKv_scroll {position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);padding-bottom: 130px; z-index: 1;}
.pageKv_scroll span {font-size: 21px;font-style: italic;letter-spacing: 0.2em;color: #fff;}
.pageKv_scroll span:after {
	content: '';position: absolute;bottom: 0;left: 50%;height: 120px;width: 1px;background: #fff;
}
/*  */
@media screen and (max-width: 960px){
	.pageKv_scroll {display: none;}
}

.bg_texture {
	background: linear-gradient(140deg, rgba(225, 229, 237, 1) 0%, rgba(255, 255, 255, 1) 5%, rgba(225, 229, 237, 1) 10%, rgba(255, 255, 255, 1) 20%, rgba(225, 229, 237, 1) 25%, rgba(255, 255, 255, 1) 35%, rgba(225, 229, 237, 1) 40%, rgba(255, 255, 255, 1) 50%, rgba(225, 229, 237, 1) 55%, rgba(255, 255, 255, 1) 65%, rgba(225, 229, 237, 1) 70%, rgba(255, 255, 255, 1) 80%, rgba(225, 229, 237, 1) 85%, rgba(255, 255, 255, 1) 95%, rgba(225, 229, 237, 1) 100%);

	padding-bottom: 90px;
}
@media screen and (max-width: 960px){
	.bg_texture {padding-bottom: 45px;}
}





/* ----------------------------------------
leadWrap
------------------------------------------- */
.leadWrap {padding: clamp(45px, 5vw, 90px) 0;text-align: center;}
.leadWrap .leadEn {font-size: 42px;line-height: 1;letter-spacing: 0.1em;color: #9e8771;margin-bottom: clamp(20px, 4vw, 60px);}
.leadWrap .leadTtl {font-size: 30px;margin-bottom: clamp(20px, 2vw, 40px);}
.leadWrap .leadTxt {}
/*  */
@media screen and (max-width: 960px){
	.leadWrap .leadEn {font-size: 21px;}
	.leadWrap .leadTtl {font-size: 18px;}
	.leadWrap .leadTxt {font-size: 13px;text-align: center;}
}



.secHeadWrap {}
.secHeadTitle {font-size: clamp(18px, 3vw, 30px);line-height: 2;padding-bottom: 20px;text-align: center;position: relative;}
.secHeadTitle:after {content:'';position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);width: 100px;height: 2px;background: #b58f6d;}
/*  */
@media screen and (max-width: 960px){
	.secHeadTitle:after {width: 50px;}
}




/* ----------------------------------------
interview_contents01
------------------------------------------- */
#interview_contents01 {padding: clamp(45px, 5vw, 90px) 0;background: linear-gradient(0deg, #f5e3c1 0%, #fcf8f1 100%);background-size: cover;}
.contents01_headImg {display: flex;flex-wrap: wrap;margin-top: clamp(10px, 4vw, 60px);}
.contents01_headImg figure {width: 50%;}

.point {}
.point_item {background: #fff;border-radius: 24px;box-shadow: 0 0 15px rgba(0,0,0,0.2);padding: 50px 60px;margin: 60px auto 0;}

.point_head {text-align: center;}
.point_head p {font-size: 18px;margin-bottom: clamp(12px, 3vw, 40px);}
.point_head p b {font-size: 233%;font-weight: normal;line-height: 1;display: inline-block;padding-left: 4px;}
.point_head h3 {max-width: 600px;margin: 0 auto;background-size: cover;padding: 15px 0;border-radius: 50px;}
.point_head h3 span {font-size: clamp(16px, 2.2vw, 28px);letter-spacing: 0.1em;line-height: 1;color: #fff;}

.pointList {justify-content: space-between;align-items: center;margin-top: clamp(20px, 3vw, 40px);}
.pointList .flex_item {width: 60%;}
.pointList .flex_item:nth-child(2) {width: 36%;}
.pointList_list li {background: #f7f6ea;border-radius: 8px;padding: 15px 20px;display: flex;align-items: center;}
.pointList_list li p {font-size: clamp(13px, 1.6vw, 20px); letter-spacing: 0.04em;}
.pointList_list li b {font-size: 120%;font-weight: 600;line-height: 1;}
.pointList_list li + li {margin-top: clamp(10px, 1.6vw, 20px);}
.pointList_list li i {width: 40px;height: 40px;display: inline-block;position: relative;margin-right: 10px;}
.pointList_list li i:before {content:'';position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);width: 19px;height: 26px;
background: url("../img/page/interview/icon_good.svg")no-repeat center center;background-size: cover;z-index: 1;}
.pointList_list li i:after {content:'';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #ccc;border-radius: 50%;z-index: 0;}

#point01 .point_head h3 {background: linear-gradient(90deg, #ebf9be 0%, #79b35a 50%, #79b35a 100%);}
#point01 .pointList_list li i:after {background: #79b35a;}
#point02 .point_head h3 {background: linear-gradient(90deg, #f7e9c8 0%, #ce7575 50%, #ce7575 100%);}
#point02 .pointList_list li i:after {background: #ce7575;}
#point03 .point_head h3 {background: linear-gradient(90deg, #f6f5c4 0%, #e2944e 50%, #e2944e 100%);}
#point03 .pointList_list li i:after {background: #e2944e;}

/* スライダーカスタム */
.js-point01-slider {margin-bottom: 30px;}
.js-point01-slider .slick-slide {}
.js-point01-slider .slick-dots {bottom: -30px;}
.js-point01-slider .slick-dots li {width: 8px;height: 8px;margin: 0 8px;}
.js-point01-slider .slick-dots li button {width: 8px;height: 8px;padding: 3px;background: #ccc;}
.js-point01-slider .slick-dots li.slick-active button {background: #c39600;}

/* アニメーション　外観CG下から上へ見上げる動き */
.exterior-anim {aspect-ratio: 6 / 4;position: relative;}
.exterior-anim:before {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;
	background: url("../img/page/top/kv05.jpg")no-repeat bottom center;background-size: cover;}
.exterior-anim.is-show:before {background-position: 100% 0;transition: 3s ease-in-out 1.6s;}

/* アニメーション　外観CG下から上へ見上げる動き */
.Ftype-anim {aspect-ratio: 6 / 4;position: relative;}
.Ftype-anim:before {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;
	background: url("../img/page/equipment/kv_pc.jpg")no-repeat right center;background-size: cover;}
.Ftype-anim.is-show:before {background-position: 0 0;transition: 3s ease-in-out 1.6s;}

/*  */
@media screen and (max-width: 960px){
	.point_item {border-radius: 14px;padding: 30px 15px;margin: 40px auto 0;}
	
	.point_head h3 {padding: 12px 0;}
	.point_head p {font-size: 11px;}
	
	.pointList .flex_item {width: 100%;}
	.pointList .flex_item:nth-child(2) {width: 100%;margin-top: 20px;}
	.pointList_list li {padding: 10px;}
	.pointList_list li i {width: 25px;height: 25px;aspect-ratio: 1 / 1;}
	.pointList_list li i:before {width: 12px;height: 17px;}
}



/* ----------------------------------------
voice_staff
------------------------------------------- */
.voice_staff {max-width: 750px;width: 100%;margin: 60px auto 0;background: #fff;border-radius: 24px;padding: 40px;align-items: center;}
.voice_staff .flex_item:nth-child(1) {width: 30%;}
.voice_staff .flex_item:nth-child(2) {width: 70%;padding-left: 4%;}
.voice_staff h4 {font-size: clamp(16px, 1.6vw, 20px);color: #306ea9;background: #deedf8;margin-bottom: 20px;padding: 5px 0;position: relative;text-align: center;}
.voice_staff h4::before {content: '';position: absolute;top: 0;left: 0;width: 15px;height: 100%;background: #fff;clip-path: polygon(0 0, 0 100%, 100% 50%);}
.voice_staff h4::after {content: '';position: absolute;top: 0;right: 0;width: 15px;height: 100%;background: #fff;clip-path: polygon(100% 0, 0 50%, 100% 100%);}
.voice_staff p {font-size: clamp(13px, 1.2vw, 16px);color: #306ea9;line-height: 1.7;}
/*  */
@media screen and (max-width: 960px){
	.voice_staff {border-radius: 14px;margin: 40px auto 0;padding: 20px;}
	.voice_staff .flex_item:nth-child(1) {width: 150px;margin: 0 auto 20px;}
	.voice_staff .flex_item:nth-child(2) {width: 100%;padding-left: 0;}
}



/* ----------------------------------------
interview_contents02
------------------------------------------- */
#interview_contents02 {padding: clamp(45px, 5vw, 90px) 0;background: #f9f3e8;}

.interview_information {max-width: 1300px;margin: 0 auto 60px;justify-content: space-between;}
.interview_information li {width: 48%;background: #fff;border-radius: 20px;padding: 30px;margin-top: 40px;}
.interview_information li h4 {border-left: 4px solid #b58f6d;padding-left: clamp(10px, 2vw, 20px);margin-bottom: 10px;}

/* 円グラフのアニメーション　------------------------- */
/* graph-anim: 円形マスクで時計回りに表示 */
.graph-anim {
  --deg: 0;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  max-width: 500px;
  margin: 0 auto;
}
.graph-anim img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
	/* conic-gradient で時計回り出現 */
  mask-image: conic-gradient(#000 0deg,
                             #000 calc(var(--deg) * 1deg),
                             transparent calc(var(--deg) * 1deg));
  mask-repeat: no-repeat;
  mask-position: center;
}
/* 円グラフのアニメーション　------------------------- */


.card {max-width: 1500px;margin: 0 auto;display: grid;grid-template-columns: 1fr 1fr 1fr;column-gap: 2.5%;row-gap: 30px;margin-top: 40px;}
.card li {aspect-ratio: 7 / 4;border-radius: 50%;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);padding: 8px;position: relative;}
.card li:after {content: '';position: absolute;top: 10px;left: 50%;transform: translateX(-50%);width: 17px;height: 20px;background: url("../img/page/interview/icon_pin.png")no-repeat center center;background-size: cover;z-index: 2;}
.card_inner {height: 100%;border-radius: 50%;display: flex;align-items: center;
	background: url("../img/page/interview/card_bg.jpg")no-repeat center center;background-size: cover;}
.card_inner p {font-family: "Zen Kurenaido", sans-serif;line-height: 1.6;width: fit-content;margin: 0 auto;position: relative;z-index: 2;}
.card_inner span {background: linear-gradient(transparent 70%, #fbf7cd 0%);}

.card li:nth-child(1) {background: #f6c396;transform: rotate(359deg);}
.card li:nth-child(2) {background: #badda7;transform: rotate(1deg);}
.card li:nth-child(3) {background: #f0c5c5;transform: rotate(359deg);}
.card li:nth-child(4) {background: #f0c5c5;}
.card li:nth-child(5) {background: #f6c396;transform: rotate(359deg);}
.card li:nth-child(6) {background: #badda7;transform: rotate(1deg);}
.card li:nth-child(7) {background: #f6c396;transform: rotate(359deg);}
.card li:nth-child(8) {background: #badda7;transform: rotate(1deg);}
.card li:nth-child(9) {background: #f0c5c5;transform: rotate(359deg);}
.card li:nth-child(10) {background: #f0c5c5;}

/*  */
@media screen and (max-width: 960px){
	.interview_information li {width: 100%;padding: 20px;}
	
	.card {grid-template-columns: 1fr 1fr;row-gap: 30px;}
	.card li {padding: 3px;}
	.card_inner p {font-size: 11px;}
}












@media screen and (max-width: 960px){
}
@media screen and (max-width: 640px){
}