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


@media screen and (max-width: 767px) {

	
/* contents */

.contents_interview {
	padding-top: 60px;
}
	
/* contentsback-wrap */

.contentsback-wrap::before {
	width: 100%;
	height: 200%;
	margin-top: -50%;
}
    
/* layout-concept */

.layout-concept p {
	text-align: left;
}
	
/* title-page */

.title-page h2 {
	padding-top: 30px;
}
	
.ci06 .title-page_interview h2 {
	font-size: 24px;
	margin-bottom: 10px;
}
	
.ci06 .title-page_interview h3 {
	text-shadow: 0px 0px 10px rgba(80,160,254,0.95);
}
	
/* title-page_interview */

.title-page_interview .box-img::before {
	display: none;
}

.title-page_interview .box-img img {
	width: 100%;
	max-width: 100%;
	height: auto;
	min-height: 250px;
}

.title-page_interview .box-detail {
	position: static;
	height: auto;
background-position: left top;
background-repeat: no-repeat;
background-size: cover;
}
	
.ci01 .title-page_interview .box-detail {
	background-image: url("../../images/interview/frame01.svg");
}
	
.ci02 .title-page_interview .box-detail {
	background-image: url("../../images/interview/frame02.svg");
}
	
.ci03 .title-page_interview .box-detail {
	background-image: url("../../images/interview/frame03.svg");
}
	
.ci04 .title-page_interview .box-detail {
	background-image: url("../../images/interview/frame04.svg");
}
	
.ci05 .title-page_interview .box-detail {
	background-image: url("../../images/interview/frame05.svg");
}
	
.ci06 .title-page_interview .box-detail {
	background-image: url("../../images/interview/frame06.svg");
}

.title-page_interview .box-detail .inner {
	width: 88%;
	padding: 35px 0px 70px;
	margin-top: 0px;
}

.title-page_interview .box-tag {
	width: 100%;
}

.title-page_interview h2 {
	font-size: 15px;
}

.title-page_interview h3 {
	font-size: 24px;
	padding: 15px 0px 30px;
	line-height: 1.6;
}

.title-page_interview h4 {
	font-size: 18px;
}

.title-page_interview h5 {
	font-size: 17px;
}

.title-page_interview ul {
	gap:5px;
}

.title-page_interview ul li {
	font-size: 12px;
	padding: 5px 15px;
}

/* layout-concept */

.contents_interview .layout-concept .box-inner {
	width: 88%;
}

.contents_interview .layout-concept h3 {
	font-size: 20px;
}
	
.ci06 .layout-concept h3 {
	font-size: 26px;
}

.contents_interview .layout-concept h4 {
	font-size: 14px;
}


/* layout01 */

.layout01 .box-text {
	width: 100%;
	padding-top: 30px;
    text-align: left;
}
	
/* layout02 */

.layout02 {
	padding: 20px 0px 50px;
}

.layout02 .box:not(:last-child) {
	margin-bottom: 20px;
}

.layout02 .box-img {
	width: 70px;
}
	
.ci06 .layout02 .box-img img {
border-width : 3px;
}

.layout02 .box-text {
	padding-left: 20px;
	padding-top: 10px;
}

.layout02 h6 {
	padding-bottom: 20px;
}

.layout02 h6::before {
	font-size: 10px;
}
	
/* layout04 */

.layout04::before {
	height: 90%;
}

.layout04::after {
	content: "";
	height: 110px;
	margin-bottom: -70px;
}

.layout04 .box-inner {
	padding: 0px 3%;
	gap:30px 4%;
	padding-bottom: 60px;
}

.layout04 .box-inner::before {
	width: 20%;
top: 76px;
	height: 50px;
}

.layout04 .box {
	width: 30%;
}
	
@media screen and (max-width: 600px) {
	.layout04 .box {
	width: 250px;
}
}


.layout04 .box a::after {
	height: 50px;
	margin-right: -18px;
	margin-top: -18px;
}

.layout04 .box-detail {
	padding-top: 15px;
}

.layout04 .box-detail h6 {
	font-size: 22px;
}

.contents-member > h2 {
	font-size: 40px;
	margin-bottom: 40px;
}


	
/* ==========================
  モーダル（ポップアップ）
========================== */


.js_modalContWrap__wrap {
	width: 88%;
}

.js_modalCont {
	height: auto;
	padding: 45px 35px;
	border-style : solid;
border-width : 5px;
}
	
.bc01 .js_modalCont, .bc02 .js_modalCont, .bc03 .js_modalCont {
	background: #FFF;
}
	
.bc01 .js_modalCont {
border-color : #FF98A8;
}
	
.bc02 .js_modalCont {
border-color : #9AA1FF;
}
	
.bc03 .js_modalCont {
border-color : #38BDF9;
}


.js_modalCont::before {
	display: none;
}
	
.js_modalCont::after {
left: 20px;
	height: 28px;
	margin-top: -32px;
}


.js_modalClose {
  width: 54px;
  height: 54px;
	margin-right: -15px;
	margin-top: -15px;
}

.lay-special .box-detail {
	padding-top: 30px;
}

.lay-special h3 {
	font-size: 24px;
}

.lay-special h4 {
	font-size: 14px;
}



    .pc-view {
        display: none;
    }
    .sp-view {
        display: inline-block;
    }
   
}
