@charset "utf-8";
.mv{
	background: url(../images/mv-img.jpg) no-repeat;
	background-size: cover;
	height: 100vh;
	width: 100%;
}

.mv h1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.main-contents{
	background: url(../images/main-bg.jpg) no-repeat;
	background-size: cover;
	padding: 120px 0;
}

.main-contents section + section{
	margin-top: 160px;
}

.page-ex-sec h2{
	font-size: 34px;
	font-weight: 500;
	margin-right: 175px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.page-ex-sec .body p{
	font-size: 18px;
	line-height: 2.88;
	max-width: 702px;
}

.page-ex-sec .page-img{
	margin-left: auto;
	width: 68%;
}

.en-title{
	font-size: 140px;
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 60px;
}

.strenghs-sec h2{
	margin-left: -110px;
}

.strenghs-list .blo{
	background: #ffffff;
	flex-direction: row-reverse;
}

.strenghs-list .blo:not(:last-child){
	margin-bottom: 135px;
}

.strenghs-list .blo .img span{
	font-size: 100px;
	letter-spacing: 0;
	position: absolute;
	right: 5px;
	top: -70px;
}

.strenghs-list .blo .body{
	max-width: 510px;
	padding-left: 50px;
}

.strenghs-list .blo .body h3{
	color: #3E4F7B;
	font-size: 34px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.61;
	margin-bottom: 50px;
}

.strenghs-list .blo .body p{
	color: #28282C;
	font-size: 15px;
	line-height: 2.26;
}

.menu-sec{
	padding-bottom: 100px;
}

.menu-sec::before{
	content: "";
	background: #ffffff;
	height: calc(100% - 80px);
	width: 77%;
	position: absolute;
	right: 0;
	top: 80px;
}

.menu-sec .en-title{
	display: table;
	margin-left: auto;
	margin-right: -110px;
	opacity: 0.1;
}

.menu-list .blo .img img{
	display: block;
}

.menu-list .blo:nth-child(1) .img img:nth-child(2){
	margin-top: 100px;
	margin-left: auto;
}

.menu-list .blo:nth-child(2) .img img:nth-child(2){
	margin-top: 100px;
}

.menu-list .blo .body{
	max-width: calc(100% - 465px);
	width: 100%;
}

.menu-list .blo h3{
	color: #3E4F7B;
	font-size: 40px;
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 60px;
	display: flex;
	align-items: center;
}

.menu-list .blo h3 span{
	font-size: 24px;
	margin-right: 30px;
}

.menu-list .blo h3 span::after{
	content: "";
	background: #3E4F7B;
	height: 1px;
	width: 12px;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}

.menu-list .blo .body p{
	font-size: 15px;
	letter-spacing: 0;
	line-height: 1.93;
}

.menu-list .blo .body .efficacy-flex h4{
	color: #3E4F7B;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 20px;
}

.menu-list .blo .body .efficacy-flex ul{
	max-width: 330px;
}

.menu-list .blo .body .efficacy-flex ul li{
	color: #3E4F7B;
	font-size: 16px;
	position: relative;
	padding-left: 15px;
}

.menu-list .blo .body .efficacy-flex ul li::before{
	content: "";
	background: #3E4F7B;
	height: 1px;
	width: 8px;
	display: block;
	position: absolute;
	top: 16px;
	left: 0;
}

.menu-list .blo .body .efficacy-flex ul li:not(:last-child){
	margin-bottom: 15px;
}

.menu-list .blo .body .efficacy-flex ul li p{
	color: #28282C;
	padding-left: 10px;
}

.menu-list .blo .body .price-box{
	border-top: 1px solid #AFB5C6;
	margin: 60px -100% 0 -40px;
	padding: 30px 100% 0 40px;
}

.price-table.table-box{
	width: auto;
}

.price-table.table-box .row > div{
	font-size: 18px;
	line-height: 2;
}

.price-table.table-box .row > div.th{
	padding-right: 50px;
}

.notice-list li{
	font-size: 12px;
	letter-spacing: 0.02em;
	line-height: 2.08;
	position: relative;
	padding-left: 1rem;
}

.notice-list li::before{
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}

.menu-list .blo:not(:last-child){
	margin-bottom: 120px;
}

.case-sec::before{
	content: "";
	background: #ffffff;
	height: 392px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 80px;
	opacity: 0.9;
}

.case-sec .en-title{
	opacity: 0.1;
	margin-left: -110px;
	margin-bottom: 0;
}

.ja-title{
	color: #3E4F7B;
	font-size: 34px;
	font-weight: 500;
	letter-spacing: 0.08em;
	margin-bottom: 60px;
}

.case-sec .case-list{
	gap: 30px;
}

.case-sec .case-list li{
	background: #ffffff;
	box-shadow: 0 0 20px rgba(56, 86, 86, 0.2);
	padding: 20px;
}

.review-sec,
.faq-sec{
	background: rgba(255,255,255,0.5);
	padding: 0 0 100px;
}

.review-sec .en-title{
    display: table;
	margin: 0 -110px -80px auto;
	opacity: 0.1;
    position: relative;
    top: -80px;
}

.review-list li.slick-slide{
	background: #ffffff;
	margin: 0 20px;
	padding: 40px 35px;
	width: 500px;
}

.review-list li.slick-slide p{
	font-size: 15px;
	line-height: 2.73;
	background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #AFB5C6 1px, transparent 1px);
	background-size: 3px 100%, 100% 40px;
}

.slick-dots{
	margin: 30px auto 0;
	display: flex;
	justify-content: center;
	gap: 15px;
}

.slick-dots li button{
	display: none;
}

.slick-dots li{
	background: #AFB5C6;
	border-radius: 50%;
	height: 8px;
	width: 8px;
}

.slick-dots li.slick-active{
	background: #3E4F7B;
}

.faq-sec .en-title{
	margin: 0 0 -80px -110px;
	opacity: 0.1;
    position: relative;
    top: -80px;
}

.faq-list{
	margin: 0 auto;
	max-width: 767px;
	width: 100%;
}

.faq-list .blo{
	border-bottom: 1px solid #AFB5C6;
	padding: 20px;
}

.faq-list .blo .q{
	cursor: pointer;
	font-size: 18px;
	font-weight: 500;
	padding-left: 30px;
}

.faq-list .blo .a{
	display: none;
	font-size: 15px;
	padding-left: 30px;
	line-height: 1.85;
	margin-top: 15px;
}

.faq-list .blo .q::before{
	content: "Q.";
}

.faq-list .blo .a::before{
	content: "A.";
}

.faq-list .blo .q::before,
.faq-list .blo .a::before{
	font-size: 22px;
	font-weight: 400;
	position: absolute;
	left: 0;
	top: -5px;
}

.faq-list .blo .q::after{
	content: "+";
	color: #AFB5C6;
	font-size: 32px;
	font-weight: 400;
	position: absolute;
	right: 0;
	top: -12px;
}

.faq-list .blo .q.open::after{
	content: "-";
}

.faq-sec .caution-box{
	background: #ffffff;
	padding: 60px;
}

.faq-sec .caution-box h4{
	color: #3E4F7B;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 40px;
}

.faq-sec .caution-box p{
	font-size: 15px;
	line-height: 2.26;
}

.story-sec .story-inner{
	background: #ffffff;
	padding: 80px 65px 80px 100%;
	margin-left: -100%;
}

.story-sec .story-inner .imgs{
	width: 336px;
}

.story-sec .story-inner .imgs img{
	display: block;
}

.story-sec .story-inner .imgs img:not(:first-child){
	margin-top: 90px;
}

.story-sec .story-inner .imgs img:nth-child(1),
.story-sec .story-inner .imgs img:nth-child(3){
	margin-left: auto;
}

.story-sec .story-inner .body{
	width: calc(100% - 400px);
}

.story-sec .story-inner .body .en-title{
	opacity: 0.1;
	margin-left: auto;
	display: table;
	line-height: 1;
	margin-bottom: 0;
	margin-right: 45px;
}

.story-sec .story-inner .body h3{
	color: #3E4F7B;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.71;
	margin-top: -50px;
	margin-bottom: 40px;
	padding-bottom: 30px;
}

.story-sec .story-inner .body h3::after{
	content: "";
	background: #3E4F7B;
	height: 1px;
	width: 12px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.story-sec .story-inner .body p{
	font-size: 15px;
	letter-spacing: 0;
	line-height: 1.93;
}

.story-sec .story-inner .body p a{
	color: #3E4F7B;
	text-decoration: underline dotted;
	text-underline-offset: 7px;
}

.contact-sec{
	background: url(../images/contact-bg.jpg) no-repeat;
	background-size: cover;
	padding-bottom: 80px;
}

.contact-sec .en-title{
	line-height: 1;
	position: relative;
	top: -45px;
	margin-left: -110px;
	margin-bottom: 0;
}

.contact-sec .ja-title{
	margin-bottom: 30px;
}

.contact-sec p{
	font-size: 15px;
	margin-bottom: 30px;
}

.contact-sec .sns-links{
	gap: 35px;
}

.contact-sec .sns-links li a{
	background: #ffffff;
	color: #3E4F7B;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0;
	height: 113px;
	width: 320px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 5px 1px 20px rgba(0, 0, 0, 0.1);
	gap: 15px;
}

.contact-sec .sns-links li a i{
	font-size: 24px;
}

@media all and (min-width: 768px){
	.contact-sec .sns-links li a:hover{
		background: #3E4F7B;
		color: #ffffff;
	}
}

/*------------------------------------------------------------
	レスポンシブ
------------------------------------------------------------*/
@media all and (min-width: 0) and (max-width: 767px){
	.main-contents{
		padding: 40px 0 100px;
	}
	
	.page-ex-sec .flex.flexcenter.jc-center{
		justify-content: space-between;
		align-items: flex-start;
	}

	.page-ex-sec h2 {
		font-size: 22px;
		margin-right: 0;
		padding-left: 30px;
	}
	
	.page-ex-sec .body{
		padding-top: 60px;
	}

	.page-ex-sec .body p {
		font-size: 14px;
		line-height: 2.57;
		max-width: 225px;
	}
	
	.page-ex-sec .page-img {
		margin-top: 50px;
		width: 81%;
	}
	
	.main-contents section + section {
		margin-top: 80px;
	}
	
	.en-title{
		font-size: 67px;
		margin-bottom: 30px;
	}
	
	.strenghs-sec h2 {
		margin-left: -5%;
	}
	
	.strenghs-list .blo{
		margin-right: -5%;
	}
	
	.strenghs-list .blo .img span {
		font-size: 61px;
		right: 10px;
		top: -40px;
	}
	
	.strenghs-list .blo .body {
		padding: 40px 5% 40px 35px;
	}
	
	.strenghs-list .blo .body h3 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	
	.strenghs-list .blo:not(:last-child) {
		margin-bottom: 80px;
	}
	
	.menu-sec::before{
		display: none;
	}
	
	.menu-sec .en-title{
		margin-right: -5%;
		position: relative;
		z-index: 2;
	}
	
	.menu-list .blo{
		padding-bottom: 60px;
	}
	
	.menu-list .blo > *{
		position: relative;
	}
	
	.menu-list .blo::before{
		content: "";
		background: #ffffff;
		height: calc(100% - 40px);
		width: 100%;
		position: absolute;
		right: -5%;
		bottom: 0;
	}
	
	.menu-list .blo h3{
		font-size: 24px;
		margin-bottom: 40px;
		margin-left: 50px;
	}
	
	.menu-list .blo h3 span {
		margin-right: 20px;
	}
	
	.menu-list .blo .img{
		display: flex;
		align-items: flex-start;
		justify-content: center;
	}
	
	.menu-list .blo .img img{
		width: calc(50% - 10px);
	}
	
	.menu-list .blo:nth-child(1) .img img:nth-child(2),
	.menu-list .blo:nth-child(2) .img img:nth-child(2) {
		margin-top: 50px;
	}
	
	.menu-list .blo .body {
		max-width: calc(100% - 10% - 10px);
		margin-left: auto;
		margin-top: 30px;
	}
	
	.menu-list .blo .menu-detail-btn{
		margin: 30px auto 0;
		color: #3E4F7B;
		font-size: 15px;
		letter-spacing: 0;
		width: 250px;
		text-align: center;
		border: 1px solid #3E4F7B;
		border-radius: 20px;
		padding: 5px 0;
	}
	
	.menu-list .blo .menu-detail-btn span{
		font-size: 20px;
		margin-left: 1rem;
	}
	
	.menu-list .blo .body .efficacy-flex .r-blo{
		margin-top: 30px;
	}
	
	.menu-list .blo .body .efficacy-flex h4{
		font-size: 18px;
	}
	
	.menu-list .blo .body .efficacy-flex ul li{
		font-size: 15px;
	}
	
	.menu-list .blo .body .price-box {
		margin: 40px -100% 0 0;
		padding: 20px 100% 0 2px;
	}
	
	.menu-sec {
		padding-bottom: 0;
	}
	
	.o-flow{
		overflow: auto;
	}
	
	.case-sec .en-title {
		margin-left: auto;
		margin-bottom: 30px;
		margin-right: -50px;
	}
	
	.ja-title {
		font-size: 24px;
		margin-bottom: 40px;
	}
	
	.case-sec .case-list {
		gap: 20px;
		width: 1500px;
	}
	
	.case-sec .case-list li {
		padding: 10px;
		width: 170px;
	}
	
	.case-sec{
		padding-bottom: 40px;
	}

	.case-sec::before {
		height: 252px;
		top: 40px;
	}
	
	.review-sec .en-title {
		margin: 0 -5% -10px auto;
		top: -40px;
	}
	
	.review-list li.slick-slide{
		width: 100%;
	}
	
	.review-sec, .faq-sec {
		padding: 0 0 60px;
	}
	
	.faq-sec .en-title {
		margin: 0 0 -10px -5%;
		top: -40px;
	}
	
	.faq-list .blo {
		padding: 15px 0;
	}
	
	.faq-list .blo .q {
		font-size: 15px;
		padding-left: 25px;
		padding-right: 15px;
	}
	
	.faq-list .blo .q::before,
	.faq-list .blo .a::before{
		font-size: 18px;
		top: -4px;
	}
	
	.faq-list .blo .q::after {
		font-size: 25px;
		top: -9px;
	}
	
	.faq-sec .caution-box {
		padding: 35px 20px;
	}
	
	.faq-sec .caution-box h4 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	
	.faq-sec .caution-box p{
		font-size: 14px;
	}
	
	.story-sec .story-inner .imgs img:nth-child(2),
	.story-sec .story-inner .imgs img:nth-child(3){
		display: none;
	}
	
	.story-sec .story-inner {
		margin: 0 -5%;
		padding: 0 5%;
	}
	
	.story-sec .story-inner .imgs {
		width: 36%;
		position: absolute;
		right: -5%;
		top: -15px;
	}
	
	.story-sec .story-inner .body .en-title {
		margin: -25px 0 100px 0;
	}
	
	.story-sec .story-inner .body {
		width: 100%;
	}
	
	.story-sec .story-inner .body h3 {
		font-size: 20px;
		margin-top: 0;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	
	.contact-sec .en-title {
		top: -20px;
		margin-left: 0;
		margin-bottom: 30px;
	}




}