@charset "utf-8";
/*
Theme Name: res
Version: 1.2.4
Author: T8,Inc.
*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&display=swap');
:root {
	--break: 1920;
	--guideline-color: #ec6d88;
	font-size: calc(16 / var(--break) * 100vw);
	--color01: #000000;
	--color02: #2EAAFF;
	--color03: #4A71D5;
	--color04: #6CC3FF;
	--color05: #8FA9B8;
	--color06: #9CCE20;
	--color07: #31A797;
	--color08: #96D4FF;
	--color09: #4278FF;
	--color10: #009944;
	--color11: #333333;
	--color12: #493000;
	--color13: #C3E179;
	--color14: #D3EDFF;
	--color15: #EB6363;
	--color16: #EBE963;
	--color17: #EBF5D2;
	--color18: #EC6D88;
	--color19: #F7CD80;
	--color20: #F09B02;
	--color21: #FB5656;
	--color22: #FBE6C1;
	--color23: #FBF8D5;
	--color24: #FDED55;
	--color25: #FF96B0;
	--color26: #FFD5DF;
	--color27: #FFE600;
	--color28: #FFF4F7;

    --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: #ec6d88;
	text-decoration: underline;
}
.pen {
	font-family: "vdl-penletter", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.zen_m {
	font-family: "zen-maru-gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.zen_b {
	font-family: "zen-maru-gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.din {
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-style: normal;
}
/*ここまで*/
html, body {
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 2;
	color: #000000;
	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
{
	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;
}
.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;}
.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_col21{color: var(--color21) !important;}
.txt_col22{color: var(--color22) !important;}
.txt_col23{color: var(--color23) !important;}
.txt_col24{color: var(--color24) !important;}
.txt_col25{color: var(--color25) !important;}
.txt_col26{color: var(--color26) !important;}
.txt_col27{color: var(--color27) !important;}
.txt_col28{color: var(--color28) !important;}
.txt_col29{color: var(--color29) !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;}
.txt_col_fl21::first-letter{color: var(--color21) !important;}
.txt_col_fl22::first-letter{color: var(--color22) !important;}
.txt_col_fl23::first-letter{color: var(--color23) !important;}
.txt_col_fl24::first-letter{color: var(--color24) !important;}
.txt_col_fl25::first-letter{color: var(--color25) !important;}
.txt_col_fl26::first-letter{color: var(--color26) !important;}
.txt_col_fl27::first-letter{color: var(--color27) !important;}
.txt_col_fl28::first-letter{color: var(--color28) !important;}
.txt_col_fl29::first-letter{color: var(--color29) !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;}
.bg_col21{background-color: var(--color21) !important;}
.bg_col22{background-color: var(--color22) !important;}
.bg_col23{background-color: var(--color23) !important;}
.bg_col24{background-color: var(--color24) !important;}
.bg_col25{background-color: var(--color25) !important;}
.bg_col26{background-color: var(--color26) !important;}
.bg_col27{background-color: var(--color27) !important;}
.bg_col28{background-color: var(--color28) !important;}
.bg_col29{background-color: var(--color29) !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;}
.bdr_col21{border-color: var(--color21) !important;}
.bdr_col22{border-color: var(--color22) !important;}
.bdr_col23{border-color: var(--color23) !important;}
.bdr_col24{border-color: var(--color24) !important;}
.bdr_col25{border-color: var(--color25) !important;}
.bdr_col26{border-color: var(--color26) !important;}
.bdr_col27{border-color: var(--color27) !important;}
.bdr_col28{border-color: var(--color28) !important;}
.bdr_col29{border-color: var(--color29) !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;
}
.shadow_common01 {
	text-shadow:  0 0 0 #fff, 0 0 1px #fff, 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 0 1px #fff, -1px 0 1px #fff, 0 1px 1px #fff, 0 -1px 1px #fff, 2px 0 1px #fff, -2px 0 1px #fff, 0 2px 1px #fff, 0 -2px 1px #fff, 3px 0 1px #fff, -3px 0 1px #fff, 0 3px 1px #fff, 0 -3px 1px #fff, -1px -1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, 1px 2px 1px #fff, -1px -2px 1px #fff, -1px 2px 1px #fff, 1px -2px 1px #fff, 2px 1px 1px #fff, -2px -1px 1px #fff, -2px 1px 1px #fff, 2px -1px 1px #fff, 2px 2px 1px #fff, -2px -2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, 3px 1px 1px #fff, -3px -1px 1px #fff, -3px 1px 1px #fff, 3px -1px 1px #fff, 1px 3px 1px #fff, -1px -3px 1px #fff, -1px 3px 1px #fff, 1px -3px 1px #fff, 3px 2px 1px #fff, -3px -2px 1px #fff, -3px 2px 1px #fff, 3px -2px 1px #fff, 2px 3px 1px #fff, -2px -3px 1px #fff, -2px 3px 1px #fff, 2px -3px 1px #fff, 3px 3px 1px #fff, -3px -3px 1px #fff, -3px 3px 1px #fff, 3px -3px 1px #fff;
}
.copy_common01 .deco:before {
	content: "";
	background: url("images/index/deco_common01.svg")no-repeat center / contain;
	width: calc( 48 / var(--break) * 100vw);
	height: calc( 54 / var(--break) * 100vw);
	position: absolute;
	left: 0;
	top: .4em;
}
.bg_ptn01 {
	background: url("images/page/pattern01.png")repeat left top / calc( 44 / var(--break) * 100vw) auto;
}
.bg_ptn02 {
	background: url("images/page/pattern02.png")repeat left top / calc( 3 / var(--break) * 100vw) auto;
}
.arw_common01 {
	width: calc( 400 / var(--break) * 100vw);
	height: calc( 80 / var(--break) * 100vw);
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	background: #fbf8d5;
	margin-left: auto;
	margin-right: auto;
}
.arw_common01.color01 {
	background-color: #9cce2080;
}
.arw_common01.color02 {
	background-color: #ffe60080;
}
.arw_common01.color03 {
	background-color: #ffe600;
}
.arw_common01.color04 {
	background-color: #ff96b080;
}
.ttl_common01 .bdr {
	background: linear-gradient(transparent 75%, #ffe600 25%);
}
.ttl_common02 {
	background: url("images/index/deco_hdg2.svg")no-repeat center bottom calc( 2 / var(--break) * 100vw) / calc( 140 / var(--break) * 100vw) auto,
		url("images/index/frm_common01.svg")no-repeat center top / 100% auto,
		url("images/page/pattern02.png")repeat left top / calc( 3 / var(--break) * 100vw) auto;
	border-top: calc( 4 / var(--break) * 100vw) solid #4278ff;
}
.ttl_common02 .ja {
	color: #333;
	font-size: calc( 84 / var(--break) * 100vw);
	letter-spacing: .1em;
	position: relative;
}
.ttl_common02 .ja:after {
	content: "";
	background: url("images/index/deco_hdg3.png")no-repeat center / contain;
	width: calc( 64 / var(--break) * 100vw);
	height: calc( 58 / var(--break) * 100vw);
	position: absolute;
	right: calc( -80 / var(--break) * 100vw);
	top: 0;
	bottom: 0;
	margin: auto;
}
.ttl_common03 {
	height: calc( 80 / var(--break) * 100vw);
	border-radius: calc( 10 / var(--break) * 100vw) calc( 10 / var(--break) * 100vw) 0 0;
	position: relative;
	padding-bottom: calc( 8 / var(--break) * 100vw);
}
.ttl_common03:after {
	content: "";
	border-bottom: calc( 4 / var(--break) * 100vw) solid #ffffff;
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	bottom: calc( 4 / var(--break) * 100vw);
}
.ttl_common04 {
	position: relative;
	z-index: 1;
	padding-top: calc( 60 / var(--break) * 100vw);
}
.ttl_common04 .en.color02 {
	color: #ff96b066;
}
.ttl_common04 .en {
	color: #6cc3ff66;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	z-index: -1;
}
.box_common01 {
	border-radius: calc( 100 / var(--break) * 100vw);
	background: url("images/index/deco_common05.svg")no-repeat right calc( 5 / var(--break) * 100vw) top calc( 5 / var(--break) * 100vw) / calc( 105 / var(--break) * 100vw),
		url("images/index/deco_common06.svg")no-repeat left calc( 5 / var(--break) * 100vw) bottom calc( 5 / var(--break) * 100vw) / calc( 105 / var(--break) * 100vw);
}
.box_common01 .wrap {
	max-width: calc( 1000 / var(--break) * 100vw);
}
.box_common01 .ttl {
	height: calc( 80 / var(--break) * 100vw);
}
.list_common01 li:before {
	background-color: #f09b02;
}
.list_common02 li:before {
	background-color: #9cce20;
}
.list_common03 li {
	padding: calc( 13 / var(--break) * 100vw) calc( 10 / var(--break) * 100vw);
	border-bottom: calc( 4 / var(--break) * 100vw) solid #8fa9b8;
	align-items: flex-start!important;
}
.list_common03 .icn {
	width: calc( 60 / var(--break) * 100vw);
}
.list_common03 .txt {
	width: calc( 100% - calc( 90 / var(--break) * 100vw) );
}
.bnr_official01 {
	max-width: calc( 1001 / var(--break) * 100vw);
}
.btn_tel01 a,
.btn_web01 a {
	box-shadow: 0 0 calc(10 / var(--break) * 100vw) 0px rgba(0, 0, 0, 0.2);
}
.btn_tel01 .icn,
.btn_web01 .icn {
	width: calc( 50 / var(--break) * 100vw);
	margin-top: calc( 3 / var(--break) * 100vw);
}
.btn_tel01 .icn img,
.btn_web01 .icn img {
	width: 100%;
}
.btn_web01 a:after {
	content: "";
	width: 0;
	height: 0;
	margin: auto;
	border-width: calc( 12 / var(--break) * 100vw);
	border-style: solid;
	border-color: transparent #ffe600 #ffe600 transparent;
	position: absolute;
	bottom: calc( 18 / var(--break) * 100vw);
	right: calc( 18 / var(--break) * 100vw);
}
.btn_tel02 {
	width: calc( 350 / var(--break) * 100vw);
}
.btn_web02 {
	width: calc( 220 / var(--break) * 100vw);
}
.btn_tel02 .icn,
.btn_web02 .icn {
	width: calc( 30 / var(--break) * 100vw);
	margin-top: calc( 3 / var(--break) * 100vw);
}
.btn_tel02 .icn img,
.btn_web02 .icn img {
	width: 100%;
}
.btn_tel02 .box {
	height: calc( 80 / var(--break) * 100vw);
	border-radius: calc( 10 / var(--break) * 100vw) 0 0 0;
}
.btn_tel02 .box02 {
	height: calc( 30 / var(--break) * 100vw);
	border-radius: 0 0 0 calc( 10 / var(--break) * 100vw);
}
.btn_web02 .box {
	height: calc( 110 / var(--break) * 100vw);
	border-radius: 0 calc( 10 / var(--break) * 100vw) calc( 10 / var(--break) * 100vw) 0;
}
.btn_web02 a:after {
	content: "";
	width: 0;
	height: 0;
	margin: auto;
	border-width: calc( 8 / var(--break) * 100vw);
	border-style: solid;
	border-color: transparent #ffe600 #ffe600 transparent;
	position: absolute;
	bottom: calc( 5 / var(--break) * 100vw);
	right: calc( 5 / var(--break) * 100vw);
}
.txt_add01 .icn {
	width: calc( 13 / var(--break) * 100vw);
}
.box_tbl01 {
	border: 1px solid #f09b02;
}
.tbl_common01 table {
	border: none;
}
.tbl_common01 tr:not(:last-child) th {
	border-bottom: 1px solid #f09b02;
}
.tbl_common01 th {
	font-weight: bold;
	color: #000000;
	background: none;
	border-right: 1px solid #f09b02;
}
.tbl_common01 tr:not(:last-child) td {
	border-bottom: 1px solid #f09b02;
}
.slide_case01 .slick-prev {
	left: -7.2%;
}
.slide_case01 .slick-next {
	right: -7.2%;
	transform: scaleX(-1);
}
.slide_case01 .slick-dots {
	margin-top: var(--size30px);
	position: relative !important;
	bottom: auto;
	line-height: 1;
}
.slide_case01 .slick-dots li {
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	margin: 0 calc( 8 / var(--break) * 100vw);
}
.slide_case01 .slick-dots li button {
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	padding: 0;
}
.slide_case01 .slick-dots li button:before {
	content: "";
	background: #fff!important;
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	border-radius: 50%;
	opacity: 1;
}
.slide_case01 .slick-dots li.slick-active button:before {
	background: #009944!important;
	opacity: 1;
}
.bg_counseling01 {
	background: url("images/page/deco_cv02.svg")no-repeat left bottom / calc( 662 / var(--break) * 100vw) auto,
		url("images/page/deco_cv03.svg")no-repeat right bottom / calc( 662 / var(--break) * 100vw) auto,
		url("images/page/pattern02.png")repeat left top / calc( 3 / var(--break) * 100vw) auto;
	position: relative;
}
.bg_counseling01:before {
	content: "";
	background: url("images/page/img_cv01.png")no-repeat center bottom / contain;
	width: calc( 250 / var(--break) * 100vw);
	height: calc( 350 / var(--break) * 100vw);
	position: absolute;
	right: calc( 200 / var(--break) * 100vw);
	bottom: 0;
}
.bg_counseling01 .en {
	width: calc( 618 / var(--break) * 100vw);
}
.row_counseling01 {
	max-width: calc( 1210 / var(--break) * 100vw);
}
.row_counseling01 .col_l {
	max-width: 660px;
	width: 55%;
}
.row_counseling01 .box01:before {
	content: "";
	border: calc(4 / var(--break) * 100vw) solid #8fa9b8;
	width: calc(100% - calc(10 / var(--break) * 100vw));
	height: calc(100% - calc(10 / var(--break) * 100vw));
	margin: auto;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	border-radius: calc(20 / var(--break) * 100vw);
}
.row_counseling01 .copy {
	height: calc( 70 / var(--break) * 100vw);
	max-width: 470px;
}
.row_counseling01 .copy:before,
.row_counseling01 .copy:after {
	content: "";
	background: url("images/index/deco_cv01.png")no-repeat center / contain;
	width: calc( 19 / var(--break) * 100vw);
	height: calc( 71 / var(--break) * 100vw);
	position: absolute;
	left: calc( -18 / var(--break) * 100vw);
	top: 0;
	bottom: 0;
	margin: auto;
}
.row_counseling01 .copy:after {
	transform: scale(-1, 1);
	left: auto!important;
	right: calc( -18 / var(--break) * 100vw);
}
.row_counseling01 .box02 {
	border: 1px solid #000000;
	padding: calc( 10 / var(--break) * 100vw);
}
.row_counseling01 .col_r {
	max-width: 530px;
	width: 44%;
}
.list_counseling01 .icn {
	width: calc( 60 / var(--break) * 100vw);
}
.list_counseling01 .txt {
	width: calc( 100% - calc( 60 / var(--break) * 100vw) );
}
.row_counseling02 .col {
	max-width: 610px;
	width: 49.2%;
}
.row_counseling02 .box {
	height: calc( 160 / var(--break) * 100vw);
}
.bg_counseling02:before {
	content: "";
	background: url("images/page/deco_cv04.png")no-repeat center bottom / cover;
	width: 100%;
	height: calc( 54 / var(--break) * 100vw);
	position: absolute;
	left: 0;
	right: 0;
	top: calc( -53 / var(--break) * 100vw);
}
@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) {
	.bg_counseling01:before {
		right: calc(50 / var(--break) * 100vw);
	}
}
@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;
	}
	.btn_tel02 {
		width: calc( 230 / var(--break) * 100vw);
	}
	.btn_tel02 .txt,
	.btn_web02 .txt {
		font-size: 1rem;
	}
	.btn_tel02 .wrap .txt {
		font-size: 1.625rem;
	}
	.btn_web02 .wrap .txt {
		font-size: 1.375rem;
	}
	.btn_web02 {
		width: calc(140 / var(--break) * 100vw);
	}
	.btn_tel02 .icn,
	.btn_web02 .icn {
		width: calc( 20 / var(--break) * 100vw);
		margin-top: calc( 3 / var(--break) * 100vw);
		margin-right: calc( 5 / var(--break) * 100vw);
	}
	.btn_tel02 .box02 {
		font-size: .875rem;
		letter-spacing: 0;
	}
	.row_counseling01 {
			width: 90%;
	}
	.row_counseling01 .col_l {
		width: 50%;
	}
	.row_counseling01 .col_r {
		width: 46%;
	}
	.row_counseling01 .copy {
		font-size: 1.5rem;
	}
	.row_counseling01 .txt01 {
		font-size: 1.5rem;
	}
	.list_counseling01 .icn {
		width: calc(50 / var(--break) * 100vw);
	}
	.list_counseling01 .txt {
		width: calc(100% - calc(50 / var(--break) * 100vw));
		font-size: 1.25rem;
	}
	.bg_counseling01:before {
		width: calc(200 / var(--break) * 100vw);
		height: calc(300 / var(--break) * 100vw);
		right: calc(20 / var(--break) * 100vw);
	}
	.bg_counseling01 {
		
	}
	.copy_common01 {
		font-size: 2.25rem;
	}
	.copy_common01 em {
		font-size: 3rem;
	}
	.ttl_common02 .ja {
		font-size: calc(70 / var(--break) * 100vw);
	}
	.ttl_common04 {
		padding-top: calc(40 / var(--break) * 100vw);
	}
	.ttl_common04 .en {
		font-size: 5rem;
	}
	.box_important01 {
		padding-left: calc( 60 / var(--break) * 100vw);
	}
	.btn_tel01 .wrap .txt {
		font-size: 3rem;
	}
	.row_counseling01 .box02 {
		letter-spacing: 0;
	}
}
@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 {
		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;
	}
	.shadow_common01 {
		text-shadow: 
		#fff 1px 1px 0, #fff -1px -1px 0,/*右下、左上*/
		#fff -1px 1px 0, #fff 1px -1px 0,/*右上、左下*/
		#fff 0px 1px 0, #fff  0-1px 0,/*右、左*/
		#fff -1px 0 0, #fff 1px 0 0;/*上、下*/
	}
	.copy_common01 {
		font-size: calc( 50 / var(--break) * 100vw);
	}
	.copy_common01 .deco {
		padding-left: calc( 50 / var(--break) * 100vw);
	}
	.copy_common01 .deco:before {
		content: "";
		background: url("images/index/deco_common01.svg")no-repeat center / contain;
		width: calc( 48 / var(--break) * 100vw);
		height: calc( 54 / var(--break) * 100vw);
		position: absolute;
		left: 0;
		top: .4em;
	}
	.copy_common02 {
		font-size: calc( 40 / var(--break) * 100vw);
	}
	.bg_ptn01 {
		background: url("images/page/pattern01.png")repeat left top / calc( 44 / var(--break) * 100vw) auto;
	}
	.bg_ptn02 {
		background: url("images/page/pattern02.png")repeat left top / calc( 3 / var(--break) * 100vw) auto;
	}
	.arw_common01 {
		width: calc( 400 / var(--break) * 100vw);
		height: calc( 80 / var(--break) * 100vw);
		clip-path: polygon(0 0, 50% 100%, 100% 0);
		background: #fbf8d5;
		margin-left: auto;
		margin-right: auto;
	}
	.arw_common01.color01 {
		background-color: #9cce2080;
	}
	.arw_common01.color02 {
		background-color: #ffe60080;
	}
	.arw_common01.color03 {
		background-color: #ffe600;
	}
	.arw_common01.color04 {
		background-color: #ff96b080;
	}
	.ttl_common01 {
		font-size: calc( 42 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.ttl_common01 .bdr {
		background: linear-gradient(transparent 75%, #ffe600 25%);
	}
	.ttl_common02 {
		background: url("images/index/deco_hdg2.svg")no-repeat center bottom calc( 2 / var(--break) * 100vw) / calc( 140 / var(--break) * 100vw) auto,
			url("images/index/frm_common01.svg")no-repeat center top / auto calc( 176 / var(--break) * 100vw),
			url("images/page/pattern02.png")repeat left top / calc( 3 / var(--break) * 100vw) auto;
		border-top: calc( 4 / var(--break) * 100vw) solid #4278ff;
	}
	.ttl_common02 .ja {
		font-size: calc( 66 / var(--break) * 100vw);
		letter-spacing: .1em;
		padding-right: 10vw;
		position: relative;
		display: inline-block;
	}
	.ttl_common02.sp_adjust01 .ja {
		font-size: calc( 76 / var(--break) * 100vw);
	}
	.ttl_common02 .ja:after {
		content: "";
		background: url(images/index/deco_hdg3.png) no-repeat center / contain;
		width: calc(64 / var(--break) * 100vw);
		height: calc(58 / var(--break) * 100vw);
		position: absolute;
		right: auto;
		top: auto;
		bottom: 3vw;
		margin: auto;
	}
	.ttl_common02 .en {
		font-size: calc( 36 / var(--break) * 100vw);
	}
	.ttl_common02.sp_adjust01 .ja {
		font-size: calc( 74 / var(--break) * 100vw);
	}
	.ttl_common03 {
		height: auto;
		border-radius: calc( 10 / var(--break) * 100vw) calc( 10 / var(--break) * 100vw) 0 0;
		padding-bottom: calc( 8 / var(--break) * 100vw);
		font-size: calc( 40 / var(--break) * 100vw);
		padding: 2vw 0 3vw;
	}
	.ttl_common03:after {
		content: "";
		border-bottom: calc( 4 / var(--break) * 100vw) solid #ffffff;
		width: 100%;
		height: 0;
		position: absolute;
		left: 0;
		bottom: calc( 4 / var(--break) * 100vw);
	}
	.ttl_common04 {
		position: relative;
		z-index: 1;
		padding-top: calc(30 / var(--break) * 100vw);
	}
	.ttl_common04 .en.color02 {
		color: #ff96b066;
	}
	.ttl_common04 .en {
		font-size: calc( 62 / var(--break) * 100vw);
		letter-spacing: .1em;
	}
	.ttl_common04.ttl02 .en {
		font-size: calc( 58 / var(--break) * 100vw);
	}
	.ttl_common04 .ja {
		font-size: calc( 50 / var(--break) * 100vw);
		letter-spacing: .1em;
		line-height: 1.4;
	}
	.box_common01 {
		border-radius: calc( 100 / var(--break) * 100vw);
		background: url("images/index/deco_common05.svg")no-repeat right calc( 5 / var(--break) * 100vw) top calc( 5 / var(--break) * 100vw) / calc( 105 / var(--break) * 100vw),
			url("images/index/deco_common06.svg")no-repeat left calc( 5 / var(--break) * 100vw) bottom calc( 5 / var(--break) * 100vw) / calc( 105 / var(--break) * 100vw);
		padding: 8vw 4vw 15vw;
	}
	.box_common01 .wrap {
		max-width: calc( 1000 / var(--break) * 100vw);
	}
	.box_common01 .ttl {
		height: calc( 100 / var(--break) * 100vw);
		font-size: calc( 40 / var(--break) * 100vw);
		border-radius: calc( 50 / var(--break) * 100vw)
	}
	.list_common01 li:before {
		background-color: #f09b02;
	}
	.list_common02 li:before {
		background-color: #9cce20;
	}
	.list_common03 li {
		padding: calc( 13 / var(--break) * 100vw) 0;
		border-bottom: calc( 4 / var(--break) * 100vw) solid #8fa9b8;
		align-items: flex-start !important;
	}
	.list_common03 .icn {
		width: calc( 60 / var(--break) * 100vw);
	}
	.list_common03 .txt {
		width: calc( 100% - calc( 90 / var(--break) * 100vw) );
		font-size: calc( 32 / var(--break) * 100vw);
		line-height: 1.6;
		letter-spacing: 0;
		margin-top: 1vw;
	}
	.bnr_official01 {
		max-width: calc( 1001 / var(--break) * 100vw);
	}
	.btn_tel01,
	.btn_web01 {
		width: calc( 600 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.btn_tel01 .txt,
	.btn_web01 .txt {
		font-size: calc( 24 / var(--break) * 100vw);
	}
	.btn_tel01 .wrap .txt {
		font-size: calc( 54 / var(--break) * 100vw);
	}
	.btn_web01 .wrap .txt {
		font-size: calc( 44 / var(--break) * 100vw);
	}
	.btn_tel01 a,
	.btn_web01 a {
		box-shadow: 0 0 calc(10 / var(--break) * 100vw) 0px rgba(0, 0, 0, 0.2);
	}
	.btn_tel01 .icn,
	.btn_web01 .icn {
		width: calc( 50 / var(--break) * 100vw);
		margin-top: calc( 3 / var(--break) * 100vw);
	}
	.btn_tel01 .icn img,
	.btn_web01 .icn img {
		width: 100%;
	}
	.btn_web01 a:after {
		content: "";
		width: 0;
		height: 0;
		margin: auto;
		border-width: calc( 12 / var(--break) * 100vw);
		border-style: solid;
		border-color: transparent #ffe600 #ffe600 transparent;
		position: absolute;
		bottom: calc( 18 / var(--break) * 100vw);
		right: calc( 18 / var(--break) * 100vw);
	}
	.btn_tel02 {
		width: calc( 350 / var(--break) * 100vw);
	}
	.btn_web02 {
		width: calc( 220 / var(--break) * 100vw);
	}
	.btn_tel02 .icn,
	.btn_web02 .icn {
		width: calc( 30 / var(--break) * 100vw);
		margin-top: calc( 3 / var(--break) * 100vw);
	}
	.btn_tel02 .icn img,
	.btn_web02 .icn img {
		width: 100%;
	}
	.btn_tel02 .box {
		height: calc( 80 / var(--break) * 100vw);
		border-radius: calc( 10 / var(--break) * 100vw) 0 0 0;
	}
	.btn_tel02 .box02 {
		height: calc( 30 / var(--break) * 100vw);
		border-radius: 0 0 0 calc( 10 / var(--break) * 100vw);
	}
	.btn_web02 .box {
		height: calc( 110 / var(--break) * 100vw);
		border-radius: 0 calc( 10 / var(--break) * 100vw) calc( 10 / var(--break) * 100vw) 0;
	}
	.btn_web02 a:after {
		content: "";
		width: 0;
		height: 0;
		margin: auto;
		border-width: calc( 8 / var(--break) * 100vw);
		border-style: solid;
		border-color: transparent #ffe600 #ffe600 transparent;
		position: absolute;
		bottom: calc( 5 / var(--break) * 100vw);
		right: calc( 5 / var(--break) * 100vw);
	}
	.txt_add01 .icn {
		width: calc( 23 / var(--break) * 100vw);
	}
	.box_tbl01 {
		border: 1px solid #f09b02;
	}
	.tbl_common01 table {
		border: none;
	}
	.tbl_common01 tr th {
		border-bottom: 1px solid #f09b02;
	}
	.tbl_common01 th {
		border-right: none;
	}
	.slide_case01 .slick-prev {
		left: -3%;
	}
	.slide_case01 .slick-next {
		right: -3%;
		transform: scaleX(-1);
	}
	.slide_case01 .slick-dots {
		margin-top: var(--size30px);
		position: relative !important;
		bottom: auto;
		line-height: 1;
	}
	.slide_case01 .slick-dots li {
		width: calc( 11 / var(--break) * 100vw);
		height: calc( 11 / var(--break) * 100vw);
		margin: 0 calc( 8 / var(--break) * 100vw);
	}
	.slide_case01 .slick-dots li button {
		width: calc( 11 / var(--break) * 100vw);
		height: calc( 11 / var(--break) * 100vw);
		padding: 0;
	}
	.slide_case01 .slick-dots li button:before {
		content: "";
		background: #fff!important;
		width: calc( 11 / var(--break) * 100vw);
		height: calc( 11 / var(--break) * 100vw);
		border-radius: 50%;
		opacity: 1;
	}
	.slide_case01 .slick-dots li.slick-active button:before {
		background: #009944!important;
		opacity: 1;
	}
	.slide_case01 .ttl {
		font-size: calc( 40 / var(--break) * 100vw);
	}
	.bg_counseling01 {
		background: url("images/page/deco_cv02.svg")no-repeat left bottom / calc( 364 / var(--break) * 100vw) auto,
			url("images/page/deco_cv03.svg")no-repeat right bottom / calc( 364 / var(--break) * 100vw) auto,
			url("images/page/pattern02.png")repeat left top / calc( 3 / var(--break) * 100vw) auto;
		position: relative;
		padding-bottom: calc( 310 / var(--break) * 100vw);
		padding-top: 12vw;
	}
	.bg_counseling01:before {
		background: url(images/page/img_cv01_sp.png) no-repeat center bottom / contain;
		width: calc(249 / var(--break) * 100vw);
		height: calc(349 / var(--break) * 100vw);
		right: 0;
		left: 0;
		bottom: -5vw;
		margin: auto;
	}
	.bg_counseling01 .en {
		width: calc( 646 / var(--break) * 100vw);
		margin-bottom: 5vw;
	}
	.bg_counseling01 .txt {
		font-size: calc( 36 / var(--break) * 100vw);
	}
	.row_counseling01 {
		max-width: calc( 1210 / var(--break) * 100vw);
	}
	.row_counseling01 .col_l {
		max-width: 100%;
		width: 100%;
	}
	.row_counseling01 .box01:before {
		content: "";
		border: calc(4 / var(--break) * 100vw) solid #8fa9b8;
		width: calc(100% - calc(10 / var(--break) * 100vw));
		height: calc(100% - calc(10 / var(--break) * 100vw));
		margin: auto;
		position: absolute;
		right: 0;
		left: 0;
		top: 0;
		bottom: 0;
		border-radius: calc(20 / var(--break) * 100vw);
	}
	.row_counseling01 .copy {
		height: calc( 90 / var(--break) * 100vw);
		max-width: calc( 590 / var(--break) * 100vw);
		font-size: calc( 40 / var(--break) * 100vw);
	}
	.row_counseling01 .copy:before,
	.row_counseling01 .copy:after {
		content: "";
		background: url("images/index/deco_cv01.png")no-repeat center / contain;
		width: calc( 24 / var(--break) * 100vw);
		height: 100%;
		position: absolute;
		left: calc( -23 / var(--break) * 100vw);
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.row_counseling01 .copy:after {
		transform: scale(-1, 1);
		left: auto!important;
		right: calc( -23 / var(--break) * 100vw);
	}
	.row_counseling01 .txt01 {
		font-size: calc( 36 / var(--break) * 100vw);
	}
	.row_counseling01 .box01 {
		padding: 7vw 3vw;
		margin-bottom: calc( 40 / var(--break) * 100vw);
	}
	.row_counseling01 .box02 {
		border: 1px solid #000000;
		padding: 3vw 0;
	}
	.row_counseling01 .col_r {
		max-width: 100%;
		width: 100%;
	}
	.list_counseling01 .icn {
		width: calc( 80 / var(--break) * 100vw);
	}
	.list_counseling01 .txt {
		width: calc( 100% - calc( 80 / var(--break) * 100vw) );
		font-size: calc( 30 / var(--break) * 100vw);
	}
	.list_counseling01 li.mb5 {
		margin-bottom: calc( 10 / var(--break) * 100vw);
	}
	.row_counseling02 .col {
		max-width: 100%;
		width: 100%;
	}
	.row_counseling02 .col_l {
		margin-bottom: calc( 20 / var(--break) * 100vw);
	}
	.row_counseling02 .box {
		height: calc( 160 / var(--break) * 100vw);
	}
	.bg_counseling02 {
		padding-bottom: 12vw;
	}
	.bg_counseling02:before {
		content: "";
		background: url("images/page/deco_cv04_sp.png")no-repeat center bottom / cover;
		width: 100%;
		height: calc( 54 / var(--break) * 100vw);
		position: absolute;
		left: 0;
		right: 0;
		top: calc( -53 / var(--break) * 100vw);
	}
}


/* ヘッダー header
------------------------------------------------------------------*/
header {
	z-index: 10;
}
header h1 {
	width: calc( 694 / var(--break) * 100vw);
}
header h1 img {
	width: 100%;
}
header .col_r {
	margin-right: calc( 140 / var(--break) * 100vw);
	margin-top: calc( 20 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	header h1 {
		width: calc(450 / var(--break) * 100vw);
		margin-left: calc( 20 / var(--break) * 100vw) !important;
		margin-top: calc( 30 / var(--break) * 100vw) !important;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	header .txt_add01 {
		text-align: left!important;
		align-items: flex-start!important;
		margin-right: calc( 15 / var(--break) * 100vw);
	}
	header .txt_add01 .icn {
		margin-top: calc( 5 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	header h1 {
		width: calc( 582 / var(--break) * 100vw);
		margin-left: calc( 24 / var(--break) * 100vw)!important;
		margin-top: calc( 38 / var(--break) * 100vw)!important;
	}
	header .txt_add01,
	header .wrap {
		display: none;
	}
}


/* メインイメージ main_img
------------------------------------------------------------------*/
.main_img {
	position: relative;
}
.main_img:before {
	content: "";
	background: url("images/index/deco_main01.svg")no-repeat left top / contain;
	width: calc( 506 / var(--break) * 100vw);
	height: calc( 274 / var(--break) * 100vw);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.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( 800 / var(--break) * 100vw);
	height: calc( 100vh - calc( 110 / var(--break) * 100vw) );
}
.main_img.tab .slide_main li {
	height: auto;
}
.main01 {
	background: url(images/index/bg_main01.png)no-repeat center / cover;
}
.wrap_main01 .copy {
	max-width: calc( 1094 / var(--break) * 100vw);
	transform: translate(0, -50%);
	position: absolute;
	top: calc( 200 / var(--break) * 100vw);
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
}
.img_main01 {
	max-width: calc( 500 / var(--break) * 100vw);
	right: calc( 200 / var(--break) * 100vw);
	bottom: 0;
}
.ccl_main01 {
	width: calc( 278 / var(--break) * 100vw);
	height: calc( 278 / var(--break) * 100vw);
	background: url("images/index/ccl_main01.svg")no-repeat center / contain;
	right: calc( 20 / var(--break) * 100vw);
	bottom: calc( 20 / var(--break) * 100vw);
}
.row_main01 {
	left: calc( 90 / var(--break) * 100vw);
	bottom: calc( 20 / var(--break) * 100vw);
	gap: 0 calc( 74 / var(--break) * 100vw);
}
.row_main01 .col {
	width: calc( 435 / var(--break) * 100vw);
	height: calc( 435 / var(--break) * 100vw);
}
.row_main01 .col_l {
	background: url("images/index/ccl_main02.svg")no-repeat center / contain;
}
.row_main01 .col_r {
	background: url("images/index/ccl_main03.svg")no-repeat center / contain;
}
.row_main01 .rbn {
	max-width: calc( 380 / var(--break) * 100vw);
	height: calc( 56 / var(--break) * 100vw);
	top: calc( 6 / var(--break) * 100vw);
	left: 0;
	right: 0;
}
.row_main01 .rbn:before,
.row_main01 .rbn:after {
	content: "";
	background: #fb5656;
	width: calc( 14 / var(--break) * 100vw);
	height: 100%;
	position: absolute;
	clip-path: polygon(100% 0, 100% 100%, 0% 100%, 50% 50%, 0% 0%);
	left: calc( -12 / var(--break) * 100vw);
	top: 0;
	bottom: 0;
	margin: auto;
}
.row_main01 .rbn:after {
	transform: scale(-1, 1);
	left: auto!important;
	right: calc( -12 / var(--break) * 100vw);
}
.row_main01 .col_l .img01 {
	max-width: calc( 204 / var(--break) * 100vw);
	left: calc( -70 / var(--break) * 100vw);
	top: calc( 90 / var(--break) * 100vw);
}
.row_main01 .col_l .img02 {
	max-width: calc( 212 / var(--break) * 100vw);
	right: calc( -70 / var(--break) * 100vw);
	bottom: calc( -5 / var(--break) * 100vw);
}
.row_main01 .col_r .img01 {
	max-width: calc( 208 / var(--break) * 100vw);
}
.row_main01 .txt01 em {
	font-size: calc( 84 / var(--break) * 100vw);
}
.row_main01 .deco {
	width: calc( 55 / var(--break) * 100vw);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
}
.balloon_main01 {
	right: calc( 40 / var(--break) * 100vw);
	top: calc( 180 / var(--break) * 100vw);
	max-width: calc( 398 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.main_img:before {
		width: calc(430 / var(--break) * 100vw);
		height: calc(274 / var(--break) * 100vw);
	}
	.row_main01 {
		left: calc(60 / var(--break) * 100vw);
	}
	.row_main01 .col {
		width: calc(380 / var(--break) * 100vw);
		height: calc(380 / var(--break) * 100vw);
	}
	.row_main01 .rbn {
		max-width: calc(350 / var(--break) * 100vw);
	}
	.row_main01 .txt01 {
		font-size: 1.5rem;
	}
	.row_main01 .txt01 em {
		font-size: calc(60 / var(--break) * 100vw);
	}
	.row_main01 .col_l .img01 {
		max-width: calc(160 / var(--break) * 100vw);
		left: calc(-50 / var(--break) * 100vw);
		top: calc(90 / var(--break) * 100vw);
	}
	.row_main01 .col_l .img02 {
		max-width: calc(150 / var(--break) * 100vw);
		right: calc(-70 / var(--break) * 100vw);
		bottom: calc(-5 / var(--break) * 100vw);
	}
	.row_main01 .txt02 {
		font-size: 2.5rem;
	}
	.balloon_main01 {
		max-width: calc(320 / var(--break) * 100vw);
	}
	.img_main01{
		right: calc(100 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.wrap_main01 .copy {
		max-width: calc(900 / var(--break) * 100vw);
	}
	.row_main01,
	.ccl_main01 {
		transform: scale(.8);
		transform-origin: left bottom;
	}
	.ccl_main01 {
		transform-origin: right bottom;
	}
	.img_main01 {
		right: calc(80 / var(--break) * 100vw);
		max-width: calc( 400 / var(--break) * 100vw);
	}
	.balloon_main01 {
		max-width: calc(280 / var(--break) * 100vw);
		right: calc(40 / var(--break) * 100vw);
		top: calc(250 / var(--break) * 100vw);
	}
	.main_img .slide_main li {
		min-height: calc( 700 / var(--break) * 100vw);
		height: auto!important;
	}
}
@media only screen and (max-width: 767px) {
	.main_img {
		padding: calc( 110 / var(--break) * 100vw) calc( 24 / var(--break) * 100vw) 0;
	}
	.main_img .slide_main li {
		min-height: calc( 970 / var(--break) * 100vw);
		height: auto;
		border-radius: calc( 20 / var(--break) * 100vw)
	}
	.main_img:before {
		content: "";
		background: url(images/index/deco_main01.svg) no-repeat left top / contain;
		width: calc(410 / var(--break) * 100vw);
		height: calc(274 / var(--break) * 100vw);
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
	}
	.main01 {
		background: url(images/index/bg_main01_sp.png)no-repeat center / cover;
	}
	.wrap_main01 .copy {
		max-width: calc( 552 / var(--break) * 100vw);
		transform: translate(0, -50%);
		position: absolute;
		top: calc( 200 / var(--break) * 100vw);
		left: 0;
		right: 0;
		top: 71vw;
		margin: auto;
		z-index: 1;
	}
	.img_main01 {
		max-width: calc( 450 / var(--break) * 100vw);
		right: 0;
		left: 0;
		bottom: auto;
		margin: auto;
		top: calc( 20 / var(--break) * 100vw);
	}
	.ccl_main01 {
		width: calc( 222 / var(--break) * 100vw);
		height: calc( 222 / var(--break) * 100vw);
		background: url("images/index/ccl_main01.svg")no-repeat center / contain;
		left: calc( 10 / var(--break) * 100vw);
		bottom: auto!important;
		top: calc( 170 / var(--break) * 100vw);
	}
	.ccl_main01 .txt01 {
		font-size: calc( 22 / var(--break) * 100vw);
	}
	.ccl_main01 .txt02 {
		font-size: calc( 20 / var(--break) * 100vw);
	}
	.ccl_main01 .txt02 em {
		font-size: calc( 48 / var(--break) * 100vw);
	}
	.ccl_main01 .txt03 {
		font-size: calc( 20 / var(--break) * 100vw);
	}
	.row_main01 {
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		gap: 0;
		width: 100%;
		max-width: calc( 610 / var(--break) * 100vw);
	}
	.row_main01 .col {
		width: calc( 280 / var(--break) * 100vw);
		height: calc( 280 / var(--break) * 100vw);
	}
	.row_main01 .col_r {
		padding-top: 3vw;
	}
	.row_main01 .rbn {
		max-width: calc( 243 / var(--break) * 100vw);
		height: calc( 40 / var(--break) * 100vw);
		top: calc( 6 / var(--break) * 100vw);
		left: 0;
		right: 0;
		font-size: calc( 20 / var(--break) * 100vw);
	}
	.row_main01 .rbn:before,
	.row_main01 .rbn:after {
		content: "";
		background: #fb5656;
		width: calc( 14 / var(--break) * 100vw);
		height: 100%;
		position: absolute;
		clip-path: polygon(100% 0, 100% 100%, 0% 100%, 50% 50%, 0% 0%);
		left: calc( -12 / var(--break) * 100vw);
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.row_main01 .rbn:after {
		transform: scale(-1, 1);
		left: auto!important;
		right: calc( -12 / var(--break) * 100vw);
	}
	.row_main01 .col_l .img01 {
		max-width: calc(130 / var(--break) * 100vw);
		left: calc(-40 / var(--break) * 100vw);
		top: calc(60 / var(--break) * 100vw);
	}
	.row_main01 .col_l .img02 {
		max-width: calc( 136 / var(--break) * 100vw);
		right: calc( -70 / var(--break) * 100vw);
		bottom: 0;
	}
	.row_main01 .col_r .img01 {
		max-width: calc( 134 / var(--break) * 100vw);
	}
	.row_main01 .txt01 {
		font-size: calc( 20 / var(--break) * 100vw);
	}
	.row_main01 .txt01 em {
		font-size: calc( 54 / var(--break) * 100vw);
	}
	.row_main01 .txt02 {
		font-size: calc( 32 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.row_main01 .deco {
		width: calc( 36 / var(--break) * 100vw);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		position: absolute;
		top: 50%;
		left: 50%;
	}
	.balloon_main01 {
		right: calc( 10 / var(--break) * 100vw);
		top: calc( 10 / var(--break) * 100vw);
		max-width: calc( 268 / var(--break) * 100vw);
	}
}

/* グローバルナビゲーション gnav
------------------------------------------------------------------*/
.gnav, .fix_nav {
	display: none;
}
.btn_gnav_sp {
	position: fixed;
	top: calc( 20 / var(--break) * 100vw);
	right: calc( 20 / var(--break) * 100vw);
	height: calc(100 / var(--break) * 100vw);
	width: calc(100 / var(--break) * 100vw);
	background: #ec6d88;
	z-index: 10000;
	outline: none;
	border-radius: 50%;
	cursor: pointer;
}
.btn_gnav_sp .txt_gnav {
	position: absolute;
	width: calc(48 / var(--break) * 100vw);
	right: 0;
	left: 0;
	bottom: calc( 15 / var(--break) * 100vw);
	margin: auto;
}
.btn_gnav_sp .icn_gnav {
	width: calc(40 / var(--break) * 100vw);
	height: 1px;
	position: absolute;
	top: calc( -30 / var(--break) * 100vw);
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	transition: transform .3s ease-in-out;
}
.btn_gnav_sp .icn_gnav:before, .btn_gnav_sp .icn_gnav:after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	background: #fff;
	transition: transform .3s ease-in-out;
}
.btn_gnav_sp .icn_gnav:before {
	top: calc( -12 / var(--break) * 100vw);
}
.btn_gnav_sp .icn_gnav:after {
	bottom: calc( -12 / 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: #fff;
	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( 160 / var(--break) * 100vw) 0 0;
	overflow-y: auto;
	overflow-x: hidden;
	background: rgba(255,255,255,1);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	width: calc( 790 / 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( 200 / var(--break) * 100vw);
}
.gnav_sp .nav_main > ul {
	padding: 0 calc( 30 / 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:first-child {
	border-top: 1px solid #8fa9b8;
}
.gnav_sp .nav_main > ul > li.nav_drawer {
	padding-bottom: calc( 20 / var(--break) * 100vw);
	border-bottom: 1px solid #8fa9b8;
}
.gnav_sp .nav_main > ul > li > a {
	padding: calc( 15 / var(--break) * 100vw) calc( 20 / var(--break) * 100vw);
	border-bottom: 1px solid #8fa9b8;
	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.nav_drawer > a {
	border-bottom: none;
}
.gnav_sp .nav_main > ul > li > a:after {
	content: "";
	position: absolute;
	right: calc( 20 / var(--break) * 100vw);
	top: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: calc(12 / var(--break) * 100vw) solid #ec6d88;
	border-top: calc(9 / var(--break) * 100vw) solid transparent;
	border-bottom: calc(9 / var(--break) * 100vw) solid transparent;
	margin: auto;
	transform: rotate(90deg);
}
.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 {
}
.gnav_sp .nav_main > ul > li > a .en {
	/*text-transform: uppercase;*/
	font-size: 62.5%;
	letter-spacing: .1em;
	margin-top: 1vw;
}
.gnav_sp .nav_sub {
	background: rgba(51,51,51,.9);
	padding: 5.5vw 8vw 7.5vw;
	/*display: none;*/ /* クリックで開閉させる場合はコメント解除 */
}
.gnav_sp .nav_sub li {
	opacity: 0;
	transform: translateX(50%);
	transition: transform .6s ease, opacity .2s ease;
}
.gnav_sp .nav_sub li:not(:last-child) {
	margin-bottom: 2.5vw;
}
.gnav_sp .nav_sub a {
	padding: 1vw 0 1vw 6vw;
	display: block;
	position: relative;
	color: #fff;
}
.gnav_sp .nav_sub a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 1vw;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: calc(16 / var(--break) * 100vw) solid #fff;
	border-top: calc(12 / var(--break) * 100vw) solid transparent;
	border-bottom: calc(12 / var(--break) * 100vw) solid transparent;
	margin: auto;
}
.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) {

}
@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(110 / var(--break) * 100vw);
		width: calc(110 / var(--break) * 100vw);
		background: #ec6d88;
		z-index: 10000;
		outline: none;
	}
	.btn_gnav_sp .txt_gnav {
		position: absolute;
		width: calc(64 / var(--break) * 100vw);
		right: 0;
		left: 0;
		bottom: .5vw;
		margin: auto;
	}
	.btn_gnav_sp .icn_gnav {
		width: calc(40 / var(--break) * 100vw);
		height: 2px;
		position: absolute;
		top: -3.5vw;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		background: #fff;
		transition: transform .3s ease-in-out;
	}
	.btn_gnav_sp .icn_gnav:before, .btn_gnav_sp .icn_gnav:after {
		content: "";
		width: 100%;
		height: 2px;
		position: absolute;
		left: 0;
		background: #fff;
		transition: transform .3s ease-in-out;
	}
	.btn_gnav_sp .icn_gnav:before {
		top: -1.5vw;
	}
	.btn_gnav_sp .icn_gnav:after {
		bottom: -1.5vw;
	}
	.open .btn_gnav_sp .icn_gnav {
		background: none;
	}
	.open .btn_gnav_sp .icn_gnav:before, .open .btn_gnav_sp .icn_gnav:after {
		background: #fff;
		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: 19vw 0 0;
		overflow-y: auto;
		overflow-x: hidden;
		background: rgba(255,255,255,1);
		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 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:first-child {
		border-top: 1px solid #8fa9b8;
	}
	.gnav_sp .nav_main > ul > li.nav_drawer {
		padding-bottom: 2.5vw;
		border-bottom: 1px solid #8fa9b8;
	}
	.gnav_sp .nav_main > ul > li > a {
		padding: 3.5vw 4vw 3.5vw 0;
		border-bottom: 1px solid #8fa9b8;
		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.nav_drawer > a {
		border-bottom: none;
	}
	.gnav_sp .nav_main > ul > li > a:after {
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 0;
		height: 0;
		border-left: calc(16 / var(--break) * 100vw) solid #ec6d88;
		border-top: calc(12 / var(--break) * 100vw) solid transparent;
		border-bottom: calc(12 / var(--break) * 100vw) solid transparent;
		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: calc( 32 / var(--break) * 100vw);
	}
	.gnav_sp .nav_main > ul > li > a .en {
		/*text-transform: uppercase;*/
		font-size: 62.5%;
		letter-spacing: .1em;
		margin-top: 1vw;
	}
	.bg_add_sp .txt_add01 {
		margin-right: 0;
	}
	.gnav_sp .nav_sub {
		background: rgba(51,51,51,.9);
		padding: 5.5vw 8vw 7.5vw;
		/*display: none;*/ /* クリックで開閉させる場合はコメント解除 */
	}
	.gnav_sp .nav_sub li {
		opacity: 0;
		transform: translateX(50%);
		transition: transform .6s ease, opacity .2s ease;
	}
	.gnav_sp .nav_sub li:not(:last-child) {
		margin-bottom: 2.5vw;
	}
	.gnav_sp .nav_sub a {
		padding: 1vw 0 1vw 6vw;
		display: block;
		position: relative;
		color: #fff;
	}
	.gnav_sp .nav_sub a:after {
		content: "";
		position: absolute;
		left: 0;
		top: 1vw;
		bottom: 0;
		width: 0;
		height: 0;
		border-left: calc(16 / var(--break) * 100vw) solid #fff;
		border-top: calc(12 / var(--break) * 100vw) solid transparent;
		border-bottom: calc(12 / var(--break) * 100vw) solid transparent;
		margin: auto;
	}
	.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;
	}
}

/* 新着情報 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: #ec6d88; /* コーダーさんへに記載されている★標準テキスト：リンク色に変更*/
	text-decoration: underline;
}
/* パーフェクトスクロールバー */
.ps__thumb-y {
	background: #2eaaff !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;
	}
}


/* 噛めることってこんなに大事！ important
------------------------------------------------------------------*/
.important {
	padding-bottom: calc( 320 / var(--break) * 100vw);
	position: relative;
}
.important:after {
	content: "";
	background: url("images/index/deco_important12.svg")no-repeat center / contain;
	width: calc( 641 / var(--break) * 100vw);
	height: calc( 241 / var(--break) * 100vw);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.row_important01.row01:before {
	content: "";
	background: url("images/index/deco_important01.svg")no-repeat center / contain;
	width: calc( 99 / var(--break) * 100vw);
	height: calc( 174 / var(--break) * 100vw);
	position: absolute;
	left: calc( -20 / var(--break) * 100vw);
	top: 0;
}
.row_important01:after {
	content: "";
	background: url("images/index/deco_important02.svg")no-repeat center / contain;
	width: calc( 94 / var(--break) * 100vw);
	height: calc( 120 / var(--break) * 100vw);
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.row_important01.row02:after {
	background: url("images/index/deco_important03.svg")no-repeat center / contain;
	width: calc( 94 / var(--break) * 100vw);
	height: calc( 120 / var(--break) * 100vw);
}
.row_important01.row03:after {
	background: url("images/index/deco_important04.svg")no-repeat center / contain;
	width: calc( 94 / var(--break) * 100vw);
	height: calc( 120 / var(--break) * 100vw);
}
.row_important01.row04:after {
	background: url("images/index/deco_important05.svg")no-repeat center / contain;
	width: calc( 94 / var(--break) * 100vw);
	height: calc( 120 / var(--break) * 100vw);
}
.row_important01 .num:before {
	content: "";
	background: url("images/index/deco_important06.svg")no-repeat center / contain;
	width: calc( 55 / var(--break) * 100vw);
	height: calc( 52 / var(--break) * 100vw);
	position: absolute;
	left: calc( -40 / var(--break) * 100vw);
	top: calc( -30 / var(--break) * 100vw);
}
.row_important01.row02 .num:before {
	background: url("images/index/deco_important07.svg")no-repeat center / contain;
}
.row_important01.row03 .num:before {
	background: url("images/index/deco_important08.svg")no-repeat center / contain;
}
.row_important01.row04 .num:before {
	background: url("images/index/deco_important09.svg")no-repeat center / contain;
}
.row_important01 .box01,
.row_important01 .box02 {
	width: calc( 236 / var(--break) * 100vw);
	height: calc( 120 / var(--break) * 100vw);
	border-radius: calc( 60 / var(--break) * 100vw);
	position: relative;
}
.row_important01 .box01:before,
.row_important01 .box02:before {
	content: "";
	border: 2px solid #ec6d88;
	width: calc( 100% - calc( 10 / var(--break) * 100vw) );
	height: calc( 100% - calc( 10 / var(--break) * 100vw) );
	margin: auto;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	border-radius: calc( 60 / var(--break) * 100vw);
}
.row_important01.row02 .box01:before {
	border: 2px solid #f09b02;
}
.row_important01.row03 .box01:before {
	border: 2px solid #009944;
}
.row_important01.row04 .box01:before {
	border: 2px solid #2eaaff;
}
.row_important01 .box02 {
	width: calc( 412 / var(--break) * 100vw);
	height: calc( 120 / var(--break) * 100vw);
	border-radius: calc( 60 / var(--break) * 100vw);
	position: relative;
}
.row_important01 .box02:before {
	content: "";
	border: 2px solid #fff;
	width: calc( 100% - calc( 10 / var(--break) * 100vw) );
	height: calc( 100% - calc( 10 / var(--break) * 100vw) );
	margin: auto;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	border-radius: calc( 60 / var(--break) * 100vw);
}
.row_important01 .box01:after,
.row_important01 .box02:after {
	content: "";
	background: #ec6d8880;
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: calc( 60 / var(--break) * 100vw);
	right: calc( -5 / var(--break) * 100vw);
	bottom: calc( -5 / var(--break) * 100vw);
	z-index: -1;
}
.row_important01.row02 .box01:after,
.row_important01.row02 .box02:after {
	background: #f09b0280;
}
.row_important01.row03 .box01:after,
.row_important01.row03 .box02:after {
	background: #00994480;
}
.row_important01.row04 .box01:after,
.row_important01.row04 .box02:after {
	background: #2eaaff80;
}
.row_important01 .icn {
	padding-left: calc( 30 / var(--break) * 100vw);
}
.row_important01 .icn:before {
	content: "";
	background: url(images/index/deco_common03.svg) no-repeat left center / contain;
	width: calc(20 / var(--break) * 100vw);
	height: calc(25 / var(--break) * 100vw);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.arw_important01 {
	width: calc( 20 / var(--break) * 100vw);
	height: calc( 30 / var(--break) * 100vw);
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background-color: #493000;
}
.box_important01:before {
	content: "";
	border: calc( 6 / var(--break) * 100vw) solid #ec6d88;
	width: calc(100% - calc(20 / var(--break) * 100vw));
	height: calc(100% - calc(20 / var(--break) * 100vw));
	margin: auto;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	border-radius: calc(20 / var(--break) * 100vw);
}
.box_important01:after {
	content: "";
	background: url("images/index/deco_common02.svg")no-repeat center / contain;
	width: calc( 100 / var(--break) * 100vw);
	height: calc( 74 / var(--break) * 100vw);
	position: absolute;
	right: calc( -20 / var(--break) * 100vw);
	top: 0;
}
.box_important01.box01 .txt {
	position: relative;
}
.box_important01.box01 .txt:before,
.box_important01.box01 .txt:after {
	content: "";
	background: url("images/index/deco_important11.svg")no-repeat center / contain;
	width: calc( 44 / var(--break) * 100vw);
	height: calc( 52 / var(--break) * 100vw);
	position: absolute;
	left: calc( 70 / var(--break) * 100vw);
	top: 0;
}
.box_important01.box01 .txt:after {
	right: calc( 70 / var(--break) * 100vw);
	left: auto!important;
	transform: scale(-1, 1);
}
.box_important01 .copy_common01 .deco:before {
	top: .2em;
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {
	.row_important01.row01:before {
		content: "";
		background: url(images/index/deco_important01.svg) no-repeat center / contain;
		width: calc(99 / var(--break) * 100vw);
		height: calc(174 / var(--break) * 100vw);
		position: absolute;
		left: calc(-40 / var(--break) * 100vw);
		top: calc(-180 / var(--break) * 100vw);
	}
	.row_important01:after {
		right: calc(-60 / var(--break) * 100vw);
	}
	.box_important01 .copy_common01 .deco:before {
		top: .1em;
	}
	.box_important01.box01 .txt:before {
		left: calc(-20 / var(--break) * 100vw);
	}
	.box_important01.box01 .txt:after {
		right: calc(-20 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.important {
		padding-bottom: calc( 260 / var(--break) * 100vw);
	}
	.important:after {
		content: "";
		background: url("images/index/deco_important12.svg")no-repeat center / contain;
		width: calc(520 / var(--break) * 100vw);
		height: calc(200 / var(--break) * 100vw);
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}
	.important .inner1340 > .copy_common01 {
		position: relative;
		padding-top: 28vw;
		margin-bottom: 10vw;
	}
	.important .inner1340 > .copy_common01:before {
		content: "";
		background: url(images/index/deco_important01.svg) no-repeat center / contain;
		width: calc(99 / var(--break) * 100vw);
		height: calc(174 / var(--break) * 100vw);
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		margin: auto;
	}
	.row_important01 {
		padding-top: calc( 120 / var(--break) * 100vw);
		max-width: calc( 640 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_important01.row01:before {
		display: none;
	}
	.row_important01:after {
		content: "";
		background: url("images/index/deco_important02.svg")no-repeat center / contain;
		width: calc( 114 / var(--break) * 100vw);
		height: calc( 146 / var(--break) * 100vw);
		position: absolute;
		right: -3vw;
		top: auto!important;
		bottom: 0;
		margin: auto;
	}
	.row_important01 {
		gap: calc( 40 / var(--break) * 100vw) calc( 20 / var(--break) * 100vw);
		justify-content: start!important;
	}
	.row_important01.mb20 {
		margin-bottom: calc( 120 / var(--break) * 100vw);
	}
	.row_important01.row02:after {
		background: url("images/index/deco_important03.svg")no-repeat center / contain;
		width: calc( 112 / var(--break) * 100vw);
		height: calc( 144 / var(--break) * 100vw);
	}
	.row_important01.row03:after {
		background: url("images/index/deco_important04.svg")no-repeat center / contain;
		width: calc( 106 / var(--break) * 100vw);
		height: calc( 136 / var(--break) * 100vw);
	}
	.row_important01.row04:after {
		background: url("images/index/deco_important05.svg")no-repeat center / contain;
		width: calc( 110 / var(--break) * 100vw);
		height: calc( 142 / var(--break) * 100vw);
		right: -4vw;
	}
	.row_important01 .num {
		margin: 0 auto 5vw;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: calc( 86 / var(--break) * 100vw);
		font-size: calc( 80 / var(--break) * 100vw);
	}
	.row_important01 .num:before {
		width: calc( 80 / var(--break) * 100vw);
		height: calc( 78 / var(--break) * 100vw);
		left: calc( -40 / var(--break) * 100vw);
		top: calc( -40 / var(--break) * 100vw);
	}
	.row_important01 .box01,
	.row_important01 .box02 {
		width: calc( 284 / var(--break) * 100vw);
		height: calc( 146 / var(--break) * 100vw);
		border-radius: calc( 70 / var(--break) * 100vw);
		font-size: calc( 26 / var(--break) * 100vw);
	}
	.row_important01 .box01:before,
	.row_important01 .box02:before {
		content: "";
		border: 1px solid #ec6d88;
		width: calc( 100% - calc( 10 / var(--break) * 100vw) );
		height: calc( 100% - calc( 10 / var(--break) * 100vw) );
		margin: auto;
		position: absolute;
		right: 0;
		left: 0;
		top: 0;
		bottom: 0;
		border-radius: calc( 70 / var(--break) * 100vw);
	}
	.row_important01.row02 .box01:before {
		border: 1px solid #f09b02;
	}
	.row_important01.row03 .box01:before {
		border: 1px solid #009944;
	}
	.row_important01.row04 .box01:before {
		border: 1px solid #2eaaff;
	}
	.row_important01 .box02 {
		width: calc( 486 / var(--break) * 100vw);
		height: calc( 140 / var(--break) * 100vw);
		border-radius: calc( 70 / var(--break) * 100vw);
		font-size: calc( 34 / var(--break) * 100vw);
	}
	.row_important01.row04 .box02 {
		width: calc( 486 / var(--break) * 100vw);
	}
	.row_important01 .box02:before {
		content: "";
		border: 1px solid #fff;
		width: calc( 100% - calc( 10 / var(--break) * 100vw) );
		height: calc( 100% - calc( 10 / var(--break) * 100vw) );
		margin: auto;
		position: absolute;
		right: 0;
		left: 0;
		top: 0;
		bottom: 0;
		border-radius: calc( 70 / var(--break) * 100vw);
	}
	.row_important01 .box01:after,
	.row_important01 .box02:after {
		content: "";
		background: #ec6d8880;
		width: 100%;
		height: 100%;
		position: absolute;
		border-radius: calc( 70 / var(--break) * 100vw);
		right: calc( -5 / var(--break) * 100vw);
		bottom: calc( -5 / var(--break) * 100vw);
		z-index: -1;
	}
	.row_important01.row02 .box01:after,
	.row_important01.row02 .box02:after {
		background: #f09b0280;
	}
	.row_important01.row03 .box01:after,
	.row_important01.row03 .box02:after {
		background: #00994480;
	}
	.row_important01.row04 .box01:after,
	.row_important01.row04 .box02:after {
		background: #2eaaff80;
	}
	.row_important01 .icn {
		padding-left: calc( 30 / var(--break) * 100vw);
	}
	.row_important01 .icn:before {
		content: "";
		background: url(images/index/deco_common03.svg) no-repeat left center / contain;
		width: calc(20 / var(--break) * 100vw);
		height: calc(25 / var(--break) * 100vw);
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.arw_important01 {
		width: calc(30 / var(--break) * 100vw);
		height: calc(40 / var(--break) * 100vw);
		clip-path: polygon(0 0, 0% 100%, 100% 50%);
		background-color: #493000;
		margin: 0;
	}
	.box_important01 {
		padding: 6vw 5vw;
	}
	.box_important01:before {
		content: "";
		border: calc( 6 / var(--break) * 100vw) solid #ec6d88;
		width: calc(100% - calc(20 / var(--break) * 100vw));
		height: calc(100% - calc(20 / var(--break) * 100vw));
		margin: auto;
		position: absolute;
		right: 0;
		left: 0;
		top: 0;
		bottom: 0;
		border-radius: calc(20 / var(--break) * 100vw);
	}
	.box_important01:after {
		content: "";
		background: url("images/index/deco_common02.svg")no-repeat center / contain;
		width: calc( 100 / var(--break) * 100vw);
		height: calc( 74 / var(--break) * 100vw);
		position: absolute;
		right: calc( -12 / var(--break) * 100vw);
		top: calc( -30 / var(--break) * 100vw);
	}
	.box_important01.box01 .txt {
		font-size: calc( 32 / var(--break) * 100vw);
		letter-spacing: 0;
		line-height: 2;
	}
	.box_important01.box01 .txt em {
		font-size: calc( 36 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.box_important01.box01 .txt:before,
	.box_important01.box01 .txt:after {
		content: "";
		background: url("images/index/deco_important11.svg")no-repeat center / contain;
		width: calc( 44 / var(--break) * 100vw);
		height: calc( 52 / var(--break) * 100vw);
		position: absolute;
		left: calc( 70 / var(--break) * 100vw);
		top: auto!important;
		bottom: 3vw;
	}
	.box_important01.box01 .txt:before {
		left: 2vw;
	}
	.box_important01.box01 .txt:after {
		right: 2vw;
		left: auto!important;
	}
	.box_important01 .copy_common01 {
		font-size: calc( 40 / var(--break) * 100vw);
		margin-bottom: 3vw;
	}
	.box_important01 .copy_common01 .fz50 {
		font-size: calc( 50 / var(--break) * 100vw);
	}
	.box_important01 .copy_common01 .fz60 {
		font-size: calc( 60 / var(--break) * 100vw);
	}
	.box_important01 .copy_common01 .deco:before {
		top: .2em;
	}
	.box_important01 .txt {
		font-size: calc( 32 / var(--break) * 100vw);
		letter-spacing: 0;
	}
}


/* このようなお悩みはありませんか having
------------------------------------------------------------------*/
.bg_having01 {
	background: url("images/index/img_having01.png")no-repeat left top calc( 60 / var(--break) * 100vw) / calc( 820 / var(--break) * 100vw) auto,
		url("images/index/deco_having01.png")no-repeat right top / calc( 1191 / var(--break) * 100vw) auto;
}
.ttl_having01 .en {
	font-size: calc( 120 / var(--break) * 100vw);
	display: block;
	margin-bottom: calc( 30 / var(--break) * 100vw);
}
.ttl_having01 .deco {
	width: calc( 134 / var(--break) * 100vw);
}
.row_having01 {
	gap: calc( 20 / var(--break) * 100vw) 1.75%;
}
.row_having01 .col {
	max-width: calc( 230 / var(--break) * 100vw);
	width: 18.6%;
	height: calc( 230 / var(--break) * 100vw);
	background: url("images/index/bg_having01.svg")no-repeat center / contain;
}
.row_having01 .col:nth-child(2n) {
	background: url("images/index/bg_having02.svg")no-repeat center / contain;
}
.row_having01 .icn {
	width: calc( 50 / var(--break) * 100vw);
}
.row_having02 .col:nth-child(1),
.row_having02 .col:nth-child(3) {
	width: calc( 260 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_having01 {
		background: url(images/index/img_having01.png) no-repeat left -20% top / calc(820 / var(--break) * 100vw) auto, url(images/index/deco_having01.png) no-repeat right top / calc(1191 / var(--break) * 100vw) auto;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_having01 {
		background: url(images/index/img_having01.png) no-repeat left -20% top calc( 60 / var(--break) * 100vw) / calc(820 / var(--break) * 100vw) auto, url(images/index/deco_having01.png) no-repeat right top / calc(1191 / var(--break) * 100vw) auto;
	}
	.ttl_having01 .ja {
		text-shadow: 0 0 calc(5 / var(--break) * 100vw) #FDED55, 0 0 calc(5 / var(--break) * 100vw) #FDED55, 0 0 calc(10 / var(--break) * 100vw) #FDED55, 0 0 calc(10 / var(--break) * 100vw) #FDED55, 0 0 calc(15 / var(--break) * 100vw) #FDED55, 0 0 calc(15 / var(--break) * 100vw) #FDED55;
	}
	.row_having02 .col:nth-child(1), .row_having02 .col:nth-child(3) {
		width: calc(200 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.bg_having01 {
		background: url("images/index/img_having01.png")no-repeat top calc( 366 / var(--break) * 100vw) center / calc( 650 / var(--break) * 100vw) auto,
			url("images/index/deco_having01.png")no-repeat right top / calc( 1191 / var(--break) * 100vw) auto;
		padding-bottom: 12vw;
	}
	.ttl_having01 {
		margin-bottom: calc( 340 / var(--break) * 100vw);
	}
	.ttl_having01 .en {
		font-size: calc( 82 / var(--break) * 100vw);
		letter-spacing: .1em;
		margin-bottom: calc( 30 / var(--break) * 100vw);
	}
	.ttl_having01 .ja {
		font-size: calc( 40 / var(--break) * 100vw);
		margin-bottom: 0;
	}
	.ttl_having01 .deco {
		width: calc( 134 / var(--break) * 100vw);
	}
	.row_having01 {
		gap: calc( 20 / var(--break) * 100vw) 1.7%;
	}
	.row_having01 .col {
		max-width: calc( 230 / var(--break) * 100vw);
		width: 32.2%;
		height: calc( 226 / var(--break) * 100vw);
	}
	.row_having01 .icn {
		width: calc( 50 / var(--break) * 100vw);
	}
	.row_having01 .txt {
		font-size: calc( 26 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.row_having02 {
		justify-content: center!important;
		gap: calc( 54 / var(--break) * 100vw) calc( 50 / var(--break) * 100vw);
	}
	.row_having02 .col:nth-child(1),
	.row_having02 .col:nth-child(3) {
		order: 1;
		width: calc( 288 / var(--break) * 100vw);
	}
	.row_having02 .col:nth-child(2) {
		order: 2;
	}
	.row_having02 .copy_common02 {
		font-size: calc( 36 / var(--break) * 100vw);
	}
}


/* 小児矯正について Pediatric Orthodontics
------------------------------------------------------------------*/
.bg_pediatric01 .bdr {
	background: linear-gradient(transparent 75%, #fff 25%);
}
.ccl_merit01 {
	width: calc( 80 / var(--break) * 100vw);
	height: calc( 80 / var(--break) * 100vw);
	border-radius: 50%;
	margin-top: calc( 30 / var(--break) * 100vw);
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: calc( -40 / var(--break) * 100vw);
}
.ccl_merit01:before {
	content: "";
	border: 2px solid #fff;
	width: calc( 100% - calc( 10 / var(--break) * 100vw) );
	height: calc( 100% - calc( 10 / var(--break) * 100vw) );
	margin: auto;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	border-radius: 50%;
}
.ccl_merit01 .en {
	width: calc( 80 / var(--break) * 100vw);
	top: calc( -30 / var(--break) * 100vw);
	margin-left: auto;
	margin-right: auto;
}
.row_pediatric01 {
	gap: calc( 50 / var(--break) * 100vw) 1.55%;
}
.row_pediatric01 .col {
	width: 32.3%;
	max-width: 400px;
}
.row_pediatric01 .col:last-child {
	width: 100%;
	max-width: 1000px;
}
.row_pediatric01 .ttl {
	padding: calc( 50 / var(--break) * 100vw) 0 calc( 20 / var(--break) * 100vw);
	border-radius: calc( 20 / var(--break) * 100vw) calc( 20 / var(--break) * 100vw) 0 0;
}
.row_pediatric01 .box {
	border-radius: 0 0 calc( 20 / var(--break) * 100vw) calc( 20 / var(--break) * 100vw);
}
.row_pediaric03 .col {
	width: 50%;
}
.ccl_pediatric01 {
	width: calc( 522 / var(--break) * 100vw);
	height: calc( 522 / var(--break) * 100vw);
	margin-top: calc( -90 / var(--break) * 100vw);
}
.ccl_pediatric01:before {
	content: "";
	background: url("images/index/img_pediatric05.png")no-repeat center / contain;
	width: calc( 196 / var(--break) * 100vw);
	height: calc( 211 / var(--break) * 100vw);
	position: absolute;
	left: calc( -60 / var(--break) * 100vw);
	bottom: 0;
}
.ccl_pediatric01.ccl01 {
	background: url("images/index/img_pediatric03.png")no-repeat center / contain;
}
.ccl_pediatric01.ccl02 {
	background: url("images/index/img_pediatric04.png")no-repeat center / contain;
}
.ccl_pediatric01.ccl02:before {
	content: "";
	background: url("images/index/img_pediatric06.png")no-repeat center / contain;
	width: calc( 266 / var(--break) * 100vw);
	height: calc( 240 / var(--break) * 100vw);
	position: absolute;
	right: calc( -60 / var(--break) * 100vw);
	left: auto!important;
	bottom: 0;
}
.row_pediaric03 {
	position: relative;
}
.row_pediaric03:before {
	content: "";
	background: url("images/index/deco_pediatric01.svg")no-repeat center / contain;
	width: calc( 110 / var(--break) * 100vw);
	height: calc( 110 / var(--break) * 100vw);
	position: absolute;
	left: 0;
	right: 0;
	top: calc( 114 / var(--break) * 100vw);
	margin: auto;
}
.row_pediaric03 .box {
	background-color: #ffffff80;
}
.row_pediaric03 .col:nth-of-type(1) {
	border-radius: calc( 100 / var(--break) * 100vw) 0 0 0;
}
.row_pediaric03 .col:nth-of-type(2) {
	border-radius: 0 calc( 100 / var(--break) * 100vw) 0 0;
}
.bg_pediatric04:before {
	content: "";
	border: calc( 6 / var(--break) * 100vw) solid #ffe600;
	width: calc( 100% - calc( 40 / var(--break) * 100vw) );
	height: calc( 100% - calc( 40 / var(--break) * 100vw) );
	margin: auto;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	border-radius: calc( 20 / var(--break) * 100vw);
}
.bg_pediatric04 .copy {
	background: url("images/index/deco_pediatric02.svg")no-repeat center bottom / auto calc( 12 / var(--break) * 100vw);
	max-width: calc( 1500 / var(--break) * 100vw);
}
.bg_pediatric04 .balloon {
	left: 0;
	top: 0;
	width: calc( 184 / var(--break) * 100vw);
}
.copy_common02 .bdr {
	background: radial-gradient(circle, #ec6d88 calc(1 / var(--break)* 100vw), transparent calc(3 / var(--break)* 100vw)) repeat-x bottom left / calc( 9 / var(--break) * 100vw) calc( 5 / var(--break) * 100vw);
	padding-bottom: calc( 10 / var(--break) * 100vw);
}
.copy_common02.color02 .bdr {
	background: radial-gradient(circle, #4a71d5 calc(1 / var(--break)* 100vw), transparent calc(3 / var(--break)* 100vw)) repeat-x bottom left / calc( 9 / var(--break) * 100vw) calc( 5 / var(--break) * 100vw);
	padding-bottom: calc( 10 / var(--break) * 100vw);
}
.copy_common02.color03 .bdr {
	background: radial-gradient(circle, #f09b02 calc(1 / var(--break)* 100vw), transparent calc(3 / var(--break)* 100vw)) repeat-x bottom left / calc( 9 / var(--break) * 100vw) calc( 5 / var(--break) * 100vw);
	padding-bottom: calc( 10 / var(--break) * 100vw);
}
.copy_common02.color04 .bdr {
	background: radial-gradient(circle, #fb5656 calc(1 / var(--break)* 100vw), transparent calc(3 / var(--break)* 100vw)) repeat-x bottom left / calc( 9 / var(--break) * 100vw) calc( 5 / var(--break) * 100vw);
	padding-bottom: calc( 10 / var(--break) * 100vw);
}
.copy_common02.color05 .bdr {
	background: radial-gradient(circle, #009944 calc(1 / var(--break)* 100vw), transparent calc(3 / var(--break)* 100vw)) repeat-x bottom left / calc( 9 / var(--break) * 100vw) calc( 5 / var(--break) * 100vw);
	padding-bottom: calc( 10 / var(--break) * 100vw);
}
.copy_common02.txt_white .bdr {
	background: radial-gradient(circle, #fff calc(1 / var(--break)* 100vw), transparent calc(3 / var(--break)* 100vw)) repeat-x bottom left / calc( 9 / var(--break) * 100vw) calc( 5 / var(--break) * 100vw);
	padding-bottom: calc( 10 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_pediatric04 .balloon {
		left: calc(-10 / var(--break) * 100vw);
		top: calc(80 / var(--break) * 100vw);
		width: calc(110 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.bg_pediatric01 .bdr {
		background: linear-gradient(transparent 75%, #fff 25%);
	}
	.bg_pediatric01 .ttl {
		font-size: calc( 40 / var(--break) * 100vw);
	}
	.ccl_merit01 {
		width: calc( 130 / var(--break) * 100vw);
		height: calc( 130 / var(--break) * 100vw);
		margin-top: calc( 50 / var(--break) * 100vw);
		margin-bottom: calc( -40 / var(--break) * 100vw);
	}
	.ccl_merit01:before {
		content: "";
		border: 1px solid #fff;
		width: calc( 100% - calc( 16 / var(--break) * 100vw) );
		height: calc( 100% - calc( 16 / var(--break) * 100vw) );
		margin: auto;
		position: absolute;
		right: 0;
		left: 0;
		top: 0;
		bottom: 0;
		border-radius: 50%;
	}
	.ccl_merit01 .en {
		width: calc( 130 / var(--break) * 100vw);
		top: calc( -50 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.ccl_merit01 .num {
		font-size: calc( 50 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.row_pediatric01 {
		gap: calc( 50 / var(--break) * 100vw) 1.55%;
	}
	.row_pediatric01 .col,
	.row_pediatric01 .col:last-child {
		width: 100%;
		max-width: calc( 646 / var(--break) * 100vw);
	}
	.row_pediatric01 .ttl {
		padding: calc( 50 / var(--break) * 100vw) 0 calc( 20 / var(--break) * 100vw);
		border-radius: calc( 20 / var(--break) * 100vw) calc( 20 / var(--break) * 100vw) 0 0;
		font-size: calc( 36 / var(--break) * 100vw);
		padding: 10vw 5vw 5vw;
	}
	.row_pediatric01 .box {
		border-radius: 0 0 calc( 20 / var(--break) * 100vw) calc( 20 / var(--break) * 100vw);
		padding: 5vw;
	}
	.row_pediaric03 .col {
		width: 100%;
	}
	.ccl_pediatric01 {
		width: calc( 522 / var(--break) * 100vw);
		height: calc( 522 / var(--break) * 100vw);
		margin-top: calc( -90 / var(--break) * 100vw);
	}
	.ccl_pediatric01:before {
		content: "";
		background: url("images/index/img_pediatric05.png")no-repeat center / contain;
		width: calc( 196 / var(--break) * 100vw);
		height: calc( 211 / var(--break) * 100vw);
		position: absolute;
		left: calc( -60 / var(--break) * 100vw);
		bottom: 0;
	}
	.ccl_pediatric01.ccl01 {
		background: url("images/index/img_pediatric03.png")no-repeat center / contain;
	}
	.ccl_pediatric01.ccl02 {
		background: url("images/index/img_pediatric04.png")no-repeat center / contain;
	}
	.ccl_pediatric01.ccl02:before {
		content: "";
		background: url("images/index/img_pediatric06.png")no-repeat center / contain;
		width: calc( 266 / var(--break) * 100vw);
		height: calc( 240 / var(--break) * 100vw);
		position: absolute;
		right: calc( -60 / var(--break) * 100vw);
		left: auto!important;
		bottom: 0;
	}
	.ccl_pediatric01 .ttl {
		font-size: calc( 44 / var(--break) * 100vw);
	}
	.row_pediaric03 {
		position: relative;
	}
	.row_pediaric03:before {
		content: "";
		background: url("images/index/deco_pediatric01.svg")no-repeat center / contain;
		width: calc( 110 / var(--break) * 100vw);
		height: calc( 110 / var(--break) * 100vw);
		position: absolute;
		left: 0;
		right: 0;
		top: 5vw;
		bottom: 0;
		margin: auto;
	}
	.row_pediaric03 .box {
		background-color: #ffffff80;
	}
	.row_pediaric03 .col:nth-of-type(1) {
		border-radius: calc( 100 / var(--break) * 100vw) calc( 100 / var(--break) * 100vw) 0 0;
		margin-bottom: calc( 280 / var(--break) * 100vw);
	}
	.row_pediaric03 .col:nth-of-type(2) {
		border-radius: calc( 100 / var(--break) * 100vw) calc( 100 / var(--break) * 100vw) 0 0;
	}
	.row_pediaric03 .ttl {
		font-size: calc( 40 / var(--break) * 100vw);
	}
	.row_pediaric03 .ttl small {
		font-size: calc( 32 / var(--break) * 100vw);
	}
	.bg_pediatric04 {
		padding-left: 6vw;
		padding-right: 6vw;
		padding-bottom: 10vw;
	}
	.bg_pediatric04:before {
		content: "";
		border: calc( 6 / var(--break) * 100vw) solid #ffe600;
		width: calc( 100% - calc( 40 / var(--break) * 100vw) );
		height: calc( 100% - calc( 40 / var(--break) * 100vw) );
		margin: auto;
		position: absolute;
		right: 0;
		left: 0;
		top: 0;
		bottom: 0;
		z-index: -1;
		border-radius: calc( 20 / var(--break) * 100vw);
	}
	.bg_pediatric04 .copy {
		background: url("images/index/deco_pediatric02.svg")no-repeat center bottom / auto calc( 10 / var(--break) * 100vw);
		max-width: calc( 1500 / var(--break) * 100vw);
	}
	.bg_pediatric04 .copy,
	.bg_pediatric04 .copy span {
		font-size: calc( 34 / var(--break) * 100vw);
		line-height: 1.6;
	}
	.bg_pediatric04 .copy .bg_col27 {
		margin: 0 auto 2vw;
		display: inline-block;
	}
	.bg_pediatric04 .mt40 {
		margin-top: 2vw;
	}
	.bg_pediatric04 .balloon {
		width: calc( 126 / var(--break) * 100vw);
	}
	.copy_common02 .bdr {
		background: radial-gradient(circle, #ec6d88 calc(1 / var(--break)* 100vw), transparent calc(3 / var(--break)* 100vw)) repeat-x bottom left / calc( 9 / var(--break) * 100vw) calc( 5 / var(--break) * 100vw);
		padding-bottom: calc( 10 / var(--break) * 100vw);
	}
	.copy_common02.color02 .bdr {
		background: radial-gradient(circle, #4a71d5 calc(1 / var(--break)* 100vw), transparent calc(3 / var(--break)* 100vw)) repeat-x bottom left / calc( 9 / var(--break) * 100vw) calc( 5 / var(--break) * 100vw);
		padding-bottom: calc( 10 / var(--break) * 100vw);
	}
	.copy_common02.color03 .bdr {
		background: radial-gradient(circle, #f09b02 calc(1 / var(--break)* 100vw), transparent calc(3 / var(--break)* 100vw)) repeat-x bottom left / calc( 9 / var(--break) * 100vw) calc( 5 / var(--break) * 100vw);
		padding-bottom: calc( 10 / var(--break) * 100vw);
	}
	.copy_common02.color04 .bdr {
		background: radial-gradient(circle, #fb5656 calc(1 / var(--break)* 100vw), transparent calc(3 / var(--break)* 100vw)) repeat-x bottom left / calc( 9 / var(--break) * 100vw) calc( 5 / var(--break) * 100vw);
		padding-bottom: calc( 10 / var(--break) * 100vw);
	}
	.copy_common02.color05 .bdr {
		background: radial-gradient(circle, #009944 calc(1 / var(--break)* 100vw), transparent calc(3 / var(--break)* 100vw)) repeat-x bottom left / calc( 9 / var(--break) * 100vw) calc( 5 / var(--break) * 100vw);
		padding-bottom: calc( 10 / var(--break) * 100vw);
	}
	.copy_common02.txt_white .bdr {
		background: radial-gradient(circle, #fff calc(1 / var(--break)* 100vw), transparent calc(3 / var(--break)* 100vw)) repeat-x bottom left / calc( 9 / var(--break) * 100vw) calc( 5 / var(--break) * 100vw);
		padding-bottom: calc( 10 / var(--break) * 100vw);
	}
}


/* マウスピース矯正について what
------------------------------------------------------------------*/
.box_what01:before {
	content: "";
	border: calc( 4 / var(--break) * 100vw) solid #009944;
	width: calc( 100% - calc( 20 / var(--break) * 100vw) );
	height: calc( 100% - calc( 20 / var(--break) * 100vw) );
	margin: auto;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	border-radius: calc( 20 / var(--break) * 100vw);
}
.row_what01 {
	max-width: calc( 1175 / var(--break) * 100vw);
}
.row_what02 {
	max-width: calc( 1145 / var(--break) * 100vw);
}
.row_what01 .col_img {
	max-width: 280px;
	width: 24%;
}
.row_what01 .col_txt {
	width: 71%;
}
.row_what01 .col_txt .ttl {
	border-bottom: calc( 4 / var(--break) * 100vw) dotted #009944;
	padding-bottom: calc( 30 / var(--break) * 100vw);
}
.row_what02 .col {
	max-width: 550px;
	width: 48%;
	height: calc( 80 / var(--break) * 100vw);
}
.row_what02 .col:before {
	content: "";
	border: 2px solid #fff;
	width: calc( 100% - calc( 10 / var(--break) * 100vw) );
	height: calc( 100% - calc( 10 / var(--break) * 100vw) );
	margin: auto;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	border-radius: calc( 5 / var(--break) * 100vw)
}
.row_what02 .txt {
	padding-left: calc( 40 / var(--break) * 100vw);
}
.row_what02 .txt:before {
	content: "";
	background: url("images/index/deco_common03.svg")no-repeat left center / contain;
	width: calc( 20 / var(--break) * 100vw);
	height: calc( 25 / var(--break) * 100vw);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.deco_common01 {
	max-width: calc( 464 / var(--break) * 100vw);
	margin-bottom: calc( -60 / var(--break) * 100vw);
}
.bg_what02 {
	background-color: #ffffff80;
}
.bg_what03 .ttl_common04.deco:before {
	content: "";
	background: url("images/index/deco_purpose01.svg")no-repeat center / contain;
	width: calc( 68 / var(--break) * 100vw);
	height: calc( 95 / var(--break) * 100vw);
	position: absolute;
	left: calc( -20 / var(--break) * 100vw);
	top: 0;
}
.row_what03 {
	gap: calc( 30 / var(--break) * 100vw) 2.75%;
}
.row_what03 .col {
	max-width: 390px;
	width: 31.5%;
	border-radius: calc( 150 / var(--break) * 100vw);
	padding: calc( 30 / var(--break) * 100vw) 0;
}
.row_what03 .col:before {
	content: "";
	border: calc( 4 / var(--break) * 100vw) solid #fff;
	width: calc( 100% - calc( 10 / var(--break) * 100vw) );
	height: calc( 100% - calc( 10 / var(--break) * 100vw) );
	margin: auto;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	border-radius: calc( 150 / var(--break) * 100vw);
}
.row_what06:before {
	content: "";
	background: url(images/index/deco_mouthpiece03.svg) no-repeat center / contain;
	width: calc(70 / var(--break) * 100vw);
	height: calc(70 / var(--break) * 100vw);
	position: absolute;
	left: 0;
	right: 0;
	top: calc(470 / var(--break) * 100vw);
	margin: auto;
	z-index: 2;
}
.row_what06 .col {
	width: 50%;
	position: relative;
	padding: calc( 280 / var(--break) * 100vw) calc( 50 / var(--break) * 100vw) 0;
}
.row_what06 .col:before {
	content: "";
	background: #c3e179;
	width: 100%;
	height: calc( 100% - calc( 165 / var(--break) * 100vw) );
	position: absolute;
	border-radius: calc( 100 / var(--break) * 100vw) 0 0 0;
	left: 0;
	top: 0;
}
.row_what06 .col_r:before {
	background: #96d4ff;
	border-radius: 0 calc( 100 / var(--break) * 100vw) 0 0;
}
.row_what06 .img {
	width: 90%;
	max-width: calc( 645 / var(--break) * 100vw);
	top: calc( 40 / var(--break) * 100vw);
	left: 0;
	right: 0;
	margin: auto;
}
.row_what06 .col_r .img {
	max-width: calc( 430 / var(--break) * 100vw);
}
.row_what06 .ttl {
	border-bottom: calc( 4 / var(--break) * 100vw) dotted #9cce20;
}
.row_what06 .col_r .ttl {
	border-bottom: calc( 4 / var(--break) * 100vw) dotted #2eaaff;
}
.row_what06 .wrap {
	max-width: calc( 520 / var(--break) * 100vw);
}
.row_what06 li {
	position: relative;
	padding-left: calc( 20 / var(--break) * 100vw);
}
.row_what06 li:not(:last-child) {
	margin-bottom: calc( 10 / var(--break) * 100vw);
}
.row_what06 li:before {
	content: "";
	background: #2eaaff;
	width: calc( 6 / var(--break) * 100vw);
	height: calc( 6 / var(--break) * 100vw);
	position: absolute;
	border-radius: 50%;
	top: .6rem;
	left: 0;
}
.row_what06 .box {
	max-width: calc( 780 / var(--break) * 100vw);
}
.row_what06 .box:before {
	content: "";
	border: calc(4 / var(--break) * 100vw) solid #9cce20;
	width: calc(100% - calc(20 / var(--break) * 100vw));
	height: calc(100% - calc(20 / var(--break) * 100vw));
	margin: auto;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	border-radius: calc(20 / var(--break) * 100vw);
}
.row_what06 .col_r .box:before {
	border-color: #2eaaff;
}
.row_what06 .box:after {
	content: "";
	background: url(images/index/deco_mouthpiece01.svg) no-repeat center / contain;
	width: calc(143 / var(--break) * 100vw);
	height: calc(105 / var(--break) * 100vw);
	position: absolute;
	left: 0;
	top: 0;
}
.row_what06 .col_r .box:after {
	background: url(images/index/deco_mouthpiece02.svg) no-repeat center / contain;
	left: auto!important;
	right: 0;
}
.row_what04 .col_img {
	max-width: 280px;
	width: 23%;
}
.row_what04 .col_txt {
	width: 72%;
}
.row_what04 .col_txt em {
	background: linear-gradient(transparent 75%, #ffe600 25%);
	line-height: 1.6;
}
.row_what04 .copy {
	position: relative;
}
.row_what04 .copy:before,
.row_what04 .copy:after {
	content: "";
	background: url("images/index/deco_indications01.svg")no-repeat left bottom / contain;
	width: calc( 24 / var(--break) * 100vw);
	height: calc( 18 / var(--break) * 100vw);
	position: absolute;
	left: 0;
	bottom: calc( 5 / var(--break) * 100vw);
}
.row_what04 .copy:after {
	transform: scale(-1, 1);
	left: auto!important;
	right: 0;
}
.row_what05 {
	gap: calc( 80 / var(--break) * 100vw) 2.3%;
}
.row_what05 .col {
	max-width: 394px;
	width: 31.8%;
	padding: calc( 40 / var(--break) * 100vw) calc( 30 / var(--break) * 100vw) calc( 30 / var(--break) * 100vw);
}
.row_what05 .num {
	color: #ff96b0;
}
.row_what05 .col:nth-child(2) .num,
.row_what05 .col:nth-child(5) .num,
.row_what05 .col:nth-child(8) .num,
.row_what05 .col:nth-child(11) .num {
	color: #eb6363;
}
.row_what05 .col:nth-child(3n) .num {
	color: #f09b02;
}
.row_what05 .col.bg_col23,
.row_what05 .col.bg_col28 {
	border: calc( 4 / var(--break) * 100vw) solid #fff;
}
.row_what05 .col.bg_white {
	border: calc( 4 / var(--break) * 100vw) solid #fff4f7;
}
.row_what05 .copy {
	border-bottom: calc( 4 / var(--break) * 100vw) solid #ff96b0;
}
.row_what05 .col:nth-child(2) .copy,
.row_what05 .col:nth-child(5) .copy,
.row_what05 .col:nth-child(8) .copy,
.row_what05 .col:nth-child(11) .copy {
	border-bottom: calc( 4 / var(--break) * 100vw) solid #eb6363;
}
.row_what05 .col:nth-child(3n) .copy {
	border-bottom: calc( 4 / var(--break) * 100vw) solid #f09b02;
}
.slide_step01 .slick-list {
	overflow: unset!important;
}
.slide_step01 .box {
	width: calc( 394 / var(--break) * 100vw);
	border: calc( 4 / var(--break) * 100vw) solid #fb5656;
	border-radius: calc( 20 / var(--break) * 100vw);
	padding: calc( 50 / var(--break) * 100vw) calc( 30 / var(--break) * 100vw) calc( 30 / var(--break) * 100vw);
	margin: 0 calc( 25 / var(--break) * 100vw);
}
.slide_step01 .box:not(:last-of-type):after {
	content: "";
	background: #fb5656;
	width: calc(20 / var(--break) * 100vw);
	height: calc(70 / var(--break) * 100vw);
	position: absolute;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	right: calc(-40 / var(--break) * 100vw);
	top: 0;
	bottom: 0;
	margin: auto;
}
.slide_step01 .ccl {
	width: calc( 70 / var(--break) * 100vw);
	height: calc( 70 / var(--break) * 100vw);
}
.slide_step01 .en {
	border-bottom: calc( 4 / var(--break) * 100vw) solid #fb5656;
}
.slide_step01 .slick-dots {
	bottom: calc( -58 / var(--break) * 100vw);
}
.slide_step01 .slick-dots li {
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	margin: 0 calc( 8 / var(--break) * 100vw);
}
.slide_step01 .slick-dots li button {
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	padding: 0;
}
.slide_step01 .slick-dots li button:before {
	content: "";
	background: #ffffff;
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	border-radius: 50%;
	opacity: 1;
}
.slide_step01 .slick-dots li.slick-active button:before {
	background: #fb5656;
	opacity: 1;
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {
	.row_what02 {
		font-size: 1.5rem;
	}
	.row_what02 .col {
		width: 49%;
	}
	.row_what03 {
		font-size: 1.5rem;
	}
	.bg_what03 .ttl_common04.deco:before {
		top: calc(40 / var(--break) * 100vw);
	}
	.row_what05 .copy {
		font-size: 1.375rem;
	}
	.row_what06 .col .ttl {
		font-size: 2.5rem;
	}
}
@media(max-width: 767px) {
	.what .ttl_common02.sp_small .ja {
		padding-right: 0;
	}
	.box_what01 {
		padding: calc( 60 / var(--break) * 100vw) calc( 50 / var(--break) * 100vw);
	}
	.box_what01:before {
		content: "";
		border: calc( 4 / var(--break) * 100vw) solid #009944;
		width: calc( 100% - calc( 20 / var(--break) * 100vw) );
		height: calc( 100% - calc( 20 / var(--break) * 100vw) );
		margin: auto;
		position: absolute;
		right: 0;
		left: 0;
		top: 0;
		bottom: 0;
		z-index: -1;
		border-radius: calc( 20 / var(--break) * 100vw);
	}
	.row_what01,
	.row_what02 {
		max-width: calc( 1175 / var(--break) * 100vw);
	}
	.row_what01 .col_img {
		max-width: calc( 400 / var(--break) * 100vw);
		width: 100%;
		margin: 0 auto 5vw;
	}
	.row_what01 .col_txt {
		width: 100%;
	}
	.row_what01 .col_txt .ttl {
		border-bottom: calc( 4 / var(--break) * 100vw) dotted #009944;
		padding-bottom: calc( 30 / var(--break) * 100vw);
		font-size: calc( 40 / var(--break) * 100vw);
	}
	.row_what02 .col {
		max-width: 100%;
		width: 100%;
		height: auto;
		padding: 2vw;
	}
	.row_what02 .col:nth-child(1) {
		margin-bottom: calc( 30 / var(--break) * 100vw);
	}
	.row_what02 .col:before {
		border: 1px solid #fff;
		width: calc( 100% - calc( 10 / var(--break) * 100vw) );
		height: calc( 100% - calc( 10 / var(--break) * 100vw) );
	}
	.row_what02 .txt {
		padding-left: calc( 40 / var(--break) * 100vw);
		font-size: calc( 34 / var(--break) * 100vw);
		letter-spacing: 0;
		line-height: 1.5;
	}
	.row_what02 .txt:before {
		background: url("images/index/deco_common03.svg")no-repeat left center / contain;
		width: calc( 22 / var(--break) * 100vw);
		height: calc( 28 / var(--break) * 100vw);
		top: 2vw;
		bottom: auto!important;
	}
	.deco_common01 {
		max-width: calc(450 / var(--break) * 100vw);
		margin-bottom: calc(-50 / var(--break) * 100vw);
	}
	.bg_what02 {
		background-color: #ffffff80;
		padding: 7vw 3.2vw 8vw;
	}
	.bg_what03 .copy_common02 {
		font-size: calc( 36 / var(--break) * 100vw);
	}
	.bg_what03 .ttl_common04.ttl01 .en {
		font-size: calc( 62 / var(--break) * 100vw);
	}
	.bg_what03 .ttl_common04.deco:before {
		content: "";
		background: url("images/index/deco_purpose01.svg")no-repeat center / contain;
		width: calc( 68 / var(--break) * 100vw);
		height: calc( 95 / var(--break) * 100vw);
		position: absolute;
		left: 0;
		top: auto;
		bottom: 0;
	}
	.bg_what03 .ttl_common04 .en {
		font-size: calc( 48 / var(--break) * 100vw);
	}
	.bg_what03 > .inner1000 {
		max-width: 100%;
	}
	.row_what03 {
		gap: calc( 10 / var(--break) * 100vw) calc( 18 / var(--break) * 100vw);
		font-size: calc( 26 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.row_what03 .col {
		max-width: 100%;
		width: calc(350 / var(--break) * 100vw);
		border-radius: calc( 150 / var(--break) * 100vw);
		padding: calc( 30 / var(--break) * 100vw) 0;
		min-height: calc( 240 / var(--break) * 100vw);
	}
	.row_what03 .col:before {
		content: "";
		border: calc( 2 / var(--break) * 100vw) solid #fff;
		width: calc( 100% - calc( 10 / var(--break) * 100vw) );
		height: calc( 100% - calc( 10 / var(--break) * 100vw) );
		margin: auto;
		position: absolute;
		right: 0;
		left: 0;
		top: 0;
		bottom: 0;
		z-index: -1;
		border-radius: calc( 150 / var(--break) * 100vw);
	}
	.row_what03 .col:nth-child(1) {
		width: calc( 334 / var(--break) * 100vw);
	}
	.bg_what03 .row_what03 {
		gap: calc( 20 / var(--break) * 100vw) calc( 18 / var(--break) * 100vw)
	}
	.bg_what03 .row_what03 .col,
	.bg_what03 .row_what03 .col:nth-child(1) {
		min-height: calc( 130 / var(--break) * 100vw);
		width: calc( 314 / var(--break) * 100vw);
	}
	.row_what06:before {
		left: 0;
		right: 0;
		top: 8vw;
		bottom: 0;
	}
	.row_what06 .col {
		width: 100%;
		position: relative;
		padding: calc( 280 / var(--break) * 100vw) calc( 50 / var(--break) * 100vw) 0;
		padding-left: 3.2vw;
		padding-right: 3.2vw;
	}
	.row_what06 .col_l {
		margin-bottom: calc( 150 / var(--break) * 100vw);
	}
	.row_what06 .col:before {
		content: "";
		background: #c3e179;
		width: 100%;
		height: calc( 100% - calc( 165 / var(--break) * 100vw) );
		position: absolute;
		border-radius: calc( 100 / var(--break) * 100vw) calc( 100 / var(--break) * 100vw) 0 0;
		left: 0;
		top: 0;
	}
	.row_what06 .col_r:before {
		background: #96d4ff;
		border-radius: calc( 100 / var(--break) * 100vw) calc( 100 / var(--break) * 100vw) 0 0;
	}
	.row_what06 .col .box {
		padding: 8vw 6vw;
	}
	.row_what06 .img {
		max-width: calc( 645 / var(--break) * 100vw);
		top: calc( 40 / var(--break) * 100vw);
		left: 0;
		right: 0;
		margin: auto;
	}
	.row_what06 .col_r .img {
		max-width: calc( 430 / var(--break) * 100vw);
	}
	.row_what06 .ttl {
		border-bottom: calc( 4 / var(--break) * 100vw) dotted #9cce20;
		font-size: calc( 42 / var(--break) * 100vw);
	}
	.row_what06 .col_r .ttl {
		border-bottom: calc( 4 / var(--break) * 100vw) dotted #2eaaff;
	}
	.row_what06 .wrap {
		max-width: 100%;
	}
	.row_what06 li {
		position: relative;
		padding-left: calc( 30 / var(--break) * 100vw);
	}
	.row_what06 li:not(:last-child) {
		margin-bottom: calc( 20 / var(--break) * 100vw);
	}
	.row_what06 li:before {
		content: "";
		background: #2eaaff;
		width: calc( 8 / var(--break) * 100vw);
		height: calc( 8 / var(--break) * 100vw);
		position: absolute;
		border-radius: 50%;
		top: .6rem;
		left: 0;
	}
	.row_what06 .box:before {
		content: "";
		border: calc(4 / var(--break) * 100vw) solid #9cce20;
		width: calc(100% - calc(20 / var(--break) * 100vw));
		height: calc(100% - calc(20 / var(--break) * 100vw));
		margin: auto;
		position: absolute;
		right: 0;
		left: 0;
		top: 0;
		bottom: 0;
		z-index: -1;
		border-radius: calc(20 / var(--break) * 100vw);
	}
	.row_what06 .col_r .box:before {
		border-color: #2eaaff;
	}
	.row_what06 .box:after {
		content: "";
		background: url(images/index/deco_mouthpiece01.svg) no-repeat center / contain;
		width: calc(143 / var(--break) * 100vw);
		height: calc(105 / var(--break) * 100vw);
		position: absolute;
		left: 0;
		top: 0;
	}
	.row_what06 .col_r .box:after {
		background: url(images/index/deco_mouthpiece02.svg) no-repeat center / contain;
		left: auto!important;
		right: 0;
	}
	.row_what04 .col_img {
		max-width: calc( 400 / var(--break) * 100vw);
		width: 100%;
		margin: 0 auto 5vw;
	}
	.row_what04 .col_img .copy {
		font-size: calc( 34 / var(--break) * 100vw);
	}
	.row_what04 .col_txt {
		width: 100%;
	}
	.row_what04 .col_txt .txt {
		font-size: calc( 32 / var(--break) * 100vw);
		letter-spacing: 0;
		line-height: 1.6;
	}
	.row_what04 .col_txt em span {
		font-size: calc( 28 / var(--break) * 100vw);
	}
	.row_what04 .col_txt em {
		background: linear-gradient(transparent 75%, #ffe600 25%);
		font-size: calc( 42 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.row_what04 .copy {
		position: relative;
	}
	.row_what04 .copy:before,
	.row_what04 .copy:after {
		background: url("images/index/deco_indications01.svg")no-repeat left bottom / contain;
		width: calc( 30 / var(--break) * 100vw);
		height: calc( 22 / var(--break) * 100vw);
		bottom: calc( 5 / var(--break) * 100vw);
	}
	.ttl_what01.ttl_common04 .en {
		font-size: calc( 60 / var(--break) * 100vw);
	}
	.row_what05 {
		gap: calc( 80 / var(--break) * 100vw) 2.3%;
	}
	.row_what05 .col {
		max-width: calc( 646 / var(--break) * 100vw);
		width: 100%;
		padding: calc( 70 / var(--break) * 100vw) calc( 50 / var(--break) * 100vw) calc( 50 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_what05 .num {
		font-size: calc( 96 / var(--break) * 100vw);
	}
	.row_what05 .col.bg_col23,
	.row_what05 .col.bg_col28 {
		border: calc( 4 / var(--break) * 100vw) solid #fff;
	}
	.row_what05 .col.bg_white {
		border: calc( 4 / var(--break) * 100vw) solid #fff4f7;
	}
	.row_what05 .copy {
		border-bottom: calc( 4 / var(--break) * 100vw) solid #ff96b0;
		font-size: calc( 40 / var(--break) * 100vw);
	}
	.row_what05 .col:nth-child(2) .copy,
	.row_what05 .col:nth-child(5) .copy,
	.row_what05 .col:nth-child(8) .copy {
		border-bottom: calc( 4 / var(--break) * 100vw) solid #eb6363;
	}
	.row_what05 .col:nth-child(3n) .copy {
		border-bottom: calc( 4 / var(--break) * 100vw) solid #f09b02;
	}
	.slide_step01 .box {
		width: calc( 646 / var(--break) * 100vw);
		padding-top: 9vw;
		margin: 0 calc(50 / var(--break) * 100vw);
	}
	.slide_step01 .ccl {
		width: calc(120 / var(--break) * 100vw);
		height: calc(120 / var(--break) * 100vw);
		font-size: calc( 80 / var(--break) * 100vw);
	}
	.slide_step01 .en {
		font-size: calc( 36 / var(--break) * 100vw);
		padding-bottom: 5vw;
		margin-bottom: 5vw;
	}
	.slide_step01 .box:not(:last-of-type):after {
		width: calc(20 / var(--break) * 100vw);
		height: calc(70 / var(--break) * 100vw);
		right: calc(-50 / var(--break) * 100vw);
	}
	.slide_step01 .slick-dots li {
		width: calc( 18 / var(--break) * 100vw);
		height: calc( 18 / var(--break) * 100vw);
		margin: 0 calc( 16 / var(--break) * 100vw);
	}
	.slide_step01 .slick-dots li button {
		width: calc( 18 / var(--break) * 100vw);
		height: calc( 18 / var(--break) * 100vw);
	}
	.slide_step01 .slick-dots li button:before {
		width: calc(16 / var(--break) * 100vw);
		height: calc(16 / var(--break) * 100vw);
	}
}


/* SH療法（床矯正）について sh
------------------------------------------------------------------*/
.row_sh01 {
	max-width: calc( 1720 / var(--break) * 100vw);
	width: 96%;
}
.row_sh01 .col {
	width: 50%;
}
.row_sh01 .col_txt {
	position: relative;
}
.row_sh01 .col_txt:after {
	content: "";
	border: calc(4 / var(--break) * 100vw) solid #f09b02;
	width: calc(100% - calc(20 / var(--break) * 100vw));
	height: calc(100% - calc(20 / var(--break) * 100vw));
	margin: auto;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	border-radius: calc(20 / var(--break) * 100vw);
	z-index: 1;
}
.ccl_sh01 {
	width: calc( 270 / var(--break) * 100vw);
	height: calc( 270 / var(--break) * 100vw);
	bottom: calc( -90 / var(--break) * 100vw);
}
.ccl_sh01.ccl01 {
	background: url("images/index/ccl_sh01.svg")no-repeat center / contain;
	left: calc( 40 / var(--break) * 100vw);
}
.ccl_sh01.ccl02 {
	background: url("images/index/ccl_sh02.svg")no-repeat center / contain;
	left: calc( 270 / var(--break) * 100vw);
}
.row_sh01 .copy {
	border-bottom: calc(4 / var(--break) * 100vw) dotted #f09b02;
}
.bg_sh01:after {
	content: "";
	background: url("images/page/pattern01.png")repeat left top / calc( 44 / var(--break) * 100vw) auto,#ebe963;
	width: 100%;
	height: calc( 100% - calc( 220 / var(--break) * 100vw) );
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.bg_sh03 .ttl_common04.deco:before {
	content: "";
	background: url("images/index/deco_sh01.svg") no-repeat center / contain;
	width: calc(65 / var(--break) * 100vw);
	height: calc(95 / var(--break) * 100vw);
	position: absolute;
	left: calc(-30 / var(--break) * 100vw);
	top: 0;
}
.bg_sh03 .copy_common02 {
	position: relative;
}
.bg_sh03 .copy_common02.deco:before {
	content: "";
	background: url("images/index/img_purpose02.png") no-repeat center / contain;
	width: calc(132 / var(--break) * 100vw);
	height: calc(189 / var(--break) * 100vw);
	position: absolute;
	right: calc(-20 / var(--break) * 100vw);
	top: 0;
}
.row_sh03 .col_img {
	max-width: 570px;
	width: 46%;
}
.row_sh03 .col_img:before {
	content: "";
	background: #f09b02;
	width: 100%;
	height: calc( 100% - calc( 10 / var(--break) * 100vw) );
	position: absolute;
	border-radius: calc( 20 / var(--break) * 100vw);
	left: calc( -10 / var(--break) * 100vw);
	bottom: 0;
	z-index: -1;
}
.row_sh03 .col_txt {
	width: 50%;
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {
	.row_sh01 .col_txt .box {
		padding-left: calc( 60 / var(--break) * 100vw);
		padding-right: calc( 60 / var(--break) * 100vw);
	}
	.row_sh01 .copy {
		font-size: 2.5rem;
	}
}
@media(max-width: 767px) {
	.sh .ttl_common02 .ja {
		padding-right: 0;
	}
	.bg_sh01 {
		padding-top: calc( 80 / var(--break) * 100vw);
		padding-bottom: calc( 80 / var(--break) * 100vw);
	}
	.bg_sh01:after {
		height: calc(100% - calc(160 / var(--break) * 100vw));
	}
	.row_sh01 .col {
		width: 100%;
	}
	.row_sh01 .col_img {
		max-width: calc( 646 / var(--break) * 100vw);
		margin: 0 auto calc( 170 / var(--break) * 100vw);
	}
	.ccl_sh01 {
		font-size: calc( 24 / var(--break) * 100vw);
		bottom: calc( -140 / var(--break) * 100vw);
	}
	.ccl_sh01.ccl01 {
		left: calc(74 / var(--break) * 100vw);
	}
	.ccl_sh01.ccl02 {
		left: calc(304 / var(--break) * 100vw);
	}
	.row_sh01 .col_txt {
		margin-top: 0;
	}
	.row_sh01 .col_txt .box {
		padding: 8vw 8vw 9vw;
	}
	.row_sh01 .col_txt .copy {
		font-size: calc( 42 / var(--break) * 100vw);
	}
	.bg_sh02 {
		padding-top: calc( 50 / var(--break) * 100vw);
		padding-bottom: calc( 60 / var(--break) * 100vw);
	}
	.bg_sh03 .ttl_common04.deco:before {
		left: calc(20 / var(--break) * 100vw);
		top: 13vw;
	}
	.bg_sh03 .copy_common02 {
		font-size: calc( 36 / var(--break) * 100vw);
	}
	.bg_sh03 .copy_common02.deco:before {
		width: calc(100 / var(--break) * 100vw);
		height: calc(160 / var(--break) * 100vw);
	}
	.row_sh03 .col_img {
		max-width: calc( 640 / var(--break) * 100vw);
		width: 100%;
		margin: 0 auto calc( 50 / var(--break) * 100vw);
	}
	.row_sh03 .col_txt {
		width: 100%;
		max-width: calc( 646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_sh03 .copy {
		font-size: calc( 34 / var(--break) * 100vw);
		letter-spacing: 0;
		line-height: 1.4;
		text-align: center;
	}
	.row_sh03 .copy .fz30 {
		font-size: calc( 44 / var(--break) * 100vw);
	}
	.row_sh03 .copy .bg_col27 {
		border-radius: calc( 70 / var(--break) * 100vw);
		padding: 2vw;
		width: 100%;
		display: block;
		letter-spacing: .1em;
	}
}


/* お口の発達について oral
------------------------------------------------------------------*/
.bg_oral01,
.bg_oral01 .box_common01 .ttl {
	background-color: #fff066;
}
.row_oral01 .col_img {
	max-width: 280px;
	width: 23%;
}
.row_oral01 .col_img:before {
	content: "";
	background: #ec6d88;
	width: 100%;
	height: calc( 100% - calc( 20 / var(--break) * 100vw) );
	position: absolute;
	border-radius: calc( 20 / var(--break) * 100vw);
	left: calc( -20 / var(--break) * 100vw);
	bottom: 0;
	z-index: -1;
}
.row_oral01 .col_txt {
	width: 72%;
}
.bg_oral02 {
	position: relative;
}
.bg_oral02:before {
	content: "";
	border: calc(10 / var(--break) * 100vw) solid #ffffff80;
	width: calc(100% - calc(20 / var(--break) * 100vw));
	height: calc(100% - calc(20 / var(--break) * 100vw));
	margin: auto;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}
.bg_oral03:before {
	content: "";
	background: #ff96b066;
	width: 100%;
	height: calc( 500 / var(--break) * 100vw);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.bg_oral03 .box_common01 {
	border-radius: calc(100 / var(--break) * 100vw);
	background: url(images/index/deco_common07.svg) no-repeat right calc(5 / var(--break) * 100vw) top calc(5 / var(--break) * 100vw) / calc(105 / var(--break) * 100vw), url(images/index/deco_common08.svg) no-repeat left calc(5 / var(--break) * 100vw) bottom calc(5 / var(--break) * 100vw) / calc(105 / var(--break) * 100vw);
}
.bg_oral03 .list_common03 li {
	border-bottom-color: #ffffff;
}
.box_oral01 .ttl {
	border-bottom: calc(4 / var(--break) * 100vw) dotted #ec6d88;
}
.box_oral01 {
	position: relative;
	padding: calc( 80 / var(--break) * 100vw);
}
.box_oral01:before {
	content: "";
	border: calc(4 / var(--break) * 100vw) solid #ec6d88;
	width: calc(100% - calc(20 / var(--break) * 100vw));
	height: calc(100% - calc(20 / var(--break) * 100vw));
	margin: auto;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	border-radius: calc(20 / var(--break) * 100vw);
}
.box_oral01 .wrap {
	max-width: calc( 1000 / var(--break) * 100vw);
}
.row_oral02 {
	position: relative;
}
.row_oral02:before {
	content: "";
	background: #9cce20;
	width: calc(20 / var(--break) * 100vw);
	height: calc(50 / var(--break) * 100vw);
	position: absolute;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	right: 0;
	left: 0;
	top: calc( -40 / var(--break) * 100vw);
	bottom: 0;
	margin: auto;
}
.row_oral02 .en {
	height: calc( 50 / var(--break) * 100vw);
}
.row_oral02 .col {
	width: 48%;
	max-width: calc( 480 / var(--break) * 100vw);
}
.list_oral01 li {
	position: relative;
	padding-left: calc( 30 / var(--break) * 100vw);
}
.list_oral01 li:not(:last-child) {
	margin-bottom: calc( 10 / var(--break) * 100vw);
}
.list_oral01 li:before {
	content: "";
	background: #ec6d88;
	width: calc(6 / var(--break) * 100vw);
	height: calc(6 / var(--break) * 100vw);
	position: absolute;
	border-radius: 50%;
	top: .6rem;
	left: 0;
}
.img_oral02 {
	max-width: calc( 480 / var(--break) * 100vw);
}
.img_oral02:after {
	content: "";
	background: #ec6d88;
	width: 100%;
	height: calc(100% - calc(10 / var(--break) * 100vw));
	position: absolute;
	border-radius: calc(20 / var(--break) * 100vw);
	right: calc(-10 / var(--break) * 100vw);
	bottom: 0;
	z-index: -1;
}
.row_oral03 .col_img:before {
	content: "";
	background: #ec6d88;
	width: 100%;
	height: calc(100% - calc(20 / var(--break) * 100vw));
	position: absolute;
	border-radius: calc(20 / var(--break) * 100vw);
	left: calc(-20 / var(--break) * 100vw);
	bottom: 0;
	z-index: -1;
}
.row_oral03 .col_img {
	max-width: 570px;
	width: 46%;
}
.row_oral03 .col_txt {
	width: 50%;
}
.row_oral03 .col_txt .copy {
	border-bottom: calc(4 / var(--break) * 100vw) dotted #ec6d88;
}
.row_oral03 .col_txt .copy:before {
	content: "";
	background: #ec6d88;
	width: calc(10 / var(--break) * 100vw);
	height: calc(10 / var(--break) * 100vw);
	position: absolute;
	border-radius: 50%;
	top: 1.4rem;
	left: 0;
}
.txt_oral01 .bdr {
	background: linear-gradient(transparent 75%, #ffe600 25%);
}
.bg_oral04 .txt {
	background: url("images/index/deco_oral01.svg")no-repeat left center / calc( 42 / var(--break) * 100vw) auto,
		url("images/index/deco_oral02.svg")no-repeat right center / calc( 42 / var(--break) * 100vw) auto;
}
.row_oral04 {
	gap: 0 1.46%;
}
.row_oral04 .col {
	max-width: calc( 320 / var(--break) * 100vw);
	width: 23.9%;
	border-radius: calc( 20 / var(--break) * 100vw)
}
.bg_oral04 .bg03 {
	background-color: #ee7c94;
}
@media(min-width: 768px) and (max-width:1599px) {

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

}
@media(max-width: 767px) {
	.oral .ttl_common02 .ja {
		padding-right: 0;
	}
	.bg_oral01 .copy_common02 {
		font-size: calc( 36 / var(--break) * 100vw);
	}
	.row_oral01 .col_img {
		max-width: calc( 400 / var(--break) * 100vw);
		width: 100%;
		margin: 0 auto 5vw;
	}
	.row_oral01 .col_img:before {
		content: "";
		background: #ec6d88;
		width: 100%;
		height: calc( 100% - calc( 20 / var(--break) * 100vw) );
		position: absolute;
		border-radius: calc( 20 / var(--break) * 100vw);
		left: calc( -20 / var(--break) * 100vw);
		bottom: 0;
		z-index: -1;
	}
	.row_oral01 .col_txt {
		width: 100%;
	}
	.box_oral01 {
		padding: 9vw 6vw 11vw;
	}
	.box_oral01:before {
		border: calc(4 / var(--break) * 100vw) solid #ec6d88;
		width: calc(100% - calc(20 / var(--break) * 100vw));
		height: calc(100% - calc(20 / var(--break) * 100vw));
		border-radius: calc(10 / var(--break) * 100vw);
	}
	.box_oral01 .ttl {
		font-size: calc( 42 / var(--break) * 100vw);
	}
	.row_oral02:before {
		top: calc(40 / var(--break) * 100vw);
		transform: rotate(90deg);
		width: calc(20 / var(--break) * 100vw);
		height: calc(60 / var(--break) * 100vw);
	}
	.row_oral02 .en {
		font-size: calc( 34 / var(--break) * 100vw);
		height: calc( 66 / var(--break) * 100vw);
		margin-bottom: calc( 25 / var(--break) * 100vw);
	}
	.row_oral02 .col_l {
		margin-bottom: 15vw;
	}
	.list_oral01 li:before {
		width: calc(10 / var(--break) * 100vw);
		height: calc(10 / var(--break) * 100vw);
		top: .6rem;
	}
	.list_oral01 li:not(:last-child) {
		margin-bottom: calc(30 / var(--break) * 100vw);
	}
	.img_oral02 {
		max-width: calc(590 / var(--break) * 100vw);
	}
	.row_oral02 .col {
		width: 100%;
		max-width: 100%;
	}
	.row_oral03 .col_img {
		max-width: calc( 626 / var(--break) * 100vw);
		width: 100%;
		margin: 0 auto 5vw;
	}
	.row_oral03 .col_txt {
		width: 100%;
	}
	.row_oral03 .col_txt .copy {
		font-size: calc( 36 / var(--break) * 100vw);
	}
	.row_oral03 .col_txt .copy:before {
		top: .8rem;
	}
	.txt_oral01 {
		font-size: calc( 36 / var(--break) * 100vw);
	}
	.bg_oral03 .copy_common02 {
		font-size: calc( 36 / var(--break) * 100vw);
		letter-spacing: .1em;
	}
	.bg_oral04 .bg01 {
		padding: 11vw 0;
	}
	.bg_oral04 .bg01 .txt {
		font-size: calc( 40 / var(--break) * 100vw);
		background: url(images/index/deco_oral01_sp.svg) no-repeat left center / calc(42 / var(--break) * 100vw) auto, url(images/index/deco_oral02_sp.svg) no-repeat right center / calc(42 / var(--break) * 100vw) auto;
	}
	.row_oral04 .ttl {
		font-size: calc( 40 / var(--break) * 100vw);
	}
	.row_oral04 .col {
		max-width: 100%;
		width: 100%;
		border-radius: calc(40 / var(--break) * 100vw);
	}
	.row_oral04 .col:not(:first-child) {
		margin-top: calc( 60 / var(--break) * 100vw);
	}
	.row_oral04 .col img {
		width: 100%;
	}
	.bg_oral04 .bg03 .copy_common02 {
		font-size: calc( 36 / var(--break) * 100vw);
	}
}


/* 口腔機能発達不全症について functional
------------------------------------------------------------------*/
.row_functional01 .col_img {
	max-width: 280px;
	width: 23%;
}
.row_functional01 .col_txt {
	width: 73%;
}
.box_functional01:before,
.row_functional01 .ttl {
	border-color: #2eaaff;
}
.box_functional01 {
	margin-bottom: 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) {
	.functional .ttl_common02 .ja {
		padding-right: 0;
	}
	.functional .ttl_common02 .en {
		font-size: calc( 34 / var(--break) * 100vw);
	}
	.row_functional01 .col_img {
		max-width: calc( 500 / var(--break) * 100vw);
		width: 100%;
		margin: 0 auto 5vw;
	}
	.row_functional01 .col_txt {
		width: 100%;
	}
	.box_functional01:before,
	.row_functional01 .ttl {
		border-color: #2eaaff;
	}
	.box_functional01 {
		margin-bottom: calc( -100 / var(--break) * 100vw);
	}
	.bg_functional02 .copy_common02 {
		font-size: calc( 36 / var(--break) * 100vw);
	}
}


/* 当院の小児矯正の特徴 feature
------------------------------------------------------------------*/
.row_feature01 {
	max-width: 1720px;
	width: 96%;
}
.row_feature01 .col {
	max-width: 860px;
	width: 50%;
}
.row_feature01 .col_img:before {
	content: "";
	background: #f09b02;
	width: 100%;
	height: calc(100% - calc(20 / var(--break) * 100vw));
	position: absolute;
	border-radius: calc(100 / var(--break) * 100vw) 0 0 0;
	left: calc(-20 / var(--break) * 100vw);
	bottom: 0;
	z-index: -1;
}
.row_feature01.r_reverse .col_img:before {
	border-radius: 0 calc(100 / var(--break) * 100vw) 0 0;
	right: calc(-20 / var(--break) * 100vw);
	left: auto!important;
}
.row_feature01.row02 .col_img:before {
	background-color: #ff96b0;
}
.row_feature01.row04 .col_img:before {
	background-color: #009944;
}
.ccl_feature01 {
	width: calc( 278 / var(--break) * 100vw);
	height: calc( 278 / var(--break) * 100vw);
	bottom: calc( -60 / var(--break) * 100vw);
}
.ccl_feature01.ccl01 {
	background: url("images/index/ccl_feature01.svg")no-repeat center / contain;
	left: calc( 40 / var(--break) * 100vw);
}
.ccl_feature01.ccl02 {
	background: url("images/index/ccl_main01.svg")no-repeat center / contain;
	left: calc( 280 / var(--break) * 100vw);
}
.row_feature01 .box {
	border-radius: 0 calc( 100 / var(--break) * 100vw) 0 0;
	position: relative;
	min-height: calc( 680 / var(--break) * 100vw);
}
.row_feature01 .box:after {
	content: "";
	border: calc(4 / var(--break) * 100vw) solid #f09b02;
	width: calc(100% - calc(20 / var(--break) * 100vw));
	height: calc(100% - calc(20 / var(--break) * 100vw));
	margin: auto;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	border-radius: 0 calc(100 / var(--break) * 100vw) 0 0;
}
.row_feature01.r_reverse .box:after {
	border-radius: calc(100 / var(--break) * 100vw) 0 0 0;
}
.row_feature01.row02 .box:after {
	border-color: #ff96b0;
}
.row_feature01.row04 .box:after {
	border-color: #009944;
}
.row_feature01.r_reverse .box {
	border-radius: calc( 100 / var(--break) * 100vw) 0 0 0;
}
.row_feature01 .num {
	left: calc(-70 / var(--break) * 100vw);
	top: 0;
	letter-spacing: 0;
}
.row_feature01 .copy {
	border-bottom: calc(4 / var(--break) * 100vw) dotted #f09b02;
}
.row_feature01.row02 .copy {
	border-bottom: calc(4 / var(--break) * 100vw) dotted #ff96b0;
}
.row_feature01.row03 .copy {
	border-bottom: calc(4 / var(--break) * 100vw) dotted #f09b02;
}
.row_feature01.row04 .copy {
	border-bottom: calc(4 / var(--break) * 100vw) dotted #009944;
}
.deco_feature01.deco01 {
	width: calc( 154 / var(--break) * 100vw);
	right: calc( -40 / var(--break) * 100vw);
	bottom: calc( -20 / var(--break) * 100vw);
}
.deco_feature01.deco02 {
	width: calc( 190 / var(--break) * 100vw);
	left: calc( -40 / var(--break) * 100vw);
	bottom: calc( -20 / var(--break) * 100vw);
}
.deco_feature01.deco03 {
	width: calc( 136 / var(--break) * 100vw);
	right: calc( -40 / var(--break) * 100vw);
	bottom: calc( -20 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {
	.row_feature01 .box {
		padding-left: calc( 60 / var(--break) * 100vw);
		padding-right: calc( 60 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.feature .ttl_common02 .ja {
		padding-right: 0;
	}
	.row_feature01 {
		max-width: calc( 702 / var(--break) * 100vw);
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.row_feature01 .col {
		max-width: 100%;
		width: 100%;
	}
	.row_feature01 .col_img {
		max-width: calc( 660 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
		padding-bottom: calc( 16 / var(--break) * 100vw);
	}
	.row_feature01 .col_img:before {
		height: calc(100% - calc(20 / var(--break) * 100vw));
		border-radius: calc(100 / var(--break) * 100vw) 0 0 0;
		left: calc(-16 / var(--break) * 100vw);
	}
	.row_feature01.r_reverse .col_img:before {
		border-radius: 0 calc(100 / var(--break) * 100vw) 0 0;
		right: calc(-16 / var(--break) * 100vw);
		left: auto!important;
	}
	.ccl_feature01 {
		width: calc( 278 / var(--break) * 100vw);
		height: calc( 278 / var(--break) * 100vw);
		left: calc( 10 / var(--break) * 100vw);
		bottom: calc( -100 / var(--break) * 100vw)!important;
		top: auto;
	}
	.ccl_feature01.ccl01 {
		left: calc( 70 / var(--break) * 100vw);
	}
	.ccl_feature01.ccl02 {
		left: calc(310 / var(--break) * 100vw);
	}
	.ccl_feature01 .txt01 {
		font-size: calc( 24 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.ccl_feature01 .txt02 {
		font-size: calc( 24 / var(--break) * 100vw);
	}
	.ccl_feature01 .txt02 em {
		font-size: calc( 60 / var(--break) * 100vw);
	}
	.ccl_feature01 .txt03 {
		font-size: calc( 22 / var(--break) * 100vw);
	}
	.row_feature01 {
		margin-bottom: calc( 60 / var(--break) * 100vw);
	}
	.row_feature01 .box {
		border-radius: 0 calc( 100 / var(--break) * 100vw) 0 0;
		position: relative;
		min-height: calc( 680 / var(--break) * 100vw);
		padding: 9vw 4vw 8vw;
		margin-top: calc( 40 / var(--break) * 100vw);
	}
	.row_feature01 .box:after {
		content: "";
		border: calc(4 / var(--break) * 100vw) solid #f09b02;
		width: calc(100% - calc(20 / var(--break) * 100vw));
		height: calc(100% - calc(20 / var(--break) * 100vw));
		margin: auto;
		position: absolute;
		right: 0;
		left: 0;
		top: 0;
		bottom: 0;
		border-radius: 0 calc(100 / var(--break) * 100vw) 0 0;
	}
	.row_feature01.r_reverse .box:after {
		border-radius: calc(100 / var(--break) * 100vw) 0 0 0;
	}
	.row_feature01.row02 .box:after {
		border-color: #ff96b0;
	}
	.row_feature01.row04 .box:after {
		border-color: #009944;
	}
	.row_feature01.r_reverse .box {
		border-radius: calc( 100 / var(--break) * 100vw) 0 0 0;
	}
	.row_feature01 .num {
		left: calc(-70 / var(--break) * 100vw);
		top: 0;
		letter-spacing: 0;
		font-size: calc( 60 / var(--break) * 100vw);
		left: 0;
		right: 0;
		top: 0;
	}
	.row_feature01 .copy {
		border-bottom: calc(4 / var(--break) * 100vw) dotted #f09b02;
		font-size: calc( 36 / var(--break) * 100vw);
		padding-top: calc( 70 / var(--break) * 100vw);
		padding-bottom: 3vw;
		margin-bottom: 3vw;
	}
	.row_feature01.row02 .copy {
		border-bottom: calc(4 / var(--break) * 100vw) dotted #ff96b0;
	}
	.row_feature01.row03 .copy {
		border-bottom: calc(4 / var(--break) * 100vw) dotted #f09b02;
	}
	.row_feature01.row04 .copy {
		border-bottom: calc(4 / var(--break) * 100vw) dotted #009944;
	}
	.row_feature01 .copy .wrap {
		position: unset;
	}
	.deco_feature01.deco01 {
		width: calc( 116 / var(--break) * 100vw);
		right: calc( -40 / var(--break) * 100vw);
		bottom: calc( -20 / var(--break) * 100vw);
	}
	.deco_feature01.deco02 {
		width: calc( 190 / var(--break) * 100vw);
		left: calc( -40 / var(--break) * 100vw);
		bottom: calc( -20 / var(--break) * 100vw);
	}
	.deco_feature01.deco03 {
		width: calc( 102 / var(--break) * 100vw);
		right: calc( -40 / var(--break) * 100vw);
		bottom: calc( -20 / var(--break) * 100vw);
	}
}


/* 症例 treat
------------------------------------------------------------------*/
.bg_treat01:after {
	content: "";
	background: #ffffff1a;
	width: 100%;
	height: calc( 280 / var(--break) * 100vw);
	position: absolute;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.ttl_treat01 .en {
	font-size: calc( 140 / var(--break) * 100vw);
	letter-spacing: .1em;
	color: #ffffff4c;
}
.ttl_treat01 .ja {
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
}
.row_treat01 {
	gap: 0 3.48%
}
.row_treat01 .col {
	max-width: 140px;
	width: 11.3%;
}
@media(min-width: 768px) and (max-width:1599px) {

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

}
@media(max-width: 767px) {
	.bg_treat01:after {
		height: calc( 400 / var(--break) * 100vw);
	}
	.ttl_treat01 .en {
		font-size: calc( 86 / var(--break) * 100vw);
		letter-spacing: .1em;
		color: #ffffff4c;
	}
	.ttl_treat01 .ja {
		font-size: calc( 40 / var(--break) * 100vw);
	}
	.row_treat01 {
		gap: calc( 20 / var(--break) * 100vw) 6.6%;
	}
	.row_treat01 .col {
		max-width: calc( 140 / var(--break) * 100vw);
		width: 20%;
	}
	.row_treat01 .txt {
		font-size: calc( 24 / var(--break) * 100vw);
	}
}


/* 費用 fees
------------------------------------------------------------------*/
.bg_fees03:before {
	content: "";
	background: #ffffff1a;
	width: 100%;
	height: calc(280 / var(--break) * 100vw);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.box_fees01 .ttl {
	border-bottom: calc( 4 / var(--break) * 100vw) solid #4278ff;
}
@media(min-width: 768px) and (max-width:1599px) {

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

}
@media(max-width: 767px) {
	.bg_fees01 .tbl_common01 th {
		width: 48%;
		border-right: 1px solid #f09b02;
	}
	.bg_fees01 .tbl_common01 td {
		width: 62%;
	}
	.bg_fees01 .tbl_common01 tr:last-child th {
		border-bottom: none;
	}
	.box_fees01 .ttl {
		font-size: calc( 34 / var(--break) * 100vw);
	}
}


/* ご挨拶 meet
------------------------------------------------------------------*/
.bg_meet01 {
	background: url("images/index/deco_meet01.png")no-repeat right top calc( 60 / var(--break) * 100vw) / calc( 432 / var(--break) * 100vw) auto;
}
.row_meet01 .col_img {
	max-width: 750px;
	width: 50%;
}
.row_meet01 .col_img:before {
	content: "";
	background: url(images/page/pattern01.png) repeat left top / calc(44 / var(--break) * 100vw) auto,#ee87b466;
	width: 100%;
	height: calc( 100% - calc( 40 / var(--break) * 100vw) );
	position: absolute;
	left: calc( -210 / var(--break) * 100vw);
	bottom: 0;
	border-radius: calc( 100 / var(--break) * 100vw);
	z-index: -1;
}
.row_meet01 .col_txt {
	width: 42%;
}
.ccl_meet01 {
	width: calc( 280 / var(--break) * 100vw);
	height: calc( 280 / var(--break) * 100vw);
	background: rgba(236, 109, 136, 8.8);
	background: linear-gradient(135deg, rgba(236, 109, 136, 0.9) 0%, rgba(236, 109, 136, 0.9) 50%, rgba(237, 123, 147, 0.9) 50%, rgba(237, 123, 147, 0.9) 100%);
	right: calc( 40 / var(--break) * 100vw);
	bottom: calc( 60 / var(--break) * 100vw);
}
.row_prof h5 {
	height: calc( 50 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {

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

}
@media(max-width: 767px) {
	.bg_meet01 {
		background: url("images/index/deco_meet01.png")no-repeat right top calc( 720 / var(--break) * 100vw) / calc( 430 / var(--break) * 100vw) auto;
	}
	.row_meet01 .col_img {
		max-width: calc( 566 / var(--break) * 100vw);
		width: 100%;
		margin: 0 auto calc( 50 / var(--break) * 100vw);
	}
	.row_meet01 .col_img:before {
		content: "";
		background: url(images/page/pattern01.png) repeat left top / calc(44 / var(--break) * 100vw) auto,#ee87b466;
		width: 100%;
		height: calc( 100% - calc( 40 / var(--break) * 100vw) );
		position: absolute;
		left: calc(-50 / var(--break) * 100vw);
		bottom: 0;
		border-radius: calc( 100 / var(--break) * 100vw);
		z-index: -1;
	}
	.row_meet01 .col_txt {
		width: 100%;
	}
	.ccl_meet01 {
		width: calc( 280 / var(--break) * 100vw);
		height: calc( 280 / var(--break) * 100vw);
		background: rgba(236, 109, 136, 8.8);
		background: linear-gradient(135deg, rgba(236, 109, 136, 0.9) 0%, rgba(236, 109, 136, 0.9) 50%, rgba(237, 123, 147, 0.9) 50%, rgba(237, 123, 147, 0.9) 100%);
		right: calc( 40 / var(--break) * 100vw);
		bottom: calc( 60 / var(--break) * 100vw);
	}
	.ccl_meet01 .wrap .txt {
		font-size: calc( 24 / var(--break) * 100vw);
	}
	.ccl_meet01 .ja {
		font-size: calc( 30 / var(--break) * 100vw);
	}
	.ccl_meet01 .txt {
		font-size: calc( 24 / var(--break) * 100vw);
	}
	.row_prof h5 {
		height: calc(80 / var(--break) * 100vw);
		border-radius: calc( 40 / var(--break) * 100vw)
	}
}


/* 医院紹介 clinic
------------------------------------------------------------------*/
.row_clinic01 .col_img {
	max-width: 750px;
	width: 50%;
}
.row_clinic01 .col_txt {
	width: 48%;
}
.row_clinic01 .col_txt .logo {
	max-width: calc( 694 / var(--break) * 100vw);
}
.row_clinic01 .col_txt .logo img {
	width: 100%;
}
.txt_clinic01 {
	height: calc( 50 / var(--break) * 100vw);
}
.btn_tel01 {
	max-width: calc( 610 / var(--break) * 100vw);
	margin-left: auto;
	margin-right: auto;
}
.txt_clinic01 {
	max-width: calc( 530 / var(--break) * 100vw);
}
.map_clinic01 {
	max-width: calc( 1720 / var(--break) * 100vw);
	width: 92%;
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {
	.row_clinic01 .col_txt {
		width: 46%;
	}
}
@media(max-width: 767px) {
	.row_clinic01 .col_img {
		max-width: calc( 646 / var(--break) * 100vw);
		width: 100%;
		margin: 0 auto 5vw;
	}
	.row_clinic01 .col_txt {
		width: 100%;
	}
	.row_clinic01 .col_txt .logo {
		max-width: calc( 646 / var(--break) * 100vw);
	}
	.row_clinic01 .col_txt .logo img {
		width: 100%;
	}
	.txt_clinic01 {
		height: calc( 50 / var(--break) * 100vw);
	}
	.map_clinic01 {
		max-width: calc( 1720 / var(--break) * 100vw);
		width: 92%;
	}
	.txt_clinic01 {
		max-width: calc( 646 / var(--break) * 100vw);
		height: calc( 70 / var(--break) * 100vw);
		font-size: calc( 34 / var(--break) * 100vw);
		letter-spacing: 0;
		border-radius: calc( 50 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
}


/* よくあるご質問 faq
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {

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

}
@media(max-width: 767px) {
	.box_qa03 .box_q .box {
		font-size: calc( 60 / var(--break) * 100vw);
	}
	.box_qa03 .box_q .txt .icn:before {
		height: 1px;
	}
	.box_qa03 .box_q .txt .icn:after {
		width: 1px;
	}
}


/* フッター footer
------------------------------------------------------------------*/
.main_foot {
	padding-top: calc( 200 / var(--break) * 100vw);
}
.logo_foot {
	max-width: calc( 694 / var(--break) * 100vw);
}
.logo_foot img {
	width: 100%;
}
.row_foot01 > .col_l {
	width: 50%;
	max-width: calc( 610 / var(--break) * 100vw);
}
.row_foot01 > .col_r {
	width: 45%;
	max-width: 530px;
}
.bnr_foot01 {
	max-width: calc( 1001 / var(--break) * 100vw);
}
.fix_pc {
	position: fixed;
	right: calc(20 / var(--break) * 100vw);
	bottom: calc(20 / var(--break) * 100vw);
	z-index: 1000;
}
.pagetop {
	width: calc(80 / var(--break) * 100vw);
}
.copyright {
	height: calc(80 / 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: 8vw;
	}
	.row_foot01 {
		display: block;
	}
	.row_foot01 > .col_l {
		width: 100%;
		max-width: 100%;
		text-align: center;
		margin-bottom: calc( 60 / var(--break) * 100vw);
	}
	.row_foot01 > .col_r {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	.logo_foot {
		max-width: calc( 646 / var(--break) * 100vw);
		margin-bottom: 5vw;
	}
	.address_foot {
		margin-bottom: 5vw;
	}
	.copyright {
		font-size: 75%;
		letter-spacing: 0;
		padding: 4vw 0 20vw;
		height: auto;
	}
	.fix_pc {
		display: none!important;
	}
	.fix {
		position: fixed;
		width: 100%;
		left: 0;
		bottom: 0;
		z-index: 9;
	}
	.fix_tel {
		width: calc(368 / var(--break) * 100vw);
		background-color: #009944;
	}
	.fix_web {
		width: calc(232 / var(--break) * 100vw);
	}
	.pagetop_sp {
		width: calc(150 / var(--break) * 100vw);
	}
	.pagetop_sp img {
		width: calc(120 / 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_map02.svg")no-repeat left calc(30 / var(--break) * 100vw) center / calc(16 / var(--break) * 100vw) auto,
		url("images/page/arw01.svg")no-repeat right calc(20 / var(--break) * 100vw) center / calc(22 / var(--break) * 100vw) auto;
	border: 2px solid #333333;
}
.box_qa03 {
	border: none;
}
.box_qa03 .box_q .box {
	border-radius: calc( 20 / var(--break) * 100vw) 0 0 0;
}
.box_qa03 .box_q .txt .icn:before {
	background: #ffffff;
}
.box_qa03 .box_q .txt .icn:after {
	background: #ffffff;
}
.box_qa03 .box_q .txt {
	border-radius: 0 calc( 20 / var(--break) * 100vw) 0 0;
}
.box_qa03 .box_a {
	border-radius: 0 0 calc( 20 / var(--break) * 100vw) calc( 20 / 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;
		position: relative;
		left: auto;
		top: auto;
	}
	.btn_map a {
		height: calc(100 / var(--break) * 100vw);
		background-position: left 3vw center, right 3vw center;
		background-size: calc(30 / var(--break) * 100vw) auto, calc(40 / var(--break) * 100vw) auto;
		border-radius: calc( 50 / var(--break) * 100vw);
		border-width: 1px;
	}
}