@charset "UTF-8";

/* **************************************************

Name: interview01_responsive.css

Create: 2021.07.30
Update: 2022.05.27

***************************************************** */


/* brandingBlockArea
----------------------------------------------------- */
@media screen and (max-width: 767px) {
	#brandingBlockArea,
	#brandingBlockArea.brandingBlockArea630 {
		height: auto;
		background: none;
	}
	.brandingTextArea { padding: 50px 0; }
	.brandingText {
		line-height: 170%;
		text-align: left;
	}
	.brandingSP {
		display: block;
		width: 100%;
		height: auto;
	}
}


/* adjust
----------------------------------------------------- */
@media screen and (max-width: 767px) {
	#bgWhiteBack { padding-bottom: 15px; }
	.onlySp { display: inline; }
}


/* title
----------------------------------------------------- */
@media screen and (max-width: 1000px) {
	#PopUpContents .scienceTitle02IconPhoto > img {
		height: 94px;
		max-width: none;
	}
}
@media screen and (max-width: 767px) {
	.scienceTitle {
		margin-bottom: 50px;
		padding: 25px 15px;
	}
	.scienceTitle h2 {
		padding: 20px 15px!important;
		text-align: left;
	}
	.scienceTitle h2.iconGraduate {
		text-align: center;
	}
	.scienceTitle h2 span {
		background: url("/image/jp/science-edu/interview01/icon_check.png") left top 3px no-repeat!important;
		background-size: 24px auto!important;
		font-size: 1.25rem;
	}
	.scienceTitle02 {
		padding-left: 12px;
		padding-right: 12px;
	}
}


/* scienceColumn
----------------------------------------------------- */
@media screen and (max-width: 767px) {
	.scienceSection {
		margin-bottom: 70px;
		padding-bottom: 0;
	}
	.scienceColumn .scienceCol01 {
		float: none;
		width: 100%;
		margin-bottom: 25px;
	}
	.scienceColumn .scienceCol02 {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	.scienceColumnRev .scienceCol01 {
		float: none;
		width: 100%;
		margin-bottom: 25px;
	}
	.scienceColumnRev .scienceCol02 {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	.scienceColumnRev .scienceCol03Inner h3 {
		box-sizing: border-box;
		padding-left: 10px;
		padding-right: 10px;
		width: 92%;
	}
	.scienceText03 {
		padding: 18vw 20px 6vw;
	}
}
@media screen and (max-width: 320px) {
	.scienceText03 {
		padding-top: 26vw;
	}
}


/* collaborationArea
----------------------------------------------------- */
@media screen and (max-width: 1000px) {
	#collaborationArea h2 .tit01.long {
		max-width: none;
		width: 400px;
	}
}
@media screen and (max-width: 767px) {
	#collaborationArea {
		padding: 0;
		margin-bottom: 65px;
		background: url("/image/jp/science-edu/interview01/bg_interview01_02.png") left top no-repeat;
		background-size: 100% auto;
	}
	#collaborationAreaIn {
		padding: 31% 15px 15px 15px;
		box-sizing: border-box;
	}
	#collaborationArea h2 .tit01 {
		width: 100%;
		margin: 0!important;
		padding: 0 15px 5px 15px!important;
		box-sizing: border-box;
	}
	#collaborationArea h2 .tit01.long {
		width: 100%;
	}
	.collaborationBox { padding: 15px; }
	.collaborationCol01 {
		float: none;
		width: 100%;
		padding: 15px 0 30px 0;
	}
	.collaborationCol02 {
		float: none;
		width: 100%;
		margin-right: 0%;
	}
	.collaborationCol02 img { top: 0; }
	.collaborationBox h3 {
		display: block;
		padding-right: 0;
		padding-bottom: 10px;
		border-bottom: solid 3px #ffff00;
		text-align: center;
	}
	.mbAdjust01 { margin-bottom: 30px; }
	.mbAdjust02 { margin-bottom: 60px; }
}


/* Archive（2022.05.27_OPC追加）
----------------------------------------------------- */
@media screen and (max-width: 1000px) {
	.JS .GridSet {
        margin: 0;
    }
    .Archive {
        padding: 0 22px 0;
    }
    .ArchiveList {
        width: 46vw;
    }
    .Archive__Photo {
        height: calc(46vw * 0.54);
    }
}
@media screen and (max-width: 767px) {
    .ArchiveList {
        width: 100%;
        margin-bottom: 32px;
    }
    .Archive__Photo {
        height: auto;
        margin-bottom: 0;
        overflow: visible;
    }
}


/* 関連コンテンツ（2022.05.30_OPC追加）
----------------------------------------------------- */
@media screen and (max-width: 1000px) {
	.relate {
		width: 94%;
		margin: 12% auto 0;
	}
	.relate ul.topics .title p.large {
		min-height: 54px;
	}
}
@media screen and (max-width: 767px) {
	.relate ul.topics li {
		width: 45%;
	}
	.relate ul.topics .title {
		margin-bottom: 0;
	}
	.relate ul.topics .title p.large {
		min-height: 28px;
	}
	.relate ul.topics .title p.large br.sp {
		display: none;
	}
}
@media screen and (max-width: 620px) {
	.relate ul.topics .title p.large {
		min-height: 52px;
	}
	.relate ul.topics .title p.txtstyle {
		min-height: 28px;
	}
	.relate ul.topics .title p.large br.sp {
		display: block;
	}
}
@media screen and (max-width: 395px) {
	.relate ul.topics .title p.txtstyle {
		min-height: 50px;
	}
}
@media screen and (max-width: 378px) {
	.relate ul.topics .title p.large {
		min-height: 78px;
	}
	.relate ul.topics .title p.txtstyle {
		min-height: 50px;
	}
}

@media screen and (max-width: 994px) {
	.JS .Grid4 {
		padding: 0!important;
	}
}
