/* CSS Document */
@media (max-width: 459px) {
.box__interview01 {
	margin-top: 70px;
	}

.box__interview01 .interview__head{
	background-image:  url( "../img/interview_bg01.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
	background-color: #fff;
	height: 240px;
	padding-top: 20px;
	position: relative;
	overflow: hidden;

	}
	

.box__interview01 .interview__head__text{
	display: block;
	text-align: center;
	margin: 60px 0;

	}
	
.box__interview01 .interview__head__text h3{ 
	font-size: 2.4rem;
	color: #fff;
	font-family: 'Playfair Display', serif;
	line-height:100%;
	display: block;
	}
	
.box__interview01 .interview__head__text p{ 
	font-size:1.4rem;
	color: #fff;
	display: block;
	text-align: center;

	}
	
.box__interview01 .interview__head__text p span{ 
	font-size:1.2rem;
	padding-right: 1rem;


	}
.box__interview01 .interview__contents{
	padding: 50px 0;
	color: #231815;
	background-image:  url( "../img/interview_bg01_2.jpg");
	background-repeat: no-repeat;
	background-position:right bottom;
	background-size: auto 400px;
	background-color: #f2f2f2;
	}

.box__interview01 .interview__contents h2{
	font-family: 'Playfair Display', serif;
	color: #231815;
	font-size: 2.4rem;
	letter-spacing: .1rem;
	margin-bottom: 30px;
	}

.box__interview01 .interview__contents h2 span{
	font-size:1.2rem;
	letter-spacing: .1rem;
	margin-left: 1rem;
	}

.box__interview01 .interview__contents h3.sekkei{
	background-image: url("../img/interview_icon01.png");
	background-position: left;
	background-repeat: no-repeat;
	background-size: 40px auto;
	padding-left: 50px;
	color: #34478c;
	margin-bottom: 20px;
	}

.box__interview01 .interview__contents h3.sekkei span{
	font-family: 'Playfair Display', serif;
	font-size: .8rem;
	display: block;
	padding-left: 3px;
	}

.box__interview01 .interview__contents h4{
	color: #34478c;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 20px;

	}

.box__interview01 .interview__contents h5{
	font-size: 1.4rem;
	margin-bottom: 50px;

	}


.box__interview01 .interview__contents p{
	font-size: 1.2rem;
	line-height: 180%;
	color: #231815;
	margin: 20px 0;
	}

.box__interview01 .interview__contents .box__sche{
	background-image: url("../img/interview_img_side01_2.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 150px;
	padding-bottom: 280px;
	clear: both;
	overflow: hidden;
	}
	

.box__interview01 .interview__contents .box__sche h3{
	color: #0b308e;
	border-bottom: 1px solid #0b308e;
	font-size: 1.6rem;
	}

.box__interview01 .interview__contents .box__sche h3 span{
	color: #231815;
	font-size: 1.2rem;
	letter-spacing: 0;
	margin-left: 1rem;
	
	}

.box__interview01 .interview__contents .box__sche dl{
	font-size: 1.2rem;
	margin: 2rem 1rem;
	}
	
.box__interview01 .interview__contents .box__sche dl dt{
	color: #0b308e;
	width: 15%;
	float: left;
	}
	
.box__interview01 .interview__contents .box__sche dl dd::before{
	content: "・";
	
	}
	
.box__interview01 .interview__contents .box__sche dl dd{
	float: left;
	width: 85%;
	border-bottom: 1px dotted #231815;
	color: #34478c;
	line-height: 180%;
	padding-bottom: 1rem;
	
	}
	
.box__interview01 .interview__contents .box__sche dl dd span{
	display: block;
	color: #3e3a39;
	padding-left:1.4rem;
	
	}
	

.box__interview01 .interview__contents .box__img {
	clear: both;
	overflow: hidden;

	}
	
.box__interview01 .interview__contents .box__img h3{
	font-family: 'Playfair Display', serif;
	font-size: 2.4rem;
	text-align: right;
	}
	
.box__interview01 .interview__contents .box__img img{
	width: 33.3%;
	float: left;
	}
		
.box__interview02 {
	}

.box__interview02 .interview__head{
	background-image:  url( "../img/interview_bg02.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
	background-color: #fff;
	height: 240px;
	padding-top: 20px;
	position: relative;
	overflow: hidden;

	}

.box__interview02 .interview__head__text{
	display: block;
	text-align: center;
	margin: 60px 0;


	}
	
.box__interview02 .interview__head__text h3{ 
	font-size: 2.4rem;
	color: #231815;
	font-family: 'Playfair Display', serif;
	line-height:100%;
	display: block;
	}
	
.box__interview02 .interview__head__text p{ 
	font-size:1.4rem;
	color: #231815;
	display: block;
	text-align: center;

	}
	
.box__interview02 .interview__head__text p span{ 
	font-size:1.2rem;
	padding-right: 1rem;


	}
	
.box__interview02 .interview__contents{
	padding: 50px 0 280px;
	color: #231815;
	background-image: url("../img/interview_img_side02_2.png"),  url( "../img/interview_bg02_1.jpg");
	background-repeat: no-repeat;
	background-position:left bottom ,left bottom;
	background-size: 200px auto, 400px auto;
	background-repeat: no-repeat , no-repeat;
	background-color: #f2f2f2;
	}

.box__interview02 .interview__contents h2{
	font-family: 'Playfair Display', serif;
	color: #231815;
	font-size: 2.4rem;
	letter-spacing: .1rem;
	margin-bottom: 30px;
	}

.box__interview02 .interview__contents h2 span{
	font-size:1.2rem;
	letter-spacing: .1rem;
	margin-left: 1rem;
	}

.box__interview02 .interview__contents h3.sekou_kanri{
	background-image: url("../img/interview_icon02.png");
	background-position: left;
	background-repeat: no-repeat;
	background-size: 40px auto;
	padding-left: 50px;
	color: #34829f;
	margin-bottom: 20px;
	}

.box__interview02 .interview__contents h3.sekou_kanri span{
	font-family: 'Playfair Display', serif;
	font-size: .8rem;
	display: block;
	padding-left: 3px;
	}

.box__interview02 .interview__contents h4{
	color: #34829f;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 20px;

	}

.box__interview02 .interview__contents h5{
	font-size: 1.4rem;
	margin-bottom: 50px;

	}


.box__interview02 .interview__contents p{
	font-size: 1.2rem;
	line-height: 180%;
	color: #231815;
	margin: 20px 0;
	}

.box__interview02 .interview__contents .box__works{
	padding-bottom: 200px;
	clear: both;
	overflow: hidden;
	}
	

.box__interview02 .interview__contents .box__works h3{
	border-bottom: 1px dotted #595757;
	font-size: 1.4rem;
	padding-bottom: 5px;
	margin-bottom: 20px;
	color: #34829f;
	}


.box__interview02 .interview__contents .box__works h3::before{
	content: "●  ";
	
	}
	

.box__interview02 .interview__contents .box__img {
	clear: both;
	overflow: hidden;
	font-size: 1.2rem;

	}
	
.box__interview02 .interview__contents .box__works h4{
	font-size: 2.4rem;
	color: #231815;
	font-family: 'Playfair Display', serif;
	line-height:100%;
	display: block;
	text-align: right;
	}
	
.box__interview02 .interview__contents .box__img .img01{
	width: 33.3%;
	float: left;
	}
	
.box__interview02 .interview__contents .box__img .txt02{
	padding: 0 10px;
	margin-top: 0;
	}
	
.box__interview02 .interview__contents .box__img .img02{
	width:50%;
	float: right;
	padding:0 10px;
	}
	
.box__interview03 {
	}

.box__interview03 .interview__head{
	background-image:  url( "../img/interview_bg03.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
	background-color: #fff;
	height: 240px;
	padding-top: 20px;
	position: relative;
	overflow: hidden;

	}

.box__interview03 .interview__head__text{
	display: block;
	text-align: center;
	margin: 60px 0;

	}
	
.box__interview03 .interview__head__text h3{ 
	font-size: 2.4rem;
	color: #fff;
	font-family: 'Playfair Display', serif;
	line-height:100%;
	display: block;
	}
	
.box__interview03 .interview__head__text p{ 
	font-size:1.4rem;
	color: #fff;
	display: block;
	text-align: center;

	}
	
.box__interview03 .interview__head__text p span{ 
	font-size:1.2rem;
	padding-right: 1rem;


	}
	
.box__interview03 .interview__contents{
	padding: 50px 0;
	color: #231815;
	background-image:  url( "../img/interview_bg03_1.jpg");
	background-repeat: no-repeat;
	background-position:80% bottom;
	background-size:400px auto;
	background-repeat: no-repeat;
	background-color: #fff;
	}

.box__interview03 .interview__contents h2{
	font-family: 'Playfair Display', serif;
	color: #231815;
	font-size: 2.4rem;
	letter-spacing: .1rem;
	margin-bottom: 30px;
	}

.box__interview03 .interview__contents h2 span{
	font-size:1.2rem;
	letter-spacing: .1rem;
	margin-left: 1rem;
	}

.box__interview03 .interview__contents h3.jimu{
	background-image: url("../img/interview_icon03.png");
	background-position: left;
	background-repeat: no-repeat;
	background-size: 40px auto;
	color: #427cb8;
	margin-bottom: 20px;
	padding-left: 50px;
	}

.box__interview03 .interview__contents h3.jimu span{
	font-family: 'Playfair Display', serif;
	font-size: .8rem;
	display: block;
	padding-left: 3px;
	}

.box__interview03 .interview__contents h4{
	color: #427cb8;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 20px;

	}

.box__interview03 .interview__contents h5{
	font-size: 1.4rem;
	margin-bottom: 50px;

	}


.box__interview03 .interview__contents p{
	font-size: 1.2rem;
	line-height: 180%;
	color: #231815;
	margin: 20px 0;
	}

.box__interview03 .interview__contents .box__works{
	padding-bottom: 380px;
	clear: both;
	overflow: hidden;
	background-image: url("../img/interview_img_side03_2.png");
	background-repeat: no-repeat;
	background-position:center bottom;
	background-size: 240px auto;
	background-repeat: no-repeat ;
	}
	

.box__interview03 .interview__contents .box__works h3{
	border-bottom: 1px dotted #595757;
	font-size: 1.4rem;
	padding-bottom: 5px;
	margin-bottom: 20px;
	color: #34829f;
	}


.box__interview03 .interview__contents .box__works h3::before{
	content: "●  ";
	
	}
	

.box__interview03 .interview__contents .box__works .box__lh{
	}
	
.box__interview03 .interview__contents .box__works .box__rh {
	}
	
	
	
.box__interview03 .interview__contents .box__works h4{
	font-size: 3rem;
	color: #231815;
	font-family: 'Playfair Display', serif;
	line-height:100%;
	display: block;
	text-align: center;
	clear: both;
	}
	
.box__interview03 .interview__contents .box__works .img01{
	width: 50%;
	float: left;
	}
	
.box__interview03 .interview__contents .box__works .box__rh p {
	float: left;
	width: 50%;
	margin-top: 0;
	}
.box__interview03 .interview__contents .box__works .img02{
	width: 50%;
	float: right;
	padding: 0px 5px;
	}
	
}

@media screen and  (min-width: 460px) and (max-width: 767px) {	
.box__interview01 {
	margin-top: 70px;
	}

.box__interview01 .interview__head{
	background-image:  url( "../img/interview_bg01.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
	background-color: #fff;
	height: 340px;
	padding-top: 20px;
	position: relative;
	overflow: hidden;

	}
	

.box__interview01 .interview__head__text{
	display: block;
	text-align: center;
	margin: 120px 0;

	}
	
.box__interview01 .interview__head__text h3{ 
	font-size: 4rem;
	color: #fff;
	font-family: 'Playfair Display', serif;
	line-height:100%;
	display: block;
	}
	
.box__interview01 .interview__head__text p{ 
	font-size:2rem;
	color: #fff;
	display: block;
	text-align: center;

	}
	
.box__interview01 .interview__head__text p span{ 
	font-size:1.2rem;
	padding-right: 1rem;


	}
.box__interview01 .interview__contents{
	padding: 50px 0;
	color: #231815;
	background-image:  url( "../img/interview_bg01_2.jpg");
	background-repeat: no-repeat;
	background-position:right bottom;
	background-size: auto 643px;
	background-color: #f2f2f2;
	}

.box__interview01 .interview__contents h2{
	font-family: 'Playfair Display', serif;
	color: #231815;
	font-size: 5rem;
	letter-spacing: .1rem;
	margin-bottom: 50px;
	}

.box__interview01 .interview__contents h2 span{
	font-size:2rem;
	letter-spacing: .1rem;
	margin-left: 3rem;
	}

.box__interview01 .interview__contents h3.sekkei{
	background-image: url("../img/interview_icon01.png");
	background-position: left;
	background-repeat: no-repeat;
	background-size: 56px 50px;
	font-size: 3.8rem;
	padding-left: 70px;
	color: #34478c;
	margin-bottom: 40px;
	}

.box__interview01 .interview__contents h3.sekkei span{
	font-family: 'Playfair Display', serif;
	font-size: .8rem;
	display: block;
	padding-left: 3px;
	}

.box__interview01 .interview__contents h4{
	color: #34478c;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 20px;

	}

.box__interview01 .interview__contents h5{
	font-size: 1.4rem;
	margin-bottom: 50px;

	}


.box__interview01 .interview__contents p{
	font-size: 1.4rem;
	line-height: 180%;
	color: #231815;
	margin: 20px 0;
	}

.box__interview01 .interview__contents .box__sche{
	background-image: url("../img/interview_img_side01_2.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 209px;
	padding-bottom: 390px;
	clear: both;
	overflow: hidden;
	}
	

.box__interview01 .interview__contents .box__sche h3{
	color: #0b308e;
	border-bottom: 1px solid #0b308e;
	letter-spacing: .5rem;
	font-size: 2rem;
	}

.box__interview01 .interview__contents .box__sche h3 span{
	color: #231815;
	font-size: 1.4rem;
	letter-spacing: 0;
	margin-left: 1rem;
	
	}

.box__interview01 .interview__contents .box__sche dl{
	font-size: 1.4rem;
	margin: 2rem 1rem;
	}
	
.box__interview01 .interview__contents .box__sche dl dt{
	color: #0b308e;
	width: 15%;
	float: left;
	}
	
.box__interview01 .interview__contents .box__sche dl dd::before{
	content: "・";
	
	}
	
.box__interview01 .interview__contents .box__sche dl dd{
	float: left;
	width: 85%;
	border-bottom: 1px dotted #231815;
	color: #34478c;
	line-height: 180%;
	padding-bottom: 1rem;
	
	}
	
.box__interview01 .interview__contents .box__sche dl dd span{
	display: block;
	color: #3e3a39;
	padding-left:1.4rem;
	
	}
	

.box__interview01 .interview__contents .box__img {
	clear: both;
	overflow: hidden;

	}
	
.box__interview01 .interview__contents .box__img h3{
	font-family: 'Playfair Display', serif;
	font-size: 3rem;
	text-align: right;
	}
	
.box__interview01 .interview__contents .box__img img{
	width: 33.3%;
	float: left;
	}
		
.box__interview02 {
	}

.box__interview02 .interview__head{
	background-image:  url( "../img/interview_bg02.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
	background-color: #fff;
	height: 340px;
	padding-top: 20px;
	position: relative;
	overflow: hidden;

	}

.box__interview02 .interview__head__text{
	display: block;
	text-align: center;
	margin: 120px 0;


	}
	
.box__interview02 .interview__head__text h3{ 
	font-size: 4rem;
	color: #231815;
	font-family: 'Playfair Display', serif;
	line-height:100%;
	display: block;
	}
	
.box__interview02 .interview__head__text p{ 
	font-size:2rem;
	color: #231815;
	display: block;
	text-align: center;

	}
	
.box__interview02 .interview__head__text p span{ 
	font-size:1.2rem;
	padding-right: 1rem;


	}
	
.box__interview02 .interview__contents{
	padding: 50px 0 280px;
	color: #231815;
	background-image: url("../img/interview_img_side02_2.png"),  url( "../img/interview_bg02_1.jpg");
	background-repeat: no-repeat;
	background-position:left bottom ,left bottom;
	background-size: 253px auto, 613px auto;
	background-repeat: no-repeat , no-repeat;
	background-color: #f2f2f2;
	}

.box__interview02 .interview__contents h2{
	font-family: 'Playfair Display', serif;
	color: #231815;
	font-size: 5rem;
	letter-spacing: .1rem;
	margin-bottom: 50px;
	}

.box__interview02 .interview__contents h2 span{
	font-size:2rem;
	letter-spacing: .1rem;
	margin-left: 3rem;
	}

.box__interview02 .interview__contents h3.sekou_kanri{
	background-image: url("../img/interview_icon02.png");
	background-position: left;
	background-repeat: no-repeat;
	background-size: 56px 50px;
	font-size: 3.8rem;
	color: #34829f;
	margin-bottom: 40px;
	padding-left: 70px;
	}

.box__interview02 .interview__contents h3.sekou_kanri span{
	font-family: 'Playfair Display', serif;
	font-size: .8rem;
	display: block;
	padding-left: 3px;
	}

.box__interview02 .interview__contents h4{
	color: #34829f;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 20px;

	}

.box__interview02 .interview__contents h5{
	font-size: 1.4rem;
	margin-bottom: 50px;

	}


.box__interview02 .interview__contents p{
	font-size: 1.4rem;
	line-height: 180%;
	color: #231815;
	margin: 20px 0;
	}

.box__interview02 .interview__contents .box__works{
	padding-bottom: 200px;
	clear: both;
	overflow: hidden;
	}
	

.box__interview02 .interview__contents .box__works h3{
	border-bottom: 1px dotted #595757;
	font-size: 1.4rem;
	padding-bottom: 5px;
	margin-bottom: 20px;
	color: #34829f;
	}


.box__interview02 .interview__contents .box__works h3::before{
	content: "●  ";
	
	}
	

.box__interview02 .interview__contents .box__img {
	clear: both;
	overflow: hidden;
	font-size: 1.2rem;

	}
	
.box__interview02 .interview__contents .box__works h4{
	font-size: 3rem;
	color: #231815;
	font-family: 'Playfair Display', serif;
	line-height:100%;
	display: block;
	text-align: right;
	}
	
.box__interview02 .interview__contents .box__img .img01{
	width: 33.3%;
	float: left;
	}
	
.box__interview02 .interview__contents .box__img .txt02{
	width: 55%;
	float: right;
	padding: 0 10px;
	margin-top: 0;
	}
	
.box__interview02 .interview__contents .box__img .img02{
	width: 45%;
	float: right;
	padding: 0 10px;
	}
	
	
.box__interview03 {
	}

.box__interview03 .interview__head{
	background-image:  url( "../img/interview_bg03.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
	background-color: #fff;
	height: 340px;
	padding-top: 20px;
	position: relative;
	overflow: hidden;

	}

.box__interview03 .interview__head__text{
	display: block;
	text-align: center;
	margin: 120px 0;

	}
	
.box__interview03 .interview__head__text h3{ 
	font-size: 4rem;
	color: #fff;
	font-family: 'Playfair Display', serif;
	line-height:100%;
	display: block;
	}
	
.box__interview03 .interview__head__text p{ 
	font-size:2rem;
	color: #fff;
	display: block;
	text-align: center;

	}
	
.box__interview03 .interview__head__text p span{ 
	font-size:1.2rem;
	padding-right: 1rem;


	}
	
.box__interview03 .interview__contents{
	padding: 50px 0;
	color: #231815;
	background-image:  url( "../img/interview_bg03_1.jpg");
	background-repeat: no-repeat;
	background-position:80% bottom;
	background-size: 613px auto;
	background-repeat: no-repeat;
	background-color: #fff;
	}

.box__interview03 .interview__contents h2{
	font-family: 'Playfair Display', serif;
	color: #231815;
	font-size: 5rem;
	letter-spacing: .1rem;
	margin-bottom: 50px;
	}

.box__interview03 .interview__contents h2 span{
	font-size:2rem;
	letter-spacing: .1rem;
	margin-left: 3rem;
	}

.box__interview03 .interview__contents h3.jimu{
	background-image: url("../img/interview_icon03.png");
	background-position: left;
	background-repeat: no-repeat;
	background-size: 56px 50px;
	font-size: 3.8rem;
	color: #427cb8;
	margin-bottom: 40px;
	padding-left: 70px;
	}

.box__interview03 .interview__contents h3.jimu span{
	font-family: 'Playfair Display', serif;
	font-size: .8rem;
	display: block;
	padding-left: 3px;
	}

.box__interview03 .interview__contents h4{
	color: #427cb8;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 20px;

	}

.box__interview03 .interview__contents h5{
	font-size: 1.4rem;
	margin-bottom: 50px;

	}


.box__interview03 .interview__contents p{
	font-size: 1.4rem;
	line-height: 180%;
	color: #231815;
	margin: 20px 0;
	}

.box__interview03 .interview__contents .box__works{
	padding-bottom: 380px;
	clear: both;
	overflow: hidden;
	background-image: url("../img/interview_img_side03_2.png");
	background-repeat: no-repeat;
	background-position:center bottom;
	background-size: 290px auto;
	background-repeat: no-repeat ;
	}
	

.box__interview03 .interview__contents .box__works h3{
	border-bottom: 1px dotted #595757;
	font-size: 1.4rem;
	padding-bottom: 5px;
	margin-bottom: 20px;
	color: #34829f;
	}


.box__interview03 .interview__contents .box__works h3::before{
	content: "●  ";
	
	}
	

.box__interview03 .interview__contents .box__works .box__lh{
	}
	
.box__interview03 .interview__contents .box__works .box__rh{
	}
	
	
.box__interview03 .interview__contents .box__works h4{
	font-size: 3rem;
	color: #231815;
	font-family: 'Playfair Display', serif;
	line-height:100%;
	display: block;
	text-align: center;
	clear: both;
	}
	
.box__interview03 .interview__contents .box__works .img01{
	width: 50%;
	float: left;
	}
	
	
.box__interview03 .interview__contents .box__works .box__rh p {
	float: left;
	width: 50%;
	margin-top: 0;
	}
.box__interview03 .interview__contents .box__works .img02{
	width: 50%;
	float: right;
	padding: 0px 5px;
	}
	

}

@media screen and  (min-width: 768px) and (max-width: 991px) {	

.box__interview01 {
	margin-top: 70px;
	}

.box__interview01 .interview__head{
	background-image:  url( "../img/interview_bg01.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
	background-color: #fff;
	height: 440px;
	padding-top: 20px;
	position: relative;
	overflow: hidden;

	}
	

.box__interview01 .interview__head__text{
	display: block;
	text-align: center;
	margin: 170px 0;

	}
	
.box__interview01 .interview__head__text h3{ 
	font-size: 4.5rem;
	color: #fff;
	font-family: 'Playfair Display', serif;
	line-height:100%;
	display: block;
	}
	
.box__interview01 .interview__head__text p{ 
	font-size:2.5rem;
	color: #fff;
	display: block;
	text-align: center;

	}
	
.box__interview01 .interview__head__text p span{ 
	font-size:1.2rem;
	padding-right: 1rem;


	}
.box__interview01 .interview__contents{
	padding: 50px 0;
	color: #231815;
	background-image:  url( "../img/interview_bg01_2.jpg");
	background-repeat: no-repeat;
	background-position:right bottom;
	background-size: auto 643px;
	background-color: #f2f2f2;
	}

.box__interview01 .interview__contents h2{
	font-family: 'Playfair Display', serif;
	color: #231815;
	font-size: 5rem;
	letter-spacing: .1rem;
	margin-bottom: 50px;
	}

.box__interview01 .interview__contents h2 span{
	font-size:2rem;
	letter-spacing: .1rem;
	margin-left: 3rem;
	}

.box__interview01 .interview__contents h3.sekkei{
	background-image: url("../img/interview_icon01.png");
	background-position: left;
	background-repeat: no-repeat;
	background-size: 56px 50px;
	font-size: 3.8rem;
	padding-left: 70px;
	color: #34478c;
	margin-bottom: 40px;
	}

.box__interview01 .interview__contents h3.sekkei span{
	font-family: 'Playfair Display', serif;
	font-size: .8rem;
	display: block;
	padding-left: 3px;
	}

.box__interview01 .interview__contents h4{
	color: #34478c;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 20px;

	}

.box__interview01 .interview__contents h5{
	font-size: 1.4rem;
	margin-bottom: 50px;

	}


.box__interview01 .interview__contents p{
	font-size: 1.4rem;
	line-height: 180%;
	color: #231815;
	margin: 20px 0;
	}

.box__interview01 .interview__contents .box__sche{
	background-image: url("../img/interview_img_side01_2.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 209px;
	padding-bottom: 390px;
	clear: both;
	overflow: hidden;
	}
	

.box__interview01 .interview__contents .box__sche h3{
	color: #0b308e;
	border-bottom: 1px solid #0b308e;
	letter-spacing: .5rem;
	font-size: 2rem;
	}

.box__interview01 .interview__contents .box__sche h3 span{
	color: #231815;
	font-size: 1.4rem;
	letter-spacing: 0;
	margin-left: 1rem;
	
	}

.box__interview01 .interview__contents .box__sche dl{
	font-size: 1.4rem;
	margin: 2rem 1rem;
	}
	
.box__interview01 .interview__contents .box__sche dl dt{
	color: #0b308e;
	width: 15%;
	float: left;
	}
	
.box__interview01 .interview__contents .box__sche dl dd::before{
	content: "・";
	
	}
	
.box__interview01 .interview__contents .box__sche dl dd{
	float: left;
	width: 85%;
	border-bottom: 1px dotted #231815;
	color: #34478c;
	line-height: 180%;
	padding-bottom: 1rem;
	
	}
	
.box__interview01 .interview__contents .box__sche dl dd span{
	display: block;
	color: #3e3a39;
	padding-left:1.4rem;
	
	}
	

.box__interview01 .interview__contents .box__img {
	clear: both;
	overflow: hidden;

	}
	
.box__interview01 .interview__contents .box__img h3{
	font-family: 'Playfair Display', serif;
	font-size: 3rem;
	text-align: right;
	}
	
.box__interview01 .interview__contents .box__img img{
	width: 33.3%;
	float: left;
	}
		
.box__interview02 {
	}

.box__interview02 .interview__head{
	background-image:  url( "../img/interview_bg02.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
	background-color: #fff;
	height: 440px;
	padding-top: 20px;
	position: relative;
	overflow: hidden;

	}

.box__interview02 .interview__head__text{
	display: block;
	text-align: center;
	margin: 170px 0;

	}
	
.box__interview02 .interview__head__text h3{ 
	font-size: 4.5rem;
	color: #231815;
	font-family: 'Playfair Display', serif;
	line-height:100%;
	display: block;
	}
	
.box__interview02 .interview__head__text p{ 
	font-size:2.5rem;
	color: #231815;
	display: block;
	text-align: center;

	}
	
.box__interview02 .interview__head__text p span{ 
	font-size:1.2rem;
	padding-right: 1rem;


	}
	
.box__interview02 .interview__contents{
	padding: 50px 0;
	color: #231815;
	background-image: url("../img/interview_img_side02_2.png"),  url( "../img/interview_bg02_1.jpg");
	background-repeat: no-repeat;
	background-position:left bottom ,left bottom;
	background-size: 253px auto, 613px auto;
	background-repeat: no-repeat , no-repeat;
	background-color: #f2f2f2;
	}

.box__interview02 .interview__contents h2{
	font-family: 'Playfair Display', serif;
	color: #231815;
	font-size: 5rem;
	letter-spacing: .1rem;
	margin-bottom: 50px;
	}

.box__interview02 .interview__contents h2 span{
	font-size:2rem;
	letter-spacing: .1rem;
	margin-left: 3rem;
	}

.box__interview02 .interview__contents h3.sekou_kanri{
	background-image: url("../img/interview_icon02.png");
	background-position: left;
	background-repeat: no-repeat;
	background-size: 56px 50px;
	font-size: 3.8rem;
	color: #34829f;
	margin-bottom: 40px;
	padding-left: 70px;
	}

.box__interview02 .interview__contents h3.sekou_kanri span{
	font-family: 'Playfair Display', serif;
	font-size: .8rem;
	display: block;
	padding-left: 3px;
	}

.box__interview02 .interview__contents h4{
	color: #34829f;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 20px;

	}

.box__interview02 .interview__contents h5{
	font-size: 1.4rem;
	margin-bottom: 50px;

	}


.box__interview02 .interview__contents p{
	font-size: 1.4rem;
	line-height: 180%;
	color: #231815;
	margin: 20px 0;
	}

.box__interview02 .interview__contents .box__works{
	padding-bottom: 200px;
	clear: both;
	overflow: hidden;
	}
	

.box__interview02 .interview__contents .box__works h3{
	border-bottom: 1px dotted #595757;
	font-size: 1.4rem;
	padding-bottom: 5px;
	margin-bottom: 20px;
	color: #34829f;
	}


.box__interview02 .interview__contents .box__works h3::before{
	content: "●  ";
	
	}
	

.box__interview02 .interview__contents .box__img {
	clear: both;
	overflow: hidden;
	font-size: 1.2rem;

	}
	
.box__interview02 .interview__contents .box__works h4{
	font-size: 3rem;
	color: #231815;
	font-family: 'Playfair Display', serif;
	line-height:100%;
	display: block;
	text-align: right;
	}
	
.box__interview02 .interview__contents .box__img .img01{
	width: 33.3%;
	float: left;
	}
	
.box__interview02 .interview__contents .box__img .txt02{
	width: 55%;
	float: right;
	padding: 0 10px;
	margin-top: 0;
	}
	
.box__interview02 .interview__contents .box__img .img02{
	width: 45%;
	float: right;
	padding: 0 10px;
	}
	
	
.box__interview03 {
	}

.box__interview03 .interview__head{
	background-image:  url( "../img/interview_bg03.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
	background-color: #fff;
	height: 440px;
	padding-top: 20px;
	position: relative;
	overflow: hidden;

	}

.box__interview03 .interview__head__text{
	display: block;
	text-align: center;
	margin: 170px 0;

	}
	
.box__interview03 .interview__head__text h3{ 
	font-size: 4.5rem;
	color: #fff;
	font-family: 'Playfair Display', serif;
	line-height:100%;
	display: block;
	}
	
.box__interview03 .interview__head__text p{ 
	font-size:2.5rem;
	color: #fff;
	display: block;
	text-align: center;

	}
	
.box__interview03 .interview__head__text p span{ 
	font-size:1.2rem;
	padding-right: 1rem;


	}
	
.box__interview03 .interview__contents{
	padding: 50px 0;
	color: #231815;
	background-image:  url( "../img/interview_bg03_1.jpg");
	background-repeat: no-repeat;
	background-position:80% bottom;
	background-size: 613px auto;
	background-repeat: no-repeat;
	background-color: #fff;
	}

.box__interview03 .interview__contents h2{
	font-family: 'Playfair Display', serif;
	color: #231815;
	font-size: 5rem;
	letter-spacing: .1rem;
	margin-bottom: 50px;
	}

.box__interview03 .interview__contents h2 span{
	font-size:2rem;
	letter-spacing: .1rem;
	margin-left: 3rem;
	}

.box__interview03 .interview__contents h3.jimu{
	background-image: url("../img/interview_icon03.png");
	background-position: left;
	background-repeat: no-repeat;
	background-size: 56px 50px;
	font-size: 3.8rem;
	color: #427cb8;
	margin-bottom: 40px;
	padding-left: 70px;
	}

.box__interview03 .interview__contents h3.jimu span{
	font-family: 'Playfair Display', serif;
	font-size: .8rem;
	display: block;
	padding-left: 3px;
	}

.box__interview03 .interview__contents h4{
	color: #427cb8;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 20px;

	}

.box__interview03 .interview__contents h5{
	font-size: 1.4rem;
	margin-bottom: 50px;

	}


.box__interview03 .interview__contents p{
	font-size: 1.4rem;
	line-height: 180%;
	color: #231815;
	margin: 20px 0;
	}

.box__interview03 .interview__contents .box__works{
	padding-bottom: 380px;
	clear: both;
	overflow: hidden;
	background-image: url("../img/interview_img_side03_2.png");
	background-repeat: no-repeat;
	background-position:center bottom;
	background-size: 290px auto;
	background-repeat: no-repeat ;
	}
	

.box__interview03 .interview__contents .box__works h3{
	border-bottom: 1px dotted #595757;
	font-size: 1.4rem;
	padding-bottom: 5px;
	margin-bottom: 20px;
	color: #34829f;
	}


.box__interview03 .interview__contents .box__works h3::before{
	content: "●  ";
	
	}
	

.box__interview03 .interview__contents .box__works .box__lh{
	}
	
.box__interview03 .interview__contents .box__works .box__rh{
	}
	
	
.box__interview03 .interview__contents .box__works h4{
	font-size: 3rem;
	color: #231815;
	font-family: 'Playfair Display', serif;
	line-height:100%;
	display: block;
	text-align: center;
	clear: both;
	}
	
.box__interview03 .interview__contents .box__works .img01{
	width: 50%;
	float: left;
	}
	
	
.box__interview03 .interview__contents .box__works .box__rh p {
	float: left;
	width: 50%;
	margin-top: 0;
	}
.box__interview03 .interview__contents .box__works .img02{
	width: 50%;
	float: right;
	padding: 0px 5px;
	}
	

}


@media (min-width: 992px) {	
	
.box__interview01 {
	margin-top: 70px;
	}

.box__interview01 .interview__head{
	background-image:  url( "../img/interview_bg01.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
	background-color: #fff;
	height: 440px;
	padding-top: 20px;
	position: relative;
	overflow: hidden;

	}
	

.box__interview01 .interview__head__text{
	display: block;
	text-align: center;
	margin: 170px 0;

	}
	
.box__interview01 .interview__head__text h3{ 
	font-size: 4.5rem;
	color: #fff;
	font-family: 'Playfair Display', serif;
	line-height:100%;
	display: block;
	}
	
.box__interview01 .interview__head__text p{ 
	font-size:2.5rem;
	color: #fff;
	display: block;
	text-align: center;

	}
	
.box__interview01 .interview__head__text p span{ 
	font-size:1.2rem;
	padding-right: 1rem;


	}
.box__interview01 .interview__contents{
	padding: 50px 0;
	color: #231815;
	background-image:  url( "../img/interview_bg01_2.jpg");
	background-repeat: no-repeat;
	background-position:right bottom;
	background-size: auto 643px;
	background-color: #f2f2f2;
	}

.box__interview01 .interview__contents h2{
	font-family: 'Playfair Display', serif;
	color: #231815;
	font-size: 5rem;
	letter-spacing: .1rem;
	margin-bottom: 50px;
	}

.box__interview01 .interview__contents h2 span{
	font-size:2rem;
	letter-spacing: .1rem;
	margin-left: 3rem;
	}

.box__interview01 .interview__contents h3.sekkei{
	background-image: url("../img/interview_icon01.png");
	background-position: left;
	background-repeat: no-repeat;
	background-size: 56px 50px;
	font-size: 3.8rem;
	padding-left: 70px;
	color: #34478c;
	margin-bottom: 40px;
	}

.box__interview01 .interview__contents h3.sekkei span{
	font-family: 'Playfair Display', serif;
	font-size: .8rem;
	display: block;
	padding-left: 3px;
	}

.box__interview01 .interview__contents h4{
	color: #34478c;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 20px;

	}

.box__interview01 .interview__contents h5{
	font-size: 1.4rem;
	margin-bottom: 50px;

	}


.box__interview01 .interview__contents p{
	font-size: 1.4rem;
	line-height: 180%;
	color: #231815;
	margin: 20px 0;
	}

.box__interview01 .interview__contents .box__sche{
	background-image: url("../img/interview_img_side01_2.png");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 209px;
	padding-right: 210px;
	padding-bottom: 200px;
	clear: both;
	overflow: hidden;
	}
	

.box__interview01 .interview__contents .box__sche h3{
	color: #0b308e;
	border-bottom: 1px solid #0b308e;
	letter-spacing: .5rem;
	font-size: 2rem;
	}

.box__interview01 .interview__contents .box__sche h3 span{
	color: #231815;
	font-size: 1.4rem;
	letter-spacing: 0;
	margin-left: 1rem;
	
	}

.box__interview01 .interview__contents .box__sche dl{
	font-size: 1.4rem;
	margin: 2rem 1rem;
	}
	
.box__interview01 .interview__contents .box__sche dl dt{
	color: #0b308e;
	width: 15%;
	float: left;
	}
	
.box__interview01 .interview__contents .box__sche dl dd::before{
	content: "・";
	
	}
	
.box__interview01 .interview__contents .box__sche dl dd{
	float: left;
	width: 85%;
	border-bottom: 1px dotted #231815;
	color: #34478c;
	line-height: 180%;
	padding-bottom: 1rem;
	
	}
	
.box__interview01 .interview__contents .box__sche dl dd span{
	display: block;
	color: #3e3a39;
	padding-left:1.4rem;
	
	}
	

.box__interview01 .interview__contents .box__img {
	clear: both;
	overflow: hidden;

	}
	
.box__interview01 .interview__contents .box__img h3{
	font-family: 'Playfair Display', serif;
	font-size: 3rem;
	text-align: right;
	}
	
.box__interview01 .interview__contents .box__img img{
	width: 33.3%;
	float: left;
	}
		
.box__interview02 {
	}

.box__interview02 .interview__head{
	background-image:  url( "../img/interview_bg02.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
	background-color: #fff;
	height: 440px;
	padding-top: 20px;
	position: relative;
	overflow: hidden;

	}

.box__interview02 .interview__head__text{
	display: block;
	text-align: center;
	margin: 170px 0;

	}
	
.box__interview02 .interview__head__text h3{ 
	font-size: 4.5rem;
	color: #231815;
	font-family: 'Playfair Display', serif;
	line-height:100%;
	display: block;
	}
	
.box__interview02 .interview__head__text p{ 
	font-size:2.5rem;
	color: #231815;
	display: block;
	text-align: center;

	}
	
.box__interview02 .interview__head__text p span{ 
	font-size:1.2rem;
	padding-right: 1rem;


	}
	
.box__interview02 .interview__contents{
	padding: 50px 0;
	color: #231815;
	background-image: url("../img/interview_img_side02_2.png"),  url( "../img/interview_bg02_1.jpg");
	background-repeat: no-repeat;
	background-position:35% bottom ,left bottom;
	background-size: 253px auto, 613px auto;
	background-repeat: no-repeat , no-repeat;
	background-color: #f2f2f2;
	}

.box__interview02 .interview__contents h2{
	font-family: 'Playfair Display', serif;
	color: #231815;
	font-size: 5rem;
	letter-spacing: .1rem;
	margin-bottom: 50px;
	}

.box__interview02 .interview__contents h2 span{
	font-size:2rem;
	letter-spacing: .1rem;
	margin-left: 3rem;
	}

.box__interview02 .interview__contents h3.sekou_kanri{
	background-image: url("../img/interview_icon02.png");
	background-position: left;
	background-repeat: no-repeat;
	background-size: 56px 50px;
	font-size: 3.8rem;
	padding-left: 70px;
	color: #34829f;
	margin-bottom: 40px;
	}

.box__interview02 .interview__contents h3.sekou_kanri span{
	font-family: 'Playfair Display', serif;
	font-size: .8rem;
	display: block;
	padding-left: 3px;
	}

.box__interview02 .interview__contents h4{
	color: #34829f;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 20px;

	}

.box__interview02 .interview__contents h5{
	font-size: 1.4rem;
	margin-bottom: 50px;

	}


.box__interview02 .interview__contents p{
	font-size: 1.4rem;
	line-height: 180%;
	color: #231815;
	margin: 20px 0;
	}

.box__interview02 .interview__contents .box__works{
	padding-bottom: 200px;
	clear: both;
	overflow: hidden;
	}
	

.box__interview02 .interview__contents .box__works h3{
	border-bottom: 1px dotted #595757;
	font-size: 1.4rem;
	padding-left: 200px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	color: #34829f;
	}


.box__interview02 .interview__contents .box__works h3::before{
	content: "●  ";
	
	}
	

.box__interview02 .interview__contents .box__img {
	clear: both;
	overflow: hidden;
	padding-left: 200px;
	font-size: 1.2rem;

	}
	
.box__interview02 .interview__contents .box__works h4{
	font-size: 3rem;
	color: #231815;
	font-family: 'Playfair Display', serif;
	line-height:100%;
	display: block;
	text-align: right;
	}
	
.box__interview02 .interview__contents .box__img .img01{
	width: 33.3%;
	float: left;
	}
	
.box__interview02 .interview__contents .box__img .txt02{
	width: 55%;
	float: right;
	padding: 0 10px;
	margin-top: 0;
	}
	
.box__interview02 .interview__contents .box__img .img02{
	width: 45%;
	float: right;
	padding: 0 10px;
	}
	
.box__interview03 {
	}

.box__interview03 .interview__head{
	background-image:  url( "../img/interview_bg03.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
	background-color: #fff;
	height: 440px;
	padding-top: 20px;
	position: relative;
	overflow: hidden;

	}

.box__interview03 .interview__head__text{
	display: block;
	text-align: center;
	margin: 170px 0;

	}
	
.box__interview03 .interview__head__text h3{ 
	font-size: 4.5rem;
	color: #fff;
	font-family: 'Playfair Display', serif;
	line-height:100%;
	display: block;
	}
	
.box__interview03 .interview__head__text p{ 
	font-size:2.5rem;
	color: #fff;
	display: block;
	text-align: center;

	}
	
.box__interview03 .interview__head__text p span{ 
	font-size:1.2rem;
	padding-right: 1rem;


	}
	
.box__interview03 .interview__contents{
	padding: 50px 0;
	color: #231815;
	background-image:  url( "../img/interview_bg03_1.jpg");
	background-repeat: no-repeat;
	background-position:80% bottom;
	background-size: 613px auto;
	background-repeat: no-repeat;
	background-color: #fff;
	}

.box__interview03 .interview__contents h2{
	font-family: 'Playfair Display', serif;
	color: #231815;
	font-size: 5rem;
	letter-spacing: .1rem;
	margin-bottom: 50px;
	}

.box__interview03 .interview__contents h2 span{
	font-size:2rem;
	letter-spacing: .1rem;
	margin-left: 3rem;
	}

.box__interview03 .interview__contents h3.jimu{
	background-image: url("../img/interview_icon03.png");
	background-position: left;
	background-repeat: no-repeat;
	background-size: 56px 50px;
	font-size: 3.8rem;
	padding-left: 70px;
	color: #427cb8;
	margin-bottom: 40px;
	}

.box__interview03 .interview__contents h3.jimu span{
	font-family: 'Playfair Display', serif;
	font-size: .8rem;
	display: block;
	padding-left: 3px;
	}

.box__interview03 .interview__contents h4{
	color: #427cb8;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 20px;

	}

.box__interview03 .interview__contents h5{
	font-size: 1.4rem;
	margin-bottom: 50px;

	}


.box__interview03 .interview__contents p{
	font-size: 1.4rem;
	line-height: 180%;
	color: #231815;
	margin: 20px 0;
	}

.box__interview03 .interview__contents .box__works{
	padding-bottom: 200px;
	clear: both;
	overflow: hidden;
	background-image: url("../img/interview_img_side03_2.png");
	background-repeat: no-repeat;
	background-position:center 00px;
	background-size: 290px auto;
	background-repeat: no-repeat ;
	}
	

.box__interview03 .interview__contents .box__works h3{
	border-bottom: 1px dotted #595757;
	font-size: 1.4rem;
	padding-bottom: 5px;
	margin-bottom: 20px;
	color: #34829f;
	}


.box__interview03 .interview__contents .box__works h3::before{
	content: "●  ";
	
	}
	

.box__interview03 .interview__contents .box__works .box__lh{
	width: 33%;
	float: left;
	margin-right: 33%;
	}
	
.box__interview03 .interview__contents .box__works .box__rh{
	width: 33%;
	float: left;
	margin-top: 120px;
	}
	
	
.box__interview03 .interview__contents .box__works h4{
	font-size: 3rem;
	color: #231815;
	font-family: 'Playfair Display', serif;
	line-height:100%;
	display: block;
	text-align: center;
	clear: both;
	}
	
.box__interview03 .interview__contents .box__works .img01{
	width: 50%;
	float: left;
	}
	
	
.box__interview03 .interview__contents .box__works .img02{
	width: 100%;
	padding: 10px 5px;
	}
	
	

}

