@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:"Noto Sans JP", 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; }
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: 25rem; height: 5rem; display: flex; align-items: center; padding-left: 2.5rem; border-radius: .5rem; background: #6e590f; 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;width: 130px;
z-index: 10;
   /* border-bottom: 3px solid #FE4110;*/ padding-top: 10rem;}

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: 2rem; line-height: 1.5; border-top: solid 1px #f2f2f2; border-bottom: solid 1px #f2f2f2; padding: .8em 0; margin-bottom: 2rem;text-align:center;}
footer > .wrap .left a.tel{ display: table; font-size: 3.8rem; color: #6e590f; 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: #000; }
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: #000; }

.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(2) a{ width: 24rem; height: 5rem; display: flex; justify-content: center; align-items: center; border: solid 1px #ab8841;
    background: #fff; color:#ab8841;  border-radius: 0 0 .5rem .5rem; }
.float-btn li a span{font-weight: 800;}
.float-btn li:nth-of-type(2) a span{ padding-left: 2.7rem; background: url(../images/common/icon-tel01.png) no-repeat left center/1.84rem; text-align: center; font-size: 1.2rem; line-height: 1.33;}
.float-btn li:nth-of-type(2) a span strong{ font-size: 2rem;}
.float-btn li:nth-of-type(1) a{ width: 24rem; height: 5rem; display: flex; justify-content: center; align-items: center; background:#6e590f; color: #fff; border-radius: 0 0 .5rem .5rem; }
.float-btn li:nth-of-type(1) a span{ padding-left: 3.5rem; background: url(../images/common/icon-consul01.png) no-repeat left center/2.6rem; text-align: center; font-size: 1.2rem; line-height: 1.33;}
.float-btn li:nth-of-type(1) a span strong{ font-size: 2rem;}

.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;padding-top: 19rem;background: #f2f2f2; }
	header .logo{ width: 26.8rem;     text-align: center;
        width: 100%; margin-top: -25rem; }
	header .logo img{ width: 24%; margin-left: 0;  }
    
    header .logo{padding-top: 0;}

	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: 36.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: 18rem; 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); }
}
header h1{ position: absolute; top: 0; left: 3rem; font-size: 1.4rem; font-weight: 500; }

.mv{ width: 100%; height: calc(100vh - -14rem); min-height: 44rem; background: url(../images/index/mv02.jpg) no-repeat center/cover; display: flex; justify-content: center; align-items: center; margin-top: -9rem;}
.mv .inner{ width: 1060px; padding-top: 8rem;}
.mv .inner p{ font-size: 6.6rem; font-weight: 600; color: #3f361a; line-height: 1.4; 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: 3.4rem; font-weight: 700; letter-spacing: 0.05em; background:#6e590f; -webkit-background-clip: text; -webkit-text-fill-color: transparent; line-height: 1.5; }
.mv .inner dl dd{ font-size: 4.4rem; font-weight: 600; color: #c8b478; background: linear-gradient(0deg, rgb(94 63 22) 0%, rgb(228 213 138) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; padding-left: 0rem; 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-intro2{ background: url(../images/index/webp/intro-bg01.webp) no-repeat center bottom/cover; }
.sec-intro2 .wrap{ padding-top: 7.5rem; padding-bottom: 10.5rem; }
.sec-intro2 .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-item02.png) no-repeat center bottom/contain; position: absolute; bottom: 0; right: -26.5rem; }*/
.sec-intro2 h2{ font-size: 3rem; color: #fff; font-weight: 700; text-align: center; margin-bottom: 3rem; }
.sec-intro2 h2 strong{ font-size: 5rem; font-weight: 600; color: #ffffbe; display: block; line-height: 1.4; }
.sec-intro2 h2 + p{ text-align: center; font-size: 1.8rem; color: #fff; }

h2.general{ font-size: 4rem; font-family: "游明朝", YuMincho, yu-mincho-pr6n, serif; font-weight: 600; color: #6e590f; 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; z-index: -1;}
.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: #6e590f; }
.sec-standard h2 + p strong.border{ text-decoration: underline; }
.sec-standard img + p{ font-size: 1.8rem; text-align: center; margin-bottom: 6.5rem; }
.sec-standard img + p strong{ font-weight: 700; color: #6e590f; }
.sec-standard img + p strong.border{ text-decoration: underline; }
.sec-standard .standard-list{ display: flex; justify-content: space-around; margin-bottom: 8.2rem; }
.sec-standard .standard-list li{ width: 32rem; }
.sec-standard .standard-list h3{display: block; justify-content: center; align-items: center;  text-align: center;  font-size: 3rem; color: #604c3f; padding-top: .5rem; margin-bottom: 1.2rem; }
.sec-standard .standard-list h3 strong{font-size: 4rem; padding-left: .5rem;padding-right: .5rem;}
.sec-standard .standard-list + a.btn{ margin: 0 auto; }

.sec-dr{ padding: 13rem 0 15rem; }
.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 small{ font-size: 2rem; }
.sec-dr h2 + p{ font-size: 3rem; line-height: 1.6; color:#99958c; font-weight: 600; text-align: center; margin-bottom: 9rem; }
.sec-dr p small{font-size: 1.4rem;line-height: 1.1;}
.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 #6e590f; 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: #6e590f; position: absolute; bottom: 0; right: 0; }
.sec-dr .dr-list li h3:after{ content: ''; width: .5rem; height: .5rem; border-radius: .25rem; background: #6e590f; 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: #6e590f; 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; }
.sub-dr h2.general + p{font-size: 2rem;}

.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/feature-bg01.jpg) 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; line-height: 1.4; 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: 4rem; }
.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: #ab8841; 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; 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%;}


.hukidashi {
    background: #f1f1f1;
    padding: 3rem 0 5rem 18rem;
    border-radius: 20rem;
    margin-top: -7rem;
    margin-bottom: -4rem;
    z-index: 1;
}

.hukidashi h2 {
    display: table;
    text-align: center;
    font-size: 3.5rem;
    line-height: 1.4!important;
    margin-bottom: 1.6rem;
}

.hukidashi h2 small {
    font-size: 2rem;
    display: block;
}

.hukidashi ul li {
    font-size: 2rem;
    padding-left: 3rem;
    position: relative;
    line-height: 2;
}

.hukidashi ul li strong {
    color: #6e590f;
    font-weight: 800;
}

.hukidashi ul li:before {
    content: '';
    width: 2.3rem;
    height: 2.3rem;
    background: url(../images/index/arrow01.png) no-repeat center/contain;
    position: absolute;
    left: 0;
    top: 0.8rem;
}
.hukidashi:after {
    content: '';
    width: 12.9em;
    height: 5.5rem;
    background: url(https://www.odc-invisalign.com//images/index/arrow01.png) no-repeat center top / contain;
    position: absolute;
    bottom: -5.5rem;
    left: 50%;
    transform: translateX(-50%);
}

.p-price-loan__wrap{ background-image: url("../img/lp/bg-bl.jpg"); background-repeat: repeat; background-position: center; background-size: 10.2rem; border-radius: 2rem; padding: 5rem 5rem 4rem; position: relative; z-index: 0; }

.p-price-loan__tit{ text-align: center; font-size: 2.3rem; margin-bottom: 2.3rem; letter-spacing: 0.1em; position: relative; z-index: 1; }
.p-price-loan__tit--st{ font-weight: 900; font-size: 3.6rem; position: relative; z-index: 0; padding: 0 0.5rem; color: #6e590f; }

.p-price-loan__in{display: flex;justify-content: space-around;max-width: 1000px;
    margin: 0 auto;}
/*.p-price-loan__box{ flex-basis: 45rem; }*/
.p-price-loan__box-tit{ display: flex; width: 100%; height: 8rem; align-items: center; justify-content: center; font-weight: 900; border-radius: .5rem; font-size: 3.2rem; color: #fff; background-color: #b9a172; margin-bottom: 3rem; }

.p-price-loan__fee{ text-align: center; font-weight: 900; font-size: 3rem; line-height: 1.8; margin-bottom: 1.5rem; }
.p-price-loan__fee--st{ font-size: 7.2rem; line-height: 1; color: #6e590f; }
.p-price-loan__box--point .p-price-loan__fee--color{ color:#b9a172; }

.p-price-loan__table{ width: 100%; text-align: center; margin-bottom: 1rem; }
.p-price-loan__table-block > *:not(:last-child){ border-right: 2px solid #fff; }
.p-price-loan__table-head,
.p-price-loan__table-data{ width: calc(100%/3); }
.p-price-loan__table-head{ height: 4rem; vertical-align: middle; font-weight: 400; font-size: 1.6rem; }
.p-price-loan__box--point .p-price-loan__table-head{ background-color: #f3f3f3; color: #ab8841;}
.p-price-loan__box--full .p-price-loan__table-head{ background-color: #f3f3f3; color: #ab8841;}
.p-price-loan__table-data{ height: 6.5rem; background: #fff; vertical-align: middle; font-size: 1.4rem; line-height: 1.42; }
.p-price-loan__table-block:nth-child(odd) .p-price-loan__table-data{ background-color: #f2f2f2; }
.p-price-loan__table-data--fee{ font-weight: 900; }
.p-price-loan__note{ font-size: 1rem; line-height: 1.7; }


.first-visit{ background: #e0dad2;  text-align: center; margin-bottom: 3rem; }
.first-visit dt{ width: 38rem; height: 12rem; display: flex; align-items: center; justify-content: center; clip-path: polygon(0% 0%, calc(100% - 4rem) 0%, 100% 50%, calc(100% - 4rem) 100%, 0% 100%); background: #e7e2d9; }
.first-visit dt h3{ font-size: 2rem;  font-weight: 700; display: table; margin: 0 auto; line-height: 1.6; padding-left: 5.5rem; background: url(../images/index/price-icon01.png) no-repeat center left/5rem; }
.first-visit dd{ width: calc(100% - 36rem); align-self: center; padding-right: 3rem; }
.first-visit dd strong{ font-size: 2.4rem; font-weight: 700; display: table; margin: 0 auto; line-height: 1.6; padding-left: 3.5rem; background: url(../images/index/price-icon02.png) no-repeat center left/3rem; }
.first-visit dd small{font-size: 1.1rem;}

.white-wrap{ background: #fff; border: solid .4rem #e7e2d9; padding: 5.5rem 4.5rem 4.5rem; position: relative; z-index: 0; margin-bottom: 3rem; }
.white-wrap:before{ content: ''; width: calc(100% - 2rem); height: calc(100% - 2rem); box-sizing: border-box; border: solid 1px #e7e2d9; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: -1; }
.white-wrap ul{ display: flex; margin-bottom: 3.5rem; }
.white-wrap ul li{ width: 100%; text-align: center; }
.white-wrap ul li + li{ border-left: solid 1px #e7e2d9; }
.white-wrap ul li h3{ font-size: 1.8rem; font-weight: 700; line-height: 1; text-align: center; margin-bottom: 2.4rem; }
.white-wrap + .btn{ margin: 0 auto; }


.cv-point {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cv-point li {
	width: 50%;
}
.cv-point li a {
	display: block;
	height: 300px;
	position: relative;
	overflow: hidden;
}
.cv-point li .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("../images/index/bg05.jpg") no-repeat center center;
	background-size: cover;
}
.cv-point li .bg02 {
	background: url("../images/index/bg06.jpg") no-repeat center center;
	background-size: cover;
}
.cv-point li .txtBox {
	position: absolute;
	left: 0;
	color: #fff;
	top: 60px;
	width: 100%;
	z-index: 2;
	text-align: center;
}
.cv-point li .top {
	margin-bottom: 13px;
	padding: 10px 74px 10px 0;
	display: inline-block;
	font-size: 3rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	background: url("../images/index/icon-arrow.png") no-repeat right center;
	background-size: 52px auto;
}
.cv-point li .txtSpan {
	display: block;
	font-weight: 700;
	line-height: 1.75;
	letter-spacing: 0.05em;
}
section.sec-risk {margin-bottom: 4rem;}
section.sec-risk .txt-box{margin-top: 4rem;}
section.sec-risk ul:not([class]){ margin: 3rem 0; }
section.sec-risk ul:not([class]) li{ font-size: 1.6rem; padding-left: 2.3rem; position: relative; }
section.sec-risk ul:not([class]) li:before{ content: ''; width: 1rem; height: 1rem; border-radius: 1.5rem; background: #6e590f; position: absolute; left: .2rem; top: .9rem; }
section.sec-risk ul:not([class]) li strong{ font-weight: 700; color: #6e590f;}
section.sec-risk ul:not([class]) li + li{ margin-top: 2rem; }


.point-box { position: relative; border: 2px solid #6e590f; border-radius: 5px; margin: 4rem 0 0; padding: 20px; }
.point-box .point-text { content: ""; position: absolute; background-color: #fff; color: #6e590f; font-weight: bold; left: 20px; top: -32px; padding: 10px;}
.point-box h4{ margin: 1rem 0; font-size: 14px; font-weight: 700; display: inline-block; }
.point-box p strong{ font-weight: 800; color: #6e590f;}
#implant{
    margin-top: 4rem;
}
#implant .p-price-loan__box{
    flex-basis: 80rem;
}
#implant .p-price-loan__wrap{
    margin-bottom: 8rem;
}

.feature-list h4{
	font-size: 2rem;
	color: #6e590f;
	margin-top: 2rem;
	margin-bottom: 1rem;
}
.sec-standard#case_card{
	padding-top: 0;
}
.sec-standard#case_card .standard-list{
				gap:1rem;
				margin-bottom: 3rem;
			}
			.sec-standard#case_card .standard-list li{
				width: 100%;
			}
			.sec-standard#case_card .standard-list h4{
				height: 5rem;
				font-size: 2.6rem;
				margin-bottom: 2rem;
			}
@media(max-width: 768px){
	header h1{ left: 1rem; font-size: 1rem; margin-top: .8rem; }
	
	.mv{ height: 86rem; background-image: url(../images/index/mv02-sp.jpg); padding-top: 40.5rem; display: block; }	
	.mv .inner{ width: 100%; padding: 0 0 0 2rem; }
	.mv .inner p{ font-size: 4.5rem; letter-spacing: 0; white-space: nowrap;  line-height: 1.5;}
	.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: 2rem; letter-spacing: 0; white-space: nowrap; }
	.mv .inner dl dd{ font-size: 2.6rem; letter-spacing: -.2rem; white-space: nowrap; }
	.mv .inner dl dd .item01{ width: 5.1rem; }
	.mv .inner dl dd strong{ font-size: 10rem; 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: 9rem; }
    .mv .mv-medal{width: 90%;position: absolute; z-index: 3;}
	.sec-intro2 .wrap{ padding-top: 5rem; padding-bottom: 20.7rem; }
	.sec-intro2 h2{ font-size: 1.8rem; line-height: 1.6; margin-bottom: 1.5rem; }
	.sec-intro2 h2 strong{ font-size: 3rem; }
	.sec-intro2 h2 + p{ font-size: 1.4rem; }
	.sec-intro2 .wrap:before{ width: 20rem; height: 24rem; background-position: top center; left: -3.4rem; background-size: 100%; }
	.sec-intro2 .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-standard img + p{
        font-size: 1.4rem;
    }

	.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{font-size: 2rem; line-height: 1.1; margin-bottom: 1.2rem; }
    .sec-standard .standard-list h3 strong{font-size: 3rem; padding-left: .25rem;padding-right: .25rem;}
	.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 p small{font-size: 1.1rem; color: #000;}
	.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.3rem; }
    .sub-dr h2.general + p{font-size: 1.5rem;}

	.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: 7rem 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; }
	.sec-feature .q-list li{ width: 100%; margin-right: 0; }
	.sec-feature .q-list li:nth-of-type(n+2){ margin-top: 3rem; }
	.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; }

    
    .hukidashi {
    width: 33.5rem;
    padding: 1.25rem 2rem 3rem;
    border-radius: 5rem;
    margin-top: -3.75rem;
    }
    .hukidashi h2 {
        display: block;
        font-size: 2.25rem;
        text-align: center;
        margin-bottom: 0.8rem;
    }
        .hukidashi h2 small {
        font-size: 1.2rem;
    }
        .hukidashi ul li {
        font-size: 1.5rem;
        padding-left: 2.5rem;
    }
        .hukidashi ul li:before {
        width: 1.725rem;
        height: 1.725rem;
    }
    .hukidashi:after{
        bottom: -2.5rem;
    }
    .p-price-loan__wrap{ padding: 2rem 2rem 4rem; border-radius: 0; }
    .p-price-loan__wrap .wrap{padding-left: 0; padding-right: 0;}
	.p-price-loan__tit{ font-size: 1.8rem; text-align: left; line-height: 1.7; margin-bottom: 1.8rem; }
	.p-price-loan__tit--st{ font-size: 2.4rem; }
	.p-price-loan__in{ display: block; }
	.p-price-loan__box:first-child{ margin-bottom: 4.5rem; }
	.p-price-loan__box-tit{ font-size: 2.4rem; height: 10rem; margin-bottom: 1.5rem; }
	.p-price-loan__fee{ font-size: 2.2rem; }
	.p-price-loan__fee--st{ font-size: 5.4rem; }

    .first-visit{ flex-wrap: wrap; margin-bottom: 3.5rem; }
	.first-visit dt{ width: 100%; height: 13rem; clip-path: polygon(0% calc(100% - 3rem), 0% 0%, 100% 0%, 100% calc(100% - 3rem), 50% 100%); padding-bottom: 1rem; }
	.first-visit dt h3{ font-size: 2.2rem; padding-left: 3.8rem;
        background-size: 4.3rem; line-height: 1.4; }
	.first-visit dt small{ font-size: 1.1rem; }
	.first-visit dd{ width: 100%; padding: .8rem 0 1.4rem; }
	.first-visit dd strong{ font-size: 1.9rem; padding-left: 2.8rem; background-size: 2.3rem; line-height: 1.4; }
	.first-visit dd small{ font-size: 1.1rem; }
	.white-wrap{ padding: 3.4rem 3.5rem 3.2rem; border-width: 2px; }
	.white-wrap:before{ width: calc(100% - 1rem); height: calc(100% - 1rem); }
	.white-wrap ul{ flex-wrap: wrap; margin-bottom: 2.5rem; }
	.white-wrap ul li{ width: 100%; }
	.white-wrap ul li + li{ border-left: none; padding-top: 3rem; border-top: solid 1px var(--bg-color01); margin-top: 3rem; }
	.white-wrap ul li h3{ font-size: 2.2rem; margin-bottom: 1.5rem; }
	.white-wrap ul li img{ width: 20rem; }
	
	.cv-point li a {
		height: 280px;
	}
	.cv-point li .bg {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: url("../images/index/sp_bg05.jpg") no-repeat center center;
		background-size: cover;
	}
	.cv-point li .bg02 {
		background: url("../images/index/sp_bg06.jpg") no-repeat center center;
		background-size: cover;
	}
	.cv-point li .txtBox {
		top: 0;
	}
	.cv-point li .top {
		margin-bottom: 15px;
		padding: 54px 0 65px 0;
		font-size: 2.2rem;
		line-height: 1.3;
		background: url("../images/index/icon-arrow.png") no-repeat center bottom;
		background-size: 52px auto;
	}
	.cv-point li .txtSpan {
		margin: 0 20px;
		font-size: 1rem;
		line-height: 1.6;
		text-align: justify;
	}
    #implant .p-price-loan__wrap{
        margin-bottom: 4rem;
    }
    
   #implant .p-price-loan__wrap .wrap {
        padding-left: 0rem;
        padding-right: 0rem;
    }
	
	.feature-list h4{
	font-size: 4.4vw;
	color: #6e590f;
	margin-top: 2rem;
	margin-bottom: 1rem;
}
	
	
}
