@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　merit
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* Kv
-----------------------------------------------------------------*/
#Kv{
	position: relative;
}
#Kv h1{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	font-size: 2.0rem;
	font-weight: 400;
	text-align: center;
	text-indent: 1rem;
	line-height: 1;
	transform: translate(-50%,-50%);
	z-index: 2;
	color: #c09b23;
	letter-spacing: .1rem;
}
#Kv h1 .en {
	padding-bottom: 20px;
	font-size: 6svw;
	font-weight: 400;
	text-align: center;
	line-height: 1.1;
	color: #c09b23;
	letter-spacing: .1rem;
}
#Kv figure {
	position: relative;
}
#Kv figure img {
	width: 100%;
}
#Kv figcaption {
	position: absolute;
	right: 20px;
	bottom: 5px;
	font-size: 1.2rem;
}

/* voice
-----------------------------------------------------------------*/

.voice{   padding: 80px 0 90px;}
.voice_txt{
	margin-bottom: 60px;
    font-size: 3.0rem;
    line-height: 1.4;
    font-weight: 500;
    text-align: center;
}
.voice_list{
	margin-top: 6%;
}
.voice_list ul{
	display: flex;
	justify-content: space-evenly;
}
.voice_list li{
	flex-basis: 32%;
	display: flex;
	flex-direction: column;
	background-color: #0a4561;
	position: relative;
}
.voice_list dl dd:last-child{
	margin-top: auto;
}
.voice_list .voice_ttl{
	text-align: center;
	color: #c09b23;
	font-size: 5.0rem;
	letter-spacing: .3rem;
	line-height: 1;
	position: relative;
	top: -40px;
}
.voice_list .voice_ttl span{
	font-size: 7rem;
}
.voice_list dl{
	text-align: center;
	margin-top: 20px;
}
.voice_list dl dt{
	font-size: 2rem;
	line-height: 1.3;
}
.voice_list dl dd:nth-of-type(1){
	font-size: 1.3rem;
}
.voice_list dl dd:nth-of-type(2){
	font-size: 1.6rem;
	line-height: 1.6;
	max-width: 80%;
	margin: 5% auto 0;
	text-align: left;
}
.voice_list .commingsoon dl dd{
	text-align: center;
	color: #c09b23;
	font-size: 4rem;
	line-height: 1.1;
	margin-top: 15%;
	font-family: "EB Garamond", serif;
	letter-spacing: .1rem;
}
.commingsoon a{
	pointer-events: none;
}
.voice_list li::before{
	content: '';
	background-color: #547d91;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	z-index: 1;
	background-image: url(../image/voice_arrow.svg);
	background-size: 50px 12px;
	background-repeat: no-repeat;
	background-position: center center;
}
.voice_list li.commingsoon::before{
	background-image: url(../image/sommingsoon_arrow.svg);
}
.voice_list li a{
	width: 100%;
	height: 100%;
	padding: 0 4rem 8rem;
	display: block;
	position: relative;
    z-index: 1;
	transition: .3s;
}
.voice_list li a:hover{
	opacity: .7;
}
.voice_box{
	display: none;
	margin-top: -50px;
	padding-top: 50px;
}
.voice_box.active{
	display: block;
}

.voice_contents_wrap{
	margin-top: 11%;
	background-color: #fff;
	color: #000;
	padding-bottom: 5%;
}
.con_mv_area{
	display: flex;
	justify-content: space-between;
	padding-top: 3%;
}
.con_mv_txt{
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.con_mv_txt h2{
	color: #c09b23;
	font-size: 5.6svw;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1;

}
.con_mv_txt h2 span{
	font-size:8svw;
}
.con_mv_txt p{
	font-size: 3.2rem;
	line-height: 1.6;
	margin-top: 3%;
}
.prof{
	background-color: #b2a26c;
	padding: 2rem 3rem;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.6;
	max-width: 31svw;
	margin-top: 8%;
}
.con_mv_img{
	margin-right: calc((-100vw - -100%) / 2);
	max-width: 55%;
}

.con_qa_area{
	margin-top: 8%;
}
.con_qa_box{
	display: flex;
	justify-content: space-between;
	margin-top: 3%;
}
.con_qa_box.rev{flex-direction: row-reverse}
.noimage .con_qa_txt{flex-basis: 100%;}
.con_qa_txt{
	flex-basis: 55%;
}
.con_qa_txt span{
	background: no-repeat linear-gradient(transparent 50%, #f2ebd3 50%);
}
.con_qa_img{
	flex-basis: 40%;
}
.con_qa_txt dl{
	margin-top: 3%;
}
.con_qa_txt dt{
	color: #b2a26c;
	font-size: 2.4rem;
	line-height: 1.4;

}
.con_qa_txt dd{
	font-size: 1.6rem;
	line-height: 2;
	margin-top: 3%;
	text-align: justify;
}
.voice_link_area ul{
	display: flex;
	justify-content: space-evenly;
}
.voice_link_area li{
	flex-basis: 32%;
	background-color: #0a4561;
	margin-top: 6%;	
	position: relative;
}
.voice_link_area li p:nth-of-type(1){
	text-align: center;
    color: #c09b23;
    font-size: 4.0rem;
    letter-spacing: .3rem;
    line-height: 1;
}
.voice_link_area li p:nth-of-type(1) span{font-size: 6rem;}
.voice_link_area li p:nth-of-type(2){
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.6;
	margin-top: 5%;
}
.voice_link_area li a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 3rem 3rem 8rem;
}
.voice_link_area li::before{
	content: '';
    background-color: #547d91;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 1;
    background-image: url(../image/voice_arrow2.svg);
    background-size: 50px 12px;
    background-repeat: no-repeat;
    background-position: center center;
}
.voice_link_area li.commingsoon p:nth-of-type(2){
	text-align: center;
    color: #c09b23;
    font-size: 2.6rem;
    line-height: 1.1;
    font-family: "EB Garamond", serif;
    letter-spacing: .1rem;
}
.voice_link_area li.commingsoon::before{
	background-image: url(../image/sommingsoon_arrow2.svg);
}


@media screen and (max-width: 1250px) {
	
}

/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {


/* Kv
-----------------------------------------------------------------*/
	#Kv h1{
		font-size: 1.5rem;
		letter-spacing: .2rem;
		text-indent: .2rem;
	}
	#Kv h1 .en {
		padding-bottom: 10px;
		font-size: 4.0rem;
		letter-spacing: .1rem;
	}
	#Kv figcaption {
		right: 10px;
		font-size: 1rem;
	}

/* voice
-----------------------------------------------------------------*/
.voice{  padding: 50px 0 90px;}
.voice_txt{
	margin-bottom: 40px;
    font-size: 2.0rem;
    line-height: 1.6;
}
.voice_list{
	margin-top: 6%;
}
.voice_list ul{
	display: block;
}
.voice_list li{
	margin-bottom: 10%;
}
.voice_list .commingsoon dl dd:nth-of-type(2) {
	font-size: 2.6rem;
}
.voice_list dl dd:last-child{
	margin-top: auto;
}
.voice_list dl dd:nth-of-type(2){
	max-width: 100%;
	margin-top: 5%;
	font-size: 1.5rem;
}
.voice_list li a{
	padding: 0 2rem 8rem;
}
.voice_list li a:hover{
	opacity: 1;
}

.voice_list .flex_wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 10%;
}
.voice_list .flex_wrap .voice_img{
	flex-basis: 40%;
}
.voice_list .flex_wrap .txt_area{
	flex-basis: 57%;
}
.voice_list .voice_ttl {
    font-size: 3.0rem;
    position: inherit;
}
.voice_list .voice_ttl span {
    font-size: 4.2rem;
}
.voice_list dl {
    text-align: center;
    margin-top: 10px;
}
.voice_list dl dt {
    font-size: 1.6rem;
    line-height: 1.3;
}
.voice_list dl dd:nth-of-type(1) {
    font-size: 1.1rem;
}
.voice_list .spcap{
	margin-top: 6%;
	font-size: 1.6rem;
	line-height: 1.4;
}
.voice_list .spcap.commingsoon{
    text-align: center;
    color: #c09b23;
    font-size: 3.0rem;
    line-height: 1.1;
    font-family: "EB Garamond", serif;
    letter-spacing: .1rem;
}


.voice_contents_wrap{
	margin-top: 30%;
	padding-bottom: 15%;
}
.con_mv_area{
	display: flex;
	flex-direction: column;
	position: relative;
}
.con_mv_txt{
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.con_mv_txt h2{
	font-size: 15svw;
}
.con_mv_txt h2 span{
	font-size:20svw;
}
.con_mv_txt p{
	font-size: 2.2rem;
	margin-top: 5%;
}
.prof{
	padding: 1rem 2rem;
	font-size: 1.3rem;
	line-height: 1.6;
	max-width: 100%;
	width: 100%;
	bottom: 0; left: 0;
	margin: 0;
}
.con_mv_img{
	margin-right: inherit;
	max-width: 100%;
	padding-bottom: 5%;
	margin-top: 10%;
}

.con_qa_area{
	margin-top: 13%;
}
.con_qa_box{
	display: block;
	justify-content: space-between;
	margin-top: 3%;
}
.con_qa_txt dl{
	margin-top: 10%;
}
.con_qa_txt dt{
	color: #b2a26c;
	font-size: 1.8rem;
	line-height: 1.4;

}
.con_qa_txt dd{
	font-size: 1.4rem;
	line-height: 2;
	margin-top: 5%;
	text-align: justify;
}
.con_qa_img {
	margin-top: 10%;
}

.voice_link_area ul{
	display: block;
	justify-content: space-between;
}
.voice_link_area li{
	flex-basis: 32%;
	background-color: #0a4561;
	margin-top: 6%;	
	position: relative;
}
.voice_link_area li p:nth-of-type(1){
	text-align: center;
    color: #c09b23;
    font-size: 4.0rem;
    letter-spacing: .3rem;
    line-height: 1;
}
.voice_link_area li p:nth-of-type(1) span{font-size: 6rem;}
.voice_link_area li p:nth-of-type(2){
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-top: 5%;
}
.voice_link_area li a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 3rem 2rem 8rem;
}
.voice_link_area li::before{
	content: '';
    background-color: #547d91;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 1;
    background-image: url(../image/voice_arrow2.svg);
    background-size: 50px 12px;
    background-repeat: no-repeat;
    background-position: center center;
}
.voice_link_area li.commingsoon p:nth-of-type(2){
	text-align: center;
    color: #c09b23;
    font-size: 2.6rem;
    line-height: 1.1;
    font-family: "EB Garamond", serif;
    letter-spacing: .1rem;
}
.voice_link_area li.commingsoon::before{
	background-image: url(../image/sommingsoon_arrow2.svg);
}

}