@charset "utf-8";
/*
Theme Name: res
Version: 1.2.1
Author: T8,Inc.
*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&display=swap');
:root {
	--break: 1920;
	--guideline-color: #f5ab28;
	font-size: calc(16 / var(--break) * 100vw);
	--color01: #2D9BC0;
	--color02: #8F83C1;
	--color03: #21AC7C;
	--color04: #333333;
	--color05: #A6CE16;
	--color06: #BCE6D7;
	--color07: #C0E1EC;
	--color08: #DDDAEC;
	--color09: #EB4956;
	--color10: #EDF5D0;
	--color11: #F5AB28;
	--color12: #F6D53F;
	--color13: #F481A0;
	--color14: #FCD9E2;
	--color15: #FCE6BE;
	--color16: #FCF2C5;
	--color17: #FEFBEB;
	--color18: #;
	--color19: #;

    --size5px:  calc(5 / var(--break) * 100vw);
    --size10px:  calc(10 / var(--break) * 100vw);
    --size15px:  calc(15 / var(--break) * 100vw);
    --size20px:  calc(20 / var(--break) * 100vw); 
    --size25px:  calc(25 / var(--break) * 100vw);
    --size30px:  calc(30 / var(--break) * 100vw);
    --size35px:  calc(35 / var(--break) * 100vw);
    --size40px:  calc(40 / var(--break) * 100vw);
    --size45px:  calc(45 / var(--break) * 100vw);
    --size50px:  calc(50 / var(--break) * 100vw);
    --size55px:  calc(55 / var(--break) * 100vw);
    --size60px:  calc(60/ var(--break) * 100vw);
    --size65px:  calc(65 / var(--break) * 100vw);
    --size70px:  calc(70 / var(--break) * 100vw);
    --size75px:  calc(75 / var(--break) * 100vw);
    --size80px:  calc(80 / var(--break) * 100vw);
    --size85px:  calc(85 / var(--break) * 100vw);
    --size90px:  calc(90 / var(--break) * 100vw);
    --size95px:  calc(95 / var(--break) * 100vw);
    --size100px:  calc(100 / var(--break) * 100vw);
    --size105px:  calc(105 / var(--break) * 100vw);
    --size110px:  calc(110 / var(--break) * 100vw);
    --size115px:  calc(115 / var(--break) * 100vw);
    --size120px:  calc(120 / var(--break) * 100vw);
    --size125px:  calc(125 / var(--break) * 100vw);
    --size130px:  calc(130 / var(--break) * 100vw);
    --size135px:  calc(135 / var(--break) * 100vw);
    --size140px:  calc(140 / var(--break) * 100vw);
    --size145px:  calc(145 / var(--break) * 100vw);
    --size150px:  calc(150 / var(--break) * 100vw);
    --size160px:  calc(160 / var(--break) * 100vw);
    --size170px:  calc(170 / var(--break) * 100vw);
    --size180px:  calc(180 / var(--break) * 100vw);
    --size190px:  calc(190 / var(--break) * 100vw);
    --size200px:  calc(200 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width: 1599px) {
    :root {
		--break: 1599;
    }
}
@media(min-width: 768px) and (max-width: 1299px) {
    :root {
		--break: 1299;
    }
}
@media(max-width:767px) {
        :root {
		--break: 750;
    }
}

/*サイト別フォント・カラー設定*/
.txt_link {
	color: #f5ab28;
	text-decoration: underline;
}
.tgoR{
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.tgoB{
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.kiri{
	font-family: ab-kirigirisu, sans-serif;
	font-weight: 400;
	font-style: normal;
}

/*ここまで*/
html, body {
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 2;
	color: #333333;
	letter-spacing: .1em;
	font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fwn {
	font-weight: normal;
}
.fwb {
	font-weight: bold;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	max-width: 100%;
}
video {
	max-width: 100%;
}
* {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
a {
	color: inherit;
	text-decoration: none;
}
#wrap {
	overflow-x: hidden;
}
.oh {
	overflow: hidden;
}
a:hover {
	opacity: .85;
	transition: .3s;
}
a.zoom{
	pointer-events: none;
}
.inner,.inner1000,.inner1140,.inner1200,.inner1340,.inner1500,.inner1720
{
	max-width: 1240px;
	width: 90%;
	margin: 0 auto;
}
.inner1000 {
	max-width: 1000px;
}
.inner1140 {
	max-width: 1140px;
}
.inner1200 {
	max-width: 1200px;
}
.inner1340 {
	max-width: 1340px;
}
.inner1500 {
	max-width: 1500px;
}
.inner1720 {
	max-width: 1720px;
}
.w100 {
	width: 100%!important;
}
table{
	table-layout: fixed;
}
td input{
	max-width: 100%;
}
a[href^="tel:"] {
	cursor: default;
}
a[href^="tel:"]:hover {
	opacity: 1;
}
.slick-slide {
	outline: none;
}
.adjust {
	display: none;
}
.tb_only {
	display: none;
}
.sp_only {
	display: none;
}
.tb_pc {
	display: inherit;
}
.sp_tb {
	display: none;
}
.flex {
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.flex.start     { -webkit-justify-content: flex-start; justify-content: flex-start; }
.flex.end       { -webkit-justify-content: flex-end; justify-content: flex-end; }
.flex.center    { -webkit-justify-content: center; justify-content: center; }
.flex.around    { -webkit-justify-content: space-around; justify-content: space-around; }
.flex.between   { -webkit-justify-content: space-between; justify-content: space-between; }
.flex.stretch   { -webkit-align-items: stretch; align-items: stretch; }
.flex.ai_center { -webkit-align-items: center; align-items: center; }
.flex.ai_start  { -webkit-align-items: flex-start; align-items: flex-start; }
.flex.ai_end    { -webkit-align-items: flex-end; align-items: flex-end; }
.flex.nowrap    { -webkit-flex-wrap: nowrap; flex-wrap: nowrap; }
.flex.column    { -ms-flex-direction:column; -webkit-flex-direction:column; flex-direction:column; }
.flex.row       { -ms-flex-direction:row; -webkit-flex-direction:row; flex-direction:row; }
.flex.c_reverse { -ms-flex-direction:column-reverse; -webkit-flex-direction:column-reverse; flex-direction:column-reverse; }
.flex.r_reverse { -ms-flex-direction:row-reverse; -webkit-flex-direction:row-reverse; flex-direction:row-reverse; }
.flex.cc { -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; }
.flex.ccc { -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; text-align: center;}
.flex.cccc { -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; text-align: center; -webkit-flex-direction:column; flex-direction:column;}
.noshrink       { flex: 0 0 auto; }
.grow           { flex: 1 1 auto; }

.ccl { border-radius: 100%; }
.bdrd5 {border-radius: var(--size5px);}
.bdrd10 {border-radius: var(--size10px);}
.bdrd15 {border-radius: var(--size15px);}
.bdrd20 {border-radius: var(--size20px);}
.bdrd25 {border-radius: var(--size25px);}
.bdrd30 {border-radius: var(--size30px);}
.bdrd35 {border-radius: var(--size35px);}
.bdrd40 {border-radius: var(--size40px);}
.bdrd45 {border-radius: var(--size45px);}
.bdrd50 {border-radius: var(--size50px);}

.txt_center { text-align: center; }
.txt_right { text-align: right; }
.txt_rl {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
}

.mgn_a {
	margin-left: auto;
	margin-right: auto;
}
.mgn_l { margin-left: auto; }
.mgn_r { margin-right: auto; }
.no_mgn { margin-bottom: 0!important;}
.mb5    { margin-bottom: var(--size5px); }
.mb10   { margin-bottom: var(--size10px); }
.mb15   { margin-bottom: var(--size15px); }
.mb20   { margin-bottom: var(--size20px); }
.mb25   { margin-bottom: var(--size25px); }
.mb30   { margin-bottom: var(--size30px); }
.mb35   { margin-bottom: var(--size35px); }
.mb40   { margin-bottom: var(--size40px); }
.mb45   { margin-bottom: var(--size45px); }
.mb50   { margin-bottom: var(--size50px); }
.mb55   { margin-bottom: var(--size55px); }
.mb60   { margin-bottom: var(--size60px); }
.mb65   { margin-bottom: var(--size65px); }
.mb70   { margin-bottom: var(--size70px); }
.mb75   { margin-bottom: var(--size75px); }
.mb80   { margin-bottom: var(--size80px); }
.mb85   { margin-bottom: var(--size85px); }
.mb90   { margin-bottom: var(--size90px); }
.mb95   { margin-bottom: var(--size95px); }
.mb100  { margin-bottom: var(--size100px); }
.mb105  { margin-bottom: var(--size105px); }
.mb110  { margin-bottom: var(--size110px); }
.mb115  { margin-bottom: var(--size115px); }
.mb120  { margin-bottom: var(--size120px); }
.mb125  { margin-bottom: var(--size125px); }
.mb130  { margin-bottom: var(--size130px); }
.mb135  { margin-bottom: var(--size135px); }
.mb140  { margin-bottom: var(--size140px); }
.mb145  { margin-bottom: var(--size145px); }
.mb150  { margin-bottom: var(--size150px); }
.mb05em { margin-bottom:0.5em; }
.mb10em { margin-bottom:1.0em; }
.mb15em { margin-bottom:1.5em; }
.mb20em { margin-bottom:2.0em; }
.mb25em { margin-bottom:2.5em; }
.mb30em { margin-bottom:3.0em; }

.mt5    { margin-top: var(--size5px); }
.mt10   { margin-top: var(--size10px); }
.mt15   { margin-top: var(--size15px); }
.mt20   { margin-top: var(--size20px); }
.mt25   { margin-top: var(--size25px); }
.mt30   { margin-top: var(--size30px); }
.mt35   { margin-top: var(--size35px); }
.mt40   { margin-top: var(--size40px); }
.mt45   { margin-top: var(--size45px); }
.mt50   { margin-top: var(--size50px); }
.mt55   { margin-top: var(--size55px); }
.mt60   { margin-top: var(--size60px); }
.mt65   { margin-top: var(--size65px); }
.mt70   { margin-top: var(--size70px); }
.mt75   { margin-top: var(--size75px); }
.mt80   { margin-top: var(--size80px); }
.mt85   { margin-top: var(--size85px); }
.mt90   { margin-top: var(--size90px); }
.mt95   { margin-top: var(--size95px); }
.mt100  { margin-top: var(--size100px); }
.mt105  { margin-top: var(--size105px); }
.mt110  { margin-top: var(--size110px); }
.mt115  { margin-top: var(--size115px); }
.mt120  { margin-top: var(--size120px); }
.mt125  { margin-top: var(--size125px); }
.mt130  { margin-top: var(--size130px); }
.mt135  { margin-top: var(--size135px); }
.mt140  { margin-top: var(--size140px); }
.mt145  { margin-top: var(--size145px); }
.mt150  { margin-top: var(--size150px); }
.mt05em { margin-top:0.5em; }
.mt10em { margin-top:1.0em; }
.mt15em { margin-top:1.5em; }
.mt20em { margin-top:2.0em; }
.mt25em { margin-top:2.5em; }
.mt30em { margin-top:3.0em; }

.mr5 {margin-right: var(--size5px); }
.mr10 {margin-right: var(--size10px); }
.mr15 {margin-right: var(--size15px); }
.mr20 {margin-right: var(--size20px); }
.mr25 {margin-right: var(--size25px); }
.mr30 {margin-right: var(--size30px); }
.mr35 {margin-right: var(--size35px); }
.mr40 {margin-right: var(--size40px); }
.mr45 {margin-right: var(--size45px); }
.mr50 {margin-right: var(--size50px); }

.ml5 {margin-left: var(--size5px); }
.ml10 {margin-left: var(--size10px); }
.ml15 {margin-left: var(--size15px); }
.ml20 {margin-left: var(--size20px); }
.ml25 {margin-left: var(--size25px); }
.ml30 {margin-left: var(--size30px); }
.ml35 {margin-left: var(--size35px); }
.ml40 {margin-left: var(--size40px); }
.ml45 {margin-left: var(--size45px); }
.ml50 {margin-left: var(--size50px); }

.db { display: block; }
.dib { display: inline-block; }
.por { position: relative; z-index: 1; }
.poa { position: absolute; }
.zi0 { z-index: 0; }
.zi1 { z-index: 1; }
.zi2 { z-index: 2; }

.turn_up {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.lh1 { line-height: 1; }
.lh11 { line-height: 1.1; }
.lh12 { line-height: 1.2; }
.lh13 { line-height: 1.3; }
.lh14 { line-height: 1.4; }
.lh15 { line-height: 1.5; }
.lh16 { line-height: 1.6; }
.lh17 { line-height: 1.7; }
.lh18 { line-height: 1.8; }
.lh19 { line-height: 1.9; }
.lh2 { line-height: 2; }
.lh22 { line-height: 2.2; }
.lh25 { line-height: 2.5; }

.pt0 { padding-top: 0; }
.pt5 { padding-top: var(--size5px); }
.pt10 { padding-top: var(--size10px); }
.pt15 { padding-top: var(--size15px); }
.pt20 { padding-top: var(--size20px); }
.pt25 { padding-top: var(--size25px); }
.pt30 { padding-top: var(--size30px); }
.pt35 { padding-top: var(--size35px); }
.pt40 { padding-top: var(--size40px); }
.pt45 { padding-top: var(--size45px); }
.pt50 { padding-top: var(--size50px); }
.pt55 { padding-top: var(--size55px); }
.pt60 { padding-top: var(--size60px); }
.pt65 { padding-top: var(--size65px); }
.pt70 { padding-top: var(--size70px); }
.pt75 { padding-top: var(--size75px); }
.pt80 { padding-top: var(--size80px); }
.pt85 { padding-top: var(--size85px); }
.pt90 { padding-top: var(--size90px); }
.pt95 { padding-top: var(--size95px); }
.pt100 { padding-top: var(--size100px); }
.pt105 { padding-top: var(--size105px); }
.pt110 { padding-top: var(--size110px); }
.pt115 { padding-top: var(--size115px); }
.pt120 { padding-top: var(--size120px); }
.pt125 { padding-top: var(--size125px); }
.pt130 { padding-top: var(--size130px); }
.pt135 { padding-top: var(--size135px); }
.pt140 { padding-top: var(--size140px); }
.pt145 { padding-top: var(--size145px); }
.pt150 { padding-top: var(--size150px); }
.pt160 { padding-top: var(--size160px); }
.pt170 { padding-top: var(--size170px); }
.pt180 { padding-top: var(--size180px); }
.pt190 { padding-top: var(--size190px); }
.pt200 { padding-top: var(--size200px); }

.pb0 { padding-bottom: 0; }
.pb5 { padding-bottom: var(--size5px); }
.pb10 { padding-bottom: var(--size10px); }
.pb15 { padding-bottom: var(--size15px); }
.pb20 { padding-bottom: var(--size20px); }
.pb25 { padding-bottom: var(--size25px); }
.pb30 { padding-bottom: var(--size30px); }
.pb35 { padding-bottom: var(--size35px); }
.pb40 { padding-bottom: var(--size40px); }
.pb45 { padding-bottom: var(--size45px); }
.pb50 { padding-bottom: var(--size50px); }
.pb55 { padding-bottom: var(--size55px); }
.pb60 { padding-bottom: var(--size60px); }
.pb65 { padding-bottom: var(--size65px); }
.pb70 { padding-bottom: var(--size70px); }
.pb75 { padding-bottom: var(--size75px); }
.pb80 { padding-bottom: var(--size80px); }
.pb85 { padding-bottom: var(--size85px); }
.pb90 { padding-bottom: var(--size90px); }
.pb95 { padding-bottom: var(--size95px); }
.pb100 { padding-bottom: var(--size100px); }
.pb105 { padding-bottom: var(--size105px); }
.pb110 { padding-bottom: var(--size110px); }
.pb115 { padding-bottom: var(--size115px); }
.pb120 { padding-bottom: var(--size120px); }
.pb125 { padding-bottom: var(--size125px); }
.pb130 { padding-bottom: var(--size130px); }
.pb135 { padding-bottom: var(--size135px); }
.pb140 { padding-bottom: var(--size140px); }
.pb145 { padding-bottom: var(--size145px); }
.pb150 { padding-bottom: var(--size150px); }
.pb160 { padding-bottom: var(--size160px); }
.pb170 { padding-bottom: var(--size170px); }
.pb180 { padding-bottom: var(--size180px); }
.pb190 { padding-bottom: var(--size190px); }
.pb200 { padding-bottom: var(--size200px); }

.pr5 {padding-right: var(--size5px); }
.pr10 {padding-right: var(--size10px); }
.pr15 {padding-right: var(--size15px); }
.pr20 {padding-right: var(--size20px); }
.pr25 {padding-right: var(--size25px); }
.pr30 {padding-right: var(--size30px); }
.pr35 {padding-right: var(--size35px); }
.pr40 {padding-right: var(--size40px); }
.pr45 {padding-right: var(--size45px); }
.pr50 {padding-right: var(--size50px); }
.pr55 {padding-right: var(--size55px); }
.pr60 {padding-right: var(--size60px); }
.pr65 {padding-right: var(--size65px); }
.pr70 {padding-right: var(--size70px); }
.pr75 {padding-right: var(--size75px); }
.pr80 {padding-right: var(--size80px); }
.pr85 {padding-right: var(--size85px); }
.pr90 {padding-right: var(--size90px); }
.pr95 {padding-right: var(--size95px); }
.pr100 { padding-right: var(--size100px); }

.pl5 {padding-left: var(--size5px); }
.pl10 {padding-left: var(--size10px); }
.pl15 {padding-left: var(--size15px); }
.pl20 {padding-left: var(--size20px); }
.pl25 {padding-left: var(--size25px); }
.pl30 {padding-left: var(--size30px); }
.pl35 {padding-left: var(--size35px); }
.pl40 {padding-left: var(--size40px); }
.pl45 {padding-left: var(--size45px); }
.pl50 {padding-left: var(--size50px); }
.pl55 {padding-left: var(--size55px); }
.pl60 {padding-left: var(--size60px); }
.pl65 {padding-left: var(--size65px); }
.pl70 {padding-left: var(--size70px); }
.pl75 {padding-left: var(--size75px); }
.pl80 {padding-left: var(--size80px); }
.pl85 {padding-left: var(--size85px); }
.pl90 {padding-left: var(--size90px); }
.pl95 {padding-left: var(--size95px); }
.pl100 { padding-left: var(--size100px); }

.prl5 { padding-right: var(--size5px); padding-left: var(--size5px); }
.prl10 { padding-right: var(--size10px); padding-left: var(--size10px); }
.prl15 { padding-right: var(--size15px); padding-left: var(--size15px); }
.prl20 { padding-right: var(--size20px); padding-left: var(--size20px); }
.prl25 { padding-right: var(--size25px); padding-left: var(--size25px); }
.prl30 { padding-right: var(--size30px); padding-left: var(--size30px); }
.prl35 { padding-right: var(--size35px); padding-left: var(--size35px); }
.prl40 { padding-right: var(--size40px); padding-left: var(--size40px); }
.prl45 { padding-right: var(--size45px); padding-left: var(--size45px); }
.prl50 { padding-right: var(--size50px); padding-left: var(--size50px); }
.prl55 { padding-right: var(--size55px); padding-left: var(--size55px); }
.prl60 { padding-right: var(--size60px); padding-left: var(--size60px); }
.prl65 { padding-right: var(--size65px); padding-left: var(--size65px); }
.prl70 { padding-right: var(--size70px); padding-left: var(--size70px); }
.prl75 { padding-right: var(--size75px); padding-left: var(--size75px); }
.prl80 { padding-right: var(--size80px); padding-left: var(--size80px); }
.prl85 { padding-right: var(--size85px); padding-left: var(--size85px); }
.prl90 { padding-right: var(--size90px); padding-left: var(--size90px); }
.prl95 { padding-right: var(--size95px); padding-left: var(--size95px); }
.prl100 { padding-right: var(--size100px); padding-left: var(--size100px); }

.fz10{font-size: .625rem; letter-spacing: .1em;}
.fz12{font-size: .75rem; letter-spacing: .1em;}
.fz13{font-size: .8125rem; letter-spacing: .1em;}
.fz14{font-size: .875rem; letter-spacing: .1em;}
.fz15{font-size: .9375rem; letter-spacing: .1em;}
.fz16{font-size: 1rem; letter-spacing: .1em;}
.fz18{font-size: 1.125rem; letter-spacing: .1em;}
.fz20{font-size: 1.25rem; letter-spacing: .1em;}
.fz22{font-size: 1.375rem; letter-spacing: .1em;}
.fz24{font-size: 1.5rem; letter-spacing: .1em;}
.fz25{font-size: 1.5625rem; letter-spacing: .1em;}
.fz26{font-size: 1.625rem; letter-spacing: .1em;}
.fz28{font-size: 1.75rem; letter-spacing: .1em;}
.fz30{font-size: 1.875rem; letter-spacing: .1em;}
.fz32{font-size: 2rem; letter-spacing: .1em;}
.fz34{font-size: 2.125rem; letter-spacing: .1em;}
.fz36{font-size: 2.25rem; letter-spacing: .1em;}
.fz38{font-size: 2.375rem; letter-spacing: .1em;}
.fz40{font-size: 2.5rem; letter-spacing: .1em;}
.fz42{font-size: 2.625rem; letter-spacing: .1em;}
.fz44{font-size: 2.75rem; letter-spacing: .1em;}
.fz46{font-size: 2.875rem; letter-spacing: .1em;}
.fz48{font-size: 3rem; letter-spacing: .1em;}
.fz50{font-size: 3.125rem; letter-spacing: .1em;}
.fz52{font-size: 3.25rem; letter-spacing: .1em;}
.fz54{font-size: 3.375rem; letter-spacing: .1em;}
.fz56{font-size: 3.5rem; letter-spacing: .1em;}
.fz58{font-size: 3.625rem; letter-spacing: .1em;}
.fz60{font-size: 3.75rem; letter-spacing: .1em;}
.fz62{font-size: 3.875rem; letter-spacing: .1em;}
.fz64{font-size: 4rem; letter-spacing: .1em;}
.fz66{font-size: 4.125rem; letter-spacing: .1em;}
.fz68{font-size: 4.25rem; letter-spacing: .1em;}
.fz70{font-size: 4.375rem; letter-spacing: .1em;}
.fz74{font-size: 4.625rem; letter-spacing: .1em;}
.fz80{font-size: 5rem; letter-spacing: .1em;}
.fz84{font-size: 5.25rem; letter-spacing: .1em;}
.fz90{font-size: 5.625rem; letter-spacing: .1em;}
.fz96{font-size: 6rem; letter-spacing: .1em;}
.fz100{font-size: 6.25rem; letter-spacing: .1em;}
.fz110{font-size: 6.875rem; letter-spacing: .1em;}
.fz120{font-size: 7.5rem; letter-spacing: .1em;}
.fz130{font-size: 8.125rem; letter-spacing: .1em;}
.fz140{font-size: 8.75rem; letter-spacing: .1em;}
.fz150{font-size: 9.375rem; letter-spacing: .1em;}

.ls0 { letter-spacing: 0; }
.ls05 { letter-spacing: .05em; }
.ls1 { letter-spacing: .1em; }
.ls15 { letter-spacing: .15em; }
.ls2 { letter-spacing: .2em; }

.txt_white { color: #fff!important; }
.bg_white { background-color: #fff!important; }
.shadow_w {
	text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
}
em { font-style: normal; }


.txt_col01{color: var(--color01) !important;}
.txt_col02{color: var(--color02) !important;}
.txt_col03{color: var(--color03) !important;}
.txt_col04{color: var(--color04) !important;}
.txt_col05{color: var(--color05) !important;}
.txt_col06{color: var(--color06) !important;}
.txt_col07{color: var(--color07) !important;}
.txt_col08{color: var(--color08) !important;}
.txt_col09{color: var(--color09) !important;}
.txt_col10{color: var(--color10) !important;}
.txt_col11{color: var(--color11) !important;}
.txt_col12{color: var(--color12) !important;}
.txt_col13{color: var(--color13) !important;}
.txt_col14{color: var(--color14) !important;}
.txt_col15{color: var(--color15) !important;}
.txt_col16{color: var(--color16) !important;}
.txt_col17{color: var(--color17) !important;}
.txt_col18{color: var(--color18) !important;}
.txt_col19{color: var(--color19) !important;}
.txt_col20{color: var(--color20) !important;}

.txt_col_fl01::first-letter{color: var(--color01) !important;}
.txt_col_fl02::first-letter{color: var(--color02) !important;}
.txt_col_fl03::first-letter{color: var(--color03) !important;}
.txt_col_fl04::first-letter{color: var(--color04) !important;}
.txt_col_fl05::first-letter{color: var(--color05) !important;}
.txt_col_fl06::first-letter{color: var(--color06) !important;}
.txt_col_fl07::first-letter{color: var(--color07) !important;}
.txt_col_fl08::first-letter{color: var(--color08) !important;}
.txt_col_fl09::first-letter{color: var(--color09) !important;}
.txt_col_fl10::first-letter{color: var(--color10) !important;}
.txt_col_fl11::first-letter{color: var(--color11) !important;}
.txt_col_fl12::first-letter{color: var(--color12) !important;}
.txt_col_fl13::first-letter{color: var(--color13) !important;}
.txt_col_fl14::first-letter{color: var(--color14) !important;}
.txt_col_fl15::first-letter{color: var(--color15) !important;}
.txt_col_fl16::first-letter{color: var(--color16) !important;}
.txt_col_fl17::first-letter{color: var(--color17) !important;}
.txt_col_fl18::first-letter{color: var(--color18) !important;}
.txt_col_fl19::first-letter{color: var(--color19) !important;}
.txt_col_fl20::first-letter{color: var(--color20) !important;}

.bg_col01{background-color: var(--color01) !important;}
.bg_col02{background-color: var(--color02) !important;}
.bg_col03{background-color: var(--color03) !important;}
.bg_col04{background-color: var(--color04) !important;}
.bg_col05{background-color: var(--color05) !important;}
.bg_col06{background-color: var(--color06) !important;}
.bg_col07{background-color: var(--color07) !important;}
.bg_col08{background-color: var(--color08) !important;}
.bg_col09{background-color: var(--color09) !important;}
.bg_col10{background-color: var(--color10) !important;}
.bg_col11{background-color: var(--color11) !important;}
.bg_col12{background-color: var(--color12) !important;}
.bg_col13{background-color: var(--color13) !important;}
.bg_col14{background-color: var(--color14) !important;}
.bg_col15{background-color: var(--color15) !important;}
.bg_col16{background-color: var(--color16) !important;}
.bg_col17{background-color: var(--color17) !important;}
.bg_col18{background-color: var(--color18) !important;}
.bg_col19{background-color: var(--color19) !important;}
.bg_col20{background-color: var(--color20) !important;}

.bdr_col01{border-color: var(--color01) !important;}
.bdr_col02{border-color: var(--color02) !important;}
.bdr_col03{border-color: var(--color03) !important;}
.bdr_col04{border-color: var(--color04) !important;}
.bdr_col05{border-color: var(--color05) !important;}
.bdr_col06{border-color: var(--color06) !important;}
.bdr_col07{border-color: var(--color07) !important;}
.bdr_col08{border-color: var(--color08) !important;}
.bdr_col09{border-color: var(--color09) !important;}
.bdr_col10{border-color: var(--color10) !important;}
.bdr_col11{border-color: var(--color11) !important;}
.bdr_col12{border-color: var(--color12) !important;}
.bdr_col13{border-color: var(--color13) !important;}
.bdr_col14{border-color: var(--color14) !important;}
.bdr_col15{border-color: var(--color15) !important;}
.bdr_col16{border-color: var(--color16) !important;}
.bdr_col17{border-color: var(--color17) !important;}
.bdr_col18{border-color: var(--color18) !important;}
.bdr_col19{border-color: var(--color19) !important;}
.bdr_col20{border-color: var(--color20) !important;}

.bbw {
	border-bottom: 1px solid #fff;
}

.parallax { 
	width: 100%; 
	background-attachment: fixed!important; 
} 
.parallax.is_ios, .tab.parallax { 
	background-attachment: inherit!important; 
} 
.ready {
	position: relative;
}
.ready a {
	pointer-events: none;
}
.ready a:hover {
	opacity: 1;
	cursor: default;
}
.ready:before {
	content: "準備中";
    color: #fff;
    text-align: center;
    width: calc(100 / var(--break) * 100vw);
    height: calc(40 / var(--break) * 100vw);
    line-height: calc(40 / var(--break) * 100vw);
    background: rgba(51,51,51,.7);
    font-size: 1.125rem;
    letter-spacing: .1em;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    position: absolute;
}
@media(max-width: 767px){ 
.parallax, .parallax.is_ios, .tab.parallax {  
		width: 100%;  
		background-attachment: inherit!important;  
	}
}
@media(min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
	.slick-slide img,
	#sb_instagram .sbi_photo_wrap
	{
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
	}
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
	.pc_only {
		display: none;
	}
	.tb_only {
		display: inherit;
	}
	.sp_only {
		display: none;
	}
	.tb_pc {
		display: inherit;
	}
	.sp_tb {
		display: inherit;
	}
}
@media(max-width: 767px) {
	:root {
		font-size: 4.27vw;
	}
	html, body {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.lum-lightbox {
		background-color: rgba(255,255,255,.9);
	}
	.lum-close-button:after, .lum-close-button:before {
		background-color: rgb(000,000,000);
	}
	.lum-gallery-button {
		display: none !important;
	}
	a.zoom{
		position: relative;
		display: block;
		pointer-events: auto;
	}
	a.zoom:before {
		content: "タップで拡大します";
		position: absolute;
		width: 100%;
		height: 4.27vw;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		letter-spacing: .1em;
		line-height: 4.27vw;
		text-shadow: 0 0 calc(5 / var(--break) * 100vw) #fff, 0 0 calc(5 / var(--break) * 100vw) #fff, 0 0 calc(10 / var(--break) * 100vw) #fff, 0 0 calc(10 / var(--break) * 100vw) #fff, 0 0 calc(15 / var(--break) * 100vw) #fff, 0 0 calc(15 / var(--break) * 100vw) #fff;
		text-align: center;
	}
	a.zoom:after{
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 1.5em;
		height: 1.5em;
		background-color: rgba(0,0,0,0.5);
		background-image: url("images/page/icn_zoom.svg");
		background-size: 1em 1em;
		background-position: center center;
		background-repeat: no-repeat;
	}
	.lum-lightbox.lum-open {
		z-index: 10;
	}
	.lum-lightbox-image-wrapper {
		overflow-x: scroll;
	}
	.lum-lightbox-inner img {
		max-width: calc(1000 / var(--break) * 100vw);
	}
	.inner,.inner1000,.inner1140,.inner1200,.inner1340,.inner1500,.inner1720 {
		width: 100%;
		max-width: calc(702 / var(--break) * 100vw);
	}
	.pc_only {
		display: none;
	}
	.tb_only {
		display: none;
	}
	.sp_only {
		display: inherit;
	}
	.tb_pc {
		display: none;
	}
	.sp_tb {
		display: inherit;
	}

	.pt_1vw { padding-top: 1vw;}
	.pt_2vw { padding-top: 2vw;}
	.pt_3vw { padding-top: 3vw;}
	.pt_4vw { padding-top: 3vw;}
	.pt_5vw { padding-top: 5vw;}
	.pt_6vw { padding-top: 6vw;}
	.pt_7vw { padding-top: 7vw;}
	.pt_8vw { padding-top: 8vw;}
	.pt_9vw { padding-top: 9vw;}
	.pt_10vw { padding-top: 10vw;}
	.pt_11vw { padding-top: 11vw;}
	.pt_12vw { padding-top: 12vw;}
	.pt_13vw { padding-top: 13vw;}
	.pt_14vw { padding-top: 14vw;}
	.pt_15vw { padding-top: 15vw;}

	.pb_1vw { padding-bottom: 1vw; }
	.pb_2vw { padding-bottom: 2vw; }
	.pb_3vw { padding-bottom: 4vw; }
	.pb_5vw { padding-bottom: 5vw; }
	.pb_6vw { padding-bottom: 6vw; }
	.pb_7vw { padding-bottom: 7vw; }
	.pb_8vw { padding-bottom: 8vw; }
	.pb_9vw { padding-bottom: 9vw; }
	.pb_10vw { padding-bottom: 10vw; }
	.pb_11vw { padding-bottom: 11vw; }
	.pb_12vw { padding-bottom: 12vw; }
	.pb_13vw { padding-bottom: 13vw; }
	.pb_14vw { padding-bottom: 14vw; }
	.pb_15vw { padding-bottom: 15vw; }
	
	.ls0_sp { letter-spacing: 0!important; }
	.ls05_sp { letter-spacing: .05em!important; }
	.ls15_sp { letter-spacing: .15em!important; }
	.ls2_sp { letter-spacing: .2em!important; }

	.txt_width {
		max-width: calc(646 / var(--break) * 100vw)!important;
		margin-left: auto;
		margin-right: auto;
	}
	.sp_left {
		text-align: left!important;
	}
	.shadow_w {
		text-shadow: 0 0 calc(5 / var(--break) * 100vw) #fff, 0 0 calc(5 / var(--break) * 100vw) #fff, 0 0 calc(10 / var(--break) * 100vw) #fff, 0 0 calc(10 / var(--break) * 100vw) #fff, 0 0 calc(15 / var(--break) * 100vw) #fff, 0 0 calc(15 / var(--break) * 100vw) #fff;
	}
	.txt_tb {
		writing-mode: horizontal-tb;
	}
	.ready:before {
		font-size: .75rem;
	}
}


/* ヘッダー header
------------------------------------------------------------------*/
header {
	width: 100%;
	z-index: 10;
}
header h1 {
	width: calc(389	/var(--break)*100vw);
	height: calc(119 /var(--break)*100vw);
	margin: calc(24 /var(--break)*100vw) 0 0 calc(24 /var(--break)*100vw);
}
header h1 img{
	width: 100%;
}
.wrap_head01{
	top: calc(34 /var(--break)*100vw);
	right: calc(654 /var(--break)*100vw);
}
.wrap_head01 span{
	display: inline-block;
	vertical-align: middle;
}
.txt_head01{
	width: 100%;
	margin-bottom: calc(12 /var(--break)*100vw);
}
.txt_head01 .wrap{
	display: flex;
	-webkit-align-items: center; align-items: center;
	font-weight: 400;
}
.txt_head01 .wrap .icn{
	width: calc(24 /var(--break)*100vw);
	margin-left: calc(6 /var(--break)*100vw);
	margin-right: calc(12 /var(--break)*100vw);
}
.txt_head02{
	width: 100%;
}
.txt_head02 .wrap{
	display: flex;
	-webkit-align-items: center; align-items: center;
}
.txt_head02 .wrap .icn{
	width: calc(34 /var(--break)*100vw);
	margin-right: calc(15 /var(--break)*100vw);
}

.wrap_head02{
	width: calc(510 /var(--break)*100vw);
	top: calc(24 /var(--break)*100vw);
	right: calc(124 /var(--break)*100vw);
}
.wrap_head02 .row_head01{
	width: 100%;
}
.wrap_head02 .row_head01 .col_tel{
	width: calc(290/510*100%);
}
.wrap_head02 .row_head01 .col_web{
	width: calc(220/510*100%);
}
.wrap_head02 .row_head01 a{
	height: calc(100 /var(--break)*100vw);
	padding-bottom: calc(12 /var(--break)*100vw);
}
.wrap_head02 .row_head01 .col_tel a{
	border-top-left-radius: calc(20 /var(--break)*100vw);
	border-bottom-left-radius: calc(20 /var(--break)*100vw);
}
.wrap_head02 .row_head01 .col_tel .icn{
	width: calc(24 /var(--break)*100vw);
	margin-right: calc(10 /var(--break)*100vw);
}
.wrap_head02 .row_head01 .col_web .icn{
	width: calc(28 /var(--break)*100vw);
	margin-right: calc(8 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	header h1 {
		width: calc(389	/1599*100vw);
		height: calc(119 /1599*100vw);
		margin: calc(24 /1599*100vw) 0 0 calc(24 /1599*100vw);
	}
	.wrap_head01{
		top: calc(34 /1599*100vw);
		right: calc(654 /1599*100vw);
		font-size: calc(18/1599*100vw);
	}
	.txt_head01{
		margin-bottom: calc(12 /1599*100vw);
	}
	.txt_head01 .wrap .icn{
		width: calc(24 /1599*100vw);
		margin-left: calc(6 /1599*100vw);
		margin-right: calc(12 /1599*100vw);
	}
	.txt_head02 .wrap .icn{
		width: calc(34 /1599*100vw);
		margin-right: calc(15 /1599*100vw);
	}

	.wrap_head02{
		width: calc(510 /1599*100vw);
		top: calc(24 /1599*100vw);
		right: calc(124 /1599*100vw);
		font-size: calc(18/1599*100vw);
	}
	.wrap_head02 .row_head01 a{
		height: calc(100 /1599*100vw);
		padding-bottom: calc(12 /1599*100vw);
	}
	.wrap_head02 .row_head01 .col_tel a{
		border-top-left-radius: calc(20 /1599*100vw);
		border-bottom-left-radius: calc(20 /1599*100vw);
	}
	.wrap_head02 .row_head01 .col_tel .icn{
		width: calc(24 /1599*100vw);
		margin-right: calc(10 /1599*100vw);
	}
	.wrap_head02 .row_head01 .col_web .icn{
		width: calc(28 /1599*100vw);
		margin-right: calc(8 /1599*100vw);
	}
	.wrap_head02 .row_head01 .fz32{
		font-size: calc(32/1599*100vw);
	}
	.wrap_head02 .row_head01 .fz28{
		font-size: calc(28/1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	header h1 {
		width: calc(391	/var(--break)*100vw);
		height: calc(119 /var(--break)*100vw);
		margin: calc(24 /var(--break)*100vw) 0 0 calc(24 /var(--break)*100vw);
	}
}


/* メインイメージ main_img
------------------------------------------------------------------*/
.main_img {
	position: relative;
	background: url("images/page/ptn01.png");
}
.main_img .slide_main {
	opacity: 0;
	transition: opacity .3s linear;
	pointer-events: none;
}
.main_img .slide_main.slick-initialized {
	opacity: 1;
}
.main_img .slide_main li {
	min-height: calc(885 /1920*100vw);
	height: 100vh;
	max-height: calc(1000 /1920*100vw);
}
.main_img.tab .slide_main li {
	height: auto;
}
.main01 {
}
.box_catch01{
	width: calc(740 /1920*100vw);
	height: calc(636 /1920*100vw);
	background: #ffffff;
	border-radius: 50%;
	top: calc(174 /1920*100vw);
	left: 0;
	right: 0;
	bottom: calc(120 /1920*100vw);
	margin: auto;
	z-index: 1;
	padding-top: calc(83 /1920*100vw);
}
.box_catch01 .catch{
	font-size: calc(44/1920*100vw);
	margin-bottom: calc(39 /1920*100vw);
}
.box_catch01 .catch .fz36{
	font-size: calc(36/1920*100vw);
}
.box_catch01 .catch::after{
	content: "";
	background: url("images/index/deco_catch01.png")no-repeat center/contain;
	width: calc(409 /1920*100vw);
	height: calc(35 /1920*100vw);
	position: absolute;
	bottom:calc(11 /1920*100vw);
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}
.box_catch01 .img01{
	width: calc(400 /1920*100vw);
	margin-bottom: calc(30 /1920*100vw);
}
.box_catch01 .img02{
	width: calc(410 /1920*100vw);
}
.img_main01{
	width: calc(287 /1920*100vw);
	height: calc(256 /1920*100vw);
	top: calc(174 /1920*100vw);
	right: calc(1194 /1920*100vw);
	bottom: calc(500 /1920*100vw);
	left: calc(439 /1920*100vw);
	margin: auto;
}
.img_main01 p{
	width: calc(106 /var(--break)*100vw);
	height: calc(30 /var(--break)*100vw);
	line-height: calc(28 /var(--break)*100vw);
	border-radius: calc(15 /var(--break)*100vw);
	bottom: calc(-34 /var(--break)*100vw);
	left: calc(66 /var(--break)*100vw);
}
.img_main02{
	width: calc(483 /1920*100vw);
	height: calc(367 /1920*100vw);
	top: calc(154 /1920*100vw);
	right: calc(50 /1920*100vw);
	bottom: calc(409 /1920*100vw);
	left: calc(1388 /1920*100vw);
	margin: auto;
}
.img_main03{
	width: calc(428 /1920*100vw);
	height: calc(396 /1920*100vw);
	top: calc(161 /1920*100vw);
	right: calc(1432 /1920*100vw);
	bottom: calc(374 /1920*100vw);
	left: calc(60 /1920*100vw);
	margin: auto;
}
.img_main04{
	width: calc(422 /1920*100vw);
	height: calc(418 /1920*100vw);
	top: calc(452 /1920*100vw);
	right: calc(303 /1920*100vw);
	bottom: calc(61 /1920*100vw);
	left: calc(1195 /1920*100vw);
	margin: auto;
}
.img_main05{
	width: calc(350 /1920*100vw);
	height: calc(331 /1920*100vw);
	top: calc(537 /1920*100vw);
	right: calc(1235 /1920*100vw);
	bottom: calc(62 /1920*100vw);
	left: calc(336 /1920*100vw);
	margin: auto;
}
.main_img .deco01{
	width: calc(37 /1920*100vw);
	height: calc(33 /1920*100vw);
	top: calc(635 /1920*100vw);
	right: calc(1666 /1920*100vw);
	bottom: calc(262 /1920*100vw);
	left: calc(218 /1920*100vw);
	margin: auto;
}
.main_img .deco02{
	width: calc(26 /1920*100vw);
	height: calc(29 /1920*100vw);
	top: calc(177 /1920*100vw);
	right: calc(1316 /1920*100vw);
	bottom: calc(725 /1920*100vw);
	left: calc(578 /1920*100vw);
	margin: auto;
}
.main_img .deco03{
	width: calc(27 /1920*100vw);
	height: calc(39 /1920*100vw);
	top: calc(838 /1920*100vw);
	right: calc(1613 /1920*100vw);
	bottom: calc(53 /1920*100vw);
	left: calc(281 /1920*100vw);
	margin: auto;
}
.main_img .deco04{
	width: calc(27 /1920*100vw);
	height: calc(39 /1920*100vw);
	top: calc(154 /1920*100vw);
	right: calc(683 /1920*100vw);
	bottom: calc(737 /1920*100vw);
	left: calc(1211 /1920*100vw);
	margin: auto;
}
.main_img .deco05{
	width: calc(37 /1920*100vw);
	height: calc(33 /1920*100vw);
	top: calc(842 /1920*100vw);
	right: calc(1169 /1920*100vw);
	bottom: calc(55 /1920*100vw);
	left: calc(715 /1920*100vw);
	margin: auto;
}
.main_img .deco06{
	width: calc(37 /1920*100vw);
	height: calc(33 /1920*100vw);
	top: calc(246 /1920*100vw);
	right: calc(587 /1920*100vw);
	bottom: calc(651 /1920*100vw);
	left: calc(1297 /1920*100vw);
	margin: auto;
}
.main_img .icn01{
	background: url("images/index/icn_main01.svg")no-repeat center/contain;
	width: calc(220 /1920*100vw);
	height: calc(212 /1920*100vw);
	top: calc(678 /1920*100vw);
	right: calc(1660 /1920*100vw);
	bottom: calc(40 /1920*100vw);
	left: calc(40 /1920*100vw);
	margin: auto;
	padding-bottom: calc(18 /var(--break)*100vw);
}
.main_img .icn01 .txt01{
	line-height: calc(40/26*100%);
	margin-bottom: calc(11 /1920*100vw);
}
.main_img .icn01 .txt01.fz26{
	font-size: calc(26 /1920*100vw);
}
.main_img .icn01 .txt01 .fz34{
	font-size: calc(34 /1920*100vw);
}
.main_img .icn01 .txt02 {
	font-size: calc(18 /1920*100vw);
}
.main_img .icn02{
	background: url("images/index/icn_main02.svg")no-repeat center/contain;
	width: calc(190 /1920*100vw);
	height: calc(183 /1920*100vw);
	top: calc(717 /1920*100vw);
	right: calc(300 /1920*100vw);
	bottom: calc(30 /1920*100vw);
	left: calc(1430 /1920*100vw);
	margin: auto;
}
.main_img .icn02 .txt01{
	line-height: calc(40/26*100%);
}
.main_img .icn02 .txt01.fz26{
	font-size: calc(26 /1920*100vw);
}
.main_img .icn02 .txt01 .fz32{
	font-size: calc(32 /1920*100vw);
}
.main_img .icn03{
	background: url("images/index/icn_main03.svg")no-repeat center/contain;
	width: calc(269 /1920*100vw);
	height: calc(259 /1920*100vw);
	top: calc(611 /1920*100vw);
	right: calc(40 /1920*100vw);
	bottom: calc(60 /1920*100vw);
	left: calc(1611 /1920*100vw);
	margin: auto;
	padding-bottom: calc(10 /var(--break)*100vw);
}
.main_img .icn03 .txt01{
	line-height: calc(36.28/26*100%);
	margin-bottom: calc(7 /1920*100vw);
}
.main_img .icn03 .txt01.fz26{
	font-size: calc(26 /1920*100vw);
}
.main_img .icn03 .txt01 .fz74{
	font-size: calc(74 /1920*100vw);
}
.main_img .icn03 .txt01 .fz32{
	font-size: calc(32 /1920*100vw);
}
.main_img .icn03 .txt02 {
	font-size: calc(18 /1920*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {

}
@media only screen and (max-width: 767px) {
	.main_img .slide_main li {
		min-height: auto;
		height: calc(100svh - (120 / var(--break) * 100vw));
		max-height: 100%;
	}
	.box_catch01{
		width: calc(600 /var(--break)*100vw);
		height: calc(516 /var(--break)*100vw);
		top: auto;
		left: 0;
		right: 0;
		bottom: calc(199 /var(--break)*100vw);
		margin: auto;
		padding-top: calc(63 /var(--break)*100vw);
	}
	.box_catch01 .catch{
		font-size: 1.330625rem;
		line-height: calc(56/43*100%);
		letter-spacing: 0;
		margin-bottom: calc(24 /var(--break)*100vw);
	}
	.box_catch01 .catch .fz36{
		font-size: 1.08875rem;
		letter-spacing: 0;
	}
	.box_catch01 .catch::after{
		width: calc(396 /var(--break)*100vw);
		height: calc(34 /var(--break)*100vw);
		bottom:calc(11 /var(--break)*100vw);
	}
	.box_catch01 .img01{
		width: calc(369 /var(--break)*100vw);
		margin-bottom: calc(8 /var(--break)*100vw);
	}
	.box_catch01 .img02{
		width: calc(330 /var(--break)*100vw);
	}
	.img_main01{
		width: calc(160 /var(--break)*100vw);
		height: calc(142 /var(--break)*100vw);
		top: auto;
		right: calc(574 /var(--break)*100vw);
		bottom: calc(533 /var(--break)*100vw);
		left: calc(16 /var(--break)*100vw);
	}
	.img_main01 p{
		width: calc(106 /var(--break)*100vw);
		height: calc(30 /var(--break)*100vw);
		line-height: calc(28 /var(--break)*100vw);
		border-radius: calc(15 /var(--break)*100vw);
		bottom: calc(-40 /var(--break)*100vw);
		left: calc(12 /var(--break)*100vw);
		font-size: 0.5625rem;
		letter-spacing: 0;
	}
	.img_main02{
		width: calc(386 /var(--break)*100vw);
		height: calc(276 /var(--break)*100vw);
		top: auto;
		right: calc(10 /var(--break)*100vw);
		bottom: calc(645 /var(--break)*100vw);
		left: calc(354 /var(--break)*100vw);
	}
	.img_main03{
		width: calc(302 /var(--break)*100vw);
		height: calc(288 /var(--break)*100vw);
		top: auto;
		right: calc(436 /var(--break)*100vw);
		bottom: calc(673 /var(--break)*100vw);
		left: calc(12 /var(--break)*100vw);
	}
	.img_main04{
		width: calc(328 /var(--break)*100vw);
		height: calc(278 /var(--break)*100vw);
		top: auto;
		right: calc(15 /var(--break)*100vw);
		bottom: calc(15 /var(--break)*100vw);
		left: auto;
	}
	.img_main05{
		width: calc(266 /var(--break)*100vw);
		height: calc(251 /var(--break)*100vw);
		top: auto;
		right: auto;
		bottom: calc(20 /var(--break)*100vw);
		left: calc(20 /var(--break)*100vw);
	}
	.main_img .deco01{
		width: calc(37 /var(--break)*100vw);
		height: calc(33 /var(--break)*100vw);
		top: auto;
		right: calc(689 /var(--break)*100vw);
		bottom: calc(270 /var(--break)*100vw);
		left: calc(25 /var(--break)*100vw);
		font-size: 0;
	}
	.main_img .deco02{
		width: calc(23 /var(--break)*100vw);
		height: calc(25 /var(--break)*100vw);
		top: auto;
		right: calc(695 /var(--break)*100vw);
		bottom: calc(636 /var(--break)*100vw);
		left: calc(33 /var(--break)*100vw);
		font-size: 0;
	}
	.main_img .deco03{
		width: calc(27 /var(--break)*100vw);
		height: calc(39 /var(--break)*100vw);
		top: auto;
		right: calc(700 /var(--break)*100vw);
		bottom: calc(61 /var(--break)*100vw);
		left: calc(28 /var(--break)*100vw);
		font-size: 0;
	}
	.main_img .deco04{
		width: calc(27 /var(--break)*100vw);
		height: calc(39 /var(--break)*100vw);
		top: auto;
		right: calc(438 /var(--break)*100vw);
		bottom: calc(809 /var(--break)*100vw);
		left: calc(286 /var(--break)*100vw);
		font-size: 0;
	}
	.main_img .deco05{
		width: calc(37 /var(--break)*100vw);
		height: calc(33 /var(--break)*100vw);
		top: auto;
		right: calc(393 /var(--break)*100vw);
		bottom: calc(111 /var(--break)*100vw);
		left: calc(329 /var(--break)*100vw);
		font-size: 0;
	}
	.main_img .deco06{
		width: calc(37 /var(--break)*100vw);
		height: calc(33 /var(--break)*100vw);
		top: auto;
		right: calc(32 /var(--break)*100vw);
		bottom: calc(354 /var(--break)*100vw);
		left: calc(682 /var(--break)*100vw);
		font-size: 0;
	}
	.main_img .icn01{
		display: none;
	}
	.main_img .icn02{
		display: none;
	}
	.main_img .icn03{
		display: none;
	}
	.box_head{
		height: calc(496 /var(--break)*100vw);
		padding-top: calc(20 /var(--break)*100vw);
	}
	.box_head .wrap_head01{

	}
	.box_head .wrap_head01 span{
		display: inline-block;
		vertical-align: bottom;
	}
	.box_head .txt_head01{
		width: 100%;
		margin-bottom: 0;
	}
	.box_head .txt_head01 .wrap{
		width: 100%;
		font-weight: 400;
	}
	.box_head .txt_head01 .wrap .icn{
		width: calc(32 /var(--break)*100vw);
		margin-left: 0;
		margin-right: calc(15 /var(--break)*100vw);
		padding-bottom: calc(2 /var(--break)*100vw);
	}
	.box_head .txt_head02{
		width: 100%;
		margin-top: calc(-4 /var(--break)*100vw);
	}
	.box_head .txt_head02 .wrap{
		width: 100%;
	}
	.box_head .txt_head02 .wrap .icn{
		width: calc(40 /var(--break)*100vw);
		margin-right: calc(16 /var(--break)*100vw);
		padding-bottom: calc(4 /var(--break)*100vw);
	}
	.box_head .txt_head01 .wrap .icn img,
	.box_head .txt_head02 .wrap .icn img{
		width: 100%;
	}
	.box_head .icn01{
		background: url("images/index/icn_main01.svg")no-repeat center/contain;
		width: calc(220 /var(--break)*100vw);
		height: calc(212 /var(--break)*100vw);
		top: calc(175 /var(--break)*100vw);
		left: calc(41 /var(--break)*100vw);
		margin: auto;
		padding-bottom: calc(18 /var(--break)*100vw);
	}
	.box_head .icn01 .txt01{
		line-height: calc(40/26*100%);
		margin-bottom: calc(11 /var(--break)*100vw);
	}
	.box_head .icn01 .txt01.fz26{
		font-size: 0.8125rem;
		letter-spacing: 0;
	}
	.box_head .icn01 .txt01 .fz34{
		font-size: 1.0625rem;
		letter-spacing: 0;
	}
	.box_head .icn01 .txt02 {
		font-size: 0.5625rem;
		letter-spacing: 0;
	}
	.box_head .icn02{
		background: url("images/index/icn_main02.svg")no-repeat center/contain;
		width: calc(190 /var(--break)*100vw);
		height: calc(183/var(--break)*100vw);
		top: calc(273 /var(--break)*100vw);
		right: calc(307 /var(--break)*100vw);
		margin: auto;
	}
	.box_head .icn02 .txt01{
		line-height: calc(40/26*100%);
	}
	.box_head .icn02 .txt01.fz26{
		font-size: 0.8125rem;
		letter-spacing: 0;
	}
	.box_head .icn02 .txt01 .fz32{
		font-size: 1rem;
		letter-spacing: 0;
	}
	.box_head .icn03{
		background: url("images/index/icn_main03.svg")no-repeat center/contain;
		width: calc(269 /var(--break)*100vw);
		height: calc(259 /var(--break)*100vw);
		top: calc(177 /var(--break)*100vw);
		right: calc(38 /var(--break)*100vw);
		margin: auto;
		padding-bottom: calc(10 /var(--break)*100vw);
	}
	.box_head .icn03 .txt01{
		line-height: calc(36.28/26*100%);
		margin-bottom: calc(7 /1920*100vw);
	}
	.box_head .icn03 .txt01.fz26{
		font-size: 0.8125rem;
		letter-spacing: 0;
	}
	.box_head .icn03 .txt01 .fz74{
		font-size: 2.3125rem;
		letter-spacing: 0;
	}
	.box_head .icn03 .txt01 .fz32{
		font-size: 1rem;
		letter-spacing: 0;
	}
	.box_head .icn03 .txt02 {
		font-size: 0.5625rem;
		letter-spacing: 0;
	}
}

/* グローバルナビゲーション gnav
------------------------------------------------------------------*/
.btn_gnav_sp {
	position: fixed;
	top: calc(24 / var(--break) * 100vw);
	right: calc(24 / var(--break) * 100vw);
	height: calc(100 / var(--break) * 100vw);
	width: calc(100 / var(--break) * 100vw);
	background: #21ac7c;
	border-top-right-radius: calc(20 /var(--break)*100vw);
	border-bottom-right-radius: calc(20 /var(--break)*100vw);
	z-index: 10000;
	outline: none;
}
 .btn_gnav_sp:hover {
	cursor: pointer
}
.btn_gnav_sp .txt_gnav {
	position: absolute;
	width: calc(58 / var(--break) * 100vw);
	right: 0;
	left: 0;
	bottom: calc(12 / var(--break) * 100vw);
	margin: auto;
}
.btn_gnav_sp .icn_gnav {
	width: calc(40 / var(--break) * 100vw);
	height: 4px;
	position: absolute;
	top: calc(-24 / var(--break) * 100vw);
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #ffffff;
	transition: transform .3s ease-in-out;
}
.btn_gnav_sp .icn_gnav:before, .btn_gnav_sp .icn_gnav:after {
	content: "";
	width: 100%;
	height: 4px;
	position: absolute;
	left: 0;
	background: #ffffff;
	transition: transform .3s ease-in-out;
}
.btn_gnav_sp .icn_gnav:before {
	top: calc(-13 / var(--break) * 100vw);
}
.btn_gnav_sp .icn_gnav:after {
	bottom: calc(-13 / var(--break) * 100vw);
}
.open .btn_gnav_sp .icn_gnav {
	background: none;
}
.open .btn_gnav_sp .icn_gnav:before, .open .btn_gnav_sp .icn_gnav:after {
	background: #ffffff;
	transition: transform .3s ease-in-out;
}
.open .btn_gnav_sp .icn_gnav:before {
	transform: rotate(45deg);
	top: 0;
}
.open .btn_gnav_sp .icn_gnav:after {
	transform: rotate(-45deg);
	bottom: 0;
}
.gnav_sp {
	padding: calc(172/var(--break)*100vw) 0 0;
	overflow-y: auto;
	overflow-x: hidden;
	background: rgba(255,255,255,.9);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	width: calc(600/var(--break)*100vw);
	transition: opacity .6s ease, visibility .6s ease;
	line-height: 1.45;
}
.bg_gnav {
	visibility: hidden;
	transition: .3s;
	opacity: 0;
}
.open .bg_gnav {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9998;
	background: rgba(0,0,0,0);
	visibility: visible;
	opacity: 1;
	transition: .3s;
	left: 0;
	top: 0;
}
.gnav_sp .nav_main {
	padding-bottom: calc(33/var(--break)*100vw);
}
.gnav_sp .nav_main > ul {
	padding: 0 0 0 calc(40 /var(--break)*100vw);
	display: block;
}
.gnav_sp .nav_main > ul > li {
	opacity: 0;
	transform: translateX(50%);
	transition: transform .6s ease, opacity .2s ease;
}
.gnav_sp .nav_main > ul > li > a {
	padding: calc(9/var(--break)*100vw) 0 calc(11/var(--break)*100vw) calc(38/var(--break)*100vw);
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	position: relative;
	letter-spacing: 0;
}
.gnav_sp .nav_main > ul > li > a:after {
	content: "";
	background: #eb4956;
	width: calc(19 /var(--break)* 100vw );
	height: calc(13 /var(--break)* 100vw );
	position: absolute;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	left: 0;
	top: calc(3 /var(--break)* 100vw );
	bottom: 0;
	margin: auto;
}
.gnav_sp .nav_main > ul > li > a .ja {
	font-size: 1.25rem;
	letter-spacing: .1em;
	color: #333333;
}
.open .gnav_sp {
	visibility: visible;
	opacity: 1;
}
.open .gnav_sp .nav_main > ul > li, .open .gnav_sp .nav_sub li {
	opacity: 1;
	transform: translateX(0);
	transition: transform 1s ease, opacity .9s ease;
}


@media(min-width: 768px) and (max-width:1599px) {
	.btn_gnav_sp {
		top: calc(24 / 1599 * 100vw);
		right: calc(24 / 1599 * 100vw);
		height: calc(100 / 1599 * 100vw);
		width: calc(100 / 1599 * 100vw);
		border-top-right-radius: calc(20 /1599*100vw);
		border-bottom-right-radius: calc(20 /1599*100vw);
	}
	.btn_gnav_sp .txt_gnav {
		width: calc(58 / 1599 * 100vw);
		bottom: calc(12 / 1599 * 100vw);
		font-size: calc(18/1599*100vw);
	}
	.btn_gnav_sp .icn_gnav {
		width: calc(40 / 1599 * 100vw);
		top: calc(-24 / 1599 * 100vw);
	}
	.btn_gnav_sp .icn_gnav:before {
		top: calc(-13 / 1599 * 100vw);
	}
	.btn_gnav_sp .icn_gnav:after {
		bottom: calc(-13 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {

}
@media only screen and (max-width: 767px) {
	.gnav, .fix_nav {
		display: none;
	}
	.btn_gnav_sp {
		position: fixed;
		top: 3vw;
		right: 3.2vw;
		height: calc(100 / var(--break) * 100vw);
		width: calc(100 / var(--break) * 100vw);
		border-radius: calc(20 /var(--break)*100vw);
		z-index: 10000;
		outline: none;
	}
	.btn_gnav_sp .txt_gnav {
		position: absolute;
		width: calc(58 / var(--break) * 100vw);
		right: 0;
		left: 0;
		bottom: calc(1 / var(--break) * 100vw);
		margin: auto;
	}
	.btn_gnav_sp .icn_gnav {
		height: 2px;
		top: calc(-24 / var(--break) * 100vw);
	}
	.btn_gnav_sp .icn_gnav:before, .btn_gnav_sp .icn_gnav:after {
		height: 2px;
	}
	.gnav_sp {
		padding: 19vw 0 0;
		overflow-y: auto;
		overflow-x: hidden;
		background: rgba(255,255,255,.9);
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
		height: 100%;
		visibility: hidden;
		opacity: 0;
		width: 80%;
		transition: opacity .6s ease, visibility .6s ease;
		line-height: 1.45;
	}
	.bg_gnav {
		visibility: hidden;
		transition: .3s;
		opacity: 0;
	}
	.open .bg_gnav {
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 9998;
		background: rgba(0,0,0,0);
		visibility: visible;
		opacity: 1;
		transition: .3s;
		left: 0;
		top: 0;
	}
	.gnav_sp .nav_main {
		padding-bottom: 20vw;
	}
	.gnav_sp .nav_main > ul {
		padding: 0 0 0 3vw;
		display: block;
	}
	.gnav_sp .nav_main > ul > li {
		opacity: 0;
		transform: translateX(50%);
		transition: transform .6s ease, opacity .2s ease;
	}
	.gnav_sp .nav_main > ul > li > a {
		padding: calc(24 /var(--break)*100vw) 0 calc(23 /var(--break)*100vw) calc(43/var(--break)*100vw);
		display:-webkit-box;/*--- Androidブラウザ用 ---*/
		display:-ms-flexbox;/*--- IE10 ---*/
		display: -webkit-flex;/*--- safari（PC）用 ---*/
		display:flex;
		-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
		-ms-flex-pack:justify;/*--- IE10 ---*/
		-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
		justify-content:space-between;
		-webkit-flex-wrap: wrap; /* Safari */
		flex-wrap: wrap;
		-ms-align-items: center;
		align-items: center;
		position: relative;
		letter-spacing: 0;
	}
	.gnav_sp .nav_main > ul > li > a:after {
		width: calc(23 /var(--break)* 100vw );
		height: calc(16 /var(--break)* 100vw );
		left: calc(2 /var(--break)*100vw);
		top: calc(45 /var(--break)* 100vw );
		bottom: auto;
		margin: auto;
	}
	.gnav_sp .nav_main > ul > li.nav_drawer > a:after {
		transform: rotate(90deg);
	}
	.gnav_sp .nav_main > ul > li.nav_drawer > a.open:after {
		transform: rotate(-90deg);
	}
	.gnav_sp .nav_main > ul > li > a .ja {
		font-size: 1rem;
		letter-spacing: 0;
		line-height: calc(54/32*100%);
		font-weight: 400;
	}
}

/* 新着情報 index_news
------------------------------------------------------------------*/

/* ※パーフェクトスクロールバー用基本css ここからデザインに合わせて適宜変更してください */
.index_news ul {
	overflow: hidden;
	position: relative;
	padding-right: calc(20 / var(--break) * 100vw);
	max-height: 170px;
	height: auto;
	touch-action: auto !important;
	line-height: 1.75;
}
.index_news li:not(:last-of-type) {
}
.index_news li dt {
}
.index_news li dd {
}
.index_news li dd a {
	color: #aaa; /* コーダーさんへに記載されている★標準テキスト：リンク色に変更*/
	text-decoration: underline;
}
/* パーフェクトスクロールバー */
.ps__thumb-y {
	background: #333333 !important;
	right: 0px !important;
	width: 4px !important;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
	background: none !important;
	right: 0px !important;
	width: 4px !important;
	opacity: 1!important;
}
.ps .ps__rail-x.ps--clicking, .ps .ps__rail-x:focus, .ps .ps__rail-x:hover, .ps .ps__rail-y.ps--clicking, .ps .ps__rail-y:focus, .ps .ps__rail-y:hover {
	opacity: 1!important;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.index_news ul {
		padding-right: 5vw;
		max-height: calc(500 / var(--break) * 100vw);
	}
	.index_news li:not(:last-of-type) {
	}
	.index_news li dl {
		display: block;
	}
	.index_news li dt {
		width: 100%;
	}
	.index_news li dd {
		width: 100%;
		line-height: 1.5625;
	}
	.ps__thumb-y, .ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
		width: 2px!important;
	}
}


/* contact
------------------------------------------------------------------*/
.wrap_contact01{
	background: url("images/page/ptn02.png") repeat center / calc(200 / var(--break)* 100vw),#9ed5de;
	padding: calc(80 /var(--break)*100vw) 0 calc(50 /var(--break)*100vw);
}
.ttl_area::before{
	content: "";
	background: url("images/index/deco_contact01.png")no-repeat center/contain;
	width: calc(401 /var(--break)*100vw);
	height: calc(210 /var(--break)*100vw);
	position: absolute;
	left: 0;
	top: calc(-13 /var(--break)*100vw);
	z-index: -1;
}
.ttl_area::after{
	content: "";
	background: url("images/index/deco_contact02.png")no-repeat center/contain;
	width: calc(362 /var(--break)*100vw);
	height: calc(269 /var(--break)*100vw);
	position: absolute;
	right: 0;
	top: calc(10 /var(--break)*100vw);
	z-index: -1;
}
.wrap_contact01 .ttl_area > .ttl01{
	width: calc(567 /var(--break)*100vw);
	margin-bottom: calc(16 /var(--break)*100vw);
}
.wrap_contact01 .ttl_area > .ttl02{
	line-height: calc(60 /18*100%);
	margin-bottom: calc(34 /var(--break)*100vw);
}
.wrap_contact01 .ttl_area > .ttl02 span{
	display: inline-block;
	vertical-align: middle;
}
.wrap_contact01 .ttl_area > .ttl02 .fz50{
	position: relative;
	-webkit-text-stroke: calc(12 /var(--break)*100vw) #fff;
	margin-right: calc(11 /var(--break)*100vw);
}
.wrap_contact01 .ttl_area > .ttl02 .fz50::after{
	content: "米田歯科医院";
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	-webkit-text-stroke:calc(0 /var(--break)*100vw);
	color: #eb4956;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.box_contact01{
	max-width: 1480px;
	border-radius: calc(40 /var(--break)*100vw);
}
.box_contact01 .row_contact01 .col_l{
	width: calc(650/1360*100%);
	border: solid 4px #f5ab28;
	border-radius: calc(20 /var(--break)*100vw);
	padding: calc(48 /var(--break)*100vw) calc(34 /var(--break)*100vw) calc(24 /var(--break)*100vw);
}
.box_contact01 .row_contact01 .col_l .ttl01{
	width: calc(555/650*100%);
	height: calc(63 /var(--break)*100vw);
	border-radius: calc(31.5 /var(--break)*100vw);
	top: calc(-42 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
}
.box_contact01 .row_contact01 .col_l .ttl01::before{
	content: "";
	width: calc(14 /var(--break)*100vw);
	height: calc(12 /var(--break)*100vw);
	background: #f5ab28;
	clip-path: polygon(0 0,100% 0,50% 100%);
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	right: 0;
	margin: auto;
}
.box_contact01 .row_contact01 .col_l .ttl02{
	height: calc(34 /var(--break)*100vw);
	line-height: calc(28 /var(--break)*100vw);
	margin-bottom: calc(15 /var(--break)*100vw);
}
.box_contact01 .row_contact01 .col_l .ttl02::before,
.box_contact01 .row_contact01 .col_l .ttl02::after{
	content: "";
	background: url("images/index/deco_contact03.png")no-repeat center/contain;
	width: calc(24 /var(--break)*100vw);
	height: calc(34 /var(--break)*100vw);
	position: absolute;
	top: 0;
}
.box_contact01 .row_contact01 .col_l .ttl02::before{
	right: calc(50% + (198  /var(--break)*100vw));
}
.box_contact01 .row_contact01 .col_l .ttl02::after{
	background: url("images/index/deco_contact04.png")no-repeat center/contain;
	left: calc(50% + (206  /var(--break)*100vw));
}
.box_contact01 .row_contact01 .col_l .box{
	background: rgba(246,213,63,0.4);
	border-radius: calc(10 /var(--break)*100vw);
	padding-top: calc(5 /var(--break)*100vw);
	padding-bottom: calc(12 /var(--break)*100vw);
}
.box_contact01 .row_contact01 .col_l .box .txt01{
}
.box_contact01 .row_contact01 .col_l .box .txt02{
	line-height: 1.8em;
}
.box_contact01 .row_contact01 .col_r{
	width: calc(650/1360*100%);
	border: solid 4px #21ac7c;
	border-radius: calc(20 /var(--break)*100vw);
	padding: calc(35 /var(--break)*100vw) calc(38 /var(--break)*100vw) calc(38 /var(--break)*100vw);
}
.box_contact01 .row_contact01 .col_r ul li{
	width: 100%;
	position: relative;
	padding-left: calc(41 /var(--break)*100vw);
	padding-bottom: 1px;
	border-bottom: solid 1px #a6ce16;
}
.box_contact01 .row_contact01 .col_r ul li::before{
	content: "";
	background: url("images/index/icn_check_contact01.png")no-repeat center/contain;
	width: calc(20 /var(--break)*100vw);
	height: calc(20 /var(--break)*100vw);
	position: absolute;
	top: calc(10 /var(--break)*100vw);
	left: calc(5 /var(--break)*100vw);
}
.box_contact01 .row_contact01 .col_r ul li:not(:last-child){
	margin-bottom: calc(8 /var(--break)*100vw);
}
.wrap_contact02 .row_contact02 {
	gap:0 calc(60 /var(--break)*100vw);
}
.wrap_contact02 .row_contact02 .col{
	width: calc(580 /var(--break)*100vw);
}
.wrap_contact02 .row_contact02 a{
	height: calc(160 /var(--break)*100vw);
	border-radius: calc(20 /var(--break)*100vw);
}
.wrap_contact02 .row_contact02 .col:nth-child(2) a{
	padding-bottom: calc(6 /var(--break)*100vw);
}
.wrap_contact02 .row_contact02 .col:nth-child(1) .icn{
	padding-top: calc(2 /var(--break)*100vw);
	width: calc(38 /var(--break)*100vw);
	margin-right: calc(10 /var(--break)*100vw);
}
.wrap_contact02 .row_contact02 .col:nth-child(2) .icn{
	padding-top: calc(2 /var(--break)*100vw);
	width: calc(43 /var(--break)*100vw);
	margin-right: calc(18 /var(--break)*100vw);
}
.wrap_contact02 .row_contact02 .col:nth-child(1) .icn img,
.wrap_contact02 .row_contact02 .col:nth-child(2) .icn img{
	width: 100%;
}
.wrap_contact02 .row_contact02 .col:nth-child(1) .txt01{
	display: inline-block;
	width: 100%;
	margin-bottom: calc(13 /var(--break)*100vw);
}
.wrap_contact02 .row_contact02 .col:nth-child(2) .txt01{
	display: inline-block;
	width: 100%;
	margin-bottom: calc(16 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.ttl_area::before{
		width: calc(401 /1599*100vw);
		height: calc(210 /1599*100vw);
		left: calc(10 /1599*100vw);
		top: calc(-13 /1599*100vw);
	}
	.ttl_area::after{
		width: calc(362 /1599*100vw);
		height: calc(269 /1599*100vw);
		top: calc(10 /1599*100vw);
	}
	.box_contact01 .row_contact01 .col_l .ttl01{
		font-size: calc(36/1599*100vw);
	}
	.box_contact01 .row_contact01 .col_l .box .txt01{
		font-size: calc(24/1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.ttl_area::before{
		left: calc(-30 /1599*100vw);
	}
	.ttl_area::after{
		right: calc(-10 /1599*100vw);
	}

}
@media(max-width: 767px) {
	.wrap_contact01{
		padding: calc(80 /var(--break)*100vw) 0 calc(60 /var(--break)*100vw);
	}
	.ttl_area::before{
		content: "";
		background: url("images/index/deco_contact01.png")no-repeat center/contain;
		width: calc(308 /var(--break)*100vw);
		height: calc(161 /var(--break)*100vw);
		position: absolute;
		left: calc(38 /var(--break)*100vw);
		top:calc(238 /var(--break)*100vw);
		z-index: -1;
	}
	.ttl_area::after{
		content: "";
		background: url("images/index/deco_contact02.png")no-repeat center/contain;
		width: calc(286 /var(--break)*100vw);
		height: calc(214 /var(--break)*100vw);
		position: absolute;
		right: calc(71 /var(--break)*100vw);
		top: calc(227 /var(--break)*100vw);
		z-index: -1;
	}
	.wrap_contact01 .ttl_area > .ttl01{
		width: calc(647 /var(--break)*100vw);
		margin-bottom: calc(12 /var(--break)*100vw);
	}
	.wrap_contact01 .ttl_area > .ttl01 img{
		width: 100%;
	}
	.wrap_contact01 .ttl_area > .ttl02{
		line-height: calc(60 /32*100%);
		margin-bottom: calc(206 /var(--break)*100vw);
	}
	.wrap_contact01 .ttl_area > .ttl02 span{
		display: inline-block;
		vertical-align: middle;
	}
	.wrap_contact01 .ttl_area > .ttl02 .fz32{
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.wrap_contact01 .ttl_area > .ttl02 .fz50{
		position: relative;
		font-size: 1.4375rem;
		letter-spacing: 0;
		-webkit-text-stroke: calc(12 /var(--break)*100vw) #fff;
		margin-right: calc(11 /var(--break)*100vw);
	}
	.wrap_contact01 .ttl_area > .ttl02 .fz40{
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.box_contact01{
		max-width: 1480px;
		padding: calc(80 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(38 /var(--break)*100vw);
		border-radius: calc(40 /var(--break)*100vw);
	}
	.box_contact01 .row_contact01 .col_l{
		width: 100%;
		border: solid calc(4 /var(--break)*100vw) #f5ab28;
		border-radius: calc(20 /var(--break)*100vw);
		padding: calc(64 /var(--break)*100vw) calc(34 /var(--break)*100vw) calc(24 /var(--break)*100vw);
		margin-bottom: calc(37 /var(--break)*100vw);
	}
	.box_contact01 .row_contact01 .col_l .ttl01{
		width: calc(555/var(--break)*100vw);
		font-size: 1.1875rem;
		letter-spacing: 0;
		line-height: 1em;
	}
	.box_contact01 .row_contact01 .col_l .ttl02{
		font-size: 1.1875rem;
		letter-spacing: 0.1em;
		height: calc(34 /var(--break)*100vw);
		line-height: calc(28 /var(--break)*100vw);
		margin-bottom: calc(29 /var(--break)*100vw);
	}
	.box_contact01 .row_contact01 .col_l .ttl02::before,
	.box_contact01 .row_contact01 .col_l .ttl02::after{
		content: "";
		background: url("images/index/deco_contact03.png")no-repeat center/contain;
		width: calc(24 /var(--break)*100vw);
		height: calc(34 /var(--break)*100vw);
		position: absolute;
		top: 0;
	}
	.box_contact01 .row_contact01 .col_l .ttl02::before{
		right: calc(50% + (251  /var(--break)*100vw));
	}
	.box_contact01 .row_contact01 .col_l .ttl02::after{
		background: url("images/index/deco_contact04.png")no-repeat center/contain;
		left: calc(50% + (251  /var(--break)*100vw));
	}
	.box_contact01 .row_contact01 .col_l .box{
		background: rgba(246,213,63,0.4);
		border-radius: calc(10 /var(--break)*100vw);
		padding-top: calc(21 /var(--break)*100vw);
		padding-bottom: calc(26 /var(--break)*100vw);
	}
	.box_contact01 .row_contact01 .col_l .box .txt01{
		font-size: 0.9375rem;
		letter-spacing: 0;
	}
	.box_contact01 .row_contact01 .col_l .box .txt02{
		line-height: 1.9em;
		margin-top: calc(-6 /var(--break)*100vw);
	}
	.box_contact01 .row_contact01 .col_r{
		width: 100%;
		border: solid calc(4 /var(--break)*100vw) #21ac7c;
		border-radius: calc(20 /var(--break)*100vw);
		padding: calc(29 /var(--break)*100vw) calc(34 /var(--break)*100vw) calc(48 /var(--break)*100vw);
	}
	.box_contact01 .row_contact01 .col_r ul li{
		width: 100%;
		position: relative;
		font-size: 0.9375rem;
		letter-spacing: 0;
		padding-left: calc(50 /var(--break)*100vw);
		padding-bottom: calc(7 /var(--break)*100vw);
		border-bottom: solid 1px #a6ce16;
	}
	.box_contact01 .row_contact01 .col_r ul li::before{
		content: "";
		background: url("images/index/icn_check_contact01.png")no-repeat center/contain;
		width: calc(28 /var(--break)*100vw);
		height: calc(28 /var(--break)*100vw);
		position: absolute;
		top: calc(18 /var(--break)*100vw);
		left: calc(1 /var(--break)*100vw);
	}
	.box_contact01 .row_contact01 .col_r ul li:not(:last-child){
		margin-bottom: calc(6 /var(--break)*100vw);
	}
	.wrap_contact02{
		padding: calc(60 /var(--break)*100vw) 0;
	}
	.wrap_contact02 .row_contact02 {
		gap:calc(30 /var(--break)*100vw) 0;
	}
	.wrap_contact02 .row_contact02 .col{
		width: calc(646 /var(--break)*100vw);
	}
	.wrap_contact02 .row_contact02 a{
		height: calc(180 /var(--break)*100vw);
		border-radius: calc(20 /var(--break)*100vw);
	}
	.wrap_contact02 .row_contact02 .col:nth-child(1) a{
		padding-bottom: calc(16 /var(--break)*100vw);
	}
	.wrap_contact02 .row_contact02 .col:nth-child(2) a{
		padding-bottom: calc(22 /var(--break)*100vw);
	}
	.wrap_contact02 .row_contact02 .col:nth-child(1) .icn{
		padding-top: calc(2 /var(--break)*100vw);
		width: calc(54 /var(--break)*100vw);
		margin-right: calc(18 /var(--break)*100vw);
	}
	.wrap_contact02 .row_contact02 .col:nth-child(2) .icn{
		padding-top: calc(4 /var(--break)*100vw);
		width: calc(50 /var(--break)*100vw);
		margin-right: calc(29 /var(--break)*100vw);
	}
	.wrap_contact02 .row_contact02 .col:nth-child(1) .icn img,
	.wrap_contact02 .row_contact02 .col:nth-child(2) .icn img{
		width: 100%;
	}
	.wrap_contact02 .row_contact02 .col:nth-child(1) .txt01{
		font-size: 1.0625rem;
		letter-spacing: 0.1em;
		margin-bottom: calc(13 /var(--break)*100vw);
	}
	.wrap_contact02 .row_contact02 .col:nth-child(1) .txt02 .fz52{
		font-size: 1.9375rem;
		letter-spacing: 0;
	}
	.wrap_contact02 .row_contact02 .col:nth-child(2) .txt01{
		font-size: 1.0625rem;
		letter-spacing: 0.1em;
		margin-bottom: calc(16 /var(--break)*100vw);
	}
	.wrap_contact02 .row_contact02 .col:nth-child(2) .txt02 .fz44{
		font-size: 1.5625rem;
		letter-spacing: 0.1em;
	}
}


/* こんな癖や様子があると要注意です index_bad_habit
------------------------------------------------------------------*/
.index_bad_habit::after{
	content: "";
	width: 100%;
	height: calc(570 /var(--break)*100vw);
	background: url("images/index/bg_bad_habit01.png")no-repeat center bottom/contain;
	position: absolute;
	bottom: 0;
	left: 0;
}
.index_bad_habit .deco01{
	width: calc(192 /1920*100vw);
	height: calc(297 /1920*100vw);
	bottom: calc(66 /1920*100vw);
	right: calc(50% + (518 /1920*100vw));
	z-index: 2;
}
.index_bad_habit .deco02{
	width: calc(351 /1920*100vw);
	height: calc(231 /1920*100vw);
	bottom: calc(95 /1920*100vw);
	left: calc(50% + (483 /1920*100vw));
	z-index: 2;
}
.ttl_bad_habit01{
	background: url("images/index/bg_ttl_bad_habit.png")no-repeat center/contain;
	width: calc(320 /var(--break)*100vw);
	height: calc(102 /var(--break)*100vw);
	padding-bottom: calc(19 /var(--break)*100vw);
}
.ttl_bad_habit02{
	font-weight: 700;
	margin-bottom: calc(37 /var(--break)*100vw);
}
.ttl_bad_habit02::before{
	content: "";
	background: url("images/index/deco_bad_habit01.png")no-repeat center/contain;
	width: calc(39 /var(--break)*100vw);
	height: calc(49 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(50% + (490/var(--break)*100vw));
	margin: auto;
}
.ttl_bad_habit02::after{
	content: "";
	background: url("images/index/deco_bad_habit02.png")no-repeat center/contain;
	width: calc(39 /var(--break)*100vw);
	height: calc(49 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(50% + (490/var(--break)*100vw));
	margin: auto;
}
.box_bad_habit01{
	border-radius: calc(200 /var(--break)*100vw);
	padding-bottom: calc(281 /var(--break)*100vw);
}
.row_bad_habit01{
	gap:0 calc(60 /var(--break)*100vw);
	padding-left: calc(108 /var(--break)*100vw);
	margin-bottom: calc(46 /var(--break)*100vw);
}
.row_bad_habit02{
	gap:0 calc(60 /var(--break)*100vw);
	padding-left: 0;
	padding-right: calc(108 /var(--break)*100vw);
	margin-bottom: calc(80 /var(--break)*100vw);
}
.row_bad_habit01 .col{
	background: url("images/index/bg_bad_habit02.png")no-repeat center/contain;
	width: calc(221 /var(--break)*100vw);
	height: calc(211 /var(--break)*100vw);
}
.row_bad_habit01 .col.por::after{
	content: "";
	position: absolute;
}
.row_bad_habit01 .col:nth-child(2n){
	background: url("images/index/bg_bad_habit03.png")no-repeat center/contain;
}
.row_bad_habit01 .col p{
	line-height: calc(34/22*100%);
}
.row_bad_habit01 .col:nth-child(1)::after{
	background: url("images/index/deco_bad_habit03.png")no-repeat center/contain;
	width: calc(172 /var(--break)*100vw);
	height: calc(91 /var(--break)*100vw);
	top: calc(141 /var(--break)*100vw);
	right: calc(124 /var(--break)*100vw);
}
.row_bad_habit01 .col:nth-child(3)::after{
	background: url("images/index/deco_bad_habit04.png")no-repeat center/contain;
	width: calc(125 /var(--break)*100vw);
	height: calc(126 /var(--break)*100vw);
	top: calc(-56 /var(--break)*100vw);
	right: calc(-24 /var(--break)*100vw);
}
.row_bad_habit01 .col:nth-child(4)::after{
	background: url("images/index/deco_bad_habit05.png")no-repeat center/contain;
	width: calc(104 /var(--break)*100vw);
	height: calc(119 /var(--break)*100vw);
	top: calc(135 /var(--break)*100vw);
	right: calc(-20 /var(--break)*100vw);
}
.row_bad_habit02 .col:nth-child(2)::after{
	background: url("images/index/deco_bad_habit06.png")no-repeat center/contain;
	width: calc(147 /var(--break)*100vw);
	height: calc(86 /var(--break)*100vw);
	top: calc(149 /var(--break)*100vw);
	right: calc(-41 /var(--break)*100vw);
}
.row_bad_habit02 .col:nth-child(4)::after{
	background: url("images/index/deco_bad_habit07.png")no-repeat center/contain;
	width: calc(101 /var(--break)*100vw);
	height: calc(100 /var(--break)*100vw);
	top: calc(145 /var(--break)*100vw);
	right: calc(-15 /var(--break)*100vw);
}
.txt_bad_habit01{
	line-height: calc(60/26*100%);
}
.txt_bad_habit01::before,.txt_bad_habit01::after{
	content: "";
	width: calc(84 /var(--break)*100vw);
	height: calc(101 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.txt_bad_habit01::before{
	background: url("images/index/deco_bad_habit08.png")no-repeat center/contain;
	right: calc(50% + (515 /var(--break)*100vw));
}
.txt_bad_habit01::after{
	background: url("images/index/deco_bad_habit09.png")no-repeat center/contain;
	left: calc(50% + (515 /var(--break)*100vw));
}
.txt_bad_habit01 span{
	background: linear-gradient(transparent 60%, rgba(252,217,226,0.5) 40%);
}
@media(min-width: 768px) and (max-width:1599px) {
	.box_bad_habit01{
		border-radius: calc(200 /1599*100vw);
		padding-bottom: calc(281 /1599*100vw);
	}
	.row_bad_habit01{
		gap:0 calc(60 /1599*100vw);
		padding-left: calc(108 /1599*100vw);
		margin-bottom: calc(46 /1599*100vw);
	}
	.row_bad_habit02{
		gap:0 calc(60 /1599*100vw);
		padding-left: 0;
		padding-right: calc(108 /1599*100vw);
		margin-bottom: calc(80 /1599*100vw);
	}
	.row_bad_habit01 .col{
		width: calc(221 /1599*100vw);
		height: calc(211 /1599*100vw);
	}
	.row_bad_habit01 .col p{
		font-size: calc(22/1599*100vw);
		line-height: calc(34/22*100%);
	}
	.row_bad_habit01 .col:nth-child(1)::after{
		width: calc(172 /1599*100vw);
		height: calc(91 /1599*100vw);
		top: calc(141 /1599*100vw);
		right: calc(124 /1599*100vw);
	}
	.row_bad_habit01 .col:nth-child(3)::after{
		width: calc(125 /1599*100vw);
		height: calc(126 /1599*100vw);
		top: calc(-56 /1599*100vw);
		right: calc(-24 /1599*100vw);
	}
	.row_bad_habit01 .col:nth-child(4)::after{
		width: calc(104 /1599*100vw);
		height: calc(119 /1599*100vw);
		top: calc(135 /1599*100vw);
		right: calc(-20 /1599*100vw);
	}
	.row_bad_habit02 .col:nth-child(2)::after{
		width: calc(147 /1599*100vw);
		height: calc(86 /1599*100vw);
		top: calc(149 /1599*100vw);
		right: calc(-41 /1599*100vw);
	}
	.row_bad_habit02 .col:nth-child(4)::after{
		width: calc(101 /1599*100vw);
		height: calc(100 /1599*100vw);
		top: calc(145 /1599*100vw);
		right: calc(-15 /1599*100vw);
	}
	.txt_bad_habit01{
		font-size: calc(26/1599*100vw);
		line-height: calc(60/26*100%);
	}
	.txt_bad_habit01 .fz36{
		font-size: calc(36/1599*100vw);
	}
	.txt_bad_habit01::before,.txt_bad_habit01::after{
		width: calc(84 /1599*100vw);
		height: calc(101 /1599*100vw);
	}
	.txt_bad_habit01::before{
		right: calc(50% + (515 /1599*100vw));
	}
	.txt_bad_habit01::after{
		left: calc(50% + (515 /1599*100vw));
	}
}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.index_bad_habit{
		padding-bottom: calc(45 /var(--break)*100vw);
	}
	.index_bad_habit::after{
		height: calc(223 /var(--break)*100vw);
	}
	.index_bad_habit .deco01{
		width: calc(135 /var(--break)*100vw);
		height: calc(210 /var(--break)*100vw);
		bottom: calc(50 /var(--break)*100vw);
		right: auto;
		left: calc(50 /var(--break)*100vw);
	}
	.index_bad_habit .deco02{
		width: calc(248 /var(--break)*100vw);
		height: calc(163 /var(--break)*100vw);
		bottom: calc(50 /var(--break)*100vw);
		left: auto;
		right: calc(40 /var(--break)*100vw);
	}
	.ttl_bad_habit01{
		background: url("images/index/bg_ttl_bad_habit.png")no-repeat center/contain;
		width: calc(320 /var(--break)*100vw);
		height: calc(102 /var(--break)*100vw);
		padding-bottom: calc(19 /var(--break)*100vw);
	}
	.ttl_bad_habit01 p{
		font-size: 1.0625rem;
		letter-spacing: 0;
	}
	.ttl_bad_habit02{
		font-size: 1.25rem;
		letter-spacing: 0;
		line-height: 1.5em;
		margin-bottom: calc(31 /var(--break)*100vw);
	}
	.ttl_bad_habit02::before{
		right: calc(50% + (234/var(--break)*100vw));
	}
	.ttl_bad_habit02::after{
		left: calc(50% + (234/var(--break)*100vw));
	}
	.box_bad_habit01{
		border-radius: calc(100 /var(--break)*100vw);
		padding-top: calc(50 /var(--break)*100vw);
		padding-bottom: calc(184 /var(--break)*100vw);
	}
	.row_bad_habit01{
		gap:calc(50 /var(--break)*100vw) calc(43 /var(--break)*100vw);
		padding-left: 0;
		margin-bottom: calc(50 /var(--break)*100vw);
	}
	.row_bad_habit02{
		gap:calc(50 /var(--break)*100vw) calc(43 /var(--break)*100vw);
		padding-left: 0;
		padding-right: 0;
		margin-bottom: calc(38 /var(--break)*100vw);
	}
	.row_bad_habit01 .col{
		background: url("images/index/bg_bad_habit02_sp.png")no-repeat center/contain;
		width: calc(280 /var(--break)*100vw);
		height: calc(266 /var(--break)*100vw);
	}
	.row_bad_habit01 .col p{
		font-size: 0.875rem;
		letter-spacing: 0;
		line-height: calc(44/28*100%);
	}
	.row_bad_habit01 .col:nth-child(2n){
		background: url("images/index/bg_bad_habit03_sp.png")no-repeat center/contain;
	}
	.row_bad_habit01 .col:nth-child(1)::after{
		width: calc(172 /var(--break)*100vw);
		height: calc(91 /var(--break)*100vw);
		top: calc(187 /var(--break)*100vw);
		right: calc(135 /var(--break)*100vw);
	}
	.row_bad_habit01 .col:nth-child(3)::after{
		width: calc(125 /var(--break)*100vw);
		height: calc(126 /var(--break)*100vw);
		top: calc(-35 /var(--break)*100vw);
		right: calc(-10 /var(--break)*100vw);
	}
	.row_bad_habit01 .col:nth-child(4)::after{
		width: calc(104 /var(--break)*100vw);
		height: calc(119 /var(--break)*100vw);
		top: calc(164 /var(--break)*100vw);
		right: calc(-11 /var(--break)*100vw);
	}
	.row_bad_habit02 .col:nth-child(2)::after{
		width: calc(147 /var(--break)*100vw);
		height: calc(86 /var(--break)*100vw);
		top: calc(183 /var(--break)*100vw);
		right: calc(-29 /var(--break)*100vw);
	}
	.row_bad_habit02 .col:nth-child(4)::after{
		width: calc(101 /var(--break)*100vw);
		height: calc(100 /var(--break)*100vw);
		top: calc(183 /var(--break)*100vw);
		right: calc(-6 /var(--break)*100vw);
	}
	.txt_bad_habit01{
		font-size: 0.8125rem;
		letter-spacing: 0;
		line-height: calc(60/26*100%);
	}
	.txt_bad_habit01::before,.txt_bad_habit01::after{
		width: calc(67 /var(--break)*100vw);
		height: calc(81 /var(--break)*100vw);
	}
	.txt_bad_habit01::before{
		right: calc(50% + (264 /var(--break)*100vw));
	}
	.txt_bad_habit01::after{
		left: calc(50% + (264 /var(--break)*100vw));
	}
	.txt_bad_habit01 span{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
}


/* そもそも歯並びが悪くなる原因をご存じですか？ index_cause
------------------------------------------------------------------*/
.bg_cause01{
	background: url("images/index/bg_cause01.png")no-repeat center bottom/contain,#edf5d0;
}
.ttl_cause01{
	background: url("images/index/bg_ttl_cause01.png")no-repeat center/contain;
	width: calc(320 /var(--break)*100vw);
	height: calc(102 /var(--break)*100vw);
	padding-bottom: calc(19 /var(--break)*100vw);
}
.ttl_cause02{
	font-weight: 700;
	margin-bottom: calc(37 /var(--break)*100vw);
}
.ttl_cause02::before{
	content: "";
	background: url("images/index/deco_cause01.png")no-repeat center/contain;
	width: calc(39 /var(--break)*100vw);
	height: calc(49 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(50% + (458/var(--break)*100vw));
	margin: auto;
}
.ttl_cause02::after{
	content: "";
	background: url("images/index/deco_cause02.png")no-repeat center/contain;
	width: calc(38 /var(--break)*100vw);
	height: calc(49 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(50% + (472/var(--break)*100vw));
	margin: auto;
}
.box_cause01{
	border-radius: calc(200 /var(--break)*100vw);
	padding: calc(45 /var(--break)*100vw) calc(40 /var(--break)*100vw) calc(77 /var(--break)*100vw);
}
.box_cause01::before{
	content: "";
	background: url("images/index/deco_cause08.png")no-repeat center/contain;
	width: calc(250 /1920*100vw);
	height: calc(146 /1920*100vw);
	position: absolute;
	bottom: calc(18 /1920*100vw);
	right: calc(50% + 540px);
}
.box_cause01::after{
	content: "";
	background: url("images/index/deco_cause09.png")no-repeat center/contain;
	width: calc(212 /1920*100vw);
	height: calc(221 /1920*100vw);
	position: absolute;
	bottom: calc(-14 /1920*100vw);
	left: calc(50% + 530px);
}
.txt_cause01{
	line-height: calc(60/36*100%);
	padding-bottom: calc(53 /var(--break)*100vw);
}
.txt_cause01::before,.txt_cause01::after{
	content: "";
	width: calc(84 /var(--break)*100vw);
	height: calc(101 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.txt_cause01::before{
	background: url("images/index/deco_cause03.png")no-repeat center/contain;
	right: calc(50% + (488 /var(--break)*100vw));
}
.txt_cause01::after{
	background: url("images/index/deco_cause04.png")no-repeat center/contain;
	left: calc(50% + (476 /var(--break)*100vw));
}
.row_cause01{
	gap:0 calc(18 /var(--break)*100vw);
	margin-bottom: calc(91 /var(--break)*100vw);
}
.row_cause01 .col{
	width: calc(350 /var(--break)*100vw);
	height: calc(350 /var(--break)*100vw);
	background: #fce6be;
}
.row_cause01 .col:nth-child(1){
	border-radius: 100%;
	padding: calc(88 /var(--break)*100vw) calc(71 /var(--break)*100vw) 0;
}
.row_cause01 .col:nth-child(1)::before{
	content: "";
	background: url("images/index/deco_cause05.png")no-repeat center/contain;
	width: calc(112 /var(--break)*100vw);
	height: calc(111 /var(--break)*100vw);
	position: absolute;
	top: calc(14 /var(--break)*100vw);
	left: calc(-61 /var(--break)*100vw);
}
.row_cause01 .col:nth-child(1)::after{
	content: "";
	background: url("images/index/arw_cause01.svg")no-repeat center/contain;
	width: calc(60 /var(--break)*100vw);
	height: calc(38 /var(--break)*100vw);
	position: absolute;
	top: calc(100% + (23 /var(--break)*100vw));
	left: 0;
	right: 0;
	margin: auto;
}
.row_cause01 .col:nth-child(2){
	width: calc(260 /var(--break)*100vw);
	height: calc(260 /var(--break)*100vw);
	background:url("images/index/bg_cause01.svg")no-repeat center/contain;
}
.row_cause01 .col:nth-child(2) h5{
	line-height: calc(40/26*100%);
}
.row_cause01 .col:nth-child(3){
	background: #edf5d0;
	border-radius: 100%;
	padding: calc(88 /var(--break)*100vw) calc(71 /var(--break)*100vw) 0;
}
.row_cause01 .col:nth-child(3) li::before{
	background: #21ac7c;
}
.row_cause01 .col:nth-child(3)::before{
	content: "";
	background: url("images/index/deco_cause06.png")no-repeat center/contain;
	width: calc(123 /var(--break)*100vw);
	height: calc(128 /var(--break)*100vw);
	position: absolute;
	top: calc(-2 /var(--break)*100vw);
	right: calc(-73 /var(--break)*100vw);
}
.row_cause01 .col:nth-child(3)::after{
	content: "";
	background: url("images/index/arw_cause02.svg")no-repeat center/contain;
	width: calc(60 /var(--break)*100vw);
	height: calc(38 /var(--break)*100vw);
	position: absolute;
	top: calc(100% + (23 /var(--break)*100vw));
	left: 0;
	right: 0;
	margin: auto;
}
.row_cause01 .col:nth-child(1) h5,
.row_cause01 .col:nth-child(3) h5{
	margin-bottom: calc(11 /var(--break)*100vw);
}
.row_cause01 .col li{
	position: relative;
	white-space: nowrap;
	padding-left: calc(19 /var(--break)*100vw);
}
.row_cause01 .col li::before{
	content: "";
	width: calc(6 /var(--break)*100vw);
	height: calc(6 /var(--break)*100vw);
	background: #f5ab28;
	border-radius: 100%;
	position: absolute;
	top: calc(18 /var(--break)*100vw);
	left: 0;
}

.row_cause02{
	gap: 0 calc(237 /var(--break)*100vw);
	margin-bottom: calc(54 /var(--break)*100vw);
}
.row_cause02 .col{
	width: calc(410 /var(--break)*100vw);
	border: solid calc(10 /var(--break)*100vw) #f5ab28;
	border-radius: calc(20 /var(--break)*100vw);
}
.row_cause02 .col:nth-child(2){
	border: solid calc(10 /var(--break)*100vw) #21ac7c;
}
.row_cause02 .col:nth-child(2)::after{
	content: "";
	background: url("images/index/deco_cause07.png")no-repeat center/contain;
	width: calc(80 /var(--break)*100vw);
	height: calc(55 /var(--break)*100vw);
	position: absolute;
	top: calc(-41 /var(--break)*100vw);
	right: calc(-25 /var(--break)*100vw);
}
.row_cause02 .col .ttl{
	height: calc(90 /var(--break)*100vw);
	padding-bottom: calc(10 /var(--break)*100vw);
	background: #f5ab28;
}
.row_cause02 .col:nth-child(2) .ttl{
	background: #21ac7c;
}
.row_cause02 .col .box{
	padding: calc(23 /var(--break)*100vw) calc(35 /var(--break)*100vw) calc(39 /var(--break)*100vw);
}
.txt_cause02{
	max-width: 1000px;
}
@media(min-width: 768px) and (max-width:1599px) {
	.box_cause01::before{
		bottom: calc(-80 /1920*100vw);
		right: auto;
		left: calc(40 /var(--break)*100vw);
	}
	.box_cause01::after{
		bottom: calc(-110 /1920*100vw);
		left: auto;
		right: calc(70 /var(--break)*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.txt_cause01::before{
		background: url("images/index/deco_cause03.png")no-repeat center/contain;
		right: calc(50% + (288 /var(--break)*100vw));
	}
	.txt_cause01::after{
		background: url("images/index/deco_cause04.png")no-repeat center/contain;
		left: calc(50% + (276 /var(--break)*100vw));
	}
	.row_cause01 .col{
		width: calc(340 /var(--break)*100vw);
		height: calc(340 /var(--break)*100vw);
	}
	.row_cause01 .col:nth-child(1){
		padding: calc(83 /var(--break)*100vw) calc(61 /var(--break)*100vw) 0;
	}
	.row_cause01 .col:nth-child(1)::before{
		width: calc(112 /1599*100vw);
		height: calc(111 /1599*100vw);
		top: calc(14 /1599*100vw);
		left: calc(-61 /1599*100vw);
	}
	.row_cause01 .col:nth-child(2){
		width: calc(250 /var(--break)*100vw);
		height: calc(250 /var(--break)*100vw);
	}
	.row_cause01 .col:nth-child(3){
		padding: calc(83 /var(--break)*100vw) calc(61 /var(--break)*100vw) 0;
	}
	.row_cause01 .col:nth-child(3)::before{
		width: calc(123 /1599*100vw);
		height: calc(128 /1599*100vw);
		top: calc(-2 /1599*100vw);
		right: calc(-53 /1599*100vw);
	}

	.row_cause02{
		gap: 0 calc(220 /var(--break)*100vw);
	}
	.row_cause02 .col:nth-child(2)::after{
		width: calc(80 /1599*100vw);
		height: calc(55 /1599*100vw);
		top: calc(-41 /1599*100vw);
		right: calc(10 /1599*100vw);
	}

}
@media(max-width: 767px) {
	.ttl_cause01{
		width: calc(320 /var(--break)*100vw);
		height: calc(102 /var(--break)*100vw);
		padding-bottom: calc(19 /var(--break)*100vw);
		margin-bottom: calc(17 /var(--break)*100vw);
	}
	.ttl_cause01 p{
		font-size: 1.0625rem;
		letter-spacing: 0;
	}
	.ttl_cause02{
		font-size: 1.25rem;
		line-height: 1.5em;
		letter-spacing: 0;
		margin-bottom: calc(39 /var(--break)*100vw);
	}
	.ttl_cause02::before{
		right: calc(50% + (316/var(--break)*100vw));
	}
	.ttl_cause02::after{
		left: calc(50% + (317/var(--break)*100vw));
	}
	.box_cause01{
		border-radius: calc(100 /var(--break)*100vw);
		padding: calc(35 /var(--break)*100vw) calc(30 /var(--break)*100vw) calc(173 /var(--break)*100vw);
	}
	.box_cause01::before{
		width: calc(256 /var(--break)*100vw);
		height: calc(149 /var(--break)*100vw);
		bottom: calc(1 /var(--break)*100vw);
		right: auto;
		left: calc(26 /var(--break)*100vw);
	}
	.box_cause01::after{
		width: calc(193 /var(--break)*100vw);
		height: calc(201 /var(--break)*100vw);
		bottom: calc(-20 /var(--break)*100vw);
		left: auto;
		right: calc(26 /var(--break)*100vw);
	}
	.txt_cause01{
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: calc(60/36*100%);
		padding-bottom: calc(40 /var(--break)*100vw);
	}
	.txt_cause01::before,.txt_cause01::after{
		width: calc(67 /var(--break)*100vw);
		height: calc(81 /var(--break)*100vw);
		top: calc(17 /var(--break)*100vw);
	}
	.txt_cause01::before{
		right: calc(50% + (276 /var(--break)*100vw));
	}
	.txt_cause01::after{
		left: calc(50% + (274 /var(--break)*100vw));
	}
	.row_cause01{
		width: calc(1131/750*100vw);
		gap:0 calc(18 /var(--break)*100vw);
		padding-left: calc(61 /var(--break)*100vw);
		padding-right: calc(73 /var(--break)*100vw);
		margin: 0 auto calc(91 /var(--break)*100vw);
	}
	.row_cause01 .col:nth-child(2) h5{
		font-size: 0.8125rem;
		letter-spacing: 0.1em;
		line-height: calc(40/26*100%);
	}
	.row_cause01 .col:nth-child(2) h5 .fz40{
		font-size: 1.25rem;
		letter-spacing: 0.1em;
	}
	.row_cause01 .col:nth-child(1) h5,
	.row_cause01 .col:nth-child(3) h5{
		font-size: 1.375rem;
		letter-spacing: 0.1em;
	}
	.row_cause01 .col li{
		font-size: 0.5625rem;
		letter-spacing: 0.1em;
	}
	.row_cause01 .col li::before{
		content: "";
		width: calc(6 /var(--break)*100vw);
		height: calc(6 /var(--break)*100vw);
		background: #f5ab28;
		border-radius: 100%;
		position: absolute;
		top: calc(18 /var(--break)*100vw);
		left: 0;
	}
	.wrap_cause01 .scroll-hint-icon-wrap{
		z-index: 2;
	}

	.row_cause02{
		width: calc(1131/750*100vw);
		gap: 0 calc(237 /var(--break)*100vw);
		padding-left: calc(30 /var(--break)*100vw);
		padding-right: calc(44 /var(--break)*100vw);
		margin: 0 auto calc(54 /var(--break)*100vw);
	}
	.row_cause02 .col{
		width: calc(410 /var(--break)*100vw);
		border: solid calc(10 /var(--break)*100vw) #f5ab28;
		border-radius: calc(20 /var(--break)*100vw);
	}
	.row_cause02 .col:nth-child(2){
		border: solid calc(10 /var(--break)*100vw) #21ac7c;
	}
	.row_cause02 .col .ttl{
		height: calc(90 /var(--break)*100vw);
		font-size: 0.9375rem;
		letter-spacing: 0.1em;
	}
	.row_cause02 .col .box{
		font-size: 0.5625rem;
	}
	.txt_cause02{
		text-align: left;
		width: calc(600 /var(--break)*100vw);
	}
}
.bg_cause02{
	background: rgba(252,230,190,0.4);
}
.bg_cause02::after{
	content: "";
	width: calc(1000 /var(--break)*100vw);
	height: calc(150 /var(--break)*100vw);
	background: #8f83c1;
	clip-path: polygon(0 0 , 100% 0 , 50% 100%);
	position: absolute;
	bottom: calc(-70 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
}
.row_cause03{
	width: calc(1340 /var(--break)*100vw);
	gap:calc(75 /var(--break)*100vw) calc(25 /var(--break)*100vw);
}
.row_cause03 .col{
	width: calc(430 /var(--break)*100vw);
	background: #ffffff;
	padding:calc(50 /var(--break)*100vw);
	border-radius: calc(20 /var(--break)*100vw);
}
.row_cause03 .col .num{
	background:url("images/index/icn_cause01.svg")no-repeat center/contain;
	width: calc(80 /var(--break)*100vw);
	height: calc(80 /var(--break)*100vw);
	top: calc(-35 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
}
.row_cause03 .col:nth-child(3n - 1) .num{
	background:url("images/index/icn_cause02.svg")no-repeat center/contain;
}
.row_cause03 .col:nth-child(3n) .num{
	background:url("images/index/icn_cause03.svg")no-repeat center/contain;
}
.row_cause03 .col .ttl{
	text-align: center;
	border-bottom: solid calc(4 /var(--break)*100vw) #f5ab28;
	padding-bottom: calc(6 /var(--break)*100vw);
	margin-bottom: calc(20 /var(--break)*100vw);
}
.row_cause03 .col:nth-child(3n - 1) .ttl{
	border-bottom-color: #f481a0;
}
.row_cause03 .col:nth-child(3n) .ttl{
	border-bottom-color: #8f83c1;
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_cause03{
		width: calc(1340 /1599*100vw);
		gap:calc(75 /var(--break)*100vw) calc(25 /1599*100vw);
	}
	.row_cause03 .col{
		width: calc(430 /1599*100vw);
		padding:calc(50 /1599*100vw);
		border-radius: calc(20 /1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.bg_cause02{
		padding-bottom: calc(86 /var(--break)*100vw);
	}
	.bg_cause02::after{
		width: calc(600 /var(--break)*100vw);
		height: calc(90 /var(--break)*100vw);
		bottom: calc(-44 /var(--break)*100vw);
	}
	.row_cause03{
		width: calc(702 /var(--break)*100vw);
		gap:calc(74 /var(--break)*100vw);
	}
	.row_cause03 .col{
		width: 100%;
		padding: calc(64 /var(--break)*100vw) calc(50 /var(--break)*100vw) calc(32 /var(--break)*100vw);
		border-radius: calc(20 /var(--break)*100vw);
	}
	.row_cause03 .col .num{
		font-size: 0.9375rem;
	}
	.row_cause03 .col .ttl{
		font-size: 1.0625rem;
		letter-spacing: 0.1em;
		padding-bottom: calc(12 /var(--break)*100vw);
		margin-bottom: calc(17 /var(--break)*100vw);
	}
}
.bg_cause03{
	background: url("images/page/ptn04.png") repeat center / calc(400 / var(--break)* 100vw),#fce6be;
	position: relative;
	padding-top: calc(110 /var(--break)*100vw);
}
.bg_cause03::before{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.3);
	position: absolute;
	top: 0;
	left: 0;
}
.bg_cause03 > .ttl{
	margin-bottom: calc(80 /var(--break)*100vw);
	line-height: calc(70/36*100%);
}
.bg_cause03 > .ttl::before,.bg_cause03 .ttl::after{
	content: "";
	width: calc(84 /var(--break)*100vw);
	height: calc(101 /var(--break)*100vw);
	position: absolute;
	top: calc(30 /var(--break)*100vw);
	bottom: 0;
	margin: auto;
}
.bg_cause03 > .ttl::before{
	background: url("images/index/deco_cause10.png")no-repeat center/contain;
	right: calc(50% + (483 /var(--break)*100vw));
}
.bg_cause03 > .ttl::after{
	background: url("images/index/deco_cause11.png")no-repeat center/contain;
	left: calc(50% + (483 /var(--break)*100vw));
}
.box_cause02{
	border-radius: calc(200 /var(--break)*100vw);
	padding: calc(116 /var(--break)*100vw) calc(50 /var(--break)*100vw) calc(90 /var(--break)*100vw);
}
.box_cause02::before{
	content: "";
	background: url("images/index/deco_cause12.png")no-repeat center/contain;
	width: calc(254 /1920*100vw);
	height: calc(242 /1920*100vw);
	position: absolute;
	top: calc(-158 /1920*100vw);
	right: calc(50% + 583px);
}
.box_cause02::after{
	content: "";
	background: url("images/index/deco_cause13.png")no-repeat center/contain;
	width: calc(343 /1920*100vw);
	height: calc(163 /1920*100vw);
	position: absolute;
	top: calc(-84 /1920*100vw);
	left: calc(50% + 473px);
}
.row_cause04{
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
}
.row_cause04 .col_txt .copy{
	line-height: 1.5em;
	border-bottom: solid calc(4 /var(--break)*100vw) #8f83c1;
	padding-bottom:calc(23 /var(--break)*100vw);
	margin-bottom: calc(18 /var(--break)*100vw);
}
.row_cause05{
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
}
.row_cause05 .col{
	width: calc(590/1240*100%);
	border-radius: calc(20 /var(--break)*100vw);
	border: solid calc(10 /var(--break)*100vw) #fcb749;
	padding: calc(27 /var(--break)*100vw) calc(36 /var(--break)*100vw) calc(56 /var(--break)*100vw);
}
.row_cause05 .col:nth-child(2){
	border: solid calc(10 /var(--break)*100vw) #2d9bc0;
}
.row_cause05 .col .ttl{
	border-bottom: solid 4px #fcb749;
	padding-bottom: calc(13 /var(--break)*100vw);
	margin-bottom: calc(26 /var(--break)*100vw);
}
.row_cause05 .col:nth-child(2) .ttl{
	border-bottom: solid 4px #2d9bc0;
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {
	.box_cause02{
		border-radius: calc(200 /1599*100vw);
	}
	.box_cause02::before{
		top: calc(-108 /1920*100vw);
		right: auto;
		left: calc(10 /var(--break)*100vw);
	}
	.box_cause02::after{
		top: calc(-44 /1920*100vw);
		left: auto;
		right: calc(10 /var(--break)*100vw);
	}
}
@media(max-width: 767px) {
	.bg_cause03{
		padding-top: calc(94 /var(--break)*100vw);
	}
	.bg_cause03 > .ttl{
		margin-bottom: calc(61 /var(--break)*100vw);
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: calc(70/36*100%);
	}
	.bg_cause03 > .ttl .fz46{
		font-size: 1.4375rem;
		letter-spacing: 0;
		line-height: calc(70/52*100%);
	}
	.bg_cause03 > .ttl::before,.bg_cause03 .ttl::after{
		width: calc(67 /var(--break)*100vw);
		height: calc(81 /var(--break)*100vw);
		top: calc(2 /var(--break)*100vw);
	}
	.bg_cause03 > .ttl::before{
		right: calc(50% + (258 /var(--break)*100vw));
	}
	.bg_cause03 > .ttl::after{
		left: calc(50% + (258 /var(--break)*100vw));
	}
	.box_cause02{
		border-radius: calc(100 /var(--break)*100vw);
		padding: calc(102 /var(--break)*100vw) 0 calc(105 /var(--break)*100vw);
	}
	.box_cause02::before{
		width: calc(169 /var(--break)*100vw);
		height: calc(162 /var(--break)*100vw);
		top: calc(-90 /var(--break)*100vw);
		right: auto;
		left: calc(16 /var(--break)*100vw);
	}
	.box_cause02::after{
		width: calc(246 /var(--break)*100vw);
		height: calc(116 /var(--break)*100vw);
		top: calc(-44 /var(--break)*100vw);
		left: auto;
		right: calc(11 /var(--break)*100vw);
	}
	.row_cause04{
		max-width: calc(600 /var(--break)*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_cause04 .col_img{
		width: calc(570 /var(--break)*100vw);
		margin-bottom: calc(30 /var(--break)*100vw);
	}
	.row_cause04 .col_txt .copy{
		font-size: 1.0625rem;
		letter-spacing: 0;
		text-align: center;
		border-bottom: solid calc(4 /var(--break)*100vw) #8f83c1;
		padding-bottom:calc(17 /var(--break)*100vw);
		margin-bottom: calc(15 /var(--break)*100vw);
	}
	.row_cause05{
		max-width: 1240px;
		margin-left: auto;
		margin-right: auto;
		gap:calc(55 /var(--break)*100vw) 0;
	}
	.row_cause05 .col{
		width: calc(590 /var(--break)*100vw);
		margin-left: auto;
		margin-right: auto;
		padding: calc(25 /var(--break)*100vw) calc(36 /var(--break)*100vw) calc(38 /var(--break)*100vw);
	}
	.row_cause05 .col .ttl{
		font-size: 1.0625rem;
		letter-spacing: 0.1em;
		border-bottom: solid calc(4 /var(--break)*100vw) #fcb749;
		padding-bottom: calc(10 /var(--break)*100vw);
		margin-bottom: calc(15 /var(--break)*100vw);
	}
	.row_cause05 .col:nth-child(2) .ttl{
		border-bottom: solid calc(4 /var(--break)*100vw) #2d9bc0;
	}
}


/* sub_ttl
------------------------------------------------------------------*/
.sub_ttl{
	background: url("images/index/sub_ttl_bg.png")no-repeat center/contain;
	width: calc(1251 /var(--break)*100vw);
	height: calc(145 /var(--break)*100vw);
	padding-bottom: calc(24 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.sub_ttl{
		width: calc(1251 /1599*100vw);
		height: calc(145 /1599*100vw);
		padding-bottom: calc(24 /1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.sub_ttl{
		font-size: 1.0625rem;
		letter-spacing: 0;
		background: url("images/index/sub_ttl_bg_sp.png")no-repeat center/contain;
		width: calc(648 /var(--break)*100vw);
		height: calc(145 /var(--break)*100vw);
		padding-bottom: calc(24 /var(--break)*100vw);
	}
}


/* 口腔筋機能療法(MFT)とは index_mft
------------------------------------------------------------------*/
.bg_mft01{
	background: url("images/index/bg_mft03.png")no-repeat center bottom/contain,#fefbeb;
}
.ttl_mft01{
	background: url("images/index/bg_ttl_mft01.png")no-repeat center/contain;
	width: calc(320 /var(--break)*100vw);
	height: calc(102 /var(--break)*100vw);
	padding-bottom: calc(19 /var(--break)*100vw);
}
.ttl_mft02{
	font-weight: 700;
	margin-bottom: calc(21 /var(--break)*100vw);
}
.ttl_mft02::before{
	content: "";
	background: url("images/index/deco_mft01.png")no-repeat center/contain;
	width: calc(39 /var(--break)*100vw);
	height: calc(49 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(50% + (384/var(--break)*100vw));
	margin: auto;
}
.ttl_mft02::after{
	content: "";
	background: url("images/index/deco_mft02.png")no-repeat center/contain;
	width: calc(38 /var(--break)*100vw);
	height: calc(49 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(50% + (385/var(--break)*100vw));
	margin: auto;
}
.wrap_txt_mft01{
	margin-bottom: calc(43 /var(--break)*100vw);
}
.wrap_txt_mft01::before{
	content: "";
	background: url("images/index/deco_mft03.png")no-repeat center/contain;
	width: calc(246 /var(--break)*100vw);
	height: calc(313 /var(--break)*100vw);
	position: absolute;
	top: calc(-85 /var(--break)*100vw);
	right: calc(50% + (473 /var(--break)*100vw));
}
.wrap_txt_mft01::after{
	content: "";
	background: url("images/index/deco_mft04.png")no-repeat center/contain;
	width: calc(303 /var(--break)*100vw);
	height: calc(236 /var(--break)*100vw);
	position: absolute;
	top: calc(-57 /var(--break)*100vw);
	left: calc(50% + (464 /var(--break)*100vw));
}
.txt_mft01{
	margin-bottom: calc(10 /var(--break)*100vw);
}
.txt_mft01 span{
	background: linear-gradient(transparent 60%, #fcf2c5 40%);
}

.row_mft01{
	gap:0 calc(140 /var(--break)*100vw);
	margin-bottom: calc(115 /var(--break)*100vw);
}
.row_mft01::after{
	content: "";
	background: url("images/index/deco_mft05.png")no-repeat center/contain;
	width: calc(60 /var(--break)*100vw);
	height: calc(61 /var(--break)*100vw);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.row_mft01 .col{
	width: calc(600 /var(--break)*100vw);
	border-radius: calc(100 /var(--break)*100vw);
	padding-top: calc(54 /var(--break)*100vw);
	padding-bottom: calc(41 /var(--break)*100vw);
}
.row_mft01 .col .img{
	width: calc(430/600*100%);
	margin: 0 auto calc(30 /var(--break)*100vw);
}
.row_mft01 .col .ttl{
	background: url("images/index/bg_mft01.svg")no-repeat center/contain;
	width: calc(500 /var(--break)*100vw);
	height: calc(90 /var(--break)*100vw);
	margin: 0 auto calc(21 /var(--break)*100vw);
}
.row_mft01 .col:nth-child(2) .ttl{
	background: url("images/index/bg_mft02.svg")no-repeat center/contain;
}

.box_mft01{
	background: #ffffff;
	border: solid calc(10 /var(--break)*100vw) #f6d53f;
	border-radius: calc(100 /var(--break)*100vw);
	padding-top: calc(111 /var(--break)*100vw);
	padding-bottom: calc(40 /var(--break)*100vw);
}
.box_mft01 .deco01{
	width: calc(225 /var(--break)*100vw);
	height: calc(183 /var(--break)*100vw);
	bottom: calc(-16 /var(--break)*100vw);
	left: calc(-36 /var(--break)*100vw);
}
.box_mft01 .deco02{
	width: calc(219 /var(--break)*100vw);
	height: calc(183 /var(--break)*100vw);
	bottom: calc(-17 /var(--break)*100vw);
	right: calc(-22 /var(--break)*100vw);
}
.box_mft01 .sub_ttl{
	top: calc(-59 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
}
.box_mft01 .ttl{
	line-height: calc(60/36*100%);
	margin-bottom: calc(25 /var(--break)*100vw);
}
.box_mft01 .ttl::before{
	content: "";
	background: url("images/index/deco_mft06.png")no-repeat center/contain;
	width: calc(132 /var(--break)*100vw);
	height: calc(75 /var(--break)*100vw);
	position: absolute;
	top: calc(18 /var(--break)*100vw);
	bottom: 0;
	right: calc(50% + (403 /var(--break)*100vw));
}
.box_mft01 .ttl::after{
	content: "";
	background: url("images/index/deco_mft07.png")no-repeat center/contain;
	width: calc(133 /var(--break)*100vw);
	height: calc(75 /var(--break)*100vw);
	position: absolute;
	top: calc(18 /var(--break)*100vw);
	bottom: 0;
	left: calc(50% + (369 /var(--break)*100vw));
}
.box_mft01 .txt{
	max-width: 1000px;
	margin: 0 auto ;
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {
	.wrap_txt_mft01::before{
		width: calc(246 /1920*100vw);
		height: calc(313 /1920*100vw);
		top: calc(-45 /1920*100vw);
		right: calc(50% + (513 /1599*100vw));
	}
	.wrap_txt_mft01::after{
		width: calc(303 /1920*100vw);
		height: calc(236 /1920*100vw);
		top: calc(-17 /1920*100vw);
		left: calc(50% + (504 /1599*100vw));
	}
	.row_mft01{
		gap:0 calc(140 /1599*100vw);
		margin-bottom: calc(115 /var(--break)*100vw);
	}
	.row_mft01::after{
		content: "";
		background: url("images/index/deco_mft05.png")no-repeat center/contain;
		width: calc(60 /1599*100vw);
		height: calc(61 /1599*100vw);
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}
	.row_mft01 .col{
		width: calc(600 /1599*100vw);
		border-radius: calc(100 /1599*100vw);
		padding-top: calc(54 /1599*100vw);
		padding-bottom: calc(41 /1599*100vw);
	}
	.row_mft01 .col .img{
		width: calc(430/600*100%);
		margin: 0 auto calc(30 /1599*100vw);
	}
	.row_mft01 .col .ttl{
		font-size: calc(36 /1599*100vw);
		width: calc(500 /1599*100vw);
		height: calc(90 /1599*100vw);
		margin: 0 auto calc(21 /1599*100vw);
	}
	.box_mft01{
		padding-top: calc(111 /1599*100vw);
		padding-bottom: calc(40 /var(--break)*100vw);
	}
	.box_mft01 .deco01{
		width: calc(225 /1599*100vw);
		height: calc(183 /1599*100vw);
		bottom: calc(-56 /1599*100vw);
		left: calc(-36 /1599*100vw);
	}
	.box_mft01 .deco02{
		width: calc(219 /1599*100vw);
		height: calc(183 /1599*100vw);
		bottom: calc(-17 /1599*100vw);
		right: calc(-22 /1599*100vw);
	}
	.box_mft01 .ttl::before{
		width: calc(132 /1599*100vw);
		height: calc(75 /1599*100vw);
		top: calc(18 /1599*100vw);
		bottom: 0;
		right: calc(50% + (443 /1599*100vw));
	}
	.box_mft01 .ttl::after{
		width: calc(133 /1599*100vw);
		height: calc(75 /1599*100vw);
		top: calc(18 /1599*100vw);
		bottom: 0;
		left: calc(50% + (409 /1599*100vw));
	}
}
@media(max-width: 767px) {
	.ttl_mft01{
		width: calc(320 /var(--break)*100vw);
		height: calc(102 /var(--break)*100vw);
		padding-bottom: calc(19 /var(--break)*100vw);
		margin-bottom: calc(36 /var(--break)*100vw);
	}
	.ttl_mft01 p{
		font-size: 1.0625rem;
		letter-spacing: 0;
	}
	.ttl_mft02{
		font-size: 1.25rem;
		line-height: 1.5em;
		letter-spacing: 0;
		margin-bottom: calc(34 /var(--break)*100vw);
	}
	.ttl_mft02::before{
		right: calc(50% + (254/var(--break)*100vw));
	}
	.ttl_mft02::after{
		left: calc(50% + (255/var(--break)*100vw));
	}
	.wrap_txt_mft01{
		padding-bottom: calc(300 /var(--break)*100vw);
		margin-bottom: calc(14 /var(--break)*100vw);
	}
	.wrap_txt_mft01::before{
		width: calc(197 /var(--break)*100vw);
		height: calc(250 /var(--break)*100vw);
		top: auto;
		bottom: calc(15 /var(--break)*100vw);
		right: auto;
		left: calc(120 /var(--break)*100vw);
	}
	.wrap_txt_mft01::after{
		width: calc(242 /var(--break)*100vw);
		height: calc(189 /var(--break)*100vw);
		top: auto;
		bottom: calc(60 /var(--break)*100vw);
		left: auto;
		right: calc(125 /var(--break)*100vw);
	}
	.txt_mft01{
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: calc(60/36*100%);
		margin-bottom: calc(18 /var(--break)*100vw);
	}
	.wrap_txt_mft01 .txt{
		text-align: left;
	}

	.row_mft01{
		gap:calc(121 /var(--break)*100vw) 0;
		margin-bottom: calc(115 /var(--break)*100vw);
	}
	.row_mft01 .col{
		width: calc(600 /var(--break)*100vw);
		border-radius: calc(100 /var(--break)*100vw);
		padding-top: calc(54 /var(--break)*100vw);
		padding-bottom: calc(41 /var(--break)*100vw);
	}
	.row_mft01 .col .img{
		width: calc(430/600*100%);
		margin: 0 auto calc(30 /var(--break)*100vw);
	}
	.row_mft01 .col .ttl{
		margin: 0 auto calc(21 /var(--break)*100vw);
		font-size: 0.875rem;
		letter-spacing: 0.1em;
	}
	.row_mft01 .col .txt{
		font-size: 0.75rem;
		letter-spacing: 0.1em;
	}

	.box_mft01{
		border-radius: calc(40 /var(--break)*100vw);
		padding-top: calc(107 /var(--break)*100vw);
		padding-bottom: calc(80 /var(--break)*100vw);
	}
	.box_mft01.mb110{
		margin-bottom: calc(170 /var(--break)*100vw);
	}
	.box_mft01 .deco01{
		width: calc(172 /var(--break)*100vw);
		height: calc(141 /var(--break)*100vw);
		bottom: calc(-86 /var(--break)*100vw);
		left: calc(9 /var(--break)*100vw);
	}
	.box_mft01 .deco02{
		width: calc(169 /var(--break)*100vw);
		height: calc(140 /var(--break)*100vw);
		bottom: calc(-85 /var(--break)*100vw);
		right: calc(6 /var(--break)*100vw);
	}
	.box_mft01 .sub_ttl{
		top: calc(-68 /var(--break)*100vw);
	}
	.box_mft01 .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: calc(60/36*100%);
		padding-top: calc(60 /var(--break)*100vw);
		margin-bottom: calc(25 /var(--break)*100vw);
	}
	.box_mft01 .ttl::before{
		top: 0;
		bottom: auto;
		right: calc(50% + (187 /var(--break)*100vw));
	}
	.box_mft01 .ttl::after{
		top: 0;
		bottom: auto;
		left: calc(50% + (187 /var(--break)*100vw));
	}
	.box_mft01 .txt{
		letter-spacing: 0;
		text-align: left;
		width: calc(602 /var(--break)*100vw);
		margin: 0 auto ;
	}
}


/* 当院の口腔筋機能療法(MFT) index_point
------------------------------------------------------------------*/
.bg_point01{
	background: url("images/index/bg_point01.png")no-repeat center bottom/contain,#ffffff;
	padding-bottom: calc(245 /var(--break)*100vw);
}
.bg_point01 .deco01{
	width: calc(146 /var(--break)*100vw);
	height: calc(141 /var(--break)*100vw);
	bottom: calc(246 /var(--break)*100vw);
	right: calc(50% + (585/var(--break)*100vw));
}
.bg_point01 .deco02{
	width: calc(207 /var(--break)*100vw);
	height: calc(240 /var(--break)*100vw);
	bottom: calc(205 /var(--break)*100vw);
	left: calc(50% + (566/var(--break)*100vw));
}
.ttl_point01{
	background: url("images/index/bg_ttl_point01.png")no-repeat center/contain;
	width: calc(320 /var(--break)*100vw);
	height: calc(102 /var(--break)*100vw);
	padding-bottom: calc(19 /var(--break)*100vw);
}
.ttl_point02{
	font-weight: 700;
	margin-bottom: calc(59 /var(--break)*100vw);
}
.ttl_point02::before{
	content: "";
	background: url("images/index/deco_point01.png")no-repeat center/contain;
	width: calc(39 /var(--break)*100vw);
	height: calc(49 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(50% + (411/var(--break)*100vw));
	margin: auto;
}
.ttl_point02::after{
	content: "";
	background: url("images/index/deco_point02.png")no-repeat center/contain;
	width: calc(38 /var(--break)*100vw);
	height: calc(49 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(50% + (411/var(--break)*100vw));
	margin: auto;
}

.box_point01{
	background: #ffffff;
	border: solid calc(5 /var(--break)*100vw) #f5ab28;
	border-radius: calc(20 /var(--break)*100vw);
	padding: calc(45 /var(--break)*100vw);
}
.box_point01:nth-child(2n){
	border-color: #f481a0;
}
.row_point01 .col_img{
	width: calc(340/1140*100%);
}
.row_point01 .col_txt{
	width: calc(748/1140*100%);
}
.row_point01 .col_txt .copy{
	border-bottom: solid calc(4 /var(--break)*100vw) #f5ab28;
	padding-left: calc(32 /var(--break)*100vw);
	padding-bottom: calc(13 /var(--break)*100vw);
	margin-bottom: calc(18 /var(--break)*100vw);
}
.box_point01:nth-child(2n) .row_point01 .col_txt .copy{
	border-color: #f481a0;
}
.row_point01 .col_txt .copy::before{
	content: "";
	background: url("images/index/icn_point01.svg")no-repeat center/contain;
	width: calc(20 /var(--break)*100vw);
	height: calc(19 /var(--break)*100vw);
	position: absolute;
	top: calc(17 /var(--break)*100vw);
	left: calc(-4 /var(--break)*100vw);
}
.box_point01:nth-child(2n) .row_point01 .col_txt .copy::before{
	background: url("images/index/icn_point02.svg")no-repeat center/contain;
}
.txt_point01{
	margin-top: calc(63 /var(--break)*100vw);
	line-height: calc(60/36*100%);
	font-weight: 700;
}
.txt_point01::before,.txt_point01::after{
	content: "";
	width: calc(84 /var(--break)*100vw);
	height: calc(101 /var(--break)*100vw);
	position: absolute;
	top: calc(30 /var(--break)*100vw);
	bottom: 0;
	margin: auto;
}
.txt_point01::before{
	background: url("images/index/deco_point03.png")no-repeat center/contain;
	right: calc(50% + (455 /var(--break)*100vw));
}
.txt_point01::after{
	background: url("images/index/deco_point04.png")no-repeat center/contain;
	left: calc(50% + (455 /var(--break)*100vw));
}
.txt_point01 span{
	background: linear-gradient(transparent 60%, rgba(252,230,190,0.5) 40%);
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_point01 .deco01{
		width: calc(146 /1599*100vw);
		height: calc(141 /1599*100vw);
		bottom: calc(246 /1599*100vw);
		right: calc(50% + (585/1599*100vw));
	}
	.bg_point01 .deco02{
		width: calc(207 /1599*100vw);
		height: calc(240 /1599*100vw);
		bottom: calc(205 /1599*100vw);
		left: calc(50% + (566/1599*100vw));
	}
	.txt_point01{
		font-size: calc(36 /1599*100vw);
		margin-top: calc(63 /1599*100vw);
		line-height: calc(60/36*100%);
		font-weight: 700;
	}
	.txt_point01::before,.txt_point01::after{
		width: calc(84 /1599*100vw);
		height: calc(101 /1599*100vw);
		top: calc(30 /1599*100vw);
	}
	.txt_point01::before{
		right: calc(50% + (455 /1599*100vw));
	}
	.txt_point01::after{
		left: calc(50% + (455 /1599*100vw));
	}
}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.bg_point01{
		padding-bottom: calc(331 /var(--break)*100vw);
	}
	.bg_point01 .deco01{
		width: calc(131 /var(--break)*100vw);
		height: calc(126 /var(--break)*100vw);
		bottom: calc(133 /var(--break)*100vw);
		right: auto;
		left: calc(191 /var(--break)*100vw);
	}
	.bg_point01 .deco02{
		width: calc(185 /var(--break)*100vw);
		height: calc(215 /var(--break)*100vw);
		bottom: calc(97 /var(--break)*100vw);
		left: auto;
		right: calc(173 /var(--break)*100vw);
	}
	.ttl_point01{
		width: calc(320 /var(--break)*100vw);
		height: calc(102 /var(--break)*100vw);
		padding-bottom: calc(19 /var(--break)*100vw);
		margin-bottom: calc(26 /var(--break)*100vw);
	}
	.ttl_point01 p{
		font-size: 1.0625rem;
		letter-spacing: 0;
	}
	.ttl_point02{
		font-size: 1.25rem;
		line-height: 1.5em;
		letter-spacing: 0;
		margin-bottom: calc(50 /var(--break)*100vw);
	}
	.ttl_point02::before{
		right: calc(50% + (273/var(--break)*100vw));
	}
	.ttl_point02::after{
		left: calc(50% + (273/var(--break)*100vw));
	}

	.box_point01{
		border: solid calc(5 /var(--break)*100vw) #f5ab28;
		border-radius: calc(20 /var(--break)*100vw);
		padding: calc(25 /var(--break)*100vw) calc(23 /var(--break)*100vw) calc(25 /var(--break)*100vw);
	}
	.row_point01 .col_img{
		width: calc(600 /var(--break)*100vw);
		margin: 0 auto calc(30 /var(--break)*100vw);
	}
	.row_point01 .col_txt{
		width: calc(600 /var(--break)*100vw);
		margin: 0 auto;
	}
	.row_point01 .col_txt .copy{
		font-size: 1.0625rem;
		letter-spacing: 0;
		padding-left: calc(43 /var(--break)*100vw);
		padding-bottom: calc(11 /var(--break)*100vw);
		margin-bottom: calc(15 /var(--break)*100vw);
	}
	.row_point01 .col_txt .copy::before{
		width: calc(31 /var(--break)*100vw);
		height: calc(30 /var(--break)*100vw);
		top: calc(22 /var(--break)*100vw);
		left: calc(-5 /var(--break)*100vw);
	}
	.txt_point01{
		font-size: 1.125rem;
		letter-spacing: 0;
		margin-top: calc(45 /var(--break)*100vw);
	}
	.txt_point01::before,.txt_point01::after{
		width: calc(67 /var(--break)*100vw);
		height: calc(81 /var(--break)*100vw);
		top: calc(16 /var(--break)*100vw);
		bottom: auto;
		margin: auto;
	}
	.txt_point01::before{
		right: calc(50% + (284 /var(--break)*100vw));
	}
	.txt_point01::after{
		left: calc(50% + (284 /var(--break)*100vw));
	}
}
.row_point02 .col{
	width: calc(390/1240*100%);
	padding: calc(8 /var(--break)*100vw);
	border-radius: calc(20 /var(--break)*100vw);
	background: #21ac7c;
}
.row_point02 .col .num{
	background: url("images/index/icn_point03.svg")no-repeat center/contain;
	width: calc(129 /var(--break)*100vw);
	height: calc(80 /var(--break)*100vw);
	top: calc(-50 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
	padding-top: calc(10 /var(--break)*100vw);
}
.row_point02 .col .box{
	width: 100%;
	height: 100%;
	border: solid calc(4 /var(--break)*100vw) #a6ce16;
	padding-top: calc(28 /var(--break)*100vw);
	padding-bottom: calc(35 /var(--break)*100vw);
	border-radius: calc(20 /var(--break)*100vw);
}
.row_point02 .col .box .img{
	width: calc(270/ 366*100%);
	margin-bottom: calc(15 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.row_point02{
		gap: calc(90 /var(--break)*100vw) 0;
	}
	.row_point02 .col{
		width: calc(500 /var(--break)*100vw);
		margin: 0 auto;
	}
	.row_point02 .col .num{
		padding-top: calc(10 /var(--break)*100vw);
	}
	.row_point02 .col .num span{
		font-size: 0.5625rem;
		letter-spacing: 0;
	}
	.row_point02 .col .num span.fz30{
		font-size: 0.9375rem;
		letter-spacing: 0;
	}
	.row_point02 .col .box{
		padding-bottom: calc(30 /var(--break)*100vw);
	}
	.row_point02 .col .box .img{
		width: calc(270 /var(--break)*100vw);
		margin-bottom: calc(11 /var(--break)*100vw);
	}
	.row_point02 .col .box .txt{
		font-size: 0.8125rem;
		letter-spacing: 0;
	}
}


/* インビザライン・ファーストにも対応しています index_invisalign
------------------------------------------------------------------*/
.bg_invisalign01{
	background: url("images/index/bg_invisalign01.png")no-repeat center bottom/contain,url("images/page/ptn05.png") repeat center / calc(1000 / var(--break)* 100vw),#fcf2c5;
}
.ttl_invisalign01{
	background: url("images/index/bg_ttl_invisalign01.png")no-repeat center/contain;
	width: calc(320 /var(--break)*100vw);
	height: calc(102 /var(--break)*100vw);
	padding-bottom: calc(19 /var(--break)*100vw);
}
.ttl_invisalign02{
	font-weight: 700;
	margin-bottom: calc(36 /var(--break)*100vw);
}
.ttl_invisalign02::before{
	content: "";
	background: url("images/index/deco_invisalign01.png")no-repeat center/contain;
	width: calc(39 /var(--break)*100vw);
	height: calc(49 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(50% + (466/var(--break)*100vw));
	margin: auto;
}
.ttl_invisalign02::after{
	content: "";
	background: url("images/index/deco_invisalign02.png")no-repeat center/contain;
	width: calc(38 /var(--break)*100vw);
	height: calc(49 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(50% + (466/var(--break)*100vw));
	margin: auto;
}
.ttl_invisalign03{
	font-weight: 700;
	line-height: calc(60/36*100%);
	margin-bottom: calc(59 /var(--break)*100vw);
}
.ttl_invisalign03::before{
	content: "";
	background: url("images/index/deco_invisalign03.png")no-repeat center/contain;
	width: calc(160 /var(--break)*100vw);
	height: calc(161 /var(--break)*100vw);
	position: absolute;
	top: calc(-41 /var(--break)*100vw);
	right: calc(50% + (512/var(--break)*100vw));
	margin: auto;
}
.ttl_invisalign03::after{
	content: "";
	background: url("images/index/deco_invisalign04.png")no-repeat center/contain;
	width: calc(141 /var(--break)*100vw);
	height: calc(181 /var(--break)*100vw);
	position: absolute;
	top: calc(-50 /var(--break)*100vw);
	left: calc(50% + (514/var(--break)*100vw));
	margin: auto;
}
.ttl_invisalign03 span{
	background: linear-gradient(transparent 60%, rgba(252,230,190,0.5) 40%);
}
.row_default_1240px.row_invisalign .col_img {
	filter: drop-shadow(calc(10 /var(--break)*100vw) calc(10 /var(--break)*100vw) 0 #f5ab28);
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {
	.ttl_invisalign03::before{
		top: 0;
		bottom: 0;
		right: calc(50% + (312/var(--break)*100vw));
	}
	.ttl_invisalign03::after{
		top: 0;
		bottom: 0;
		left: calc(50% + (314/var(--break)*100vw));
		margin: auto;
	}
}
@media(max-width: 767px) {
	.ttl_invisalign01{
		width: calc(320 /var(--break)*100vw);
		height: calc(102 /var(--break)*100vw);
		padding-bottom: calc(19 /var(--break)*100vw);
		margin-bottom: calc(36 /var(--break)*100vw);
	}
	.ttl_invisalign01 p{
		font-size: 0.875rem;
		letter-spacing: 0;
	}
	.ttl_invisalign02{
		font-size: 1.25rem;
		line-height: 1.5em;
		letter-spacing: 0;
		margin-bottom: calc(34 /var(--break)*100vw);
	}
	.ttl_invisalign02::before{
		right: calc(50% + (317/var(--break)*100vw));
	}
	.ttl_invisalign02::after{
		left: calc(50% + (317/var(--break)*100vw));
	}
	.ttl_invisalign03{
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: calc(60/36*100%);
		margin-bottom: calc(48 /var(--break)*100vw);
	}
	.ttl_invisalign03::before{
		width: calc(100 /var(--break)*100vw);
		height: calc(102 /var(--break)*100vw);
		top: 0;
		bottom: 0;
		right: calc(50% + (244/var(--break)*100vw));
	}
	.ttl_invisalign03::after{
		width: calc(100 /var(--break)*100vw);
		height: calc(128 /var(--break)*100vw);
		top:0;
		bottom: 0;
		left: calc(50% + (246/var(--break)*100vw));
	}
}


/* 当院が選ばれる5つの理由 index_reason
------------------------------------------------------------------*/
.index_reason{
	
}
.ttl_reason01{
	background: url("images/index/bg_ttl_reason01.png")no-repeat center/contain;
	width: calc(320 /var(--break)*100vw);
	height: calc(102 /var(--break)*100vw);
	padding-bottom: calc(19 /var(--break)*100vw);
}
.ttl_reason02{
	font-weight: 700;
	margin-bottom: calc(38 /var(--break)*100vw);
}
.ttl_reason02::before{
	content: "";
	background: url("images/index/deco_reason01.png")no-repeat center/contain;
	width: calc(39 /var(--break)*100vw);
	height: calc(49 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(50% + (371/var(--break)*100vw));
	margin: auto;
}
.ttl_reason02::after{
	content: "";
	background: url("images/index/deco_reason02.png")no-repeat center/contain;
	width: calc(38 /var(--break)*100vw);
	height: calc(49 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(50% + (372/var(--break)*100vw));
	margin: auto;
}

.wrap_reason01{
	padding-top: calc(145 /var(--break)*100vw);
	padding-bottom: calc(96 /var(--break)*100vw);
	margin-bottom: calc(40 /var(--break)*100vw);
}
.wrap_reason01::before,.wrap_reason01::after{
	content: "";
	position: absolute;
	z-index: -1;
}
.wrap_reason01::before{
	background: url("images/index/deco_reason04.png")no-repeat center/contain;
	width: calc(297 /var(--break)*100vw);
	height: calc(244  /var(--break)*100vw);
	top: calc(30 /var(--break)*100vw);
	right: 0;
}
.wrap_reason01::after{
	background: url("images/index/bg_reason01.png")no-repeat center/contain;
	width: calc(1646 /var(--break)*100vw);
	height: calc(860 /var(--break)*100vw);
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.wrap_reason02{
	padding-top: calc(178 /var(--break)*100vw);
	padding-bottom: calc(63 /var(--break)*100vw);
	margin-bottom: calc(20 /var(--break)*100vw);
}
.wrap_reason02::before,.wrap_reason02::after{
	content: "";
	position: absolute;
	z-index: -1;
}
.wrap_reason02::before{
	background: url("images/index/deco_reason05.png")no-repeat center/contain;
	width: calc(244 /var(--break)*100vw);
	height: calc(244  /var(--break)*100vw);
	top: calc(91 /var(--break)*100vw);
	left: 0;
}
.wrap_reason02::after{
	background: url("images/index/bg_reason02.png")no-repeat center/contain;
	width: calc(1596 /var(--break)*100vw);
	height: calc(860 /var(--break)*100vw);
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.wrap_reason03{
	padding-top: calc(157 /var(--break)*100vw);
	padding-bottom: calc(84 /var(--break)*100vw);
	margin-bottom: calc(40 /var(--break)*100vw);
}
.wrap_reason03::before,.wrap_reason03::after{
	content: "";
	position: absolute;
	z-index: -1;
}
.wrap_reason03::before{
	background: url("images/index/deco_reason04.png")no-repeat center/contain;
	width: calc(297 /var(--break)*100vw);
	height: calc(244  /var(--break)*100vw);
	top: calc(30 /var(--break)*100vw);
	right: 0;
}
.wrap_reason03::after{
	background: url("images/index/bg_reason03.png")no-repeat center/contain;
	width: calc(1613 /var(--break)*100vw);
	height: calc(860 /var(--break)*100vw);
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.wrap_reason04{
	background: url("images/index/bg_reason04.png")no-repeat center top/calc(1878 /var(--break)*100vw);
	padding-top: calc(170 /var(--break)*100vw);
	margin-bottom: calc(75 /var(--break)*100vw);
}
.wrap_reason04::after{
	content: "";
	position: absolute;
	z-index: -1;
}
.wrap_reason04::after{
	background: url("images/index/deco_reason08.png")no-repeat center/contain;
	width: calc(839 /var(--break)*100vw);
	height: calc(171  /var(--break)*100vw);
	top: calc(83 /var(--break)*100vw);
	left: 0;
	right: calc(122 /var(--break)*100vw);
	margin: auto;
}
.wrap_reason05{
	padding-top: calc(178 /var(--break)*100vw);
	padding-bottom: calc(63 /var(--break)*100vw);
}
.wrap_reason05::before,.wrap_reason05::after{
	content: "";
	position: absolute;
	z-index: -1;
}
.wrap_reason05::before{
	background: url("images/index/deco_reason10.png")no-repeat center/contain;
	width: calc(275 /var(--break)*100vw);
	height: calc(244  /var(--break)*100vw);
	top: calc(72 /var(--break)*100vw);
	left: 0;
}
.wrap_reason05::after{
	background: url("images/index/bg_reason05.png")no-repeat center/contain;
	width: calc(1465 /var(--break)*100vw);
	height: calc(860 /var(--break)*100vw);
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.row_reason01 .col_img{
	width: calc(621 /1340*100%);
}
.row_reason01 .col_img .icn01{
	background: url("images/index/icn_reason01.svg")no-repeat center/contain;
	width: calc(190 /var(--break)*100vw);
	height: calc(183 /var(--break)*100vw);
	top: calc(505 /var(--break)*100vw);
	right: calc(130 /var(--break)*100vw);
}
.row_reason01 .col_img .icn03{
	background: url("images/index/icn_reason02.svg")no-repeat center/contain;
	width: calc(190 /var(--break)*100vw);
	height: calc(183 /var(--break)*100vw);
	top: calc(505 /var(--break)*100vw);
	right: calc(130 /var(--break)*100vw);
}
.row_reason01 .col_img .icn02{
	right: calc(-80 /var(--break)*100vw);
}
.row_reason01 .col_img .icn01 p,
.row_reason01 .col_img .icn03 p{
	line-height: calc(40/24*100%);
}
.row_reason01 .col_txt{
	width: calc(670 /1340*100%);
}
.row_reason01 .col_txt .deco01{
	width: calc(743/1920*100vw);
	height: calc(217 /1920*100vw);
	top: calc(-66 /1920*100vw);
	left: calc(-60 /var(--break)*100vw);
	right: calc(-13 /var(--break)*100vw);
	margin: auto;
}
.row_reason01 .col_txt .deco02{
	width: calc(719/1920*100vw);
	height: calc(258 /1920*100vw);
	top: calc(-98 /1920*100vw);
	left: calc(19 /var(--break)*100vw);
	right: calc(-69 /var(--break)*100vw);
	margin: auto;
}
.row_reason01 .col_txt .deco03{
	width: calc(673/1920*100vw);
	height: calc(293 /1920*100vw);
	top: calc(-121 /1920*100vw);
	left: calc(1 /var(--break)*100vw);
	right: calc(-4 /var(--break)*100vw);
	margin: auto;
}
.row_reason01 .col_txt .deco04{
	width: calc(802/1920*100vw);
	height: calc(208 /1920*100vw);
	top: calc(-81 /var(--break)*100vw);
	left: calc(3 /var(--break)*100vw);
	right: calc(-36 /var(--break)*100vw);
	margin: auto;
}
.row_reason01 .col_txt .num,.wrap_reason04 .num{
	letter-spacing: -0.1em;
}
.row_reason01 .col_txt .copy,.wrap_reason04 .copy{
	margin-bottom: calc(24 /var(--break)*100vw);
}
.wrap_reason04 .txt{
	margin-bottom: calc(45 /var(--break)*100vw);
}
.row_reason02{
	gap:0 calc(40 /var(--break)*100vw);
}
.row_reason02 .col{
	width: calc(485 /var(--break)*100vw);
}
.row_reason02 .col .ttl{
	height: calc(60 /var(--break)*100vw);
	border-bottom-left-radius: calc(40 /var(--break)*100vw);
	border-bottom-right-radius: calc(40 /var(--break)*100vw);
	padding-bottom: calc(10 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.wrap_reason01{
		padding-top: calc(145 /1599*100vw);
		padding-bottom: calc(96 /1599*100vw);
		margin-bottom: calc(40 /1599*100vw);
	}
	.wrap_reason01::before{
		width: calc(297 /1599*100vw);
		height: calc(244  /1599*100vw);
		top: calc(30 /1599*100vw);
	}
	.wrap_reason01::after{
		width: calc(1646 /1599*100vw);
		height: calc(860 /1599*100vw);
		top: calc(50 /var(--break)*100vw);
	}
	.wrap_reason02{
		padding-top: calc(178 /1599*100vw);
		padding-bottom: calc(63 /1599*100vw);
		margin-bottom: calc(20 /1599*100vw);
	}
	.wrap_reason02::before{
		width: calc(244 /1599*100vw);
		height: calc(244  /1599*100vw);
		top: calc(91 /1599*100vw);
	}
	.wrap_reason02::after{
		width: calc(1596 /1599*100vw);
		height: calc(860 /1599*100vw);
		top: calc(50 /var(--break)*100vw);
	}
	.wrap_reason03{
		padding-top: calc(157 /1599*100vw);
		padding-bottom: calc(84 /1599*100vw);
		margin-bottom: calc(40 /1599*100vw);
	}
	.wrap_reason03::before{
		width: calc(297 /1599*100vw);
		height: calc(244  /1599*100vw);
		top: calc(30 /1599*100vw);
	}
	.wrap_reason03::after{
		width: calc(1613 /1599*100vw);
		height: calc(860 /1599*100vw);
		top: calc(50 /var(--break)*100vw);
	}
	.wrap_reason04{
		background: url("images/index/bg_reason04.png")no-repeat center top /calc(1878 /1599*100vw);
		padding-top: calc(170 /1599*100vw);
		margin-bottom: calc(75 /1599*100vw);
	}
	.wrap_reason04::after{
		width: calc(839 /1599*100vw);
		height: calc(171  /1599*100vw);
		top: calc(83 /1599*100vw);
		left: 0;
		right: calc(122 /1599*100vw);
	}
	.wrap_reason05{
		padding-top: calc(178 /1599*100vw);
		padding-bottom: calc(63 /1599*100vw);
	}
	.wrap_reason05::before{
		width: calc(275 /1599*100vw);
		height: calc(244  /1599*100vw);
		top: calc(72 /1599*100vw);
	}
	.wrap_reason05::after{
		width: calc(1465 /1599*100vw);
		height: calc(860 /1599*100vw);
		top: calc(50 /var(--break)*100vw);
	}
	.row_reason01 .col_img{
		width: calc(621 /1340*100%);
	}
	.row_reason01 .col_img .icn01{
		width: calc(190 /1599*100vw);
		height: calc(183 /1599*100vw);
		top: calc(505 /1599*100vw);
		right: calc(130 /1599*100vw);
	}
	.row_reason01 .col_img .icn03{
		width: calc(190 /1599*100vw);
		height: calc(183 /1599*100vw);
		top: calc(505 /1599*100vw);
		right: calc(130 /1599*100vw);
	}
	.row_reason01 .col_img .icn02{
		right: calc(-80 /1599*100vw);
	}
	.row_reason01 .col_img .icn01 p,
	.row_reason01 .col_img .icn03 p{
		font-size: calc(24/1599*100vw);
		line-height: calc(40/24*100%);
	}
	.row_reason01 .col_txt .deco01{
		width: calc(743/1920*100vw);
		height: calc(217 /1920*100vw);
		top: calc(-66 /1920*100vw);
		left: calc(-60 /1599*100vw);
		right: calc(-13 /1599*100vw);
		margin: auto;
	}
	.row_reason01 .col_txt .deco02{
		width: calc(719/1920*100vw);
		height: calc(258 /1920*100vw);
		top: calc(-98 /1920*100vw);
		left: calc(19 /1599*100vw);
		right: calc(-69 /1599*100vw);
		margin: auto;
	}
	.row_reason01 .col_txt .deco03{
		width: calc(673/1920*100vw);
		height: calc(293 /1920*100vw);
		top: calc(-121 /1920*100vw);
		left: calc(1 /1599*100vw);
		right: calc(-4 /1599*100vw);
		margin: auto;
	}
	.row_reason01 .col_txt .deco04{
		width: calc(802/1920*100vw);
		height: calc(208 /1920*100vw);
		top: calc(-81 /1599*100vw);
		left: calc(3 /1599*100vw);
		right: calc(-36 /1599*100vw);
		margin: auto;
	}
	.row_reason01 .col_txt .num,.wrap_reason04 .num{
		font-size: calc(120/1599*100vw);
	}
	.row_reason01 .col_txt .copy,.wrap_reason04 .copy{
		font-size: calc(44/1599*100vw);
		margin-bottom: calc(24 /1599*100vw);
	}
	.wrap_reason04 .txt{
		margin-bottom: calc(45 /1599*100vw);
	}
	.row_reason02 .col .ttl{
		margin-top: -1px;
		border-bottom-left-radius: calc(40 /1599*100vw);
		border-bottom-right-radius: calc(40 /1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.wrap_reason01{
		padding-top: calc(145 /1499*100vw);
		padding-bottom: calc(96 /1499*100vw);
		margin-bottom: calc(40 /1499*100vw);
	}
	.wrap_reason01::after{
		width: calc(1646 /1499*100vw);
		height: calc(860 /1499*100vw);
	}
	.wrap_reason02{
		padding-top: calc(178 /1499*100vw);
		padding-bottom: calc(63 /1499*100vw);
		margin-bottom: calc(20 /1499*100vw);
	}
	.wrap_reason02::after{
		width: calc(1596 /1499*100vw);
		height: calc(860 /1499*100vw);
	}
	.wrap_reason03{
		padding-top: calc(157 /1499*100vw);
		padding-bottom: calc(84 /1499*100vw);
		margin-bottom: calc(40 /1499*100vw);
	}
	.wrap_reason03::after{
		width: calc(1613 /1499*100vw);
		height: calc(860 /1499*100vw);
	}
	.wrap_reason05{
		padding-top: calc(178 /1499*100vw);
		padding-bottom: calc(63 /1499*100vw);
	}
	.wrap_reason05::after{
		width: calc(1465 /1499*100vw);
		height: calc(860 /1499*100vw);
	}
	.row_reason01 .col_img .icn01{
		right: calc(140 /1599*100vw);
	}
	.row_reason01 .col_img .icn03{
		right: calc(140 /1599*100vw);
	}
	.row_reason01 .col_img .icn02{
		right: calc(-70 /1599*100vw);
	}
	.row_reason01 .col_txt{
		display: block;
	}
}
@media(max-width: 767px) {

	.ttl_reason01{
		width: calc(320 /var(--break)*100vw);
		height: calc(102 /var(--break)*100vw);
		padding-bottom: calc(19 /var(--break)*100vw);
		margin-bottom: calc(37 /var(--break)*100vw);
	}
	.ttl_reason01 p{
		font-size: 1.0625rem;
		letter-spacing: 0;
	}
	.ttl_reason02{
		font-size: 1.25rem;
		line-height: 1.5em;
		letter-spacing: 0;
		margin-bottom: calc(30 /var(--break)*100vw);
	}
	.ttl_reason02::before{
		right: calc(50% + (248/var(--break)*100vw));
	}
	.ttl_reason02::after{
		left: calc(50% + (248/var(--break)*100vw));
	}
	
	.wrap_reason01{
		padding-top: calc(21 /var(--break)*100vw);
		padding-bottom: calc(164 /var(--break)*100vw);
		margin-bottom: calc(16 /var(--break)*100vw);
	}
	.wrap_reason01::before{
		top: 0;
		right: 0;
	}
	.wrap_reason01::after{
		background: url("images/index/bg_reason01_sp.png")no-repeat center/contain;
		width: calc(750 /var(--break)*100vw);
		height: calc(1260 /var(--break)*100vw);
		top: calc(603 /var(--break)*100vw);
		left: 0;
		bottom: auto;
		margin: auto;
	}
	.wrap_reason02{
		padding-top: calc(54 /var(--break)*100vw);
		padding-bottom: calc(119 /var(--break)*100vw);
		margin-bottom: calc(22 /var(--break)*100vw);
	}
	.wrap_reason02::before{
		top: 0;
		left: 0;
	}
	.wrap_reason02::after{
		background: url("images/index/bg_reason02_sp.png")no-repeat center/contain;
		width: calc(750 /var(--break)*100vw);
		height: calc(1150 /var(--break)*100vw);
		top: calc(621 /var(--break)*100vw);
		right: 0;
		bottom: auto;
		margin: auto;
	}
	.wrap_reason03{
		padding-top: calc(58 /var(--break)*100vw);
		padding-bottom: calc(156 /var(--break)*100vw);
		margin-bottom: calc(93 /var(--break)*100vw);
	}
	.wrap_reason03::before{
		top: 0;
		right: 0;
	}
	.wrap_reason03::after{
		background: url("images/index/bg_reason03_sp.png")no-repeat center/contain;
		width: calc(750 /var(--break)*100vw);
		height: calc(1165 /var(--break)*100vw);
		top: calc(658 /var(--break)*100vw);
		left: 0;
		bottom: auto;
		margin: auto;
	}
	.wrap_reason04{
		background: url("images/index/bg_reason04_sp.png")no-repeat center top/contain;
		padding-top: calc(194 /var(--break)*100vw);
		margin-bottom: calc(40 /var(--break)*100vw);
	}
	.wrap_reason04::after{
		content: "";
		position: absolute;
		z-index: -1;
	}
	.wrap_reason04::after{
		background: url("images/index/deco_reason08_sp.png")no-repeat center/contain;
		width: calc(712 /var(--break)*100vw);
		height: calc(222  /var(--break)*100vw);
		top: calc(45 /var(--break)*100vw);
		left: auto;
		right: calc(17 /var(--break)*100vw);
	}
	.wrap_reason05{
		padding-top: calc(54 /var(--break)*100vw);
		padding-bottom: calc(153 /var(--break)*100vw);
	}
	.wrap_reason05::before{
		top: 0;
		left: 0;
	}
	.wrap_reason05::after{
		background: url("images/index/bg_reason05_sp.png")no-repeat center/contain;
		width: calc(750 /var(--break)*100vw);
		height: calc(1121 /var(--break)*100vw);
		top: calc(618 /var(--break)*100vw);
		right: 0;
		bottom: auto;
		margin: auto;
	}
	.row_reason01 .col_img{
		width: calc(621 /var(--break)*100vw);
		margin: 0 auto calc(208 /var(--break)*100vw);
	}
	.wrap_reason02 .row_reason01 .col_img{
		margin: 0 auto calc(118 /var(--break)*100vw);
	}
	.wrap_reason03 .row_reason01 .col_img{
		margin: 0 auto calc(132 /var(--break)*100vw);
	}
	.wrap_reason05 .row_reason01 .col_img{
		margin: 0 auto calc(118 /var(--break)*100vw);
	}
	.row_reason01 .col_img .icn01{
		background: url("images/index/icn_reason01.svg")no-repeat center/contain;
		width: calc(191 /var(--break)*100vw);
		height: calc(185 /var(--break)*100vw);
		top: calc(518 /var(--break)*100vw);
		right: calc(198 /var(--break)*100vw);
	}
	.row_reason01 .col_img .icn03{
		background: url("images/index/icn_reason02.svg")no-repeat center/contain;
		width: calc(191 /var(--break)*100vw);
		height: calc(185 /var(--break)*100vw);
		top: calc(432 /var(--break)*100vw);
		right: calc(198 /var(--break)*100vw);
	}
	.row_reason01 .col_img .icn02{
		right: calc(-12 /var(--break)*100vw);
	}
	.row_reason01 .col_img .icn01 p,
	.row_reason01 .col_img .icn03 p{
		font-size: 0.8125rem;
		letter-spacing: 0;
		line-height: calc(40/26*100%);
	}
	.row_reason01 .col_txt{
		width: calc(646 /var(--break)*100vw);
		margin: auto;
	}
	.row_reason01 .col_txt .deco01{
		width: calc(702/var(--break)*100vw);
		height: calc(210 /var(--break)*100vw);
		top: calc(-97 /var(--break)*100vw);
		left: calc(-24 /var(--break)*100vw);
		right: auto;
		margin: auto;
	}
	.row_reason01 .col_txt .deco02{
		width: calc(610 /var(--break)*100vw);
		height: calc(218 /var(--break)*100vw);
		top: calc(-105 /var(--break)*100vw);
		left: calc(38 /var(--break)*100vw);
		right: auto;
		margin: auto;
	}
	.row_reason01 .col_txt .deco03{
		width: calc(673 /var(--break)*100vw);
		height: calc(234 /var(--break)*100vw);
		top: calc(-105 /var(--break)*100vw);
		left: calc(-26 /var(--break)*100vw);
		right: auto;
		margin: auto;
	}
	.row_reason01 .col_txt .deco04{
		width: calc(702 /var(--break)*100vw);
		height: calc(176 /var(--break)*100vw);
		top: calc(-115 /var(--break)*100vw);
		left: calc(-28 /var(--break)*100vw);
		right: auto;
		margin: auto;
	}
	.row_reason01 .col_txt .num{
		font-size: 3.75rem;
		letter-spacing: -0.1em;
	}
	.wrap_reason04 .num{
		font-size: 3.75rem;
		letter-spacing: -0.1em;
		margin-bottom: calc(3 /var(--break)*100vw);
	}
	.wrap_reason04 .row_reason01 .col_txt .num{
		margin-bottom: calc(2 /var(--break)*100vw);
	}
	.row_reason01 .col_txt .copy{
		font-size: 1.25rem;
		letter-spacing: 0;
		line-height: calc(64/40*100%);
		margin-bottom: calc(17 /var(--break)*100vw);
	}
	.wrap_reason02 .row_reason01 .col_txt .copy,
	.wrap_reason03 .row_reason01 .col_txt .copy,
	.wrap_reason05 .row_reason01 .col_txt .copy{
		font-size: 1.375rem;
		letter-spacing: 0;
		line-height: calc(70/44*100%);
	}
	.wrap_reason04 .copy{
		font-size: 1.375rem;
		letter-spacing: 0;
		line-height: calc(64/44*100%);
		margin-bottom: calc(13 /var(--break)*100vw);
	}
	.wrap_reason04 .txt{
		font-size: 1rem;
		letter-spacing: 0;
		margin-bottom: calc(45 /var(--break)*100vw);
	}
	.row_reason02{
		gap:0 calc(16 /var(--break)*100vw);
	}
	.row_reason02 .col{
		width: calc(343 /var(--break)*100vw);
	}
	.row_reason02 .col .ttl{
		font-size: 0.75rem;
		letter-spacing: 0;
		height: calc(60 /var(--break)*100vw);
		border-bottom-left-radius: calc(40 /var(--break)*100vw);
		border-bottom-right-radius: calc(40 /var(--break)*100vw);
		padding-bottom: calc(10 /var(--break)*100vw);
	}
}


/* はじめる時期が大切 index_when
------------------------------------------------------------------*/
.index_when{
	background: url("images/index/deco_when05.png")no-repeat right calc(61 /1920*100vw) bottom calc(48 /1920*100vw)/calc(236 /1920*100vw),rgba(221,218,236,0.7);
}
.ttl_when01{
	background: url("images/index/bg_ttl_when01.png")no-repeat center/contain;
	width: calc(320 /var(--break)*100vw);
	height: calc(102 /var(--break)*100vw);
	padding-bottom: calc(19 /var(--break)*100vw);
}
.ttl_when02{
	font-weight: 700;
	margin-bottom: calc(38 /var(--break)*100vw);
}
.ttl_when02::before{
	content: "";
	background: url("images/index/deco_when01.png")no-repeat center/contain;
	width: calc(39 /var(--break)*100vw);
	height: calc(49 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(50% + (301/var(--break)*100vw));
	margin: auto;
}
.ttl_when02::after{
	content: "";
	background: url("images/index/deco_when02.png")no-repeat center/contain;
	width: calc(38 /var(--break)*100vw);
	height: calc(49 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(50% + (301/var(--break)*100vw));
	margin: auto;
}
.box_when01{
	padding: calc(29 /var(--break)*100vw) 0 calc(45 /var(--break)*100vw);
	border-radius: calc(40 /var(--break)*100vw);
	margin-bottom: calc(61 /var(--break)*100vw);
}
.box_when01::before{
	content: "";
	background: url("images/index/deco_when03.png")no-repeat center/contain;
	width: calc(308 /var(--break)*100vw);
	height: calc(263 /var(--break)*100vw);
	position: absolute;
	top: calc(-219 /var(--break)*100vw);
	left: calc(-51 /var(--break)*100vw);
}
.box_when01::after{
	content: "";
	background: url("images/index/deco_when04.png")no-repeat center/contain;
	width: calc(297 /var(--break)*100vw);
	height: calc(195 /var(--break)*100vw);
	position: absolute;
	top: calc(-223 /var(--break)*100vw);
	right: 0;
}
.box_when01 .ttl{
	margin-bottom: calc(10 /var(--break)*100vw);
}
.tbl_when01 table {
	border: 1px solid #8f83c1;
	width: 100%;
}
.tbl_when01 thead th {
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.tbl_when01 thead td {
	background: #8f83c1;
	border-bottom: #8f83c1;
	text-align: center;
	vertical-align: middle;
}
.tbl_when01 thead td p{
	width: calc(208 /var(--break)*100vw);
	height: calc(40 /var(--break)*100vw);
	border-radius: calc(20 /var(--break)*100vw);
	line-height: calc(40 /var(--break)*100vw);
	margin: 0 auto calc(13 /var(--break)*100vw);
}
.tbl_when01 td .arw{
	width: calc(133 /330*100%);
	margin: auto;
}
.tbl_when01 th {
	background: #8f83c1;
	color: #ffffff;
	width: calc(248/1240*100%);
	text-align: center;
	vertical-align: middle;
	font-size: 1.375rem;
	font-weight: 300;
	line-height: 1.6em;
}
.tbl_when01 td .img{
	width: calc(220 /330*100%);
	margin: auto;
}
.tbl_when01 td {
	width: calc(330/1240*100%);
	background: #ffffff;
	text-align: center;
	vertical-align: middle;
	line-height: calc(26/18*100%);
	padding: calc(20 /var(--break)*100vw) ;
}
.tbl_when01 tr:not(:last-child) th {
	border-bottom: 1px solid #ffffff;
}
.tbl_when01 tr:not(:last-child) td {
	border-bottom: 1px solid #8f83c1;
}
.tbl_when01 tr td:not(:last-child) {
	border-right: 1px solid #8f83c1;
}
.tbl_when01 thead td:not(:last-child) {
	border-right: 1px solid #ffffff;
}
.tbl_when01 tbody td:nth-child(2) {
	background: #fefbeb;
}
@media(min-width: 768px) and (max-width:1599px) {
	.index_when{
		padding-bottom: calc(290 /1920*100vw);
		background: url("images/index/deco_when05.png")no-repeat right calc(61 /1920*100vw) bottom calc(48 /1920*100vw)/calc(236 /1920*100vw),rgba(221,218,236,0.7);
	}
	.box_when01::before{
		width: calc(308 /1599*100vw);
		height: calc(263 /1599*100vw);
		top: calc(-219 /1599*100vw);
		left: calc(-51 /1599*100vw);
	}
	.box_when01::after{
		width: calc(297 /1599*100vw);
		height: calc(195 /1599*100vw);
		top: calc(-223 /1599*100vw);
		right: 0;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.box_when01::after{
		right: calc(-20 /1599*100vw);
	}
}
@media(max-width: 767px) {
	.index_when{
		padding-bottom: calc(272 /var(--break)*100vw);
		background: url("images/index/deco_when05.png")no-repeat right calc(42 /var(--break)*100vw) bottom calc(80 /var(--break)*100vw)/calc(170 /var(--break)*100vw),rgba(221,218,236,0.7);
	}
	.ttl_when01{
		width: calc(320 /var(--break)*100vw);
		height: calc(102 /var(--break)*100vw);
		padding-bottom: calc(19 /var(--break)*100vw);
		margin-bottom: calc(37 /var(--break)*100vw);
	}
	.ttl_when01 p{
		font-size: 1.0625rem;
		letter-spacing: 0;
	}
	.ttl_when02{
		font-size: 1.25rem;
		line-height: 1.5em;
		letter-spacing: 0;
		margin-bottom: calc(266 /var(--break)*100vw);
	}
	.ttl_when02::before{
		right: calc(50% + (197/var(--break)*100vw));
	}
	.ttl_when02::after{
		left: calc(50% + (197/var(--break)*100vw));
	}
	.box_when01{
		padding: calc(30 /var(--break)*100vw) 0 calc(36 /var(--break)*100vw);
		border-radius: calc(40 /var(--break)*100vw);
		margin-bottom: calc(61 /var(--break)*100vw);
	}
	.box_when01::before{
		content: "";
		background: url("images/index/deco_when03.png")no-repeat center/contain;
		width: calc(276 /var(--break)*100vw);
		height: calc(236 /var(--break)*100vw);
		position: absolute;
		top: calc(-227 /var(--break)*100vw);
		left: calc(87 /var(--break)*100vw);
	}
	.box_when01::after{
		content: "";
		background: url("images/index/deco_when04_sp.png")no-repeat center/contain;
		width: calc(252 /var(--break)*100vw);
		height: calc(187 /var(--break)*100vw);
		position: absolute;
		top: calc(-203 /var(--break)*100vw);
		right: calc(44 /var(--break)*100vw);
	}
	.box_when01 .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: calc(70/36*100%);
		margin-bottom: calc(2 /var(--break)*100vw);
	}
	.box_when01 .txt{
		text-align: left;
	}
	.tbl_when01 table {
		width: calc(1240/750*100vw);
	}
	.tbl_when01 th {
		font-size: 0.6875rem;
		letter-spacing: 0.1em;
	}
	.tbl_when01 thead td p{
		font-size: 0.75rem;
		letter-spacing: 0.1em;
	}
	.tbl_when01 td {
		font-size: 0.5625rem;
		letter-spacing: 0.1em;
		line-height: calc(28.8/18*100%);
	}
}


/* 症例紹介 index_case
------------------------------------------------------------------*/
.index_case{
	background: url("images/page/ptn07.png") repeat center / calc(1000 / var(--break)* 100vw);
}
.index_case::before,
.index_case::after{
	content: "";
	width: 100%;
	background: #ffffff;
	position: absolute;
	left: 0;
	z-index: -1;
}
.index_case::before{
	height: calc(389 /var(--break)*100vw);
	top: 0;
}
.index_case::after{
	height: calc(198 /var(--break)*100vw);
	bottom: 0;
}
.ttl_case01{
	background: url("images/index/bg_ttl_case01.png")no-repeat center/contain;
	width: calc(320 /var(--break)*100vw);
	height: calc(102 /var(--break)*100vw);
	padding-bottom: calc(19 /var(--break)*100vw);
}
.ttl_case02{
	font-weight: 700;
	margin-bottom: calc(38 /var(--break)*100vw);
}
.ttl_case02::before{
	content: "";
	background: url("images/index/deco_case01.png")no-repeat center/contain;
	width: calc(39 /var(--break)*100vw);
	height: calc(49 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(50% + (167/var(--break)*100vw));
	margin: auto;
}
.ttl_case02::after{
	content: "";
	background: url("images/index/deco_case02.png")no-repeat center/contain;
	width: calc(38 /var(--break)*100vw);
	height: calc(49 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(50% + (167/var(--break)*100vw));
	margin: auto;
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
.index_case{
}
	.index_case::before{
		height: calc(413 /var(--break)*100vw);
		top: 0;
	}
	.index_case::after{
		height: calc(228 /var(--break)*100vw);
		bottom: 0;
	}
	.ttl_case01{
		width: calc(320 /var(--break)*100vw);
		height: calc(102 /var(--break)*100vw);
		padding-bottom: calc(19 /var(--break)*100vw);
		margin-bottom: calc(37 /var(--break)*100vw);
	}
	.ttl_case01 p{
		font-size: 1.0625rem;
		letter-spacing: 0;
	}
	.ttl_case02{
		font-size: 1.25rem;
		line-height: 1.5em;
		letter-spacing: 0;
		margin-bottom: calc(45 /var(--break)*100vw);
	}
	.ttl_case02::before{
		right: calc(50% + (98/var(--break)*100vw));
	}
	.ttl_case02::after{
		left: calc(50% + (98/var(--break)*100vw));
	}
}


/* 矯正治療の流れ index_flow
------------------------------------------------------------------*/
.index_flow{
	background: url("images/page/ptn04.png")repeat center / calc(400 / var(--break)* 100vw),#fce6be;
	position: relative;
}
.index_flow::after{
	content: "";
	background: url("images/index/bg_flow01.png")no-repeat center bottom/contain;
	width: 100%;
	height: calc(570 /var(--break)*100vw);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.index_flow::before{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.ttl_flow01{
	background: url("images/index/bg_ttl_flow01.png")no-repeat center/contain;
	width: calc(320 /var(--break)*100vw);
	height: calc(102 /var(--break)*100vw);
	padding-bottom: calc(19 /var(--break)*100vw);
}
.ttl_flow02{
	font-weight: 700;
	margin-bottom: calc(57 /var(--break)*100vw);
}
.ttl_flow02::before{
	content: "";
	background: url("images/index/deco_flow01.png")no-repeat center/contain;
	width: calc(39 /var(--break)*100vw);
	height: calc(49 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(50% + (251/var(--break)*100vw));
	margin: auto;
}
.ttl_flow02::after{
	content: "";
	background: url("images/index/deco_flow02.png")no-repeat center/contain;
	width: calc(38 /var(--break)*100vw);
	height: calc(49 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(50% + (251/var(--break)*100vw));
	margin: auto;
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.ttl_flow01{
		width: calc(320 /var(--break)*100vw);
		height: calc(102 /var(--break)*100vw);
		padding-bottom: calc(19 /var(--break)*100vw);
		margin-bottom: calc(37 /var(--break)*100vw);
	}
	.ttl_flow01 p{
		font-size: 1.0625rem;
		letter-spacing: 0;
	}
	.ttl_flow02{
		font-size: 1.25rem;
		line-height: 1.5em;
		letter-spacing: 0;
		margin-bottom: calc(72 /var(--break)*100vw);
	}
	.ttl_flow02::before{
		right: calc(50% + (159/var(--break)*100vw));
	}
	.ttl_flow02::after{
		left: calc(50% + (159/var(--break)*100vw));
	}
}


/* 身近なものとの1日あたりの費用比較 index_comparison
------------------------------------------------------------------*/
.index_comparison{
	background: url("images/index/bg_comparison01.png")no-repeat center bottom/contain,#fefbeb;
}
.ttl_comparison01{
	background: url("images/index/bg_ttl_comparison01.png")no-repeat center/contain;
	width: calc(320 /var(--break)*100vw);
	height: calc(102 /var(--break)*100vw);
	padding-bottom: calc(19 /var(--break)*100vw);
}
.ttl_comparison02{
	font-weight: 700;
	margin-bottom: calc(38 /var(--break)*100vw);
}
.ttl_comparison02::before{
	content: "";
	background: url("images/index/deco_comparison01.png")no-repeat center/contain;
	width: calc(39 /var(--break)*100vw);
	height: calc(49 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(50% + (514/var(--break)*100vw));
	margin: auto;
}
.ttl_comparison02::after{
	content: "";
	background: url("images/index/deco_comparison02.png")no-repeat center/contain;
	width: calc(38 /var(--break)*100vw);
	height: calc(49 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(50% + (514/var(--break)*100vw));
	margin: auto;
}
.box_comparison01{
	background: #ffffff;
	border: solid calc(10 /var(--break)*100vw) #f6d53f;
	border-radius: calc(40 /var(--break)*100vw);
	padding: calc(25 /var(--break)*100vw) calc(120 /var(--break)*100vw) calc(22 /var(--break)*100vw);
	margin-bottom: calc(55 /var(--break)*100vw);
}
.box_comparison01 .ttl{
	margin-bottom: calc(10 /var(--break)*100vw);
}

.tbl_comparison01 table{
	border: solid 1px #f5ab28;
	width: 100%;
	line-height: 1.5;
}
.tbl_comparison01 thead th {
	background: #f5ab28;
	color: #fff;
	width: 33.3%;
	text-align: center;
	font-weight: 400;
	font-size: 1.375rem;
	letter-spacing: 0.1em;
	line-height: calc(36/22*100%);
	padding: calc(24 / var(--break) * 100vw ) calc(18 / var(--break) * 100vw ) calc(23 / var(--break) * 100vw );
	vertical-align: middle;
}
.tbl_comparison01 thead tr th:not(:last-child) {
	border-right: 1px solid #fff;
}
.tbl_comparison01 tbody th {
	background: #fcf2c5;
	padding: calc(20 / var(--break) * 100vw ) calc(18 / var(--break) * 100vw ) calc(20 / var(--break) * 100vw );
}
.tbl_comparison01 tbody tr:not(:last-child) th {
	border-bottom: 1px solid #f5ab28;
}
.tbl_comparison01 td {
	background: #ffffff;
	text-align: center;
	vertical-align: middle;
	line-height: calc(26/18*100%);
	padding: calc(15 / var(--break) * 100vw ) calc(18 / var(--break) * 100vw ) calc(16 / var(--break) * 100vw );
}
.tbl_comparison01 tr:not(:last-child) td {
	border-bottom: 1px solid #f5ab28;
}
.tbl_comparison01 tr td:not(:last-child) {
	border-right: 1px solid #f5ab28;
}
@media(max-width: 767px) {
	.ttl_comparison01{
		width: calc(320 /var(--break)*100vw);
		height: calc(102 /var(--break)*100vw);
		padding-bottom: calc(19 /var(--break)*100vw);
		margin-bottom: calc(37 /var(--break)*100vw);
	}
	.ttl_comparison01 p{
		font-size: 1rem;
		letter-spacing: 0;
	}
	.ttl_comparison02{
		font-size: 1.25rem;
		line-height: 1.5em;
		letter-spacing: 0;
		margin-bottom: calc(43 /var(--break)*100vw);
	}
	.ttl_comparison02::before{
		right: calc(50% + (237/var(--break)*100vw));
	}
	.ttl_comparison02::after{
		left: calc(50% + (237/var(--break)*100vw));
	}
	.box_comparison01{
		padding: calc(30 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(30 /var(--break)*100vw);
		margin-bottom: calc(55 /var(--break)*100vw);
	}
	.box_comparison01 .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		margin-bottom: calc(10 /var(--break)*100vw);
	}
	.box_comparison01 .txt{
		text-align: left;
	}
	.tbl_comparison01 table {
		width: calc(1240/750*100vw);
	}
	.tbl_comparison01 thead th{
		font-size: 0.75rem;
		letter-spacing: 0.1em;
	}
	.tbl_comparison01 td {
		font-size: 0.5625rem;
		letter-spacing: 0.1em;
		line-height: calc(28.8/18*100%);
	}
	.tbl_comparison01 td .fz60{
		font-size: 1.875rem;
		letter-spacing: 0.1em;
	}
	.tbl_comparison01 td .fz40{
		font-size: 1.25rem;
		letter-spacing: 0.1em;
	}
}


/* 費用 index_fee
------------------------------------------------------------------*/
.index_fee{
	background: url("images/index/bg_fee01.png")no-repeat center bottom/contain,#edf5d0;
}
.ttl_fee01{
	background: url("images/index/bg_ttl_fee01.png")no-repeat center/contain;
	width: calc(320 /var(--break)*100vw);
	height: calc(102 /var(--break)*100vw);
	padding-bottom: calc(19 /var(--break)*100vw);
}
.ttl_fee02{
	font-weight: 700;
	margin-bottom: calc(38 /var(--break)*100vw);
}
.ttl_fee02::before{
	content: "";
	background: url("images/index/deco_fee01.png")no-repeat center/contain;
	width: calc(39 /var(--break)*100vw);
	height: calc(49 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(50% + (108/var(--break)*100vw));
	margin: auto;
}
.ttl_fee02::after{
	content: "";
	background: url("images/index/deco_fee02.png")no-repeat center/contain;
	width: calc(38 /var(--break)*100vw);
	height: calc(49 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(50% + (108/var(--break)*100vw));
	margin: auto;
}
.txt_fee02{
	margin-bottom: calc(50 /var(--break)*100vw);
}
.box_fee01{
	background: #ffffff;
	border: solid calc(10 /var(--break)*100vw) #a6ce16;
	border-radius: calc(20 /var(--break)*100vw);
	width: 90%;
	max-width: 1010px;
	padding: calc(28 /var(--break)*100vw) calc(40 /var(--break)*100vw) calc(36 /var(--break)*100vw);
}
.box_fee01 .ttl{
	border-bottom: solid calc(4 /var(--break)*100vw) #a6ce16;
	padding-bottom: calc(12 /var(--break)*100vw);
	margin-bottom: calc(28 /var(--break)*100vw);
}
.box_fee01 .price{
	margin-bottom: calc(18 /var(--break)*100vw);
}
.box_fee01 .price .ccl{
	width: calc(70 /var(--break)*100vw);
	height: calc(70 /var(--break)*100vw);
	margin-right: calc(7 /var(--break)*100vw);
}
.box_fee01 .price .ja{
	padding-bottom: calc(20 /var(--break)*100vw);
}
.box_fee01 .price .num{
	background: linear-gradient(transparent 70%, #fcf2c5 70%, #fcf2c5 90%,transparent 90%);
}
.box_fee01 .txt{
	max-width: 900px;
	margin: 0 auto;
}
.box_fee02{
	padding: calc(32 /var(--break)*100vw) calc(40 /var(--break)*100vw) calc(45 /var(--break)*100vw);
}
.box_fee02 .ttl{
	border-bottom: solid calc(4 /var(--break)*100vw) #a6ce16;
	padding-bottom: calc(15 /var(--break)*100vw);
	margin-bottom: calc(16 /var(--break)*100vw);
}
.box_fee02 .txt{
	margin: 0 auto calc(31 /var(--break)*100vw);
}
.btn_fee{
	width: calc(440 /var(--break)*100vw);
	height: calc(80 /var(--break)*100vw);
	border-radius: calc(40 /var(--break)*100vw);
}
.btn_fee::after{
	content: "";
	background: url("images/index/arw_btn.svg")no-repeat center/contain;
	width: calc(15 /var(--break)*100vw);
	height: calc(24 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(30 /var(--break)*100vw);
	margin: auto;
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {
.box_fee01 .price .ja{
	padding-bottom: calc(10 /var(--break)*100vw);
}
}
@media(max-width: 767px) {
	.ttl_fee01{
		width: calc(320 /var(--break)*100vw);
		height: calc(102 /var(--break)*100vw);
		padding-bottom: calc(19 /var(--break)*100vw);
		margin-bottom: calc(37 /var(--break)*100vw);
	}
	.ttl_fee01 p{
		font-size: 1.0625rem;
		letter-spacing: 0;
	}
	.ttl_fee02{
		font-size: 1.25rem;
		line-height: 1.5em;
		letter-spacing: 0;
		margin-bottom: calc(43 /var(--break)*100vw);
	}
	.ttl_fee02::before{
		right: calc(50% + (57/var(--break)*100vw));
	}
	.ttl_fee02::after{
		left: calc(50% + (57/var(--break)*100vw));
	}
	.txt_fee01{
		font-size: 0.9375rem;
		letter-spacing: 0;
		margin-bottom: calc(27 /var(--break)*100vw);
	}
	.txt_fee02{
		text-align: left;
		margin-bottom: calc(44 /var(--break)*100vw);
	}
	.box_fee01{
		width: 100%;
		max-width: calc(702 /var(--break)*100vw);
		padding: calc(25 /var(--break)*100vw) calc(40 /var(--break)*100vw) calc(31 /var(--break)*100vw);
	}
	.box_fee01 .ttl{
		font-size: 1.0625rem;
		letter-spacing: 0;
		border-bottom: solid calc(4 /var(--break)*100vw) #a6ce16;
		padding-bottom: calc(11 /var(--break)*100vw);
		margin-bottom: calc(28 /var(--break)*100vw);
	}
	.box_fee01 .price{
		margin-bottom: calc(19 /var(--break)*100vw);
	}
	.box_fee01 .price .ccl{
		width: calc(70 /var(--break)*100vw);
		height: calc(70 /var(--break)*100vw);
		margin-right: calc(20 /var(--break)*100vw);
		font-size: 0.75rem;
		letter-spacing: 0;
	}
	.box_fee01 .price .ja{
		font-size: 2.1875rem;
		letter-spacing: 0;
		padding-bottom: 0;
	}
	.box_fee01 .price .num{
		background: linear-gradient(transparent 70%, #fcf2c5 70%, #fcf2c5 90%,transparent 90%);
	}
	.box_fee01 .price .ja .fz40{
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.box_fee02{
		padding: calc(26 /var(--break)*100vw) calc(40 /var(--break)*100vw) calc(45 /var(--break)*100vw);
	}
	.box_fee02 .ttl{
		letter-spacing: 0.1em;
		border-bottom: solid calc(4 /var(--break)*100vw) #a6ce16;
		padding-bottom: calc(9 /var(--break)*100vw);
		margin-bottom: calc(16 /var(--break)*100vw);
	}
	.box_fee02 .txt{
		margin: 0 auto calc(43 /var(--break)*100vw);
	}
	.btn_fee{
		width: calc(500 /var(--break)*100vw);
		height: calc(90 /var(--break)*100vw);
		border-radius: calc(90 /var(--break)*100vw);
		font-size: 0.875rem;
		letter-spacing: 0.1em;
	}
	.btn_fee::after{
		width: calc(18 /var(--break)*100vw);
		height: calc(29 /var(--break)*100vw);
		right: calc(30 /var(--break)*100vw);
	}
}


/* よくあるご質問 index_qa
------------------------------------------------------------------*/
.index_qa{
	background: url("images/page/ptn05.png") repeat center / calc(1000 / var(--break)* 100vw),#dddaec;
}
.ttl_qa01{
	background: url("images/index/bg_ttl_qa01.png")no-repeat center/contain;
	width: calc(320 /var(--break)*100vw);
	height: calc(102 /var(--break)*100vw);
	padding-bottom: calc(19 /var(--break)*100vw);
}
.ttl_qa02{
	font-weight: 700;
	margin-bottom: calc(38 /var(--break)*100vw);
}
.ttl_qa02::before{
	content: "";
	background: url("images/index/deco_qa01.png")no-repeat center/contain;
	width: calc(39 /var(--break)*100vw);
	height: calc(49 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(50% + (245/var(--break)*100vw));
	margin: auto;
}
.ttl_qa02::after{
	content: "";
	background: url("images/index/deco_qa02.png")no-repeat center/contain;
	width: calc(38 /var(--break)*100vw);
	height: calc(49 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(50% + (245/var(--break)*100vw));
	margin: auto;
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.ttl_qa01{
		width: calc(320 /var(--break)*100vw);
		height: calc(102 /var(--break)*100vw);
		padding-bottom: calc(19 /var(--break)*100vw);
		margin-bottom: calc(32 /var(--break)*100vw);
	}
	.ttl_qa01 p{
		font-size: 1.0625rem;
		letter-spacing: 0;
	}
	.ttl_qa02{
		font-size: 1.25rem;
		line-height: 1.5em;
		letter-spacing: 0;
		margin-bottom: calc(56 /var(--break)*100vw);
	}
	.ttl_qa02::before{
		right: calc(50% + (156/var(--break)*100vw));
	}
	.ttl_qa02::after{
		left: calc(50% + (156/var(--break)*100vw));
	}
}


/* 医院紹介 index_clinic
------------------------------------------------------------------*/
.ttl_clinic01{
	background: url("images/index/bg_ttl_clinic01.png")no-repeat center/contain;
	width: calc(320 /var(--break)*100vw);
	height: calc(102 /var(--break)*100vw);
	padding-bottom: calc(19 /var(--break)*100vw);
}
.ttl_clinic02{
	font-weight: 700;
	margin-bottom: calc(93 /var(--break)*100vw);
}
.ttl_clinic02::before{
	content: "";
	background: url("images/index/deco_clinic01.png")no-repeat center/contain;
	width: calc(39 /var(--break)*100vw);
	height: calc(49 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(50% + (165/var(--break)*100vw));
	margin: auto;
}
.ttl_clinic02::after{
	content: "";
	background: url("images/index/deco_clinic02.png")no-repeat center/contain;
	width: calc(38 /var(--break)*100vw);
	height: calc(49 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(50% + (165/var(--break)*100vw));
	margin: auto;
}
.row_clinic01 .col_img{
	width: calc(100% - (600 /var(--break)*100vw));
}
.row_clinic01 .col_img::after{
	content: "";
	background: url("images/page/ptn06.png"),#a6ce16;
	border-radius: calc(40 /var(--break)*100vw);
	width: 100%;
	height: calc(100% - (30 /var(--break)*100vw));
	position: absolute;
	bottom: 0;
	left: calc(-30 /var(--break)*100vw);
	z-index: -1;
}
.row_clinic01 .col_txt{
	width: calc(530 /var(--break)*100vw);
	padding-top: calc(26 /var(--break)*100vw);
}
.row_clinic01 .col_txt .logo{
	width: calc(418 /var(--break)*100vw);
	margin-bottom: calc(31 /var(--break)*100vw);
}
.row_clinic01 .col_txt .logo img{
	width: 100%;
}
.row_clinic01 .col_txt .access{
	margin-bottom: calc(23 /var(--break)*100vw);
}
.row_clinic01 .col_txt .access .icn{
	margin-right: calc(12 /var(--break)*100vw);
}
.btn_clinic{
	width: calc(464 /var(--break)*100vw);
	margin-bottom: calc(40 /var(--break)*100vw);
}
.btn_clinic a{
	width: 100%;
	height: calc(144 /var(--break)*100vw);
	border: solid calc(4 /var(--break)*100vw) #2d9bc0;
	border-radius: calc(20 /var(--break)*100vw);
}
.btn_clinic a .wrap span:nth-child(1){
	display: block;
	margin-bottom: calc(8 /var(--break)*100vw);
}
.btn_clinic a .icn{
	width: calc(34 /var(--break)*100vw);
	margin-right: calc(13 /var(--break)*100vw);
	padding-top: calc(19 /var(--break)*100vw);
}
.btn_clinic a .icn img{
	width: 100%;
}
.wrap_clinic02 .wrap_map{
	width: 90%;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
}
.box_clinic01{
	border: solid calc(4 /var(--break)*100vw) #a6ce16;
	border-radius: calc(20 /var(--break)*100vw);
	padding: calc(33 /var(--break)*100vw) calc(41 /var(--break)*100vw) calc(40 /var(--break)*100vw);
}
.box_clinic01 .ttl{
	border-bottom: solid calc(4 /var(--break)*100vw) #a6ce16;
	padding-bottom: calc(12 /var(--break)*100vw);
	margin-bottom: calc(16 /var(--break)*100vw);
}
.box_clinic01 .txt{
	max-width: 900px;
	margin: 0 auto;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_clinic01 .col_txt{
		padding-top: 0;
	}
}
@media(max-width: 767px) {
	.ttl_clinic01{
		width: calc(320 /var(--break)*100vw);
		height: calc(102 /var(--break)*100vw);
		padding-bottom: calc(19 /var(--break)*100vw);
		margin-bottom: calc(32 /var(--break)*100vw);
	}
	.ttl_clinic01 p{
		font-size: 1.0625rem;
		letter-spacing: 0;
	}
	.ttl_clinic02{
		font-size: 1.25rem;
		line-height: 1.5em;
		letter-spacing: 0;
		margin-bottom: calc(56 /var(--break)*100vw);
	}
	.ttl_clinic02::before{
		right: calc(50% + (97/var(--break)*100vw));
	}
	.ttl_clinic02::after{
		left: calc(50% + (97/var(--break)*100vw));
	}
	.row_clinic01{
		width: 100%;
	}
	.row_clinic01 .col_img{
		width: calc(679 /var(--break)*100vw);
		margin-left: auto;
		padding-bottom: calc(23 /var(--break)*100vw);
	}
	.row_clinic01 .col_img::after{
		border-radius: calc(32 /var(--break)*100vw);
		height: calc(100% - (23 /var(--break)*100vw));
		bottom: 0;
		left: calc(-23 /var(--break)*100vw);
	}
	.row_clinic01 .col_txt{
		width: 100%;
		padding-top: calc(60 /var(--break)*100vw);
	}
	.row_clinic01 .col_txt .logo{
		width: calc(537 /var(--break)*100vw);
		margin-bottom: calc(41 /var(--break)*100vw);
	}
	.row_clinic01 .col_txt .access{
		margin-bottom: calc(24 /var(--break)*100vw);
	}
	.row_clinic01 .col_txt .access .icn{
		width: calc(30 /var(--break)*100vw);
		margin-right: calc(12 /var(--break)*100vw);
	}
	.row_clinic01 .col_txt .access .icn img{
		width: 100%;
	}
	.btn_clinic{
		width: calc(560 /var(--break)*100vw);
		margin-bottom: calc(58 /var(--break)*100vw);
	}
	.btn_clinic a{
		width: 100%;
		height: calc(170 /var(--break)*100vw);
		border: solid calc(4 /var(--break)*100vw) #2d9bc0;
		border-radius: calc(20 /var(--break)*100vw);
	}
	.btn_clinic a .wrap span:nth-child(1){
		font-size: 0.875rem;
		letter-spacing: 0.1em;
		margin-bottom: calc(11 /var(--break)*100vw);
	}
	.btn_clinic a .icn{
		width: calc(39 /var(--break)*100vw);
		margin-right: calc(16 /var(--break)*100vw);
		padding-top: calc(17 /var(--break)*100vw);
	}
	.btn_clinic a .txt{
		font-size: 1.625rem;
		letter-spacing: 0;
	}
	.btn_clinic a .icn img{
		width: 100%;
	}
	
	.wrap_clinic02 .wrap_map{
		width: 100%;
		max-width: 100%;
	}
	.box_clinic01{
		border: solid calc(4 /var(--break)*100vw) #a6ce16;
		border-radius: calc(20 /var(--break)*100vw);
		padding: calc(28 /var(--break)*100vw) calc(46 /var(--break)*100vw) calc(31 /var(--break)*100vw);
	}
	.box_clinic01 .ttl{
		font-size: 1.0625rem;
		letter-spacing: 0.1em;
		border-bottom: solid calc(4 /var(--break)*100vw) #a6ce16;
		padding-bottom: calc(10 /var(--break)*100vw);
		margin-bottom: calc(17 /var(--break)*100vw);
	}
}


/* ご挨拶 index_greeting
------------------------------------------------------------------*/
.wrap_greeting01{
	background: url("images/page/ptn01.png") repeat center / calc(400 / var(--break)* 100vw);
}
.wrap_greeting01::before{
	content: "";
	background: url("images/index/deco_greeting03.png")no-repeat center/contain;
	width: calc(340 /var(--break)*100vw);
	height: calc(374 /var(--break)*100vw);
	position: absolute;
	top: calc(200 /var(--break)*100vw);
	right: calc(50% + (350 /1920*100vw));
	z-index: 2;
}
.wrap_greeting01::after{
	content: "";
	background: url("images/index/deco_greeting04.png")no-repeat center/contain;
	width: calc(437 /var(--break)*100vw);
	height: calc(352 /var(--break)*100vw);
	position: absolute;
	top: calc(180 /var(--break)*100vw);
	left: calc(50% + (363 /1920*100vw));
	z-index: 2;
}
.ttl_greeting01{
	background: url("images/index/bg_ttl_greeting01.png")no-repeat center/contain;
	width: calc(400 /var(--break)*100vw);
	height: calc(102 /var(--break)*100vw);
	padding-bottom: calc(19 /var(--break)*100vw);
}
.ttl_greeting02{
	font-weight: 700;
	margin-bottom: calc(361 /var(--break)*100vw);
}
.ttl_greeting02::before{
	content: "";
	background: url("images/index/deco_greeting01.png")no-repeat center/contain;
	width: calc(39 /var(--break)*100vw);
	height: calc(49 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(50% + (135/var(--break)*100vw));
	margin: auto;
}
.ttl_greeting02::after{
	content: "";
	background: url("images/index/deco_greeting02.png")no-repeat center/contain;
	width: calc(38 /var(--break)*100vw);
	height: calc(49 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(50% + (135/var(--break)*100vw));
	margin: auto;
}
.box_greeting01{
	border-radius: calc(200 /1920*100vw);
	padding-top: calc(197 /var(--break)*100vw);
}
.box_greeting01::before{
	content: "";
	background: url("images/index/img_greeting01.png")no-repeat center/contain;
	width: calc(510 /var(--break)*100vw);
	height: calc(510 /var(--break)*100vw);
	position: absolute;
	top: calc(-345 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
}
.box_greeting01 .icn{
	background: url("images/index/icn_greeting01.svg")no-repeat center/contain;
	width: calc(260 /var(--break)*100vw);
	height: calc(260 /var(--break)*100vw);
	top: calc(-113 /var(--break)*100vw);
	left: calc(50% + (149 /var(--break)*100vw));
}
.box_greeting01 .icn .txt01{
	margin-bottom: calc(15 /var(--break)*100vw);
}
.box_greeting01 .icn .txt02{
	margin-bottom: calc(17 /var(--break)*100vw);
}
.box_greeting01 .icn .txt03{
	letter-spacing: -0.1em;
}
.box_greeting01 .box{
	max-width: 1240px;
}
.box_greeting01 .box .ttl01{
	margin-bottom: calc(18 /var(--break)*100vw);
}
.box_greeting01 .box .txt01{
	margin-bottom: calc(41 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.wrap_greeting01::before{
		width: calc(340 /1599*100vw);
		height: calc(374 /1599*100vw);
		right: calc(50% + (350 /1920*100vw));
	}
	.wrap_greeting01::after{
		width: calc(437 /1599*100vw);
		height: calc(352 /1599*100vw);
		left: calc(50% + (363 /1920*100vw));
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.wrap_greeting01::before{
		right: calc(50% + (350 /1599*100vw));
	}
}
@media(max-width: 767px) {
	.wrap_greeting01::before{
		width: calc(159 /var(--break)*100vw);
		height: calc(174 /var(--break)*100vw);
		top: calc(213 /var(--break)*100vw);
		right: calc(50% + (186 /var(--break)*100vw));
	}
	.wrap_greeting01::after{
		width: calc(204 /var(--break)*100vw);
		height: calc(164 /var(--break)*100vw);
		top: calc(220 /var(--break)*100vw);
		left: calc(50% + (142 /var(--break)*100vw));
	}
	.ttl_greeting01{
		width: calc(400 /var(--break)*100vw);
		height: calc(102 /var(--break)*100vw);
		padding-bottom: calc(19 /var(--break)*100vw);
		margin-bottom: calc(32 /var(--break)*100vw);
	}
	.ttl_greeting01 p{
		font-size: 1.0625rem;
		letter-spacing: 0;
	}
	.ttl_greeting02{
		font-size: 1.25rem;
		line-height: 1.5em;
		letter-spacing: 0.1em;
		margin-bottom: calc(500 /var(--break)*100vw);
	}
	.ttl_greeting02::before{
		right: calc(50% + (83/var(--break)*100vw));
	}
	.ttl_greeting02::after{
		left: calc(50% + (83/var(--break)*100vw));
	}
	.box_greeting01{
		border-radius: calc(100 /var(--break)*100vw);
		padding: calc(119 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(100 /var(--break)*100vw);
	}
	.box_greeting01::before{
		top: calc(-465 /var(--break)*100vw);
	}
	.box_greeting01 .icn{
		top: calc(-160 /var(--break)*100vw);
		left: calc(50% + (42 /var(--break)*100vw));
	}
	.box_greeting01 .icn .txt01{
		font-size: 0.8125rem;
		letter-spacing: 0;
		margin-bottom: calc(15 /var(--break)*100vw);
	}
	.box_greeting01 .icn .txt02{
		font-size: 1.25rem;
		letter-spacing: 0;
		margin-bottom: calc(17 /var(--break)*100vw);
	}
	.box_greeting01 .icn .txt03{
		font-size: 0.625rem;
		letter-spacing: -0.1em;
	}
	.box_greeting01 .box .ttl01{
		font-size: 1.125rem;
		letter-spacing: 0;
		margin-bottom: calc(11 /var(--break)*100vw);
	}
	.box_greeting01 .box .txt01{
		width: calc(603 /var(--break)*100vw);
		margin: 0 auto calc(43 /var(--break)*100vw);
	}
}


/* フッター footer
------------------------------------------------------------------*/
.main_foot{
	padding-top: calc(93 /var(--break)*100vw);
	padding-bottom: calc(92 /var(--break)*100vw);
}
.logo_foot{
	width: calc(391 /var(--break)*100vw);
	margin-bottom: calc(20 /var(--break)*100vw);
}
.logo_foot img{
	width: 100%;
}
.address_foot {
	margin: 0 auto calc(52 /var(--break)*100vw);
}
.address_foot .icn{
	display: block;
	width: calc(24 /var(--break)*100vw);
	margin: 0 auto;
}
.row_foot01 > .col_l {
	width: calc(464 /var(--break)*100vw);
	margin-right: calc(54 /var(--break)*100vw);
	margin-left: calc(69 /var(--break)*100vw);
	padding-top: calc(8 /var(--break)*100vw);
}
.tel_foot{
	width: calc(464 /var(--break)*100vw);
	margin-bottom: calc(40 /var(--break)*100vw);
}
.tel_foot a{
	width: 100%;
	height: calc(144 /var(--break)*100vw);
	border: solid calc(4 /var(--break)*100vw) #2d9bc0;
	border-radius: calc(20 /var(--break)*100vw);
}
.tel_foot a .wrap span:nth-child(1){
	display: block;
	margin-bottom: calc(8 /var(--break)*100vw);
}
.tel_foot a .icn{
	width: calc(34 /var(--break)*100vw);
	margin-right: calc(13 /var(--break)*100vw);
	padding-top: calc(19 /var(--break)*100vw);
}
.tel_foot a .icn img{
	width: 100%;
}
.row_foot01 > .col_r {
	width: 45%;
	max-width: 530px;
}
.row_bnr_foot{
	gap:0 calc(60 /var(--break)*100vw);
}
.row_bnr_foot .col{
	width: calc(520 /var(--break)*100vw);
}
.row_bnr_foot .col a{
	display: block;
	height: calc(150 /var(--break)*100vw);
	border: solid calc(6 /var(--break)*100vw) #ffffff;
	border-radius: calc(20 /var(--break)*100vw);
	padding: calc(33 /var(--break)*100vw) 0 0 calc(30 /var(--break)*100vw);
}
.row_bnr_foot .col a .txt01{
	margin-bottom: calc(15 /var(--break)*100vw);
}
.row_bnr_foot .col a::after{
	content: "";
	background: url("images/page/arw_bnr.svg")no-repeat center/contain;
	width: calc(15 /var(--break)*100vw);
	height: calc(24 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(14 /var(--break)*100vw);
	margin: auto;
}
.row_bnr_foot .col .bnr01{
	background: url("images/page/deco_bnr01.png")no-repeat right calc(55 /var(--break)*100vw) center/calc(102 /var(--break)*100vw),#2d9bc0;
}
.row_bnr_foot .col .bnr02{
	background: url("images/page/deco_bnr02.png")no-repeat right calc(56 /var(--break)*100vw) center/calc(86 /var(--break)*100vw),#8f83c1;
}
.pagetop {
	position: fixed;
	right: calc(30 / var(--break) * 100vw);
	bottom: calc(14 / var(--break) * 100vw);
	z-index: 1000;
	width: calc(80 / var(--break) * 100vw);
}
.copyright {
	height: calc(100 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.main_foot{
		padding-top: calc(100 /var(--break)*100vw);
		padding-bottom: calc(52 /var(--break)*100vw);
	}
	.logo_foot{
		width: calc(537 /var(--break)*100vw);
		margin-bottom: calc(41 /var(--break)*100vw);
	}
	.address_foot {
		letter-spacing: 0;
		margin: 0 auto calc(17 /var(--break)*100vw);
	}
	.address_foot .icn{
		display: inline-block;
		width: calc(30 /var(--break)*100vw);
		margin: 0 calc(10 /var(--break)*100vw) 0 0;
	}
	.address_foot .icn img{
		width: 100%;
	}
	.row_foot01 {
		display: block;
	}
	.row_foot01 > .col_l {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	.tel_foot{
		width: calc(560 /var(--break)*100vw);
		margin-bottom: calc(58 /var(--break)*100vw);
	}
	.tel_foot a{
		width: 100%;
		height: calc(170 /var(--break)*100vw);
		border: solid calc(4 /var(--break)*100vw) #2d9bc0;
		border-radius: calc(20 /var(--break)*100vw);
	}
	.tel_foot a .wrap span:nth-child(1){
		font-size: 0.875rem;
		letter-spacing: 0.1em;
		margin-bottom: calc(6 /var(--break)*100vw);
	}
	.tel_foot a .icn{
		width: calc(39 /var(--break)*100vw);
		margin-right: calc(16 /var(--break)*100vw);
		padding-top: calc(17 /var(--break)*100vw);
	}
	.tel_foot a .txt{
		font-size: 1.625rem;
		letter-spacing: 0;
	}
	.tel_foot a .icn img{
		width: 100%;
	}
	.row_foot01 > .col_r {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	.wrap_bnr_foot{
		padding: calc(60 /var(--break)*100vw) 0;
		margin-bottom: calc(80 /var(--break)*100vw);
	}
	.row_bnr_foot{
		gap: calc(30 /var(--break)*100vw) 0;
	}
	.row_bnr_foot .col{
		width: calc(646 /var(--break)*100vw);
	}
	.row_bnr_foot .col a{
		display: block;
		height: calc(187 /var(--break)*100vw);
		padding: calc(42 /var(--break)*100vw) 0 0 calc(37 /var(--break)*100vw);
	}
	.row_bnr_foot .col a .txt01{
		font-size: 1.009375rem;
		letter-spacing: 0.1em;
		margin-bottom: calc(20 /var(--break)*100vw);
	}
	.row_bnr_foot .col a .txt02{
		font-size: 1.009375rem;
		letter-spacing: 0.1em;
	}
	.row_bnr_foot .col a::after{
		width: calc(20 /var(--break)*100vw);
		height: calc(31 /var(--break)*100vw);
		right: calc(19 /var(--break)*100vw);
	}
	.row_bnr_foot .col .bnr01{
		background: url("images/page/deco_bnr01.png")no-repeat right calc(69 /var(--break)*100vw) center/calc(127 /var(--break)*100vw),#2d9bc0;
	}
	.row_bnr_foot .col .bnr02{
		background: url("images/page/deco_bnr02.png")no-repeat right calc(71 /var(--break)*100vw) center/calc(107 /var(--break)*100vw),#8f83c1;
	}
	.copyright {
		font-size: 75%;
		letter-spacing: 0;
		padding: 4vw 0 20vw;
		height: auto;
	}
	.pagetop {
		display: none!important;
	}
	.fix {
		position: fixed;
		width: 100%;
		left: 0;
		bottom: 0;
		z-index: 9;
	}
	.fix_tel {
		width: calc(300 / var(--break) * 100vw);
	}
	.fix_web {
		width: calc(300 / var(--break) * 100vw);
	}
	.pagetop_sp {
		width: calc(150 / var(--break) * 100vw);
	}
	.fix a {
		display: block;
	}
}

/* グーグルマップ
------------------------------------------------------------------*/
.map {
	position: relative;
	width: 100%;
	padding: calc(500 / var(--break) * 100vw) 0 0 0;
	overflow: hidden;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: calc(-150 / var(--break) * 100vw);
	height: calc(100% + calc(150 / var(--break) * 100vw));
}
.btn_map {
	width: calc(300 / var(--break) * 100vw);
	font-size: 1.25rem;
	letter-spacing: .1em;
	left: calc(30 / var(--break) * 100vw);
	top: calc(30 / var(--break) * 100vw);
	z-index: 1;
}
.btn_map a {
	height: calc(60 / var(--break) * 100vw);
	background: url("images/page/icn_map.svg")no-repeat left calc(30 / var(--break) * 100vw) center / calc(16 / var(--break) * 100vw) auto,#21ac7c;
	border: 1px solid #fff;
	border-radius: calc(30 /var(--break)*100vw);
}
.btn_map a::after {
	content: "";
	width: calc(12 /var(--break)*100vw);
	height: calc(19 /var(--break)*100vw);
	background: url("images/page/arw_bnr.svg")no-repeat center/contain;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(16 / var(--break) * 100vw)
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.map iframe {
		margin-top: calc(-200 / var(--break) * 100vw);
		height: calc(100% + calc(200 / var(--break) * 100vw));
	}
	.btn_map {
		width: calc(600 / var(--break) * 100vw);
		margin: 0 auto calc(60 / var(--break) * 100vw);
		font-size: 1.0625rem;
		letter-spacing: 0;
		position: relative;
		left: auto;
		top: auto;
	}
	.btn_map a {
		height: calc(100 / var(--break) * 100vw);
		background-position: left calc(40 /var(--break)*100vw) center;
		background-size: calc(36 / var(--break) * 100vw) auto;
		border-radius: calc(50 /var(--break)*100vw);
	}
	.btn_map a::after {
		width: calc(20 /var(--break)*100vw);
		height: calc(31 /var(--break)*100vw);
		right: calc(35 /var(--break)*100vw);
	}
}