@charset "UTF-8";




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

	
		
/*********** 共通・背景 *************/
	
.interview_bg01 {
	background-image: url("../../interview/images/sp_interview_bg01.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #F3EFE8;
	padding-bottom: 40px;
}

/*********** ↑共通・背景 *************/

	
	
main .cap-cover {
	right: 10px;
	bottom: 15%;
}

.first-set {
	top: -40px;
}
	
.interview_mbt-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}

.interview_mbt-wrap.first {
	margin-top: -10px;
}
	
.interview_mbt-wrap li {
	width: 49%;
	margin: 0;
	margin-bottom: 10px;
}
	
	
	
.interview_01-wrap {
	display: grid;
	grid-template-columns: 58.82% 41.18%;
	grid-template-rows: auto auto;
	margin-top: 50px;
}

.interview_01-wrap li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.interview_01-wrap li:nth-child(2) {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
	align-self: center;
	margin-left: 7%;
}

.interview_01-wrap li:nth-child(3) {
	grid-column: 1 / 3;
	grid-row: 2 / 3;
	margin-left: 0;
}

.interview_01-wrap dt {
	font-size: 1.8rem;
	font-weight: 700;
}

.interview_01-wrap dt span {
	font-size: 0.7em;
	margin-left: -0.5em;
}

.interview_01-wrap dd {
	font-size: 1.1rem;
	margin-top: 10px;
	
}

.interview_01-wrap .txt {
	font-size: 1.2rem;
	margin-top: 10px;
}

	
	
.cont-wrap {
	margin-top: 50px;
}

.cont-wrap .ttl {
	font-size: 2.0rem;
	font-weight: 600;
}

.cont-wrap .headline {
	margin-top: 20px;
}

.cont-wrap .headline .line {
	width: 30px;
	margin-right: 5px;
	margin-top: 12px;;
}

.cont-wrap .headline .txt {
	font-size: 1.6rem;
	font-weight: 500;
	width: calc(100% - 45px);
}

.cont-wrap .copy {
	margin-top: 10px;
}


.interview_02-wrap {
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: auto auto auto;
	justify-content: space-between;
	margin-top: 10px;
}

.interview_02-wrap li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.interview_02-wrap li:nth-child(2) {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
	margin-top: 20px;
}

	
.interview_03-wrap {
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: auto auto auto;
	justify-content: space-between;
	margin-top: 10px;
}

.interview_03-wrap li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.interview_03-wrap li:nth-child(2) {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
}

.interview_03-wrap li:nth-child(3) {
	grid-column: 1 / 2;
	grid-row: 3 / 4;
	margin-top: 20px;
}




	
	
	
	
	



	
	
	
	
/********** scroll-box ***********/	

.scroll-box {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
	
.scroll-box div img {
  max-width: 100%;
  vertical-align: top;
}

.position_03-wrap .scroll-box div img {
  min-width: 700px;
}


	

	
.scroll-box::-webkit-scrollbar {
  height: 4px;
}
.scroll-box::-webkit-scrollbar-track {
  background: #fff;
}
.scroll-box::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}
.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #999;
}
	
/********** ↑scroll-box ***********/
	
	
	
	
	
	
	
	
	
	

	
	
	
}








