@charset "UTF-8";

/***************************************************

	voive

***************************************************/

main{
	height: auto;
	padding: 80px 0 120px;
	overflow: unset;
}

.int_kv{
	width: 100%;
	height: 340px;
	margin-bottom: 80px;
	position: relative;
}

.int_kv img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.int_kv .title_wrapp{
	width: 1080px;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

.int_kv .title_wrapp .text_wrapp{
	display: inline-block;
	background: rgba(255,255,255,0.95);
	padding: 24px;
	position: absolute;
	top: 16px;
	left: 16px;
	white-space: nowrap;
}

.int_kv .title_wrapp .text_wrapp .catch{
	font-size: 30px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.04em;
	margin-bottom: 8px;
}

.int_kv .title_wrapp .text_wrapp .name{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.04em;
}

.main_wrapper{
	width: 1080px;
	margin: 0 auto;
}

.main_wrapper .cont_head{
	display: flex;
	margin-bottom: 80px;
}

.main_wrapper .cont_head .image_area{
	width: 300px;
}

.main_wrapper .cont_head .image_area .image_wrapp{
	width: 100%;
	height: 280px;
}

.main_wrapper .cont_head .image_area .image_wrapp img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main_wrapper .cont_head .text_area{
	width: calc(100% - 300px);
	padding-left: 40px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.8;
}

.main_wrapper .cont_head .text_area p{
	margin-bottom: 1em;
}

.main_wrapper .cont_head .text_area p:last-of-type{
	margin-bottom: 0;
}


.cont_body{
	width: 880px;
	margin: 0 auto 100px;
}

.cont_body:last-of-type{
	margin-bottom: 0;
}

.cont_body h2{
	font-size: 24px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.04em;
	text-align: center;
	margin-bottom: 40px;
}

.cont_body h2 small{
	font-size: 0.8em;
	font-weight: 500;
	margin-right: 0.6em;
}

.cont_body .section_wrapp{
	display: flex;
	align-items: flex-start;
	margin-bottom: 80px;
}

.cont_body .section_wrapp:nth-of-type(even){
	flex-direction: row-reverse
}

.cont_body .section_wrapp .image_cont{
	width: 280px;
	position: sticky;
	top: 100px
}

.cont_body .section_wrapp .image_cont .image_wrapp{
	width: 100%;
	height: 400px;
}

.cont_body .section_wrapp .image_cont .image_wrapp img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cont_body .section_wrapp .text_cont{
	width: calc(100% - 280px);
	padding: 0 0 0 40px;
	box-sizing: border-box;
}

.cont_body .section_wrapp:nth-of-type(even) .text_cont{
	padding: 0 40px 0 0;
}

.cont_body .section_wrapp .text_cont ul li{
	margin-bottom: 60px;
}

.cont_body .section_wrapp .text_cont ul li:last-child{
	margin-bottom: 0;
}

.cont_body .section_wrapp .text_cont ul li .q_block{
	font-size:16px;
	margin-bottom: 46px;
	padding-left: 60px;
	color: #529686;
	position: relative;
}

.cont_body .section_wrapp .text_cont ul li .q_block::before{
	content: 'Q';
    display: inline-block;
    font-size: 50px;
    font-weight: 300;
    font-family: "Elms Sans", sans-serif;
    position: absolute;
	top: -31px;
    left: 0;
}

.cont_body .section_wrapp .text_cont ul li .a_block{
	font-size: 16px;
	padding-left: 60px;
	position: relative;
}

.cont_body .section_wrapp .text_cont ul li .a_block::before{
	content: 'A';
    display: inline-block;
    font-size: 50px;
    font-weight: 300;
    font-family: "Elms Sans", sans-serif;
    position: absolute;
    top: -22px;
    left: 6px;
    color: #c154c9;
}

.cont_body .section_wrapp .text_cont ul li .a_block p{
	line-height: 1.8;
	letter-spacing: 0.05em;
	margin-bottom: 1em;
}

.cont_body .section_wrapp .text_cont ul li .a_block p:last-of-type{
	margin-bottom: 0;
}

.cont_body .section_wrapp .text_cont ul li .a_block p.name{
	display :inline-block;
	border-bottom: 1px solid #000;
	font-size: 20px;
	font-weight: 500;
	color: #c154c9;
	margin-bottom: 0.6em;
}

.staff_comment_wrapp{
	text-align: center;
}

.staff_comment_wrapp .comment_data{
	display: inline-block;
	border: 3px solid #000;
	padding: 16px 22px 16px  80px;
	position: relative;
	text-align: left;
}

.staff_comment_wrapp .comment_data::before{
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	background-image: url('../images/common/fukidashi01.svg');
	position: absolute;
	top: 3px;
	left: 16px;
	transform: scale(-1, 1);
}

.staff_comment_wrapp .comment_data p{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 1em;
}

.staff_comment_wrapp .comment_data p:last-of-type{
	margin-bottom: 0;
}

.pager{
	width: 780px;
	margin: 100px auto 0;
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.pager .pager_btn{
	width: 300px;
}

.pager .pager_btn a{
	display: block;
	border: 2px solid #000;
	padding: 12px 16px 12px 48px;
	color: #000;
	background: #fff;
	position: relative;
}

.pager .pager_btn.next a{
	padding: 12px 48px 12px 16px;
}

.pager .pager_btn a::before{
	content: '';
	display: inline-block;
	width: 26px;
	height: 26px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	background-image: url('../images/common/link_arrow02.svg');
	position: absolute;
	top: 50%;
	left: 12px;
	transform: translate(0, -50%) scale(-1, 1);
}

.pager .pager_btn.next a::before{
	left: unset;
	right: 12px;
	transform: translate(0, -50%) scale(1, 1);
}

.pager .pager_btn a p{
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
}


.pager .home{
	width: 40px;
}


.cont_body .list_section{
	width: 780px;
	margin: 0 auto;
}

.cont_body .list_section ul.list_ul{
	margin-bottom: 60px;
}

.cont_body .list_section ul.list_ul li{
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.cont_body .list_section ul.list_ul li:nth-child(even){
	flex-direction: row-reverse;
}

.cont_body .list_section ul.list_ul li:last-child{
	margin-bottom: 0;
}

.cont_body .list_section ul.list_ul li .image_area{
	width: 180px;
	filter: drop-shadow(5px 5px 5px #aaa);
}

.cont_body .list_section ul.list_ul li .text_area{
	width: calc(100% - 180px);
	padding: 0 0 0 40px;
	box-sizing: border-box;
}

.cont_body .list_section ul.list_ul li:nth-child(even) .text_area{
	padding: 0 40px 0 0;
}

.cont_body .list_section ul.list_ul li p{
	font-size: 18px;
	line-height: 1.75;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-bottom: 1em;
	position: relative;
}

.cont_body .list_section ul.list_ul li p:last-of-type{
	margin-bottom: 0;
}

.cont_body .list_section p.caption{
	font-size: 16px;
	line-height: 1.8;
    letter-spacing: 0.05em;
}








/********************************************************************************
	リキッド用 CSS
********************************************************************************/

@media(max-width:1280px){


main{
	padding: 6.25vw 0 9.375vw;
}

.int_kv{
	height: 26.5625vw;
	margin-bottom: 6.25vw;
}

.int_kv .title_wrapp{
	width: 84.375vw;
}

.int_kv .title_wrapp .text_wrapp{
	padding: 1.875vw;
	top: 1.25vw;
	left: 1.25vw;
}

.int_kv .title_wrapp .text_wrapp .catch{
	font-size: 2.34375vw;
	margin-bottom: 0.625vw;
}

.int_kv .title_wrapp .text_wrapp .name{
	font-size: 1.40625vw;
}

.main_wrapper{
	width: 84.375vw;
}

.main_wrapper .cont_head{
	margin-bottom: 6.25vw;
}

.main_wrapper .cont_head .image_area{
	width: 23.4375vw;
}

.main_wrapper .cont_head .image_area .image_wrapp{
	height: 21.875vw;
}

.main_wrapper .cont_head .text_area{
	width: calc(100% - 23.4375vw);
	padding-left: 3.125vw;
	font-size: 1.40625vw;
}



.cont_body{
	width: 68.75vw;
	margin: 0 auto 7.8125vw;
}

.cont_body h2{
	font-size: 1.875vw;
	margin-bottom: 3.125vw;
}

.cont_body .section_wrapp{
	margin-bottom: 6.25vw;
}

.cont_body .section_wrapp .image_cont{
	width: 21.875vw;
	top: 7.8125vw;
}

.cont_body .section_wrapp .image_cont .image_wrapp{
	height: 31.25vw;
}

.cont_body .section_wrapp .text_cont{
	width: calc(100% - 21.875vw);
	padding: 0 0 0 3.125vw;
}

.cont_body .section_wrapp:nth-of-type(even) .text_cont{
	padding: 0 3.125vw 0 0;
}

.cont_body .section_wrapp .text_cont ul li{
	margin-bottom: 4.6875vw;
}

.cont_body .section_wrapp .text_cont ul li .q_block{
	font-size: 1.25vw;
	margin-bottom: 3.59375vw;
	padding-left: 4.6875vw;
}

.cont_body .section_wrapp .text_cont ul li .q_block::before{
    font-size: 3.90625vw;
	top: -2.421875vw;
}

.cont_body .section_wrapp .text_cont ul li .a_block{
	font-size: 1.25vw;
	padding-left: 4.6875vw;
}

.cont_body .section_wrapp .text_cont ul li .a_block::before{
    font-size: 3.90625vw;
    top: -1.71875vw;
    left: 0.46875vw;
}

.cont_body .section_wrapp .text_cont ul li .a_block p.name{
	font-size: 1.5625vw;
}

.staff_comment_wrapp .comment_data{
	border: 0.234375vw solid #000;
	padding: 1.25vw 1.71875vw 1.25vw 6.25vw;
}

.staff_comment_wrapp .comment_data::before{
	width: 3.90625vw;
	height: 3.90625vw;
	top: 0.234375vw;
	left: 1.25vw;
}

.staff_comment_wrapp .comment_data p{
	font-size: 1.25vw;
}

.pager{
	width: 60.9375vw;
	margin: 7.8125vw auto 0;
}

.pager .pager_btn{
	width: 23.4375vw;
}

.pager .pager_btn a{
	border: 0.15625vw solid #000;
	padding: 0.9375vw 1.25vw 0.9375vw 3.75vw;
}

.pager .pager_btn.next a{
	padding: 0.9375vw 3.75vw 0.9375vw 1.25vw;
}

.pager .pager_btn a::before{
	width: 2.03125vw;
	height: 2.03125vw;
	left: 0.9375vw;
}

.pager .pager_btn.next a::before{
	left: unset;
	right: 0.9375vw;
}

.pager .pager_btn a p{
	font-size: 1.015625vw;
}

.pager .home{
	width: 3.125vw;
}


.cont_body .list_section{
	width: 60.9375vw;
}

.cont_body .list_section ul.list_ul{
	margin-bottom: 4.6875vw;
}

.cont_body .list_section ul.list_ul li{
	margin-bottom: 3.125vw;
}

.cont_body .list_section ul.list_ul li .image_area{
	width: 14.0625vw;
	filter: drop-shadow(0.390625vw 0.390625vw 0.390625vw #aaa);
}

.cont_body .list_section ul.list_ul li .text_area{
	width: calc(100% - 14.0625vw);
	padding: 0 0 0 3.125vw;
}

.cont_body .list_section ul.list_ul li:nth-child(even) .text_area{
	padding: 0 3.125vw 0 0;
}

.cont_body .list_section ul.list_ul li p{
	font-size: 1.40625vw;
}

.cont_body .list_section p.caption{
	font-size: 1.25vw;
}





}



/********************************************************************************
	SP調整用 CSS
********************************************************************************/

@media(max-width:414px){


main{
	padding: 15.466667vw 0 16vw;
}

.int_kv{
	height: 48vw;
	margin-bottom: 10.666667vw;
}

.int_kv .title_wrapp{
	width: auto;
	left: 0;
	transform: translate(-0, 0);
}

.int_kv .title_wrapp .text_wrapp{
	padding: 3.2vw;
	top: 3.2vw;
	left: 3.2vw;
}

.int_kv .title_wrapp .text_wrapp .catch{
	font-size: 4.266667vw;
	line-height: 1.6;
	margin-bottom: 1.6vw;
}

.int_kv .title_wrapp .text_wrapp .name{
	font-size: 3.2vw;
}

.main_wrapper{
	width: auto;
	margin: 0 5.333333vw;
}

.main_wrapper .cont_head{
	display: block;
	margin-bottom: 10.666667vw;
}

.main_wrapper .cont_head .image_area{
	width: 74.666667vw;
	margin: 0 auto 6.4vw;
}

.main_wrapper .cont_head .image_area .image_wrapp{
	width: 100%;
	height: 48vw;
}

.main_wrapper .cont_head .text_area{
	width: auto;
	padding-left: 0;
	font-size: 4.266667vw;
	line-height: 2.0;
}


.cont_body{
	width: auto;
	margin: 0 auto 16vw;
}

.cont_body h2{
	font-size: 4.8vw;
	margin-bottom: 10.666667vw;
}

.cont_body h2 small{
	display: block;
}

.cont_body .section_wrapp{
	display: block;
	margin-bottom: 16vw;
}

.cont_body .section_wrapp .image_cont{
	width: 53.333333vw;
	position: static;
	top: 0;
	margin: 0 auto 8vw;
}

.cont_body .section_wrapp .image_cont .image_wrapp{
	height: 74.666667vw;
}

.cont_body .section_wrapp .text_cont{
	width: auto;
	padding: 0;
}

.cont_body .section_wrapp:nth-of-type(even) .text_cont{
	padding: 0;
}

.cont_body .section_wrapp .text_cont ul li{
	margin-bottom: 10.666667vw;
}

.cont_body .section_wrapp .text_cont ul li:last-child{
	margin-bottom: 0;
}

.cont_body .section_wrapp .text_cont ul li .q_block{
	font-size: 3.733333vw;
	margin-bottom: 6.933333vw;
	padding-left: 10.666667vw;
}

.cont_body .section_wrapp .text_cont ul li .q_block::before{
    font-size: 9.066667vw;
	top: -6.133333vw;
}

.cont_body .section_wrapp .text_cont ul li .a_block{
	font-size: 3.733333vw;
	padding-left: 10.666667vw;
}

.cont_body .section_wrapp .text_cont ul li .a_block::before{
    font-size: 9.066667vw;
    top: -4.266667vw;
    left: 1.6vw;
}

.cont_body .section_wrapp .text_cont ul li .a_block p.name{
	font-size: 4.266667vw;
}

.staff_comment_wrapp{
	margin: 0 4.266667vw;
}

.staff_comment_wrapp .comment_data{
	border: 0.8vw solid #000;
	padding: 3.2vw 3.733333vw 3.2vw 16vw;
}

.staff_comment_wrapp .comment_data::before{
	width: 10.666667vw;
	height: 10.666667vw;
	top: 0.8vw;
	left: 3.2vw;
}

.staff_comment_wrapp .comment_data p{
	font-size: 4.266667vw;
}

.pager{
	width: auto;
	margin: 80px 16px 0;
	display: block;
}

.pager .pager_btn{
	width: auto;
	margin-bottom: 18px;
}

.pager .pager_btn:last-of-type{
	margin-bottom: 0;
}

.pager .pager_btn a{
	border: 2px solid #000;
	padding: 3.2vw 3.733333vw 3.2vw 10.133333vw;
}

.pager .pager_btn.next a{
	padding: 3.2vw 10.133333vw 3.2vw 3.733333vw;
}

.pager .pager_btn a::before{
	width: 4.8vw;
	height: 4.8vw;
	left: 3.2vw;
}

.pager .pager_btn.next a::before{
	left: unset;
	right: 3.2vw;
}

.pager .pager_btn a p{
	font-size: 3.2vw;
}


.pager .home{
	display: none;
}


.cont_body .list_section{
	width: auto;
	margin: 0 6.4vw;
}

.cont_body .list_section ul.list_ul{
	margin-bottom: 16vw;
}

.cont_body .list_section ul.list_ul li{
	display: block;
	margin-bottom: 10.666667vw;
}

.cont_body .list_section ul.list_ul li .image_area{
	width: 32vw;
	filter: drop-shadow(5px 5px 5px #aaa);
	margin: 0 auto 5.333333vw;
}

.cont_body .list_section ul.list_ul li .text_area{
	width: auto;
	padding: 0;
}

.cont_body .list_section ul.list_ul li:nth-child(even) .text_area{
	padding: 0;
}

.cont_body .list_section ul.list_ul li p{
	font-size: 4.266667vw;
}

.cont_body .list_section p.caption{
	font-size: 3.733333vw;
}






}





