/*============================================================================

		hl

============================================================================*/
.interview_wrap .interview_main_img h2{
	width: fit-content;
	color:#3d3d3d;
    font-size: 2.7em;
	font-weight: 400;
	line-height: 1;
}
.interview_wrap h3{
	width: fit-content;
	color:#090909;
    font-size: 1.65em;
	font-weight: 600;
	line-height: 2;
	margin: 0 0 2% 9%;
	text-align: justify
}
.interview_wrap h3.question_mvv{
	margin: 0 9% 0 9%;
}
@media screen and (max-width:1024px){
.interview_wrap .interview_main_img h2{
    font-size: 2em;
}
.interview_wrap h3{
	width: fit-content;
	color:#090909;
    font-size: 1.45em;
	font-weight: 600;
	line-height: 1.35;
	margin: 0 9% 2% 9%;
}
}
/*============================================================================

		layout

============================================================================*/
.bold{
	font-weight: 800;
}
.main_contents.interview {
	background: #f4f4f4;
	overflow: hidden;
}
.main_contents.interview .cont_inner{
	padding: 0 0 160px;
}
.interview_main_img{
	position: relative;
	width:100%;
	padding: 9% 0 0;
}
.interview_bg{
	position: relative;
	width: 100%;
	height: 460px;
	margin: 0;
	background: #e0e0e0;
}
.interview_bg .base{
	position: absolute;
	bottom:-8%;
	left: 0;
	right: -6%;
	margin: 0 auto;
	width:100%;
	max-width: 440px;
	z-index: 1;
}
.interview_bg .base.w02{
	left: -3%;
    right: 0;
	max-width: 515px;
}
.interview_bg .base.w03{
	left: -10%;
    right: 0;
	max-width: 590px;
}
.interview_bg .title{
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: fit-content;
}
.interview_bg .title{
	opacity: .4;
}
@media screen and (max-width:1024px){
.main_contents.interview {
	padding: 2% 0 0;
}
}
@media screen and (max-width:768px){
.main_contents.interview {
	background: #f4f4f4;
	overflow: hidden;
	padding: 19% 0 0;
}
.main_contents.interview .cont_inner{
	padding: 0 0 90px;
}
.interview_main_img{
	padding: 0;
}
.interview_bg{
	height: 340px;
}
}
/*-- profile --*/
.interview_main_img .profile{
    position: absolute;
    left: 30%;
    right: 0;
    top: 60%;
    transform: translate(50%, -50%);
    width: fit-content;
	z-index: 2;
}
.interview_main_img .profile.w03{
    left: 50%;
    right: 0;
    top: 60%;
}
.interview_main_img .section,
.interview_main_img .post,
.interview_main_img .name{
	width: fit-content;
	color:#090909;
	padding: 0 3px;
	font-weight: 600;
	line-height: 1.3;
	background: #fff;
	display: block;
}
.interview_main_img .section{
	font-size: 1.2em;
	margin: 7px 0 0;
}
.interview_main_img .post{
	font-size: 1.6em;
	margin: 12px 0 0;
}
.interview_main_img .name{
	font-size: 1em;
	margin: 40px 0 0;
}
@media screen and (max-width:1360px){
.interview_main_img .profile{
    left: 18%;
}
.interview_main_img .profile.w03{
    left: 49%;
}
}
@media screen and (max-width:1024px){
.interview_bg {
	height: 400px;
}
.interview_main_img .profile{
    left: 23%;
    right: inherit;
    top: 48%;
	transform: translate(0, 0);
}
.interview_main_img .profile.w03{
    left: 52%;
    right: inherit;
    top: 48%;
}
.interview_bg .base{
	width: 40%;
}
.interview_bg .base.w02{
	width: 45%;
}
.interview_bg .base.w03{
	width: 40%;
}
}
@media screen and (max-width:768px){
.interview_bg .base{
	width: 50%;
}
.interview_bg .base.w03{
	width: 53%;
}
.interview_main_img .profile{
	left: 17%;
	top: 41%;
}
.interview_main_img .profile.w03{
	left: 55%;
	top: 41%;
}
}
@media screen and (max-width:430px){
.interview_bg {
	height: 340px;
}
.interview_bg .base {
	bottom: -8%;
	left: 0px;
	right: -20%;
	width: 83%;
	height: auto;
	margin: 0px auto;
}
.interview_bg .base.w02 {
	bottom: -6%;
	left: 0px;
	right: -10%;
	width: 97%;
	height: auto;
	margin: 0px auto;
}
.interview_bg .base.w03 {
	bottom: -6%;
	left: 0px;
	right: -50%;
	width: 100%;
	height: auto;
	margin: 0px auto;
}
.interview_main_img .profile{
	left:0;
	top: 37%;
	transform: translate(0, 0);
}
.interview_main_img .profile.w03{
	left: 0;
	top: 37%;
	transform: translate(0, 0);
}
.interview_main_img .section,
.interview_main_img .post,
.interview_main_img .name{
	padding: 0 3px 0 10px;
}	
}
/*-- copy --*/
.sec_copy{
	display: flex;
	justify-content:flex-start;
	align-items: center;
	margin: 14% 0 9%;
}
.i_copy{
	width: auto;
	display: inline-block;
	font-size: 3em;
	font-weight: 600;
	background: linear-gradient(90deg, rgba(115,115,115,1) 0%, rgba(230,60,60,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1.4;
}
.i_number_01_wrap{
	width: 16%;
	margin: 0 3% 0 0;
}

@media screen and (max-width:1024px){
.sec_copy{
	display: block;
	margin: 14% 0 9%;
}
.i_number_01_wrap{
	width: 14%;
	margin: 0 6% 3%;
}
.i_copy{
	width: 90%;
    margin: 0 auto;
    display: block;
	font-size: 3em;
	text-align: justify;
}
}
@media screen and (max-width:768px){
.i_copy{
	font-size: 3em;
	line-height:1.3;
}
}
@media screen and (max-width:430px){
.i_copy{
	font-size: 2em;
	line-height:1.3;
}
.i_number_01_wrap{
	width: 20%;
	margin: 0 6% 3%;
}
}
/*move*/
.marker.marker_box {
	display: block;
	text-align: center;
}
.marker .marker_bar {
	position: relative;
	display: inline-block;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.marker .marker_bar:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 93%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: linear-gradient(to right, rgba(188,188,188,1) 0%, rgba(224,111,111,1) 88%, rgba(255,66,66,1) 100%);
}
.marker .marker_txt {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	background: linear-gradient(90deg, rgba(115,115,115,1) 0%, rgba(230,60,60,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.marker.move .marker_bar:before {
	-webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
	animation: passing-bar 1s ease 0s 1 normal forwards;
}
.marker.move .marker_txt {
	-webkit-animation: passing-txt 0s ease .5s 1 normal forwards;
	animation:passing-txt 0s ease .5s 1 normal forwards;
}

@-webkit-keyframes passing-bar{
	0% {
		left: 0;
		right: auto;
		width: 0;
	}
	50% {
		left: 0;
		right: auto;
		width: 100%;
	}
	51% {
		left: auto;
		right: 0;
		width: 100%;
	}
	100% {
		left: auto;
		right: 0;
		width: 0;
	}
}
@keyframes passing-bar{
	0% {
		left: 0;
		width: 0;
	}
	50% {
		left: 0;
		width: 100%;
	}
	51% {
		left: 0;
		width: 100%;
	}
	100% {
		left: 100%;
		width: 0;
	}
}
@-webkit-keyframes passing-txt{
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes passing-txt{
	0% { opacity:0; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@media screen and (max-width:1024px){
.marker .marker_bar:before {
	height: 100%;
}
}
/*-- question --*/
.mvv_modal{
    display: block;
    width: fit-content;
	color: #090909;
	text-decoration: none;
	border-bottom: 1px solid #090909;
	font-weight: 400;
	font-size: .9em;
	margin: 0 8% 1% auto;
	pointer:cursor;
}
.remodal a.modal_background{
	background-color: rgba(255, 0, 0, 0, 0.8);
}

/*-- answer --*/
.interview_wrap .answer,
.interview_wrap .answer_noimg,
.interview_wrap .answer_last{
	background: #fff;
	border-radius: 20px;
	padding: 4%;
    width: 90%;
    margin: 0 auto;
}
.interview_wrap .answer{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.interview_wrap .answer_noimg,
.interview_wrap .answer_last{
	display: block;
	position: relative;
}

.interview_wrap .answer p,
.interview_wrap .answer_noimg p,
.interview_wrap .answer_last p{
	text-align: justify;
	font-weight: 500;
	font-size: 1.1em;
}

.interview_wrap .answer p{
	width: 60%;
	padding: 0 4% 0 0;
}
.interview_wrap .answer_noimg p{
	width: 100%;
}
.interview_wrap .answer_last p{
	width: 80%;
	margin: 0 auto 0 0
}
.interview_wrap .answer img,
.interview_wrap .answer .img_note{
	width: 40%;
	border-radius: 20px;
}
.interview_wrap .answer .img_note p,
.interview_wrap .answer .img_note img{
	width: 100%;
}
.interview_wrap .answer_last img{
	position: absolute;
	right: -13%;
	bottom: 0;
	width: 35%;
}
.interview_wrap .answer p.note,
.interview_wrap .answer_noimg p.note,
.interview_wrap .answer_last p.note{
	text-align: justify;
	font-weight: 500;
	font-size: .9em;
	line-height: 1.3;
	padding: 3%;
}
.interview_wrap .answer_noimg p.note{
	padding: 3% 3% 3% 0;
}
.interview_wrap .answer_last p.note{
	padding: 3% 3% 3% 0;
}
.model_txt_area{
	display: block;
	justify-content:space-between;
}
@media screen and (max-width:1024px){
.interview_wrap .answer,
.interview_wrap .answer_noimg,
.interview_wrap .answer_last{
	padding: 8% 4%;
    width: 90%;
    margin: 0 auto;
}
.interview_wrap .answer{
	display: block;
	padding: 8% 4% 4%;
}
.interview_wrap .answer_last{
    padding: 8% 4% 4%;
	overflow: hidden;
}
.interview_wrap .answer p{
	width: 100%;
	padding: 0;
}
.interview_wrap .answer_last p{
	width: 100%;
	margin: 0;
}
.interview_wrap .answer img,
.interview_wrap .answer .img_note{
	width: 100%;
	border-radius: 15px;
	margin: 5% 0 0;
}	
.model_txt_area{
	display: flex;
	justify-content:space-between;
	align-items: flex-start;
}
.interview_wrap .answer_last img {
    position: inherit;
    width: 45%;
	padding: 0 0 0 5%;
}


}

/*============================================================================

		svg

============================================================================*/
svg .svg-i_number_01 {
  stroke-dashoffset: 605.541748046875px;
  stroke-dasharray: 605.541748046875px;
  -webkit-transition: stroke-dashoffset 1.5s ease-in-out 0s;
          transition: stroke-dashoffset 1.5s ease-in-out 0s;
}

svg.active .svg-i_number_01 {
  stroke-dashoffset: 1211.08349609375px;
}


/*============================================================================

		modal

============================================================================*/
.modal{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
.modal:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
.modal:target{
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s, visibility 0.5s;
}
.modal .overlay{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  opacity: 0.85;
  top: 0;
  left: 0;
}
.remodal-overlay{
    background-color: #fff;
    opacity: 0.95;
}
.modal-wrapper{
  width: 95%;
  max-width: 980px;
  height: auto;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-contents{
  overflow: auto;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  position: relative;
}
.modal-content{
  margin: 25px;
}
.modal-close{
  position: absolute;
  top: 5px;
  right: 10px;
  text-decoration: none;
}
.remodal-close{
	top: 5px;
	left: inherit;
	right: 0;
	color:#fff;
}
.remodal-close:before {
    font-size: 30px;
    line-height: 35px;
    position: absolute;
    top: 5%;
    right: 5%;
    left: inherit;
    display: block;
    width: 35px;
    content: "\00d7";
    color: #000;
    text-align: center;
}
/*============================================================================

		slider_interview_bottom

============================================================================*/
/*----- 要素が1つのときの表示 -----*/
.slide-one{
  display: block;
	
}
.slick-track{
	margin: 0 auto;
}
@media (max-width: 1300px) {

}
@media (max-width: 1024px) {
  .slide-one .slick-track{
	display: block;
	margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .slide-one .slick-track{
    display: inline;
	  margin: 0 auto;
  }
}

/*----------*/
.slider_interview_bottom{
	position: relative;
	width:100%;
	margin: 0;
	padding: 60px 0 30px;
	background: #f4f4f4;
}
.slider_interview_bottom .slick-slide {
    width: auto; /* または固定の幅を指定 */
    display: block; /* 確実にブロック要素として扱う */
}
.slider_interview_bottom .inner{
	position: relative;
	margin: 0 20px;
	padding: 0 12px;	
}
.slider_interview_bottom .member{
	border-radius: 110px 10px 10px 10px;
}
.slider_interview_bottom .section,
.slider_interview_bottom .post,
.slider_interview_bottom .name{
	color:#090909;
	padding: 0 3px;
	font-weight: 600;
	line-height: 1.3;
}
.slider_interview_bottom .section{
	position: absolute;
	top: 0;
    left: 20px;
	font-size: .7em;
}
.slider_interview_bottom .post{
	position: absolute;
	top:20px;
    left: 20px;
	font-size: .9em;
}
.slider_interview_bottom .name{
	position: absolute;
	top:75px;
    left: 20px;
	font-size: .7em;
}
.slider_interview_bottom .comment {
    position: absolute;
    top: 53%;
    left: 20px;
}
.slider_interview_bottom .comment .txtbg {
	color: #090909;
    font-size: 1.3em;
    font-weight: 600;
    line-height: 1.6em;
	background: #fff;
	padding: 0 3px;
}
@media screen and (max-width:768px){
.slider_interview_bottom .comment {
	font-size: .9em;
}
}
@media screen and (max-width:430px){
.slider_interview_bottom{
	padding: 0 0 30px;
}
.slider_interview_bottom .inner{
	margin: 0;
}
.slider_interview_bottom .section{
	top: 11%;
    left: 20px;
	font-size: .6em;
}
.slider_interview_bottom .post{
	top:16%;
    left: 20px;
	font-size: .75em;
}
.slider_interview_bottom .name{
	top: 31%;
    left: 20px;
	font-size: .6em;
}
.slick-item p {
	font-size: 16px;

}
}
/*----- btn -----*/
.interview_btn_area{
	width:100%;
	background: #f4f4f4;
	padding: 0 0 180px;
}
.interview_bottom_btn{
	width: fit-content;
	margin: 0 auto;
}
@media screen and (max-width:430px){
.interview_btn_area{
	padding: 20px 0 110px;
}
}
/*============================================================================

		interview_list_are　（社員紹介一覧）

============================================================================*/
/*----- hl -----*/
.interviewlist_wrap .title{
	position: relative;
	margin: -3px auto 0;
}
.interviewlist_wrap .title img {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    opacity: .5;
}
.interviewlist_wrap .title h2 {
	position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
	color:#fff;
	background-color: #090909;
	font-size:1em;
	font-weight: 500;
	line-height: 1;
	padding: 1px 10px 3px;
}
/*-------------*/
.interviewlist_wrap{
	background: #f5f5f5;
	position: relative;
    padding: 5% 0 0;
}
.interviewlist_wrap::before{
	display: block;
	content: "";
	position: fixed;
	background: #fff;
	width: 2100px;
	height: 55vh;
	bottom: 0%;
	left: 50%;
	transform: rotate(-8deg) translateX(-50%);
}
.interviewlist_wrap .cont_inner{
	padding: 30px 0 110px;
}
.interview_list_area{
	position: relative;
	width:100%;
	margin: 0 auto;
	padding: 0 0 80px;
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
.interview_list_area .interview_list{
	width: 100%;
    max-width: 320px;
}
@media screen and (max-width:1024px){
.interviewlist_wrap::before{
	height: 68vh;
}
.interview_list_area .interview_list{
	width: 33%;
	margin: 40px 0;
}
}
@media screen and (max-width:768px){
.interviewlist_wrap{
    padding: 60px 0 0;
}
.interview_list_area .interview_list{
	width: 33%;
}
}
@media screen and (max-width:430px){
.interview_list_area .interview_list{
	width: 80%;
	margin: 20px 0;
}
}
/*----------------*/
.interview_list_area .inner{
	position: relative;
	margin: 50px 10px;
	padding: 0 12px;
}
.interview_list_area .inner:hover{
	opacity: .8;
}
.interview_list_area .member{
	border-radius: 110px 10px 10px 10px;
}
.interview_list_area .section,
.interview_list_area .post,
.interview_list_area .name{
	color:#090909;
	padding: 0 3px;
	font-weight: 600;
	line-height: 1.3;
}
.interview_list_area .section{
	position: absolute;
	top: 0;
    left: 20px;
	font-size: .7em;
}
.interview_list_area .post{
	position: absolute;
	top:20px;
    left: 20px;
	font-size: .9em;
}
.interview_list_area .name{
	position: absolute;
	top:75px;
    left: 20px;
	font-size: .7em;
}
.interview_list_area .comment {
    position: absolute;
    top: 53%;
    left: 20px;
}
.interview_list_area .comment .txtbg {
	color: #090909;
    font-size: 1.3em;
    font-weight: 600;
    line-height: 1.6em;
	background: #fff;
	padding: 0 3px;
}

@media screen and (max-width:1024px){
.interview_list_area .inner{
	position: relative;
	margin: 0;
	padding: 0 12px;
}
	
}
@media screen and (max-width:768px){
.interview_list_area .post{
	font-size: .8em;
}
}
@media screen and (max-width:430px){
.interview_list_area{
	padding: 0 0 30px;
}
.interview_list_area .inner{
	margin: 0;
}
.interview_list_area .section{
	top: 11%;
    left: 20px;
	font-size: .75em;
}
.interview_list_area .post{
	top:16%;
    left: 20px;
	font-size: .9em;
}
.interview_list_area .name{
	top: 31%;
    left: 20px;
	font-size: .7em;
}

}

.slider_interview_bottom .slick-track.min {
    transform: translate3d(0, 0, 0) !important;
}

.slider_interview_bottom {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 60px 0 30px;
    background: #f4f4f4;
}

.slider_interview_bottom {
    width: 100%;
    display: block;
}

.slider_interview_bottom .slick-slide {
    display: inline-block;
    float: left;
}
@media screen and (max-width:430px){
.slider_interview_bottom {
    padding: 0 0 30px;
}
}
/*----------footer---------*/
.ft_img01{
	max-width: 640px;
	top:-140px;;
}
@media screen and (max-width:430px){
	.ft_img01{
		top:-80px;;
	}
}

/*-------------------------

　遅延読み込み

-------------------------*/
.fadeIn_load{
	opacity: 0;
	visibility: hidden;
	transform: translateY(0);
	transition: opacity .1s, visibility .1s, transform .1s;
}

.is-fadein{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
