@charset "utf-8";
/* Theme Name: res */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&display=swap');
:root {
	--guideline-color: #f75e02;
	font-size: calc(16 / 1920*100vw);
	--color01: #10874D;
	--color02: #333333;
	--color03: #39AB7A;
	--color04: #3A69CA;
	--color05: #6781B7;
	--color06: #6BA2CA;
	--color07: #96B4D2;
	--color08: #A0C8AA;
	--color09: #AAD0D2;
	--color10: #AFC964;
	--color11: #B889BA;
	--color12: #D2969E;
	--color13: #D2B6D2;
	--color14: #DCCD87;
	--color15: #EDD14A;
	--color16: #F4646F;
	--color17: #F4F4F4;
	--color18: #F75E02;
	--color19: #F7BEA3;
	--color20: #F87E34;

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

/*サイト別フォント・カラー設定*/
.txt_link {
	color: #f75e02;
	text-decoration: underline;
}

/*ここまで*/
html, body {
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 2;
	color: #333333;
	letter-spacing: .1em;
	font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.dnp {
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.dnp_b {
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 600;
	font-style: normal;
}
.din {
	font-family: "din-2014", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.tra {
	font-family: "train-one", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.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_col_fl01::first-letter{color: var(--color01) !important;}
.txt_col_fl02::first-letter{color: var(--color02) !important;}
.txt_col_fl03::first-letter{color: var(--color03) !important;}
.txt_col_fl04::first-letter{color: var(--color04) !important;}
.txt_col_fl05::first-letter{color: var(--color05) !important;}
.txt_col_fl06::first-letter{color: var(--color06) !important;}
.txt_col_fl07::first-letter{color: var(--color07) !important;}
.txt_col_fl08::first-letter{color: var(--color08) !important;}
.txt_col_fl09::first-letter{color: var(--color09) !important;}
.txt_col_fl10::first-letter{color: var(--color10) !important;}
.txt_col_fl11::first-letter{color: var(--color11) !important;}
.txt_col_fl12::first-letter{color: var(--color12) !important;}
.txt_col_fl13::first-letter{color: var(--color13) !important;}
.txt_col_fl14::first-letter{color: var(--color14) !important;}
.txt_col_fl15::first-letter{color: var(--color15) !important;}
.txt_col_fl16::first-letter{color: var(--color16) !important;}
.txt_col_fl17::first-letter{color: var(--color17) !important;}
.txt_col_fl18::first-letter{color: var(--color18) !important;}
.txt_col_fl19::first-letter{color: var(--color19) !important;}
.txt_col_fl20::first-letter{color: var(--color20) !important;}

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

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

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

.parallax { 
	width: 100%; 
	background-attachment: fixed!important; 
} 
.parallax.is_ios, .tab.parallax { 
	background-attachment: inherit!important; 
} 
.ready {
	position: relative;
}
.ready a {
	pointer-events: none;
}
.ready a:hover {
	opacity: 1;
	cursor: default;
}
.ready:before {
	content: "準備中";
    color: #fff;
    text-align: center;
    width: calc(100 / 1920*100vw);
    height: calc(40 / 1920*100vw);
    line-height: calc(40 / 1920*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;
}
.bg_ptn01 {
	background: url("images/page/ptn01.png")repeat center / auto;
}
.bg_ptn02 {
	background: url("images/page/ptn02.png")repeat center / auto;
}
.bg_ptn03 {
	background: url("images/page/ptn03.png")repeat center / auto;
}
@media(max-width: 767px){
.parallax, .parallax.is_ios, .tab.parallax {  
		width: 100%;  
		background-attachment: inherit!important;  
	}
	.bg_ptn01 {
		background: url("images/page/ptn01.png")repeat center / calc(12 / 750 * 100vw) auto;
	}
	.bg_ptn02 {
		background: url("images/page/ptn02.png")repeat center / calc(18 / 750 * 100vw) auto;
	}
	.bg_ptn03 {
		background: url("images/page/ptn03.png")repeat center / calc(1469 / 750 * 100vw) auto;
	}
}
@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) {
	:root {
		font-size: calc(16 / 1599*100vw);
	}
	.ready:before {
		width: calc(100 / 1599*100vw);
		height: calc(40 / 1599*100vw);
		line-height: calc(40 / 1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	:root {
		font-size: calc(16 / 1299*100vw);
	}
	.pc_only {
		display: none;
	}
	.tb_only {
		display: inherit;
	}
	.sp_only {
		display: none;
	}
	.tb_pc {
		display: inherit;
	}
	.sp_tb {
		display: inherit;
	}
	.ready:before {
		width: calc(100 / 1299*100vw);
		height: calc(40 / 1299*100vw);
		line-height: calc(40 / 1299*100vw);
	}
}
@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 / 750 * 100vw ) #fff, 0 0 calc( 5 / 750 * 100vw ) #fff, 0 0 calc( 10 / 750 * 100vw ) #fff, 0 0 calc( 10 / 750 * 100vw ) #fff, 0 0 calc( 15 / 750 * 100vw ) #fff, 0 0 calc( 15 / 750 * 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 / 750*100vw);
	}
	.inner,.inner1000,.inner1140,.inner1200,.inner1340,.inner1500 {
		width: 100%;
		max-width: calc(702 / 750 * 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 / 750 * 100vw)!important;
		margin-left: auto;
		margin-right: auto;
	}
	.sp_left {
		text-align: left!important;
	}
	.shadow_w {
		text-shadow: 0px 0px calc(5 / 750 * 100vw) #fff, 0px 0px calc(5 / 750 * 100vw) #fff, 0px 0px calc(10 / 750 * 100vw) #fff, 0px 0px calc(10 / 750 * 100vw) #fff, 0px 0px calc(15 / 750 * 100vw) #fff, 0px 0px calc(15 / 750 * 100vw) #fff;
	}
	.txt_tb {
		writing-mode: horizontal-tb;
	}
	.ready:before {
		width: calc(100 / 750*100vw);
		height: calc(40 / 750*100vw);
		line-height: calc(40 / 750*100vw);
	}
}


/* ヘッダー header
------------------------------------------------------------------*/
header {
	z-index: 10;
}
header h1 {
	width: calc(570 / 1920 * 100vw);
}
.row_head01 {
    right: calc(130 / 1920* 100vw);
    top: calc(10 / 1920* 100vw);
}
.tel_common {
	width: calc(320 / 1920 * 100vw);
}
.mail_common,.web_common {
	width: calc(140 / 1920 * 100vw);
}
.tel_common a,.mail_common a,.web_common a{
	height: calc(110 / 1920 * 100vw);
}
.mail_common a::after,.web_common a::after{
    border-width: calc(5 / 1920 * 100vw);
    bottom: calc(9 / 1920 * 100vw);
    right: calc(6 / 1920 * 100vw);
}
.row_head01 .col:not(:last-child) {
	margin-right: calc(10 / 1920 * 100vw);
}
.row_head01 .col .icn {
	width: calc(30 / 1920 * 100vw);
}
.tel_common .icn {
	width: calc(26 / 1920 * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	header h1 {
		width: calc(570 / 1599 * 100vw);
	}
	.row_head01 {
		right: calc(130 / 1599* 100vw);
		top: calc(10 / 1599* 100vw);
	}
	.tel_common {
		width: calc(320 / 1599 * 100vw);
	}
	.mail_common,.web_common {
		width: calc(140 / 1599 * 100vw);
	}
	.tel_common a,.mail_common a,.web_common a{
		height: calc(110 / 1599 * 100vw);
	}
	.mail_common a::after,.web_common a::after{
		border-width: calc(5 / 1599 * 100vw);
		bottom: calc(9 / 1599 * 100vw);
		right: calc(6 / 1599 * 100vw);
	}
	.row_head01 .col:not(:last-child) {
		margin-right: calc(10 / 1599 * 100vw);
	}
	.row_head01 .col .icn {
		width: calc(30 / 1599 * 100vw);
	}
	.tel_common .icn {
		width: calc(26 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	header h1 {
		width: calc(570 / 1299 * 100vw);
	}
	.row_head01 {
		width: calc(320 / 1299* 100vw);
		right: calc(130 / 1299* 100vw);
		top: calc(10 / 1299* 100vw);
	}
	.tel_common {
		width: calc(320 / 1299 * 100vw);
	}
	.mail_common,.web_common {
		width: calc(150 / 1299 * 100vw);
	}
	.tel_common a {
		height: calc(100 / 1299 * 100vw);
	}
	.mail_common a,.web_common a{
		height: calc(85 / 1299 * 100vw);
	}
	.mail_common a::after,.web_common a::after{
		border-width: calc(5 / 1299 * 100vw);
		bottom: calc(9 / 1299 * 100vw);
		right: calc(6 / 1299 * 100vw);
	}
	.row_head01 .col:first-child {
		margin-right: 0;
	}
	.row_head01 .col:not(:last-child) {
		margin-right: calc(10 / 1299 * 100vw);
	}
	.row_head01 .col:nth-child(n+2) {
		margin-top: calc(10 / 1299 * 100vw);
	}
	.row_head01 .col {
		margin-right: calc(10 / 1299 * 100vw);
	}
	.row_head01 .col .icn {
		width: calc(25 / 1299 * 100vw);
	}
	.tel_common .icn {
		width: calc(26 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	header h1 {
		width: calc(570 / 750 * 100vw);
	}
	.row_head01 {
		width: calc(320 / 750* 100vw);
		right: calc(130 / 750* 100vw);
		top: calc(10 / 750* 100vw);
	}
	.tel_common {
		width: calc(320 / 750 * 100vw);
	}
	.mail_common,.web_common {
		width: calc(150 / 750 * 100vw);
	}
	.tel_common a {
		height: calc(100 / 750 * 100vw);
	}
	.mail_common a,.web_common a{
		height: calc(85 / 750 * 100vw);
	}
	.mail_common a::after,.web_common a::after{
		border-width: calc(5 / 750 * 100vw);
		bottom: calc(9 / 750 * 100vw);
		right: calc(6 / 750 * 100vw);
	}
	.row_head01 {
		display: none;
	}
	.tel_common .icn {
		width: calc(26 / 750 * 100vw);
	}
}


/* メインイメージ main_img
------------------------------------------------------------------*/
.main_img {
	position: relative;
}
.main_img .slide_main {
	opacity: 0;
	transition: opacity .3s linear;
}
.main_img .slide_main.slick-initialized {
	opacity: 1;
}
.main_img .slide_main li {
	min-height: 600px;
	height: 100vh;
}
.main_img.tab .slide_main li {
	height: auto;
}
.main01 {
	background: url(images/index/main01.jpg)no-repeat center / cover;
}
.catch_main01 {
	width: calc(900 / 1920 * 100vw);
	left: calc(40 / 1920 * 100vw);
	bottom: calc(20 / 1920 * 100vw);
}
.row_main01 {
	right: calc(40 / 1920 * 100vw);
	bottom: calc(40 / 1920 * 100vw);
}
.row_main01 .col_l {
	width: calc(220 / 1920 * 100vw);
	height: calc(220 / 1920 * 100vw);
}
.row_main01 .col_l .icn {
	width: calc(40 / 1920 * 100vw);
}
.row_main01 .col::before {
	content: "";
    position: absolute;
	border: dotted calc(4 / 1920 * 100vw) #fff;
    width: calc(100% - calc(20 / 1920 * 100vw));
    height: calc(100% - calc(20 / 1920 * 100vw));
	border-radius: 100%;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.row_main01 .col_r {
	width: calc(340 / 1920 * 100vw);
	height: calc(340 / 1920 * 100vw);
}
.row_main01 .col_r .ttl {
	width: calc(340 / 1920 * 100vw);
	margin-top: calc(-88 / 1920* 100vw);
}
.row_main01 .col_r .price {
	text-shadow: 2.3px 1.9px 0 #333333;
}
.row_main01 .col_r .price .num {
	font-size: 4.5rem;
    line-height: .6;
    letter-spacing: .01em;
}
@media(min-width: 768px) and (max-width:1599px) {
	.main_img .slide_main li {
        height: auto;
        min-height: calc(900 / 1599* 100vw);
    }
	.catch_main01 {
		width: calc(900 / 1599 * 100vw);
		left: calc(40 / 1599 * 100vw);
		bottom: calc(20 / 1599 * 100vw);
	}
	.row_main01 {
		right: calc(40 / 1599 * 100vw);
		bottom: calc(40 / 1599 * 100vw);
	}
	.row_main01 .col_l {
		width: calc(220 / 1599 * 100vw);
		height: calc(220 / 1599 * 100vw);
	}
	.row_main01 .col_l .icn {
		width: calc(40 / 1599 * 100vw);
	}
	.row_main01 .col::before {
		border: dotted calc(4 / 1599 * 100vw) #fff;
		width: calc(100% - calc(20 / 1599 * 100vw));
		height: calc(100% - calc(20 / 1599 * 100vw));
	}
	.row_main01 .col_r {
		width: calc(340 / 1599 * 100vw);
		height: calc(340 / 1599 * 100vw);
	}
	.row_main01 .col_r .ttl {
		width: calc(340 / 1599 * 100vw);
		margin-top: calc(-88 / 1599* 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.main_img .slide_main li {
        height: auto;
        min-height: calc(750 / 1299* 100vw);
    }
	.catch_main01 {
		width: calc(698 / 1299* 100vw);
        left: calc(20 / 1299* 100vw);
        bottom: calc(20 / 1299* 100vw);
	}
	.row_main01 {
		right: calc(20 / 1299 * 100vw);
		bottom: calc(20 / 1299 * 100vw);
	}
	.row_main01 .col_l {
		width: calc(220 / 1299 * 100vw);
		height: calc(220 / 1299 * 100vw);
	}
	.row_main01 .col_l .icn {
		width: calc(40 / 1299 * 100vw);
	}
	.row_main01 .col::before {
		border: dotted calc(4 / 1299 * 100vw) #fff;
		width: calc(100% - calc(20 / 1299 * 100vw));
		height: calc(100% - calc(20 / 1299 * 100vw));
	}
	.row_main01 .col_r {
		width: calc(285 / 1299* 100vw);
        height: calc(285 / 1299* 100vw);
	}
	.row_main01 .col_r .ttl {
		width: calc(285 / 1299* 100vw);
        margin-top: calc(-109 / 1299* 100vw);
        margin-bottom: calc(0 / 1299* 100vw);
	}
	.row_main01 .col_r .price .num {
		font-size: 3rem;
	}
	.row_main01 .col_r .txt02 {
		font-size: 1.625rem;
	}
}
@media only screen and (max-width: 767px) {
	.main_img .slide_main li {
		min-height: auto;
		height: auto;
	}
	.main01, .main02, .main03 {
		background: none;
	}
	.catch_main01 {
		width: calc(700 / 750* 100vw);
        left: 0;
        right: 0;
        bottom: auto;
        top: calc(415 / 750* 100vw);
        margin: auto;
	}
	.row_main01 {
		right: auto;
        left: calc(20 / 750* 100vw);
        bottom: calc(20 / 750* 100vw)
	}
	.row_main01 .col_l {
		width: calc(240 / 750* 100vw);
        height: calc(240 / 750* 100vw);
        order: 2;
        padding-bottom: calc(11 / 750* 100vw);
	}
	.row_main01 .col_l .icn {
		width: calc(40 / 750 * 100vw);
	}
	.row_main01 .col_l .txt {
		font-size: .8125rem;
    	letter-spacing: 0;
	}
	.row_main01 .col::before {
		border: dotted calc(4 / 750 * 100vw) #fff;
		width: calc(100% - calc(20 / 750 * 100vw));
		height: calc(100% - calc(20 / 750 * 100vw));
	}
	.row_main01 .col_r {
		width: calc(340 / 750* 100vw);
        height: calc(340 / 750* 100vw);
	}
	.row_main01 .col_r .ttl {
		width: calc(340 / 750* 100vw);
        margin-top: calc(-83 / 750* 100vw);
        margin-bottom: calc(10 / 750* 100vw);
	}
	.row_main01 .col_r .price {
		font-size: 1rem;
	}
	.row_main01 .col_r .price .num {
		font-size: 2.3125rem;
        letter-spacing: 0;
	}
	.row_main01 .col_r .txt01 {
		font-size: .75rem;
    	letter-spacing: 0;
	}
	.row_main01 .col_r .txt02 {
		font-size: 1rem;
	}
}

/* グローバルナビゲーション gnav
------------------------------------------------------------------*/
.btn_gnav_sp {
	position: fixed;
	top: calc(0 / 1920 * 100vw);
	right: calc(0 / 1920 * 100vw);
	height: calc(120 / 1920 * 100vw);
	width: calc(120 / 1920 * 100vw);
	background: #f87e34;
	z-index: 10000;
	outline: none;
	border-radius: 0 0 0 calc(20 / 1920 * 100vw);
}
.btn_gnav_sp:hover {
	cursor: pointer;
}
.btn_gnav_sp .txt_gnav {
	position: absolute;
    width: calc(41 / 1920* 100vw);
    right: 0;
    left: 0;
    bottom: calc(34 / 1920* 100vw);
    margin: auto;
    line-height: 1;
}
.btn_gnav_sp .icn_gnav {
	width: calc(36 / 1920* 100vw);
    height: 2px;
    position: absolute;
    top: calc(-25 / 1920* 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: 2px;
	position: absolute;
	left: 0;
	background: #fff;
	transition: transform .3s ease-in-out;
}
.btn_gnav_sp .icn_gnav:before {
	top: calc(-13 / 1920* 100vw);
}
.btn_gnav_sp .icn_gnav:after {
	bottom: calc(-13 / 1920* 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(127 / 1920* 100vw) 0 0;
    overflow-y: auto;
    overflow-x: hidden;
    background: rgba(244, 244, 244, .9);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    width: 60%;
    max-width: 700px;
    transition: opacity .6s ease, visibility .6s ease;
    line-height: 1.45;
    touch-action: auto !important;
}
.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(100 / 1920 * 100vw);
}
.gnav_sp .nav_main > ul {
	padding: 0 calc(60 / 1920* 100vw) 0 calc(70 / 1920* 100vw);
	display: block;
}
.gnav_sp .nav_main > ul > li {
	opacity: 0;
	transform: translateX(50%);
	transition: transform .6s ease, opacity .2s ease;
}
.gnav_sp .nav_main > ul > li > a {
	border-bottom: 1px dotted rgba(51, 51, 51, .3);
	padding: calc(15 / 1920* 100vw) calc(55 / 1920* 100vw) calc(19 / 1920* 100vw) calc(10 / 1920* 100vw);
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	position: relative;
}
.gnav_sp .nav_main > ul > li > a:after {
    content: "";
    position: absolute;
    right: calc(20 / 1920* 100vw);
    top: 0;
    bottom: calc(-2 / 1920* 100vw);
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #f76a2e transparent transparent transparent;
    border-width: calc(10 / 1920* 100vw) calc(11 / 1920* 100vw) 0px calc(11 / 1920* 100vw);
    margin: auto;
}
.gnav_sp .nav_main > ul > li:nth-child(2) > a:after,.gnav_sp .nav_main > ul > li:nth-child(5) > a:after,.gnav_sp .nav_main > ul > li:nth-child(8) > a:after,.gnav_sp .nav_main > ul > li:nth-child(11) > a:after {
    border-color: #3a69ca transparent transparent transparent;
}
.gnav_sp .nav_main > ul > li:nth-child(3) > a:after,.gnav_sp .nav_main > ul > li:nth-child(6) > a:after,.gnav_sp .nav_main > ul > li:nth-child(9) > a:after,.gnav_sp .nav_main > ul > li:nth-child(12) > a:after {
    border-color: #10874d transparent transparent transparent;
}
.gnav_sp .nav_main > ul > li > a .ja {
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.open .gnav_sp {
	visibility: visible;
	opacity: 1;
}
.open .gnav_sp .nav_main > ul > li {
	opacity: 1;
	transform: translateX(0);
	transition: transform 1s ease, opacity .9s ease;
}
/* パーフェクトスクロールバー */
.ps__thumb-y {
	background: #2f3748 !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;
}
.gnav_sp .ps__thumb-y {
    background: transparent !important;
}
.gnav_sp .ps__thumb-x {
    background: transparent !important;
}
@media(min-width: 768px) and (max-width:1599px) {
	.btn_gnav_sp {
		height: calc(120 / 1599 * 100vw);
		width: calc(120 / 1599 * 100vw);
		border-radius: 0 0 0 calc(20 / 1599 * 100vw);
	}
	.btn_gnav_sp .txt_gnav {
		width: calc(41 / 1599* 100vw);
		bottom: calc(34 / 1599* 100vw);
	}
	.btn_gnav_sp .icn_gnav {
		width: calc(36 / 1599* 100vw);
		top: calc(-25 / 1599* 100vw);
	}
	.btn_gnav_sp .icn_gnav:before {
		top: calc(-13 / 1599* 100vw);
	}
	.btn_gnav_sp .icn_gnav:after {
		bottom: calc(-13 / 1599* 100vw);
	}
	.gnav_sp {
		padding: calc(127 / 1599* 100vw) 0 0;
	}
	.gnav_sp .nav_main {
		padding-bottom: calc(100 / 1599 * 100vw);
	}
	.gnav_sp .nav_main > ul {
		padding: 0 calc(60 / 1599* 100vw) 0 calc(70 / 1599* 100vw);
	}
	.gnav_sp .nav_main > ul > li > a {
		padding: calc(15 / 1599* 100vw) calc(55 / 1599* 100vw) calc(19 / 1599* 100vw) calc(10 / 1599* 100vw);
	}
	.gnav_sp .nav_main > ul > li > a:after {
		right: calc(20 / 1599* 100vw);
		bottom: calc(-2 / 1599* 100vw);
		border-width: calc(10 / 1599* 100vw) calc(11 / 1599* 100vw) 0px calc(11 / 1599* 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.btn_gnav_sp {
		height: calc(120 / 1299 * 100vw);
		width: calc(120 / 1299 * 100vw);
		border-radius: 0 0 0 calc(20 / 1299 * 100vw);
	}
	.btn_gnav_sp .txt_gnav {
		width: calc(41 / 1299* 100vw);
		bottom: calc(34 / 1299* 100vw);
	}
	.btn_gnav_sp .icn_gnav {
		width: calc(36 / 1299* 100vw);
		top: calc(-25 / 1299* 100vw);
	}
	.btn_gnav_sp .icn_gnav:before {
		top: calc(-13 / 1299* 100vw);
	}
	.btn_gnav_sp .icn_gnav:after {
		bottom: calc(-13 / 1299* 100vw);
	}
	.gnav_sp {
		padding: calc(127 / 1299* 100vw) 0 0;
	}
	.gnav_sp .nav_main {
		padding-bottom: calc(100 / 1299 * 100vw);
	}
	.gnav_sp .nav_main > ul {
		padding: 0 calc(60 / 1299* 100vw) 0 calc(70 / 1299* 100vw);
	}
	.gnav_sp .nav_main > ul > li > a {
		padding: calc(15 / 1299* 100vw) calc(55 / 1299* 100vw) calc(19 / 1299* 100vw) calc(10 / 1299* 100vw);
	}
	.gnav_sp .nav_main > ul > li > a:after {
		right: calc(20 / 1299* 100vw);
		bottom: calc(-2 / 1299* 100vw);
		border-width: calc(10 / 1299* 100vw) calc(11 / 1299* 100vw) 0px calc(11 / 1299* 100vw);
	}
}
@media only screen and (max-width: 767px) {
	.btn_gnav_sp {
		position: fixed;
        top: 0vw;
        right: 0vw;
        height: calc(120 / 750* 100vw);
        width: calc(120 / 750* 100vw);
        background: #ef8700;
        z-index: 10000;
        outline: none;
        border-radius: 0 0 0 calc(20 / 750* 100vw);
	}
	.btn_gnav_sp .txt_gnav {
		position: absolute;
        width: calc(50 / 750* 100vw);
        right: 0;
        left: 0;
        bottom: calc(20 / 750* 100vw);
        margin: auto;
	}
	.btn_gnav_sp .icn_gnav {
		width: calc(40 / 750 * 100vw);
		height: 1px;
		position: absolute;
		top: -4vw;
		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: -2vw;
	}
	.btn_gnav_sp .icn_gnav:after {
		bottom: -2vw;
	}
	.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: 21vw 0 0;
		overflow-y: auto;
		overflow-x: hidden;
		background: rgba(255, 255, 255, .9);
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
		height: 100%;
		visibility: hidden;
		opacity: 0;
		width: 80%;
		transition: opacity .6s ease, visibility .6s ease;
		line-height: 1.45;
	}
	.bg_gnav {
		visibility: hidden;
		transition: .3s;
		opacity: 0;
	}
	.open .bg_gnav {
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 9998;
		background: rgba(0,0,0,0);
		visibility: visible;
		opacity: 1;
		transition: .3s;
		left: 0;
		top: 0;
	}
	.gnav_sp .nav_main {
		padding-bottom: 20vw;
	}
	.gnav_sp .nav_main > ul {
		padding: 0 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: none;
	}
	.gnav_sp .nav_main > ul > li.nav_drawer {
		padding-bottom: 2.5vw;
		border-bottom: 1px dotted #333;
	}
	.gnav_sp .nav_main > ul > li > a {
		padding: 3.4vw 4vw 3.5vw 10vw;
		border-bottom: 1px dotted #333;
		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;
		left: 5vw;
		right: auto;
		top: 5vw;
        bottom: auto;
		width: 0;
		height: 0;
		border-style: solid;
		border-color: transparent transparent transparent #f76a2e;
		border-width: calc(12 / 750 * 100vw) 0px calc(12 / 750 * 100vw) calc(19 / 750 * 100vw);
		margin: auto;
	}
	.gnav_sp .nav_main > ul > li:nth-child(2) > a:after, .gnav_sp .nav_main > ul > li:nth-child(5) > a:after, .gnav_sp .nav_main > ul > li:nth-child(8) > a:after, .gnav_sp .nav_main > ul > li:nth-child(11) > a:after {
    border-color: transparent transparent transparent #3a69ca;
}
	.gnav_sp .nav_main > ul > li:nth-child(3) > a:after, .gnav_sp .nav_main > ul > li:nth-child(6) > a:after, .gnav_sp .nav_main > ul > li:nth-child(9) > a:after, .gnav_sp .nav_main > ul > li:nth-child(12) > a:after {
    border-color:  transparent transparent transparent #10874d;
}
	.gnav_sp .nav_main > ul > li.nav_drawer > a:after {
		transform: rotate(90deg);
	}
	.gnav_sp .nav_main > ul > li.nav_drawer > a.open:after {
		transform: rotate(-90deg);
	}
	.gnav_sp .nav_main > ul > li > a .ja {
		font-size: 1rem;
	}
	.open .gnav_sp {
		visibility: visible;
		opacity: 1;
	}
	.open .gnav_sp .nav_main > ul > li {
		opacity: 1;
		transform: translateX(0);
		transition: transform 1s ease, opacity .9s ease;
	}
}

/* conversion
------------------------------------------------------------------*/
.index_conversion {
	background: 
	url("images/index/deco_conversion01.png") no-repeat left top / calc(392 / 1920 * 100vw) auto,
	url("images/index/deco_conversion02.png") no-repeat right top / calc(432 / 1920 * 100vw) auto,
	url("images/index/bg_conversion01.png") no-repeat center bottom / 100% auto,
	url("images/page/ptn01.png") repeat center / auto,#edd14a;
}
.ttl_conversion01 {
	width: calc(540 / 1920 * 100vw);
}
.row_conversion01 {
	width: 90%;
    max-width: calc(1240 / 1920 * 100vw);
}
.row_conversion01 .ttl_conversion01 .ja01 {
	border-bottom: dotted calc(4 / 1920 * 100vw) #f87e34;
}
.row_conversion01 .ccl {
	width: calc(237 / 1920 * 100vw);
	height: calc(237 / 1920 * 100vw);
	background: url("images/index/bg_conversion02.png")no-repeat center / cover;
}
.row_conversion01 .box {
	width: calc(400 / 1920 * 100vw);
}
.row_conversion01 .box::before {
	content: "";
    position: absolute;
	border: solid calc(4 / 1920 * 100vw) #edd14a;
    width: calc(100% - calc(20 / 1920 * 100vw));
    height: calc(100% - calc(20 / 1920 * 100vw));
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.row_conversion01 .box::after {
	content: "";
    position: absolute;
	background: url("images/index/deco_conversion03.png") no-repeat center / cover;
    width: calc(210 / 1920 * 100vw);
    height: calc(230 / 1920 * 100vw);
	bottom: 0;
	right: calc(14 / 1920* 100vw);
}
.list_conversion01 li {
    padding-left: calc(32 / 1920* 100vw);
}
.list_conversion01 li:not(:first-child) {
    margin-top: calc(10 / 1920* 100vw);
}
.list_conversion01 li:before {
    width: calc(16 / 1920* 100vw);
    height: calc(16 / 1920* 100vw);
    background: url("images/index/icn_conversion01.svg") no-repeat center / cover;
    border-radius: 0%;
    left: 0;
    top: calc(8 / 1920* 100vw);
}
.row_conversion02 {
	width: 95%;
    max-width: calc(1400 / 1920* 100vw);
}
.btn_tel01 {
	width: 50%;
    max-width: calc(690 / 1920* 100vw);
}
.btn_tel01 .box01 {
	border-radius: calc(10 / 1920* 100vw) calc(10 / 1920* 100vw) 0 0;
	height: calc(80 / 1920* 100vw);
}
.btn_tel01 .box02 {
	background-color: rgba(57, 171, 122, .4);
	border-radius: 0 0 calc(10 / 1920* 100vw) calc(10 / 1920* 100vw);
	height: calc(60 / 1920* 100vw);
}
.btn_mail01,.btn_web01 {
	width: 24%;
    max-width: calc(335 / 1920* 100vw);
}
.btn_mail01 a ,.btn_web01 a {
	height: calc(141 / 1920 * 100vw);
}
.btn_mail01 a::after,.btn_web01 a::after {
    border-width: calc(10 / 1920 * 100vw);
    bottom: calc(10 / 1920 * 100vw);
    right: calc(10 / 1920 * 100vw);
}
.btn_mail01 .txt ,.btn_web01 .txt {
	width: calc(275 / 1920* 100vw);
}
.btn_tel01 a .icn,.btn_mail01 a .icn ,.btn_web01 a .icn {
	width: calc(30 / 1920 * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.index_conversion {
		background: 
		url("images/index/deco_conversion01.png") no-repeat left top / calc(392 / 1599 * 100vw) auto,
		url("images/index/deco_conversion02.png") no-repeat right top / calc(432 / 1599 * 100vw) auto,
		url("images/index/bg_conversion01.png") no-repeat center bottom / 100% auto,
		url("images/page/ptn01.png") repeat center / auto,#edd14a;
	}
	.ttl_conversion01 {
		width: calc(540 / 1599 * 100vw);
	}
	.row_conversion01 {
		max-width: calc(1240 / 1599 * 100vw);
	}
	.row_conversion01 .ttl_conversion01 .ja01 {
		border-bottom: dotted calc(4 / 1599 * 100vw) #f87e34;
		text-shadow: 0px 0px calc(5 / 1599 * 100vw) #fff, 0px 0px calc(5 / 1599 * 100vw) #fff, 0px 0px calc(10 / 1599 * 100vw) #fff, 0px 0px calc(10 / 1599 * 100vw) #fff;
	}
	.row_conversion01 .ttl_conversion01 .ja02 {
		text-shadow: 0px 0px calc(5 / 1599 * 100vw) #fff, 0px 0px calc(5 / 1599 * 100vw) #fff, 0px 0px calc(10 / 1599 * 100vw) #fff, 0px 0px calc(10 / 1599 * 100vw) #fff;
	}
	.row_conversion01 .ccl {
		width: calc(237 / 1599 * 100vw);
		height: calc(237 / 1599 * 100vw);
	}
	.row_conversion01 .box {
		width: calc(400 / 1599 * 100vw);
	}
	.row_conversion01 .box::before {
		border: solid calc(4 / 1599 * 100vw) #edd14a;
		width: calc(100% - calc(20 / 1599 * 100vw));
		height: calc(100% - calc(20 / 1599 * 100vw));
	}
	.row_conversion01 .box::after {
		width: calc(210 / 1599 * 100vw);
		height: calc(230 / 1599 * 100vw);
		right: calc(14 / 1599* 100vw);
	}
	.list_conversion01 li {
		padding-left: calc(32 / 1599* 100vw);
	}
	.list_conversion01 li:not(:first-child) {
		margin-top: calc(10 / 1599* 100vw);
	}
	.list_conversion01 li:before {
		width: calc(16 / 1599* 100vw);
		height: calc(16 / 1599* 100vw);
		top: calc(8 / 1599* 100vw);
	}
	.row_conversion02 {
		max-width: calc(1400 / 1599* 100vw);
	}
	.btn_tel01 {
		max-width: calc(690 / 1599* 100vw);
	}
	.btn_tel01 .box01 {
		border-radius: calc(10 / 1599* 100vw) calc(10 / 1599* 100vw) 0 0;
		height: calc(80 / 1599* 100vw);
	}
	.btn_tel01 .box02 {
		border-radius: 0 0 calc(10 / 1599* 100vw) calc(10 / 1599* 100vw);
		height: calc(60 / 1599* 100vw);
	}
	.btn_mail01,.btn_web01 {
		max-width: calc(335 / 1599* 100vw);
	}
	.btn_mail01 a ,.btn_web01 a {
		height: calc(140 / 1599 * 100vw);
	}
	.btn_mail01 a::after,.btn_web01 a::after {
		border-width: calc(10 / 1599 * 100vw);
		bottom: calc(10 / 1599 * 100vw);
		right: calc(10 / 1599 * 100vw);
	}
	.btn_mail01 .txt ,.btn_web01 .txt {
		width: calc(275 / 1599* 100vw);
	}
	.btn_tel01 a .icn,.btn_mail01 a .icn ,.btn_web01 a .icn {
		width: calc(30 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.index_conversion {
		background: 
		url("images/index/deco_conversion01.png") no-repeat left top / calc(392 / 1299 * 100vw) auto,
		url("images/index/deco_conversion02.png") no-repeat right top / calc(432 / 1299 * 100vw) auto,
		url("images/index/bg_conversion01.png") no-repeat center bottom / 100% auto,
		url("images/page/ptn01.png") repeat center / auto,#edd14a;
	}
	.ttl_conversion01 {
		width: calc(455 / 1299 * 100vw);
	}
	.row_conversion01 {
		max-width: calc(1240 / 1299 * 100vw);
	}
	.row_conversion01 .ttl_conversion01 .ja01 {
		font-size: 2rem;
		border-bottom: dotted calc(4 / 1299 * 100vw) #f87e34;
		text-shadow: 0px 0px calc(5 / 1299 * 100vw) #fff, 0px 0px calc(5 / 1299 * 100vw) #fff, 0px 0px calc(10 / 1299 * 100vw) #fff, 0px 0px calc(10 / 1299 * 100vw) #fff;
	}
	.row_conversion01 .ttl_conversion01 .ja02 {
		text-shadow: 0px 0px calc(5 / 1299 * 100vw) #fff, 0px 0px calc(5 / 1299 * 100vw) #fff, 0px 0px calc(10 / 1299 * 100vw) #fff, 0px 0px calc(10 / 1299 * 100vw) #fff;
	}
	.row_conversion01 .ccl {
		width: calc(237 / 1299 * 100vw);
		height: calc(237 / 1299 * 100vw);
	}
	.row_conversion01 .box {
		width: calc(400 / 1299 * 100vw);
	}
	.row_conversion01 .box::before {
		border: solid calc(4 / 1299 * 100vw) #edd14a;
		width: calc(100% - calc(20 / 1299 * 100vw));
		height: calc(100% - calc(20 / 1299 * 100vw));
	}
	.row_conversion01 .box::after {
		width: calc(210 / 1299 * 100vw);
		height: calc(230 / 1299 * 100vw);
		right: calc(14 / 1299* 100vw);
	}
	.list_conversion01 li {
		padding-left: calc(32 / 1299* 100vw);
	}
	.list_conversion01 li:not(:first-child) {
		margin-top: calc(10 / 1299* 100vw);
	}
	.list_conversion01 li:before {
		width: calc(16 / 1299* 100vw);
		height: calc(16 / 1299* 100vw);
		top: calc(8 / 1299* 100vw);
	}
	.row_conversion02 {
		max-width: calc(1400 / 1299* 100vw);
	}
	.btn_tel01 {
		max-width: calc(690 / 1299* 100vw);
	}
	.btn_tel01 .box01 {
		border-radius: calc(10 / 1299* 100vw) calc(10 / 1299* 100vw) 0 0;
		height: calc(80 / 1299* 100vw);
	}
	.btn_tel01 .box02 {
		border-radius: 0 0 calc(10 / 1299* 100vw) calc(10 / 1299* 100vw);
		height: calc(60 / 1299* 100vw);
	}
	.btn_mail01,.btn_web01 {
		max-width: calc(335 / 1299* 100vw);
	}
	.btn_mail01 a ,.btn_web01 a {
		height: calc(140 / 1299 * 100vw);
	}
	.btn_mail01 a::after,.btn_web01 a::after {
		border-width: calc(10 / 1299 * 100vw);
		bottom: calc(10 / 1299 * 100vw);
		right: calc(10 / 1299 * 100vw);
	}
	.btn_mail01 .txt ,.btn_web01 .txt {
		width: calc(200 / 1299* 100vw);
		margin-bottom: calc(20 / 1299* 100vw);
	}
	.btn_tel01 a .icn,.btn_mail01 a .icn ,.btn_web01 a .icn {
		width: calc(30 / 1299 * 100vw);
	}
	.btn_tel01 a .num {
		font-size: 2.75rem;
	}
	.btn_mail01 .num ,.btn_web01 .num {
		font-size: 1.75rem;
	}
}
@media(max-width: 767px) {
	.index_conversion {
		background: 
		url("images/index/deco_conversion01.png") no-repeat left top / calc(235 / 750 * 100vw) auto,
		url("images/index/deco_conversion02.png") no-repeat right top / calc(259 / 750 * 100vw) auto,
		url("images/index/bg_conversion01_sp.png") no-repeat center bottom / 100% auto,
		url("images/page/ptn01.png") repeat center / calc(12 / 750 * 100vw) auto,#edd14a;
		padding: calc(95 / 750* 100vw) 0 calc(120 / 750* 100vw);
	}
	.ttl_conversion01 {
        width: 87%;
        margin: 0 auto 1vw;
		padding-bottom: 0;
    }
	.ttl_conversion01 .en {
		font-size: 1.5625rem;
		margin-bottom: 2.5vw;
	}
	.row_conversion01 .ttl_conversion01 .ja01 {
		border-bottom: dotted calc(4 / 1920* 100vw) #f87e34;
	}
	.row_conversion01 {
		width: 100%;
		max-width: calc(700 / 750* 100vw);
	}
	.row_conversion01 .ttl_conversion01 .ja01 {
		font-size: 1.5625rem;
        border-bottom: dotted calc(4 / 750* 100vw) #f87e34;
        text-shadow: none;
        letter-spacing: 0;
        padding-bottom: 4vw;
        margin-bottom: 2vw;
	}
	.row_conversion01 .ttl_conversion01 .ja02 {
		font-size: 1.25rem;
		letter-spacing: 0;
		text-shadow: none;
	}
	.row_conversion01 .ccl {
		width: calc(284 / 750 * 100vw);
		height: calc(288 / 750 * 100vw);
	}
	.row_conversion01 .ccl .txt01 {
		font-size: .9375rem;
	}
	.row_conversion01 .ccl .txt02 {
		font-size: .75rem;
	}
	.row_conversion01 .ccl .txt02 .txt_col15 {
		font-size: 1.8125rem;
	}
	.row_conversion01 .ccl .txt02 .txt_col15 .fz30 {
		font-size: 1.125rem;
	}
	.row_conversion01 .ccl .txt03 {
		font-size: .6875rem;
	}
	.row_conversion01 .box {
		width: calc(400 / 750 * 100vw);
		margin-bottom: 3vw;
	}
	.row_conversion01 .box::before {
		border: solid calc(4 / 750 * 100vw) #edd14a;
		width: calc(100% - calc(20 / 750 * 100vw));
		height: calc(100% - calc(20 / 750 * 100vw));
	}
	.row_conversion01 .box::after {
		width: calc(197 / 750* 100vw);
        height: calc(230 / 750* 100vw);
        right: calc(5 / 750* 100vw);
	}
	.list_conversion01 {
		font-size: .875rem;
	}
	.list_conversion01 li {
		padding-left: calc(34 / 750* 100vw);
	}
	.list_conversion01 li:not(:first-child) {
		margin-top: calc(12 / 750* 100vw);
	}
	.list_conversion01 li:before {
		width: calc(24 / 750* 100vw);
		height: calc(24 / 750* 100vw);
		top: calc(8 / 750* 100vw);
	}
	.ttl_conversion02 {
		font-size: 1.125rem;
    	line-height: 1.6;
		letter-spacing: 0;
	    margin-bottom: 6vw;
	}
	.ttl_conversion02 .fz40 {
		font-size: 1.5625rem;
		letter-spacing: 0;
	}
	.row_conversion02 {
		max-width: 100%;
        margin-bottom: 4vw;
        width: 95%;
	}
	.btn_tel01,.btn_mail01,.btn_web01 {
		max-width: calc(620 / 750* 100vw);
        width: 100%;
        margin: auto;
	}
	.row_conversion02 .col:nth-child(n+2) {
		margin-top: calc(30 / 750* 100vw);
	}
	.btn_tel01 .box01 {
		border-radius: calc(10 / 750* 100vw) calc(10 / 750* 100vw) 0 0;
		height: calc(100 / 750* 100vw);
	}
	.btn_tel01 .box02 {
		border-radius: 0 0 calc(10 / 750* 100vw) calc(10 / 750* 100vw);
		height: calc(100 / 750* 100vw);
	}
	.btn_tel01 .box02 .time {
		font-size: .75rem;
		letter-spacing: 0;
	}
	.btn_tel01 a ,.btn_mail01 a ,.btn_web01 a {
		height: calc(200 / 750 * 100vw);
	}
	.btn_mail01 a::after,.btn_web01 a::after {
		border-width: calc(17 / 750 * 100vw);
		bottom: calc(10 / 750 * 100vw);
		right: calc(10 / 750 * 100vw);
	}
	.btn_mail01 .txt ,.btn_web01 .txt {
		width: calc(540 / 750* 100vw);
        margin-bottom: calc(25 / 750* 100vw);
        line-height: 1.4;
        letter-spacing: 0;
        border-radius: calc(25 / 750* 100vw);
	}
	.btn_tel01 a .icn,.btn_mail01 a .icn ,.btn_web01 a .icn {
		width: calc(50 / 750 * 100vw);
	}
	.btn_mail01 a .icn {
		margin-right: 2vw;
	}
	.btn_tel01 a .num {
		font-size: 2rem;
	}
	.btn_mail01 .num ,.btn_web01 .num {
		font-size: 1.875rem;
	}
	.box_conversion01 {
		padding-bottom: 7vw;
	}
	.box_conversion01 .txt {
		line-height: 1.6;
	}
}
/* reason
------------------------------------------------------------------*/
.bg_reason01 {
    background: url(images/index/bg_reason01.png) no-repeat top 0% right / calc(1250 / 1920* 100vw) auto, url(images/index/bg_reason02.png) no-repeat top 28.5% left / calc(1250 / 1920* 100vw) auto, url(images/index/bg_reason03.png) no-repeat top 71% right / calc(1250 / 1920* 100vw) auto, url(images/index/bg_reason04.png) no-repeat bottom 6% left / calc(1250 / 1920* 100vw) auto;
}
.ttl_common01 {
	background: #f75e02 url("images/index/bg_common01.png")no-repeat center bottom / 100% auto;
}
.ttl_common01::before {
	content: "";
    position: absolute;
	background: url("images/index/frame_ttl01.svg") no-repeat center / cover;
    width: 100%;
    height: calc(20 / 1920 * 100vw);
	top: calc(-19 / 1920 * 100vw);
	right: 0;
	left: 0;
	margin: auto;
}
.ttl_common01 .icn {
	width: calc(240 / 1920 * 100vw);
}
.row_reason01 {
	width: 95%;
    max-width: 1800px;
}
.row_reason01 .col_img {
	width: 54%;
    max-width: 934px;
}
.row_reason01 .col_img .deco {
	width: calc(240 / 1920 * 100vw);
	left: calc(-122 / 1920* 100vw);
    top: calc(-37 / 1920* 100vw);
}
.row_reason01 > .col_img > .ccl {
	background: url("images/index/bg_reason09.png")no-repeat center / cover;
	width: calc(296 / 1920 * 100vw);
	height: calc(300 / 1920 * 100vw);
	left: calc(31 / 1920* 100vw);
    bottom: calc(-28 / 1920* 100vw);
}
.row_reason01 .col_txt {
	width: 42%;
}
.wrap_reason01 {
	width: 95%;
}
.wrap_reason01::before {
	content: "";
    position: absolute;
    background: url(images/index/deco_reason09.png) no-repeat center / cover;
    width: calc(300 / 1920* 100vw);
    height: calc(300 / 1920* 100vw);
    left: calc(-50 / 1920* 100vw);
    top: calc(-64 / 1920* 100vw);
    z-index: -1;
}
.wrap_reason01 .num::first-letter {
	color: #4d3d26;
}
.wrap_reason01 .copy {
	display: inline;
	border-bottom: dotted calc(6 / 1920 * 100vw) #f87e34;
}
.wrap_reason01 .txt {
	text-align: left;
}
.ttl_common02 {
	width: 86%;
	height: calc(80 / 1920 * 100vw);
    max-width: 1200px;
}
.ttl_common02::before,.ttl_common02::after {
	content: "";
    position: absolute;
    width: calc(40 / 1920 * 100vw);
    height: calc(80 / 1920 * 100vw);
	top: 0;
	bottom: 0;
	margin: auto;
}
.ttl_common02::before {
	background: url("images/index/deco_common02_l.png") no-repeat center / cover;
	left: calc(-20 / 1920 * 100vw);
}
.ttl_common02::after {
	background: url("images/index/deco_common02_r.png") no-repeat center / cover;
	right: calc(-20 / 1920 * 100vw);
}
.ttl_common02.ptn01::before {
	background: url("images/index/deco_common03_l.png") no-repeat center / cover;
}
.ttl_common02.ptn01::after {
	background: url("images/index/deco_common03_r.png") no-repeat center / cover;
}
.ttl_common02.ptn03::before {
	background: url("images/index/deco_common05_l.png") no-repeat center / cover;
}
.ttl_common02.ptn03::after {
	background: url("images/index/deco_common05_r.png") no-repeat center / cover;
}
.ttl_common02 .deco {
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	height: 100%;
}
.row_reason02 {
	width: 90%;
    max-width: calc(1240 / 1920 * 100vw);
}
.row_reason02::before {
	content: "";
    position: absolute;
	background: url("images/index/deco_reason02.png") no-repeat center / cover;
    width: calc(122 / 1920 * 100vw);
    height: calc(180 / 1920 * 100vw);
	top: calc(-10 / 1920 * 100vw);
	left: calc(-222 / 1920 * 100vw);
}
.row_reason02::after {
	content: "";
    position: absolute;
	background: url("images/index/deco_reason03.png") no-repeat center / cover;
    width: calc(218 / 1920 * 100vw);
    height: calc(200 / 1920 * 100vw);
	bottom: calc(-37 / 1920 * 100vw);
	right: calc(-218 / 1920 * 100vw);
}
.row_reason02 .col {
	width: calc(280 / 1920 * 100vw);
	height: calc(280 / 1920 * 100vw);
}
.row_reason02 .col:not(:last-child) {
	margin-right: calc(40 / 1920 * 100vw);
}
.row_reason02 .col:nth-child(4n) {
	margin-right: 0;
}
.row_reason02 .col:nth-child(odd) {
	border: dotted calc(4 / 1920 * 100vw) #6ba2ca;
}
.row_reason02 .col:nth-child(even) {
	border: dotted calc(4 / 1920 * 100vw) #39ab7a;
}
.row_reason02 .col:nth-child(n+5) {
	margin-top: calc(40 / 1920 * 100vw);
}
.row_reason02 .col .icn {
	width: calc(105 / 1920 * 100vw);
}
.row_reason01.row01 .col_img .deco {
    width: calc(189 / 1920* 100vw);
    left: auto;
    top: calc(-41 / 1920* 100vw);
    right: calc(-65 / 1920* 100vw);
}
.row_reason03 {
	right: calc(64 / 1920* 100vw);
    bottom: calc(32 / 1920* 100vw);
}
.row_reason03 .ccl {
	width: calc(220 / 1920* 100vw);
    height: calc(220 / 1920* 100vw);
}
.ccl_common::before {
	content: "";
    position: absolute;
    border: dotted calc(4 / 1920* 100vw) #fff;
    width: calc(100% - calc(20 / 1920* 100vw));
    height: calc(100% - calc(20 / 1920* 100vw));
    border-radius: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.wrap_reason01.wrap01 .copy {
    border-bottom: dotted calc(6 / 1920* 100vw) #6ba2ca;
}
.wrap_reason01.wrap01::before {
    background: url(images/index/deco_reason10.png) no-repeat center / cover;
    left: auto;
    right: calc(-35 / 1920* 100vw);
    top: calc(-46 / 1920* 100vw);
}
/* 症例紹介 case
------------------------------------------------------------------*/
.list_case_tab {
	width: 90%;
    max-width: 1000px;
}
.list_case_tab li {
	width: 23.8%;
}
.list_case_tab li a {
	height: calc(80 / 1920* 100vw);
    letter-spacing: .1em;
    border-bottom: none;
    cursor: pointer;
    border-radius: calc(10 / 1920* 100vw) calc(10 / 1920* 100vw) 0 0;
    background: #fff;
    border-top: solid 1px #333333;
    border-right: solid 1px #333333;
    border-left: solid 1px #333333;
}
.list_case_tab li a.active, .list_case_tab li a:hover {
	background: #f4f4f4;
	border: none;
}
.wrap_case {
	position: relative;
}
.wrap_case::before,.wrap_case::after {
	content: "";
    position: absolute;
    width: calc(127 / 1920 * 100vw);
    height: calc(100 / 1920 * 100vw);
	top: 0;
}
.wrap_case::before {
	background: url("images/index/deco_reason11.png") no-repeat center / cover;
	left: 0;
}
.wrap_case::after {
	background: url("images/index/deco_reason12.png") no-repeat center / cover;
	right: 0;
}
.wrap_case01 {
	width: 90%;
    max-width: 1000px;
}
.ttl_case01 {
	border-bottom: solid 1px #333333;
}
.row_case01:after {
	border-left-color: #425471;
}
.row_case01 .en {
	height: calc(50 / 1920 * 100vw);
}
.slide_case .slide {
	width: 90%;
    max-width: 1000px;
	float: none;
}
/*テーブル*/
.tbl_case table {
	border: 1px solid #1c1c1c;
}
.tbl_case th {
    background: #dccd87;
	color: #333333;
}
.tbl_case tr:not(:last-child) th {
    border-bottom: 1px solid #1c1c1c;
}
.tbl_case tr:not(:last-child) td {
    border-bottom: 1px solid #1c1c1c;
}
.slide_case .slick-prev {
	background: url("images/index/arw_case03.svg")no-repeat center / cover;
	width: calc(58 / 1920 * 100vw);
	height: calc(107 / 1920 * 100vw);
	transform: translate(0);
	top: 0;
	bottom: 0;
	margin: auto;
	left: calc(-30 / 1920 * 100vw);
	z-index: 1;
}
.slide_case .slick-next {
	background: url("images/index/arw_case03.svg")no-repeat center / cover;
	width: calc(58 / 1920 * 100vw);
	height: calc(107 / 1920 * 100vw);
	right: calc(-30 / 1920 * 100vw);
	transform: translate(0) scaleX(-1);
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.slide_case .slick-prev:before, .slide_case .slick-next:before {
	display: none;
}
/*reason03*/
.box_reason01 {
	width: 77%;
    max-width: 1460px;
	margin-top: calc(170 / 1920 * 100vw);
	margin-bottom: calc(170 / 1920* 100vw);
}
.box_reason01::before {
	content: "";
	position: absolute;
	border: solid calc(10 / 1920 * 100vw) #f4f4f4;
	border-radius: calc(40 / 1920 * 100vw);
	width: 100%;
	height: 100%;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.box_reason01::after {
	content: "";
    position: absolute;
	background: url("images/index/deco_reason05.png") no-repeat center / cover;
    width: calc(118 / 1920 * 100vw);
    height: calc(300 / 1920 * 100vw);
	right: calc(345 / 1920* 100vw);
    top: calc(-110 / 1920* 100vw);
}
.box_reason01 .img_l,.box_reason01 .img_r {
	width: calc(390 / 1920 * 100vw);
	z-index: 2;
}
.box_reason01 .img_l {
	left: calc(-130 / 1920 * 100vw);
	top: calc(-70 / 1920 * 100vw);
}
.box_reason01 .img_r {
	right: calc(-130 / 1920 * 100vw);
	bottom: calc(-70 / 1920 * 100vw);
}
.box_reason01 .img_l .txt,.box_reason01 .img_r .txt {
    position: absolute;
    width: calc(60 / 1920* 100vw);
    left: calc(30 / 1920* 100vw);
    top: calc(0 / 1920* 100vw);
    padding: calc(22 / 1920* 100vw) 0 calc(15 / 1920* 100vw);
    letter-spacing: 0;
    line-height: 1;
}
.box_reason01 .img_l .txt::before,.box_reason01 .img_r .txt::before {
    content: "";
    position: absolute;
    background: url(images/index/deco_reason15.svg) no-repeat center / cover;
    width: calc(60 / 1920* 100vw);
    height: calc(40 / 1920* 100vw);
    right: 0;
    left: 0;
    bottom: calc(-20 / 1920* 100vw);
    margin: auto;
}
.wrap_reason01.wrap02 {
	width: 51%;
    max-width: 740px;
}
.wrap_reason01.wrap02::before {
    background: url(images/index/deco_reason13.png) no-repeat center / cover;
    left: calc(-53 / 1920* 100vw);
    top: calc(-139 / 1920* 100vw);
}
.wrap_reason01.wrap02 .copy {
    border-bottom: dotted calc(6 / 1920* 100vw) #f4646f;
}
.wrap_reason01.wrap03::before {
    background: url(images/index/deco_reason14.png) no-repeat center / cover;
    width: calc(260 / 1920* 100vw);
    height: calc(248 / 1920* 100vw);
    top: calc(-62 / 1920* 100vw);
    left: calc(-45 / 1920* 100vw);
}
.wrap_reason01.wrap03 .copy {
    border-bottom: dotted calc(6 / 1920* 100vw) #39ab7a;
}
.row_reason01.row02 .col_img .deco {
    left: calc(-100 / 1920* 100vw);
    top: calc(-37 / 1920* 100vw);
}
.row_reason04 .col {
	width: 50%;
}
.row_reason04 .col_l {
	background: url("images/index/bg_reason05.png") no-repeat top center / 100% auto,url("images/index/bg_reason06.png") no-repeat bottom center / 100% auto;
}
.row_reason04 .col_r {
	background: url("images/index/bg_reason05.png") no-repeat top center / 100% auto,url("images/index/bg_reason08.png") no-repeat bottom center / 100% auto;
}

.img_reason01 {
	width: 80%;
    max-width: 760px;
}
.img_reason01 .deco01 {
	width: calc(126 / 1920* 100vw);
    left: calc(52 / 1920* 100vw);
    bottom: calc(-100 / 1920* 100vw);
}
.img_reason01 .deco02 {
	width: calc(300 / 1920 * 100vw);
	right: calc(-51 / 1920* 100vw);
    bottom: calc(-51 / 1920* 100vw);
}
.wrap_reason01.wrap04::before,.wrap_reason01.wrap05::before {
    display: none;
}
.wrap_reason01.wrap04 .copy {
    border-bottom: dotted calc(6 / 1920* 100vw) #d2b6d2;
}
.wrap_reason01.wrap04,.wrap_reason01.wrap05 {
    width: 76%;
}
.row_reason03.row01 .ccl {
    width: calc(226 / 1920* 100vw);
    height: calc(226 / 1920* 100vw);
}
.row_reason03.row01 .ccl:not(:last-child) {
	margin-right: 3%;
}
.row_reason03.row01 .ccl .icn {
	width: calc(60 / 1920 * 100vw);
}
.row_reason03.row01 .ccl .txt {
	text-align: center;
}
.row_reason04 .col_r .img_reason01 .deco01 {
    width: calc(175 / 1920* 100vw);
    left: auto;
    right: calc(51 / 1920* 100vw);
    bottom: calc(-100 / 1920* 100vw);
}
.wrap_reason01.wrap05 .copy {
    border-bottom: dotted calc(6 / 1920* 100vw) #96b4d2;
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_reason01 {
		background: url(images/index/bg_reason01.png) no-repeat top 0% right / calc(1100 / 1599* 100vw) auto, url(images/index/bg_reason02.png) no-repeat top 28% left / calc(1100 / 1599* 100vw) auto, url(images/index/bg_reason03.png) no-repeat top 70.5% right / calc(1100 / 1599* 100vw) auto, url(images/index/bg_reason04.png) no-repeat bottom 7% left / calc(1100 / 1599* 100vw) auto;
	}
	.ttl_common01::before {
		height: calc(20 / 1599 * 100vw);
		top: calc(-19 / 1599 * 100vw);
	}
	.ttl_common01 .icn {
		width: calc(240 / 1599 * 100vw);
	}
	.row_reason01 .col_img .deco {
		width: calc(220 / 1599 * 100vw);
		left: calc(-73 / 1599* 100vw);
		top: calc(-23 / 1599* 100vw);
	}
	.row_reason01 > .col_img > .ccl {
		width: calc(296 / 1599 * 100vw);
		height: calc(300 / 1599 * 100vw);
		left: calc(47 / 1599* 100vw);
		bottom: calc(-12 / 1599* 100vw);
	}
	.wrap_reason01::before {
		width: calc(260 / 1599* 100vw);
		height: calc(260 / 1599* 100vw);
		left: calc(-50 / 1599* 100vw);
		top: calc(-64 / 1599* 100vw);
	}
	.wrap_reason01 .copy {
		border-bottom: dotted calc(6 / 1599 * 100vw) #f87e34;
	}
	.ttl_common02 {
		height: calc(80 / 1599 * 100vw);
	}
	.ttl_common02::before,.ttl_common02::after {
		width: calc(40 / 1599 * 100vw);
		height: calc(80 / 1599 * 100vw);
	}
	.ttl_common02::before {
		left: calc(-20 / 1599 * 100vw);
	}
	.ttl_common02::after {
		right: calc(-20 / 1599 * 100vw);
	}
	.row_reason02 {
		max-width: calc(1240 / 1599 * 100vw);
	}
	.row_reason02::before {
		width: calc(122 / 1599 * 100vw);
		height: calc(180 / 1599 * 100vw);
		top: calc(-10 / 1599 * 100vw);
		left: calc(-145 / 1599 * 100vw);
	}
	.row_reason02::after {
		width: calc(218 / 1599 * 100vw);
		height: calc(200 / 1599 * 100vw);
		bottom: calc(-37 / 1599 * 100vw);
		right: calc(-110 / 1599 * 100vw);
	}
	.row_reason02 .col {
		width: calc(280 / 1599 * 100vw);
		height: calc(280 / 1599 * 100vw);
	}
	.row_reason02 .col:not(:last-child) {
		margin-right: calc(40 / 1599 * 100vw);
	}
	.row_reason02 .col:nth-child(4n) {
		margin-right: 0;
	}
	.row_reason02 .col:nth-child(odd) {
		border: dotted calc(4 / 1599 * 100vw) #6ba2ca;
	}
	.row_reason02 .col:nth-child(even) {
		border: dotted calc(4 / 1599 * 100vw) #39ab7a;
	}
	.row_reason02 .col:nth-child(n+5) {
		margin-top: calc(40 / 1599 * 100vw);
	}
	.row_reason02 .col .icn {
		width: calc(105 / 1599 * 100vw);
	}
	.row_reason01.row01 .col_img .deco {
		width: calc(189 / 1599* 100vw);
		left: auto;
		top: calc(-22 / 1599* 100vw);
		right: calc(-86 / 1599* 100vw);
	}
	.row_reason03 {
		right: calc(47 / 1599* 100vw);
		bottom: calc(47 / 1599* 100vw);
	}
	.row_reason03 .ccl {
		width: calc(220 / 1599* 100vw);
		height: calc(220 / 1599* 100vw);
	}
	.ccl_common::before {
		border: dotted calc(4 / 1599* 100vw) #fff;
		width: calc(100% - calc(20 / 1599* 100vw));
		height: calc(100% - calc(20 / 1599* 100vw));
	}
	.wrap_reason01.wrap01 .copy {
		border-bottom: dotted calc(6 / 1599* 100vw) #6ba2ca;
	}
	.wrap_reason01.wrap01::before {
		right: calc(-35 / 1599* 100vw);
		top: calc(-46 / 1599* 100vw);
	}
	/* 症例紹介 case
	------------------------------------------------------------------*/
	.list_case_tab li a {
		height: calc(80 / 1599* 100vw);
		border-radius: calc(10 / 1599* 100vw) calc(10 / 1599* 100vw) 0 0;
	}
	.wrap_case::before,.wrap_case::after {
		width: calc(127 / 1599 * 100vw);
		height: calc(100 / 1599 * 100vw);
	}
	.row_case01 .en {
		height: calc(50 / 1599 * 100vw);
	}
	/*テーブル*/
	.slide_case .slick-prev {
		width: calc(58 / 1599 * 100vw);
		height: calc(107 / 1599 * 100vw);
		left: calc(-30 / 1599 * 100vw);
	}
	.slide_case .slick-next {
		width: calc(58 / 1599 * 100vw);
		height: calc(107 / 1599 * 100vw);
		right: calc(-30 / 1599 * 100vw);
	}
	/*reason03*/
	.box_reason01 {
		margin-top: calc(170 / 1599 * 100vw);
		margin-bottom: calc(152 / 1599* 100vw);
	}
	.box_reason01::before {
		border: solid calc(10 / 1599 * 100vw) #f4f4f4;
		border-radius: calc(40 / 1599 * 100vw);
	}
	.box_reason01::after {
		width: calc(118 / 1599 * 100vw);
		height: calc(300 / 1599 * 100vw);
		right: calc(235 / 1599* 100vw);
		top: calc(-110 / 1599* 100vw);
	}
	.box_reason01 .img_l,.box_reason01 .img_r {
		width: calc(390 / 1599 * 100vw);
	}
	.box_reason01 .img_l {
		left: calc(-130 / 1599 * 100vw);
		top: calc(-70 / 1599 * 100vw);
	}
	.box_reason01 .img_r {
		right: calc(-130 / 1599 * 100vw);
		bottom: calc(-70 / 1599 * 100vw);
	}
	.box_reason01 .img_l .txt,.box_reason01 .img_r .txt {
		width: calc(60 / 1599* 100vw);
		left: calc(30 / 1599* 100vw);
		top: calc(0 / 1599* 100vw);
		padding: calc(22 / 1599* 100vw) 0 calc(15 / 1599* 100vw);
	}
	.box_reason01 .img_l .txt::before,.box_reason01 .img_r .txt::before {
		width: calc(60 / 1599* 100vw);
		height: calc(40 / 1599* 100vw);
		bottom: calc(-20 / 1599* 100vw);
	}
	.wrap_reason01.wrap02::before {
		left: calc(-53 / 1599* 100vw);
		top: calc(-139 / 1599* 100vw);
	}
	.wrap_reason01.wrap02 .copy {
		border-bottom: dotted calc(6 / 1599* 100vw) #f4646f;
	}
	.wrap_reason01.wrap03::before {
		width: calc(260 / 1599* 100vw);
		height: calc(248 / 1599* 100vw);
		top: calc(-62 / 1599* 100vw);
		left: calc(-45 / 1599* 100vw);
	}
	.wrap_reason01.wrap03 .copy {
		border-bottom: dotted calc(6 / 1599* 100vw) #39ab7a;
	}
	.row_reason01.row02 .col_img .deco {
		left: calc(-83 / 1599* 100vw);
		top: calc(-19 / 1599* 100vw);
	}
	.img_reason01 .deco01 {
		width: calc(126 / 1599* 100vw);
		left: calc(68 / 1599* 100vw);
		bottom: calc(-81 / 1599* 100vw);
	}
	.img_reason01 .deco02 {
		width: calc(300 / 1599 * 100vw);
		right: calc(-34 / 1599* 100vw);
		bottom: calc(-31 / 1599* 100vw);
	}
	.wrap_reason01.wrap04 .copy {
		border-bottom: dotted calc(6 / 1599* 100vw) #d2b6d2;
	}
	.row_reason03.row01 .ccl {
		width: calc(226 / 1599* 100vw);
		height: calc(226 / 1599* 100vw);
	}
	.row_reason03.row01 .ccl .icn {
		width: calc(60 / 1599 * 100vw);
	}
	.row_reason04 .col_r .img_reason01 .deco01 {
		width: calc(175 / 1599* 100vw);
		right: calc(67 / 1599* 100vw);
		bottom: calc(-81 / 1599* 100vw);
	}
	.wrap_reason01.wrap05 .copy {
		border-bottom: dotted calc(6 / 1599* 100vw) #96b4d2;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_reason01 {
		background: url(images/index/bg_reason01.png) no-repeat top 0% right / calc(900 / 1299* 100vw) auto, url(images/index/bg_reason02.png) no-repeat top 28% left / calc(900 / 1299* 100vw) auto, url(images/index/bg_reason03.png) no-repeat top 70.5% right / calc(900 / 1299* 100vw) auto, url(images/index/bg_reason04.png) no-repeat bottom 7% left / calc(900 / 1299* 100vw) auto;
	}
	.ttl_common01::before {
		height: calc(20 / 1299 * 100vw);
		top: calc(-19 / 1299 * 100vw);
	}
	.ttl_common01 .icn {
		width: calc(240 / 1299 * 100vw);
	}
	.ttl_common01 .ja {
		line-height: 1.4;
	}
	.row_reason01.row01 .col_img .deco {
		width: calc(200 / 1299* 100vw);
        left: calc(-44 / 1299* 100vw);
        top: calc(-41 / 1299* 100vw);
	}
	.row_reason01 > .col_img > .ccl {
		width: calc(256 / 1299* 100vw);
        height: calc(250 / 1299* 100vw);
        left: calc(-5 / 1299* 100vw);
        bottom: calc(-12 / 1299* 100vw);
		padding-top: calc(10 / 1299* 100vw);
	}
	.row_reason01 > .col_img > .ccl .txt01 {
		font-size: 2rem;
    	margin-bottom: calc(13 / 1299* 100vw);
	}
	.row_reason01 > .col_img > .ccl .txt02 {
    	margin-bottom: calc(10 / 1299* 100vw);
	}
	.row_reason01 > .col_img > .ccl .txt02 .txt_col15 {
    	font-size: 2.75rem;
	}
	.wrap_reason01::before {
		width: calc(220 / 1299* 100vw);
		height: calc(220 / 1299* 100vw);
		left: calc(-50 / 1299* 100vw);
		top: calc(-64 / 1299* 100vw);
	}
	.wrap_reason01 .copy {
		font-size: 2rem;
		border-bottom: dotted calc(6 / 1299 * 100vw) #f87e34;
	}
	.ttl_common02 {
		height: calc(80 / 1299 * 100vw);
		padding: calc(5 / 1299* 100vw) 0 calc(5 / 1299* 100vw);
	}
	.ttl_common02::before,.ttl_common02::after {
		width: calc(40 / 1299 * 100vw);
		height: calc(80 / 1299 * 100vw);
	}
	.ttl_common02::before {
		left: calc(-20 / 1299 * 100vw);
	}
	.ttl_common02::after {
		right: calc(-20 / 1299 * 100vw);
	}
	.row_reason02 {
		max-width: calc(1240 / 1299 * 100vw);
	}
	.row_reason02::before {
		width: calc(122 / 1299* 100vw);
        height: calc(180 / 1299* 100vw);
        top: 32%;
        left: calc(-38 / 1299* 100vw);
	}
	.row_reason02::after {
		width: calc(208 / 1299* 100vw);
        height: calc(190 / 1299* 100vw);
        bottom: calc(-37 / 1299* 100vw);
        right: calc(-53 / 1299* 100vw);
	}
	.row_reason02 .col {
		width: calc(240 / 1299 * 100vw);
		height: calc(240 / 1299 * 100vw);
	}
	.row_reason02 .col:not(:last-child) {
		margin-right: calc(40 / 1299 * 100vw);
	}
	.row_reason02 .col:nth-child(4n) {
		margin-right: 0;
	}
	.row_reason02 .col:nth-child(odd) {
		border: dotted calc(4 / 1299 * 100vw) #6ba2ca;
	}
	.row_reason02 .col:nth-child(even) {
		border: dotted calc(4 / 1299 * 100vw) #39ab7a;
	}
	.row_reason02 .col:nth-child(n+5) {
		margin-top: calc(40 / 1299 * 100vw);
	}
	.row_reason02 .col .icn {
		width: calc(105 / 1299 * 100vw);
	}
	.row_reason01.row01 .col_img .deco {
		width: calc(167 / 1299* 100vw);
        left: auto;
        top: calc(-95 / 1299* 100vw);
        right: calc(-45 / 1299* 100vw);
	}
	.row_reason03 {
		right: calc(-5 / 1299* 100vw);
        bottom: calc(-60 / 1299* 100vw);
	}
	.row_reason03 .ccl {
		width: calc(220 / 1299* 100vw);
		height: calc(220 / 1299* 100vw);
	}
	.ccl_common::before {
		border: dotted calc(4 / 1299* 100vw) #fff;
		width: calc(100% - calc(20 / 1299* 100vw));
		height: calc(100% - calc(20 / 1299* 100vw));
	}
	.wrap_reason01.wrap01 .copy {
		border-bottom: dotted calc(6 / 1299* 100vw) #6ba2ca;
	}
	.wrap_reason01.wrap01::before {
		right: calc(-35 / 1299* 100vw);
		top: calc(-46 / 1299* 100vw);
	}
	/* 症例紹介 case
	------------------------------------------------------------------*/
	.list_case_tab li a {
		height: calc(80 / 1299* 100vw);
		border-radius: calc(10 / 1299* 100vw) calc(10 / 1299* 100vw) 0 0;
	}
	.wrap_case::before,.wrap_case::after {
		width: calc(127 / 1299 * 100vw);
		height: calc(100 / 1299 * 100vw);
	}
	.row_case01 .en {
		height: calc(50 / 1299 * 100vw);
	}
	/*テーブル*/
	.slide_case .slick-prev {
		width: calc(58 / 1299 * 100vw);
		height: calc(107 / 1299 * 100vw);
		left: calc(-30 / 1299 * 100vw);
	}
	.slide_case .slick-next {
		width: calc(58 / 1299 * 100vw);
		height: calc(107 / 1299 * 100vw);
		right: calc(-30 / 1299 * 100vw);
	}
	/*reason03*/
	.box_reason01 {
		margin-top: calc(170 / 1299 * 100vw);
		margin-bottom: calc(152 / 1299* 100vw);
	}
	.box_reason01::before {
		border: solid calc(10 / 1299 * 100vw) #f4f4f4;
		border-radius: calc(40 / 1299 * 100vw);
	}
	.box_reason01::after {
		width: calc(118 / 1299 * 100vw);
		height: calc(300 / 1299 * 100vw);
		right: calc(155 / 1299* 100vw);
		top: calc(-110 / 1299* 100vw);
	}
	.box_reason01 .img_l,.box_reason01 .img_r {
		width: calc(330 / 1299 * 100vw);
	}
	.box_reason01 .img_l {
		left: calc(-130 / 1299 * 100vw);
		top: calc(-70 / 1299 * 100vw);
	}
	.box_reason01 .img_r {
		right: calc(-130 / 1299 * 100vw);
		bottom: calc(-70 / 1299 * 100vw);
	}
	.box_reason01 .img_l .txt,.box_reason01 .img_r .txt {
		width: calc(60 / 1299* 100vw);
		left: calc(20 / 1299* 100vw);
		top: calc(0 / 1299* 100vw);
		padding: calc(22 / 1299* 100vw) 0 calc(15 / 1299* 100vw);
		font-size: 1.5rem;
	}
	.box_reason01 .img_l .txt::before,.box_reason01 .img_r .txt::before {
		width: calc(60 / 1299* 100vw);
		height: calc(40 / 1299* 100vw);
		bottom: calc(-20 / 1299* 100vw);
	}
	.wrap_reason01.wrap02::before {
		left: calc(-53 / 1299* 100vw);
		top: calc(-139 / 1299* 100vw);
	}
	.wrap_reason01.wrap02 .copy {
		border-bottom: dotted calc(6 / 1299* 100vw) #f4646f;
	}
	.wrap_reason01.wrap03::before {
		width: calc(230 / 1299* 100vw);
		height: calc(218 / 1299* 100vw);
		top: calc(-62 / 1299* 100vw);
		left: calc(-45 / 1299* 100vw);
	}
	.wrap_reason01.wrap03 .copy {
		border-bottom: dotted calc(6 / 1299* 100vw) #39ab7a;
	}
	.row_reason01.row02 .col_img .deco {
		left: calc(-83 / 1299* 100vw);
		top: calc(-19 / 1299* 100vw);
	}
	.img_reason01 .deco01 {
		width: calc(104 / 1299* 100vw);
        left: calc(3 / 1299* 100vw);
        bottom: calc(-81 / 1299* 100vw);
	}
	.img_reason01 .deco02 {
		width: calc(250 / 1299 * 100vw);
		right: calc(-34 / 1299* 100vw);
		bottom: calc(-31 / 1299* 100vw);
	}
	.wrap_reason01.wrap04 .copy {
		border-bottom: dotted calc(6 / 1299* 100vw) #d2b6d2;
	}
	.row_reason03.row01 .ccl {
		width: calc(200 / 1299* 100vw);
        height: calc(200 / 1299* 100vw);
		padding-bottom: calc(5 / 1299* 100vw);
	}
	.row_reason03.row01 .ccl:not(:last-child) {
		margin-right: 1%;
	}
	.row_reason03.row01 .ccl .icn {
		width: calc(50 / 1299 * 100vw);
	}
	.row_reason03.row01 .ccl .txt {
		font-size: 1.5rem;
		letter-spacing: 0;
		line-height: 1.4;
	}
	.row_reason04 .col_r .img_reason01 .deco01 {
		width: calc(165 / 1299* 100vw);
		right: calc(4 / 1299* 100vw);
		bottom: calc(-81 / 1299* 100vw);
	}
	.wrap_reason01.wrap05 .copy {
		border-bottom: dotted calc(6 / 1299* 100vw) #96b4d2;
	}
}
@media(max-width: 767px) {
	.bg_reason01 {
		background: url(images/index/bg_reason01.png) no-repeat top 0% right / calc(750 / 750* 100vw) auto, url(images/index/bg_reason02.png) no-repeat top 27.3% left / calc(750 / 750* 100vw) auto, url(images/index/bg_reason03.png) no-repeat top 71.2% right / calc(750 / 750* 100vw) auto, url(images/index/bg_reason04.png) no-repeat bottom 11% left / calc(750 / 750* 100vw) auto;
	}
	.ttl_common01 {
		background: #f75e02 url(images/index/bg_common01_sp.png) no-repeat center bottom / 100% auto;
	}
	.ttl_common01::before {
		background: url(images/index/frame_ttl01_sp.svg) no-repeat center / 100% auto;
		height: calc(20 / 750 * 100vw);
		top: calc(-20 / 750 * 100vw);
	}
	.ttl_common01 .icn {
		width: calc(240 / 750 * 100vw);
		margin-bottom: 3vw;
	}
	.ttl_common01 .ja {
		margin-bottom: 3vw;
		font-size: 1.5625rem;
		line-height: 1.4;
	}
	.ttl_common01 .en {
		font-size: 1.25rem;
	}
	.row_reason01 {
		width: 100%;
        max-width: calc(700 / 750* 100vw);
		margin-bottom: 7.5vw;
	}
	.row_reason01 .col_img {
		width: 100%;
        max-width: 100%;
        margin-bottom: 6.5vw;
	}
	.row_reason01 .col_img .deco {
		width: calc(191 / 750* 100vw);
        right: calc(7 / 750* 100vw);
        left: auto;
        top: calc(-53 / 750* 100vw);
	}
	.row_reason01 > .col_img > .ccl {
		width: calc(296 / 750* 100vw);
        height: calc(300 / 750* 100vw);
        left: calc(-8 / 750* 100vw);
        bottom: calc(-82 / 750* 100vw);
        padding-top: calc(-2 / 750* 100vw);
	}
	.row_reason01 > .col_img > .ccl .txt01 {
		font-size: 1.125rem;
        margin-bottom: calc(17 / 750* 100vw);
	}
	.row_reason01 > .col_img > .ccl .txt02 {
    	margin-bottom: calc(16 / 750* 100vw);
        font-size: .75rem;
	}
	.row_reason01 > .col_img > .ccl .txt02 .txt_col15 {
    	font-size: 1.875rem;
	}
	.row_reason01 > .col_img > .ccl .txt03 {
        font-size: .75rem;
	}
	.row_reason01 .col_txt {
		width: 100%;
	}
	.wrap_reason01 {
		width: 100%;
	}
	.wrap_reason01 .num {
		font-size: 2.5rem;
	}
	.wrap_reason01::before {
		width: calc(300 / 750* 100vw);
        height: calc(300 / 750* 100vw);
        left: 2vw;
        top: 8vw;
	}
	.wrap_reason01 .ttl_reason3 {
		margin-bottom: 6vw;
	}
	.wrap_reason01 .copy {
		font-size: 1.25rem;
		border-bottom: dotted calc(6 / 750 * 100vw) #f87e34;
	}
	.wrap_reason01 .txt {
		max-width: calc(646 / 750* 100vw) !important;
        margin-left: auto;
        margin-right: auto;
	}
	.ttl_reason02 {
		margin-bottom: 4vw;
	}
	.ttl_reason02.ttl01.ptn01 {
        margin-bottom: 6vw;
    }
	.ttl_reason02.ttl02 {
        margin-bottom: 8vw;
    }
	.ttl_common02 {
		width: 86%;
		max-width: 100%;
		height: calc(100 / 750 * 100vw);
		padding: calc(10 / 750* 100vw) 0 calc(10 / 750* 100vw);
	}
	.ttl_common02::before,.ttl_common02::after {
		width: calc(50 / 750 * 100vw);
		height: calc(100 / 750 * 100vw);
	}
	.ttl_common02::before {
		left: calc(-30 / 750 * 100vw);
	}
	.ttl_common02::after {
		right: calc(-30 / 750 * 100vw);
	}
	.ttl_common02 .ttl {
		font-size: 1.125rem;
    	letter-spacing: 0;
		line-height: 1.6;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
	}
	.row_reason02 {
		max-width: calc(647 / 750* 100vw);
        justify-content: unset!important;
        width: 100%;
		margin-bottom: 12vw;
	}
	.row_reason02::before {
		width: calc(98 / 750* 100vw);
        height: calc(145 / 750* 100vw);
        top: auto;
        left: auto;
        right: 29vw;
        bottom: 22.5vw;
	}
	.row_reason02::after {
		width: calc(174 / 750* 100vw);
        height: calc(160 / 750* 100vw);
        bottom: calc(62 / 750* 100vw);
        right: calc(-2 / 750* 100vw);
	}
	.row_reason02 .col {
		width: calc(314 / 750 * 100vw);
		height: calc(314 / 750 * 100vw);
	}
	.row_reason02 .col:not(:last-child) {
		margin-right: calc(19 / 750 * 100vw);
	}
	.row_reason02 .col:nth-child(2n) {
		margin-right: 0;
	}
	.row_reason02 .col:nth-child(odd) {
		border: dotted calc(4 / 750 * 100vw) #6ba2ca;
	}
	.row_reason02 .col:nth-child(even) {
		border: dotted calc(4 / 750 * 100vw) #39ab7a;
	}
	.row_reason02 .col:nth-child(n+3) {
		margin-top: calc(19 / 750 * 100vw);
	}
	.row_reason02 .col .icn {
		width: calc(106 / 750 * 100vw);
	}
	.row_reason02 .col .txt {
		font-size: .875rem;
		letter-spacing: 0;
	}
	.row_reason01.row01 .col_img .deco {
		width: calc(151 / 750* 100vw);
        top: calc(-74 / 750* 100vw);
        right: auto;
        left: 7vw;
	}
	.row_reason01.row01 .col_img {
        margin-bottom: 18.5vw;
    }
	.row_reason03 {
		bottom: calc(-109 / 750* 100vw);
        right: 0;
        left: 0;
	}
	.row_reason03 .ccl {
		width: calc(220 / 750* 100vw);
		height: calc(220 / 750* 100vw);
	}
	.row_reason03 .ccl .txt {
		font-size: .8125rem;
    	letter-spacing: 0;
	}
	.ccl_common::before {
		border: dotted calc(4 / 750* 100vw) #fff;
		width: calc(100% - calc(20 / 750* 100vw));
		height: calc(100% - calc(20 / 750* 100vw));
	}
	.wrap_reason01.wrap01 .copy {
		border-bottom: dotted calc(6 / 750* 100vw) #6ba2ca;
	}
	.wrap_reason01.wrap01::before {
		right: calc(7 / 750* 100vw);
        top: calc(-37 / 750* 100vw);
	}
	/* 症例紹介 case
	------------------------------------------------------------------*/
	.list_case_tab {
		width: 100%;
		max-width: calc(620 / 750 * 100vw);
		margin-bottom: 6vw;
	}
	.list_case_tab li {
		width: 48%;
		max-width: calc(300 / 750 * 100vw);
	}
	.list_case_tab li:nth-child(n+3) {
		margin-top: calc(20 / 750 * 100vw);
	}
	.list_case_tab li a {
		height: calc(80 / 750* 100vw);
		border-radius: calc(10 / 750* 100vw);
		border: solid calc(2 / 750* 100vw) #333333;
	}
	.list_case_tab li a .fz22 {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.wrap_case {
		padding: 5vw 0 10.5vw;
	}
	.wrap_case::before,.wrap_case::after {
		width: calc(127 / 750 * 100vw);
		height: calc(100 / 750 * 100vw);
	}
	.wrap_case01 {
		width: 90%;
		max-width: 100%;
	}
	.ttl_case01 {
		padding-bottom: 1vw;
		width: 95%;
		margin: 0 auto 5vw;
	}
	.ttl_case01 .ja {
		font-size: 1.25rem;
    	letter-spacing: 0
	}
	.row_case01 .en {
		height: calc(50 / 750 * 100vw);
	}
	/*テーブル*/
	.slide_case .slick-prev {
		width: calc(58 / 750 * 100vw);
		height: calc(107 / 750 * 100vw);
		left: calc(-30 / 750 * 100vw);
	}
	.slide_case .slick-next {
		width: calc(58 / 750 * 100vw);
		height: calc(107 / 750 * 100vw);
		right: calc(-30 / 750 * 100vw);
	}
	/*reason03*/
	.box_reason01 {
		margin-top: calc(151 / 750* 100vw);
        margin-bottom: calc(105 / 750* 100vw);
        width: 100%;
        max-width: calc(700 / 750* 100vw);
        padding-top: 80.5vw;
		padding-bottom: 6.5vw;
	}
	.box_reason01::before {
		border: solid calc(10 / 750 * 100vw) #f4f4f4;
		border-radius: calc(40 / 750 * 100vw);
	}
	.box_reason01::after {
		width: calc(94 / 750* 100vw);
        height: calc(240 / 750* 100vw);
        right: 7vw;
        top: calc(-98 / 750* 100vw);
        z-index: 2;
	}
	.box_reason01 .img_l,.box_reason01 .img_r {
		width: calc(311 / 750 * 100vw);
	}
	.box_reason01 .img_l {
		left: calc(29 / 750* 100vw);
        top: calc(-48 / 750* 100vw);
	}
	.box_reason01 .img_r {
		right: calc(26 / 750* 100vw);
        bottom: auto;
        top: 7vw;
	}
	.box_reason01 .img_l .txt,.box_reason01 .img_r .txt {
		width: calc(60 / 750* 100vw);
		left: calc(20 / 750* 100vw);
		top: calc(0 / 750* 100vw);
		padding: calc(22 / 750* 100vw) 0 calc(15 / 750* 100vw);
		font-size: 1.0625rem;
	}
	.box_reason01 .img_l .txt::before,.box_reason01 .img_r .txt::before {
		width: calc(60 / 750* 100vw);
		height: calc(40 / 750* 100vw);
		bottom: calc(-20 / 750* 100vw);
	}
	.wrap_reason01.wrap02 {
		width: 100%;
    	max-width: calc(580 / 750* 100vw);
	}
	.wrap_reason01.wrap02::before {
		left: calc(-23 / 750* 100vw);
        top: calc(-89 / 750* 100vw);
        width: calc(296 / 750* 100vw);
        height: calc(300 / 750* 100vw);
	}
	.wrap_reason01.wrap02 .copy {
		border-bottom: dotted calc(6 / 750* 100vw) #f4646f;
	}
	.wrap_reason01.wrap03::before {
		width: calc(260 / 750* 100vw);
        height: calc(248 / 750* 100vw);
        top: calc(-22 / 750* 100vw);
        left: calc(27 / 750* 100vw);
	}
	.wrap_reason01.wrap03 .copy {
		border-bottom: dotted calc(6 / 750* 100vw) #39ab7a;
	}
	.row_reason01.row02 {
		margin-bottom: 11.5vw;
	}
	.row_reason01.row02 .col_img .deco {
		left: auto;
        top: calc(-58 / 750* 100vw);
        right: 2vw;
        width: calc(182 / 750* 100vw);
	}
	.img_reason01 .deco01 {
		width: calc(114 / 750* 100vw);
        left: calc(3 / 750* 100vw);
        bottom: calc(-81 / 750* 100vw);
	}
	.img_reason01 .deco02 {
		width: calc(250 / 750 * 100vw);
		right: calc(-34 / 750* 100vw);
		bottom: calc(-31 / 750* 100vw);
	}
	.wrap_reason01.wrap04 .copy {
		border-bottom: dotted calc(6 / 750* 100vw) #d2b6d2;
	}
	.row_reason03.row01 .ccl {
		width: calc(226 / 750* 100vw);
        height: calc(226 / 750* 100vw);
		padding-bottom: calc(5 / 750* 100vw);
	}
	.row_reason03.row01 .ccl:not(:last-child) {
		margin-right: 1%;
	}
	.row_reason04 .col_r .row_reason03.row01 .ccl:not(:last-child) {
		margin-right: 3%;
	}
	.row_reason03.row01 .ccl .icn {
		width: calc(60 / 750* 100vw);
        margin-bottom: 1vw;
	}
	.row_reason03.row01 .ccl .txt {
		font-size: .75rem;
        letter-spacing: 0;
        line-height: 1.6;
	}
	.row_reason03.row02 {
		margin-bottom: 11.5vw;
	}
	.row_reason04 .col {
		width: 100%;
		padding-top: 13vw;
	}
	.row_reason04 .col_r {
		margin-top: 13vw;
	}
	.img_reason01 {
		width: 100%;
		max-width: calc(646 / 750* 100vw);
	    margin-bottom: 7vw;
	}
	.row_reason04 .col_r .img_reason01 .deco01 {
		width: calc(138 / 750* 100vw);
        right: calc(4 / 750* 100vw);
        bottom: calc(-59 / 750* 100vw);
	}
	.img_reason01 .deco01 {
        width: calc(101 / 750* 100vw);
        left: calc(30 / 750* 100vw);
        bottom: calc(-81 / 750* 100vw);
    }
	.wrap_reason01.wrap05 .copy {
		border-bottom: dotted calc(6 / 750* 100vw) #96b4d2;
	}
	.wrap_reason01.wrap04 .num,.wrap_reason01.wrap05 .num {
        margin-bottom: 1vw;
    }
	.wrap_reason01.wrap04, .wrap_reason01.wrap05 {
		width: 86%;
	}
	.wrap_reason01.wrap04 .txt,.wrap_reason01.wrap05 .txt {
		margin-bottom: 7vw;
	}
}
/* pediatric
------------------------------------------------------------------*/
.ttl_pediatric01.ttl_common01 {
    background: #3a69ca url(images/index/bg_common01.png) no-repeat center bottom / 100% auto;
}
.ttl_pediatric01.ttl_common01::before {
    background: url(images/index/frame_ttl02.svg) no-repeat center / cover;
}
.bg_pediatric01::before {
	content: "";
    position: absolute;
	background: url("images/page/ptn02.png") repeat center / auto;
    width: 100%;
    height: calc(700 / 1920 * 100vw);
	right: 0;
	left: 0;
	top: 0;
	margin: auto;
}
.box_pediatric01 {
	background: url(images/index/deco_reason11.png) no-repeat top left / calc(126 / 1920 * 100vw) auto,url(images/index/deco_reason12.png) no-repeat top right / calc(126 / 1920 * 100vw) auto;
}
.box_pediatric01::before {
	content: "";
    position: absolute;
	background: url("images/index/deco_pediatric_ortho01.png") no-repeat center / cover;
    width: calc(223 / 1920 * 100vw);
    height: calc(300 / 1920 * 100vw);
	left: calc(-130 / 1920 * 100vw);
	bottom: calc(-100 / 1920 * 100vw);
}
.box_pediatric01 .ttl {
	border-bottom: dotted calc(6 / 1920 * 100vw) #6ba2ca;
}
.img_pediatric01,.ttl_pediatric02 {
	width: 90%;
    max-width: 1000px;
}
.ttl_pediatric02 {
	height: calc(80 / 1920 * 100vw);
}
.bg_pediatric02 {
	padding-top: calc(320 / 1920 * 100vw);
	background: url("images/index/frame_pediatric_ortho01.svg")no-repeat center top / 100% auto,url("images/index/deco_pediatric_ortho02.png")no-repeat center top / 100% auto,url("images/index/bg_pediatric_ortho01.jpg")no-repeat center / cover;
}
.ccl_pediatric01 {
	    background: url(images/index/bg_pediatric_ortho02.png) no-repeat center / cover;
    width: calc(355 / 1920* 100vw);
    height: calc(360 / 1920* 100vw);
    transform: translateY(-20%);
    -webkit-transform: translateY(-20%);
}
.box_pediatric02::before {
	content: "";
    position: absolute;
	border: dotted calc(6 / 1920* 100vw) #f87e34;
    width: calc(100% - calc(20 / 1920* 100vw));
    height: calc(100% - calc(20 / 1920* 100vw));
	border-radius: calc(20 / 1920* 100vw);
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.box_pediatric02 .num {
	width: calc(80 / 1920* 100vw);
    height: calc(80 / 1920* 100vw);
    top: calc(0 / 1920* 100vw);
    left: calc(40 / 1920* 100vw);
    padding-left: calc(10 / 1920* 100vw);
}
.box_pediatric02 .num::before {
	content: "";
    position: absolute;
	background: url("images/index/deco_pediatric_ortho03.svg") no-repeat center / cover;
    width: calc(80 / 1920 * 100vw);
    height: calc(40 / 1920 * 100vw);
	right: 0;
	left: 0;
	bottom: calc(-20 / 1920* 100vw);
	margin: auto;
}
.row_pediatric01 .col_img {
    width: 31%;
    max-width: 345px;
}
.row_pediatric01 .col_txt {
    width: 65%;
}
.box_pediatric02.box01::before {
    border: dotted calc(6 / 1920* 100vw) #39ab7a;
}
.box_pediatric02.box01 .num {
    top: calc(0 / 1920* 100vw);
    right: calc(40 / 1920* 100vw);
	left: auto;
	padding-left: calc(5 / 1920* 100vw);
}
.box_pediatric02.box01 .num::before {
    background: url(images/index/deco_pediatric_ortho04.svg) no-repeat center / cover;
}
.box_pediatric02.box02 .num {
    padding-left: calc(4 / 1920* 100vw);
}
.box_pediatric02.box02 .num::before {
    background: url(images/index/deco_pediatric_ortho05.svg) no-repeat center / cover;
	padding-left: calc(3 / 1920* 100vw);
}
.box_pediatric02.box02::before {
    border: dotted calc(6 / 1920* 100vw) #b889ba;
}
.row_pediatric02 .col {
	width: 32%;
    max-width: 460px;
}
.row_pediatric02 .col .img {
	width: calc(460 / 1920 * 100vw);
}
.row_pediatric02 .col .ttl {
	margin-top: calc(-60 / 1920 * 100vw);
	width: calc(360 / 1920 * 100vw);
	height: calc(60 / 1920 * 100vw);
}
.row_pediatric02 .col .ttl::before,.row_pediatric02 .col .ttl::after {
	content: "";
    position: absolute;
	background: url("images/index/deco_pediatric_ortho06.svg") no-repeat center / cover;
    width: calc(40 / 1920 * 100vw);
    height: calc(60 / 1920 * 100vw);
	top: 0;
	bottom: 0;
	margin: auto;
}
.row_pediatric02 .col .ttl::before {
	left: calc(-20 / 1920 * 100vw);
}
.row_pediatric02 .col .ttl::after {
	right: calc(-20 / 1920 * 100vw);
	transform: rotate(180deg);
}
.row_pediatric02 .col .ttl.ptn01::before,.row_pediatric02 .col .ttl.ptn01::after {
	background: url("images/index/deco_pediatric_ortho07.svg") no-repeat center / cover;
}
.row_pediatric02 .col .ttl.ptn02::before,.row_pediatric02 .col .ttl.ptn02::after {
	background: url("images/index/deco_pediatric_ortho08.svg") no-repeat center / cover;
}
.row_pediatric02 .col .txt {
	width: 90%;
}
.bg_pediatric04 {
	background: url("images/index/bg_pediatric_ortho03.png") no-repeat center top / calc(1500 / 1920 * 100vw) auto;
	padding: 0 0 calc(300 / 1920 * 100vw);
}
.arw_pediatric01 {
    width: calc(1240 / 1920 * 100vw);
}
.wrap_pediatric01 {
	width: 90%;
    max-width: 710px;
}
.wrap_pediatric01 .copy01::before,.wrap_pediatric01 .copy01::after {
	content: "";
    position: absolute;
    width: calc(90 / 1920 * 100vw);
    height: calc(140 / 1920 * 100vw);
	top: calc(-50 / 1920 * 100vw);
}
.wrap_pediatric01 .copy01::before {
	background: url("images/index/deco_pediatric_ortho09.svg") no-repeat center / cover;
	left: calc(-117 / 1920 * 100vw);
}
.wrap_pediatric01 .copy01::after {
	background: url("images/index/deco_pediatric_ortho10.svg") no-repeat center / cover;
	right: calc(-105 / 1920 * 100vw);
}
.wrap_pediatric01 .copy02 {
	border-bottom: dotted calc(6 / 1920 * 100vw) #f87e34;
}
.wrap_pediatric01::before,.wrap_pediatric01::after {
	content: "";
    position: absolute;
    width: calc(300 / 1920 * 100vw);
    height: calc(298 / 1920 * 100vw);
	bottom: -82%;
}
.wrap_pediatric01::before {
	background: url("images/index/deco_pediatric_ortho11.svg") no-repeat center / cover;
	left: -56%;
}
.wrap_pediatric01::after {
	background: url("images/index/deco_pediatric_ortho12.svg") no-repeat center / cover;
	right: -55%;
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_pediatric01::before {
		height: calc(700 / 1599 * 100vw);
	}
	.box_pediatric01 {
		background: url(images/index/deco_reason11.png) no-repeat top left / calc(126 / 1599 * 100vw) auto,url(images/index/deco_reason12.png) no-repeat top right / calc(126 / 1599 * 100vw) auto;
	}
	.box_pediatric01::before {
		width: calc(223 / 1599 * 100vw);
		height: calc(300 / 1599 * 100vw);
		left: calc(-30 / 1599 * 100vw);
		bottom: calc(-100 / 1599 * 100vw);
	}
	.box_pediatric01 .ttl {
		border-bottom: dotted calc(6 / 1599 * 100vw) #6ba2ca;
	}
	.ttl_pediatric02 {
		height: calc(80 / 1599 * 100vw);
	}
	.bg_pediatric02 {
		padding-top: calc(320 / 1599 * 100vw);
	}
	.ccl_pediatric01 {
		width: calc(355 / 1599* 100vw);
		height: calc(360 / 1599* 100vw);
		transform: translateY(-20%);
		-webkit-transform: translateY(-20%);
	}
	.box_pediatric02::before {
		border: dotted calc(6 / 1599* 100vw) #f87e34;
		width: calc(100% - calc(20 / 1599* 100vw));
		height: calc(100% - calc(20 / 1599* 100vw));
		border-radius: calc(20 / 1599* 100vw);
	}
	.box_pediatric02 .num {
		width: calc(80 / 1599* 100vw);
		height: calc(80 / 1599* 100vw);
		top: calc(0 / 1599* 100vw);
		left: calc(40 / 1599* 100vw);
		padding-left: calc(10 / 1599* 100vw);
	}
	.box_pediatric02 .num::before {
		width: calc(80 / 1599 * 100vw);
		height: calc(40 / 1599 * 100vw);
		bottom: calc(-20 / 1599* 100vw);
	}
	.box_pediatric02.box01::before {
		border: dotted calc(6 / 1599* 100vw) #39ab7a;
	}
	.box_pediatric02.box01 .num {
		top: calc(0 / 1599* 100vw);
		right: calc(40 / 1599* 100vw);
		padding-left: calc(5 / 1599* 100vw);
	}
	.box_pediatric02.box02 .num {
		padding-left: calc(4 / 1599* 100vw);
	}
	.box_pediatric02.box02 .num::before {
		padding-left: calc(3 / 1599* 100vw);
	}
	.box_pediatric02.box02::before {
		border: dotted calc(6 / 1599* 100vw) #b889ba;
	}
	.row_pediatric02 .col .img {
		width: calc(460 / 1599 * 100vw);
	}
	.row_pediatric02 .col .ttl {
		margin-top: calc(-60 / 1599 * 100vw);
		width: calc(360 / 1599 * 100vw);
		height: calc(60 / 1599 * 100vw);
	}
	.row_pediatric02 .col .ttl::before,.row_pediatric02 .col .ttl::after {
		width: calc(40 / 1599 * 100vw);
		height: calc(60 / 1599 * 100vw);
	}
	.row_pediatric02 .col .ttl::before {
		left: calc(-20 / 1599 * 100vw);
	}
	.row_pediatric02 .col .ttl::after {
		right: calc(-20 / 1599 * 100vw);
	}
	.bg_pediatric04 {
		background: url("images/index/bg_pediatric_ortho03.png") no-repeat center top / calc(1500 / 1599 * 100vw) auto;
		padding: 0 0 calc(300 / 1599 * 100vw);
	}
	.arw_pediatric01 {
		width: calc(1240 / 1599 * 100vw);
	}
	.wrap_pediatric01 .copy01::before,.wrap_pediatric01 .copy01::after {
		width: calc(90 / 1599 * 100vw);
		height: calc(140 / 1599 * 100vw);
		top: calc(-50 / 1599 * 100vw);
	}
	.wrap_pediatric01 .copy01::before {
		left: calc(-25 / 1599 * 100vw);
	}
	.wrap_pediatric01 .copy01::after {
		right: calc(-25 / 1599 * 100vw);
	}
	.wrap_pediatric01 .copy02 {
		border-bottom: dotted calc(6 / 1599 * 100vw) #f87e34;
	}
	.wrap_pediatric01::before,.wrap_pediatric01::after {
		width: calc(300 / 1599 * 100vw);
		height: calc(298 / 1599 * 100vw);
		bottom: -82%;
	}
	.wrap_pediatric01::before {
		left: -38%;
	}
	.wrap_pediatric01::after {
		right: -38%;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_pediatric01::before {
		height: calc(700 / 1299 * 100vw);
	}
	.box_pediatric01 {
		background: url(images/index/deco_reason11.png) no-repeat top left / calc(126 / 1299 * 100vw) auto,url(images/index/deco_reason12.png) no-repeat top right / calc(126 / 1299 * 100vw) auto;
	}
	.box_pediatric01::before {
		width: calc(172 / 1299* 100vw);
        height: calc(221 / 1299* 100vw);
        left: calc(-30 / 1299* 100vw);
        bottom: calc(-100 / 1299* 100vw);
	}
	.box_pediatric01 .ttl {
		border-bottom: dotted calc(6 / 1299 * 100vw) #6ba2ca;
	}
	.ttl_pediatric02 {
		height: calc(80 / 1299 * 100vw);
	}
	.bg_pediatric02 {
		padding-top: calc(320 / 1299 * 100vw);
	}
	.ccl_pediatric01 {
		width: calc(355 / 1299* 100vw);
		height: calc(360 / 1299* 100vw);
		transform: translateY(-20%);
		-webkit-transform: translateY(-20%);
	}
	.box_pediatric02::before {
		border: dotted calc(6 / 1299* 100vw) #f87e34;
		width: calc(100% - calc(20 / 1299* 100vw));
		height: calc(100% - calc(20 / 1299* 100vw));
		border-radius: calc(20 / 1299* 100vw);
	}
	.box_pediatric02 .num {
		width: calc(80 / 1299* 100vw);
		height: calc(80 / 1299* 100vw);
		top: calc(0 / 1299* 100vw);
		left: calc(40 / 1299* 100vw);
		padding-left: calc(6 / 1299* 100vw);
	}
	.box_pediatric02 .num::before {
		width: calc(80 / 1299 * 100vw);
		height: calc(40 / 1299 * 100vw);
		bottom: calc(-20 / 1299* 100vw);
	}
	.box_pediatric02.box01::before {
		border: dotted calc(6 / 1299* 100vw) #39ab7a;
	}
	.box_pediatric02.box01 .num {
		top: calc(0 / 1299* 100vw);
		right: calc(40 / 1299* 100vw);
		padding-left: calc(5 / 1299* 100vw);
	}
	.box_pediatric02.box02 .num {
		padding-left: calc(4 / 1299* 100vw);
	}
	.box_pediatric02.box02 .num::before {
		padding-left: calc(3 / 1299* 100vw);
	}
	.box_pediatric02.box02::before {
		border: dotted calc(6 / 1299* 100vw) #b889ba;
	}
	.row_pediatric02 .col .img {
		width: calc(350 / 1299 * 100vw);
	}
	.row_pediatric02 .col .ttl {
		margin-top: calc(-60 / 1299 * 100vw);
		width: calc(315 / 1299 * 100vw);
		height: calc(60 / 1299 * 100vw);
	}
	.row_pediatric02 .col .ttl::before,.row_pediatric02 .col .ttl::after {
		width: calc(40 / 1299 * 100vw);
		height: calc(60 / 1299 * 100vw);
	}
	.row_pediatric02 .col .ttl::before {
		left: calc(-20 / 1299 * 100vw);
	}
	.row_pediatric02 .col .ttl::after {
		right: calc(-20 / 1299 * 100vw);
	}
	.bg_pediatric04 {
		background: url("images/index/bg_pediatric_ortho03.png") no-repeat center top / calc(1200 / 1299 * 100vw) auto;
		padding: 0 0 calc(300 / 1299 * 100vw);
	}
	.arw_pediatric01 {
		width: calc(970 / 1299 * 100vw);
	}
	.wrap_pediatric01 {
		width: 68%;
	}
	.wrap_pediatric01 .copy01::before,.wrap_pediatric01 .copy01::after {
		width: calc(90 / 1299 * 100vw);
		height: calc(140 / 1299 * 100vw);
		top: calc(-50 / 1299 * 100vw);
	}
	.wrap_pediatric01 .copy01::before {
		left: calc(-25 / 1299 * 100vw);
	}
	.wrap_pediatric01 .copy01::after {
		right: calc(-25 / 1299 * 100vw);
	}
	.wrap_pediatric01 .copy02 .txt_col20 {
		font-size: 4rem;
	}
	.wrap_pediatric01::before,.wrap_pediatric01::after {
		width: calc(250 / 1299 * 100vw);
		height: calc(248 / 1299 * 100vw);
		bottom: -82%;
	}
	.wrap_pediatric01::before {
		left: -27%;
	}
	.wrap_pediatric01::after {
		right: -27%;
	}
}
@media(max-width: 767px) {
	.ttl_pediatric01.ttl_common01 {
		background: #3a69ca url(images/index/bg_common01_sp.png) no-repeat center bottom / 100% auto;
	}
	.ttl_pediatric01.ttl_common01::before {
		background: url(images/index/frame_ttl02_sp.svg) no-repeat center / 100% auto;
	}
	.bg_pediatric01::before {
		height: calc(700 / 750* 100vw);
        background: url(images/page/ptn02.png) repeat center / calc(18 / 750* 100vw) auto;
	}
	.box_pediatric01 {
		padding: 8vw 7vw 8vw;
		background: url(images/index/deco_reason11.png) no-repeat top left / calc(126 / 750 * 100vw) auto,url(images/index/deco_reason12.png) no-repeat top right / calc(126 / 750 * 100vw) auto;
	}
	.box_pediatric01::before {
		display: none;
	}
	.box_pediatric01 .ttl {
		font-size: 1.25rem;
		border-bottom: dotted calc(6 / 750 * 100vw) #6ba2ca;
	    margin-bottom: 5vw;
	}
	.img_pediatric01,.ttl_pediatric02 {
		width: 100%;
	}
	.img_pediatric01 {
        margin-bottom: 15vw;
	}
	.img_pediatric01 a.zoom:before {
        content: "タップで拡大します";
        position: absolute;
        width: 49%;
        height: 6vw;
        left: 0;
        right: 0;
        top: 0;
        bottom: -38vw;
        margin: auto;
        letter-spacing: 0em;
        line-height: 4.27vw;
        text-align: center;
        border-bottom: solid 1px #333;
    }
	.ttl_pediatric02 {
		height: calc(140 / 750* 100vw);
        font-size: 1rem;
        letter-spacing: 0;
        line-height: 1.6;
        border-radius: calc(24 / 750* 100vw);
	}
	.bg_pediatric02 {
		padding-top: calc(330 / 750 * 100vw);
		padding-bottom: 8vw;
		background: url(images/index/frame_pediatric_ortho01.svg) no-repeat center top / 100% auto, url(images/index/deco_pediatric_ortho02.png) no-repeat center top / 100% auto, url(images/index/bg_pediatric_ortho01_sp.jpg) no-repeat center / cover;
	}
	.bg_pediatric02::before {
		content: "";
        position: absolute;
        background: url(images/index/deco_pediatric_ortho01.png) no-repeat center / cover;
        width: calc(178 / 750* 100vw);
        height: calc(240 / 750* 100vw);
        left: calc(24 / 750* 100vw);
        top: calc(-223 / 750* 100vw);
	}
	.ccl_pediatric01 {
		width: calc(355 / 750* 100vw);
        height: calc(360 / 750* 100vw);
		transform: translateY(-20%);
		-webkit-transform: translateY(-20%);
	}
	.ccl_pediatric01 .txt01 {
		font-size: .9375rem;
	}
	.ccl_pediatric01 .txt02 {
		font-size: 1.25rem;
	}
	.ccl_pediatric01 .txt02 .txt_col15 {
		font-size: 2.1875rem;
	}
	.ccl_pediatric01 .txt02 .txt_col15 .fz40 {
		font-size: 1.25rem;
	}
	.ccl_pediatric01 .txt02 .fz30 {
		font-size: .9375rem;
	}
	.ccl_pediatric01 .txt03 {
		font-size: .9375rem;
	}
	.box_pediatric02 {
		margin-bottom: 5vw;
		padding: 8vw 7vw 7vw;
	}
	.box_pediatric02::before {
		border: dotted calc(6 / 750* 100vw) #f87e34;
		width: calc(100% - calc(20 / 750* 100vw));
		height: calc(100% - calc(20 / 750* 100vw));
		border-radius: calc(20 / 750* 100vw);
	}
	.box_pediatric02 .num {
        width: calc(120 / 750* 100vw);
        height: calc(120 / 750* 100vw);
        top: calc(0 / 750* 100vw);
        left: calc(50 / 750* 100vw);
        padding-left: calc(6 / 750* 100vw);
        font-size: 1.875rem;
    }
	.box_pediatric02 .num::before {
		width: calc(120 / 750* 100vw);
        height: calc(60 / 750* 100vw);
        bottom: calc(-28 / 750* 100vw);
	}
	.row_pediatric01 .col_img {
		width: 100%;
		max-width: calc(497 / 750* 100vw);
		margin: 0 auto 8vw;
	}
	.row_pediatric01 .col_txt {
		width: 100%;
	}
	.row_pediatric01 .col_txt .ttl {
		font-size: 1.25rem;
		letter-spacing: 0;
		margin-bottom: 2vw;
	}
	.box_pediatric02.box01::before {
		border: dotted calc(6 / 750* 100vw) #39ab7a;
	}
	.box_pediatric02.box01 .num {
		top: calc(0 / 750* 100vw);
		right: calc(50 / 750* 100vw);
		padding-left: calc(5 / 750* 100vw);
	}
	.box_pediatric02.box02 .num {
		padding-left: calc(4 / 750* 100vw);
	}
	.box_pediatric02.box02 .num::before {
		padding-left: calc(3 / 750* 100vw);
	}
	.box_pediatric02.box02::before {
		border: dotted calc(6 / 750* 100vw) #b889ba;
	}
	
	.row_pediatric02 .col {
		width: 100%;
		max-width: calc(640 / 750 * 100vw);
		margin-right: auto;
		margin-left: auto;
	}
	.row_pediatric02 .col:nth-child(n+2) {
		margin-top: calc(50 / 750 * 100vw);
	}
	.row_pediatric02 .col .img {
		width: calc(460 / 750 * 100vw);
	}
	.row_pediatric02 .col .ttl {
		font-size: 1.125rem;
        margin-top: calc(-71 / 750* 100vw);
        width: calc(420 / 750* 100vw);
        height: calc(72 / 750* 100vw);
        letter-spacing: 0;
		margin-bottom: 3vw;
	}
	.row_pediatric02 .col .ttl::before,.row_pediatric02 .col .ttl::after {
		width: calc(48 / 750 * 100vw);
		height: calc(72 / 750 * 100vw);
	}
	.row_pediatric02 .col .ttl::before {
		left: calc(-30 / 750 * 100vw);
	}
	.row_pediatric02 .col .ttl::after {
		right: calc(-30 / 750 * 100vw);
	}
	.row_pediatric02 .col .txt {
		width: 100%;
	}
	.bg_pediatric04 {
		background: url(images/index/bg_pediatric_ortho03.png) no-repeat center top 21% / calc(1511 / 750* 100vw) auto;
        padding: 0 0 calc(350 / 750* 100vw);
	}
	.arw_pediatric01 {
		width: calc(648 / 750 * 100vw);
		margin-bottom: 9vw;
	}
	.wrap_pediatric01 {
		width: 100%;
        max-width: calc(650 / 750* 100vw);
	}
	.wrap_pediatric01 .copy01 {
		font-size: 1.25rem;
    	letter-spacing: 0;
	}
	.wrap_pediatric01 .copy01::before,.wrap_pediatric01 .copy01::after {
		width: calc(73 / 750* 100vw);
        height: calc(112 / 750* 100vw);
        top: calc(-70 / 750* 100vw);
	}
	.wrap_pediatric01 .copy01::before {
		left: calc(-29 / 750* 100vw);
	}
	.wrap_pediatric01 .copy01::after {
		right: calc(-24 / 750 * 100vw);
	}
	.wrap_pediatric01 .copy02 {
		border-bottom: dotted calc(6 / 750* 100vw) #f87e34;
		font-size: 1.5625rem;
		letter-spacing: 0;
	}
	.wrap_pediatric01 .copy02 .txt_col20 {
		font-size: 2.5rem;
        letter-spacing: 0;
	}
	.wrap_pediatric01::before,.wrap_pediatric01::after {
		width: calc(240 / 750* 100vw);
        height: calc(239 / 750* 100vw);
        bottom: -106%;
	}
	.wrap_pediatric01::before {
		left: 9%;
	}
	.wrap_pediatric01::after {
		right: 8%;
	}
}
/* ORTHODONTIC PLATE
------------------------------------------------------------------*/
.bg_plate01::before {
	content: "";
    position: absolute;
	background: #a0c8aa url("images/page/ptn02.png") repeat center / auto;
    width: 100%;
    height: calc(470 / 1920 * 100vw);
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.ttl_plate01.ttl_common01 {
    background: #10874d url(images/index/bg_common01.png) no-repeat center bottom / 100% auto;
}
.ttl_plate01.ttl_common01::before {
    background: url(images/index/frame_ttl03.svg) no-repeat center / cover;
}
.ttl_plate02 {
    border-bottom: dotted calc(6 / 1920* 100vw) #39ab7a;
}
.img_plate01 {
	width: calc(700 / 1920 * 100vw);
}
.ttl_common02.ptn02::before {
    background: url(images/index/deco_common04_l.png) no-repeat center / cover;
}
.ttl_common02.ptn02::after {
    background: url(images/index/deco_common04_r.png) no-repeat center / cover;
}
.row_plate01 {
	width: 90%;
    max-width: calc(1240 / 1920 * 100vw);
}
.row_plate01 .ccl {
	width: calc(280 / 1920 * 100vw);
    height: calc(280 / 1920 * 100vw);
}
.ccl_common.ptn01::before {
    border: dotted calc(4 / 1920* 100vw) #f87e34;
}
.ccl_common.ptn02::before {
    border: dotted calc(4 / 1920* 100vw) #6781b7;
}
.ccl_common.ptn03::before {
    border: dotted calc(4 / 1920* 100vw) #f4646f;
}
.ccl_common.ptn04::before {
    border: dotted calc(4 / 1920* 100vw) #39ab7a;
}
.row_plate01 .ccl .icn {
	width: calc(120 / 1920 * 100vw);
}
.box_plate01.box_pediatric01 .ttl {
    border-bottom: dotted calc(6 / 1920* 100vw) #afc964;
}
.row_plate02 .col_img {
	width: 45%;
    max-width: 500px;
}
.row_plate02 .col_txt {
	width: 51%;
}
.box_plate01.box_pediatric01::before {
    background: url(images/index/deco_orthodontic_plate01.png) no-repeat center / cover;
    width: calc(286 / 1920* 100vw);
    height: calc(300 / 1920* 100vw);
    left: auto;
	right: calc(-130 / 1920* 100vw);
    bottom: calc(-151 / 1920* 100vw);
	z-index: 1;
}
.bg_plate03 {
	background: url(images/index/deco_orthodontic_plate02.png) no-repeat center bottom -11% / calc(1914 / 1920* 100vw) auto, url(images/index/bg_orthodontic_plate01.jpg) no-repeat center top / cover;
	z-index: 0;
}
.row_plate03 .col {
	width: 32%;
    max-width: 460px;
}
.row_plate03 .col:nth-child(n+4) {
	margin-top: calc(75 / 1920 * 100vw);
}
.row_plate03 .col::before {
    content: "";
    position: absolute;
    border: dotted calc(6 / 1920* 100vw) #f87e34;
    width: calc(100% - calc(20 / 1920* 100vw));
    height: calc(100% - calc(20 / 1920* 100vw));
    border-radius: calc(20 / 1920* 100vw);
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.row_plate03 .col01::before {
    content: "";
    position: absolute;
    border: dotted calc(6 / 1920* 100vw) #f87e34;
    width: calc(100% - calc(20 / 1920* 100vw));
    height: calc(100% - calc(20 / 1920* 100vw));
    border-radius: calc(20 / 1920* 100vw);
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.row_plate03 .col02::before {
    border: dotted calc(6 / 1920* 100vw) #6ba2ca;
}
.row_plate03 .col03::before {
    border: dotted calc(6 / 1920* 100vw) #f4646f;
}
.row_plate03 .col04::before {
    border: dotted calc(6 / 1920* 100vw) #39ab7a;
}
.row_plate03 .col05::before {
    border: dotted calc(6 / 1920* 100vw) #b889ba;
}
.row_plate03 .col06::before {
    border: dotted calc(6 / 1920* 100vw) #6781b7;
}
.row_plate03 .col .num {
    width: calc(80 / 1920* 100vw);
    height: calc(80 / 1920* 100vw);
    top: calc(0 / 1920* 100vw);
    left: 0;
	right: 0;
	margin: auto;
	padding-left: calc(5 / 1920* 100vw);
}
.row_plate03 .col01 .num {
    padding-left: calc(10 / 1920* 100vw);
}
.row_plate03 .col .num::before {
    content: "";
    position: absolute;
    background: url(images/index/deco_pediatric_ortho03.svg) no-repeat center / cover;
    width: calc(80 / 1920* 100vw);
    height: calc(40 / 1920* 100vw);
    right: 0;
    left: 0;
    bottom: calc(-20 / 1920* 100vw);
    margin: auto;
}
.row_plate03 .col.col02 .num::before {
    background: url(images/index/deco_orthodontic_plate05.png) no-repeat center / cover;
}
.row_plate03 .col.col03 .num::before {
    background: url(images/index/deco_orthodontic_plate04.png) no-repeat center / cover;
}
.row_plate03 .col.col04 .num::before {
    background: url(images/index/deco_pediatric_ortho04.svg) no-repeat center / cover;
}
.row_plate03 .col.col05 .num::before {
    background: url(images/index/deco_pediatric_ortho05.svg) no-repeat center / cover;
}
.row_plate03 .col.col06 .num::before {
    background: url(images/index/deco_orthodontic_plate05.png) no-repeat center / cover;
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_plate01::before {
		height: calc(470 / 1599 * 100vw);
	}
	.ttl_plate02 {
		border-bottom: dotted calc(6 / 1599* 100vw) #39ab7a;
	}
	.img_plate01 {
		width: calc(700 / 1599 * 100vw);
	}
	.row_plate01 {
		max-width: calc(1240 / 1599 * 100vw);
	}
	.row_plate01 .ccl {
		width: calc(280 / 1599 * 100vw);
		height: calc(280 / 1599 * 100vw);
	}
	.ccl_common.ptn01::before {
		border: dotted calc(4 / 1599* 100vw) #f87e34;
	}
	.ccl_common.ptn02::before {
		border: dotted calc(4 / 1599* 100vw) #6781b7;
	}
	.ccl_common.ptn03::before {
		border: dotted calc(4 / 1599* 100vw) #f4646f;
	}
	.ccl_common.ptn04::before {
		border: dotted calc(4 / 1599* 100vw) #39ab7a;
	}
	.row_plate01 .ccl .icn {
		width: calc(120 / 1599 * 100vw);
	}
	.box_plate01.box_pediatric01 .ttl {
		border-bottom: dotted calc(6 / 1599* 100vw) #afc964;
	}
	.box_plate01.box_pediatric01::before {
		width: calc(246 / 1599* 100vw);
        height: calc(260 / 1599* 100vw);
		right: calc(10 / 1599* 100vw);
        bottom: calc(-96 / 1599* 100vw);
	}
	.bg_plate03 {
		background: url(images/index/deco_orthodontic_plate02.png) no-repeat center bottom -6% / calc(1655 / 1599* 100vw) auto, url(images/index/bg_orthodontic_plate01.jpg) no-repeat center / cover;
	}
	.row_plate03 .col:nth-child(n+4) {
		margin-top: calc(75 / 1599 * 100vw);
	}
	.row_plate03 .col::before {
		border: dotted calc(6 / 1599* 100vw) #f87e34;
		width: calc(100% - calc(20 / 1599* 100vw));
		height: calc(100% - calc(20 / 1599* 100vw));
		border-radius: calc(20 / 1599* 100vw);
	}
	.row_plate03 .col01::before {
		border: dotted calc(6 / 1599* 100vw) #f87e34;
		width: calc(100% - calc(20 / 1599* 100vw));
		height: calc(100% - calc(20 / 1599* 100vw));
		border-radius: calc(20 / 1599* 100vw);
	}
	.row_plate03 .col02::before {
		border: dotted calc(6 / 1599* 100vw) #6ba2ca;
	}
	.row_plate03 .col03::before {
		border: dotted calc(6 / 1599* 100vw) #f4646f;
	}
	.row_plate03 .col04::before {
		border: dotted calc(6 / 1599* 100vw) #39ab7a;
	}
	.row_plate03 .col05::before {
		border: dotted calc(6 / 1599* 100vw) #b889ba;
	}
	.row_plate03 .col06::before {
		border: dotted calc(6 / 1599* 100vw) #6781b7;
	}
	.row_plate03 .col .num {
		width: calc(80 / 1599* 100vw);
		height: calc(80 / 1599* 100vw);
		top: calc(0 / 1599* 100vw);
		padding-left: calc(4 / 1599* 100vw);
	}
	.row_plate03 .col01 .num {
		padding-left: calc(10 / 1599* 100vw);
	}
	.row_plate03 .col .num::before {
		width: calc(80 / 1599* 100vw);
		height: calc(40 / 1599* 100vw);
		bottom: calc(-20 / 1599* 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_plate01::before {
		height: calc(470 / 1299 * 100vw);
	}
	.ttl_plate02 {
		border-bottom: dotted calc(6 / 1299* 100vw) #39ab7a;
	}
	.img_plate01 {
		width: calc(700 / 1299 * 100vw);
	}
	.row_plate01 {
		max-width: calc(1240 / 1299 * 100vw);
	}
	.row_plate01 .ccl {
		width: calc(270 / 1299 * 100vw);
		height: calc(270 / 1299 * 100vw);
	}
	.ccl_common.ptn01::before {
		border: dotted calc(4 / 1299* 100vw) #f87e34;
	}
	.ccl_common.ptn02::before {
		border: dotted calc(4 / 1299* 100vw) #6781b7;
	}
	.ccl_common.ptn03::before {
		border: dotted calc(4 / 1299* 100vw) #f4646f;
	}
	.ccl_common.ptn04::before {
		border: dotted calc(4 / 1299* 100vw) #39ab7a;
	}
	.row_plate01 .ccl .icn {
		width: calc(120 / 1299 * 100vw);
	}
	.box_plate01.box_pediatric01 .ttl {
		border-bottom: dotted calc(6 / 1299* 100vw) #afc964;
	}
	.box_plate01.box_pediatric01::before {
		width: calc(213 / 1299* 100vw);
        height: calc(227 / 1299* 100vw);
        right: calc(10 / 1299* 100vw);
        bottom: calc(-72 / 1299* 100vw);
	}
	.bg_plate03 {
		background: url(images/index/deco_orthodontic_plate02.png) no-repeat center bottom -6% / calc(1355 / 1299* 100vw) auto, url(images/index/bg_orthodontic_plate01.jpg) no-repeat center / cover;
	}
	.row_plate03 .col:nth-child(n+4) {
		margin-top: calc(75 / 1299 * 100vw);
	}
	.row_plate03 .col::before {
		border: dotted calc(6 / 1299* 100vw) #f87e34;
		width: calc(100% - calc(20 / 1299* 100vw));
		height: calc(100% - calc(20 / 1299* 100vw));
		border-radius: calc(20 / 1299* 100vw);
	}
	.row_plate03 .col01::before {
		border: dotted calc(6 / 1299* 100vw) #f87e34;
		width: calc(100% - calc(20 / 1299* 100vw));
		height: calc(100% - calc(20 / 1299* 100vw));
		border-radius: calc(20 / 1299* 100vw);
	}
	.row_plate03 .col02::before {
		border: dotted calc(6 / 1299* 100vw) #6ba2ca;
	}
	.row_plate03 .col03::before {
		border: dotted calc(6 / 1299* 100vw) #f4646f;
	}
	.row_plate03 .col04::before {
		border: dotted calc(6 / 1299* 100vw) #39ab7a;
	}
	.row_plate03 .col05::before {
		border: dotted calc(6 / 1299* 100vw) #b889ba;
	}
	.row_plate03 .col06::before {
		border: dotted calc(6 / 1299* 100vw) #6781b7;
	}
	.row_plate03 .col .num {
		width: calc(80 / 1299* 100vw);
		height: calc(80 / 1299* 100vw);
		top: calc(0 / 1299* 100vw);
		padding-left: calc(4 / 1299* 100vw);
	}
	.row_plate03 .col01 .num {
		padding-left: calc(5 / 1299* 100vw);
	}
	.row_plate03 .col .num::before {
		width: calc(80 / 1299* 100vw);
		height: calc(40 / 1299* 100vw);
		bottom: calc(-20 / 1299* 100vw);
	}
	.row_plate03 .col .ttl {
		font-size: 1.4375rem;
    	letter-spacing: 0;
	}
}
@media(max-width: 767px) {
	.bg_plate01 {
		padding: 11vw 0 13vw;
	}
	.bg_plate01::before {
		height: calc(882 / 750 * 100vw);
		background: #a0c8aa url(images/page/ptn02.png) repeat center / calc(18 / 750 * 100vw) auto;
	}
	
	.ttl_plate01.ttl_common01 {
		background: #10874d url(images/index/bg_common01_sp.png) no-repeat center bottom / 100% auto;
	}
	.ttl_plate01.ttl_common01::before {
		background: url(images/index/frame_ttl03_sp.svg) no-repeat center / 100% auto;
	}
	.ttl_plate02 {
		font-size: 1.25rem;
        line-height: 1.6;
		letter-spacing: 0;
        border-bottom: dotted calc(6 / 750* 100vw) #39ab7a;
        padding-bottom: 4vw;
        margin-bottom: 7vw;
	}
	.img_plate01 {
		width: calc(700 / 750* 100vw);
        margin-bottom: 6vw;
	}
	.ttl_plate03 {
		height: calc(150 / 750* 100vw);
	}
	.ttl_plate03::before, .ttl_plate03::after {
        width: calc(50 / 750* 100vw);
        height: calc(150 / 750* 100vw);
    }
	.ttl_plate03.ttl_common02.ptn02::before {
		background: url(images/index/deco_common04_l_sp.png) no-repeat center / auto 100%;
	}
	.ttl_plate03.ttl_common02.ptn02::after {
		background: url(images/index/deco_common04_r_sp.png) no-repeat center / cover;
	}
	.ttl_plate03.ttl_common02 .ttl {
		line-height: 1.6;
	}
	.row_plate01 {
        max-width: calc(643 / 750* 100vw);
        width: 100%;
    }
	.row_plate01 .ccl {
		width: calc(314 / 750 * 100vw);
		height: calc(314 / 750 * 100vw);
		margin-top: 0;
	}
	.row_plate01 .ccl:nth-child(n+3) {
		margin-top: calc(19 / 750 * 100vw);
	}
	.ccl_common.ptn01::before {
		border: dotted calc(4 / 750* 100vw) #f87e34;
	}
	.ccl_common.ptn02::before {
		border: dotted calc(4 / 750* 100vw) #6781b7;
	}
	.ccl_common.ptn03::before {
		border: dotted calc(4 / 750* 100vw) #f4646f;
	}
	.ccl_common.ptn04::before {
		border: dotted calc(4 / 750* 100vw) #39ab7a;
	}
	.row_plate01 .ccl .icn {
		width: calc(120 / 750 * 100vw);
	}
	.row_plate01 .ccl .txt {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.box_plate01 {
		padding: 6vw 7vw 7vw;
	}
	.box_plate01.box_pediatric01 .ttl {
		border-bottom: dotted calc(6 / 750* 100vw) #afc964;
        line-height: 1.6;
        letter-spacing: 0;
        margin-bottom: 5vw;
        padding-bottom: 3.5vw;
	}
	.box_plate01::after {
		content: "";
        position: absolute;
        background: url(images/index/deco_orthodontic_plate01.png) no-repeat center / cover;
        width: calc(228 / 750* 100vw);
        height: calc(240 / 750* 100vw);
        right: calc(0 / 750* 100vw);
        bottom: -26vw;
	}
	.row_plate02 .col_img {
		width: 100%;
		max-width: calc(500 / 750* 100vw);
		margin: 0 auto 3vw;
	}
	.row_plate02 .col_txt {
		width: 100%;
	}
	.bg_plate03 {
		background: url(images/index/deco_orthodontic_plate02.png) no-repeat left -29vw bottom -1% / calc(1132 / 750* 100vw) auto, url(images/index/bg_orthodontic_plate01_sp.jpg) no-repeat top left / cover;
        padding: 14vw 0 16vw;
	}
	.row_plate03 .col {
		width: 100%;
        max-width: calc(646 / 750* 100vw);
        margin-left: auto;
        margin-right: auto;
        padding: 23vw 6vw 5vw;
	}
	.row_plate03 .col:nth-child(n+2) {
		margin-top: calc(30 / 750 * 100vw);
	}
	.row_plate03 .col::before {
		border: dotted calc(6 / 750* 100vw) #f87e34;
		width: calc(100% - calc(20 / 750* 100vw));
		height: calc(100% - calc(20 / 750* 100vw));
		border-radius: calc(20 / 750* 100vw);
	}
	.row_plate03 .col01::before {
		border: dotted calc(6 / 750* 100vw) #f87e34;
		width: calc(100% - calc(20 / 750* 100vw));
		height: calc(100% - calc(20 / 750* 100vw));
		border-radius: calc(20 / 750* 100vw);
	}
	.row_plate03 .col02::before {
		border: dotted calc(6 / 750* 100vw) #6ba2ca;
	}
	.row_plate03 .col03::before {
		border: dotted calc(6 / 750* 100vw) #f4646f;
	}
	.row_plate03 .col04::before {
		border: dotted calc(6 / 750* 100vw) #39ab7a;
	}
	.row_plate03 .col05::before {
		border: dotted calc(6 / 750* 100vw) #b889ba;
	}
	.row_plate03 .col06::before {
		border: dotted calc(6 / 750* 100vw) #6781b7;
	}
	.row_plate03 .col .num {
		width: calc(120 / 750* 100vw);
		height: calc(120 / 750* 100vw);
		top: calc(0 / 750* 100vw);
		padding-left: calc(4 / 750* 100vw);
		font-size: 1.875rem;
	}
	.row_plate03 .col01 .num {
		padding-left: calc(12 / 750* 100vw);
	}
	.row_plate03 .col .num::before {
		width: calc(120 / 750* 100vw);
        height: calc(60 / 750* 100vw);
        bottom: calc(-30 / 750* 100vw);
	}
	.row_plate03 .col .ttl {
		font-size: 1.125rem;
        letter-spacing: 0;
        margin-bottom: 0.5vw;
	}
	
}
/* kinds
------------------------------------------------------------------*/
.row_kinds01 .ttl {
    border-bottom: dotted calc(6 / 1920* 100vw) #f87e34;
}
.row_kinds01 .col_img {
	width: 33%;
    max-width: 500px;
}
.row_kinds01 .col_txt {
	width: 63%;
	background: url(images/index/deco_kinds01.png) no-repeat top calc(20 / 1920* 100vw) left calc(20 / 1920* 100vw) / calc(206 / 1920* 100vw) auto;
	position: relative;
}
.row_kinds01 .col_txt::before {
	content: "";
    position: absolute;
    width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	border-width: calc(20 / 1920* 100vw) 0px calc(20 / 1920* 100vw) calc(20 / 1920* 100vw);
	top: 0;
	bottom: 0;
	right: calc(-19 / 1920* 100vw);
	margin: auto;
}
.row_kinds01.row01 .ttl {
    border-bottom: dotted calc(6 / 1920* 100vw) #fff;
}
.row_kinds01.row01 .col_txt::before {
	border-color: transparent #b889ba transparent transparent;
	border-width: calc(20 / 1920* 100vw) calc(20 / 1920* 100vw) calc(20 / 1920* 100vw) 0px;
    left: calc(-19 / 1920* 100vw);
    right: auto;
}
.row_kinds01.row01 .col_txt {
    background: url(images/index/deco_kinds02.png) no-repeat top calc(20 / 1920* 100vw) right calc(20 / 1920* 100vw) / calc(206 / 1920* 100vw) auto;
}
.row_kinds01.row02 .col_txt {
    background: url(images/index/deco_kinds04.png) no-repeat top calc(20 / 1920* 100vw) left calc(20 / 1920* 100vw) / calc(206 / 1920* 100vw) auto;
}
.row_kinds01.row02 .ttl {
    border-bottom: dotted calc(6 / 1920* 100vw) #fff;
}
.row_kinds01.row02 .col_txt::before {
    border-color: transparent transparent transparent #f4646f;
    border-width: calc(20 / 1920* 100vw) 0px calc(20 / 1920* 100vw) calc(20 / 1920* 100vw);
}
.row_kinds01.row03 .col_txt {
   background: url(images/index/deco_kinds02.png) no-repeat top calc(20 / 1920* 100vw) right calc(20 / 1920* 100vw) / calc(206 / 1920* 100vw) auto;
}
.row_kinds01.row03 .ttl {
    border-bottom: dotted calc(6 / 1920* 100vw) #fff;
}
.row_kinds01.row03 .col_txt::before {
    border-color: transparent #39ab7a transparent transparent;
    border-width: calc(20 / 1920* 100vw) calc(20 / 1920* 100vw) calc(20 / 1920* 100vw) 0px;
    left: calc(-19 / 1920* 100vw);
    right: auto;
}
.box_kinds01 {
	border: dotted calc(6 / 1920* 100vw) #39ab7a;
}
.btn_kinds01 {
	width: calc(500 / 1920* 100vw);
}
.btn_kinds01 a {
	height: calc(80 / 1920* 100vw);
	border: solid 1px #333333;
}
.btn_kinds01 a::before {
	content: "";
    position: absolute;
	background: url("images/index/arw_kinds01.png") no-repeat center / cover;
    width: calc(40 / 1920 * 100vw);
    height: calc(40 / 1920 * 100vw);
	top: 0;
	bottom: 0;
	margin: auto;
	right: calc(30 / 1920 * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_kinds01 .ttl {
		border-bottom: dotted calc(6 / 1599* 100vw) #f87e34;
	}
	.row_kinds01 .col_txt {
		background: url(images/index/deco_kinds01.png) no-repeat top calc(20 / 1599* 100vw) left calc(20 / 1599* 100vw) / calc(206 / 1599* 100vw) auto;
	}
	.row_kinds01 .col_txt::before {
		border-width: calc(20 / 1599* 100vw) 0px calc(20 / 1599* 100vw) calc(20 / 1599* 100vw);
		right: calc(-19 / 1599* 100vw);
	}
	.row_kinds01.row01 .ttl {
		border-bottom: dotted calc(6 / 1599* 100vw) #fff;
	}
	.row_kinds01.row01 .col_txt::before {
		border-width: calc(20 / 1599* 100vw) calc(20 / 1599* 100vw) calc(20 / 1599* 100vw) 0px;
		left: calc(-19 / 1599* 100vw);
	}
	.row_kinds01.row01 .col_txt {
		background: url(images/index/deco_kinds02.png) no-repeat top calc(20 / 1599* 100vw) right calc(20 / 1599* 100vw) / calc(206 / 1599* 100vw) auto;
	}
	.row_kinds01.row02 .col_txt {
		background: url(images/index/deco_kinds04.png) no-repeat top calc(20 / 1599* 100vw) left calc(20 / 1599* 100vw) / calc(206 / 1599* 100vw) auto;
	}
	.row_kinds01.row02 .ttl {
		border-bottom: dotted calc(6 / 1599* 100vw) #fff;
	}
	.row_kinds01.row02 .col_txt::before {
		border-width: calc(20 / 1599* 100vw) 0px calc(20 / 1599* 100vw) calc(20 / 1599* 100vw);
	}
	.row_kinds01.row03 .col_txt {
	   background: url(images/index/deco_kinds02.png) no-repeat top calc(20 / 1599* 100vw) right calc(20 / 1599* 100vw) / calc(206 / 1599* 100vw) auto;
	}
	.row_kinds01.row03 .ttl {
		border-bottom: dotted calc(6 / 1599* 100vw) #fff;
	}
	.row_kinds01.row03 .col_txt::before {
		border-width: calc(20 / 1599* 100vw) calc(20 / 1599* 100vw) calc(20 / 1599* 100vw) 0px;
		left: calc(-19 / 1599* 100vw);
	}
	.ttl_kinds02 {
		padding: 2%;
	}
	.box_kinds01 {
		border: dotted calc(6 / 1599* 100vw) #39ab7a;
	}
	.btn_kinds01 {
		width: calc(500 / 1599* 100vw);
	}
	.btn_kinds01 a {
		height: calc(80 / 1599* 100vw);
	}
	.btn_kinds01 a::before {
		width: calc(40 / 1599 * 100vw);
		height: calc(40 / 1599 * 100vw);
		right: calc(30 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_kinds01 .ttl {
		border-bottom: dotted calc(6 / 1299* 100vw) #f87e34;
	}
	.row_kinds01 .col_txt {
		background: url(images/index/deco_kinds01.png) no-repeat top calc(20 / 1299* 100vw) left calc(20 / 1299* 100vw) / calc(206 / 1299* 100vw) auto;
	}
	.row_kinds01 .col_txt::before {
		border-width: calc(20 / 1299* 100vw) 0px calc(20 / 1299* 100vw) calc(20 / 1299* 100vw);
		right: calc(-17 / 1299* 100vw);
	}
	.row_kinds01.row01 .ttl {
		border-bottom: dotted calc(6 / 1299* 100vw) #fff;
	}
	.row_kinds01.row01 .col_txt::before {
		border-width: calc(20 / 1299* 100vw) calc(20 / 1299* 100vw) calc(20 / 1299* 100vw) 0px;
		left: calc(-17 / 1299* 100vw);
	}
	.row_kinds01.row01 .col_txt {
		background: url(images/index/deco_kinds02.png) no-repeat top calc(20 / 1299* 100vw) right calc(20 / 1299* 100vw) / calc(206 / 1299* 100vw) auto;
	}
	.row_kinds01.row02 .col_txt {
		background: url(images/index/deco_kinds04.png) no-repeat top calc(20 / 1299* 100vw) left calc(20 / 1299* 100vw) / calc(206 / 1299* 100vw) auto;
	}
	.row_kinds01.row02 .ttl {
		border-bottom: dotted calc(6 / 1299* 100vw) #fff;
	}
	.row_kinds01.row02 .col_txt::before {
		border-width: calc(20 / 1299* 100vw) 0px calc(20 / 1299* 100vw) calc(20 / 1299* 100vw);
	}
	.row_kinds01.row03 .col_txt {
	   background: url(images/index/deco_kinds02.png) no-repeat top calc(20 / 1299* 100vw) right calc(20 / 1299* 100vw) / calc(206 / 1299* 100vw) auto;
	}
	.row_kinds01.row03 .ttl {
		border-bottom: dotted calc(6 / 1299* 100vw) #fff;
	}
	.row_kinds01.row03 .col_txt::before {
		border-width: calc(20 / 1299* 100vw) calc(20 / 1299* 100vw) calc(20 / 1299* 100vw) 0px;
		left: calc(-17 / 1299* 100vw);
	}
	.box_kinds01 {
		border: dotted calc(6 / 1299* 100vw) #39ab7a;
	}
	.btn_kinds01 {
		width: calc(500 / 1299* 100vw);
	}
	.btn_kinds01 a {
		height: calc(80 / 1299* 100vw);
	}
	.btn_kinds01 a::before {
		width: calc(40 / 1299 * 100vw);
		height: calc(40 / 1299 * 100vw);
		right: calc(30 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.bg_kinds01 {
		padding-top: 13vw;
		padding-bottom: 13vw;
	}
	.row_kinds01 .ttl {
		font-size: 1.25rem;
        letter-spacing: 0;
		border-bottom: dotted calc(6 / 750* 100vw) #f87e34;
		margin-bottom: 2vw;
	}
	.row_kinds01 .txt {
		margin-bottom: 4vw;
	}
	.row_kinds01 .col_img {
		width: 100%;
		max-width: calc(500 / 750* 100vw);
		margin-left: auto;
		margin-right: auto;
		margin-bottom: calc(40 / 750* 100vw);
	}
	.row_kinds01 .col_txt {
		width: 100%;
		background: url(images/index/deco_kinds01.png) no-repeat top calc(20 / 750* 100vw) left calc(20 / 750* 100vw) / calc(206 / 750* 100vw) auto;
	}
	.row_kinds01 .col_txt {
		padding: 8vw 7vw 8vw;
		background: url(images/index/deco_kinds01.png) no-repeat top calc(20 / 750* 100vw) left calc(20 / 750* 100vw) / calc(206 / 750* 100vw) auto;
	}
	.row_kinds01 .col_txt::before {
		border-width: 0px calc(30 / 750* 100vw) calc(30 / 750* 100vw) calc(30 / 750* 100vw);
        border-color: transparent transparent #fff transparent;
        right: 0;
        left: 0;
        top: calc(-29 / 750* 100vw);
        bottom: auto;
	}
	.ttl_kinds02 {
        font-size: 1rem;
        letter-spacing: 0;
        border-radius: calc(60 / 750* 100vw);
		padding: 4vw 1vw 6vw;
		font-feature-settings: "palt";
	}
	.ttl_kinds02 .fz36 {
		font-size: 1.375rem;
		letter-spacing: 0;
	}
	.row_kinds01.row01 {
		 margin-bottom: 8vw;
	}
	.row_kinds01.row01 .ttl {
		border-bottom: dotted calc(6 / 750* 100vw) #fff;
	}
	.row_kinds01.row01 .col_txt::before {
		border-width: 0px calc(30 / 750* 100vw) calc(30 / 750* 100vw) calc(30 / 750* 100vw);
        border-color: transparent transparent #b889ba transparent;
        right: 0;
        left: 0;
        top: calc(-77 / 1920* 100vw);
        bottom: auto;
	}
	.row_kinds01.row01 .col_txt {
		background: url(images/index/deco_kinds02.png) no-repeat top calc(20 / 750* 100vw) right calc(20 / 750* 100vw) / calc(206 / 750* 100vw) auto;
	}
	.row_kinds01.row02 .col_txt {
		background: url(images/index/deco_kinds04.png) no-repeat top calc(20 / 750* 100vw) left calc(20 / 750* 100vw) / calc(206 / 750* 100vw) auto;
	}
	.row_kinds01.row02 .ttl {
		border-bottom: dotted calc(6 / 750* 100vw) #fff;
	}
	.row_kinds01.row02 .col_txt::before {
		border-width: 0px calc(30 / 750* 100vw) calc(30 / 750* 100vw) calc(30 / 750* 100vw);
        border-color: transparent transparent #f4646f transparent;
        right: 0;
        left: 0;
        top: calc(-29 / 750* 100vw);
        bottom: auto;
	}
	.row_kinds01.row03 {
		margin-bottom: 8vw;
	}
	.row_kinds01.row03 .col_txt {
	   background: url(images/index/deco_kinds02.png) no-repeat top calc(20 / 750* 100vw) right calc(20 / 750* 100vw) / calc(206 / 750* 100vw) auto;
	}
	.row_kinds01.row03 .ttl {
		border-bottom: dotted calc(6 / 750* 100vw) #fff;
	}
	.row_kinds01.row03 .col_txt::before {
		border-width: 0px calc(30 / 750* 100vw) calc(30 / 750* 100vw) calc(30 / 750* 100vw);
        border-color: transparent transparent #39ab7a transparent;
        right: 0;
        left: 0;
        top: calc(-29 / 750* 100vw);
        bottom: auto;
	}
	.box_kinds01 {
		border: dotted calc(6 / 750* 100vw) #39ab7a;
		padding: 6vw 4vw 7vw;
	}
	.box_kinds01 .ttl {
        font-size: 1rem;
        letter-spacing: 0;
        line-height: 1.5;
        margin-bottom: 3vw;
    }
	.box_kinds01 > .txt {
        font-size: .8125rem;
    	line-height: 1.6;
		margin-bottom: 4vw;
    }
	.btn_kinds01 {
        width: calc(600 / 750* 100vw);
    }
	.btn_kinds01 a {
		height: calc(120 / 750* 100vw);
        border-radius: calc(60 / 750* 100vw);
	}
	.btn_kinds01 .txt {
        font-size: 1rem;
		letter-spacing: 0;
    }
	.btn_kinds01 a::before {
        width: calc(60 / 750* 100vw);
        height: calc(60 / 750* 100vw);
        right: calc(30 / 750* 100vw);
    }
	.bg_kinds02 {
		padding: 9vw 0 16vw;
	}
}
/* mft
------------------------------------------------------------------*/
.row_mft01 .ttl {
    border-bottom: dotted calc(6 / 1920* 100vw) #6781b7;
}
.row_mft01 .col_txt {
    background: url(images/index/deco_mft01.png) no-repeat top calc(20 / 1920* 100vw) left calc(20 / 1920* 100vw) / calc(206 / 1920* 100vw) auto;
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_mft01 .ttl {
		border-bottom: dotted calc(6 / 1599* 100vw) #6781b7;
	}
	.row_mft01 .col_txt {
		background: url(images/index/deco_mft01.png) no-repeat top calc(20 / 1599* 100vw) left calc(20 / 1599* 100vw) / calc(206 / 1599* 100vw) auto;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_mft01 .ttl {
		border-bottom: dotted calc(6 / 1299* 100vw) #6781b7;
	}
	.row_mft01 .col_txt {
		background: url(images/index/deco_mft01.png) no-repeat top calc(20 / 1299* 100vw) left calc(20 / 1299* 100vw) / calc(206 / 1299* 100vw) auto;
	}
}
@media(max-width: 767px) {
	.row_mft01 .ttl {
		border-bottom: dotted calc(6 / 750* 100vw) #6781b7;
		line-height: 1.6;
	}
	.row_mft01 .col_txt {
		padding: 6vw 6vw 8vw;
		background: url(images/index/deco_mft01.png) no-repeat top calc(20 / 750* 100vw) left calc(20 / 750* 100vw) / calc(206 / 750* 100vw) auto;
	}
	.row_mft01 .ttl_kinds02 {
        font-size: 1.375rem;
		padding: 5vw 1vw 5vw;
    }
}

/* consultation
------------------------------------------------------------------*/
.bg_consultation01 {
	background: url("images/index/frame_consultation01.png")no-repeat top center / 100% auto,url("images/index/bg_consultation01.jpg")no-repeat center / cover;
	position: relative;
}
.bg_consultation01::before {
	content: "";
    position: absolute;
    background: url(images/index/deco_consultation02.png) no-repeat right 23% top 51% / calc(153 / 1920* 100vw) auto, url(images/index/deco_consultation03.png) no-repeat left 23.5% bottom 25.5% / calc(119 / 1920* 100vw) auto, url(images/index/deco_consultation04.png) no-repeat center bottom 4% / calc(164 / 1920* 100vw) auto;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 5;
}
.deco_consultation01 {
	width: calc(304 / 1920 * 100vw);
}
.deco_consultation01::before,.deco_consultation01::after {
	content: "";
    position: absolute;
    width: calc(90 / 1920 * 100vw);
    height: calc(140 / 1920 * 100vw);
	top: calc(8 / 1920 * 100vw);
}
.deco_consultation01::before {
	background: url("images/index/deco_pediatric_ortho09.svg") no-repeat center / cover;
	left: calc(-140 / 1920 * 100vw);
}
.deco_consultation01::after {
	background: url("images/index/deco_pediatric_ortho10.svg") no-repeat center / cover;
	right: calc(-140 / 1920 * 100vw);
}
.ttl_consultation02 .ja {
    border-bottom: dotted calc(6 / 1920* 100vw) #6781b7;
}
.row_consultation01 {
	width: 96%;
    max-width: 1840px;
}
.row_consultation01::after {
	content: ""; 
	display: block; 
	width: 23%;
    max-width: 430px;
}
.row_consultation01 .col {
	width: 23%;
    max-width: 430px;
	height: calc(260 / 1920 * 100vw);
}
.row_consultation01 .col:nth-child(n+5) {
	margin-top: calc(40 / 1920 * 100vw);
}
.row_consultation01 .col::before {
	content: "";
    position: absolute;
	border: dotted calc(6 / 1920 * 100vw) #fff;
    width: calc(100% - calc(20 / 1920 * 100vw));
    height: calc(100% - calc(20 / 1920 * 100vw));
	border-radius: calc(20 / 1920 * 100vw);
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.row_consultation01 .col .icn {
	width: calc(40 / 1920 * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_consultation01::before {
		background: url(images/index/deco_consultation02.png) no-repeat right 23% top 51% / calc(153 / 1599* 100vw) auto, url(images/index/deco_consultation03.png) no-repeat left 23.5% bottom 25.5% / calc(119 / 1599* 100vw) auto, url(images/index/deco_consultation04.png) no-repeat center bottom 4% / calc(164 / 1599* 100vw) auto;
	}
	.deco_consultation01 {
		width: calc(304 / 1599 * 100vw);
	}
	.deco_consultation01::before,.deco_consultation01::after {
		width: calc(90 / 1599 * 100vw);
		height: calc(140 / 1599 * 100vw);
		top: calc(-5 / 1599 * 100vw);
	}
	.deco_consultation01::before {
		left: calc(-145 / 1599 * 100vw);
	}
	.deco_consultation01::after {
		right: calc(-135 / 1599 * 100vw);
	}
	.ttl_consultation02 .ja {
		border-bottom: dotted calc(6 / 1599* 100vw) #6781b7;
	}
	.row_consultation01 .col {
		height: calc(260 / 1599 * 100vw);
	}
	.row_consultation01 .col:nth-child(n+5) {
		margin-top: calc(40 / 1599 * 100vw);
	}
	.row_consultation01 .col::before {
		border: dotted calc(6 / 1599 * 100vw) #fff;
		width: calc(100% - calc(20 / 1599 * 100vw));
		height: calc(100% - calc(20 / 1599 * 100vw));
		border-radius: calc(20 / 1599 * 100vw);
	}
	.row_consultation01 .col .icn {
		width: calc(40 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_consultation01::before {
		background: url(images/index/deco_consultation02.png) no-repeat right 23% top 51% / calc(153 / 1299* 100vw) auto, url(images/index/deco_consultation03.png) no-repeat left 23.5% bottom 25.5% / calc(119 / 1299* 100vw) auto, url(images/index/deco_consultation04.png) no-repeat center bottom 4% / calc(164 / 1299* 100vw) auto;
	}
	.deco_consultation01 {
		width: calc(304 / 1299 * 100vw);
	}
	.deco_consultation01::before,.deco_consultation01::after {
		width: calc(90 / 1299 * 100vw);
		height: calc(140 / 1299 * 100vw);
		top: calc(-5 / 1299 * 100vw);
	}
	.deco_consultation01::before {
		left: calc(-145 / 1299 * 100vw);
	}
	.deco_consultation01::after {
		right: calc(-135 / 1299 * 100vw);
	}
	.ttl_consultation02 .ja {
		border-bottom: dotted calc(6 / 1299* 100vw) #6781b7;
	}
	.row_consultation01 .col {
		height: calc(260 / 1299 * 100vw);
	}
	.row_consultation01 .col:nth-child(n+5) {
		margin-top: calc(40 / 1299 * 100vw);
	}
	.row_consultation01 .col::before {
		border: dotted calc(6 / 1299 * 100vw) #fff;
		width: calc(100% - calc(20 / 1299 * 100vw));
		height: calc(100% - calc(20 / 1299 * 100vw));
		border-radius: calc(20 / 1299 * 100vw);
	}
	.row_consultation01 .col .icn {
		width: calc(40 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.bg_consultation01 {
		background: url("images/index/frame_consultation01_sp.png")no-repeat top center / 100% auto,url("images/index/bg_consultation01_sp.jpg")no-repeat center / cover;
	}
	.bg_consultation01::before {
		background: url(images/index/deco_consultation02.png) no-repeat center top 31% / calc(153 / 750* 100vw) auto, url(images/index/deco_consultation03.png) no-repeat center bottom 42% / calc(119 / 750* 100vw) auto, url(images/index/deco_consultation04.png) no-repeat center bottom 15% / calc(164 / 750* 100vw) auto;
	}
	.ttl_consultation02 {
		width: 100%;
		max-width: calc(650 / 750* 100vw);
		margin: 0 auto 8vw;
	}
	.deco_consultation01 {
        width: calc(304 / 750* 100vw);
        margin-bottom: 3.5vw;
    }
	.deco_consultation01::before,.deco_consultation01::after {
		width: calc(90 / 750 * 100vw);
		height: calc(140 / 750 * 100vw);
		top: calc(10 / 750 * 100vw);
	}
	.deco_consultation01::before {
		left: calc(-135 / 750 * 100vw);
	}
	.deco_consultation01::after {
		right: calc(-125 / 750 * 100vw);
	}
	.ttl_consultation02 .ja {
		border-bottom: dotted calc(6 / 750* 100vw) #6781b7;
        font-size: 1.25rem;
        line-height: 1.6;
        letter-spacing: 0;
        padding-bottom: 4vw;
		margin-bottom: 0;
	}
	.row_consultation01 {
		width: 100%;
		max-width: calc(698 / 750* 100vw);
	}
	.row_consultation01 .col {
		width: 48%;
        max-width: calc(340 / 750* 100vw);
        height: calc(295 / 750* 100vw);
	}
	.row_consultation01 .col .icn {
        width: calc(40 / 750* 100vw);
        margin-bottom: 0vw;
    }
	.row_consultation01 .col .txt {
        font-size: 1rem;
        letter-spacing: 0;
    }
	.row_consultation01 .col:nth-child(n+3) {
		margin-top: calc(20 / 750 * 100vw);
	}
	.row_consultation01 .col::before {
		border: dotted calc(6 / 750 * 100vw) #fff;
		width: calc(100% - calc(20 / 750 * 100vw));
		height: calc(100% - calc(20 / 750 * 100vw));
		border-radius: calc(20 / 750 * 100vw);
	}
	.row_consultation01 .col .icn {
		width: calc(40 / 750 * 100vw);
	}
	.row_consultation01 .col .txt {
		font-size: 1rem;
	}
}
/* flow
------------------------------------------------------------------*/
.box_flow::after {
	content: "";
    position: absolute;
    border: dotted calc(6 / 1920* 100vw) #f87e34;
    width: calc(100% - calc(20 / 1920* 100vw));
    height: calc(100% - calc(20 / 1920* 100vw));
    border-radius: calc(20 / 1920* 100vw);
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	z-index: -1;
}
.ccl_flow01 {
	width: calc(120 / 1920 * 100vw);
	height: calc(120 / 1920 * 100vw);
	padding-left: calc(3 / 1920 * 100vw);
	background: url("images/index/deco_flow01.png")no-repeat center / cover;
	z-index: 2;
}
.ccl_flow01.ptn01 {
	padding-left: calc(10 / 1920 * 100vw);
}
.box_flow .col_txt {
    width: 62.6%;
}
.bg_flow02 {
    border-radius: 0;
}
.bg_flow02 .row_conversion02 {
    width: 95%;
    max-width: 690px;
}
.bg_flow02 .row_conversion02 .col {
	width: 49%;
    max-width: 335px;
}
.bg_flow02 .row_conversion02 .col:nth-child(n+2) {
	margin-top: calc(20 / 1920* 100vw);
}
.bg_flow02 .row_conversion02 .btn_tel01 {
    max-width: 690px;
}
.box_flow {
	padding: calc(60 / 1920* 100vw) calc(60 / 1920* 100vw) calc(60 / 1920* 100vw);
}
.row_flow02.row_reason03 .ccl {
	width: calc(226 / 1920* 100vw);
    height: calc(226 / 1920* 100vw);
}
.row_flow02.row_reason03 .ccl:not(:last-child) {
	margin-right: calc(32 / 1920 * 100vw);
}
.box_flow.arw_flow {
    margin-bottom: calc(100 / 1920* 100vw);
}
.ccl_flow01.ptn02 {
    background: url(images/index/deco_flow02.png) no-repeat center / cover;
}
.ccl_flow01.ptn03 {
    background: url(images/index/deco_flow03.png) no-repeat center / cover;
}
.ccl_flow01.ptn04{
    background: url(images/index/deco_flow04.png) no-repeat center / cover;
}
.ccl_flow01.ptn05 {
    background: url(images/index/deco_flow05.png) no-repeat center / cover;
}
.box_flow.box01::after {
    border: dotted calc(6 / 1920* 100vw) #6ba2ca;
}
.box_flow.box02::after {
    border: dotted calc(6 / 1920* 100vw) #f4646f;
}
.box_flow.box03::after {
    border: dotted calc(6 / 1920* 100vw) #39ab7a;
}
.box_flow.box04::after {
    border: dotted calc(6 / 1920* 100vw) #b889ba;
}
.arw_flow:before {
    content: "";
    position: absolute;
    background-color: #fff;
    width: calc(10 / 1920* 100vw);
    height: calc(110 / 1920* 100vw);
    right: 0;
    left: 0;
    bottom: calc(-110 / 1920* 100vw);
    margin: auto;
    border: none;
    border-right: none;
    border-left: none;
}
@media(min-width: 768px) and (max-width:1599px) {
	.box_flow::after {
		border: dotted calc(6 / 1599* 100vw) #f87e34;
		width: calc(100% - calc(20 / 1599* 100vw));
		height: calc(100% - calc(20 / 1599* 100vw));
		border-radius: calc(20 / 1599* 100vw);
	}
	.ccl_flow01 {
		width: calc(120 / 1599 * 100vw);
		height: calc(120 / 1599 * 100vw);
		padding-left: calc(3 / 1599 * 100vw);
	}
	.ccl_flow01.ptn01 {
		padding-left: calc(10 / 1599 * 100vw);
	}
	.bg_flow02 .row_conversion02 .col:nth-child(n+2) {
		margin-top: calc(20 / 1599* 100vw);
	}
	.box_flow {
		padding: calc(60 / 1599* 100vw) calc(60 / 1599* 100vw) calc(60 / 1599* 100vw);
	}
	.row_flow02.row_reason03 .ccl {
		width: calc(226 / 1599* 100vw);
		height: calc(226 / 1599* 100vw);
	}
	.row_flow02.row_reason03 .ccl:not(:last-child) {
		margin-right: calc(32 / 1599 * 100vw);
	}
	.box_flow.arw_flow {
		margin-bottom: calc(100 / 1599* 100vw);
	}
	.box_flow.box01::after {
		border: dotted calc(6 / 1599* 100vw) #6ba2ca;
	}
	.box_flow.box02::after {
		border: dotted calc(6 / 1599* 100vw) #f4646f;
	}
	.box_flow.box03::after {
		border: dotted calc(6 / 1599* 100vw) #39ab7a;
	}
	.box_flow.box04::after {
		border: dotted calc(6 / 1599* 100vw) #b889ba;
	}
	.arw_flow:before {
		width: calc(10 / 1599* 100vw);
		height: calc(110 / 1599* 100vw);
		bottom: calc(-110 / 1599* 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.box_flow::after {
		border: dotted calc(6 / 1299* 100vw) #f87e34;
		width: calc(100% - calc(20 / 1299* 100vw));
		height: calc(100% - calc(20 / 1299* 100vw));
		border-radius: calc(20 / 1299* 100vw);
	}
	.ccl_flow01 {
		width: calc(120 / 1299 * 100vw);
		height: calc(120 / 1299 * 100vw);
		padding-left: calc(3 / 1299 * 100vw);
	}
	.ccl_flow01.ptn01 {
		padding-left: calc(10 / 1299 * 100vw);
	}
	.bg_flow02 .row_conversion02 {
		max-width: calc(690 / 1299* 100vw);
	}
	.bg_flow02 .row_conversion02 .col {
		max-width: calc(335 / 1299* 100vw);
	}
	.bg_flow02 .row_conversion02 .col:nth-child(n+2) {
		margin-top: calc(20 / 1299* 100vw);
	}
	.bg_flow02 .row_conversion02 .btn_tel01 {
		max-width: calc(690 / 1299* 100vw);
	}
	.box_flow {
		padding: calc(60 / 1299* 100vw) calc(60 / 1299* 100vw) calc(60 / 1299* 100vw);
	}
	.row_flow02.row_reason03 .ccl {
		width: calc(226 / 1299* 100vw);
		height: calc(226 / 1299* 100vw);
	}
	.row_flow02.row_reason03 .ccl:not(:last-child) {
		margin-right: calc(32 / 1299 * 100vw);
	}
	.box_flow .col_txt {
		width: 58%;
	}
	.box_flow.arw_flow {
		margin-bottom: calc(100 / 1299* 100vw);
	}
	.box_flow.box01::after {
		border: dotted calc(6 / 1299* 100vw) #6ba2ca;
	}
	.box_flow.box02::after {
		border: dotted calc(6 / 1299* 100vw) #f4646f;
	}
	.box_flow.box03::after {
		border: dotted calc(6 / 1299* 100vw) #39ab7a;
	}
	.box_flow.box04::after {
		border: dotted calc(6 / 1299* 100vw) #b889ba;
	}
	.arw_flow:before {
		width: calc(10 / 1299* 100vw);
		height: calc(110 / 1299* 100vw);
		bottom: calc(-110 / 1299* 100vw);
	}
}
@media(max-width: 767px) {
	.bg_flow01 {
		padding: 13vw 0 16vw;
	}
	.bg_flow01 .inner .box_flow:first-child::after {
		display: none;
	}
	.bg_flow01 .inner .box_flow:first-child {
		outline: calc(6 / 750 * 100vw) dotted #f75e02;
		outline-offset: calc(-20 / 750 * 100vw);
		border-radius: calc(30 / 750* 100vw);
	}
	.box_flow::after {
		border: dotted calc(6 / 750* 100vw) #f87e34;
		width: calc(100% - calc(20 / 750* 100vw));
		height: calc(100% - calc(20 / 750* 100vw));
		border-radius: calc(30 / 750* 100vw);
	}
	.ccl_flow01 {
		width: calc(120 / 750 * 100vw);
		height: calc(120 / 750 * 100vw);
		padding-left: calc(3 / 750 * 100vw);
		font-size: 1.25rem;
	}
	.ccl_flow01.ptn01 {
		padding-left: calc(10 / 750 * 100vw);
	}
	.bg_flow02 .row_conversion02 {
		max-width: calc(620 / 750* 100vw);
        margin-bottom: 0vw;
        width: 100%;
	}
	.bg_flow02 .row_conversion02 .col {
		max-width: calc(335 / 750* 100vw);
	}
	.bg_flow02 .row_conversion02 .col {
		width: 100%;
		max-width: 100%;
	}
	.bg_flow02 .row_conversion02 .col:nth-child(n+2) {
		margin-top: calc(20 / 750* 100vw);
	}
	.bg_flow02 .row_conversion02 .btn_tel01 {
		max-width: calc(690 / 750* 100vw);
	}
	.box_flow {
		padding: calc(60 / 750* 100vw) 0 calc(60 / 750* 100vw);
		border-radius: calc(30 / 750* 100vw);
	}
	.box_flow .col_txt {
        width: 84% !important;
        max-width: 100% !important;
		margin-right: auto;
		margin-left: auto;
    }
	.box_flow .col_img {
        max-width: calc(500 / 750* 100vw) !important;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 2.5vw !important;
    }
	.box_flow .col_txt dt {
        margin-bottom: 0vw;
        text-align: center;
        font-size: 1.25rem;
        letter-spacing: 0;
    }
	.row_flow02.row_reason03 .ccl {
		width: calc(290 / 750* 100vw);
		height: calc(290 / 750* 100vw);
		font-size: 1rem;
		line-height: 1.6;
		letter-spacing: 0;
	}
	.row_flow02.row_reason03 .ccl:nth-child(n+3) {
		margin-top: calc(19 / 750* 100vw);
	}
	.row_flow02.row_reason03 .ccl:not(:last-child) {
		margin-right: calc(20 / 750 * 100vw);
	}
	.row_flow02.row_reason03 .ccl:nth-child(2n) {
		margin-right: 0;
	}
	.box_flow.arw_flow {
		margin-bottom: calc(100 / 750* 100vw);
	}
	.box_flow.box01::after {
		border: dotted calc(6 / 750* 100vw) #6ba2ca;
	}
	.box_flow.box02::after {
		border: dotted calc(6 / 750* 100vw) #f4646f;
	}
	.box_flow.box03::after {
		border: dotted calc(6 / 750* 100vw) #39ab7a;
	}
	.box_flow.box04::after {
		border: dotted calc(6 / 750* 100vw) #b889ba;
	}
	.arw_flow:before {
		width: calc(10 / 750* 100vw);
		height: calc(110 / 750* 100vw);
		bottom: calc(-110 / 750* 100vw);
	}
}
/* fee
------------------------------------------------------------------*/
.tbl_common01 th {
    background: #f7bea3;
    color: #333;
}
.tbl_common01 tr:not(:last-child) th {
    border-bottom: 1px solid #333;
}
.tbl_common01 th,.tbl_common01 td {
    padding: calc(25 / 1920* 100vw) calc(18 / 1920* 100vw) calc(28 / 1920* 100vw);
}
.bg_fee02 {
	background: url(images/index/frame_fee01.svg) no-repeat top center / 100% auto, url(images/index/bg_fee01.png) no-repeat center left / calc(960 / 1920* 100vw) auto #f4f4f4;
}
.row_pay .col {
    width: 31.7%;
    max-width: 313px;
    margin-right: 3%;
}
.row_pay .col01 .copy {
    border-bottom: dotted calc(6 / 1920* 100vw) #6ba2ca;
}
.row_pay .col02 .copy {
    border-bottom: dotted calc(6 / 1920* 100vw) #6781b7;
}
.row_pay .col03 .copy {
    border-bottom: dotted calc(6 / 1920* 100vw) #b889ba;
}
.box_fee01.box_kinds01 {
    border: dotted calc(6 / 1920* 100vw) #afc964;
}
@media(min-width: 768px) and (max-width:1599px) {
	.tbl_common01 th,.tbl_common01 td {
		padding: calc(25 / 1599* 100vw) calc(18 / 1599* 100vw) calc(28 / 1599* 100vw);
	}
	.bg_fee02 {
		background: url(images/index/frame_fee01.svg) no-repeat top center / 100% auto, url(images/index/bg_fee01.png) no-repeat center left / calc(960 / 1599* 100vw) auto #f4f4f4;
	}
	.row_pay .col01 .copy {
		border-bottom: dotted calc(6 / 1599* 100vw) #6ba2ca;
	}
	.row_pay .col02 .copy {
		border-bottom: dotted calc(6 / 1599* 100vw) #6781b7;
	}
	.row_pay .col03 .copy {
		border-bottom: dotted calc(6 / 1599* 100vw) #b889ba;
	}
	.box_fee01.box_kinds01 {
		border: dotted calc(6 / 1599* 100vw) #afc964;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.tbl_common01 th,.tbl_common01 td {
		padding: calc(25 / 1299* 100vw) calc(18 / 1299* 100vw) calc(28 / 1299* 100vw);
	}
	.bg_fee02 {
		padding: calc(60 / 1299* 100vw) calc(0 / 1299* 100vw) calc(60 / 1299* 100vw);
		background: url(images/index/frame_fee01.svg) no-repeat top center / 100% auto, url(images/index/bg_fee01.png) no-repeat center left / calc(960 / 1299* 100vw) auto #f4f4f4;
	}
	.row_pay .col {
		margin-right: 2%;
	}
	.row_pay .col01 .copy {
		border-bottom: dotted calc(6 / 1299* 100vw) #6ba2ca;
	}
	.row_pay .col02 .copy {
		border-bottom: dotted calc(6 / 1299* 100vw) #6781b7;
	}
	.row_pay .col03 .copy {
		border-bottom: dotted calc(6 / 1299* 100vw) #b889ba;
	}
	.box_fee01.box_kinds01 {
		border: dotted calc(6 / 1299* 100vw) #afc964;
	}
}
@media(max-width: 767px) {
	.tbl_common01 th,.tbl_common01 td {
		padding: calc(25 / 750* 100vw) calc(18 / 750* 100vw) calc(28 / 750* 100vw);
	}
	.tbl_common01 {
        margin-bottom: 3vw;
    }
	.bg_fee01 {
		padding-bottom: 3vw;
	}
	.bg_fee02 {
		padding: calc(105 / 750* 100vw) calc(0 / 750* 100vw) calc(100 / 750* 100vw);
		background: url(images/index/frame_fee01_sp.svg) no-repeat top center / 100% auto, url(images/index/bg_fee01_sp.png) no-repeat bottom center / 100% auto #f4f4f4;
	}
	.txt_fee01 {
		margin-bottom: 4vw;
		line-height: 1.6;
	}
	.ttl_fee03 {
		margin-bottom: 5vw;
	}
	.row_pay .col {
		width: 48%;
        max-width: calc(340 / 750* 100vw);
        margin-right: calc(20 / 750* 100vw);
        padding: 4vw 5vw 3.5vw;
	}
	.row_pay .col:nth-child(-n+2) {
        margin-bottom: calc(20 / 750* 100vw);
    }
	.row_pay .icn {
        width: calc(120 / 750* 100vw);
    }
	.row_pay .col .copy {
		padding-bottom: 2vw;
        line-height: 1.6;
	}
	.row_pay .col01 .copy {
		border-bottom: dotted calc(6 / 750* 100vw) #6ba2ca;
	}
	.row_pay .col02 .copy {
		border-bottom: dotted calc(6 / 750* 100vw) #6781b7;
	}
	.row_pay .col03 .copy {
		border-bottom: dotted calc(6 / 750* 100vw) #b889ba;
	}
	.box_fee01.box_kinds01 {
		padding: 6vw 6vw 7vw;
		border: dotted calc(6 / 750* 100vw) #afc964;
	}
	.box_fee01 .ttl {
		font-size: 1.125rem;
		margin-bottom: 2vw;
	}
	.box_fee01 .txt01 {
       margin-bottom: 1vw;
    }
	.box_fee01 .txt02 {
       line-height: 1.6;
	   margin-bottom: 4vw;
    }
	.btn_fee01 .txt {
        font-size: 1rem;
		letter-spacing: 0;
    }
	.bg_fee03 {
		padding-bottom: 16vw;
	}
	.row_pay .txt {
        font-size: .8125rem;
    }
	.tbl_common01.tbl_default.reverse th {
		width: 58%;
	}
	.tbl_common01.tbl_default.reverse td {
		width: 42%;
	}
	.tbl_common01 th, .tbl_common01 td {
		padding: 2vw 3vw 3vw;
	}
}
/* qa
------------------------------------------------------------------*/
.bg_qa01 {
	background: url(images/page/ptn03.png) repeat left top / auto;
}
.box_qa03 {
	box-shadow: 0 0 16px 4px rgba(51, 51, 51, 0.1);
	border-radius: calc(20 / 1920* 100vw);
	border: none;
    margin-bottom: calc(55 / 1920* 100vw);
}
.box_qa03 .box_q {
	border-radius: 0 calc(20 / 1920 * 100vw) 0 0;
}
.box_qa03 .box_q .box {
	border-radius: 0 0 calc(25 / 1920 * 100vw) 0;
	width: calc(50 / 1920 * 100vw);
	height: calc(50 / 1920 * 100vw);
}
.box_qa03 .box_a {
	border-radius: 0 0 calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw);
}
.box_qa03 .box_q .txt {
    font-size: 1.375rem;
	padding: calc(13 / 1920* 100vw) calc(50 / 1920* 100vw) calc(14 / 1920* 100vw) calc(12 / 1920* 100vw);
	border-radius: 0 calc(20 / 1920* 100vw) 0 0;
}
.box_qa03 .box_q .txt .icn {
    width: calc(26 / 1920* 100vw);
    height: calc(26 / 1920* 100vw);
}
.box_qa03 .box_q .txt .icn:after {
    background: #fff;
}
.box_qa03 .box_q .txt .icn:before {
    background: #fff;
}
@media(min-width: 768px) and (max-width:1599px) {
	.box_qa03 {
		border-radius: calc(20 / 1599* 100vw);
		margin-bottom: calc(55 / 1599* 100vw);
	}
	.box_qa03 .box_q {
		border-radius: 0 calc(20 / 1599 * 100vw) 0 0;
	}
	.box_qa03 .box_q .box {
		border-radius: 0 0 calc(25 / 1599 * 100vw) 0;
		width: calc(50 / 1599 * 100vw);
		height: calc(50 / 1599 * 100vw);
	}
	.box_qa03 .box_a {
		border-radius: 0 0 calc(20 / 1599 * 100vw) calc(20 / 1599 * 100vw);
	}
	.box_qa03 .box_q .txt {
		padding: calc(13 / 1599* 100vw) calc(50 / 1599* 100vw) calc(14 / 1599* 100vw) calc(12 / 1599* 100vw);
		border-radius: 0 calc(20 / 1599* 100vw) 0 0;
	}
	.box_qa03 .box_q .txt .icn {
		width: calc(26 / 1599* 100vw);
		height: calc(26 / 1599* 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.box_qa03 {
		border-radius: calc(20 / 1299* 100vw);
		margin-bottom: calc(55 / 1299* 100vw);
	}
	.box_qa03 .box_q {
		border-radius: 0 calc(20 / 1299 * 100vw) 0 0;
	}
	.box_qa03 .box_q .box {
		border-radius: 0 0 calc(25 / 1299 * 100vw) 0;
		width: calc(50 / 1299 * 100vw);
		height: calc(50 / 1299 * 100vw);
	}
	.box_qa03 .box_a {
		border-radius: 0 0 calc(20 / 1299 * 100vw) calc(20 / 1299 * 100vw);
	}
	.box_qa03 .box_q .txt {
		padding: calc(13 / 1299* 100vw) calc(50 / 1299* 100vw) calc(14 / 1299* 100vw) calc(12 / 1299* 100vw);
		border-radius: 0 calc(20 / 1299* 100vw) 0 0;
	}
	.box_qa03 .box_q .txt .icn {
		width: calc(26 / 1299* 100vw);
		height: calc(26 / 1299* 100vw);
	}
}
@media(max-width: 767px) {
	.bg_qa01 {
		background: url(images/page/ptn03.png) repeat left top / calc(1469 / 750* 100vw) auto;
	}
	.box_qa03 {
		border-radius: calc(20 / 750* 100vw);
		margin-bottom: calc(55 / 750* 100vw);
	}
	.box_qa03 .box_q {
		border-radius: 0 calc(20 / 750 * 100vw) 0 0;
	}
	.box_qa03 .box_q .box {
		border-radius: 0 0 calc(25 / 750* 100vw) 0;
        width: calc(65 / 750* 100vw);
        height: calc(65 / 750* 100vw);
        line-height: calc(65 / 750* 100vw);
        font-size: 1.625rem;
        padding-top: .5vw;
	}
	.box_qa03 .box_a {
		border-radius: 0 0 calc(20 / 750 * 100vw) calc(20 / 750 * 100vw);
	}
	.box_qa03 .box_q .txt {
		padding: calc(13 / 750* 100vw) calc(50 / 750* 100vw) calc(14 / 750* 100vw) calc(12 / 750* 100vw);
		border-radius: 0 calc(20 / 750* 100vw) 0 0;
		font-size: 1.125rem;
	}
	.box_qa03 .box_q .txt .icn {
		width: calc(26 / 750* 100vw);
		height: calc(26 / 750* 100vw);
	}
}
/* greeting
------------------------------------------------------------------*/
.bg_greeting01 .bg::before {
	content: "";
    position: absolute;
	background: rgba(57, 171, 122, .5);
	border-radius: calc(40 / 1920 * 100vw);
    width: 100%;
    height: 100%;
	right: calc(-40 / 1920 * 100vw);
	bottom: calc(-40 / 1920 * 100vw);
	z-index: -1;
}
.row_greeting01 .col_img {
	width: 42%;
    max-width: 540px;
}
.row_greeting01 .col_img .deco {
	width: calc(227 / 1920* 100vw);
    right: calc(-39 / 1920* 100vw);
    bottom: calc(-39 / 1920* 100vw);
}
.row_greeting01 .col_txt {
	width: 54%;
}
.row_greeting01 .col_txt::before {
	content: "";
    position: absolute;
    background: url(images/index/deco_greeting02.png) no-repeat center / cover;
    width: calc(288 / 1920* 100vw);
    height: calc(301 / 1920* 100vw);
    left: 3%;
    top: 32%;
	z-index: -1;
}
.row_greeting01 .col_txt > .ccl {
    background: url(images/index/bg_reason09.png) no-repeat center / cover;
    width: calc(278 / 1920* 100vw);
    height: calc(280 / 1920* 100vw);
}
.row_greeting01 .col_txt > .ccl::before,.row_greeting01 .col_txt > .ccl::after {
    content: "";
    position: absolute;
    width: calc(127 / 1920* 100vw);
    height: calc(100 / 1920* 100vw);
    top: 32%;
}
.row_greeting01 .col_txt > .ccl::before {
    background: url(images/index/deco_reason11.png) no-repeat center / cover;
    left: -60%;
}
.row_greeting01 .col_txt > .ccl::after {
    background: url(images/index/deco_reason12.png) no-repeat center / cover;
	right: -60%;
}
.wrap_greeting01 .ja {
	border-bottom: dotted calc(4 / 1920 * 100vw) #39ab7a;
}
.ttl_greeting02 {
	height: calc(60 / 1920 * 100vw);
}
.list_greeting01 li {
    width: 48%;
}
.list_greeting01 li:before {
    background: #afc964;
}
.list_greeting01.list01 li:before {
    background: #6ba2ca;
}
.list_greeting01 li:not(:first-child) {
    margin-top: calc(10 / 1920* 100vw);
}
.list_greeting01 li:nth-child(-n+2) {
    margin-top: 0;
}
.bg_greeting01.bg01 .bg::before {
    background: rgba(103, 129, 183, .5);
    right: auto;
	left: calc(-40 / 1920* 100vw);
}
.row_greeting01.row01 .col_txt > .ccl {
    background: url(images/index/deco_greeting05.png) no-repeat center / cover;
}
.row_greeting01.row01 .col_img .deco {
    width: calc(287 / 1920* 100vw);
	right: auto;
    left: calc(-39 / 1920* 100vw);
    bottom: calc(-39 / 1920* 100vw);
}
.row_greeting01.row01 .col_txt::before {
    background: url(images/index/deco_greeting03.png) no-repeat center / cover;
    width: calc(299 / 1920* 100vw);
    height: calc(300 / 1920* 100vw);
	left: auto;
    right: 3%;
    top: 32%;
}
.wrap_greeting01.wrap01 .ja {
    border-bottom: dotted calc(4 / 1920* 100vw) #6781b7;
}
.box_greeting02.box01 dl dt {
	color: #6781b7;
}
.box_greeting02.box01 dt:not(:last-of-type), .box_greeting02.box01 dd:not(:last-of-type) {
    margin-bottom: calc(15 / 1920 * 100vw);
	line-height: 1.4;
}
.box_greeting02.box01 dt {
    width: calc(110 / 1920 * 100vw);
}
.box_greeting02.box01 dd {
    width: calc(100% - calc(110 / 1920 * 100vw));
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_greeting01 .bg::before {
		border-radius: calc(40 / 1599 * 100vw);
		right: calc(-40 / 1599 * 100vw);
		bottom: calc(-40 / 1599 * 100vw);
	}
	.row_greeting01 .col_img .deco {
		width: calc(227 / 1599* 100vw);
		right: calc(-39 / 1599* 100vw);
		bottom: calc(-39 / 1599* 100vw);
	}
	.row_greeting01 .col_txt::before {
		width: calc(288 / 1599* 100vw);
		height: calc(301 / 1599* 100vw);
	}
	.row_greeting01 .col_txt > .ccl {
		width: calc(278 / 1599* 100vw);
		height: calc(280 / 1599* 100vw);
	}
	.row_greeting01 .col_txt > .ccl::before,.row_greeting01 .col_txt > .ccl::after {
		width: calc(127 / 1599* 100vw);
		height: calc(100 / 1599* 100vw);
	}
	.wrap_greeting01 .ja {
		border-bottom: dotted calc(4 / 1599 * 100vw) #39ab7a;
	}
	.ttl_greeting02 {
		height: calc(60 / 1599 * 100vw);
	}
	.list_greeting01 li:not(:first-child) {
		margin-top: calc(10 / 1599* 100vw);
	}
	.list_greeting01 li:nth-child(-n+2) {
		margin-top: 0;
	}
	.bg_greeting01.bg01 .bg::before {
		left: calc(-40 / 1599* 100vw);
	}
	.row_greeting01.row01 .col_img .deco {
		width: calc(257 / 1599* 100vw);
		left: calc(-39 / 1599* 100vw);
		bottom: calc(-39 / 1599* 100vw);
	}
	.row_greeting01.row01 .col_txt::before {
		width: calc(299 / 1599* 100vw);
		height: calc(300 / 1599* 100vw);
	}
	.wrap_greeting01.wrap01 .ja {
		border-bottom: dotted calc(4 / 1599* 100vw) #6781b7;
	}
	.box_greeting02.box01 dt:not(:last-of-type), .box_greeting02.box01 dd:not(:last-of-type) {
		margin-bottom: calc(15 / 1599 * 100vw);
	}
	.box_greeting02.box01 dt {
		width: calc(110 / 1599 * 100vw);
	}
	.box_greeting02.box01 dd {
		width: calc(100% - calc(110 / 1599 * 100vw));
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_greeting01 .bg::before {
		border-radius: calc(40 / 1299 * 100vw);
		right: calc(-40 / 1299 * 100vw);
		bottom: calc(-40 / 1299 * 100vw);
	}
	.row_greeting01 .col_img .deco {
		width: calc(227 / 1299* 100vw);
		right: calc(-39 / 1299* 100vw);
		bottom: calc(-39 / 1299* 100vw);
	}
	.row_greeting01 .col_txt::before {
		width: calc(288 / 1299* 100vw);
		height: calc(301 / 1299* 100vw);
	}
	.row_greeting01 .col_txt > .ccl {
		width: calc(178 / 1299* 100vw);
		height: calc(180 / 1299* 100vw);
	}
	.row_greeting01 .col_txt > .ccl::before,.row_greeting01 .col_txt > .ccl::after {
		width: calc(127 / 1299* 100vw);
		height: calc(100 / 1299* 100vw);
	}
	.row_greeting01 .col_txt > .ccl::after {
		right: -83%;
	}
	.row_greeting01 .col_txt > .ccl::before {
		left: -83%;
	}
	.row_greeting01 .col_txt > .ccl .txt {
		font-size: 1.5rem;
	}
	.wrap_greeting01 .ja {
		border-bottom: dotted calc(4 / 1299 * 100vw) #39ab7a;
	}
	.ttl_greeting02 {
		height: calc(60 / 1299 * 100vw);
	}
	.list_greeting01 li:not(:first-child) {
		margin-top: calc(10 / 1299* 100vw);
	}
	.list_greeting01 li:nth-child(-n+2) {
		margin-top: 0;
	}
	.bg_greeting01.bg01 .bg::before {
		left: calc(-40 / 1299* 100vw);
	}
	.row_greeting01.row01 .col_img .deco {
		width: calc(257 / 1299* 100vw);
		left: calc(-39 / 1299* 100vw);
		bottom: calc(-39 / 1299* 100vw);
	}
	.row_greeting01.row01 .col_txt::before {
		width: calc(299 / 1299* 100vw);
		height: calc(300 / 1299* 100vw);
	}
	
	.wrap_greeting01.wrap01 .ja {
		border-bottom: dotted calc(4 / 1299* 100vw) #6781b7;
	}
	.box_greeting02.box01 dt:not(:last-of-type), .box_greeting02.box01 dd:not(:last-of-type) {
		margin-bottom: calc(15 / 1299 * 100vw);
	}
	.box_greeting02.box01 dt {
		width: calc(110 / 1299 * 100vw);
	}
	.box_greeting02.box01 dd {
		width: calc(100% - calc(110 / 1299 * 100vw));
	}
}
@media(max-width: 767px) {
	.bg_greeting01 .bg {
		margin-bottom: 8vw;
	}
	.bg_greeting01 .bg::before {
		border-radius: calc(40 / 750 * 100vw);
		right: calc(-10 / 750* 100vw);
        bottom: calc(-10 / 750* 100vw);
	}
	.box_greeting01 {
		padding: 8vw 7vw 11vw;
	}
	.row_greeting01 .col_img {
		width: 100%;
		max-width: calc(432 / 750* 100vw);
		margin: 0 auto 6vw;
	}
	.row_greeting01 .col_img .deco {
		width: calc(181 / 750* 100vw);
        left: auto;
        bottom: calc(-42 / 750* 100vw);
        right: -11vw;
	}
	.row_greeting01 .col_txt {
		width: 100%;
	}
	.row_greeting01 .col_txt::before {
		width: calc(288 / 750* 100vw);
        height: calc(301 / 750* 100vw);
        left: 3vw;
        top: 68vw;
	}
	.row_greeting01 .col_txt > .ccl {
		width: calc(278 / 750* 100vw);
        height: calc(278 / 750* 100vw);
		margin-bottom: 2vw;
	}
	.row_greeting01.row01 .col_txt > .ccl {
		margin-bottom: 3vw;
		padding-top: 2vw;
	}
	.row_greeting01 .col_txt > .ccl::before,.row_greeting01 .col_txt > .ccl::after {
		width: calc(127 / 750* 100vw);
        height: calc(100 / 750* 100vw);
		top: 13vw;
	}
	.row_greeting01 .col_txt > .ccl::before {
		left: -22vw;
	}
	.row_greeting01 .col_txt > .ccl::after {
		right: -22vw;
	}
	.row_greeting01 .col_txt > .ccl .txt {
		font-size: 1.25rem;
	}
	.row_greeting01 .col_txt > .txt {
		margin-bottom: 4vw;
	}
	.wrap_greeting01 .ja {
        border-bottom: dotted calc(4 / 750* 100vw) #39ab7a;
        font-size: .875rem;
        margin-bottom: 2vw;
    }
	.wrap_greeting01 .ja .fz40 {
        font-size: 1.5625rem;
    }
	.wrap_greeting01 .en {
        font-size: .75rem;
    }
	.ttl_greeting02 {
        height: calc(80 / 750* 100vw);
        font-size: 1.0625rem;
        border-radius: calc(40 / 750* 100vw);
		letter-spacing: 0;
		margin-bottom: 4vw;
    }
	.list_greeting01 li {
		width: 100%;
		padding-left: 7vw;
	}
	.list_greeting01 li:not(:first-child) {
		margin-top: calc(13 / 750* 100vw);
	}
	.list_greeting01 li:nth-child(-n+2) {
		margin-top: 0;
	}
	.list_greeting01 li:nth-child(2) {
		margin-top: calc(10 / 750* 100vw);
	}
	.bg_greeting01.bg01 .box_greeting01 {
        padding: 8vw 7vw 8vw;
    }
	.row_greeting01.row01 .col_img .deco {
        width: calc(229 / 750* 100vw);
        left: -11vw;
        right: auto;
        bottom: calc(-39 / 750* 100vw);
        right: -11vw;
    }
	.row_greeting01.row01 .col_img {
        margin: 0 auto 8vw;
    }
	.bg_greeting01.bg01 .bg::before {
		left: calc(-10 / 750* 100vw);
	}
	.ttl_greeting02.ttl01 {
		margin-bottom: 3vw;
	}
	.box_greeting02.box01 dt {
        width: calc(160 / 750* 100vw);
    }
	.box_greeting02.box01 dd {
        width: calc(100% - calc(160 / 750* 100vw));
    }
	.row_greeting01 .col_img .deco {
		width: calc(181 / 750* 100vw);
        left: auto;
        bottom: calc(-39 / 750* 100vw);
        right: -11vw;
	}
	.row_greeting01.row01 .col_txt::before {
		width: calc(299 / 750* 100vw);
		height: calc(300 / 750* 100vw);
		right: 2vw;
        top: 69vw;
	}
	.wrap_greeting01.wrap01 .ja {
		border-bottom: dotted calc(4 / 750* 100vw) #6781b7;
	}
	.box_greeting02 {
		padding: 8vw 4vw 7vw;
	}
	.box_greeting02.box01 dt:not(:last-of-type), .box_greeting02.box01 dd:not(:last-of-type) {
		margin-bottom: calc(15 / 750 * 100vw);
	}
}
/* clinic
------------------------------------------------------------------*/
.row_clinic01 .col_l {
	width: 43%;
}
.row_clinic01 .col_l .logo {
	width: calc(393 / 1920 * 100vw);
}
.row_clinic01 .col_r {
	width: 50%;
    max-width: 610px;
}
.btn_clinic01 .icn {
	width: calc(30 / 1920 * 100vw);
}
.tbl_time02 table {
    color: #333333;
}
.tbl_time02 .box {
    background: #f4f4f4;
}
.tbl_time02 thead th {
    border-bottom: 1px solid #333333;
}
.box_clinic01 {
	height: calc(113 / 1920 * 100vw);
}
.ttl_clinic02 {
	height: calc(60 / 1920 * 100vw);
}
.list_clinic01 li {
    width: 47.5%;
}
.list_clinic01 li:before {
    background: #f87e34;
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_clinic01 .col_l .logo {
		width: calc(393 / 1599 * 100vw);
	}
	.btn_clinic01 .icn {
		width: calc(30 / 1599 * 100vw);
	}
	.box_clinic01 {
		height: calc(113 / 1599 * 100vw);
	}
	.ttl_clinic02 {
		height: calc(60 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_clinic01 .col_l .logo {
		width: calc(393 / 1299 * 100vw);
	}
	.btn_clinic01 .icn {
		width: calc(30 / 1299 * 100vw);
	}
	.box_clinic01 {
		height: calc(113 / 1299 * 100vw);
	}
	.ttl_clinic02 {
		height: calc(60 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.row_clinic01 .col_l {
		width: 100%;
		order: 2;
		margin-top: 7vw;
	}
	.row_clinic01 .col_r {
		width: 100%;
		max-width: calc(610 / 750 * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_clinic01 .col_l .logo {
		width: calc(471 / 750 * 100vw);
		margin-bottom: 5vw;
	}
	.btn_clinic01 .icn {
		width: calc(40 / 750 * 100vw);
	}
	.btn_clinic01 .num {
		font-size: 2rem;
	}
	.box_clinic01 {
		height: calc(200 / 750 * 100vw);
	}
	.ttl_clinic01 {
		margin-top: 14vw;
	}
	.ttl_clinic02 {
		font-size: 1.0625rem;
		height: calc(80 / 750 * 100vw);
		letter-spacing: 0;
		margin-bottom: 2vw;
	}
	.list_clinic01 {
        max-width: calc(638 / 750* 100vw) !important;
        margin-left: auto;
        margin-right: auto;
    }
	.list_clinic01 li {
        width: 100%;
        padding-left: 7vw;
		line-height: 1.6;
    }
	.list_clinic01 li:not(:first-child) {
        margin-top: 2vw;
    }
	.list_clinic01 li:before {
        width: calc(15 / 750* 100vw);
        height: calc(15 / 750* 100vw);
        left: calc(-5 / 750* 100vw);
        top: calc(24 / 750* 100vw);
    }
	.wrap_clinic01 {
		margin-bottom: 9vw;
	}
	.wrap_clinic01 .txt {
		margin-bottom: 0;
	}
	.ttl_clinic02.ttl01 {
		margin-bottom: 3.5vw;
	}
	
}
/* form
------------------------------------------------------------------*/
.wrap_form01 .bg {
    padding-top: calc(287 / 1920* 100vw);
}
.form .bg {
    background: url(images/index/bg_form01.jpg) no-repeat left top / 100% auto #f4f4f4;
}
.form .en {
    top: calc(-123 / 1920* 100vw);
}
.tbl_form table {
	border-color: #333;
}
.tbl_form th {
	background-color: #dccd87;
	color: #333;
}
.tbl_default tr:not(:last-child) th {
    border-bottom: 1px solid #333;
}
.tbl_form tr:not(:last-child) td {
	border-bottom-color: #333;
}
.tbl_form td {
	background-color: #fff!important;
}
.tbl_form.tbl_recruit .require span:after {
	font-weight: 300;
	background-color: #fff;
	color: #f4646f;
}
.btn_submit {
	max-width: calc(400 / 1920 * 100vw);
}
.btn_submit input {
	border: 1px solid #333!important;
	background: url("images/index/arw_kinds01.png")no-repeat right calc( 30 / 1920 * 100vw ) center / calc( 40 / 1920 * 100vw );
	background-color: #fff!important;
	color: #333!important;
	padding: calc(30 / 1920 * 100vw) calc(5 / 1920 * 100vw) calc(30 / 1920 * 100vw);
	font-size: 1.25rem;
	border-radius: calc(40 / 1920 * 100vw);
}
.btn_submit input:disabled {
	background: #ddd!important;
	color: #fff!important;
	border-color: #eef1f4!important;
}
.btn_submit:before {
	display: none;
}
.box_privacy {
	border-color: #333;
	margin: 0 auto calc(50 / 1920* 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.wrap_form01 .bg {
		padding-top: calc(287 / 1599* 100vw);
	}
	.form .en {
		top: calc(-135 / 1599* 100vw);
	}
	.btn_submit {
		max-width: calc(400 / 1599 * 100vw);
	}
	.btn_submit input {
		background: url("images/index/arw_kinds01.png")no-repeat right calc( 30 / 1599 * 100vw ) center / calc( 40 / 1599 * 100vw );
		padding: calc(30 / 1599 * 100vw) calc(5 / 1599 * 100vw) calc(30 / 1599 * 100vw);
		border-radius: calc(40 / 1599 * 100vw);
	}
	.box_privacy {
		margin: 0 auto calc(50 / 1599* 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.wrap_form01 .bg {
		padding-top: calc(241 / 1299* 100vw);
	}
	.form .en {
		top: calc(-135 / 1299* 100vw);
	}
	.form .copy {
		margin-bottom: calc(50 / 1299* 100vw);
	}
	.btn_submit {
		max-width: calc(400 / 1299 * 100vw);
	}
	.btn_submit input {
		background: url("images/index/arw_kinds01.png")no-repeat right calc( 30 / 1299 * 100vw ) center / calc( 40 / 1299 * 100vw );
		padding: calc(30 / 1299 * 100vw) calc(5 / 1299 * 100vw) calc(30 / 1299 * 100vw);
		border-radius: calc(40 / 1299 * 100vw);
	}
	.box_privacy {
		margin: 0 auto calc(50 / 1299* 100vw);
	}
}
@media(max-width: 767px) {
	.bg_clinic01 {
		padding-bottom: 9vw;
	}
	.wrap_form01 .bg {
		padding-top: calc(272 / 750* 100vw);
	}
	.form .bg {
		background: url(images/index/bg_form01_sp.jpg) no-repeat left top / 100% auto #f4f4f4;
	}
	.form .en {
		font-size: 2.5rem;
		top: calc(-90 / 750* 100vw);
	}
	.form .copy {
		font-size: 1.25rem;
		margin-bottom: calc(50 / 750* 100vw);
		letter-spacing: 0;
	}
	.wpcf7 {
		width: 93%;
		margin-right: auto;
		margin-left: auto;
	}
	.btn_submit {
		max-width: calc(600 / 750 * 100vw);
	}
	.btn_submit input {
		background: url("images/index/arw_kinds01.png")no-repeat right calc( 40 / 750 * 100vw ) center / calc( 40 / 750 * 100vw );
		padding: calc(40 / 750 * 100vw) calc(5 / 750 * 100vw) calc(40 / 750 * 100vw);
		border-radius: calc(40 / 750 * 100vw);
		font-size: 1rem;
		letter-spacing: 0;
		border-radius: calc(60 / 750 * 100vw);
	}
	.box_privacy {
		margin: 0 auto calc(50 / 750* 100vw);
	}
}
/*clinicスライド*/
.slide_sample08 {
	padding-bottom: calc(60 / 1920 * 100vw);
}
.slide_sample08 li {
	position: relative;
}
.slide_sample08 .txt {
	position: absolute;
	background: rgba(0,0,0,.7);
	color: #fff;
	right: 0;
	bottom: calc(25 / 1920 * 100vw);
	max-width: calc(260 / 1920 * 100vw);
	width: 100%;
	line-height: 1.4;
	padding: calc(6 / 1920 * 100vw);
}
.slide_sample08 .slick-prev {
	background: url(images/page/arw_slide.svg)no-repeat center / cover;
	width: calc(34 / 1920 * 100vw);
	height: calc(60 / 1920 * 100vw);
	transform: translate(0);
	top: 0;
	bottom: 0;
	margin: auto;
	left: 25%;
	z-index: 1;
}
.slide_sample08 .slick-next {
	background: url(images/page/arw_slide.svg)no-repeat center / cover;
	width: calc(34 / 1920 * 100vw);
	height: calc(60 / 1920 * 100vw);
	right: 25%;
	transform: translate(0) scaleX(-1);
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.slide_sample08 .slick-prev:before, .slide_sample08 .slick-next:before {
	display: none;
}
.slide_sample08 .slick-dots {
	bottom: calc(-53 / 1920 * 100vw);
}
.slide_sample08 .slick-dots li {
	width: calc(11 / 1920 * 100vw);
	height: calc(11 / 1920 * 100vw);
	margin: 0 calc(8 / 1920 * 100vw);
}
.slide_sample08 .slick-dots li button {
	width: calc(11 / 1920 * 100vw);
	height: calc(11 / 1920 * 100vw);
	padding: 0;
}
.slide_sample08 .slick-dots li button:before {
	content: "";
	background: #f4f4f4;
	width: calc(11 / 1920 * 100vw);
	height: calc(11 / 1920 * 100vw);
	border-radius: 50%;
	opacity: 1;
}
.slide_sample08 .slick-dots li.slick-active button:before {
	background: #f87e34;
	opacity: 1;
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_sample08 {
		padding-bottom: calc(60 / 1599 * 100vw);
	}
	.slide_sample08 .txt {
		bottom: calc(25 / 1599 * 100vw);
		max-width: calc(260 / 1599 * 100vw);
		padding: calc(6 / 1599 * 100vw);
	}
	.slide_sample08 .slick-prev {
		width: calc(34 / 1599 * 100vw);
		height: calc(60 / 1599 * 100vw);
		left: 22%;
	}
	.slide_sample08 .slick-next {
		width: calc(34 / 1599 * 100vw);
		height: calc(60 / 1599 * 100vw);
		right: 22%;
	}
	.slide_sample08 .slick-dots {
		bottom: calc(-53 / 1599 * 100vw);
	}
	.slide_sample08 .slick-dots li {
		width: calc(11 / 1599 * 100vw);
		height: calc(11 / 1599 * 100vw);
		margin: 0 calc(8 / 1599 * 100vw);
	}
	.slide_sample08 .slick-dots li button {
		width: calc(11 / 1599 * 100vw);
		height: calc(11 / 1599 * 100vw);
	}
	.slide_sample08 .slick-dots li button:before {
		width: calc(11 / 1599 * 100vw);
		height: calc(11 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_sample08 {
		padding-bottom: calc(60 / 1299 * 100vw);
	}
	.slide_sample08 .txt {
		bottom: calc(25 / 1299 * 100vw);
		max-width: calc(260 / 1299 * 100vw);
		padding: calc(6 / 1299 * 100vw);
	}
	.slide_sample08 .slick-prev {
		width: calc(34 / 1299 * 100vw);
		height: calc(60 / 1299 * 100vw);
		left: 7%;
	}
	.slide_sample08 .slick-next {
		width: calc(34 / 1299 * 100vw);
		height: calc(60 / 1299 * 100vw);
		right: 7%;
	}
	.slide_sample08 .slick-dots {
		bottom: calc(-53 / 1299 * 100vw);
	}
	.slide_sample08 .slick-dots li {
		width: calc(11 / 1299 * 100vw);
		height: calc(11 / 1299 * 100vw);
		margin: 0 calc(8 / 1299 * 100vw);
	}
	.slide_sample08 .slick-dots li button {
		width: calc(11 / 1299 * 100vw);
		height: calc(11 / 1299 * 100vw);
	}
	.slide_sample08 .slick-dots li button:before {
		width: calc(11 / 1299 * 100vw);
		height: calc(11 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.slide_sample08 {
		padding-bottom: 12vw;
	}
	.slide_sample08 .txt {
		max-width: 100%;
		bottom: 3vw;
		font-size: 100%;
		padding: 2vw;
	}
	.slide_sample08 .slick-prev, .slide_sample08 .slick-next {
		width: calc(34 / 750 * 100vw);
		height: calc(60 / 750 * 100vw);
	}
	.slide_sample08 .slick-prev {
		left: 3vw;
	}
	.slide_sample08 .slick-next {
		right: 3vw;
	}
	.slide_sample08 .slick-dots {
		bottom: -9vw;
	}
	.slide_sample08 .slick-dots li {
		margin: 0 1vw;
	}
	.slide_sample08 .slick-dots li, .slide_sample08 .slick-dots li button, .slide_sample08 .slick-dots li button:before {
		width: calc(20 / 750 * 100vw);
		height: calc(20 / 750 * 100vw);
	}
}

/* フッター footer
------------------------------------------------------------------*/
footer {
	padding-top: calc(200 / 1920 * 100vw);
	background: url("images/page/frame_foot01.svg")no-repeat center top / 100% auto,url(images/page/ptn01.png) repeat center / auto;
}
.row_foot01 > .col_l {
	width: 54.5%;
}
.logo_foot {
	width: calc(570 / 1920 * 100vw);
}
.row_foot01 > .col_r {
	width: 45%;
	max-width: 530px;
}
.row_foot02 .col {
	width: 48%;
    max-width: 480px;
}
.bnr_foot01 {
	width: 70%;
    max-width: 701px;
}
footer .wrap_map {
	width:95%;
    max-width: 1800px;
}
.pagetop {
	position: fixed;
	right: calc(30 / 1920 * 100vw);
	bottom: calc(30 / 1920 * 100vw);
	z-index: 9;
	width: calc(80 / 1920 * 100vw);
}
.copyright {
	height: calc(80 / 1920 * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	footer {
		padding-top: calc(200 / 1599 * 100vw);
	}
	.logo_foot {
		width: calc(570 / 1599 * 100vw);
	}
	.pagetop {
		right: calc(30 / 1599 * 100vw);
		bottom: calc(30 / 1599 * 100vw);
		width: calc(80 / 1599 * 100vw);
	}
	.copyright {
		height: calc(80 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	footer {
		padding-top: calc(200 / 1299 * 100vw);
	}
	.logo_foot {
		width: calc(570 / 1299 * 100vw);
	}
	.pagetop {
		right: calc(30 / 1299 * 100vw);
		bottom: calc(30 / 1299 * 100vw);
		width: calc(80 / 1299 * 100vw);
	}
	.copyright {
		height: calc(80 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	footer {
		padding-top: calc(157 / 750* 100vw);
		background: url(images/page/frame_foot01_sp.svg) no-repeat center top / 100% auto, url(images/page/ptn01.png) repeat center / calc(12 / 750 * 100vw) auto;
	}
	.main_foot {
		margin-bottom: 10vw;
	}
	.row_foot01 {
		display: block;
		margin-bottom: 7vw;
	}
	.row_foot01 > .col_l {
		width: 100%;
		max-width: 100%;
		text-align: center;
		margin-bottom: 7vw;
	}
	.logo_foot {
		width: calc(570 / 750* 100vw);
		margin-bottom: 5vw;
	}
	.row_foot01 > .col_r {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	.row_foot02 .col {
		width: 100%;
		max-width: calc(600 / 750* 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_foot02 .col:nth-child(n+2) {
		margin-top: calc(30 / 750* 100vw);
	}
	.bnr_foot01 {
		width: 100%;
		max-width: 700px;
	}
	footer .btn_map {
        margin: 0 auto calc(40 / 750* 100vw);
    }
	footer .btn_map a::after {
        width: calc(60 / 750* 100vw);
        height: calc(60 / 750* 100vw);
    }
	.copyright {
		font-size: 75%;
		letter-spacing: 0;
		padding: 4vw 0 20vw;
		height: auto;
	}
	.pagetop {
		display: none!important;
	}
	.fix {
		position: fixed;
		width: 100%;
		left: 0;
		bottom: 0;
		z-index: 9;
	}
	.fix_tel {
		width: calc(260 / 750 * 100vw);
	}
	.fix_mail {
		width: calc(170 / 750 * 100vw);
	}
	.fix_web {
		width: calc(170 / 750 * 100vw);
	}
	.pagetop_sp {
		width: calc(150 / 750 * 100vw);
	}
	.fix a {
		display: block;
	}
}

/* グーグルマップ
------------------------------------------------------------------*/
.map {
	position: relative;
	width: 100%;
	padding: calc(500 / 1920 * 100vw) 0 0 0;
	overflow: hidden;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: calc(-150 / 1920 * 100vw);
	height: calc(100% + calc(300 / 1920 * 100vw));
}
.btn_map {
	width: calc(300 / 1920 * 100vw);
	font-size: 1.25rem;
	letter-spacing: .1em;
	left: calc(20 / 1920 * 100vw);
	top: calc(20 / 1920 * 100vw);
	z-index: 1;
}
.btn_map a {
	height: calc(60 / 1920 * 100vw);
	background: url("images/page/icn_map.svg")no-repeat left calc(30 / 1920 * 100vw) center / calc(16 / 1920 * 100vw) auto;
	border: 1px solid #333;
}
.btn_map a::after {
	content: "";
    position: absolute;
    background: url(images/index/arw_kinds01.png) no-repeat center / cover;
    width: calc(30 / 1920* 100vw);
    height: calc(30 / 1920* 100vw);
    top: 0;
    bottom: 0;
    margin: auto;
    right: calc(30 / 1920* 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.map {
		padding: calc(500 / 1599 * 100vw) 0 0 0;
	}
	.map iframe {
		margin-top: calc(-185 / 1599 * 100vw);
        height: calc(100% + calc(410 / 1599 * 100vw));
	}
	.btn_map {
		left: calc(20 / 1599 * 100vw);
		top: calc(20 / 1599 * 100vw);
		width: calc(300 / 1599 * 100vw);
	}
	.btn_map a {
		height: calc(60 / 1599 * 100vw);
		background: url("images/page/icn_map.svg")no-repeat left calc(30 / 1599 * 100vw) center / calc(16 / 1599 * 100vw) auto;
	}
	.btn_map a::after {
		width: calc(30 / 1599* 100vw);
		height: calc(30 / 1599* 100vw);
		right: calc(30 / 1599* 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.map {
		padding: calc(500 / 1299 * 100vw) 0 0 0;
	}
	.map iframe {
		margin-top: calc(-238 / 1299 * 100vw);
        height: calc(100% + calc(516 / 1299 * 100vw));
	}
	.btn_map {
		left: calc(20 / 1299 * 100vw);
		top: calc(20 / 1299 * 100vw);
		width: calc(300 / 1299 * 100vw);
	}
	.btn_map a {
		height: calc(60 / 1299 * 100vw);
		background: url("images/page/icn_map.svg")no-repeat left calc(30 / 1299 * 100vw) center / calc(16 / 1299 * 100vw) auto;
	}
	.btn_map a::after {
		width: calc(30 / 1299* 100vw);
		height: calc(30 / 1299* 100vw);
		right: calc(30 / 1299* 100vw);
	}
}
@media(max-width: 767px) {
	.map { padding-top: calc(500 / 750 * 100vw); }
	.map iframe {
		margin-top: calc(-150 / 750 * 100vw);
		height: calc(100% + calc(300 / 750 * 100vw));
	}
	.btn_map {
		width: calc(600 / 750 * 100vw);
		height: calc(100 / 750 * 100vw);
		margin: 0 auto calc(60 / 750 * 100vw);
		font-size: 1.0625rem;
		letter-spacing: 0;
		position: relative;
		left: auto;
		top: auto;
	}
	.btn_map a {
		background-position: left 3vw center;
		background-size: calc(30 / 750 * 100vw) auto;
		height: calc(100 / 750 * 100vw);
		border-radius: calc(50 / 750 * 100vw);
		font-size: 1rem;
	}
	.btn_map a::after {
		width: calc(60 / 750* 100vw);
        height: calc(60 / 750* 100vw);
		right: calc(30 / 750* 100vw);
	}
}

/* コピペ用 copy&paste
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {

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

}
@media(max-width: 767px) {

}