@charset "utf-8";
/* ----------------------------------------

mv

---------------------------------------- */
#mv {
	position: relative;
}
#mv::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-image: url(../img/top/mv_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#mv .mv_inner {
	min-height: calc(100vh - 90px);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 7%;
	padding-right: 4%;
}
#mv .mv_textarea {
	width: 75%;
	position: relative;
	z-index: 2;
	text-align: left;
}
#mv .mv_textarea_inner {
	display: inline-block;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	text-align: right;
}
#mv .mv_textarea_inner > p {
	font-size: 25px;
	font-weight: 600;
	white-space: nowrap;
	line-height: 2;
	font-family: 'Noto Serif JP', serif;
	text-align: left;
}
#mv .mv_img_book {
	width: 35%;
	align-self:flex-end;
	position: relative;
	z-index: 2;
	margin-bottom: 25px;
}
#mv .mv_btn {
	display: inline-block;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 0.5em;
	text-align: right;
	color: #fff;
	padding: 25px 15px 50px;
	background: #CC8383 url(../img/common/arw_circle_down.svg) center bottom 20px no-repeat;
	background-size: 1em;
	margin-right: 60px;
}

@media screen and (max-width:767px){

	#mv::before {
		height: 90%;
		background-image: url(../img/top/mv_bg_sp.png);
		background-position: center;
	}
	#mv .mv_inner {
	min-height: calc(100vh - 60px);
		flex-direction: column;
		align-items: flex-start;
		padding-left: 15px;
		padding-right:15px;
	}
	#mv .mv_textarea {
		width:auto;
		margin: 20px 20px 60px;
	}

	#mv .mv_textarea_inner > p {
		font-size: 20px;
		line-height: 1.7;
	}
	#mv .mv_btn {
    max-width: 379px;
		width: 100%;
    position: relative;
    z-index: 2;
    padding: 20px;
    text-align: center;
    background: #CC8383 ;
    margin: 20px auto;
    border: 	1px solid #fff;
	}
	#mv .mv_btn .arw {
    padding: 0 20px;
    background: url(../img/common/arw_right_white.svg) right center no-repeat;
    background-size: 6px auto;
	}
	#mv .mv_img_book {
		width: 80%;
		align-self:center;
		margin-bottom: 15px;
	}
}
	
/* ----------------------------------------

documentSec

---------------------------------------- */
.documentSec {
	padding: 55px 15px;
	background: url(../img/top/documentSec_bg.png) center no-repeat;
	background-size: cover;
}
.documentSec_base {
	max-width: 826px;
	margin: 0 auto;
	background-color: #fff;
	padding: 35px 15px 30px;
	text-align: center;
}
.documentSec_ttl {
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 0.2em;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 22px;
}
.documentSec_txt {
	font-size: 14px;
	letter-spacing: 0.2em;
	margin-bottom: 22px;
}
.documentSec .btn01{
	max-width: 379px;
	letter-spacing: 0.22em;
	width: 100%;
}
/* ----------------------------------------

worries

---------------------------------------- */

#worriesImage > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: -45px;
	margin-top: -45px;
}
#worriesImage > ul > li {
	max-width: 392px;
	width: calc(50% - 45px);
	margin-left: 45px;
	margin-top: 45px;
}
#worriesImage .fukidashi {
	height: 100%;
	font-size: 17px;
	line-height: 2.35;
	letter-spacing: .2em;
	text-align: center;
	background: #EFEAE5;
	border-radius: 66px;
	padding: 50px 20px;
	margin-left: 15px;
	margin-bottom: 15px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#worriesImage .fukidashi::before,
#worriesImage .fukidashi::after {
	content: "";
	background: #EFEAE5;
	border-radius: 50%;
	position: absolute;
}
#worriesImage .fukidashi::before {
	width: 17px;
	height: 17px;
	bottom: -3px;
	left: -3px;
}
#worriesImage .fukidashi::after {
	width: 12px;
	height: 12px;
	bottom: -15px;
	left: -15px;
}
@media screen and (max-width:767px){
	#worriesImage > ul {
		margin-left: 0;
		margin-top: -20px;
	}
	#worriesImage > ul > li {
		width: 50%;
		margin-left: 0;
		margin-top: 20px;
	}
	#worriesImage .fukidashi {
		font-size: 13px;
    line-height: 1.8;
    letter-spacing: .07em;
    border-radius: 45px;
    padding: 30px 10px;
	}

}

/* ----------------------------------------

flow

---------------------------------------- */

/* flowList
------------------------------- */
#flowList {
	max-width: 757px;
	margin: 0 auto;
	overflow: hidden;
}
#flowList > ol {
	counter-reset: number 0; 
}
#flowList > ol > li {
	counter-increment: number 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 110px;
}
#flowList > ol > li:nth-of-type(odd) {
	flex-direction: row-reverse;
}
#flowList .flowList_imgarea {
	width: 56%;
}
#flowList .flowList_txtarea {
	width: 37%;
}
#flowList .flowList_tit {
	font-size: 21px;
	line-height: 1.66;
	letter-spacing: .2em;
	color: #CC8383;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 25px;
}
#flowList .flowList_tit:before {
	content: counter(number,decimal-leading-zero) ".";
	display: block;
	font-size: 15px;
	letter-spacing: .07em;
}
@media screen and (max-width:767px){
	#flowList > ol > li {
		flex-direction: column;
		margin-top: 60px;
	}
	#flowList > ol > li:first-child {
		margin-top: 0;
	}
	#flowList > ol > li:nth-of-type(odd) {
		flex-direction: column;
	}
	#flowList .flowList_imgarea {
		width: auto;
		margin-bottom: 20px;
	}
	#flowList .flowList_txtarea {
		width: auto;
	}
	#flowList .flowList_tit {
		text-align: center;
		margin-bottom: 15px;
	}
}

/* ----------------------------------------

case

---------------------------------------- */
#case #caseList {
	max-width: 762px;
}
#case #caseList > ol {
	counter-reset: number 0; 
}
#case #caseList > ol > li {
	counter-increment: number 1;
	padding-top: 90px;
	padding-bottom: 40px;
	border-bottom: 1px solid #D6D6D6;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
#case #caseList > ol > li::before {
	content: counter(number,decimal-leading-zero) "";
	width: 74px;
	line-height: 74px;
	font-size: 15px;
	letter-spacing: .2em;
	text-align: center;
	border-radius: 50%;
	background: #EFEAE5;
	position: absolute;
	left: -15px;
	top: 50px;
	transform: translate(-100%,0);
}

#case .caseBox_imgarea {
	width: calc(50% - 30px);
}
#case .caseBox_textarea {
	width: 50%;
}
#case .caseBox_tit {
	margin-bottom: 30px;
}
#case .caseBox_tit .main {
	font-size: 25px;
	line-height: 1.5;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
}
#case .caseBox_tit .author {
	font-size: 15px;
	color: #CC8383;
}
@media screen and (max-width:767px){
	#case #caseList > ol > li {
		padding-top: 60px;
		padding-bottom: 40px;
		flex-direction: column;
	}
	#case #caseList > ol > li::before {
		display: none;
	}
	#case .caseBox {
		padding: 30px 15px;
		margin-bottom: 30px;
	}
	#case .caseBox_imgarea {
		width:auto;
		max-width: 200px;
		padding: 0 50px;
		margin: 0 auto 20px;
		position: relative;
		box-sizing: content-box
	}
	#case .caseBox_textarea {
		width:auto;
	}
	#case .caseBox_imgarea::before {
		content: counter(number,decimal-leading-zero) "";
		width: 40px;
		line-height: 40px;
		font-size: 13px;
		letter-spacing: .2em;
		text-align: center;
		border-radius: 50%;
		background: #EFEAE5;
		position: absolute;
		left: 0;
		top: 0;
		transform: translate(0,-50%);
	}
	#case .caseBox_tit {
		margin-bottom: 20px;
		text-align: center;
	}
}


/* ----------------------------------------

faq

---------------------------------------- */
#faq .faqBox {
	max-width: 762px;
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #D6D6D6;
}
#faq .faq_q,
#faq .faq_a {
	padding-left: 48px;
	min-height: 38px;
	position: relative;
	display: flex;
	align-items: center;
}
#faq .faq_q {
	font-size: 17px;
	letter-spacing: .15em;
	line-height: 1.57;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 25px;
}
#faq .faq_q::before,
#faq .faq_a::before {
	font-size: 25px;
	line-height: 1;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
	position: absolute;
	left: 0;
	top: 0;
}
#faq .faq_q::before {
	content: "Q.";
	color: #CC8383;
}
#faq .faq_a::before {
	content: "A.";
	color: #9F9787;
}
@media screen and (max-width:767px){
	#faq .faqBox {
		padding: 30px 0;
	}

}