@charset "utf-8";



/* ==========================================================================

  question ,answer

  ========================================================================== */

.contents{
	padding-top: 170px;
}

.question_answer{
	margin-top:100px;
	background:url("../img/concept/qa_img_bg.jpg");
	background-size:cover;
	background-repeat: no-repeat;
	padding: 150px 0;
}

.question_answer .inner{

	position: relative;

}

.qa_box{
	/* display:flex; */
	max-width:1000px;
	margin: 0 auto;
	padding: 0 10px;
    box-sizing: border-box;
}

.q_img_box,.a_img_box{
	width:50%;
	position: relative;
}

.q_img_box img,.a_img_box img{
	width:100%;
}

.qa_txt_box{
	display:flex;
	/* flex-direction: column; */
	width:100%;
}

.q_box,.a_box{
	width: 100%;
	height:50%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.q_box{
	margin-bottom: 100px;
}


.qa_txt{
	/* margin: 0 auto; */
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	height: 100%;
}


.qa_ttl{

	margin: 30px 0;

}

.qa_ttl img{
	width:130px;
}



.qa_txt p{

	font-size: 16px;

}



.qa_txt_en{

	max-width: 255px;

	margin: 25px 0;

}



.qa_img{
}



.answer .qa_img{

	margin-left: auto;

	margin-bottom: 20px;

}



.slick-dots{

	bottom: -30px;

}



.answer .slick-dots li button:before,

.answer .slick-dots li.slick-active button:before{

	color: #fff;

	font-size: 14px;

}



.answer .slick-dots li button:before{

	opacity: .5;

}

.answer .slick-dots li.slick-active button:before{

	opacity: 1;

}


.contents{
	padding-bottom:0;
}

.tab_block{
	display:none;
}


/* ==========================================================================

  zoom

  ========================================================================== */

.zoom{

	background: #1b1b1b;

	color:#ffffff;

	padding: 50px 0;

}


.zoom_ssp_flex{
	display:flex;
	width: 100%;
    align-items: center;
    padding: 0 10px;
}


.zoom_img{

	width: 50%;

}



.zoom_txt{

	width: 41%;
	
    margin-left: 4%;

}



.zoom_txt_box{

	margin-bottom: 20px;

}



.zoom_txt_box h3{

	margin-bottom: 10px;

	font-size: 20px;

	font-weight: 300;

	letter-spacing: 1px;

	border-bottom: 1px solid #fff;

}



.zoom_txt_box span{

	display: block;

	font-size: 16px;

	font-weight: 600;

}



/* ==========================================================================

  concept_sec

  ========================================================================== */

  .concept_sec_bg{
	  padding:0;
	  margin:0;
  }

  .concept_sec_bg img{
	  width:100%;
  }




/* ==========================================================================

  tsuki

  ========================================================================== */

.tsuki {
    padding: 130px 0;
}

.tsuki_box{

	position: relative;	
	display: flex;
  justify-content: space-between;
	align-items: center;
}





.tsuki_box:first-child{

	margin-bottom: 80px;

}



.tsuki_img{

	width: 50%;

}


.concept_img_box{
	width: 60%;
	position: relative;
}


.tsuki_txt{

	width: 30%;
    background: #FFF;
    padding: 0px 0 0 15px;
    font-size: 12px;
    letter-spacing: 1px;
    text-indent: 1px;
    line-height: 1.9em;
	margin-right: 50px;
}



.tsuki_ttl02{

	margin: 30px 0 20px;

	font-size: 20px;

	font-weight: 600;

}

.tsuki_ttl02 img{
	width:260px;
	margin: 0;
}

.cap{
	margin-left: 10px;
}


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

.answer .qa_txt {
    top: 50%;
    left: 17%;
}

}


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


.tab_block{
	display:block;
}

.tsuki_box:first-child{
	margin-bottom: 40px;
}



.tsuki_img{

	width: 100%;

	margin-bottom: 20px;

	text-align: center;

}

.tsuki_box{
	display: block;
}

.concept_img_box {
    width: 80%;
    margin: 0 auto 50px;
    order: 2;
}

.concept_img_box img{
	width:100%;
}

.tsuki_box:last-child .tsuki_img{

	width: 100%;

	margin-top: 20px;

}

.tsuki_ttl02 img{
	margin: 0 auto;
}

.tsuki_txt{

	position: static;

	width: 100%;

	-webkit-transform: none;

	-ms-transform: none;

	-o-transform: none;

	transform: none;

	text-align: center;

	padding: 0;

    margin: 0 0 40px;

	line-height: 2em;

}



.tsuki_box:last-child .tsuki_txt{

	width: 100%;

}


}

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

/* .question_answer{
	background:url("../img/concept/qa_img_bg_tab.jpg")
} */



.qa_box{
	flex-direction: column;
  max-width: 100%;
}

.qa_img_box {
    width: 100%;
}

.qa_txt_box {
    width: 100%;
}

.qa_txt {
    padding: 50px 0;
}

.zoom_ssp_flex{
	flex-direction: column;
}

.zoom_img {
    width: 60%;
}

.zoom_txt {
    width: 60%;
    margin: 40px 0 0;
}

.zoom img{
	display: block;
    margin: 0 auto;
}

.concept_sec_bg img {
    height: 400px;
    object-fit: cover;

}

}

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

.contents {
	padding-top: 80px;
}
}


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

	.contents {
    padding-top: 0;
}

h1.page_ttl {
	margin: 40px 0;
}

p{
	font-size: 12px;
}


.question_answer {
	margin-top: 0;
	/* background: url("../img/concept/qa_img_bg_sp.jpg"); */
	padding: 50px 0;
}

.qa_bg{
	object-fit: cover;
    height: 510px;
}

.sp_ab{
	position: absolute !important;
}

.qa_txt_box {
	display: block;
}

.qa_txt{

	padding: 20px;

	-webkit-box-shadow: none;

	box-shadow: none;

	order:2;

}


.qa_box {
  max-width: 90%;
	padding:0;
}

.q_box, .a_box {
	width: 100%;
	flex-direction: column;
}

.q_img_box, .a_img_box {
	width: 70%;
	margin: 0 auto;
}

/* .a_box {
	margin-left: auto;
} */

.qa_txt {
	max-width: 300px;
	margin: 0 auto;
}


.zoom_img{

	float: none;

	width: 100%;

	text-align: center;

	margin-bottom: 20px;

}



.zoom_txt{

	float: none;

	width: 100%;

	margin-left: 0;

}



.zoom_txt_box{

	margin-bottom: 20px;

}

.concept_sec_bg img {
    height: 200px;
}

.tsuki_ttl02 {
    margin: 20px 0;
}

.tsuki_ttl02 img{
	width: 290px;
	margin:0;
}

.tsuki_concept{
	padding:0;
}

.concept_img_box {
    width: 100%;
}

.tsuki_txt{

	text-align: left;

	padding:20px 15px;

	margin: 0 0 10px;

}


}

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

.tsuki_ttl02 img{
	width: 260px;
	margin:0;
}

}