@charset "UTF-8";

#InterviewC__content{
	margin: 0 auto;
	width: 100%;
	padding-bottom: 100px;
}
#InterviewC__content h1,
#InterviewC__content h2{
	letter-spacing: -0.03em;
	line-height: 1.2;
}

/*ブロックエディタ変更*/
#InterviewC__content :where(.wp-block-columns.is-layout-flex) {
    gap: 0em !important;
}
#InterviewC__content :where(.wp-block-columns) {
    margin-bottom:0em !important;
}
@media only screen and (max-width: 559px) {
#InterviewC__content :where(.wp-block-columns) {
    margin-top:2em !important;
    margin-bottom:2em !important;
}
}

#InterviewC__content .Section__block{
    gap: 6rem !important;
}

@media only screen and (max-width: 559px) {
#InterviewC__content .Section__block{
    gap: 3rem !important;
}
}

#InterviewC__content .SiteContent__sectionInner {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

#InterviewC__content b, #InterviewC__content strong {
    font-weight: 700 !important;
}

/* ---------- InterviewHero ---------- */
#InterviewC__content .InterviewHero{
	max-width:100%;
	height: 555px;
	margin: 0 auto;
	position: relative;
	background-color:#e391ac;
}
@media only screen and (min-width: 560px) and (max-width: 959px){
	#InterviewC__content .InterviewHero{
		max-width:100%;
		height: 560px;
		margin: 0 auto;
		position: relative;
		background-color:#e391ac;
	}
}
@media only screen and (max-width: 559px) {
	#InterviewC__content .InterviewHero{
		height: auto;
	}
}
/* #InterviewC__content .InterviewHero__Img img{
	position: relative;
	height: 560px;
	z-index: 1;
} */
#InterviewC__content .InterviewHero .SiteContent__sectionInner{
	height:100%;

/*	padding-bottom:4rem;*/
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}
	@media only screen and (min-width: 560px) and (max-width: 959px){
		#InterviewC__content .InterviewHero .SiteContent__sectionInner{
		}
	}
	@media only screen and (max-width: 559px) {
		#InterviewC__content .InterviewHero .SiteContent__sectionInner{
			padding-bottom:2rem;
		}
	}
#InterviewC__content .InterviewHero .Heading_wrap{
	width:100%;
	margin: 0 auto;
/*	padding-bottom: 4rem;
	left:-4rem;*/
	position: relative;
}
	@media only screen and (min-width: 560px) and (max-width: 959px){
		#InterviewC__content .InterviewHero .Heading_wrap{
			left:-2rem;
		}
	}
	@media only screen and (max-width: 559px) {
		#InterviewC__content .InterviewHero .Heading_wrap{
			padding-top: 10rem;
	padding-bottom: 0rem;
			left:0;
		}
	}
#InterviewC__content .InterviewHero h1.Hero__heading{
	width:445px;
}
	@media only screen and (min-width: 560px) and (max-width: 959px){
		#InterviewC__content .InterviewHero h1.Hero__heading{
			width:445px;
		}
	}
	@media only screen and (max-width: 559px) {
		#InterviewC__content .InterviewHero h1.Hero__heading{
			width:60%;
		}
	}
#InterviewC__content .InterviewHero .Hero__lead{
	margin-left:5rem;
	padding-left:3rem;
	border-left: 1px solid #FFF;
	color:#FFF;
}
	@media only screen and (min-width: 560px) and (max-width: 959px){
		#InterviewC__content .InterviewHero .Hero__lead{
			margin-left:3rem;
			padding-left:2rem;
		}
	}
	@media only screen and (max-width: 559px) {
		#InterviewC__content .InterviewHero .Hero__lead{
			margin-left:1rem;
			padding-left:1rem;
		}
	}
#InterviewC__content .InterviewHero .Hero__lead .Hero__subtitle{
	font-size: 3rem;
	line-height: 1.3;
	font-weight: 300;
}
	@media only screen and (min-width: 560px) and (max-width: 959px){
		#InterviewC__content .InterviewHero .Hero__lead .Hero__subtitle{
			font-size: 3rem;
		}
	}
	@media only screen and (max-width: 559px) {
		#InterviewC__content .InterviewHero .Hero__lead .Hero__subtitle{
			font-size: 5.5vw;
		}
	}
#InterviewC__content .InterviewHero .Hero__lead p{
	margin-top:1em;
	font-size: 1.4rem;
	line-height: 1.8;
	font-weight: 500;
}
	@media only screen and (min-width: 560px) and (max-width: 959px){
		#InterviewC__content .InterviewHero .Hero__lead p{
		}
	}
	@media only screen and (max-width: 559px) {
		#InterviewC__content .InterviewHero .Hero__lead p{
			font-size: 1.1rem;
		}
	}

#InterviewC__content .InterviewHero .InterviewHero__Img{
	width: 100%;
	height: 555px;
	position: absolute;
	right:0;
	top:0;
	z-index: 1;
}
	@media only screen and (min-width: 560px) and (max-width: 959px){
		#InterviewC__content .InterviewHero .InterviewHero__Img{
		}
	}
	@media only screen and (max-width: 559px) {
		#InterviewC__content .InterviewHero .InterviewHero__Img{
			height: 100%;
		}
	}
#InterviewC__content .InterviewHero .InterviewHero__Img img{
	width: 100%;
	height: 555px;
	object-fit: cover;
}
	@media only screen and (min-width: 560px) and (max-width: 959px){
		#InterviewC__content .InterviewHero .InterviewHero__Img img{
			height: 100%;
			object-fit: cover;
		}
	}
	@media only screen and (max-width: 559px) {
		#InterviewC__content .InterviewHero .InterviewHero__Img img{
			height: 100%;
			object-fit: cover;
			object-position: 70% 100%;
		}
	}

/* ---------- InterviewArea ---------- */

#InterviewC__content .InterviewArea{
	width: 100%;
}

/* main要素 */
#Recruit__Content {}

/* InterviewC__content内 */
#InterviewC__content {}

#InterviewC__content .Pagename {
	position: absolute;
	z-index: 2;
}

#InterviewC__content .Pagename span {
	background-color: #333;
	color: #fff;
	margin-top: 2rem;
}

#InterviewC__content .Pagename::after {
	content: '';
	background-image: url("../images/inter_c/bg_inter_pagename.svg");
	background-position: left top;
	background-repeat: no-repeat;
	width: 241px;
	height: 243px;
	background-size: contain;
	display: block;
	position: absolute;
	left:0;
	top:0;
	z-index: -1;
}
@media only screen and (max-width: 559px) {
#InterviewC__content .Pagename::after {
	width: 120px;
	height: 121px;
}
}

#InterviewC__content .Pageicon {
	position: absolute;
	margin-top: 3rem;
	margin-right: 4.2rem;
	right: 0;
	width: 15rem;
	height: fit-content;
	z-index: 2;
}

@media only screen and (max-width: 559px) {
#InterviewC__content .Pageicon {
	margin-top: 1.5rem;
	margin-right: 2rem;
	width: 10rem;
}
}

#InterviewC__content .InterviewHero {
	position: relative;
}

#InterviewC__content .InterviewHero .SiteContent__sectionInner {
justify-content: center;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
#InterviewC__content .InterviewHero .SiteContent__sectionInner .Heading_wrap {
width: 100%;
margin: 0;
display: flex;
justify-content: space-between;
align-items: center;
}
	@media only screen and (max-width: 559px) {
#InterviewC__content .InterviewHero .SiteContent__sectionInner .Heading_wrap {
width: auto;
display: block;
}
}
#InterviewC__content .InterviewHero .SiteContent__sectionInner .Heading_wrap .txt_area .mv_main_ttl {
width: auto;
display: inline-block;
font-weight: bold;
color: #fff;
z-index: 1;
position: relative;
line-height: 1.6;
}
#InterviewC__content .InterviewHero .SiteContent__sectionInner .Heading_wrap .mv_main_ttl span {
	background: none;
	padding: 0;
	font-size: 3.6rem;
	color: #666;
	font-weight: 700;
	margin: 0;
	display: inline-block;
}

#InterviewC__content .InterviewHero .SiteContent__sectionInner .Heading_wrap .txt_area {
/*	transform: translateY(20%);*/
}
#InterviewC__content .InterviewHero .SiteContent__sectionInner .Heading_wrap .txt_area .mv_main_sttl {
	margin-top: 3rem;
	padding-top: 3rem;
	font-size: 1.8rem;
	color: #666;
	font-weight: 700;
	display: block;
	position: relative;
}

	@media only screen and (max-width: 559px) {
#InterviewC__content .InterviewHero .SiteContent__sectionInner .Heading_wrap .txt_area .mv_main_sttl {
	margin-top: 1.5rem;
	padding-top: 1.5rem;
	font-size: 1.2rem;
}
}

#InterviewC__content .InterviewHero .SiteContent__sectionInner .Heading_wrap .txt_area .mv_main_sttl:before {
	content: '';
	width: 12rem;
	height: .2rem;
	background-color: #fff;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

#InterviewC__content .InterviewHero .InterviewHero_icon {
	width: 30rem;
}

	@media only screen and (max-width: 559px) {
#InterviewC__content .InterviewHero .InterviewHero_icon {
	width: 15rem;
	margin:2rem auto 0;
}
}

	@media only screen and (max-width: 559px) {
	#InterviewC__content .InterviewHero .SiteContent__sectionInner .Heading_wrap .mv_main_ttl span {
	font-size: 2rem;
	padding: 0;
}
}

#InterviewC__content .InterviewHero .InterviewHero__Img {}

#InterviewC__content .InterviewMemo__wrap {
	background-color: #f5f5f7;
	position: relative;
}

#InterviewC__content .InterviewMemo__wrap::after {
	background-color: #f5f5f7;
	    content: "";
    position: absolute;
    left: 0;
    bottom: -5vw;
    width: 100%;
    height: 5vw;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
    z-index: 90;
}

#InterviewC__content .InterviewMemo {
    padding-top: 4rem;
    margin: 0;
}

#InterviewC__content .InterviewProfile {}
#InterviewC__content .InterviewProfile .InterviewProfile__ttl {
	font-weight: 700;
	font-size: 1.8rem;
}
#InterviewC__content .InterviewProfile .InterviewProfile__txt {}

#InterviewC__content .InterviewLink {
margin-top:3rem;
}
#InterviewC__content .InterviewLink .InterviewLink__ttl a {
	font-weight: 700;
	font-size: 1.6rem;
	text-decoration: underline;
	position: relative;
	display: flex;
	align-items: center;
	color: #333;
}
#InterviewC__content .InterviewLink .InterviewLink__ttl a::before {
	content: '';
	width: 23px;
	height: 10px;
	background-image: url(../images/inter_c/arrow_inter_link.svg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	margin-right: 1rem;
}
#InterviewC__content .InterviewLink .InterviewLink__txt {
	font-size: 1.4rem;
	margin-left: 3rem;
}

#InterviewC__content  .InterviewArea {
	background-color: #fff;
	border-radius: 25px;
	padding: 7.5rem 0;
}
@media only screen and (max-width: 559px) {
#InterviewC__content  .InterviewArea {
padding:2rem 2rem;
}
}
#InterviewC__content .interview_block {
margin:0 6rem;
}
@media only screen and (max-width: 559px) {
#InterviewC__content .interview_block {
margin:0;
}
}
#InterviewC__content .interview_block.col {
display: flex;
justify-content: flex-end;
margin:0;
}
@media only screen and (max-width: 559px) {
#InterviewC__content .interview_block.col {
display: block;
}
}
#InterviewC__content .interview_block.col .interview_txtarea {
display: flex;
flex-direction: column;
gap:4.5rem;
}


/*インタビューCメインタイトル*/
#InterviewC__content h3.wp-block-heading {
	font-weight: 900;
	font-size: 3.8rem;
	text-align: center;
	position: relative;
	margin-bottom: 2rem;
	line-height: 1.5;
	display: block;
	color: #666;
	}
	@media only screen and (max-width: 559px) {
	#InterviewC__content h3.wp-block-heading {
	font-size: 2.5rem;
	margin-bottom: 5rem;
	line-height: 1.3;
}
}
#InterviewC__content h3.wp-block-heading::after {
	content: '';
	width: 15rem;
	height: 0.2rem;
	background-color: #e391ac;
	position: absolute;
	left:0;
	right:0;
	bottom:-2.5rem;
	margin:auto;
}
	@media only screen and (max-width: 559px) {
	#InterviewC__content h3.wp-block-heading::after {
	width: 7rem;
	height: 0.2rem;
	bottom:-2.5rem;
}
}
	

/*インタビューC_QAセット*/
#InterviewC__content .qa_interview_set {
	margin: 0 6rem;
	display: flex;
	flex-direction: column;
	gap: 2rem;
	border-radius: 5rem;
	border: 6px solid #f7dee6;
	padding: 5rem 6rem;
	position: relative;
	color: #333;
}
@media only screen and (max-width: 559px) {
#InterviewC__content .qa_interview_set {
	margin: 0rem;
	padding: 2rem 3rem;
}
}
#InterviewC__content .qa_interview_set::before,
#InterviewC__content .qa_interview_set::after {
	content: '';
	position: absolute;
	background-image: url("../images/inter_c/element.png");
	width: 66px;
	height: 63px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
}
#InterviewC__content .qa_interview_set::before {
	top: -10px;
	left: -10px;
}
#InterviewC__content .qa_interview_set::after {
	right: -10px;
	bottom: -10px;
	transform: rotate( 180deg );
}
/*
#InterviewC__content div.qa_interview_set + div.qa_interview_set {
	margin-top: 6rem;
}
*/
@media only screen and (max-width: 559px) {
#InterviewC__content div.qa_interview_set + div.qa_interview_set {
	margin-top: 2rem;
}
}
#InterviewC__content .qa_interview_set h4.wp-block-heading {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.4rem;
	font-weight: 900;
	position: relative;
	line-height: 1.3;
	  text-indent: -2.2em;
  padding-left: 2.2em;
	color: #00a8a9;
	margin-bottom:2rem;
}
@media only screen and (max-width: 559px) {
#InterviewC__content .qa_interview_set h4.wp-block-heading {
	font-size: 1.8rem;
}
}
#InterviewC__content .qa_interview_set h4.wp-block-heading::before {
	content: 'Q';
	font-family: "Noto Sans JP", sans-serif;
	font-size: 4rem;
	font-weight: 700;
	color: #00a8a9;
	margin-right:2.5rem;
		line-height: 1;
}
@media only screen and (max-width: 559px) {
#InterviewC__content .qa_interview_set h4.wp-block-heading::before {
	font-size: 3rem;
}
}
#InterviewC__content .qa_interview_set h4.wp-block-heading::after {
content: "";
display: inline-block;
position: absolute;
left: 50px;
top: 10px;
width: 1.5px;
height: 35px;
background: #00a8a9;
transform: rotate(30deg);
transform-origin: 0% 0%;
}
@media only screen and (max-width: 559px) {
#InterviewC__content .qa_interview_set h4.wp-block-heading::after {
left: 40px;
top: 6px;
height: 25px;
}
}
#InterviewC__content .SiteContent__sectionInner .InterviewArea.Section__block .interview_wrap {
}
#InterviewC__content .qa_interview_set p {
line-height: 40px;
}
	@media only screen and (max-width: 559px) {
#InterviewC__content .qa_interview_set p {
line-height: 25px;
}
}
#InterviewC__content .qa_interview_set p strong {
	font-size: 2.4rem;
	font-weight: 700 !important;
}
	@media only screen and (max-width: 559px) {
#InterviewC__content .qa_interview_set p strong {
	font-size: 1.8rem;
}
}


#InterviewC__content .interview_block.col .interview_img {
	width: 40rem;
	height: 40rem;
	flex-shrink: 0;
}
	@media only screen and (max-width: 559px) {
#InterviewC__content .interview_block.col .interview_img {
	width: 100%;
	height:auto;
	padding:2rem 0;
}
}

div.lead_link {
	width: 100%;
	height: 20rem;
	position: relative;
}

div.lead_link::after {
	content: '';
	display: block;
	position: absolute;
	background-image: url(../images/inter_c/icon_dot.png);
	background-size: contain;
	background-repeat: repeat-y;
	width: 0.7rem;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

div.schedule_area {
	width: 90%;
	margin: 0 auto;
	padding: 3rem 6rem;
	background-color: #f5e5ea;
}
	@media only screen and (max-width: 559px) {
div.schedule_area {
	width: auto;
	margin: 0 auto;
	padding: 3rem 2rem 0;
	background-color: #f5e5ea;
}
}

div.schedule_area .schedule_icon {
	width: 4rem;
	margin: 0 auto;
}

div.schedule_area div.schedule_wrap {
	margin-top: 4rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 7rem;
}

	@media only screen and (max-width: 559px) {
div.schedule_area div.schedule_wrap {
	margin-top: 4rem;
	grid-template-columns: repeat(1, 1fr);
	gap: 2rem;
}
}

div.schedule_area div.schedule_wrap div.schedule_item {
}

div.schedule_area div.schedule_wrap div.schedule_item h4.schedule_h4 {
	font-size: 1.6rem;
	font-weight: 700;
	width: 100%;
	height: 2.5rem;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

div.schedule_area div.schedule_wrap div.schedule_item dl.schedule_dl {
	margin-top: 2rem;
}

div.schedule_area div.schedule_wrap div.schedule_item dl.schedule_dl div.schedule_box {
	display: flex;
	align-items: start;
	gap: 2rem;
	padding-bottom: 4rem;
	position: relative;
}

div.schedule_area div.schedule_wrap div.schedule_item dl.schedule_dl div.schedule_box::before {
	content: '';
	display: block;
	position: absolute;
	background-image: url(../images/inter_c/icon_dot02.png);
	background-size: contain;
	background-repeat: repeat-y;
	width: .25rem;
	height: calc(100% - 3.2rem);
	top: 3.2rem;
	left: 7.3rem;
}

div.schedule_area div.schedule_wrap div.schedule_item dl.schedule_dl div.schedule_box:last-of-type::before {
	content: none;
}


div.schedule_area div.schedule_wrap div.schedule_item dl.schedule_dl div.schedule_box dt.schedule_dt {
	width: 8rem;
	font-size: 1.6rem;
	font-weight: 500;
	position: relative;
	flex-shrink: 0;
}

div.schedule_area div.schedule_wrap div.schedule_item dl.schedule_dl div.schedule_box dt.schedule_dt::after {
	content: '';
	display: block;
	position: absolute;
	width: 2.0rem;
	height: 2.0rem;
	background-color: #00a8a9;
	top: 0;
	right: 0;
	transform: translate(20%, 40%);

}
