@charset "UTF-8";
/* CSS Document */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
    box-sizing: border-box;
}

body {
    line-height:1.4;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul ,li{
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}

img{
    max-width: 100%;
    height: auto;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* clearfix */
 
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  

span, a, strong, small{
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

button{ background-color: transparent; border: none; cursor: pointer; outline: none; padding: 0; appearance: none; }
*{ box-sizing: border-box; }
html { font-size: 62.5%; }

body{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #000;	
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.08em;
	text-align: justify;
}

.mincho{ font-family: "游明朝", YuMincho, yu-mincho-pr6n, serif; font-weight: 400; }
.optima{ font-family: Optima, 'Marcellus', serif; font-weight: 400; letter-spacing: 0.03em; }

/*** adobe使用フォント
Yu Mincho Pr6N R
font-family: yu-mincho-pr6n, serif;
font-weight: 400;
font-style: normal;

google
Marcellus R
font-family: 'Marcellus', serif;
font-weight: 400;
***/

a{ transition: .6s; }
a:hover{ opacity: .4; }
br{ line-height: inherit; }
p{ line-height: 2; }
span, a, strong, small{ color: inherit; font-size: inherit; font-family: inherit; font-weight: inherit; letter-spacing: inherit; }

.wrap{ width: 800px; margin: 0 auto; position: relative; }
.wrap.midium{ width: 900px; }
.row{ display: flex; justify-content: space-between; }

.linkwrap{ width: 100%; height: 100%; display: block; position: absolute; top: 0; left: 0; z-index: 10; }
.body-wrap{ overflow: hidden; position: relative; }

.sp{ display: none; }

.btn{ width: 30rem; height: 5rem; display: flex; align-items: center; padding-left: 2.5rem; border-radius: .5rem; background: linear-gradient(90deg, rgba(120,95,39,1) 0%, rgba(200,180,120,1) 100%); color: #fff; position: relative; }
.btn:after{ content: ''; width: .6rem; height: .6rem; border-right: solid 1px; border-bottom: solid 1px; position: absolute; top: 50%; right: 2.2rem; transform: translateY(-50%) rotate(-45deg); }

address{ font-size: 1.4rem; font-style: normal; line-height: 1.5; }

header{ width: 100%; height: 7rem; display: flex; align-items: center; padding-left: 2rem; padding-top: 3rem; margin-bottom: 2rem;}
header .logo{ display: block; line-height: 0; }

nav{ width: 40rem; height: 100vh; background: rgba(255, 255, 255, .98); position: fixed; top: 0; right: -40rem; z-index: 9990; padding: 10rem 5rem; overflow: scroll; transition: .5s; }
nav.active{ right: 0; }
nav .gnav li{ font-size: 1.6rem; text-align: center; }
nav .gnav li + li{ border-top: solid 1px #f2f2f2; }
nav .gnav li a{ display: block; padding: 1.2rem 0; }
nav .gnav li a small{ display: block; font-size: 1.2rem; color: #c8b48c; line-height: 1; }

.sec-contact{ display: flex; position: relative; }
.sec-contact:after{ content: ''; width: 0; height: 0; border-style: solid; border-width: 40px 80px 0 80px; border-color: #fff transparent transparent transparent; position: absolute; top: 0; left: 50%; transform: translateX(-50%); }
.sec-contact > div{ width: 50%; color: #fff; padding: 7.5rem 0; }
.sec-contact > div .inner{ width: 45rem; padding-bottom: 9.5rem; position: relative; }
.sec-contact > div .inner h2{ font-size: 2.6rem; color: #ffffbe; text-align: center; height: 9.1rem; background: url(../images/common/contact-ttl01.png) no-repeat center top/contain; padding-top: 1.3rem; margin-bottom: 1.5rem; }
.sec-contact > div .inner .contact-btn{ width: 45rem; height: 7rem; font-size: 2rem; font-weight: 700; background: #fff; display: flex; align-items: center; border-radius: .5rem; padding-left: 3rem; position: absolute; bottom: 0; box-shadow: 10px 10px 15px -5px rgba(0,0,0,0.25); }
.sec-contact > div .inner .contact-btn:after{ content: ''; width: .6rem; height: .6rem; border-right: solid 1px; border-bottom: solid 1px; position: absolute; top: 50%; right: 2.2rem; transform: translateY(-50%) rotate(-45deg); }
.sec-contact .left{ background: url(../images/common/webp/contact-bg01.webp) no-repeat center/cover; }
.sec-contact .left .inner{ margin: 0 7rem 0 auto; }
.sec-contact .left .inner .contact-btn{ color: #141e64; }
.sec-contact .right{ background: url(../images/common/webp/contact-bg02.webp) no-repeat center/cover; }
.sec-contact .right .inner{ margin-left: 7rem; }
.sec-contact .right .inner .contact-btn{ color: #3296aa; }

/*footer .sec-contact{ margin-bottom: 18rem; }*/

footer .banner-covid{ display: block; width: 80rem; line-height: 0; margin: 0 auto 10rem; }
footer .logo{ display: block; margin: 0 auto 1rem; }
footer .logo_txt{ display: block; font-size: .9em; margin: 0 auto 5rem; text-align: center;}
footer > .wrap{ margin-bottom: 10rem; }
footer > .wrap .left{ width: 32rem; }
footer > .wrap .left p:nth-of-type(1){ font-size: 1.4rem; line-height: 1.5; border-top: solid 1px #f2f2f2; border-bottom: solid 1px #f2f2f2; padding: .8em 0; margin-bottom: 2rem; }
footer > .wrap .left a.tel{ display: table; font-size: 3.8rem; color: #beaa78; line-height: 1; padding-left: 2.6rem; background: url(../images/common/icon-tel01.png) no-repeat left bottom .6rem/1.84rem; margin-bottom: 1rem; }
footer > .wrap .left a.tel + p{ line-height: 1.5; font-size: 1.4rem; border-bottom: solid 1px #f2f2f2; padding-bottom: .8rem; margin-bottom: 2rem; }
footer > .wrap .right{ width: 43rem; }
footer > .wrap .right .map{ display: block; width: 100%; border-radius: .5rem; margin-bottom: 1.4rem; }
footer > .wrap .right .access-list{ margin-bottom: 3rem; }
footer > .wrap .right .access-list li{ font-size: 1.4rem; padding-left: 1em; position: relative; }
footer > .wrap .right .access-list li:before{ content: '・'; position: absolute; left: 0; }
footer > .wrap .right .access-list + .btn{ margin-left: auto; }

footer .bg-gray{ background: #f2f2f2; padding: 7.4rem 0 1rem; }
footer .bg-gray .wrap.row{ align-items: center; margin-bottom: 12.5rem; }
footer .sitemap ul + ul{ margin-left: 4rem; }
footer .sitemap ul li{ font-size: 1.3rem; color: #141e64; }
footer .sitemap ul li + li{ margin-top: .8em; }
footer .sitemap ul li a{ display: block; padding-right: 2rem; position: relative; }
footer .sitemap ul li a:after{ content: ''; width: .6rem; height: .6rem; border-right: solid 1px; border-bottom: solid 1px; position: absolute; top: 50%; right: 0; transform: translateY(-50%) rotate(-45deg); }
footer .copy{ display: block; text-align: center; font-size: 1.2rem; color: #141e64; }

.hour-table{ width: 32rem; table-layout: fixed; font-size: 1.4rem; border-bottom: solid 1px #f2f2f2; }
.hour-table th{ width: 11.6rem; font-weight: 400; vertical-align: middle; text-align: right; padding-right: 1.7rem; }
.hour-table td{ text-align: center; vertical-align: middle; }
.hour-table thead{ background: #f2f2f2; }
.hour-table thead th{ height: 3rem; border-radius: .5rem 0 0 .5rem; }
.hour-table thead th span{ padding-left: 2.3rem; background: url(../images/common/icon-time01.png) no-repeat left center/1.6rem; display: inline-block; line-height: 2; }
.hour-table thead td:last-of-type{ border-radius: 0 .5rem .5rem 0; }
.hour-table tbody tr:first-of-type > *{ padding-top: .8rem; }
.hour-table tbody tr:last-of-type > *{ padding-bottom: .8rem; }
.hour-table + p{ font-size: 1.4rem; margin-top: .4rem; }

.float-btn{ display: flex; position: fixed; top: 0; right: 8rem; z-index: 9978; letter-spacing: .05em; }
.float-btn li + li{ margin-left: 1rem; }
.float-btn li:nth-of-type(1) a{ width: 32rem; height: 5rem; display: flex; justify-content: center; align-items: center; background: linear-gradient(90deg, rgba(120,95,39,1) 0%, rgba(200,180,120,1) 100%); color: #fff; border-radius: 0 0 .5rem .5rem; }
.float-btn li:nth-of-type(1) a span{ padding-left: 2.7rem; background: url(../images/common/icon-tel02.png) no-repeat left center/1.84rem; }
.float-btn li:nth-of-type(1) a span strong{ font-size: 2.4rem; margin-left: 1rem; }
.float-btn li:nth-of-type(2) a{ width: 14rem; height: 5rem; display: flex; justify-content: center; align-items: center; background: linear-gradient(90deg, rgba(20,30,100,1) 0%, rgba(20,30,100,1) 40%, rgba(67,75,131,1) 100%); color: #fff; border-radius: 0 0 .5rem .5rem; }
.float-btn li:nth-of-type(2) a span{ padding-left: 3.5rem; background: url(../images/common/icon-consul01.png) no-repeat left center/2.6rem; }

.menu-btn{ position: fixed; top: 1.5rem; right: 2.5rem; z-index: 9991; cursor: pointer; }
.menu-btn .inner{ width: 3rem; height: 1.6rem; position: relative; margin: 0 auto .2rem; }
.menu-btn .inner span{ width: 100%; height: 1px; background: #141e64; position: absolute; left: 0; transition: .5s; }
.menu-btn .inner span:nth-of-type(1){ top: 0; }
.menu-btn .inner span:nth-of-type(2){ top: 50%; transform: translateY(-50%); }
.menu-btn .inner span:nth-of-type(3){ bottom: 0; }
.menu-btn.active .inner span:nth-of-type(1){ transform: translateY(8px) rotate(45deg); }
.menu-btn.active .inner span:nth-of-type(2){ opacity: 0; }
.menu-btn.active .inner span:nth-of-type(3){ transform: translateY(-7px) rotate(-45deg); }
.menu-btn > span{ display: block; font-size: 1.2rem; }


@media(max-width: 768px){
	html{ font-size: 2.66vw; }
	body{ font-size: 1.4rem; }
	p{ line-height: 2; }

	.pc{ display: none !important; }
	.sp{ display: initial; }

	.wrap{ width: 100%; padding-left: 2rem; padding-right: 2rem; }
	.wrap.midium{ width: 100%; }
	.row{ flex-wrap: wrap; }

	.btn.sp{ display: table; }
	.btn{ margin-left: auto; margin-right: auto; }

	header{ height: 6rem; padding-left: .7rem; }
	header .logo{ width: 26.8rem; }
	header .logo img{ width: 100%; }

	nav{ width: 22rem; right: -22rem; padding: 10rem 3rem 5rem; }
	nav .gnav li{ font-size: 1.4rem; }

	.sec-contact{ flex-wrap: wrap; }
	.sec-contact:after{ content: none; }
	.sec-contact > div{ width: 100%; padding: 5rem 2rem 5rem; }
	.sec-contact > div .inner{ width: 100%; padding-bottom: 0; }
	.sec-contact .right .inner{ margin: 0 }
	.sec-contact > div .inner h2{ font-size: 2rem; height: 6.2rem; background-image: url(../images/common/contact-ttl01-sp.png); padding-top: .7rem; margin-bottom: .8rem; }
	.sec-contact > div .inner .contact-btn{ position: relative; width: 100%; height: 5rem; font-size: 1.5rem; margin-top: 2rem; }

	footer{ padding-bottom: 6rem; }
/*	footer .sec-contact{ margin-bottom: 6rem; }*/
	footer .banner-covid{ width: 33.5rem; margin-bottom: 7rem; }
	footer .banner-covid img{ width: 100%; }
	footer .logo{ width: 26.9rem; }
	footer > .wrap{ margin-bottom: 8rem; }
	footer > .wrap .left{ width: 100%; margin-bottom: 3rem; }
	footer > .wrap .left p:nth-of-type(1){ margin-bottom: 1.4rem; }
	footer > .wrap .right{ width: 100%; }

	footer .bg-gray{ padding: 3rem 0 .8rem; }
	footer .bg-gray .wrap.row{ margin-bottom: 5rem; }
	footer .sitemap{ width: 100%; }
	footer .sitemap ul{ width: 100%; }
	footer .sitemap ul + ul{ margin-left: 0; }
	footer .sitemap ul li{ border-bottom: solid 1px #fff; line-height: 3; }
	footer .sitemap ul li + li{ margin-top: 0; }

	.hour-table{ width: 100%; }

	.float-btn{ width: 33.5rem; justify-content: space-between; }
	.float-btn{ top: auto; bottom: 0; left: 50%; transform: translateX(-50%); }
	.float-btn li + li{ margin-left: 0; }
	.float-btn li:nth-of-type(1) a,
	.float-btn li:nth-of-type(2) a{ width: 16rem; border-radius: .5rem .5rem 0 0; }

	.menu-btn{ right: 2rem; }
	.menu-btn.active .inner span:nth-of-type(1){ top: 50%; transform: translateY(-50%) rotate(45deg); }
	.menu-btn.active .inner span:nth-of-type(3){ bottom: 50%; transform: translateY(50%) rotate(-45deg); }
}



/*20250527add 各ページ上部CTA設置用*/
	/*pc*/
	.tell_link{ text-align: center;}
	.tell_link a{ position: relative; font-size: 28px; font-weight: 600; font-family: var(--sub-font); color: #b7933b; padding-left: 2.5rem; letter-spacing: .2rem; }
	.tell_link a:before{ 
		position: absolute; 
		top: -3px; left: -5px; 
		content: ""; 
		width: 35px; height: 35px; 
		background: url(../images/common/icon-tel01.png) no-repeat left center / 2.4rem;
		display: inline-block; }

	.yoyaku_wrap{ padding-top: 1.5rem;}
	.yoyaku_wrap a.btn:before{ 
		content: ""; 
		width: 30px; 
		height: 30px; 
		background:url(../images/common/icon-consul01.png) no-repeat left center/2.6rem;
		display: inline-block; 
		border: none; 
		position: static; 
		transform: none; 
		border-radius: initial;}
	.yoyaku_wrap a.btn { 
		width: 475px; 
		max-width: 100%; 
		height: 60px; 
		margin: 10px auto 0; 
		font-size: 20px; 
		font-weight: bold; 
		letter-spacing: .1rem; 
		color: rgb(255, 255, 255); 
		background: linear-gradient(90deg, rgba(20, 30, 100, 1) 0%, rgba(20, 30, 100, 1) 40%, rgba(67, 75, 131, 1) 100%);
		display: flex; 
		justify-content: center; 
		align-items: center; 
		text-decoration: none;
		-webkit-transition: 0.3s ease-in-out; 
		-moz-transition: 0.3s ease-in-out; 
		-o-transition: 0.3s ease-in-out; 
		transition: 0.3s ease-in-out; 
		padding-left: 0;}
	.yoyaku_wrap a.btn:hover{ 
		opacity: 0.6; }
	.yoyaku_wrap p { 
		font-size: 17px; 
		font-weight: bold; 
		text-align: center; 
		line-height: 1.8;}


	.cta_box{ 
		width: 850px; 
		margin: 0 auto 7rem; 
		padding: 3vw 4rem 7rem; 
		box-sizing: border-box; }
	.cta_box h2{font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; 
		font-size: 35px; 
		text-align: center; 
		padding: 2rem 0 1rem; 
		margin-bottom: 2rem; 
		border-bottom: #B7933B 2px solid; }
	.cta_box .flex_wrap{ 
		display: flex; 
		justify-content: space-between;}
	.cta_box .flex_wrap .img{ 
		width: 40%;}
	.cta_box .flex_wrap .text{ 
		width: 60%; 
		padding-left: 2rem; 
		padding-top: 0; 
		box-sizing: border-box; }
	.cta_box .flex_wrap .text p{ 
		text-align: left; 
		font-size: 15px; 
		margin-bottom: 1.5rem; 
		font-weight: 500; 
		line-height: 2; }

	.cta_box.short{ 
		width: 800px; 
		background:#F1EEEA; 
		padding: 2rem 2rem 1.7rem; 
		margin: 0 auto 6rem;}
	.cta_box.short .flex_wrap{ margin: 0;}
	.cta_box.short .yoyaku_wrap a.btn{ 
		width: 100%; 
		margin-bottom: 0;}
	.cta_box.short .flex_wrap .text .tell_link{ 
		width: 100%; 
		text-align: center; 
		font-size: 17px; }
	.cta_box.short .yoyaku_wrap .point_text{ 
		font-size: 17px; 
		line-height: 1.8; 
		text-align: center; }
	.cta_box.short .flex_wrap .img,.cta_box.short .flex_wrap .text{ 
		width: 48%; 
		padding: 0; 
		margin-bottom:0; }
	.cta_box.short .flex_wrap .img{ 
		display: flex; 
		justify-content: center; 
		width: 365px; 
		height: 215px; 
		overflow: hidden; }
	.cta_box.short .flex_wrap .img img{ 
		height: 100%; 
		width: auto; 
		max-width: none; }
	.cta_box .tell_link{ 
		position: relative; 
		width: 475px; 
		background: #FFF; 
		margin: 1.5rem auto;
		padding-top: .8rem; 
		padding-bottom: 0.2rem;
		box-shadow: 0 1px 5px #888; }
	.cta_box .tell_link span{ 
		position: absolute; 
		top:-3.2rem; 
		left: 0; 
		right: 0; 
		text-align: center; 
		font-size: 12px; 
		background: #beaa78; 
		border: #FFF 1px solid; 
		color: #FFF; 
		border-radius: 1rem; 
		margin: auto; 
		line-height: 1.8;
		letter-spacing: 0.05rem;
		padding:0 1rem;
		width: max-content;}

	/*SP*/
	@media (max-width: 768px) {
		.tell_link a{ padding-left: 2.5rem;}
		.point_list li{ width: 49%; font-size: 12px; letter-spacing: 0;}
		.yoyaku_wrap{ padding-top: .5rem;}
		.yoyaku_wrap p { font-size: 14px; line-height: 1.7;}
		.yoyaku_wrap .point_text{ font-size: 17px;}
		.tell_link a{ padding-left: 2rem;}

		.cta_box .flex_wrap .img{ width: 100%; margin-bottom: 1rem; }
		.cta_wrap span.text{ top:-1.8rem; font-size:3rem ; text-align: center; letter-spacing: 0; }
		.cta_box{ width: 100%; padding: 1.5rem 1.5rem 3.5rem; margin-bottom: 4rem; }
		.cta_box h2{ font-size: 20px; padding: 0 0 .7rem; margin-bottom: 1.5rem; line-height: 1.5; }
		.cta_box .flex_wrap{ display: block; margin-bottom: 0;}
		.cta_box .flex_wrap .text{ width: 100%; padding-left: 0; }
		.cta_box .flex_wrap .text p{ font-size: 13px; line-height: 2; letter-spacing: .05rem; }

		.cta_box .tell_link{ width: 90%;  margin: 1.5rem auto 1rem; padding: .4rem 0}
		.cta_box .tell_link span{ font-size: 11px; top:-2.5rem; left: -2rem; }
		.cta_box .tell_link a{ font-size: 20px;}
		.cta_box .tell_link a:before{ width: 19px; height: 19px; top:1px; 
			background: url(../images/common/icon-tel01.png) no-repeat left center / 1.8rem; }
		.cta_box .yoyaku_wrap a.btn{ width: 90%; height: 47px; font-size: 17px; padding-left: 0; }
		.yoyaku_wrap a.btn:before{ width: 21px; height: 21px;
			padding-right:1rem;}
		.cta_box.short{ width:100%; padding: 1.5rem; margin: 0 auto 4rem;}
		.cta_box.short .yoyaku_wrap .point_text{ font-size: 15px; line-height: 1.5;}
		.cta_box.short .flex_wrap .img,.cta_box.short .flex_wrap .text{ width: 100%; margin-top: .5rem; }
		.cta_box.short .flex_wrap .img{ width: 100%; height: auto;  margin: 0 auto 1rem;}
		.cta_box.short .flex_wrap .img img{ width: 100%; height: auto;}
	}

/*20250527add footer CTA　電話問い合わせ部分追加*/

footer #sec-contact-tell{
	display: block;
    margin-bottom: 18rem;
	background:#beaa78; 
color:#fff;}

footer #sec-contact-tell .inner{
	margin:0 auto;
	padding:50px 0;
	width:100%;
}
footer #sec-contact-tell .inner h2 {
    font-size: 2.6rem;
    color: #ffffbe;
    text-align: center;
    height: 9.1rem;
    background: url(../images/common/contact-ttl01.png) no-repeat center top/contain;
    padding-top: 1.3rem;
    margin-bottom: 1.5rem;
}
footer #sec-contact-tell .inner p{
	text-align: center;
}
footer #sec-contact-tell .inner p.tel{
	margin: 0 0 1rem;
	font-size:18px;
}
footer #sec-contact-tell .inner btn {
    color: #beaa78; 
}
footer #sec-contact-tell > .inner .btn {
    width: 45rem;
    height: 7rem;
    font-size: 2rem;
    font-weight: 700;
    background: #fff;
    display: flex;
	margin:0 auto 1rem;
    align-items: center;
    border-radius: .5rem;
    box-shadow: 10px 10px 15px -5px rgba(0,0,0,0.25);
	color:#beaa78; 
	justify-content: center;
	position: relative;}
footer #sec-contact-tell > .inner .btn:before {
    position: absolute;
    top: 1.8rem;
    left: 10rem;
    content: "";
    width: 35px;
    height: 35px;
    background: url(../images/common/icon-tel01.png) no-repeat left center / 2.4rem;
	display: inline-block;}
footer #sec-contact-tell > .inner .btn:after {
    content: '';
    width: .6rem;
    height: .6rem;
    border-right: solid 1px;
    border-bottom: solid 1px;
    position: absolute;
    top: 50%;
    right: 2.2rem;
    transform: translateY(-50%) rotate(-45deg);
}

@media (max-width: 768px) {
	footer #sec-contact-tell{
		margin-bottom: 6rem;}
	footer #sec-contact-tell .inner{
	margin:0 auto;
	padding: 3rem 2rem 5rem;}
	footer #sec-contact-tell .inner h2 {
    font-size: 2rem;
    height: 6.2rem;
    background-image: url(../images/common/contact-ttl01-sp.png);
    padding-top: .7rem;
    margin-bottom: .8rem;
}
	footer #sec-contact-tell > .inner .btn {
        width: 100%;
        height: 5rem;
        font-size: 1.5rem;
		margin-top: 2rem;
		padding-left:0;}
	footer #sec-contact-tell > .inner .btn {
		margin-top:0;
	}
	footer #sec-contact-tell > .inner .btn:before {
		background: url(../images/common/icon-tel01.png) no-repeat left center / 1.5rem;
		top:0.8rem;
		left:8rem;
	}
	
}
header h1{ position: absolute; top: 0; left: 3rem; font-size: 1.4rem; font-weight: 500; }

.mv{ width: 100%; height: calc(100vh - 7rem); min-height: 42rem; background: url(../images/index/mv01.jpg) no-repeat center/cover; display: flex; justify-content: center; align-items: center; }
.mv .inner{ width: 1060px; }
.mv .inner p{ font-size: 6.8rem; font-weight: 600; color: #fff; line-height: 1.2; position: relative; display: table; padding-bottom: 1.2rem; margin-bottom: 2rem; position: relative; }
.mv .inner p .item02{ position: absolute; top: -7rem; right: -2.5rem; }
.mv .inner p:before{ content: ''; width: calc(100% + (50vw - 53rem)); height: 1px; background: #beaa78; position: absolute; bottom: 0; right: 0; }
.mv .inner p:after{ content: ''; width: .5rem; height: .5rem; border-radius: .5rem; background: #beaa78; position: absolute; bottom: -.2rem; right: -.1rem; }
.mv .inner dl{ margin-bottom: .5rem; }
.mv .inner dl dt{ font-size: 4rem; font-weight: 700; letter-spacing: 0em; color: #c8b478; background: linear-gradient(0deg, rgba(120,95,39,1) 0%, rgba(200,180,120,1) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; line-height: 1; }
.mv .inner dl dd{ font-size: 7rem; font-weight: 600; color: #c8b478; background: linear-gradient(0deg, rgba(120,95,39,1) 0%, rgba(200,180,120,1) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; padding-left: 12rem; position: relative; line-height: 1.6; letter-spacing: 0; }
.mv .inner dl dd .item01{ position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
.mv .inner dl dd strong{ font-size: 14rem; letter-spacing: 0; line-height: 1; vertical-align: sub; margin: .4rem; }
.mv .inner dl + small{ color: #fff; display: block; font-size: 1.4rem; }

.mv + .gnav{ width: 100%; height: 7rem; display: flex; justify-content: center; align-items: center; white-space: nowrap; }
.mv + .gnav li{ font-size: 1.4rem; }
.mv + .gnav li + li{ border-left: solid 1px #f2f2f2; }
.mv + .gnav li a{ display: block; text-align: center; padding: 0 1.3em; }
.mv + .gnav li a small{ display: block; text-align: center; font-size: 1.2rem; color: #c8b48c; line-height: 1; }

.sec-intro{ background: url(../images/index/webp/intro-bg01.webp) no-repeat center bottom/cover; }
.sec-intro .wrap{ padding-top: 7.5rem; padding-bottom: 10.5rem; }
.sec-intro .wrap:before{ content: ''; width: 34.1rem; height: 50.2rem; background: url(../images/index/intro-item02.png) no-repeat center bottom/contain; position: absolute; bottom: 0; left: -26.5rem; }
.sec-intro .wrap:after{ content: ''; width: 34.1rem; height: 50.2rem; background: url(../images/index/intro-item03.png) no-repeat center bottom/contain; position: absolute; bottom: 0; right: -26.5rem; }
.sec-intro h2{ font-size: 3rem; color: #fff; font-weight: 700; text-align: center; margin-bottom: 3rem; }
.sec-intro h2 strong{ font-size: 5rem; font-weight: 600; color: #ffffbe; display: block; line-height: 1.4; }
.sec-intro h2 + p{ text-align: center; font-size: 1.8rem; color: #fff; }

h2.general{ font-size: 5rem; font-family: "游明朝", YuMincho, yu-mincho-pr6n, serif; font-weight: 600; color: #141e64; line-height: 1.5; text-align: center; position: relative; background: url(../images/index/item-ttl01.png) no-repeat bottom center/16.5rem; padding-bottom: 3.7rem; }
h2.general strong{ font-size: 7rem; line-height: 1; vertical-align: top; margin: .4rem; }
h2.general small{ font-size: 4rem; line-height: 1; }

.ttl-en{ font-size: 28rem; font-family: Optima, 'Marcellus', serif; font-weight: 400; letter-spacing: -0.04em; line-height: 1; color: #f7f7f7; position: absolute; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; z-index: -1; }

.sec-result{ position: relative; z-index: 2; padding-top: 12rem; }
.sec-result .bg01{ width: 50%; height: 100%; background: #fff; transform: skewY(10deg) translateZ(0); position: absolute; top: -4.4vw; left: 0; z-index: -1; overflow: hidden; }
.sec-result .bg01 .item01{ position: absolute; top: -2.4rem; right: 12rem; transform: skewY(-10deg); }
.sec-result .bg02{ width: 50%; height: 100%; background: #fff; transform: skewY(-10deg) translateZ(0); position: absolute; top: -4.4vw; right: 0; z-index: -1; overflow: hidden; }
.sec-result .bg02 .ttl-en{ transform: skewY(10deg); left: 35rem; top: -2rem; }
.sec-result h2{ margin-bottom: 10rem; }
.sec-result .case-list{ margin-bottom: 7rem; }
.sec-result .case-list li{ position: relative; }
.sec-result .case-list li + li{ margin-top: 4rem; }
.sec-result .case-list li .txt{ width: 55rem; position: relative; z-index: 0; padding: 4.5rem 10rem 4rem 0; }
.sec-result .case-list li .txt:before{ content: ''; width: calc(100% + (50vw - 45rem)); height: 100%; background: #f2f2f2; position: absolute; top: 0; right: 0; z-index: -2; border-radius: 0 .5rem .5rem 0; }
.sec-result .case-list li .txt:after{ content: ''; width: calc(100% + (50vw - 45rem) - 1.5rem); height: calc(100% - 3rem); border: solid 1px #beaa78; border-left: none; position: absolute; top: 50%; right: 1.5rem; transform: translateY(-50%); z-index: -1; }
.sec-result .case-list li .txt h3{ font-size: 2.6rem; font-weight: 700; color: #beaa78; line-height: 1.6; margin-bottom: 1.2rem; }
.sec-result .case-list li .case-img{ display: table; position: absolute; top: 50%; right: 0; transform: translateY(-50%); line-height: 0; overflow: hidden; border-radius: .5rem; }
.sec-result .case-list li .case-img input{ position: absolute; top: 0; left: 0; transform: scale(-1,-1); width: 100%; height: 100%; opacity: 0; z-index: 3; cursor: pointer; }
.sec-result .case-list li .case-img img{ pointer-events: none; }
.sec-result .case-list li .case-img .doragg-wrap{ position: absolute; width: 50%; height: 100%; top: 0; right: 0; }
.sec-result .case-list li .case-img .doragg-wrap:before{ content: ''; width: 4rem; height: 4rem; background: url(../images/index/arrow02.png) no-repeat center/contain; position: absolute; top: 50%; left: -2rem; transform: translateY(-50%); z-index: 2; }
.sec-result .case-list li .case-img .doragg-wrap picture{ display: block; overflow: hidden; position: absolute; width: 100%; height: 100%; top: 0; right: 0; }
.sec-result .case-list li .case-img .doragg-wrap img{ max-width: none; display: block; position: absolute; top: 0; right: 0; }
.sec-result .case-list + .btn{ margin: 0 auto; }

.sec-standard{ padding-top: 14rem; z-index: 2; margin-bottom: 15rem; }
.sec-standard .ttl-en{ top: -1.4rem; right: -19rem; }
.sec-standard h2{ margin-bottom: 3.5rem; }
.sec-standard h2 small{ display: block; }
.sec-standard h2 + p{ font-size: 1.8rem; text-align: center; margin-bottom: 6.5rem; }
.sec-standard h2 + p strong{ font-weight: 700; color: #beaa78; }
.sec-standard h2 + p strong.border{ text-decoration: underline; }
.sec-standard .standard-list{ display: flex; justify-content: space-between; margin-bottom: 8.2rem; }
.sec-standard .standard-list li{ width: 18rem; }
.sec-standard .standard-list h3{ width: 18rem; height: 18rem; border-radius: 9rem; background: url(../images/index/webp/standard-bg01.webp) no-repeat center/cover; box-shadow: 10px 10px 15px -5px rgba(0,0,0,0.25); display: flex; justify-content: center; align-items: center; font-size: 3.6rem; color: #604c3f; padding-top: .5rem; margin-bottom: 1.2rem; }
.sec-standard .standard-list h3 span{ display: block; border-top: solid 1px; border-bottom: solid 1px; line-height: 1.5; padding: 0 .2em; position: relative; }
.sec-standard .standard-list h3 span:before{ content: attr(data-en); font-size: 1.4rem; font-family: Optima, 'Marcellus', serif; font-weight: 600; letter-spacing: 0.03em; line-height: 1; position: absolute; top: -1.9rem; left: 50%; transform: translateX(-50%); }
.sec-standard .standard-list + a.btn{ margin: 0 auto; }

.sec-dr{ padding: 13rem 0 15rem; background: url(../images/index/webp/dr-bg01.webp) no-repeat center bottom/cover; }
.sec-dr .wrap{ z-index: 0; }
.sec-dr .ttl-en{ top: -15.5rem; left: -26rem; }
.sec-dr h2{ margin-bottom: 3.2rem; }
.sec-dr h2 + p{ font-size: 3rem; line-height: 1.6; color: #141e64; font-weight: 600; text-align: center; margin-bottom: 9rem; }
.sec-dr .dr-list li{ background: url(../images/index/bg-dot01.png) #fff center; border-radius: .5rem; padding: 4rem 0 5rem 6.5rem; position: relative; z-index: 0; box-shadow: 0px 4px 15px -2px rgb(0 0 0 / 25%); }
.sec-dr .dr-list li:before{ content: ''; width: calc(100% - 3rem); height: calc(100% - 3rem); border: solid 1px #beaa78; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: -1; }
.sec-dr .dr-list li:nth-of-type(even){ padding: 4rem 6.5rem 5rem 0; }
.sec-dr .dr-list li + li{ margin-top: 8rem; }
.sec-dr .dr-list li img{ position: absolute; bottom: 0; right: 0; }
.sec-dr .dr-list li:nth-of-type(even) img{ right: auto; left: 0; }
.sec-dr .dr-list li h3{ display: table; position: relative; padding-bottom: .8rem; margin-bottom: 1.8rem; }
.sec-dr .dr-list li h3:before{ content: ''; width: calc(100% + 6.5rem); height: 1px; background: #beaa78; position: absolute; bottom: 0; right: 0; }
.sec-dr .dr-list li h3:after{ content: ''; width: .5rem; height: .5rem; border-radius: .25rem; background: #beaa78; position: absolute; bottom: -.2rem; right: -.1rem; }
.sec-dr .dr-list li:nth-of-type(even) h3:after{ right: auto; left: -6.5rem; }
.sec-dr .dr-list li:nth-of-type(even) h3{ margin-left: auto; text-align: right; }
.sec-dr .dr-list li h3 small{ display: block; font-size: 1.8rem; font-weight: 400; }
.sec-dr .dr-list li h3 strong{ display: block; font-size: 4rem; line-height: 1.5; }
.sec-dr .dr-list li:nth-of-type(odd) h3 strong:after{ content: attr(data-en); font-family: Optima, 'Marcellus', serif; font-weight: 400; letter-spacing: 0.03em; font-size: 1.8rem; color: #beaa78; display: inline-block; margin-left: 1em; vertical-align: middle; }
.sec-dr .dr-list li:nth-of-type(even) h3 strong:before{ content: attr(data-en); font-family: Optima, 'Marcellus', serif; font-weight: 400; letter-spacing: 0.03em; font-size: 1.8rem; color: #beaa78; display: inline-block; margin-right: 1em; vertical-align: middle; }
.sec-dr .dr-list li p{ font-size: 2.2rem; line-height: 1.5; font-weight: 700; color: #beaa78; margin-bottom: 2rem; }
.sec-dr .dr-list li:nth-of-type(even) p{ text-align: right; }
.sec-dr .dr-list li:nth-of-type(even) .btn{ margin-left: auto; }
.sec-dr + .sec-contact:after{ border-top-color: #f4ebe4; }

.sec-jidv{ padding: 15rem 0; background: url(../images/index/webp/jidv-bg01.webp) no-repeat bottom center/100%; }
.sec-jidv .wrap{ background: url(../images/index/bg-border01.jpg); padding: 8.8rem 7.5rem 9.5rem; border: solid 1px #58c8b4; border-top: none; position: relative; }
.sec-jidv .wrap:before{ content: ''; width: 40rem; height: 1px; background: #58c8b4; position: absolute; top: 0; left: 0; }
.sec-jidv .wrap:after{ content: ''; width: 40rem; height: 1px; background: #58c8b4; position: absolute; top: 0; right: 0; }
.sec-jidv .item01{ position: absolute; top: -2rem; left: 50%; transform: translateX(-50%); }
.sec-jidv h2{ color: #58c8b4; background-image: url(../images/index/item-ttl02.png); margin-bottom: 3.2rem; }
.sec-jidv h2 small{ font-size: 2.6rem; font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; display: block; }
.sec-jidv h2 + p{ text-align: center; font-size: 1.8rem; margin-bottom: 3.5rem; }
.sec-jidv h2 + p strong{ font-weight: 700; color: #beaa78; }
.sec-jidv h2 + p strong.border{ text-decoration: underline; }
.sec-jidv .banner{ line-height: 0; display: table; margin: 0 auto 3.4rem; }
.sec-jidv .banner + p{ max-width: 60rem; margin: 0 auto 3.8rem; }
.sec-jidv a.btn.wide{ width: 45rem; margin: 0 auto; }

.sec-feature { margin-bottom: 12rem; }
.sec-feature .head{ background: url(../images/index/webp/feature-bg01.webp) no-repeat center/cover; position: relative; color: #fff; margin-bottom: 10rem; }
.sec-feature .head:before{ content: ''; width: 0; height: 0; border-style: solid; border-width: 8.34vw 0 0 50vw; border-color: transparent transparent transparent #fff; position: absolute; bottom: 0; left: 0; z-index: 2; }
.sec-feature .head:after{ content: ''; width: 0; height: 0; border-style: solid; border-width: 0 0 8.34vw 50vw; border-color: transparent transparent #fff transparent; position: absolute; bottom: 0; right: 0; z-index: 2; }
.sec-feature .head .wrap{ padding-top: 8rem; padding-bottom: 11rem; }
.sec-feature .head .item01{ position: absolute; bottom: 4rem; right: -29rem; }
.sec-feature .head h2{ font-size: 3rem; font-weight: 700; text-align: center; margin-bottom: 2.4rem; }
.sec-feature .head h2 strong{ font-size: 5rem; font-weight: 600; color: #ffffbe; display: block; text-align: center; }
.sec-feature .head h2 + p{ font-size: 1.8rem; text-align: center; }
.sec-feature .head h2 + p strong{ font-weight: 700; color: #ffffbe; }
.sec-feature .feature-list{ margin-bottom: 15rem; }
.sec-feature .feature-list li{ position: relative; }
.sec-feature .feature-list li + li{ margin-top: 6.5rem; }
.sec-feature .feature-list li > picture img{ border-radius: .5rem; position: absolute; top: 0; right: -20rem; z-index: -1; }
.sec-feature .feature-list li:nth-of-type(even) > picture img{ right: auto; left: -20rem; }
.sec-feature .feature-list li .no{ display: block; width: 50rem; font-size: 3rem; color: #beaa78; position: relative; padding-bottom: .4rem; margin-bottom: 2rem; }
.sec-feature .feature-list li .no:before{ content: ''; width: calc(100% + (50vw - 40rem)); height: 1px; background: #beaa78; position: absolute; bottom: 0; right: 0; }
.sec-feature .feature-list li .no:after{ content: ''; width: .5rem; height: .5rem; border-radius: .5rem; background: #beaa78; position: absolute; bottom: -.2rem; right: 0; }
.sec-feature .feature-list li:nth-of-type(even) .no{ text-align: right; margin-left: auto; }
.sec-feature .feature-list li:nth-of-type(even) .no:before{ right: auto; left: 0; }
.sec-feature .feature-list li:nth-of-type(even) .no:after{ right: auto; left: 0; }
.sec-feature .feature-list li .no strong{ display: inline-block; font-size: 6rem; margin-left: .6rem; line-height: 1; }
.sec-feature .feature-list li .txt{ width: 50rem; z-index: 1; padding: 0 5rem 5rem 0; position: relative; }
.sec-feature .feature-list li .txt:before{ content: ''; width: calc(100% + (50vw - 40rem)); height: calc(100% - 1.6rem); background: #fff; box-shadow: 10px 10px 15px -5px rgb(0 0 0 / 25%); position: absolute; bottom: 0; right: 0; z-index: -1; border-radius: .5rem; }
.sec-feature .feature-list li:nth-of-type(even) .txt{ margin-left: auto; padding: 0 0 5rem 5rem; }
.sec-feature .feature-list li:nth-of-type(even) .txt:before{ right: auto; left: 0; box-shadow: -10px 10px 15px -5px rgb(0 0 0 / 25%); }
.sec-feature .feature-list li .txt h3{ font-size: 2.6rem; font-weight: 700; color: #141e64; line-height: 1.5; margin-bottom: .8rem; }
.sec-feature .feature-list li:nth-of-type(even) .txt h3{ text-align: right; }
.sec-feature .feature-list li .txt .btn{ margin-top: 2.8rem; }
.sec-feature .feature-list li:nth-of-type(even) .txt .btn{ margin-left: auto; }
.sec-feature .gray-wrap{ background: #f2f2f2; border-radius: .5rem; padding: 5rem 5rem 6rem; box-shadow: 10px 10px 15px -5px rgb(0 0 0 / 25%); position: relative; z-index: 0; margin-bottom: 8rem; }
.sec-feature .gray-wrap:before{ content: ''; width: calc(100% - 3rem); height: calc(100% - 3rem); border: solid 1px #beaa78; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: -1; }
.sec-feature .gray-wrap h3{ background: #141e64; width: 100%; height: 7rem; font-size: 2.6rem; color: #fff; font-weight: 600; display: flex; justify-content: center; align-items: center; border-radius: .5rem; position: relative; margin-bottom: 5rem; }
.sec-feature .gray-wrap h3:after{ content: ''; width: 0; height: 0; border-style: solid; border-width: 10px 10px 0 10px; border-color: #141e64 transparent transparent transparent; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); }
.sec-feature .gray-wrap h3:before{ content: ''; width: 15rem; height: 10.5rem; background: url(../images/index/webp/feature-ttl01.webp) no-repeat center bottom/contain; position: absolute; bottom: 0; right: 0; }
.sec-feature .q-list{ display: flex; flex-wrap: wrap; }
.sec-feature .q-list li{ width: 18rem; margin-right: 2.6666rem; background: #fff; border-radius: .5rem; overflow: hidden; box-shadow: 10px 10px 15px -5px rgb(0 0 0 / 25%); position: relative; }
.sec-feature .q-list li:nth-of-type(4n){ margin-right: 0; }
.sec-feature .q-list li:nth-of-type(n+5){ margin-top: 3rem; }
.sec-feature .q-list li a{ display: block; width: 100%; padding-top: 2.4rem; }
.sec-feature .q-list li a:after{ content: ''; width: 2.6rem; height: 2.6rem; background: url(../images/index/arrow01.png) no-repeat center/contain; position: absolute; bottom: 1rem; right: 1rem; }
.sec-feature .q-list li span{ display: block; text-align: center; font-weight: 700; color: #141e64; line-height: 1.5; padding-bottom: 2.2rem; background: url(../images/index/q-list-item01.png) no-repeat center bottom/15rem; margin-bottom: 2.5rem; }
.sec-feature .q-list li img{ width: 100%; display: block; }
.sec-feature .gray-wrap + p{ text-align: center; font-size: 3rem; font-weight: 700; color: #beaa78; line-height: 2.4; }
.sec-feature .gray-wrap + p strong{ font-size: 5rem; font-weight: 600; color: #141e64; line-height: 1; }

.sec-jidv h2{ color: #58c8b4; background-image: url(../images/index/item-ttl02.png); margin-bottom: 3.2rem; }
.sec-jidv h2 small{ font-size: 1.2rem; font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; display: block; }
.sec-jidv h2 + p{ text-align: center; font-size: .8rem; margin-bottom: 3.5rem; }


main table:not(.no-style){ width: 100%; margin: 2rem 0; }
main table:not(.no-style) th{ padding: .5em; vertical-align: middle; background: #f2f2f2; line-height: 1.7; font-size: 1.2rem; color: #beaa78; border: solid 1px #beaa78; border-right: none; }
main table:not(.no-style) th:last-child{ border-right: solid 1px #beaa78; }
main table:not(.no-style) td{ padding: .5em; vertical-align: middle; line-height: 1.7; border: solid 1px #beaa78; border-left: none; font-size: 1.2rem; }
main table:not(.no-style) td[colspan="3"]{ border-left: solid 1px #beaa78; }
main table.sp-break th{width: 30%;}
main table.sp-break td{width: 70%;}


.sec-features{ margin-top: 12rem; padding-bottom: 24rem; }
.sec-features:before{ content: 'FEATURES'; font-family: Optima, 'Marcellus', serif; font-weight: 600; font-size: 22rem; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; line-height: 1; color: #f3f3f3; position: absolute; top: 52rem;     left: -45rem; }
.sec-features h2{margin-bottom: 15rem; 
    background: url(../images/index/item-ttl01.png) center bottom / 16.5rem no-repeat;}
.sec-features .features-list li{ position: relative; z-index: 0; min-height: 35rem; }
.sec-features .features-list li + li{ margin-top: 5rem; }
.sec-features .features-list li:nth-of-type(odd){ padding: 3.6rem 0 5rem; min-height: 0; }
.sec-features .features-list li:nth-of-type(odd):before{ content: ''; width: calc(50vw + 400px); height: 100%; background: #f3f3f3; border-radius: 1rem 0 0 1rem; position: absolute; left: 0; top: 0; z-index: -1; }
.sec-features .features-list li .txt{ width: 45rem; }
.sec-features .features-list li:nth-of-type(odd) .txt{ margin-left: auto; }
.sec-features .features-list li .txt h3{ font-size: 2.2rem; color: #19a597; line-height: 1.7; margin-bottom: 1.4rem; }
.sec-features .features-list li .txt .btn{ margin-top: 3rem; }
.sec-features .features-list li:nth-of-type(odd) .txt .btn{ margin-left: auto; }
.sec-features .features-list li:nth-of-type(odd) img{ position: absolute; top: -11rem; left: -20rem; border-radius: 1rem; }
.sec-features .features-list li:nth-of-type(even) img{ position: absolute; top: 0; right: -20rem; border-radius: 1rem; }

.sec-risk{
	padding-top: 10rem ;
	padding-bottom: 10rem ;
	background: #EFEFEF;
	margin: 0 calc(50% - 50vw) 10rem;
	width: 100vw;
}
.sec-risk h2{
	margin-bottom: 5rem;
}

.sec-risk .txt-box{
	width: 90rem;
	margin: 0 auto;
}

.sec-flow{ position: relative; z-index: 0; padding: 3.8rem 0 5rem 5rem; margin-bottom: 10rem;}
.sec-flow:before{ content: ''; width: calc(50vw + 400px); height: 100%; background: #7cc1b7; border-radius: 1rem 0 0 1rem; position: absolute; left: 0; top: 0; z-index: -1; }
.sec-flow:after{ content: 'FLOW';     font-family: Optima, 'Marcellus', serif; font-weight: 600; font-size: 22rem; line-height: 1; color: #f3f3f3; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; position: absolute; top: 0; left: -24rem; }
.sec-flow h2{ font-size: 2.2rem; margin-bottom: 3rem; }
.sec-flow .left{ width: 40rem; }
.sec-flow .left img{ border-radius: 1rem; display: block; margin-bottom: 1.2rem; }
.sec-flow .right{ width: 28rem; counter-reset: flow-sec; }
.sec-flow .right li{ font-size: 1.6rem; font-family: inherit; width: 100%; height: 5rem; display: flex; align-items: center; padding-left: 6.4rem; position: relative; z-index: 0; }
.sec-flow .right li:before{ counter-increment: flow-sec; content: counter(flow-sec,decimal-leading-zero); font-size: 2.2rem;     font-family: Optima, 'Marcellus', serif; font-weight: 600; position: absolute; left: 2rem; top: 50%; transform: translateY(-50%); }
.sec-flow .right li:after{ content: ''; width: 50vw; height: 100%; border-radius: 10rem 0 0 10rem; background: #96cdc5; position: absolute; top: 0; left: 0; z-index: -1; }
.sec-flow .right li + li{ margin-top: 1.5rem; }
.sec-flow .row + .row{ margin-top: 4.5rem; }
.banner{
    margin-top: 50px;
}
@media(max-width: 768px){
	header h1{ left: 1rem; font-size: 1rem; margin-top: .8rem; }
	
	.mv{ height: 65rem; background-image: url(../images/index/mv01-sp.jpg); padding-top: 35.5rem; display: block; }	
	.mv .inner{ width: 100%; padding: 0 0 0 2rem; }
	.mv .inner p{ font-size: 5rem; letter-spacing: 0; white-space: nowrap; }
	.mv .inner p:before{ width: calc(100% + 2rem); }
	.mv .inner p .item02{ width: 10rem; top: -5rem; right: -1.5rem; }
	.mv .inner dl{ margin-bottom: 0; }
	.mv .inner dl dt{ font-size: 2.85rem; letter-spacing: 0; white-space: nowrap; }
	.mv .inner dl dd{ padding-left: 5.5rem; font-size: 3.5rem; letter-spacing: -.2rem; white-space: nowrap; }
	.mv .inner dl dd .item01{ width: 5.1rem; }
	.mv .inner dl dd strong{ font-size: 7rem; letter-spacing: -.4rem; }
	.mv .inner dl + small{ font-size: 1rem; }
	_:lang(x)+_:-webkit-full-screen-document, .mv .inner p{ font-size: 4.6rem; }
	_:lang(x)+_:-webkit-full-screen-document, .mv .inner dl dd{ font-size: 3rem; }
	_:lang(x)+_:-webkit-full-screen-document, .mv .inner dl dd strong{ font-size: 6.7rem; }

	.sec-intro .wrap{ padding-top: 5rem; padding-bottom: 20.7rem; }
	.sec-intro h2{ font-size: 1.8rem; line-height: 1.6; margin-bottom: 1.5rem; }
	.sec-intro h2 strong{ font-size: 3rem; }
	.sec-intro h2 + p{ font-size: 1.4rem; }
	.sec-intro .wrap:before{ width: 20rem; height: 24rem; background-position: top center; left: -3.4rem; background-size: 100%; }
	.sec-intro .wrap:after{ width: 20rem; height: 24rem; background-position: top center; right: -3.4rem; background-size: 100%; }

	h2.general{ font-size: 3rem; line-height: 1.4; padding-bottom: 2.2rem; }
	h2.general strong{ font-size: 5rem; vertical-align: initial; }
	h2 small{ font-size: 3rem; line-height: inherit; }

	.ttl-en{ font-size: 11rem; line-height: .75; }
	

	.sec-result{ padding-top: 5rem; }
	.sec-result h2{ margin-bottom: 5rem; }
	.sec-result .bg01 .item01{ width: 18.5rem; height: 20.3rem; object-fit: cover; object-position: top right; top: -1.3rem; left: 0; }
	.sec-result .bg02 .ttl-en{ left: auto; right: 0; top: -1rem; }
	.sec-result .case-list{ margin-bottom: 5rem; }
	.sec-result .case-list li{ background: #f2f2f2; padding: 5rem 3rem; border-radius: .5rem; z-index: 0; }
	.sec-result .case-list li:before{ content: ''; width: calc(100% - 3rem); height: calc(100% - 3rem); border: solid 1px #beaa78; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: -1; }
	.sec-result .case-list li + li{ margin-top: 3rem; }
	.sec-result .case-list li .txt{ width: 100%; padding: 0; }
	.sec-result .case-list li .txt:before,
	.sec-result .case-list li .txt:after{ content: none; }
	.sec-result .case-list li .txt h3{ font-size: 2rem; text-align: center; margin-bottom: 1.4rem; }
	.sec-result .case-list li .case-img{ position: relative; top: 0; transform: none; 
/*        margin-top: 2rem; */
        margin-bottom: 2rem; 
    }	
	.sec-result .case-list li .case-img img{ width: 100%; }
	.sec-result .case-list li .case-img .doragg-wrap img{ width: calc(100vw - 10rem); }
/*20220624add*/
    .sec-result .case-list li {display: flex; flex-direction: column-reverse!important;}

	.sec-standard{ padding-top: 8.5rem; margin-bottom: 10rem; }	
	.sec-standard .ttl-en{ right: 0; top: 5rem; }
	.sec-standard h2{ margin-bottom: 3rem; }
	.sec-standard h2 + p{ font-size: 1.4rem; text-align: left; margin-bottom: 4rem; }
	.sec-standard .standard-list{ flex-wrap: wrap; margin-bottom: 3.5rem; }
	.sec-standard .standard-list li{ width: 15.5rem; }
	.sec-standard .standard-list li:nth-of-type(n+3){ margin-top: 2rem; }
	.sec-standard .standard-list h3{ width: 15rem; height: 15rem; border-radius: 15rem; margin: 0 auto 1.5rem; font-size: 3rem; }
	.sec-standard .standard-list h3 span:before{ font-size: 1.2rem; }

	.sec-dr{ padding: 6.4rem 0 7rem; }
	.sec-dr .ttl-en{ top: -7.3rem; left: -.6rem; }
	.sec-dr h2 + p{ font-size: 2rem; width: 100vw; margin: 0 0 4rem -2rem; }
	.sec-dr .dr-list li, .sec-dr .dr-list li:nth-of-type(even){ border-radius: 1rem; padding: 3.5rem 3.2rem 3.3rem; }
	.sec-dr .dr-list li + li{ margin-top: 3rem; }
	.sec-dr .dr-list li .img-wrap{ position: relative; }
	.sec-dr .dr-list li img{ width: 25rem; height: 26.6rem; object-fit: cover; object-position: top center; right: -3.2rem; }
	.sec-dr .dr-list li:nth-of-type(even) img{ left: -3.2rem; }
	.sec-dr .dr-list li h3{ padding-bottom: 19.5rem; display: block; }
	.sec-dr .dr-list li h3:before{ width: calc(100% + 3.2rem); }
	.sec-dr .dr-list li:nth-of-type(even) h3:before{ right: -3.2rem; }
	.sec-dr .dr-list li:nth-of-type(even) h3:after{ left: 0; }
	.sec-dr .dr-list li h3 small{ font-size: 1.4rem; line-height: 1; }
	.sec-dr .dr-list li h3 strong{ font-size: 3rem; }
	.sec-dr .dr-list li:nth-of-type(odd) h3 strong:after{ font-size: 1.6rem; display: block; margin: 0; line-height: 1; }
	.sec-dr .dr-list li:nth-of-type(even) h3 strong:before{ content: none; }
	.sec-dr .dr-list li:nth-of-type(even) h3 strong:after{ content: attr(data-en); font-size: 1.6rem; display: block; line-height: 1; font-family: Optima, 'Marcellus', serif; font-weight: 400; letter-spacing: 0.03em; color: #beaa78; }
	.sec-dr .dr-list li p{ font-size: 1.8rem; }

	.sec-jidv{ padding: 12rem 2rem 7rem; }
	.sec-jidv .wrap{ padding: 6rem 2rem 4.5rem; }
	.sec-jidv .wrap:before, .sec-jidv .wrap:after{ width: 13rem; }
	.sec-jidv .item01{ width: 6rem; }
	.sec-jidv h2{ margin-bottom: 3rem; }
	.sec-jidv h2 small{ font-size: 2.2rem; line-height: 1.5; }
	.sec-jidv h2 + p{ font-size: 1.4rem; text-align: left; margin-bottom: 3rem; }
	.sec-jidv .banner{ width: 100%; display: block; }
	.sec-jidv .banner img{ width: 100%; }
	.sec-jidv a.btn.wide{ width: 25rem; height: 8rem; padding-left: 1.5rem; letter-spacing: .05em; line-height: 1.5; }

	.sec-feature{ margin-bottom: 4rem; }
	.sec-feature .head{ margin-bottom: 7.5rem; }
	.sec-feature .head .wrap{ padding: 5rem 0 8rem; }
	.sec-feature .head .item01{ width: 16rem; height: 17.5rem; object-fit: cover; object-position: top center; right: -5rem; bottom: 0; }
	.sec-feature .head h2{ font-size: 1.8rem; }
	.sec-feature .head h2 + p{ font-size: 1.4rem; line-height: 1.8; }
	.sec-feature .head h2 strong{ font-size: 2.4rem; }
	.sec-feature .feature-list{ margin-bottom: 10rem; }
	.sec-feature .feature-list li + li{ margin-top: 5.5rem; }
	.sec-feature .feature-list li > picture img{ width: 21.5rem; top: -1.5rem; right: -2rem; border-radius: .5rem 0 0 .5rem; }
	.sec-feature .feature-list li:nth-of-type(even) > picture img{ left: -2rem; border-radius: 0 .5rem 5rem 0; }
	.sec-feature .feature-list li .no{ font-size: 2rem; width: 18.5rem; }
	.sec-feature .feature-list li .no strong{ font-size: 4rem; }
	.sec-feature .feature-list li .no:before{ width: calc(100% + 2rem); }
	.sec-feature .feature-list li .txt{ width: 100%; padding: 0 2rem 4rem 0; }
	.sec-feature .feature-list li:nth-of-type(even) .txt{ padding: 0 0 4rem 2rem; }
	.sec-feature .feature-list li .txt:before{ width: calc(100% + 2rem); }
	.sec-feature .feature-list li .txt h3{ font-size: 2rem; margin-bottom: 1.5rem; }
	.sec-feature .gray-wrap{ padding: 3.5rem 3rem 5.5rem; margin-bottom: 5rem; }
	.sec-feature .gray-wrap h3{ font-size: 2rem; height: 12rem; line-height: 1.5; justify-content: flex-start; padding-left: 1.2rem; margin-bottom: 3.8rem; }
	.sec-feature .gray-wrap h3:before{ background-position: bottom -.5rem right -3.5rem; }
	.sec-feature .q-list{ width: 25rem; margin: 0 auto; justify-content: space-between;}
	.sec-feature .q-list li{ width: 48%; margin-right: 0; }
	.sec-feature .q-list li:nth-of-type(n+2){ margin-top: 3rem; }
    .sec-feature .q-list li:nth-of-type(2) {margin-top: 0rem;}
	.sec-feature .q-list li a{ padding-top: 1.8rem; }
	.sec-feature .q-list li span{ background-image: url(../images/index/q-list-item02.png); background-size: 22rem; margin-bottom: 1.5rem; }
	.sec-feature .q-list li img{ width: 25rem; height: 10rem; object-fit: cover; object-position: center; }
	.sec-feature .gray-wrap + p{ font-size: 2rem; }
	.sec-feature .gray-wrap + p strong{ font-size: 3rem; }
	.sec-feature .gray-wrap + p strong:nth-of-type(1){ display: block; text-align: center; line-height: 1.4; }
    
	main table:not(.no-style){ margin: 3rem 0; }
	main table:not(.no-style) th{ font-size: 1.5rem; }
	main table.sp-break{ border-bottom: solid 1px #beaa78; }
	main table.sp-break,
	main table.sp-break tbody,
	main table.sp-break tr,
	main table.sp-break th,
	main table.sp-break td{ display: block; width: 100%}
	main table:not(.no-style).sp-break th{ text-align: center; border-bottom: none; padding: .5em 1em; border-right: solid 1px #beaa78; }
	main table:not(.no-style).sp-break td{ border-bottom: none; border-left: solid 1px #beaa78; }

	.sec-features{ margin-top: 4.2rem; padding-bottom: 12rem; }
	.sec-features:after{ width: 100vw; height: 12.5rem; }
    .sec-features h2{margin-bottom: 2.5rem; 
    background: url(../images/index/item-ttl01.png) right bottom / 16.5rem no-repeat;}
	.sec-features h2 span{ display: table; margin-left: auto; text-align: left; line-height: 1; padding-left: 3.1rem; background-size: 2.4rem; background-position: top left; }
	.sec-features .features-list li + li{ margin-top: 0; }
	.sec-features .features-list li:nth-of-type(odd){ padding: 1.8rem 0 3.75rem 2.5rem; margin-bottom: 3.75rem; }
	.sec-features .features-list li:nth-of-type(even){ min-height: 0; margin-bottom: 7.5rem; }
	.sec-features .features-list li:last-of-type{ margin-bottom: 0; }
	.sec-features .features-list li:nth-of-type(1){ padding-top: 5rem; }
	.sec-features .features-list li img{ width: 17.5rem; }
	.sec-features .features-list li:nth-of-type(odd) img{ top: -3.75rem; left: -2.5rem; border-radius: 0 .5rem .5rem 0; }
	.sec-features .features-list li:nth-of-type(even) img{ top: 0; right: -2.5rem; border-radius: .5rem 0 0 .5rem; }
	.sec-features .features-list li:nth-of-type(1) img{ top: -9rem; }
	.sec-features .features-list li .txt{ width: 100%; }
	.sec-features .features-list li .txt h3{ font-size: 1.7rem; width: 50%; }
	.sec-features .features-list li:first-of-type .txt h3{ width: 100%; }
	.sec-features .features-list li:nth-of-type(even) .txt h3{ min-height: 12.5rem; display: flex; align-items: center; }
	.sec-features .features-list li:nth-of-type(odd):not(:first-of-type) .txt h3{ margin-left: auto; }
	.sec-features .features-list li .txt .btn{ margin-top: 2.8rem; width: 27.5rem; }
	.sec-features .features-list li:nth-of-type(odd) .txt .btn{ margin-left: 0; }
	.sec-features .features-list li:nth-of-type(even) .txt .btn{ margin-left: 2.5rem; }

	.sec-risk .txt-box{
		width: 100%;
		margin: 0 auto;
	}
	
	.sec-flow{ padding-left: 7rem; padding-right: 2.5rem; margin-bottom: 5rem; }
	.sec-flow:before{ width: calc(100% - 2.5rem); left: 2.5rem; }
	.sec-flow .right li:after {
		width: calc(100% + 2.5rem);
	}
}
