@charset "utf-8";
/*
Theme Name: res
Version: 1.4.1
Author: T8,Inc.
*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&display=swap');
:root {
	--break: 1920;
	--guideline-color: #36becd;
	font-size: calc(16 / var(--break) * 100vw);
	--color01: #7DD6E0;
	--color02: #E8E3D0;
	--color03: #E8EAF0;
	--color04: #FBF8E1;
	--color05: #3997A6;
	--color06: #36BECD;
	--color07: #CAEEF2;
	--color08: #F5F6F8;
	--color09: #072C56;
	--color10: #CE670B;
	--color11: #786A38;
	--color12: #A6924C;
	--color13: #0A4A92;
	--color14: #FFF49A;
	--color15: #222222;
	--color16: #A7A7A7;
	--color17: #D5D5D5;
	--color18: #DEDEDE;
	--color19: #E8E8E8;
	--color20: #CACACA;

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

/*サイト別フォント・カラー設定*/
.txt_link {
	color: #36becd;
	text-decoration: underline;
}
.min{
	font-family: "shippori-mincho", serif;
	font-weight: 400;
	font-style: normal;
}
.minSB{
	font-family: "shippori-mincho", serif;
	font-weight: 700;
	font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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


/* ヘッダー header
------------------------------------------------------------------*/
header {
	z-index: 10;
}
header h1 {
	width: calc(533 /1920*100vw);
	margin: calc(30 /1920*100vw) 0 0 calc(40 /1920*100vw);
}
.wrap_head01{
	width: calc(670/1920*100vw);
	top: calc(20/1920*100vw);
	right: calc(150/1920*100vw);
}
.wrap_head01 a{
	height: calc(120/1920*100vw);
}
.row_head01 .col_tel{
	width: calc(360/670*100%);
}
.row_head01 .col_tel a{
	background: #fff;
	border: solid 1px #072c56;
	padding-top: calc(11 /1920*100vw);
}
.row_head01 .col_tel .txt1{
	font-size: calc(16/1920*100vw);
	background: #072c56;
	color: #ffffff;
	width: calc(320/360*100%);
	height: calc(24 /1920*100vw);
	line-height: calc(24 /1920*100vw);
	margin: 0 auto calc(9 /var(--break)*100vw);
}
.row_head01 .col_tel .txt2{
	width: 100%;
	font-size: calc(38/1920*100vw);
	line-height: 1em;
	margin-bottom: calc(2 /var(--break)*100vw);
}
.row_head01 .col_tel .txt2 .fz26{
	margin-right: calc(8 /1920*100vw);
	font-size: calc(26/1920*100vw);
}
.row_head01 .col_tel .txt2 .txt{
	line-height: 1em;
}
.row_head01 .col_tel .txt3{
	width: 100%;
	font-size: calc(16 /1920*100vw);
}
.row_head01 .col_web{
	width: calc(300/670*100%);
}
.row_head01 .col_web a{
	padding-left: calc(20 /1920*100vw);
}
.row_head01 .col_web a::after{
	content: "";
	width: 0;
	height: 0;
	margin: auto;
	border-width: calc(23 /1920*100vw);
	border-style: solid;
	border-color: transparent #ffffff #ffffff transparent;
	position: absolute;
	bottom: 0;
	right: 0;
}
.row_head01 .col_web .col_img{
	width: calc(80/1920*100vw);
	font-size: 0;
	vertical-align: middle;
}
.row_head01 .col_web .col_txt{
	width: calc(176/1920*100vw);
	padding-top: calc(7/1920*100vw);
}
.row_head01 .col_web .txt1{
	font-size: calc(24/1920*100vw);
	margin-bottom: calc(8 /1920*100vw);
}
.row_head01 .col_web .txt2{
	width: 100%;
	font-size: calc(34/1920*100vw);
	line-height: 1em;
}

.wrap_head02{
	background: #fff;
	width: calc(340 /1920*100vw);
	height: calc(40 /1920*100vw);
	top: calc(150 /1920*100vw);
	right: calc(20 /1920*100vw);
	font-size: calc(16 /1920*100vw);
}
.wrap_head02 span{
	vertical-align: middle;
}
.wrap_head02 .icn{
	width: calc(18 /1920*100vw);
	font-size: 0;
	margin-right: calc(10 /1920*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {

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

}
@media(max-width: 767px) {
	header h1 {
		width: calc(500 /var(--break)*100vw);
		margin: calc(22 /var(--break)*100vw) 0 0 calc(24 /var(--break)*100vw);
	}
	.box_main01{
		width: calc(646 /var(--break)*100vw);
	}
	.box_main01 .txt_main01{
		background: #072C56;
		background: linear-gradient(90deg, rgba(7, 44, 86, 0.9) 0%, rgba(54, 190, 205, 0.9) 100%);
		height: calc(128 /var(--break)*100vw);
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: calc(44/36*100%);
	}
	.wrap_head02{
		width: 100%;
		height: calc(124 /var(--break)*100vw);
		font-size: 1rem;
		letter-spacing: 0;
	}
	.wrap_head02 span{
		vertical-align: middle;
	}
	.wrap_head02 .icn{
		width: calc(30 /var(--break)*100vw);
		font-size: 0;
		margin-right: calc(15 /var(--break)*100vw);
	}
	.wrap_head02 .icn img{
		width: 100%;
	}
}


/* メインイメージ main_img
------------------------------------------------------------------*/
.main_img {
	position: relative;
}
.main_img .slide_main {
	pointer-events: none;
}
.main_img .slide_main li {
	min-height: calc(930/1920*100vw);
	height: 100vh;
}
.main_img.tab .slide_main li {
	height: auto;
}
.main01 {
	background: url(images/index/main01.jpg)no-repeat center / cover;
}
.main_img .deco{
	width: calc(540 /1920*100vw);
	height: calc(460 /1920*100vw);
	left: calc(624 /1920*100vw);
	top: calc(50 /1920*100vw);
}
.main_img .img_main01{
	width: calc(1012 /1920*100vw);
	height: calc(930 /1920*100vw);
	right: 0;
	bottom: 0;
}
.main_img .bg{
	width: 100%;
	height: 100%;
	background: url("images/index/bg_main01.png")no-repeat bottom/100%;
	bottom: 0;
	left: 0;
}
.main_img .box01{
	width: calc(404 /1920*100vw);
	height: auto;
	right: calc(30 /1920*100vw);
	bottom: calc(30 /1920*100vw);
}
.main_img .box01 .txt_main01{
	background: #072C56;
	background: linear-gradient(90deg, rgba(7, 44, 86, 0.9) 0%, rgba(54, 190, 205, 0.9) 100%);
	height: calc(80 /1920*100vw);
	font-size: calc(22 /1920*100vw);
	letter-spacing: 0;
	line-height: calc(28/22*100%);
}
.main_img .icn_main01{
	background: url("images/index/icn_main01.svg")no-repeat center/contain;
	width: calc(255 /1920*100vw);
	height: calc(256 /1920*100vw);
	top: calc(185 /1920*100vw);
	left: calc(102 /1920*100vw);
	font-size: calc(40 /1920*100vw);
	letter-spacing: 0;
	line-height: calc(40/30*100%);
	z-index: 2;
}
.main_img .icn_main01 p span.txt1{
	letter-spacing: -0.2em;
}
.main_img .icn_main01 p span.txt2{
	font-size: calc(30 /1920*100vw);
	letter-spacing: 0;
}
.main_img .icn_main02{
	background: url("images/index/icn_main01.svg")no-repeat center/contain;
	width: calc(255 /1920*100vw);
	height: calc(256 /1920*100vw);
	top: calc(185 /1920*100vw);
	left: calc(335 /1920*100vw);
	font-size: calc(40 /1920*100vw);
	letter-spacing: 0;
	line-height: calc(40/30*100%);
}
.main_img .catch{
	width: calc(1114 /1920*100vw);
	bottom: calc(202 /1920*100vw);
	left: calc(90 /1920*100vw);
}
.main_img .box02{
	width: calc(960 /1920*100vw);
	height: calc(160 /1920*100vw);
	background: rgba(10,74,146,0.8);
	left: 0;
	bottom: 0;
}
.main_img .box02 .row_main01{
	padding-top: calc(30 /1920*100vw);
	padding-left: calc(40 /1920*100vw);
}
.main_img .box02 .row_main01 .col_txt{
	width: calc(250 /1920*100vw);
	line-height: calc(52/26*100%);
	padding-top: calc(4 /1920*100vw);
}
.main_img .box02 .row_main01 .col_txt p{
	font-size: calc(26 /1920*100vw);
}
.main_img .box02 .row_main01 .col_txt p .fz30{
	font-size: calc(30 /1920*100vw);
}
.main_img .box02 .row_main01 .col_icn{
	background: url("images/index/icn_main02.svg")no-repeat center/contain;
	width: calc(160 /1920*100vw);
	height: calc(98 /1920*100vw);
	padding-top: calc(6 /1920*100vw);
}
.main_img .box02 .row_main01 .col_icn p{
	line-height: calc(36/22*100%);
	font-size: calc(22 /1920*100vw);
}
.main_img .box02 .row_main01 .col_icn p .fz32{
	font-size: calc(32 /1920*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {

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

}
@media only screen and (max-width: 767px) {
	.main_img .slide_main li {
		min-height: auto;
		height: calc(100svh - calc(120 / var(--break) * 100vw));
	}
	.main01 {
		background: url(images/index/main01_sp.jpg)no-repeat center / cover;
	}
	.main_img .deco{
		width: calc(475 /var(--break)*100vw);
		height: calc(405 /var(--break)*100vw);
		left: calc(24 /var(--break)*100vw);
		top: calc(157 /var(--break)*100vw);
	}
	.main_img .img_main01{
		width: calc(580 /var(--break)*100vw);
		height: calc(910 /var(--break)*100vw);
		right: 0;
		bottom: 0;
	}
	.main_img .img_main01 img{
		width: 100%;
	}
	.main_img .bg{
		width: 100%;
		height: 100%;
		background: url("images/index/bg_main01_sp.png")no-repeat bottom/100%;
		bottom: 0;
		left: 0;
	}
	.main_img .icn_main01{
		width: calc(208 /var(--break)*100vw);
		height: calc(209 /var(--break)*100vw);
		top: auto;
		bottom: calc(568 /var(--break)*100vw);
		left: calc(43 /var(--break)*100vw);
		font-size: 1.045rem;
		letter-spacing: 0;
		line-height: calc(40/33*100%);
		z-index: 2;
	}
	.main_img .icn_main01 p span.txt1{
		letter-spacing: -0.2em;
	}
	.main_img .icn_main01 p span.txt2{
		font-size: 0.7815rem;
		letter-spacing: 0;
	}
	.main_img .icn_main02{
		width: calc(208 /var(--break)*100vw);
		height: calc(209 /var(--break)*100vw);
		top: auto;
		bottom: calc(568 /var(--break)*100vw);
		left: calc(237 /var(--break)*100vw);
		font-size: 1.045rem;
		letter-spacing: 0;
		line-height: calc(40/30*100%);
	}
	.main_img .catch{
		width: calc(675 /var(--break)*100vw);
		bottom: calc(165 /var(--break)*100vw);
		left: calc(27 /var(--break)*100vw);
	}
	.main_img .box02{
		width: 100%;
		height: calc(125 /var(--break)*100vw);
	}
	.main_img .box02 .row_main01{
		padding-top: calc(22 /var(--break)*100vw);
		padding-left: calc(10 /var(--break)*100vw);
	}
	.main_img .box02 .row_main01 .col_txt{
		width: calc(208 /var(--break)*100vw);
		line-height: calc(22/21.5*100%);
		padding-top: calc(4 /var(--break)*100vw);
	}
	.main_img .box02 .row_main01 .col_txt p{
		font-size: 0.671875rem;
	}
	.main_img .box02 .row_main01 .col_txt p .fz30{
		font-size: 0.775rem;
	}
	.main_img .box02 .row_main01 .col_icn{
		background: url("images/index/icn_main02.svg")no-repeat center/contain;
		width: calc(132 /var(--break)*100vw);
		height: calc(81 /var(--break)*100vw);
		padding-top: calc(6 /var(--break)*100vw);
	}
	.main_img .box02 .row_main01 .col_icn p{
		line-height: calc(28/22*100%);
		font-size: 0.75rem;
	}
	.main_img .box02 .row_main01 .col_icn p .fz32{
		font-size: 0.8125rem;
	}
}

/* グローバルナビゲーション gnav
------------------------------------------------------------------*/
.gnav, .fix_nav {
	display: none;
}
.btn_gnav_sp {
	position: fixed;
	top: calc(20 /1920*100vw);
	right: calc(20 /1920*100vw);
	height: calc(120 /1920*100vw);
	width: calc(120 /1920*100vw);
	background: #222222;
	z-index: 10000;
	outline: none;
	cursor: pointer;
}
.btn_gnav_sp .txt_gnav {
	position: absolute;
	width: calc(61 /1920*100vw);
	right: 0;
	left: 0;
	bottom: calc(29 /1920*100vw);
	margin: auto;
	font-size: 0;
	line-height: 1em;
}
.btn_gnav_sp .icn_gnav {
	width: calc(36 /1920*100vw);
	height: calc(2 /1920*100vw);
	background: #fff;
	position: absolute;
	top: calc(-25 /1920*100vw);
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: transform .3s ease-in-out;
}
.btn_gnav_sp .icn_gnav:before, .btn_gnav_sp .icn_gnav:after {
	content: "";
	width: 100%;
	height: calc(2 /1920*100vw);
	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(170 /1920*100vw) 0 0;
	overflow-y: scroll;
	overflow-x: hidden;
	background: #fbf8e1;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	width: calc(700 /var(--break)*100vw);
	transition: opacity .6s ease, visibility .6s ease;
	line-height: 1.45;
	-ms-overflow-style: none;
}
.gnav_sp::-webkit-scrollbar{
	display: none;
}
.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: 0 calc(80/1920*100vw) calc(17 /1920*100vw);
}
.gnav_sp .nav_main > ul {
	display: block;
}
.gnav_sp .nav_main > ul > li {
	opacity: 0;
	transform: translateX(50%);
	transition: transform .6s ease, opacity .2s ease;
	border-bottom: dotted 1px #072c56;
}
.gnav_sp .nav_main > ul > li > a {
	padding: calc(17 /var(--break)*100vw) calc(44 /1920*100vw) calc(16 /var(--break)*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: "";
	background: url("images/page/arw_menu.svg")no-repeat center/contain;
	width: calc(16 /1920*100vw);
	height: calc(10 /1920*100vw);
	position: absolute;
	right: calc(10 /1920*100vw);
	top: 0;
	bottom: 0;
	margin: auto;
}
.gnav_sp .nav_main > ul > li > a .ja {
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	line-height: 1.3em;
	color: #072c56;
	font-weight: 700;
}
.open .gnav_sp {
	visibility: visible;
	opacity: 1;
}
.open .gnav_sp .nav_main > ul > li, .open .gnav_sp .nav_sub li {
	opacity: 1;
	transform: translateX(0);
	transition: transform 1s ease, opacity .9s ease;
}


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

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

}
@media only screen and (max-width: 767px) {
	.gnav, .fix_nav {
		display: none;
	}
	.btn_gnav_sp {
		position: fixed;
		top: 3vw;
		right: 3.2vw;
		height: calc(100 / var(--break) * 100vw);
		width: calc(100 / var(--break) * 100vw);
		background: #222222;
		z-index: 10000;
		outline: none;
	}
	.btn_gnav_sp .txt_gnav {
		position: absolute;
		width: calc(61 / var(--break) * 100vw);
		right: 0;
		left: 0;
		bottom: calc(21 /var(--break)*100vw);
		margin: auto;
	}
	.btn_gnav_sp .icn_gnav {
		width: calc(40 / var(--break) * 100vw);
		height: calc(2 /var(--break)*100vw);
		position: absolute;
		top: -3.5vw;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		background: #fff;
		transition: transform .3s ease-in-out;
	}
	.btn_gnav_sp .icn_gnav:before, .btn_gnav_sp .icn_gnav:after {
		content: "";
		width: 100%;
		height: calc(2 /var(--break)*100vw);
		position: absolute;
		left: 0;
		background: #fff;
		transition: transform .3s ease-in-out;
	}
	.btn_gnav_sp .icn_gnav:before {
		top: -1.5vw;
	}
	.btn_gnav_sp .icn_gnav:after {
		bottom: -1.5vw;
	}
	.open .btn_gnav_sp .icn_gnav {
		background: none;
	}
	.open .btn_gnav_sp .icn_gnav:before, .open .btn_gnav_sp .icn_gnav:after {
		background: #fff;
		transition: transform .3s ease-in-out;
	}
	.open .btn_gnav_sp .icn_gnav:before {
		transform: rotate(45deg);
		top: 0;
	}
	.open .btn_gnav_sp .icn_gnav:after {
		transform: rotate(-45deg);
		bottom: 0;
	}
	.gnav_sp {
		padding: 19vw 0 0;
		overflow-y: auto;
		overflow-x: hidden;
		background: #fbf8e1;
		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: 0 calc(24 /var(--break)*100vw) 20vw;
	}
	.gnav_sp .nav_main > ul {
		padding: 0 0;
		display: block;
	}
	.gnav_sp .nav_main > ul > li {
		opacity: 0;
		transform: translateX(50%);
		transition: transform .6s ease, opacity .2s ease;
		border-bottom: 1px solid #435664;
	}
	.gnav_sp .nav_main > ul > li:first-child {
		border-top: 1px solid #435664;
	}
	.gnav_sp .nav_main > ul > li > a {
		padding: 3.5vw 4vw 3.5vw 0;
		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: "";
		background: url("images/page/arw_menu_sp.svg")no-repeat center/contain;
		width: calc(28 /var(--break)*100vw);
		height: calc(17 /var(--break)*100vw);
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.gnav_sp .nav_main > ul > li.nav_drawer > a:after {
		transform: rotate(90deg);
	}
	.gnav_sp .nav_main > ul > li.nav_drawer > a.open:after {
		transform: rotate(-90deg);
	}
	.gnav_sp .nav_main > ul > li > a .ja {
		font-size: 1rem;
		font-weight: 700;
		line-height: 1.5625em;
		letter-spacing: 0;
	}
	.gnav_sp .nav_main > ul > li > a .en {
		/*text-transform: uppercase;*/
		font-size: 62.5%;
		letter-spacing: .1em;
		margin-top: 1vw;
	}
	.open .gnav_sp {
		visibility: visible;
		opacity: 1;
	}
	.open .gnav_sp .nav_main > ul > li, .open .gnav_sp .nav_sub li {
		opacity: 1;
		transform: translateX(0);
		transition: transform 1s ease, opacity .9s ease;
	}
}

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

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


/* 無料相談で実施していること index_consultation
------------------------------------------------------------------*/
.wrap_consultation01{
	padding: calc(40 /var(--break)*100vw) 0;
}
.bg_consultation01{
	background: url("images/page/bg_pattern03.png")repeat left top/calc(9 /var(--break)*100vw),#fff49a;
	padding: calc(30 /var(--break)*100vw) calc(60 /var(--break)*100vw) calc(60 /var(--break)*100vw);
}
.bg_consultation01 .ttl{
	margin-bottom: calc(59 /var(--break)*100vw);
}
.bg_consultation01 .ttl::before,
.bg_consultation01 .ttl::after {
	content: "";
	height: calc(2 /var(--break)*100vw);
	flex-grow: 1;
	background-color: #072c56;
}
.bg_consultation01 .ttl::before {
	margin-right: calc(31 /var(--break)*100vw);
}
.bg_consultation01 .ttl::after {
	margin-left: calc(31 /var(--break)*100vw);
}
.bg_consultation01 .ttl span::after{
	content: "";
	width: calc(100% + (24 /var(--break)*100vw));
	height: calc(26 /var(--break)*100vw);
	background: #fff;
	position: absolute;
	bottom: calc(20 /var(--break)*100vw);
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.row_consultation01{
	max-width: 1500px;
}
.row_consultation01 .col{
	width: calc(460/1500*100%);
	height: calc(171 /var(--break)*100vw);
	background: url("images/index/img_consultation.svg")no-repeat center/calc(160 /var(--break)*100vw),#fff;
	box-shadow: calc(10 /var(--break)*100vw) calc(10 /var(--break)*100vw) 0 0 #3997a6;
}
.row_consultation01 .col::after{
	content: "";
	width: calc(100% - (20 /var(--break)*100vw));
	height: 2px;
	background: #222222;
	position: absolute;
	bottom: calc(10 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
}
.row_consultation01 .col .bg{
	width: 100%;
	height: 100%;
}
.row_consultation01 .col .bg::before,
.row_consultation01 .col .bg::after{
	content: "";
	width: calc(140/460*100%);
	height: calc(100% - (20 /var(--break)*100vw));
	border-top: solid 2px #222222;
	position: absolute;
	bottom: calc(10 /var(--break)*100vw);
}
.row_consultation01 .col .bg::before{
	border-left: solid 2px #222222;
	left: calc(10 /var(--break)*100vw);
}
.row_consultation01 .col .bg::after{
	border-right: solid 2px #222222;
	right: calc(10 /var(--break)*100vw);
}
.row_consultation01 .col .num{
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateY(-50%);
}
@media(min-width: 768px) and (max-width:1599px) {

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

}
@media(max-width: 767px) {
	.wrap_consultation01{
		padding: 0 0 calc(77 /var(--break)*100vw);
	}
	.bg_consultation01{
		background: url("images/page/bg_pattern03.png")repeat left top/calc(9 /var(--break)*100vw),#fff49a;
		padding: calc(57 /var(--break)*100vw) 0 calc(100 /var(--break)*100vw);
	}
	.bg_consultation01 .ttl{
		font-size: 1.4375rem;
		letter-spacing: 0;
		margin-bottom: calc(85 /var(--break)*100vw);
	}
	.bg_consultation01 .ttl::before,
	.bg_consultation01 .ttl::after {
		content: "";
		height: calc(2 /var(--break)*100vw);
		flex-grow: 1;
		background-color: #072c56;
	}
	.bg_consultation01 .ttl::before {
		margin-right: calc(31 /var(--break)*100vw);
	}
	.bg_consultation01 .ttl::after {
		margin-left: calc(31 /var(--break)*100vw);
	}
	.bg_consultation01 .ttl span::after{
		content: "";
		width: calc(100% + (24 /var(--break)*100vw));
		height: calc(20 /var(--break)*100vw);
		background: #fff;
		position: absolute;
		bottom: calc(16 /var(--break)*100vw);
		left: 50%;
		transform: translateX(-50%);
		z-index: -1;
	}

	.row_consultation01{
		width: calc(587 /var(--break)*100vw);
		margin: 0 auto 0 calc(75 /var(--break)*100vw);
		padding-bottom: calc(13 /var(--break)*100vw);
		gap:calc(102 /var(--break)*100vw) 0;
	}
	.row_consultation01 .col{
		width: 100%;
		height: calc(218 /var(--break)*100vw);
		background: url("images/index/img_consultation.svg")no-repeat center/calc(205 /var(--break)*100vw),#fff;
		box-shadow: calc(13 /var(--break)*100vw) calc(13 /var(--break)*100vw) 0 0 #3997a6;
	}
	.row_consultation01 .col::after{
		content: "";
		width: calc(100% - (26 /var(--break)*100vw));
		height: calc(2 /var(--break)*100vw);
		background: #222222;
		position: absolute;
		bottom: calc(13 /var(--break)*100vw);
		left: 0;
		right: 0;
		margin: auto;
	}
	.row_consultation01 .col .bg{
		width: 100%;
		height: 100%;
	}
	.row_consultation01 .col .bg::before,
	.row_consultation01 .col .bg::after{
		content: "";
		width: calc(179/587*100%);
		height: calc(100% - (26 /var(--break)*100vw));
		border-top: solid calc(2 /var(--break)*100vw) #222222;
		position: absolute;
		bottom: calc(13 /var(--break)*100vw);
	}
	.row_consultation01 .col .bg::before{
		border-left: solid calc(2 /var(--break)*100vw) #222222;
		left: calc(13 /var(--break)*100vw);
	}
	.row_consultation01 .col .bg::after{
		border-right: solid calc(2 /var(--break)*100vw) #222222;
		right: calc(13 /var(--break)*100vw);
	}
	.row_consultation01 .col .num{
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		transform: translateY(-50%);
		font-size: 3.96875rem;
		letter-spacing: 0;
		line-height: 1em;
	}
	.row_consultation01 .col .txt{
		font-size: 1.5625rem;
		letter-spacing: 0;
	}
}


/* インプラントをお考えの方は index_conversion
------------------------------------------------------------------*/
.index_conversion{
	margin-bottom: calc(40 /var(--break)*100vw);
}
.wrap_conversion01{
	background: url("images/page/bg_conversion01.png")no-repeat center top/contain,url("images/page/bg_pattern02.png")repeat left top/calc(14 /var(--break)*100vw);
	border-top: solid calc(6 /var(--break)*100vw) #222222;
	padding-top: calc(116 /var(--break)*100vw);
}
.wrap_conversion01::after{
	content: "";
	background: url("images/page/img_conversion01.png")no-repeat center/contain;
	width: calc(617 /1920*100vw);
	height: calc(606 /1920*100vw);
	position: absolute;
	bottom: calc(20 /var(--break)*100vw);
	right: calc(80 /1920*100vw);
}
.wrap_conversion01 .icn{
	background: url("images/page/icn_conversion01.svg")no-repeat center/contain;
	width: calc(315 /1920*100vw);
	height: calc(315 /1920*100vw);
	top: calc(538 /var(--break)*100vw);
	left: calc(180 /1920*100vw);
	font-size: calc(42 /1920*100vw);
	letter-spacing: 0.05em;
	line-height: calc(52/42*100%);
}
.wrap_conversion01 .ttl{
	text-shadow: 0 0 calc(5 /var(--break)*100vw) #ffffff, 0 0 calc(10 /var(--break)*100vw) #ffffff, 0 0 calc(15 /var(--break)*100vw) #ffffff, 0 0 calc(20 /var(--break)*100vw) #ffffff, 0 0 calc(25 /var(--break)*100vw) #ffffff, 0 0 calc(30 /var(--break)*100vw) #ffffff, 0 0 calc(35 /var(--break)*100vw) #ffffff, 0 0 calc(40 /var(--break)*100vw) #ffffff, 0 0 calc(40 /var(--break)*100vw) #ffffff, 0 0 calc(40 /var(--break)*100vw) #ffffff;
	margin-bottom: calc(18 /var(--break)*100vw);
}
.wrap_conversion01 .ttl .en{
	font-size: 8.75rem;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin-bottom: calc(65 /var(--break)*100vw);
	display: block;
}
.wrap_conversion01 .ttl .ja{
	line-height: calc(100/60*100%);
}
.wrap_conversion01 .ttl .ja .txt1{
	margin-bottom: calc(12 /var(--break)*100vw);
}
.wrap_conversion01 .ttl .ja .bdr{
	position: relative;
}
.wrap_conversion01 .ttl .ja .bdr::after{
	content: "";
	width: 100%;
	height: calc(4 /var(--break)*100vw);
	background: #36becd;
	position: absolute;
	bottom: calc(-5 /var(--break)*100vw);
	left: 0;
	z-index: 1;
}
.box_conversion01{
	width: calc(800 /var(--break)*100vw);
	height: calc(120 /var(--break)*100vw);
}
.box_conversion02{
	width: calc(800 /var(--break)*100vw);
	height: calc(80 /var(--break)*100vw);
	font-weight: 700;
	margin-bottom: calc(80 /var(--break)*100vw);
}
.row_conversion01{
	margin-bottom: calc(-20 /var(--break)*100vw);
	gap:0 calc(25/1500*100%);
}
.row_conversion01 .col{
	background: #ce670b;
	color: #fff;
	border-top: solid calc(4 /var(--break)*100vw) #222222;
	width: calc(280/1500*100%);
	padding-top: calc(66 /var(--break)*100vw);
	padding-bottom: calc(26 /var(--break)*100vw);
	box-shadow: 0 0 calc(20 /var(--break)*100vw) 0 rgba(34,34,34,0.2);
}
.row_conversion01 .col::before{
	content: "";
	background: url("images/page/icn_check_conversion.svg")no-repeat center/contain;
	width: calc(80 /var(--break)*100vw);
	height: calc(80 /var(--break)*100vw);
	position: absolute;
	top: calc(-20 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
}
.row_conversion01 .col p{
	font-weight: 700;
	line-height: calc(36/26*100%);
}
.wrap_conversion02{
}
.row_conversion02 .col_l{
	width: 50%;
	padding: calc(80 /var(--break)*100vw) calc(70 /var(--break)*100vw) calc(60 /var(--break)*100vw);
	border-bottom: solid calc(6 /var(--break)*100vw) #222222;
	background: url("images/page/bg_pattern01.png")repeat left top/calc(14 /var(--break)*100vw),#072c56;
}
.btn_tel_conversion01{
	width: calc(600 /var(--break)*100vw);
	height: calc(200 /var(--break)*100vw);
}
.btn_tel_conversion01 a{
	height: calc(200 /var(--break)*100vw);
	background: #fff;
	border: solid 2px #072c56;
	padding-top: calc(24 /var(--break)*100vw);
}
.btn_tel_conversion01 .txt1{
	background: #072c56;
	color: #ffffff;
	width: calc(500/600*100%);
	height: calc(40 /var(--break)*100vw);
	line-height: calc(40 /var(--break)*100vw);
	margin: 0 auto calc(12 /var(--break)*100vw);
}
.btn_tel_conversion01 .txt2{
	width: 100%;
	line-height: 1em;
	margin-bottom: calc(2 /var(--break)*100vw);
}
.btn_tel_conversion01 .txt2 .fz44{
	margin-right: calc(14 /var(--break)*100vw);
}
.btn_tel_conversion01 .txt2 .txt{
	line-height: 1em;
}
.btn_tel_conversion01 .txt3{
	width: 100%;
}

.row_conversion02 .col_r{
	width: 50%;
	padding: calc(80 /var(--break)*100vw) calc(70 /var(--break)*100vw) calc(60 /var(--break)*100vw);
	border-bottom: solid calc(6 /var(--break)*100vw) #222222;
	background: url("images/page/bg_pattern01.png")repeat left top/calc(14 /var(--break)*100vw),#0a4a92;
}
.btn_web_conversion01{
	width: calc(600 /var(--break)*100vw);
	height: calc(200 /var(--break)*100vw);
}
.btn_web_conversion01 a{
	height: calc(200 /var(--break)*100vw);
}
.btn_web_conversion01 a::after{
	content: "";
	width: 0;
	height: 0;
	margin: auto;
	border-width: calc(27 /var(--break)*100vw);
	border-style: solid;
	border-color: transparent #ffffff #ffffff transparent;
	position: absolute;
	bottom: 0;
	right: 0;
}
.btn_web_conversion01 .col_img{
	width: calc(200 /var(--break)*100vw);
	font-size: 0;
	vertical-align: middle;
}
.btn_web_conversion01 .col_txt{
	width: calc(400 /var(--break)*100vw);
	padding-top: calc(3 /var(--break)*100vw);
}
.btn_web_conversion01 .txt1{
	margin-bottom: calc(14 /var(--break)*100vw);
}
.btn_web_conversion01 .txt2{
	width: 100%;
	line-height: 1em;
}
@media(min-width: 768px) and (max-width:1599px) {
	.wrap_conversion01{
		padding-top: calc(116 /1599*100vw);
	}
	.wrap_conversion01::after{
		bottom: calc(20 /var(--break)*100vw);
	}
	.wrap_conversion01 .icn{
		top: calc(538 /1599*100vw);
	}
	.wrap_conversion01 .ttl{
		margin-bottom: calc(18 /1599*100vw);
	}
	.wrap_conversion01 .ttl .en{
		font-size: calc(140/1599*100vw);
		margin-bottom: calc(65 /1599*100vw);
	}
	.wrap_conversion01 .ttl .ja{
		font-size: calc(60/1599*100vw);
	}
	.wrap_conversion01 .ttl .ja .txt1{
		margin-bottom: calc(12 /1599*100vw);
	}
	.wrap_conversion01 .ttl .ja .fz80{
		font-size: calc(80/1599*100vw);
	}
	.box_conversion01{
		width: calc(800 /1599*100vw);
		height: calc(120 /1599*100vw);
		font-size: calc(54/1599*100vw);
	}
	.box_conversion02{
		width: calc(800 /1599*100vw);
		height: calc(80 /1599*100vw);
		font-size: calc(20/1599*100vw);
		font-weight: 700;
		margin-bottom: calc(80 /1599*100vw);
	}
	.row_conversion01{
		margin-bottom: calc(-20 /var(--break)*100vw);
	}
	.row_conversion01 .col{
		border-top: solid calc(4 /1599*100vw) #222222;
		width: calc(280/1500*100%);
		padding-top: calc(66 /1599*100vw);
		padding-bottom: calc(26 /1599*100vw);
	}
	.row_conversion01 .col::before{
		width: calc(80 /1599*100vw);
		height: calc(80 /1599*100vw);
		top: calc(-20 /1599*100vw);
	}
	.row_conversion01 .col p{
		font-size: calc(26/1599*100vw);
	}
	.wrap_conversion02{
	}
	.row_conversion02 .col_l{
		padding: calc(80 /1599*100vw) calc(70 /1599*100vw) calc(60 /1599*100vw);
	}
	.btn_tel_conversion01{
		width: calc(600 /1599*100vw);
		height: calc(200 /1599*100vw);
	}
	.btn_tel_conversion01 a{
		height: calc(200 /1599*100vw);
		padding-top: calc(24 /1599*100vw);
	}
	.btn_tel_conversion01 .txt1{
		font-size: calc(26/1599*100vw);
		width: calc(500/600*100%);
		height: calc(40 /1599*100vw);
		line-height: calc(40 /1599*100vw);
		margin: 0 auto calc(12 /1599*100vw);
	}
	.btn_tel_conversion01 .txt2{
		font-size: calc(62/1599*100vw);
		margin-bottom: calc(2 /1599*100vw);
	}
	.btn_tel_conversion01 .txt2 .fz44{
		font-size: calc(44/1599*100vw);
		margin-right: calc(14 /1599*100vw);
	}
	.btn_tel_conversion01 .txt3{
		font-size: calc(26/1599*100vw);
	}

	.row_conversion02 .col_r{
		padding: calc(80 /1599*100vw) calc(70 /1599*100vw) calc(60 /1599*100vw);
	}
	.btn_web_conversion01{
		width: calc(600 /1599*100vw);
		height: calc(200 /1599*100vw);
	}
	.btn_web_conversion01 a{
		height: calc(200 /1599*100vw);
	}
	.btn_web_conversion01 a::after{
		border-width: calc(27 /1599*100vw);
	}
	.btn_web_conversion01 .col_img{
		width: calc(200 /1599*100vw);
		font-size: 0;
		vertical-align: middle;
	}
	.btn_web_conversion01 .col_txt{
		width: calc(400 /1599*100vw);
		padding-top: calc(3 /1599*100vw);
	}
	.btn_web_conversion01 .txt1{
		font-size: calc(40/1599*100vw);
		margin-bottom: calc(14 /1599*100vw);
	}
	.btn_web_conversion01 .txt2{
		font-size: calc(56/1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.index_conversion{
		margin-bottom: calc(77 /var(--break)*100vw);
	}
	.wrap_conversion01{
		background: url("images/page/bg_conversion01_sp.png")no-repeat center top/contain,url("images/page/bg_pattern02.png")repeat left top/calc(14 /var(--break)*100vw);
		border-top: solid calc(6 /var(--break)*100vw) #222222;
		padding-top: calc(85 /var(--break)*100vw);
	}
	.wrap_conversion01::after{
		content: "";
		background: url("images/page/img_conversion01.png")no-repeat center/contain;
		width: calc(534 /var(--break)*100vw);
		height: calc(523 /var(--break)*100vw);
		position: absolute;
		top: calc(779 /var(--break)*100vw);
		bottom: auto;
		right: calc(80 /var(--break)*100vw);
	}
	.wrap_conversion01 .icn{
		background: url("images/page/icn_conversion01.svg")no-repeat center/contain;
		width: calc(250 /var(--break)*100vw);
		height: calc(250 /var(--break)*100vw);
		top: calc(800 /var(--break)*100vw);
		left: calc(80 /var(--break)*100vw);
		font-size: 1.0415625rem;
		letter-spacing: 0.05em;
		line-height: calc(46.29/33.33*100%);
		z-index: 1;
	}
	.wrap_conversion01 .ttl{
		margin-bottom: calc(32 /var(--break)*100vw);
	}
	.wrap_conversion01 .ttl .en{
		font-size: 2.0625rem;
		letter-spacing: 0.1em;
		line-height: 1em;
		margin-bottom: calc(42 /var(--break)*100vw);
		display: block;
	}
	.wrap_conversion01 .ttl .ja{
		font-size: 1.5625rem;
		line-height: calc(87/50*100%);
	}
	.wrap_conversion01 .ttl .ja .txt1{
		margin-bottom: calc(17 /var(--break)*100vw);
	}
	.wrap_conversion01 .ttl .ja .bdr{
	}
	.wrap_conversion01 .ttl .ja .bdr::after{
		display: none;
	}
	.wrap_conversion01 .ttl .ja .bdr_sp{
		position: relative;
	}
	.wrap_conversion01 .ttl .ja .bdr_sp::after{
		content: "";
		width: 100%;
		height: calc(4 /var(--break)*100vw);
		background: #36becd;
		position: absolute;
		bottom: calc(-4 /var(--break)*100vw);
		left: 0;
		z-index: 2;
	}
	.wrap_conversion01 .ttl .ja .fz80{
		font-size: 1.875rem;
	}
	.box_conversion01{
		font-size: 1.625rem;
		width: calc(702 /var(--break)*100vw);
		height: calc(120 /var(--break)*100vw);
	}
	.box_conversion02{
		font-size: 0.75rem;
		letter-spacing: 0;
		width: calc(702 /var(--break)*100vw);
		height: calc(80 /var(--break)*100vw);
		margin-bottom: calc(405 /var(--break)*100vw);
	}
	.row_conversion01{
		gap:calc(46 /var(--break)*100vw) calc(30 /var(--break)*100vw);
		margin-bottom: calc(-824 /var(--break)*100vw);
	}
	.row_conversion01 .col{
		border-top: solid calc(5 /var(--break)*100vw) #222222;
		width: calc(336 /var(--break)*100vw);
		padding-top: calc(79 /var(--break)*100vw);
		padding-bottom: calc(28 /var(--break)*100vw);
		box-shadow: 0 0 calc(20 /var(--break)*100vw) 0 rgba(34,34,34,0.2);
	}
	.row_conversion01 .col::before{
		content: "";
		background: url("images/page/icn_check_conversion.svg")no-repeat center/contain;
		width: calc(96 /var(--break)*100vw);
		height: calc(96 /var(--break)*100vw);
		position: absolute;
		top: calc(-24 /var(--break)*100vw);
		left: 0;
		right: 0;
		margin: auto;
	}
	.row_conversion01 .col p{
		font-size: 1rem;
		letter-spacing: 0;
		font-weight: 700;
		line-height: calc(44/32*100%);
	}
	.wrap_conversion02{
	}
	.row_conversion02 .col_l{
		width: 100%;
		padding: calc(884 /var(--break)*100vw) calc(70 /var(--break)*100vw) calc(60 /var(--break)*100vw);
		border-bottom: none;
		background: url("images/page/bg_pattern01.png")repeat left top/calc(14 /var(--break)*100vw),#072c56;
	}
	.btn_tel_conversion01{
		width: calc(600 /var(--break)*100vw);
		height: calc(200 /var(--break)*100vw);
		margin: auto;
	}
	.btn_tel_conversion01 a{
		height: calc(200 /var(--break)*100vw);
		background: #fff;
		border: solid 2px #072c56;
		padding-top: calc(24 /var(--break)*100vw);
	}
	.btn_tel_conversion01 .txt1{
		background: #072c56;
		color: #ffffff;
		width: calc(500/600*100%);
		height: calc(40 /var(--break)*100vw);
		line-height: calc(40 /var(--break)*100vw);
		margin: 0 auto calc(12 /var(--break)*100vw);
		font-size: 0.8125rem;
	}
	.btn_tel_conversion01 .txt2{
		font-size: 1.9375rem;
		width: 100%;
		line-height: 1em;
		margin-bottom: calc(2 /var(--break)*100vw);
	}
	.btn_tel_conversion01 .txt2 .fz44{
		font-size: 1.375rem;
		margin-right: calc(14 /var(--break)*100vw);
	}
	.btn_tel_conversion01 .txt3{
		font-size: 0.8125rem;
	}

	.row_conversion02 .col_r{
		width: 100%;
		padding: calc(60 /var(--break)*100vw) calc(70 /var(--break)*100vw) calc(60 /var(--break)*100vw);
		border-bottom: solid calc(6 /var(--break)*100vw) #222222;
		background: url("images/page/bg_pattern01.png")repeat left top/calc(14 /var(--break)*100vw),#0a4a92;
	}
	.btn_web_conversion01{
		width: calc(600 /var(--break)*100vw);
		height: calc(200 /var(--break)*100vw);
		margin: auto;
	}
	.btn_web_conversion01 a{
		height: calc(200 /var(--break)*100vw);
	}
	.btn_web_conversion01 a::after{
		content: "";
		width: 0;
		height: 0;
		margin: auto;
		border-width: calc(27 /var(--break)*100vw);
		border-style: solid;
		border-color: transparent #ffffff #ffffff transparent;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.btn_web_conversion01 .col_img{
		width: calc(200 /var(--break)*100vw);
		font-size: 0;
		vertical-align: middle;
	}
	.btn_web_conversion01 .col_txt{
		width: calc(400 /var(--break)*100vw);
		padding-top: calc(3 /var(--break)*100vw);
	}
	.btn_web_conversion01 .txt1{
		font-size: 1.25rem;
		margin-bottom: calc(14 /var(--break)*100vw);
	}
	.btn_web_conversion01 .txt2{
		font-size: 1.75rem;
		width: 100%;
		line-height: 1em;
	}
}


/* ttl_common01
------------------------------------------------------------------*/
.ttl_common01{
	background: url("images/page/bg_hdg3.png")repeat-x top center/calc(1920 /var(--break)*100vw);
	height: calc(297 /var(--break)*100vw);
	border-bottom: solid calc(2 /var(--break)*100vw) #072c56;
}
.ttl_common01.ttl_common02{
	background: url("images/page/bg_hdg3.png")repeat-x top center/calc(1920 /var(--break)*100vw);
	height: calc(400 /var(--break)*100vw);
	border-bottom: solid calc(2 /var(--break)*100vw) #072c56;
}
.ttl_common01::before{
	content: "";
	width: 100%;
	height: calc(4 /var(--break)*100vw);
	background: #fff;
	position: absolute;
	left: 0;
	top: calc(10 /var(--break)*100vw);
}
.ttl_common01 .bg{
	width: 100%;
	height: 100%;
}
.ttl_common01 .bg::before{
	content: "";
	background: url("images/page/deco_hdg3_l.png")no-repeat top left/contain;
	width: calc(461 /var(--break)*100vw);
	height: calc(250 /var(--break)*100vw);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.ttl_common01 .bg::after{
	content: "";
	background: url("images/page/deco_hdg3_r.png")no-repeat top right/contain;
	width: calc(461 /var(--break)*100vw);
	height: calc(250 /var(--break)*100vw);
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.ttl_common01 .bg .en{
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	color: rgba(32,139,158,0.1);
	z-index: 1;
}
.ttl_common01 .bg .en.fz200{
	font-size: calc(200/1920*100vw);
}
.ttl_common01 .bg .en.fz140{
	font-size: calc(140/1920*100vw);
	line-height: 1em;
}
.ttl_common01 .bg .ja{
	z-index: 2;
}
.ttl_common01 .bg .ja.fz70{
	line-height: calc(100/70*100%);
}

.ttl_common_h4{
	font-size: 2.5rem;
	letter-spacing: 0;
	margin-bottom: calc(60 /var(--break)*100vw);
}
.ttl_common_h4::before{
	content: "";
	width: calc(60 /var(--break)*100vw);
	height: 100%;
	background: #3997a6;
	clip-path: polygon(0 0,0 100%,100% 0);
	position: absolute;
	top: 0;
	left: 0;
}
.ttl_common_h4::after{
	content: "";
	width: calc(60 /var(--break)*100vw);
	height: 100%;
	background: #3997a6;
	clip-path: polygon( 0 100%,100% 100%,100% 0);
	position: absolute;
	right: 0;
	bottom: 0;
}
@media(min-width: 768px) and (max-width:1599px) {

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

}
@media(max-width: 767px) {
	.ttl_common01{
		background: url("images/page/bg_hdg3_sp.png")repeat-x top center/100%;
		height: calc(297 /var(--break)*100vw);
	}
	.ttl_common01.ttl_common02{
		background: url("images/page/bg_hdg3_2_sp.png")repeat-x top center/100%;
		height: calc(481 /var(--break)*100vw);
	}
	.ttl_common01 .bg::before{
		background: url("images/page/deco_hdg3_l_sp.png")no-repeat top left/contain;
		width: calc(344 /var(--break)*100vw);
		height: calc(186 /var(--break)*100vw);
	}
	.ttl_common01 .bg::after{
		background: url("images/page/deco_hdg3_r_sp.png")no-repeat top right/contain;
		width: calc(343 /var(--break)*100vw);
		height: calc(186 /var(--break)*100vw);
	}
	.ttl_common01 .bg .en.fz200{
		font-size: 3.34375rem;
		letter-spacing: 0;
	}
	#comparison .ttl_common01 .bg .en.fz200{
		font-size: 3.125rem;
		letter-spacing: 0;
	}
	#feature .ttl_common01 .bg .en.fz200,
	#capable .ttl_common01 .bg .en.fz200,
	#implant .ttl_common01 .bg .en.fz200,
	#flow .ttl_common01 .bg .en.fz200{
		font-size: 4.0625rem;
		letter-spacing: 0;
	}
	#faq .ttl_common01 .bg .en.fz200{
		font-size: 4.6875rem;
		letter-spacing: 0;
	}
	#case .ttl_common01 .bg .en.fz200{
		font-size: 5rem;
		letter-spacing: 0;
	}
	.ttl_common01 .bg .en.fz140{
		font-size: 2.375rem;
		letter-spacing: 0;
		line-height: calc(107/76*100%);
	}
	.ttl_common01 .bg .ja.fz80{
		font-size: 2.1875rem;
		letter-spacing: 0;
		line-height: calc(90/70*100%);
	}
	.ttl_common01 .bg .ja.fz70{
		font-size: 1.875rem;
		letter-spacing: 0;
		line-height: calc(90/60*100%);
	}
	.ttl_common_h4{
		font-size: 1.25rem;
		letter-spacing: 0;
		line-height: 1.5em;
		padding: calc(20 /var(--break)*100vw);
		margin-bottom: calc(50 /var(--break)*100vw);
	}
	.ttl_common_h4::before{
		width: calc(60 /var(--break)*100vw);
	}
	.ttl_common_h4::after{
		width: calc(60 /var(--break)*100vw);
	}
}


/* 4Sコンセプトインプラントとは index_concept
------------------------------------------------------------------*/
.index_concept{
	margin-bottom: calc(40 /var(--break)*100vw);
}
.wrap_concept01{
	background: url("images/index/deco_concept01.png")no-repeat left top/calc(466 /1920*100vw),url("images/index/deco_concept02.png")no-repeat right top/calc(466 /1920*100vw);
	padding-top: calc(79 /var(--break)*100vw);
	padding-bottom: calc(71 /var(--break)*100vw);
}
.wrap_concept01 .ttl::before{
	content: "";
	background: url("images/index/deco_concept03.png")no-repeat center/contain;
	width: calc(72 /var(--break)*100vw);
	height: calc(72 /var(--break)*100vw);
	position: absolute;
	top: calc(-40 /var(--break)*100vw);
	right: calc(50% + (454 /var(--break)*100vw));
}
.wrap_concept01 .ttl{
}
.wrap_concept01 .ttl .txt1{
	margin-bottom: calc(9 /var(--break)*100vw);
}
.wrap_concept01 .ttl .bar1::before{
	content: "";
	width: 100%;
	height: calc(17 /var(--break)*100vw);
	background: #fff49a;
	position: absolute;
	bottom: calc(21 /var(--break)*100vw);
	left: 0;
}
.wrap_concept01 .ttl .txt2{
	margin-bottom: calc(14 /var(--break)*100vw);
}
.wrap_concept01 .ttl .txt3{
	width: calc(1380 /var(--break)*100vw);
	height: calc(91 /var(--break)*100vw);
	font-size: 4.375rem;
	letter-spacing: 0;
	line-height: calc(91 /var(--break)*100vw);
	margin-bottom: calc(40 /var(--break)*100vw);
}
.bar_concept01{
	background: url("images/index/bar_concept01.svg")no-repeat center/contain;
	width: calc(844 /var(--break)*100vw);
	height: calc(4 /var(--break)*100vw);
	margin-bottom: calc(28 /var(--break)*100vw);
}

.wrap_concept02{
	background: url("images/index/bg_concept01.png")no-repeat top center/contain, url("images/index/bg_concept02.png")no-repeat bottom center/contain;
}
.row_concept01{
	gap:0 calc(20 /var(--break)*100vw);
}
.row_concept01 .col{
	width: calc(320/var(--break)*100vw);
}
.row_concept01 .col a{
	background: url("images/index/btn_concept01.svg")no-repeat center/contain;
	height: calc(320 /var(--break)*100vw);
	padding-bottom: calc(16 /var(--break)*100vw);
}
.row_concept01 .col:nth-child(2n) a{
	background: url("images/index/btn_concept02.svg")no-repeat center/contain;
}
.row_concept01 .col a::after{
	content: "";
	background: url("images/index/arw_concept01.svg")no-repeat center/contain;
	width: calc(15 /var(--break)*100vw);
	height: calc(44 /var(--break)*100vw);
	position: absolute;
	bottom: calc(39 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
}
.row_concept01 .col a .txt1{
	width: calc(220 /var(--break)*100vw);
	padding-bottom: calc(15 /var(--break)*100vw);
	border-bottom: solid 1px #072c56;
	margin: 0 auto calc(11 /var(--break)*100vw);
}
.box_concept01,
.box_concept02{
	box-shadow: 0 0 calc(20 /var(--break)*100vw) 0 rgba(34,34,34,0.05);
}
.box_concept01::before{
	content: "";
	width: 100%;
	height: 100%;
	border: solid 1px #222222;
	position: absolute;
	top: calc(10 /var(--break)*100vw);
	left: calc(10 /var(--break)*100vw);
}
.box_concept02::before{
	content: "";
	width: 100%;
	height: 100%;
	border: solid 1px #222222;
	position: absolute;
	top: calc(10 /var(--break)*100vw);
	right: calc(10 /var(--break)*100vw);
}
.row_concept02 .col_img{
	width: calc(600/1440*100%);
}
.row_concept02 .col_txt{
	width: calc(790/1440*100%);
}
.row_concept02 .col_txt .ttl{
	margin-bottom: calc(33 /var(--break)*100vw);
}
.row_concept02 .col_txt .ttl .txt1{
	width: calc(260/790*100%);
	height: calc(124 /var(--break)*100vw);
}
.row_concept02 .col_txt .ttl .txt1::before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: calc(62 /var(--break)*100vw) solid transparent;
	border-bottom: calc(62 /var(--break)*100vw) solid transparent;
	border-left: calc(50 /var(--break)*100vw) solid #072c56;
	border-right: 0;
	position: absolute;
	left: 100%;
	top: 0;
}
.row_concept02 .col_txt .ttl .txt2{
	width: calc(530/790*100%);
	height: calc(124 /var(--break)*100vw);
	background: url("images/page/bg_pattern04.png")repeat left top/calc(14 /var(--break)*100vw) , #caeef2;
}
.row_concept02 .col_txt .copy{
	line-height: calc(60/46*100%);
	margin-bottom: calc(20 /var(--break)*100vw);
}
.row_concept02 .col_txt .copy span{
	vertical-align: middle;
}
.row_concept02 .col_txt .copy .box{
	width: calc(310 /var(--break)*100vw);
	margin-left: calc(35 /var(--break)*100vw);
	padding-top: calc(8 /var(--break)*100vw);
	padding-bottom: calc(6 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.wrap_concept01 .ttl .txt3{
		width: calc(1380 /1920*100vw);
		height: calc(91 /1920*100vw);
		font-size: calc(70/1920*100vw);
		letter-spacing: 0;
		line-height: calc(91 /1920*100vw);
		margin-bottom: calc(40 /1920*100vw);
	}
	.row_concept01 .col{
		width: calc(320/1599*100vw);
	}
	.row_concept01 .col a{
		height: calc(320/1599*100vw);
		padding-bottom: calc(16/1599*100vw);
	}
	.row_concept01 .col a::after{
		width: calc(15 /1599*100vw);
		height: calc(44 /1599*100vw);
		bottom: calc(39 /1599*100vw);
	}
	.row_concept01 .col a .txt1{
		width: calc(220 /1599*100vw);
		padding-bottom: calc(15 /1599*100vw);
		border-bottom: solid 1px #072c56;
		margin: 0 auto calc(11 /1599*100vw);
		font-size: calc(60/1599*100vw);
	}
	.row_concept01 .col a .txt2{
		font-size: calc(32/1599*100vw);
	}
	.row_concept02 .col_txt .ttl{
		margin-bottom: calc(33 /1599*100vw);
	}
	.row_concept02 .col_txt .ttl .txt1{
		font-size: calc(50/1599*100vw);
		height: calc(124 /1599*100vw);
	}
	.row_concept02 .col_txt .ttl .txt1::before{
		border-style: solid;
		border-top: calc(62 /1599*100vw) solid transparent;
		border-bottom: calc(62 /1599*100vw) solid transparent;
		border-left: calc(50 /1599*100vw) solid #072c56;
		border-right: 0;
	}
	.row_concept02 .col_txt .ttl .txt2{
		font-size: calc(70/1599*100vw);
		height: calc(124 /1599*100vw);
	}
	.row_concept02 .col_txt .copy{
		font-size: calc(46/1599*100vw);
		line-height: calc(60/46*100%);
		margin-bottom: calc(20 /1599*100vw);
	}
	.row_concept02 .col_txt .copy .box{
		width: calc(310 /1599*100vw);
		margin-left: calc(35 /1599*100vw);
		padding-top: calc(8 /1599*100vw);
		padding-bottom: calc(6 /1599*100vw);
		font-size: calc(20/1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.index_concept{
		margin-bottom: calc(80 /var(--break)*100vw);
	}
	.wrap_concept01{
		background: url("images/index/deco_concept01_sp.png")no-repeat left top/calc(222 /var(--break)*100vw),url("images/index/deco_concept02_sp.png")no-repeat right top calc(233 /var(--break)*100vw)/calc(211 /var(--break)*100vw);
		padding-top: calc(79 /var(--break)*100vw);
		padding-bottom: calc(66 /var(--break)*100vw);
	}
	.wrap_concept01 .ttl::before{
		content: "";
		background: url("images/index/deco_concept03.png")no-repeat center/contain;
		width: calc(72 /var(--break)*100vw);
		height: calc(72 /var(--break)*100vw);
		position: absolute;
		top: calc(-40 /var(--break)*100vw);
		right: calc(50% + (128 /var(--break)*100vw));
	}
	.wrap_concept01 .ttl{
	}
	.wrap_concept01 .ttl .fz80{
		font-size: 2.25rem;
	}
	.wrap_concept01 .ttl .fz50{
		font-size: 1.40625rem;
	}
	.wrap_concept01 .ttl .txt1{
		margin-bottom: 0;
	}
	.wrap_concept01 .ttl .bar1::before{
		display: none;
	}
	.wrap_concept01 .ttl .bar2::before{
		content: "";
		width: 100%;
		height: calc(17 /var(--break)*100vw);
		background: #fff49a;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -1;
	}
	.wrap_concept01 .ttl .bar3::before{
		content: "";
		width: 100%;
		height: calc(17 /var(--break)*100vw);
		background: #fff49a;
		position: absolute;
		bottom: calc(21 /var(--break)*100vw);
		left: 0;
		z-index: -1;
	}
	.wrap_concept01 .ttl .txt2{
		line-height: calc(131/45*100%);
		margin-top: calc(-12 /var(--break)*100vw);
		margin-bottom: calc(14 /var(--break)*100vw);
	}
	.wrap_concept01 .ttl .txt3{
		width: calc(646 /var(--break)*100vw);
		height: calc(171 /var(--break)*100vw);
		font-size: 1.75rem;
		letter-spacing: 0;
		line-height: calc(80/56*100%);
		padding-top: calc(7 /var(--break)*100vw);
		margin-bottom: calc(50 /var(--break)*100vw);
	}
	.bar_concept01{
		background: url("images/index/bar_concept01_sp.svg")no-repeat center/contain;
		width: calc(646 /var(--break)*100vw);
		height: calc(4 /var(--break)*100vw);
		margin-bottom: calc(28 /var(--break)*100vw);
	}

	.wrap_concept02{
		background: url("images/index/bg_concept01_sp.png")no-repeat top center/contain, url("images/index/bg_concept02_sp.png")no-repeat bottom center/contain;
		padding-bottom: calc(110 /var(--break)*100vw);
	}
	.row_concept01{
		width: calc(660 /var(--break)*100vw);
		margin: 0 auto calc(62 /var(--break)*100vw);
		gap:calc(20 /var(--break)*100vw) calc(20 /var(--break)*100vw);
	}
	.row_concept01 .col{
		width: calc(320/var(--break)*100vw);
	}
	.row_concept01 .col a{
		height: calc(320 /var(--break)*100vw);
		padding-bottom: calc(16 /var(--break)*100vw);
	}
	.row_concept01 .col a::after{
		content: "";
		background: url("images/index/arw_concept01.svg")no-repeat center/contain;
		width: calc(15 /var(--break)*100vw);
		height: calc(44 /var(--break)*100vw);
		position: absolute;
		bottom: calc(39 /var(--break)*100vw);
		left: 0;
		right: 0;
		margin: auto;
	}
	.row_concept01 .col a .txt1{
		font-size: 1.875rem;
		width: calc(220 /var(--break)*100vw);
		padding-bottom: calc(15 /var(--break)*100vw);
		border-bottom: solid 1px #072c56;
		margin: 0 auto calc(11 /var(--break)*100vw);
	}
	.row_concept01 .col a .txt2{
		font-size: 1rem;
	}
	.box_concept01,
	.box_concept02{
		box-shadow: 0 0 calc(20 /var(--break)*100vw) 0 rgba(34,34,34,0.05);
	}
	.box_concept01{
		padding: calc(50 /var(--break)*100vw) 0 calc(65 /var(--break)*100vw) calc(28 /var(--break)*100vw);
	}
	.box_concept02{
		padding: calc(50 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(65 /var(--break)*100vw) 0;
	}
	.box_concept01.mb60,
	.box_concept02.mb60{
		margin-bottom: calc(70 /var(--break)*100vw);
	}
	.row_concept02 .col_img{
		width: 100%;
		margin-bottom: calc(60 /var(--break)*100vw);
	}
	.row_concept02 .col_txt{
		width: calc(646 /var(--break)*100vw);
		margin-right: auto;
	}
	.box_concept02 .row_concept02 .col_txt{
		margin-right: 0;
		margin-left: auto;
	}
	.row_concept02 .col_txt .ttl{
		margin-bottom: calc(35 /var(--break)*100vw);
	}
	.row_concept02 .col_txt .ttl .txt1{
		width: calc(212/646*100%);
		height: calc(100 /var(--break)*100vw);
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.row_concept02 .col_txt .ttl .txt1::before{
		border-style: solid;
		border-top: calc(50 /var(--break)*100vw) solid transparent;
		border-bottom: calc(50 /var(--break)*100vw) solid transparent;
		border-left: calc(40 /var(--break)*100vw) solid #072c56;
		border-right: 0;
	}
	.row_concept02 .col_txt .ttl .txt2{
		font-size: 1.78125rem;
		letter-spacing: 0;
		width: calc(434/646*100%);
		height: calc(100/var(--break)*100vw);
	}
	.row_concept02 .col_txt .copy{
		font-size: 1.4375rem;
		letter-spacing: 0;
		line-height: calc(71/46*100%);
		margin-bottom: calc(16 /var(--break)*100vw);
	}
	.row_concept02 .col_txt .copy span{
		vertical-align: middle;
	}
	.row_concept02 .col_txt .copy .box{
		font-size: 1.0625rem;
		width: calc(556/var(--break)*100vw);
		margin: calc(16 /var(--break)*100vw) auto calc(14 /var(--break)*100vw);
		padding-top: calc(15 /var(--break)*100vw);
		padding-bottom: calc(12 /var(--break)*100vw);
	}
}


/* コンテンツ名 index_ews-implant
------------------------------------------------------------------*/
.wrap_ews-implant01{
	background: url("images/index/deco_ews-implant01.png")no-repeat left top/calc(466 /1920*100vw),url("images/index/deco_ews-implant02.png")no-repeat right top/calc(466 /1920*100vw);
	padding-top: calc(55 /var(--break)*100vw);
	padding-bottom: calc(71 /var(--break)*100vw);
}
.wrap_ews-implant01 .ttl::before{
	content: "";
	background: url("images/index/deco_ews-implant03.png")no-repeat center/contain;
	width: calc(72 /var(--break)*100vw);
	height: calc(72 /var(--break)*100vw);
	position: absolute;
	top: calc(-15 /var(--break)*100vw);
	right: calc(50% + (469 /var(--break)*100vw));
}
.wrap_ews-implant01 .ttl{
}
.wrap_ews-implant01 .ttl .txt1{
	margin-bottom: calc(9 /var(--break)*100vw);
}
.wrap_ews-implant01 .ttl .bar1::before{
	content: "";
	width: 100%;
	height: calc(17 /var(--break)*100vw);
	background: #fff49a;
	position: absolute;
	bottom: calc(21 /var(--break)*100vw);
	left: 0;
}
.wrap_ews-implant01 .ttl .txt2.bar1::before{
	bottom: 0;
}
.wrap_ews-implant01 .ttl .txt2{
	margin-bottom: calc(38 /var(--break)*100vw);
}
.bar_ews-implant01{
	background: url("images/index/bar_ews-implant01.svg")no-repeat center/contain;
	width: calc(844 /var(--break)*100vw);
	height: calc(4 /var(--break)*100vw);
	margin-bottom: calc(28 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {

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

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

	.wrap_ews-implant01{
		background: url("images/index/deco_ews-implant01_sp.png")no-repeat left top/calc(222 /var(--break)*100vw),url("images/index/deco_ews-implant02_sp.png")no-repeat right top calc(233 /var(--break)*100vw)/calc(211 /var(--break)*100vw);
		padding-top: calc(56 /var(--break)*100vw);
		padding-bottom: calc(66 /var(--break)*100vw);
	}
	.wrap_ews-implant01 .ttl::before{
		content: "";
		background: url("images/index/deco_ews-implant03.png")no-repeat center/contain;
		width: calc(72 /var(--break)*100vw);
		height: calc(72 /var(--break)*100vw);
		position: absolute;
		top: calc(-35 /var(--break)*100vw);
		right: calc(50% + (251 /var(--break)*100vw));
	}
	.wrap_ews-implant01 .ttl{
	}
	.wrap_ews-implant01 .ttl .fz80{
		font-size: 2.25rem;
	}
	.wrap_ews-implant01 .ttl .fz50{
		font-size: 1.40625rem;
	}
	.wrap_ews-implant01 .ttl .txt1{
		margin-bottom: calc(20 /var(--break)*100vw);
		line-height: calc(110/45*100%);
	}
	.wrap_ews-implant01 .ttl .bar1::before{
		display: none;
	}
	.wrap_ews-implant01 .ttl .bar2::before{
		content: "";
		width: 100%;
		height: calc(17 /var(--break)*100vw);
		background: #fff49a;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -1;
	}
	.wrap_ews-implant01 .ttl .bar3::before{
		content: "";
		width: 100%;
		height: calc(17 /var(--break)*100vw);
		background: #fff49a;
		position: absolute;
		bottom: calc(13 /var(--break)*100vw);
		left: 0;
		z-index: -1;
	}
	.wrap_ews-implant01 .ttl .txt2{
		line-height: calc(131/45*100%);
		margin-top: calc(-12 /var(--break)*100vw);
		margin-bottom: calc(21 /var(--break)*100vw);
	}
	.bar_ews-implant01{
		background: url("images/index/bar_ews-implant01_sp.svg")no-repeat center/contain;
		width: calc(646 /var(--break)*100vw);
		height: calc(4 /var(--break)*100vw);
		margin-bottom: calc(28 /var(--break)*100vw);
	}
}
.wrap_ews-implant03{
	height: calc(240 /var(--break)*100vw);
	background: #FFF59B;
	background: linear-gradient(180deg, rgba(255, 245, 155, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.wrap_ews-implant03::after{
	content: "";
	width: 100%;
	height: 2px;
	background: #222222;
	position: absolute;
	bottom: calc(6 /var(--break)*100vw);
	left: 0;
}
.wrap_ews-implant04{
	background: url("images/index/bg_ews-implant02.png")no-repeat center bottom/contain,url("images/index/bg_ews-implant01.jpg")no-repeat center/cover;
	padding-bottom: calc(80 /var(--break)*100vw);
}
.wrap_ews-implant04 .box{
	background: rgba(7,44,86,0.9);
	height: calc(340 /var(--break)*100vw);
	margin-bottom: calc(160 /var(--break)*100vw);
}
.wrap_ews-implant04 .box::before{
	content: "";
	background: url("images/index/deco_ews-implant04.svg")no-repeat center/contain;
	width: calc(115 /var(--break)*100vw);
	height: calc(258 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(50% + (610 /var(--break)*100vw));
	margin: auto;
}
.wrap_ews-implant04 .box::after{
	content: "";
	background: url("images/index/deco_ews-implant05.svg")no-repeat center/contain;
	width: calc(115 /var(--break)*100vw);
	height: calc(258 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(50% + (610 /var(--break)*100vw));
	margin: auto;
}
.wrap_ews-implant04 .box .txt1{
	margin-bottom: calc(27 /var(--break)*100vw);
}
.wrap_ews-implant04 .box .txt2{
	border-bottom: solid calc(4 /var(--break)*100vw) #ffffff;
	padding-bottom: calc(16 /var(--break)*100vw);
}

.row_ews-implant01{
	gap:calc(140 /var(--break)*100vw) calc(60/1500*100%);
}
.row_ews-implant01 .col{
	background: url("images/index/bg_ews-implant03.png")no-repeat bottom center/contain,#fff;
	width: calc(460/1500*100%);
	height: calc(251 /var(--break)*100vw);
	box-shadow: calc(20 /var(--break)*100vw) calc(20 /var(--break)*100vw) 0 0 rgba(7,44,86,0.8);
	padding-top: calc(44 /var(--break)*100vw);
}
.row_ews-implant01 .col::before{
	content: "";
	width: calc(100% - (20 /var(--break)*100vw));
	height: calc(100% - (20 /var(--break)*100vw));
	border: dotted 2px #222222;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.row_ews-implant01 .col .num{
	background: url("images/index/icn_ews-implant01.svg")no-repeat center/contain;
	width: calc(160 /var(--break)*100vw);
	height: calc(160 /var(--break)*100vw);
	top: calc(-100 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
}
.row_ews-implant01 .col .txt{
	line-height: 1.4em;
}

.wrap_ews-implant05{
	background: url("images/index/arw_ews-implant.png")no-repeat center bottom/cover;
	height: calc(492 /var(--break)*100vw);
}
.wrap_ews-implant05 .txt1{
	text-shadow: 0 0 calc(5 /var(--break)*100vw) #fff, 0 0 calc(10 /var(--break)*100vw) #fff, 0 0 calc(10 /var(--break)*100vw) #fff;
	margin-bottom: calc(30 /var(--break)*100vw);
}
.wrap_ews-implant05 .txt2{
	text-shadow: 0 0 calc(5 /var(--break)*100vw) #fff, 0 0 calc(10 /var(--break)*100vw) #fff, 0 0 calc(10 /var(--break)*100vw) #fff;
	margin-bottom: calc(23 /var(--break)*100vw);
}
.wrap_ews-implant05 .txt3{
	width: calc(1240 /var(--break)*100vw);
	height: calc(80 /var(--break)*100vw);
	line-height: calc(80 /var(--break)*100vw);
	text-align: center;
	font-weight: 700;
	vertical-align: middle;
	margin: 0 auto calc(30 /var(--break)*100vw);
}
.wrap_ews-implant05 .txt4{
	text-shadow: 0 0 calc(5 /var(--break)*100vw) #fff, 0 0 calc(10 /var(--break)*100vw) #fff, 0 0 calc(10 /var(--break)*100vw) #fff;
	vertical-align: middle;
}
@media(min-width: 768px) and (max-width:1599px) {

	.wrap_ews-implant03 .txt{
		font-size: calc(70/1599*100vw);
	}
	.wrap_ews-implant04{
		padding-bottom: calc(80 /var(--break)*100vw);
	}
	.wrap_ews-implant04 .box{
		height: calc(340 /1599*100vw);
		margin-bottom: calc(160 /1599*100vw);
	}
	.wrap_ews-implant04 .box::before{
		width: calc(115 /1599*100vw);
		height: calc(258 /1599*100vw);
		right: calc(50% + (610 /1599*100vw));
	}
	.wrap_ews-implant04 .box::after{
		width: calc(115 /1599*100vw);
		height: calc(258 /1599*100vw);
		left: calc(50% + (610 /1599*100vw));
	}
	.wrap_ews-implant04 .box .txt1{
		margin-bottom: calc(27 /1599*100vw);
		font-size: calc(60/1599*100vw);
	}
	.wrap_ews-implant04 .box .txt2{
		border-bottom: solid calc(4 /1599*100vw) #ffffff;
		padding-bottom: calc(16 /1599*100vw);
		font-size: calc(90/1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.wrap_ews-implant03{
		background: url("images/index/bg_ews-implant04_sp.png")no-repeat top center/100%;
		height: calc(250 /var(--break)*100vw);
	}
	.wrap_ews-implant03::after{
		height: calc(2 /var(--break)*100vw);
		bottom: calc(10 /var(--break)*100vw);
	}
	.wrap_ews-implant03 .txt{
		font-size: 1.875rem;
		line-height: calc(80/60*100%);
	}
	.wrap_ews-implant04{
		background: url("images/index/bg_ews-implant02_sp.png")no-repeat center bottom/contain,url("images/index/bg_ews-implant01_sp.jpg")no-repeat center/cover;
		padding-bottom: calc(95 /var(--break)*100vw);
	}
	.wrap_ews-implant04 .box{
		height: calc(429 /var(--break)*100vw);
		margin-bottom: calc(154 /var(--break)*100vw);
	}
	.wrap_ews-implant04 .box::before{
		content: "";
		background: url("images/index/deco_ews-implant04.svg")no-repeat center/contain;
		width: calc(115 /var(--break)*100vw);
		height: calc(258 /var(--break)*100vw);
		position: absolute;
		top: calc(110 /var(--break)*100vw);
		bottom: calc(61 /var(--break)*100vw);
		right: calc(50% + (239 /var(--break)*100vw));
		margin: auto;
	}
	.wrap_ews-implant04 .box::after{
		content: "";
		background: url("images/index/deco_ews-implant05.svg")no-repeat center/contain;
		width: calc(115 /var(--break)*100vw);
		height: calc(258 /var(--break)*100vw);
		position: absolute;
		top: calc(110 /var(--break)*100vw);
		bottom: calc(61 /var(--break)*100vw);
		left: calc(50% + (239 /var(--break)*100vw));
		margin: auto;
	}
	.wrap_ews-implant04 .box .txt1{
		font-size: 1.625rem;
		letter-spacing: 0;
		margin-bottom: calc(10 /var(--break)*100vw);
	}
	.wrap_ews-implant04 .box .txt2{
		font-size: 2.4375rem;
		letter-spacing: 0;
		line-height: calc(107/78*100%);
		border-bottom: none;
		padding-bottom: 0;
	}
	.wrap_ews-implant04 .box .txt2 .bar{
		position: relative;
	}
	.wrap_ews-implant04 .box .txt2 .bar::after{
		content: "";
		width: 100%;
		height: calc(4 /var(--break)*100vw);
		background: #ffffff;
		position: absolute;
		bottom: calc(-4 /var(--break)*100vw);
		left: 0;
	}

	.row_ews-implant01{
		width: calc(690 /var(--break)*100vw);
		margin-right: auto;
		gap:calc(107 /var(--break)*100vw) calc(24 /var(--break)*100vw);
	}
	.row_ews-implant01 .col{
		background: url("images/index/bg_ews-implant03.png")no-repeat bottom center/contain,#fff;
		width: calc(333 /var(--break)*100vw);
		height: calc(182 /var(--break)*100vw);
		box-shadow: calc(15 /var(--break)*100vw) calc(15 /var(--break)*100vw) 0 0 rgba(7,44,86,0.8);
		padding-top: calc(30 /var(--break)*100vw);
	}
	.row_ews-implant01 .col::before{
		content: "";
		width: calc(100% - (14 /var(--break)*100vw));
		height: calc(100% - (14 /var(--break)*100vw));
		border: dotted calc(2 /var(--break)*100vw) #222222;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}
	.row_ews-implant01 .col .num{
		width: calc(116 /var(--break)*100vw);
		height: calc(116 /var(--break)*100vw);
		top: calc(-73 /var(--break)*100vw);
	}
	.row_ews-implant01 .col .num p{
		font-size: 2.25rem;
		letter-spacing: 0;
		line-height: 1em;
	}
	.row_ews-implant01 .col .txt{
		line-height: 1.4em;
		font-size: 0.78125rem;
		letter-spacing: 0;
	}

	.wrap_ews-implant05{
		background: url("images/index/arw_ews-implant_sp.png")no-repeat center bottom/cover;
		height: calc(660 /var(--break)*100vw);
	}
	.wrap_ews-implant05 .txt1{
		font-size: 1.25rem;
		letter-spacing: 0;
		line-height: calc(63 /40*100%);
		margin-bottom: calc(5 /var(--break)*100vw);
	}
	.wrap_ews-implant05 .txt2{
		font-size: 1.25rem;
		letter-spacing: 0;
		margin-bottom: calc(10 /var(--break)*100vw);
	}
	.wrap_ews-implant05 .txt2 .fz70{
		font-size: 1.875rem;
		line-height: calc(86 /60*100%);
		letter-spacing: 0;
	}
	.wrap_ews-implant05 .txt3{
		font-size: 1.5625rem;
		width: calc(646 /var(--break)*100vw);
		height: calc(148 /var(--break)*100vw);
		line-height: 1.4em;
		margin: 0 auto calc(10 /var(--break)*100vw);
	}
	.wrap_ews-implant05 .txt4{
		font-size: 1.5625rem;
		line-height: calc(90/50*100%);
		display: inline;
	}
}


/* 当院のインプラント治療 index_feature
------------------------------------------------------------------*/
.index_feature{
	margin-bottom: calc(40 /var(--break)*100vw);
}
.wrap_feature01{
	background: url("images/index/bg_feature01.png")no-repeat top calc(-217 /var(--break)*100vw) left/calc(730 /var(--break)*100vw), url("images/index/bg_feature01_2.jpg")no-repeat bottom center/contain;
	padding-top: calc(180 /var(--break)*100vw);
	padding-bottom: calc(60 /var(--break)*100vw);
}
.wrap_feature01::before{
	content: "";
	width: calc(1240/1920*100vw);
	height: calc(680/1920*100vw);
	background:#fbf8e1;
	position: absolute;
	top: calc(80 /var(--break)*100vw);
	right: 0;
}
.row_feature01 .col_img{
	width: 50%;
}
.row_feature01 .col_img::before{
	content: "";
	background: url("images/index/deco_feature01.png")no-repeat center/contain;
	width: calc(768 /var(--break)*100vw);
	height: calc(544 /var(--break)*100vw);
	position: absolute;
	top: calc(-30 /var(--break)*100vw);
	left: calc(-30 /var(--break)*100vw);
	z-index: -1;
}
.row_feature01 .col_txt{
	width: 50%;
}
.row_feature01 .col_txt .num{
	font-size: calc(100/1920*100vw);
	opacity: 0.2;
	margin-bottom: calc(28 /var(--break)*100vw);
}
.row_feature01 .col_txt .num .fz120{
	font-size: calc(120/1920*100vw);
}
.row_feature01 .col_txt .txt1{
	width: calc(600 /var(--break)*100vw);
	height: calc(60 /var(--break)*100vw);
	margin: 0 auto calc(15 /var(--break)*100vw);
}
.row_feature01 .col_txt .txt1::before{
	content: "";
	width: calc(30 /var(--break)*100vw);
	height: calc(30 /var(--break)*100vw);
	background: #222222;
	clip-path: polygon(0 0,0 100%,100% 0);
	position: absolute;
	top: 0;
	left: 0;
}
.row_feature01 .col_txt .copy{
	font-size: calc(64/1920*100vw);
	margin-bottom: 1px;
}
.row_feature01 .col_txt .txt2{
	width: calc(100% - (200 /var(--break)*100vw));
	margin: auto;
}

.box_feature01{
	border: solid 1px #222;
	padding: calc(39 /var(--break)*100vw);
}
.row_feature01_2 .col_img{
	width: calc(440/1420*100%);
}
.row_feature01_2 .col_txt{
	width: calc(940/1420*100%);
}
.row_feature01_2 .col_txt .copy{
	background: url("images/index/deco_feature01_2.png")no-repeat right top/calc(114 /var(--break)*100vw);
	padding: calc(8 /var(--break)*100vw) 0 calc(40 /var(--break)*100vw);
	margin-bottom: calc(18 /var(--break)*100vw);
}
.row_feature01_2 .col_txt .copy::before{
	content: "";
	background: url("images/page/bg_pattern05.png")repeat left top/calc(9 /var(--break)*100vw),#fff;
	width: 100%;
	height: calc(10 /var(--break)*100vw);
	position: absolute;
	bottom: 0;
	left: 0;
}
.wrap_feature02{
	background: url("images/index/bg_feature02.png")no-repeat top calc(165 /var(--break)*100vw) right/calc(730 /var(--break)*100vw), url("images/index/bg_feature02_2.jpg")no-repeat bottom center/contain;
	padding-top: calc(180 /var(--break)*100vw);
	padding-bottom: calc(60 /var(--break)*100vw);
}
.wrap_feature02::before{
	content: "";
	width: calc(1240/1920*100vw);
	height: calc(680/1920*100vw);
	background: rgba(202,238,242,0.6);
	position: absolute;
	top: calc(80 /var(--break)*100vw);
	left: 0;
}
.row_feature02 .col_img{
	width: 50%;
}
.row_feature02 .col_img::before{
	content: "";
	background: url("images/index/deco_feature02.png")no-repeat center/contain;
	width: calc(768 /var(--break)*100vw);
	height: calc(544 /var(--break)*100vw);
	position: absolute;
	top: calc(-30 /var(--break)*100vw);
	right: calc(-30 /var(--break)*100vw);
	z-index: -1;
}
.row_feature02 .col_img .box{
	width: calc(294 /var(--break)*100vw);
	height: calc(140 /var(--break)*100vw);
	background: #072C56;
	background: linear-gradient(90deg, rgba(7, 44, 86, 0.9) 0%, rgba(54, 190, 205, 0.9) 100%);
	bottom: 0;
	right: 0;
	padding: calc(20 /var(--break)*100vw) calc(20 /var(--break)*100vw);
}
.row_feature02 .col_img .box .txt1{
	line-height: calc(40 /var(--break)*100vw);
	margin-bottom: calc(9 /var(--break)*100vw);
}
.row_feature02 .col_img .box .txt2{
	line-height: calc(26/20*100%);
}
.row_feature02 .col_txt{
	width: 50%;
}
.row_feature02 .col_txt .num{
	font-size: calc(100/1920*100vw);
	opacity: 0.2;
	margin-bottom: calc(28 /var(--break)*100vw);
}
.row_feature02 .col_txt .num .fz120{
	font-size: calc(120/1920*100vw);
}
.row_feature02 .col_txt .txt1{
	width: calc(600 /var(--break)*100vw);
	height: calc(60 /var(--break)*100vw);
	margin: 0 auto calc(15 /var(--break)*100vw);
}
.row_feature02 .col_txt .txt1::before{
	content: "";
	width: calc(30 /var(--break)*100vw);
	height: calc(30 /var(--break)*100vw);
	background: #222222;
	clip-path: polygon(0 0,0 100%,100% 0);
	position: absolute;
	top: 0;
	left: 0;
}
.row_feature02 .col_txt .copy{
	font-size: calc(64/1920*100vw);
	margin-bottom: 1px;
}
.row_feature02 .col_txt .txt2{
	width: calc(100% - (200 /var(--break)*100vw));
	margin: auto;
}

.row_feature02_2 .col_img{
	width: calc(440/1420*100%);
}
.row_feature02_2 .col_txt{
	width: calc(940/1420*100%);
}
.row_feature02_2 .col_txt .copy{
	background: url("images/index/deco_feature02_2.png")no-repeat left top/calc(114 /var(--break)*100vw);
	padding: calc(15 /var(--break)*100vw) 0 calc(40 /var(--break)*100vw);
	margin-bottom: calc(18 /var(--break)*100vw);
}
.row_feature02_2 .col_txt .copy::before{
	content: "";
	background: url("images/page/bg_pattern05.png")repeat left top/calc(9 /var(--break)*100vw),#fff;
	width: 100%;
	height: calc(10 /var(--break)*100vw);
	position: absolute;
	bottom: 0;
	left: 0;
}
.row_feature02_2 .col_txt .copy .txt1{
	margin-bottom: calc(12 /var(--break)*100vw);
}

.wrap_feature03{
	background: url("images/index/bg_feature03.png")no-repeat top calc(-217 /var(--break)*100vw) left/calc(730 /var(--break)*100vw);
	padding-top: calc(180 /var(--break)*100vw);
}
.wrap_feature03::before{
	content: "";
	width: calc(1240/1920*100vw);
	height: calc(680/1920*100vw);
	background:#e6f0fa;
	position: absolute;
	top: calc(80 /var(--break)*100vw);
	right: 0;
}
.row_feature03 .col_img{
	width: 50%;
}
.row_feature03 .col_img::before{
	content: "";
	background: url("images/index/deco_feature03.png")no-repeat center/contain;
	width: calc(768 /var(--break)*100vw);
	height: calc(544 /var(--break)*100vw);
	position: absolute;
	top: calc(-30 /var(--break)*100vw);
	left: calc(-30 /var(--break)*100vw);
	z-index: -1;
}
.row_feature03 .col_txt{
	width: 50%;
}
.row_feature03 .col_txt .num{
	font-size: calc(100/1920*100vw);
	opacity: 0.2;
	margin-bottom: calc(28 /var(--break)*100vw);
}
.row_feature03 .col_txt .num .fz120{
	font-size: calc(120/1920*100vw);
}
.row_feature03 .col_txt .txt1{
	width: calc(600 /var(--break)*100vw);
	height: calc(60 /var(--break)*100vw);
	margin: 0 auto calc(15 /var(--break)*100vw);
}
.row_feature03 .col_txt .txt1::before{
	content: "";
	width: calc(30 /var(--break)*100vw);
	height: calc(30 /var(--break)*100vw);
	background: #222222;
	clip-path: polygon(0 0,0 100%,100% 0);
	position: absolute;
	top: 0;
	left: 0;
}
.row_feature03 .col_txt .copy{
	font-size: calc(64/1920*100vw);
	margin-bottom: 1px;
	line-height: calc(90/64*100%);
	margin-bottom: calc(21 /var(--break)*100vw);
}
.row_feature03 .col_txt .txt2{
	width: calc(100% - (200 /var(--break)*100vw));
	margin: auto;
}
.wrap_feature04{
	background: url("images/index/bg_feature04.png")no-repeat top calc(165 /var(--break)*100vw) right/calc(730 /var(--break)*100vw),url("images/index/bg_feature05.jpg")no-repeat center bottom/contain;
	padding-top: calc(180 /var(--break)*100vw);
	padding-bottom: calc(100 /var(--break)*100vw);
}
.wrap_feature04::before{
	content: "";
	width: calc(1240/1920*100vw);
	height: calc(680/1920*100vw);
	background: #fbf0e6;
	position: absolute;
	top: calc(80 /var(--break)*100vw);
	left: 0;
}
.row_feature04 .col_img{
	width: 50%;
}
.row_feature04 .col_img::before{
	content: "";
	background: url("images/index/deco_feature04.png")no-repeat center/contain;
	width: calc(768 /var(--break)*100vw);
	height: calc(544 /var(--break)*100vw);
	position: absolute;
	top: calc(-30 /var(--break)*100vw);
	right: calc(-30 /var(--break)*100vw);
	z-index: -1;
}
.row_feature04 .col_txt{
	width: 50%;
}
.row_feature04 .col_txt .num{
	font-size: calc(100/1920*100vw);
	opacity: 0.2;
	margin-bottom: calc(28 /var(--break)*100vw);
}
.row_feature04 .col_txt .num .fz120{
	font-size: calc(120/1920*100vw);
}
.row_feature04 .col_txt .txt1{
	width: calc(600 /var(--break)*100vw);
	height: calc(60 /var(--break)*100vw);
	margin: 0 auto calc(15 /var(--break)*100vw);
}
.row_feature04 .col_txt .txt1::before{
	content: "";
	width: calc(30 /var(--break)*100vw);
	height: calc(30 /var(--break)*100vw);
	background: #222222;
	clip-path: polygon(0 0,0 100%,100% 0);
	position: absolute;
	top: 0;
	left: 0;
}
.row_feature04 .col_txt .copy{
	font-size: calc(64/1920*100vw);
	margin-bottom: 1px;
}
.row_feature04 .col_txt .txt2{
	width: calc(100% - (200 /var(--break)*100vw));
	margin: auto;
}

.row_feature05{
	width: calc(1800 /1920*100vw);
	margin: auto;
}
.row_feature05 .col_l{
	width: calc(870 /1800*100%);
	background: url("images/index/deco_feature05.png")no-repeat left top/calc(423 /1920*100vw),url("images/page/bg_pattern02.png")repeat left top/calc(14 /1920*100vw),#fff;
	padding: calc(80 /1920*100vw) 0 calc(72 /1920*100vw);
	box-shadow: 0 0 calc(20 /var(--break)*100vw) 0 rgba(34,34,34,0.1);
}
.row_feature05 .col_l .img{
	width: calc(770/870*100%);
}
.row_feature05 .col_l .num{
	font-size: calc(100/1920*100vw);
	opacity: 0.2;
	margin-bottom: calc(28 /var(--break)*100vw);
}
.row_feature05 .col_l .num .fz120{
	font-size: calc(120/1920*100vw);
}
.row_feature05 .col_l .txt1{
	width: calc(600 /var(--break)*100vw);
	height: calc(60 /var(--break)*100vw);
	margin: 0 auto calc(35 /var(--break)*100vw);
}
.row_feature05 .col_l .txt1::before{
	content: "";
	width: calc(30 /var(--break)*100vw);
	height: calc(30 /var(--break)*100vw);
	background: #222222;
	clip-path: polygon(0 0,0 100%,100% 0);
	position: absolute;
	top: 0;
	left: 0;
}
.row_feature05 .col_l .copy{
	font-size: calc(64/1920*100vw);
	line-height: calc(90/64*100%);
	margin-bottom: calc(23 /var(--break)*100vw);
}
.row_feature05 .col_l .txt2{
	width: calc(100% - (200 /var(--break)*100vw));
	margin: auto;
}
.row_feature05 .col_r{
	width: calc(870 /1800*100%);
	background: url("images/index/deco_feature06.png")no-repeat left top/calc(423 /1920*100vw),url("images/page/bg_pattern02.png")repeat left top/calc(14 /1920*100vw),#fff;
	padding: calc(80 /1920*100vw) 0 calc(72 /1920*100vw);
	box-shadow: 0 0 calc(20 /var(--break)*100vw) 0 rgba(34,34,34,0.1);
}
.row_feature05 .col_r .img{
	width: calc(770/870*100%);
}
.row_feature05 .col_r .num{
	font-size: calc(100/1920*100vw);
	opacity: 0.2;
	margin-bottom: calc(28 /var(--break)*100vw);
}
.row_feature05 .col_r .num .fz120{
	font-size: calc(120/1920*100vw);
}
.row_feature05 .col_r .txt1{
	width: calc(600 /var(--break)*100vw);
	height: calc(60 /var(--break)*100vw);
	margin: 0 auto calc(35 /var(--break)*100vw);
}
.row_feature05 .col_r .txt1::before{
	content: "";
	width: calc(30 /var(--break)*100vw);
	height: calc(30 /var(--break)*100vw);
	background: #222222;
	clip-path: polygon(0 0,0 100%,100% 0);
	position: absolute;
	top: 0;
	left: 0;
}
.row_feature05 .col_r .copy{
	font-size: calc(64/1920*100vw);
	line-height: calc(90/64*100%);
	margin-bottom: calc(23 /var(--break)*100vw);
}
.row_feature05 .col_r .txt2{
	width: calc(100% - (200 /var(--break)*100vw));
	margin: auto;
}
@media(min-width: 768px) and (max-width:1599px) {
	.wrap_feature01{
		background: url("images/index/bg_feature01.png")no-repeat top calc(-217 /1599*100vw) left/calc(730 /1599*100vw), url("images/index/bg_feature01_2.jpg")no-repeat bottom center/contain;
		padding-top: calc(180 /1599*100vw);
		padding-bottom: calc(60 /1599*100vw);
	}
	.wrap_feature01::before{
		width: calc(1240/1920*100vw);
		height: calc(680/1920*100vw);
		top: calc(80 /1599*100vw);
	}
	.row_feature01 .col_img::before{
		width: calc(768 /1599*100vw);
		height: calc(544 /1599*100vw);
		top: calc(-30 /1599*100vw);
		left: calc(-30 /1599*100vw);
	}
	.row_feature01 .col_txt .num{
		font-size: calc(100/1920*100vw);
		opacity: 0.2;
		margin-bottom: calc(28 /1599*100vw);
	}
	.row_feature01 .col_txt .num .fz120{
		font-size: calc(120/1920*100vw);
	}
	.row_feature01 .col_txt .txt1{
		font-size: calc(32 /1599*100vw);
		width: calc(600 /1599*100vw);
		height: calc(60 /1599*100vw);
		margin: 0 auto calc(15 /1599*100vw);
	}
	.row_feature01 .col_txt .txt1::before{
		width: calc(30 /1599*100vw);
		height: calc(30 /1599*100vw);
	}
	.row_feature01 .col_txt .txt2{
		width: calc(100% - (200 /1599*100vw));
	}

	.box_feature01{
		padding: calc(39 /1599*100vw);
	}
	.row_feature01_2 .col_txt .copy{
		background: url("images/index/deco_feature01_2.png")no-repeat right top/calc(114 /1599*100vw);
		padding: calc(8 /1599*100vw) 0 calc(40 /1599*100vw);
		margin-bottom: calc(18 /1599*100vw);
	}
	.row_feature01_2 .col_txt .copy::before{
		background: url("images/page/bg_pattern05.png")repeat left top/calc(9 /1599*100vw),#fff;
		height: calc(10 /1599*100vw);
	}
	.wrap_feature02{
		background: url("images/index/bg_feature02.png")no-repeat top calc(165 /1599*100vw) right/calc(730 /1599*100vw), url("images/index/bg_feature02_2.jpg")no-repeat bottom center/contain;
		padding-top: calc(180 /1599*100vw);
		padding-bottom: calc(60 /1599*100vw);
	}
	.wrap_feature02::before{
		top: calc(80 /1599*100vw);
	}
	.row_feature02 .col_img::before{
		width: calc(768 /1599*100vw);
		height: calc(544 /1599*100vw);
		top: calc(-30 /1599*100vw);
		right: calc(-30 /1599*100vw);
	}
	.row_feature02 .col_img .box{
		width: calc(384 /1599*100vw);
		height: calc(140 /1599*100vw);
		padding: calc(20 /1599*100vw) calc(20 /1599*100vw);
	}
	.row_feature02 .col_img .box .txt1{
		line-height: calc(40 /1599*100vw);
		margin-bottom: calc(9 /1599*100vw);
	}
	.row_feature02 .col_txt .num{
		font-size: calc(100/1920*100vw);
		opacity: 0.2;
		margin-bottom: calc(28 /1599*100vw);
	}
	.row_feature02 .col_txt .num .fz120{
		font-size: calc(120/1920*100vw);
	}
	.row_feature02 .col_txt .txt1{
		font-size: calc(32 /1599*100vw);
		width: calc(600 /1599*100vw);
		height: calc(60 /1599*100vw);
		margin: 0 auto calc(15 /1599*100vw);
	}
	.row_feature02 .col_txt .txt1::before{
		width: calc(30 /1599*100vw);
		height: calc(30 /1599*100vw);
	}
	.row_feature02 .col_txt .copy{
		font-size: calc(64/1920*100vw);
		margin-bottom: 1px;
	}
	.row_feature02 .col_txt .txt2{
		width: calc(100% - (200 /1599*100vw));
		margin: auto;
	}

	.row_feature02_2 .col_txt .copy{
		background: url("images/index/deco_feature02_2.png")no-repeat left top/calc(114 /1599*100vw);
		padding: calc(15 /1599*100vw) 0 calc(40 /1599*100vw);
		margin-bottom: calc(18 /1599*100vw);
	}
	.row_feature02_2 .col_txt .copy::before{
		background: url("images/page/bg_pattern05.png")repeat left top/calc(9 /1599*100vw),#fff;
		height: calc(10 /1599*100vw);
	}
	.row_feature02_2 .col_txt .copy .txt1{
		margin-bottom: calc(12 /1599*100vw);
	}

	.wrap_feature03{
		background: url("images/index/bg_feature03.png")no-repeat top calc(-217 /1599*100vw) left/calc(730 /1599*100vw);
		padding-top: calc(180 /1599*100vw);
	}
	.wrap_feature03::before{
		top: calc(80 /1599*100vw);
	}
	.row_feature03 .col_img::before{
		width: calc(768 /1599*100vw);
		height: calc(544 /1599*100vw);
		top: calc(-30 /1599*100vw);
		left: calc(-30 /1599*100vw);
	}
	.row_feature03 .col_txt .num{
		margin-bottom: calc(28 /1599*100vw);
	}
	.row_feature03 .col_txt .txt1{
		font-size: calc(32 /1599*100vw);
		width: calc(600 /1599*100vw);
		height: calc(60 /1599*100vw);
		margin: 0 auto calc(35 /1599*100vw);
	}
	.row_feature03 .col_txt .txt1::before{
		width: calc(30 /1599*100vw);
		height: calc(30 /1599*100vw);
	}
	.row_feature03 .col_txt .copy{
		margin-bottom: calc(21 /1599*100vw);
	}
	.row_feature03 .col_txt .txt2{
		width: calc(100% - (200 /1599*100vw));
		margin: auto;
	}
	.wrap_feature04{
		background: url("images/index/bg_feature04.png")no-repeat top calc(165 /1599*100vw) right/calc(730 /1599*100vw),url("images/index/bg_feature05.jpg")no-repeat center bottom/contain;
		padding-top: calc(180 /1599*100vw);
		padding-bottom: calc(100 /1599*100vw);
	}
	.wrap_feature04::before{
		top: calc(80 /1599*100vw);
	}
	.row_feature04 .col_img::before{
		width: calc(768 /1599*100vw);
		height: calc(544 /1599*100vw);
		top: calc(-30 /1599*100vw);
		right: calc(-30 /1599*100vw);
	}
	.row_feature04 .col_txt .num{
		margin-bottom: calc(28 /1599*100vw);
	}
	.row_feature04 .col_txt .txt1{
		font-size: calc(32 /1599*100vw);
		width: calc(600 /1599*100vw);
		height: calc(60 /1599*100vw);
		margin: 0 auto calc(15 /1599*100vw);
	}
	.row_feature04 .col_txt .txt1::before{
		width: calc(30 /1599*100vw);
		height: calc(30 /1599*100vw);
	}
	.row_feature04 .col_txt .txt2{
		width: calc(100% - (200 /1599*100vw));
		margin: auto;
	}

	.row_feature05{
		width: calc(1800 /1920*100vw);
		margin: auto;
	}
	.row_feature05 .col_l{
		box-shadow: 0 0 calc(20 /1599*100vw) 0 rgba(34,34,34,0.1);
	}
	.row_feature05 .col_l .num{
		margin-bottom: calc(28 /1599*100vw);
	}
	.row_feature05 .col_l .txt1{
		font-size: calc(32 /1599*100vw);
		width: calc(600 /1599*100vw);
		height: calc(60 /1599*100vw);
		margin: 0 auto calc(35 /1599*100vw);
	}
	.row_feature05 .col_l .txt1::before{
		width: calc(30 /1599*100vw);
		height: calc(30 /1599*100vw);
	}
	.row_feature05 .col_l .copy{
		margin-bottom: calc(23 /1599*100vw);
	}
	.row_feature05 .col_l .txt2{
		width: calc(100% - (200 /1599*100vw));
	}
	.row_feature05 .col_r{
		box-shadow: 0 0 calc(20 /1599*100vw) 0 rgba(34,34,34,0.1);
	}
	.row_feature05 .col_r .num{
		margin-bottom: calc(28 /1599*100vw);
	}
	.row_feature05 .col_r .txt1{
		font-size: calc(32 /1599*100vw);
		width: calc(600 /1599*100vw);
		height: calc(60 /1599*100vw);
		margin: 0 auto calc(35 /1599*100vw);
	}
	.row_feature05 .col_r .txt1::before{
		width: calc(30 /1599*100vw);
		height: calc(30 /1599*100vw);
	}
	.row_feature05 .col_r .copy{
		margin-bottom: calc(23 /1599*100vw);
	}
	.row_feature05 .col_r .txt2{
		width: calc(100% - (200 /1599*100vw));
		margin: auto;
	}
}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.index_feature{
		margin-bottom: calc(80 /var(--break)*100vw);
	}
	.wrap_feature01{
		background: url("images/index/bg_feature01_sp.png")no-repeat top calc(139 /var(--break)*100vw) left/calc(728 /var(--break)*100vw), url("images/index/bg_feature01_2_sp.jpg")no-repeat bottom center/contain;
		padding-top: calc(151 /var(--break)*100vw);
		padding-bottom: calc(81 /var(--break)*100vw);
	}
	.wrap_feature01::before{
		width: calc(726 /var(--break)*100vw);
		height: calc(479 /var(--break)*100vw);
		top: calc(81 /var(--break)*100vw);
	}
	.row_feature01{
		margin-bottom: calc(67 /var(--break)*100vw);
	}
	.row_feature01 .col_img{
		width: calc(676 /var(--break)*100vw);
		margin: 0 0 calc(60 /var(--break)*100vw) auto;
	}
	.row_feature01 .col_img::before{
		background: url("images/index/deco_feature01_sp.png")no-repeat center/contain;
		width: calc(542 /var(--break)*100vw);
		height: calc(384 /var(--break)*100vw);
		top: calc(-21 /var(--break)*100vw);
		left: calc(-21 /var(--break)*100vw);
	}
	.row_feature01 .col_txt{
		width: 100%;
	}
	.row_feature01 .col_txt .num{
		font-size: 3.125rem;
		margin-bottom: calc(28 /var(--break)*100vw);
	}
	.row_feature01 .col_txt .num .fz120{
		font-size: 3.75rem;
	}
	.row_feature01 .col_txt .txt1{
		font-size: 1.0625rem;
		letter-spacing: 0;
		line-height: calc(60 /var(--break)*100vw);
		width: calc(600 /var(--break)*100vw);
		height: calc(60 /var(--break)*100vw);
		margin: 0 auto calc(35 /var(--break)*100vw);
	}
	.row_feature01 .col_txt .copy{
		font-size: 2rem;
		line-height: calc(90/64*100%);
		margin-bottom: calc(23 /var(--break)*100vw);
	}
	.row_feature01 .col_txt .txt2{
		width: calc(646 /var(--break)*100vw);
		margin: auto;
	}

	.box_feature01{
		border: solid 1px #222;
		padding: calc(51 /var(--break)*100vw) calc(27 /var(--break)*100vw) calc(48 /var(--break)*100vw);
	}
	.row_feature01_2 .col_img{
		width: 100%;
		margin-bottom: calc(42 /var(--break)*100vw);
	}
	.row_feature01_2 .col_txt{
		width: 100%;
	}
	.row_feature01_2 .col_txt .copy{
		background: url("images/index/deco_feature01_2.png")no-repeat right top calc(72 /var(--break)*100vw)/calc(114 /var(--break)*100vw);
		padding: calc(8 /var(--break)*100vw) 0 calc(49 /var(--break)*100vw);
		margin-bottom: calc(14 /var(--break)*100vw);
	}
	.row_feature01_2 .col_txt .copy::before{
		content: "";
		background: url("images/page/bg_pattern05.png")repeat left top/calc(9 /var(--break)*100vw),#fff;
		width: 100%;
		height: calc(10 /var(--break)*100vw);
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.row_feature01_2 .col_txt .copy .txt1{
		font-size: 1.25rem;
		letter-spacing: 0;
		line-height: 1.5em;
		margin-bottom: calc(18 /var(--break)*100vw);
	}
	.row_feature01_2 .col_txt .copy .txt2{
		font-size: 0.9375rem;
		letter-spacing: 0.1em;
	}
	.wrap_feature02{
		background: url("images/index/bg_feature02_sp.png")no-repeat top calc(569 /var(--break)*100vw) right/calc(726 /var(--break)*100vw), url("images/index/bg_feature02_2_sp.jpg")no-repeat bottom center/contain;
		padding-top: calc(151 /var(--break)*100vw);
		padding-bottom: calc(81 /var(--break)*100vw);
	}
	.wrap_feature02::before{
		width: calc(726 /var(--break)*100vw);
		height: calc(479 /var(--break)*100vw);
		top: calc(81 /var(--break)*100vw);
	}
	.row_feature02 .col_img{
		width: calc(676 /var(--break)*100vw);
		margin: 0 auto calc(60 /var(--break)*100vw) 0;
	}
	.row_feature02 .col_img::before{
		background: url("images/index/deco_feature02_sp.png")no-repeat center/contain;
		width: calc(541 /var(--break)*100vw);
		height: calc(383 /var(--break)*100vw);
		top: calc(-21 /var(--break)*100vw);
		right: calc(-21 /var(--break)*100vw);
	}
	.row_feature02 .col_img .box{
		width: calc(294 /var(--break)*100vw);
		height: calc(140 /var(--break)*100vw);
		padding: calc(20 /var(--break)*100vw) calc(20 /var(--break)*100vw);
		bottom: auto;
		top: 0;
	}
	.row_feature02 .col_img .box .txt1{
		font-size: 0.625rem;
		line-height: calc(44 /var(--break)*100vw);
		margin-bottom: calc(9 /var(--break)*100vw);
	}
	.row_feature02 .col_img .box .txt2{
		font-size: 0.625rem;
		line-height: calc(26/20*100%);
		letter-spacing: 0;
	}
	.row_feature02 .col_txt{
		width: 100%;
	}
	.row_feature02 .col_txt .num{
		font-size: 3.125rem;
		margin-bottom: calc(28 /var(--break)*100vw);
	}
	.row_feature02 .col_txt .num .fz120{
		font-size: 3.75rem;
	}
	.row_feature02 .col_txt .txt1{
		font-size: 1.0625rem;
		letter-spacing: 0;
		line-height: calc(60 /var(--break)*100vw);
		width: calc(600 /var(--break)*100vw);
		height: calc(60 /var(--break)*100vw);
		margin: 0 auto calc(35 /var(--break)*100vw);
	}
	.row_feature02 .col_txt .copy{
		font-size: 2rem;
		line-height: calc(90/64*100%);
		margin-bottom: calc(23 /var(--break)*100vw);
	}
	.row_feature02 .col_txt .txt2{
		width: calc(646 /var(--break)*100vw);
		margin: auto;
	}
	.box_feature02{
		border: solid 1px #222;
		padding: calc(51 /var(--break)*100vw) calc(27 /var(--break)*100vw) calc(48 /var(--break)*100vw);
	}
	.row_feature02_2 .col_img{
		width: 100%;
		margin-bottom: calc(32 /var(--break)*100vw);
	}
	.row_feature02_2 .col_txt{
		width: 100%;
	}
	.row_feature02_2 .col_txt .copy{
		background: url("images/index/deco_feature02_2.png")no-repeat left top calc(132 /var(--break)*100vw)/calc(114 /var(--break)*100vw);
		padding: calc(8 /var(--break)*100vw) 0 calc(47 /var(--break)*100vw);
		margin-bottom: calc(14 /var(--break)*100vw);
	}
	.row_feature02_2 .col_txt .copy::before{
		content: "";
		background: url("images/page/bg_pattern05.png")repeat left top/calc(9 /var(--break)*100vw),#fff;
		width: 100%;
		height: calc(10 /var(--break)*100vw);
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.row_feature02_2 .col_txt .copy .txt1{
		font-size: 1.0625rem;
		letter-spacing: 0;
		line-height: 1.5em;
		margin-bottom: calc(36 /var(--break)*100vw);
	}
	.row_feature02_2 .col_txt .copy .txt1 .fz36{
		font-size: 1.25rem;
		letter-spacing: 0;
		line-height: 1.6em;
	}
	.row_feature02_2 .col_txt .copy .txt2{
		font-size: 0.9375rem;
		letter-spacing: 0.1em;
	}

	.wrap_feature03{
		background: url("images/index/bg_feature03_sp.png")no-repeat top calc(-51 /var(--break)*100vw) left/calc(728 /var(--break)*100vw);
		padding-top: calc(152 /var(--break)*100vw);
	}
	.wrap_feature03::before{
		width: calc(726 /var(--break)*100vw);
		height: calc(479 /var(--break)*100vw);
		top: calc(82 /var(--break)*100vw);
	}
	.row_feature03 .col_img{
		width: calc(676 /var(--break)*100vw);
		margin: 0 0 calc(60 /var(--break)*100vw) auto;
	}
	.row_feature03 .col_img::before{
		background: url("images/index/deco_feature03_sp.png")no-repeat center/contain;
		width: calc(542 /var(--break)*100vw);
		height: calc(384 /var(--break)*100vw);
		top: calc(-21 /var(--break)*100vw);
		left: calc(-21 /var(--break)*100vw);
	}
	.row_feature03 .col_txt{
		width: 100%;
	}
	.row_feature03 .col_txt .num{
		font-size: 3.125rem;
		margin-bottom: calc(28 /var(--break)*100vw);
	}
	.row_feature03 .col_txt .num .fz120{
		font-size: 3.75rem;
	}
	.row_feature03 .col_txt .txt1{
		font-size: 1.0625rem;
		letter-spacing: 0;
		line-height: calc(60 /var(--break)*100vw);
		width: calc(600 /var(--break)*100vw);
		height: calc(60 /var(--break)*100vw);
		margin: 0 auto calc(35 /var(--break)*100vw);
	}
	.row_feature03 .col_txt .copy{
		font-size: 2rem;
		line-height: calc(90/64*100%);
		margin-bottom: calc(23 /var(--break)*100vw);
	}
	.row_feature03 .col_txt .txt2{
		width: calc(646 /var(--break)*100vw);
		margin: auto;
	}
	.wrap_feature04{
		background: url("images/index/bg_feature04_sp.png")no-repeat top calc(564 /var(--break)*100vw) right/calc(726 /var(--break)*100vw),url("images/index/bg_feature05_sp.jpg")no-repeat center bottom/contain;
		padding-top: calc(150 /var(--break)*100vw);
		padding-bottom: calc(100 /var(--break)*100vw);
	}
	.wrap_feature04::before{
		width: calc(726 /var(--break)*100vw);
		height: calc(479 /var(--break)*100vw);
		top: calc(80 /var(--break)*100vw);
	}
	.row_feature04 .col_img{
		width: calc(676 /var(--break)*100vw);
		margin: 0 auto calc(60 /var(--break)*100vw) 0;
	}
	.row_feature04 .col_img::before{
		background: url("images/index/deco_feature04_sp.png")no-repeat center/contain;
		width: calc(541 /var(--break)*100vw);
		height: calc(384 /var(--break)*100vw);
		top: calc(-21 /var(--break)*100vw);
		right: calc(-21 /var(--break)*100vw);
	}
	.row_feature04 .col_txt{
		width: 100%;
	}
	.row_feature04 .col_txt .num{
		font-size: 3.125rem;
		margin-bottom: calc(28 /var(--break)*100vw);
	}
	.row_feature04 .col_txt .num .fz120{
		font-size: 3.75rem;
	}
	.row_feature04 .col_txt .txt1{
		font-size: 1.0625rem;
		letter-spacing: 0;
		line-height: calc(60 /var(--break)*100vw);
		width: calc(600 /var(--break)*100vw);
		height: calc(60 /var(--break)*100vw);
		margin: 0 auto calc(35 /var(--break)*100vw);
	}
	.row_feature04 .col_txt .copy{
		font-size: 2rem;
		line-height: calc(90/64*100%);
		margin-bottom: calc(23 /var(--break)*100vw);
	}
	.row_feature04 .col_txt .txt2{
		width: calc(646 /var(--break)*100vw);
		margin: auto;
	}

	.row_feature05{
		width: calc(702 /var(--break)*100vw);
		margin: auto;
		gap:calc(60 /var(--break)*100vw) 0;
	}
	.row_feature05 .col_l{
		width: 100%;
		background: url("images/index/deco_feature05_sp.png")no-repeat left top/calc(341 /var(--break)*100vw),url("images/page/bg_pattern02.png")repeat left top/calc(14 /var(--break)*100vw),#fff;
		padding: calc(60 /var(--break)*100vw) 0 calc(45 /var(--break)*100vw);
		box-shadow: 0 0 calc(20 /var(--break)*100vw) 0 rgba(34,34,34,0.1);
	}
	.row_feature05 .col_l .img{
		width: calc(649 /var(--break)*100vw);
		margin-bottom: calc(35 /var(--break)*100vw);
	}
	.row_feature05 .col_l .num{
		font-size: 2.8125rem;
		margin-bottom: calc(28 /var(--break)*100vw);
	}
	.row_feature05 .col_l .num .fz120{
		font-size: 3.375rem;
	}
	.row_feature05 .col_l .txt1{
		font-size: 1.0625rem;
		letter-spacing: 0;
		line-height: calc(60 /var(--break)*100vw);
		width: calc(600 /var(--break)*100vw);
		height: calc(60 /var(--break)*100vw);
		margin: 0 auto calc(35 /var(--break)*100vw);
	}
	.row_feature05 .col_l .copy{
		font-size: 2rem;
		line-height: calc(90/64*100%);
		margin-bottom: calc(23 /var(--break)*100vw);
	}
	.row_feature05 .col_l .txt2{
		width: calc(646 /var(--break)*100vw);
		margin: auto;
	}
	.row_feature05 .col_r{
		width: 100%;
		background: url("images/index/deco_feature06_sp.png")no-repeat left top/calc(341 /var(--break)*100vw),url("images/page/bg_pattern02.png")repeat left top/calc(14 /var(--break)*100vw),#fff;
		padding: calc(60 /var(--break)*100vw) 0 calc(45 /var(--break)*100vw);
		box-shadow: 0 0 calc(20 /var(--break)*100vw) 0 rgba(34,34,34,0.1);
	}
	.row_feature05 .col_r .img{
		width: calc(649 /var(--break)*100vw);
		margin-bottom: calc(35 /var(--break)*100vw);
	}
	.row_feature05 .col_r .num{
		font-size: 2.8125rem;
		margin-bottom: calc(28 /var(--break)*100vw);
	}
	.row_feature05 .col_r .num .fz120{
		font-size: 3.375rem;
	}
	.row_feature05 .col_r .txt1{
		font-size: 1.0625rem;
		letter-spacing: 0;
		line-height: calc(60 /var(--break)*100vw);
		width: calc(600 /var(--break)*100vw);
		height: calc(60 /var(--break)*100vw);
		margin: 0 auto calc(35 /var(--break)*100vw);
	}
	.row_feature05 .col_r .copy{
		font-size: 2rem;
		line-height: calc(90/64*100%);
		margin-bottom: calc(23 /var(--break)*100vw);
	}
	.row_feature05 .col_r .txt2{
		width: calc(646 /var(--break)*100vw);
		margin: auto;
	}
}


/* 症例紹介 index_case
------------------------------------------------------------------*/
.bg_case01{
	background: url("images/page/bg_pattern01.png")repeat left top/calc(14 /var(--break)*100vw),#3997a6;
	padding-bottom: calc(131 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {

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

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

}


/* より高度な治療にも対応可能です index_capable
------------------------------------------------------------------*/
.wrap_capable01{
	background: url("images/page/bg_pattern02.png")repeat left top/calc(14 /var(--break)*100vw);
	padding: calc(85 /var(--break)*100vw) 0 calc(100 /var(--break)*100vw);
}
.row_capable01{
	margin-bottom: calc(71 /var(--break)*100vw);
}
.row_capable01 .col_l{
	width: calc(700/1500*100%);
}
.row_capable01 .col_l .copy{
	margin-top: calc(-18 /var(--break)*100vw);
}
.row_capable01 .col_l .copy .bar{
}
.row_capable01 .col_l .copy .bar::after{
	content: "";
	width: 100%;
	height: calc(18 /var(--break)*100vw);
	background: #fff49a;
	position: absolute;
	bottom: calc(12 /var(--break)*100vw);
	left: 0;
	z-index: -1;
}
.row_capable01 .col_r{
	width: calc(770/1500*100%);
}

.row_capable02{
	margin-bottom: calc(80 /var(--break)*100vw);
}
.row_capable02 .col{
	width: calc(360 /1500*100%);
}
.row_capable02 .col a{
	height: calc(120 /var(--break)*100vw);
	background: #072c56;
	font-size: 1.25rem;
	letter-spacing: 0;
	line-height: 1.5em;
	font-weight: 700;
	padding-bottom: calc(20 /var(--break)*100vw);
}
.row_capable02 .col:nth-child(2n) a{
	background: #0a4a92;
}
.row_capable02 .col a::after{
	content: "";
	background: url("images/index/arw_capable01.svg")no-repeat center/contain;
	width: calc(30 /var(--break)*100vw);
	height: calc(16 /var(--break)*100vw);
	position: absolute;
	bottom: calc(11 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
}

.box_capable01{
	background: #e8eaf0;
	padding: calc(39 /var(--break)*100vw) calc(60 /var(--break)*100vw) calc(42 /var(--break)*100vw);
}
.box_capable01::before{
	content: "";
	width: 100%;
	height: 100%;
	border: solid 1px #222222;
	position: absolute;
	bottom: calc(10 /var(--break)*100vw);
	right: calc(10 /var(--break)*100vw);
}
.box_capable01 .ttl{
	font-size: 2rem;
	letter-spacing: 0;
	border-bottom: solid 1px #222222;
	padding-bottom: calc(8 /var(--break)*100vw);
	margin-bottom: calc(28 /var(--break)*100vw);
}
.box_capable01 .ttl span{
	vertical-align: middle;
}
.box_capable01 .ttl .icn{
	margin-right: calc(31 /var(--break)*100vw);
	padding-bottom: calc(9 /var(--break)*100vw);
}
.wrap_capable01 .copy_capable01{
	margin-bottom: calc(45 /var(--break)*100vw);
}
.wrap_capable01 .copy_capable01 .txt1{
	margin-bottom: calc(23 /var(--break)*100vw);
}

.box_capable02{
	background: #fbf8e1;
	padding: calc(50 /var(--break)*100vw) calc(60 /var(--break)*100vw);
	outline: solid calc(6 /var(--break)*100vw) #fff;
	outline-offset: calc(-16 /var(--break)*100vw);
}
.box_capable02::before{
	content: "";
	width: calc(634 /var(--break)*100vw);
	height: calc(330 /var(--break)*100vw);
	background: rgba(255,244,154,0.5);
	clip-path: polygon( 0 100%,100% 100%,100% 0);
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.box_capable02 .col_img{
	width: calc(480/1380*100%);
}
.box_capable02 .col_txt{
	width: calc(850/1380*100%);
}
.box_capable02 .col_txt .copy{
	border-bottom: solid 1px #222222;
	padding-bottom: calc(13 /var(--break)*100vw);
	margin-bottom: calc(28 /var(--break)*100vw);
}

.img_capable01{
	max-width: 1240px;
}

.row_capable03 .col_img{
	width: calc(480 /1380*100%);
}
.row_capable03 .col_txt{
	width: calc(850 /1380*100%);
}

.box_capable03{
	max-width: 1240px;
	margin: 0 auto calc(10 /var(--break)*100vw);
}
.row_capable04 .col_l{
	width: calc(350 /var(--break)*100vw);
	padding-top: calc(23 /var(--break)*100vw);
	padding-bottom: calc(26 /var(--break)*100vw);
	background: #072c56;
}
.row_capable04 .col_l::before{
	content: "";
	width: calc(50 /var(--break)*100vw);
	height: 100%;
	background: #072c56;
	clip-path: polygon(0 0,0 100%, 100% 50%);
	position: absolute;
	left: calc(100% - 0.5 /var(--break)*100vw);
	top: 0;
}
.row_capable04 .col_l p{
	line-height: calc(38/30*100%);
}
.row_capable04 .col_r{
	width: calc(100% - 350 /var(--break)*100vw);
	padding-left: calc(105 /var(--break)*100vw);
	background: #e8e8e8;
}
.row_capable04 .col_r li{
	padding-left: calc(28 /var(--break)*100vw);
	position: relative;
}
.row_capable04 .col_r li::before{
	content: "";
	width: calc(6 /var(--break)*100vw);
	height: calc(6 /var(--break)*100vw);
	background: #072c56;
	border-radius: 100%;
	position: absolute;
	top: calc(16 /var(--break)*100vw);
	left: 0;
}

.box_capable04{
	max-width: 1240px;
	margin: 0 auto calc(60 /var(--break)*100vw);
}
.row_capable05 .col_l{
	width: calc(350 /var(--break)*100vw);
	padding-top: calc(26 /var(--break)*100vw);
	padding-bottom: calc(22 /var(--break)*100vw);
	background: #ce670b;
}
.row_capable05 .col_l::before{
	content: "";
	width: calc(50 /var(--break)*100vw);
	height: 100%;
	background: #ce670b;
	clip-path: polygon(0 0,0 100%, 100% 50%);
	position: absolute;
	left: calc(100% - 0.5 /var(--break)*100vw);
	top: 0;
}
.row_capable05 .col_l p{
	line-height: calc(38/24*100%);
}
.row_capable05 .col_r{
	width: calc(100% - 350 /var(--break)*100vw);
	padding-top: 0;
	padding-bottom: 0;
	padding-left: calc(105 /var(--break)*100vw);
	background: #e8e3d0;
}
.row_capable05 .col_r li{
	padding-left: calc(28 /var(--break)*100vw);
	position: relative;
}
.row_capable05 .col_r li::before{
	content: "";
	width: calc(6 /var(--break)*100vw);
	height: calc(6 /var(--break)*100vw);
	background: #ce670b;
	border-radius: 100%;
	position: absolute;
	top: calc(16 /var(--break)*100vw);
	left: 0;
}
@media(min-width: 768px) and (max-width:1599px) {

	.row_capable01 .col_l .copy{
		font-size: calc(60/1599*100vw);
	}
	.row_capable03 .col_txt .ttl{
		font-size: calc(32/1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
.wrap_capable01{
	background: url("images/page/bg_pattern02.png")repeat left top/calc(14 /var(--break)*100vw);
	padding: calc(63 /var(--break)*100vw) 0 calc(100 /var(--break)*100vw);
}
	.wrap_capable02{
		padding: calc(60 /var(--break)*100vw) 0 calc(70 /var(--break)*100vw);
		margin-bottom: calc(60 /var(--break)*100vw);
	}
	.row_capable01{
		margin-bottom: calc(34 /var(--break)*100vw);
	}
	.row_capable01 .col_l{
		width: 100%;
		margin-bottom: calc(22 /var(--break)*100vw);
	}
	.row_capable01 .col_l .copy{
		text-align: center;
		font-size: 1.5625rem;
		line-height: 1.6em;
		margin-top: 0;
	}
	.row_capable01 .col_l .copy .bar{
	}
	.row_capable01 .col_l .copy .bar::after{
		content: "";
		width: 100%;
		height: calc(18 /var(--break)*100vw);
		background: #fff49a;
		position: absolute;
		bottom: calc(12 /var(--break)*100vw);
		left: 0;
		z-index: -1;
	}
	.row_capable01 .col_r{
		width: 100%;
	}

	.row_capable02{
		gap:calc(20 /var(--break)*100vw) calc(18 /var(--break)*100vw);
		margin-bottom: calc(60 /var(--break)*100vw);
	}
	.row_capable02 .col{
		width: calc(342 /var(--break)*100vw);
	}
	.row_capable02 .col a{
		height: calc(134 /var(--break)*100vw);
		font-size: 0.75rem;
		letter-spacing: 0;
		line-height: 1.5em;
		font-weight: 700;
		padding-bottom: calc(20 /var(--break)*100vw);
	}
	.row_capable02 .col a::after{
		width: calc(30 /var(--break)*100vw);
		height: calc(16 /var(--break)*100vw);
		bottom: calc(21 /var(--break)*100vw);
	}

	.box_capable01{
		background: #e8eaf0;
		padding: calc(31 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(57 /var(--break)*100vw);
	}
	.box_capable01::before{
		content: "";
		width: 100%;
		height: calc(100% + (20 /var(--break)*100vw));
		border: solid 1px #222222;
		position: absolute;
		bottom: calc(-10 /var(--break)*100vw);
		right: calc(10 /var(--break)*100vw);
	}
	.box_capable01 .ttl{
		display: flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		font-size: 1.25rem;
		letter-spacing: 0;
		line-height: 1.5em;
		border-bottom: solid 1px #222222;
		padding-bottom: calc(20 /var(--break)*100vw);
		margin-bottom: calc(20 /var(--break)*100vw);
	}
	.box_capable01 .ttl span{
		vertical-align: middle;
	}
	.box_capable01 .ttl .icn{
		width: calc(34 /var(--break)*100vw);
		margin-right: calc(31 /var(--break)*100vw);
		padding-bottom: calc(9 /var(--break)*100vw);
	}
	.box_capable01 .ttl .txt{
		padding-top: calc(11 /var(--break)*100vw);
		width: calc(100% - (65 /var(--break)*100vw));
	}
	.wrap_capable01 .copy_capable01{
		margin-bottom: calc(26 /var(--break)*100vw);
	}
	.wrap_capable01 .copy_capable01 .txt1{
		font-size: 1.25rem;
		letter-spacing: 0;
		margin-bottom: calc(23 /var(--break)*100vw);
	}
	.wrap_capable01 .copy_capable01 .txt2{
		font-size: 1.875rem;
		letter-spacing: 0;
	}

	.box_capable02{
		padding: calc(60 /var(--break)*100vw) calc(52 /var(--break)*100vw);
		outline: solid calc(6 /var(--break)*100vw) #fff;
		outline-offset: calc(-16 /var(--break)*100vw);
	}
	.box_capable02 .col_img{
		width: 100%;
		margin-bottom: calc(24 /var(--break)*100vw);
	}
	.box_capable02 .col_img img{
		width: 100%;
	}
	.box_capable02 .col_txt{
		width: 100%;
	}
	.box_capable02 .col_txt .copy{
		font-size: 1.25rem;
		letter-spacing: 0;
		line-height: calc(90/40*100%);
		border-bottom: solid 1px #222222;
		padding-bottom: calc(13 /var(--break)*100vw);
		margin-bottom: calc(18 /var(--break)*100vw);
	}

	.img_capable01{
		width: calc(646 /var(--break)*100vw);
	}

	.row_capable03 .col_img{
		width: 100%;
		margin-bottom: calc(24 /var(--break)*100vw);
	}
	.row_capable03 .col_img img{
		width: 100%;
	}
	.row_capable03 .col_txt{
		width: 100%;
	}
	
	.box_capable03{
		margin: 0 auto calc(20 /var(--break)*100vw);
	}
	.row_capable04 .col_l{
		width: 100%;
		padding-top: calc(31 /var(--break)*100vw);
		padding-bottom: calc(31 /var(--break)*100vw);
	}
	.row_capable04 .col_l::before{
		width: calc(80 /var(--break)*100vw);
		height: calc(33 /var(--break)*100vw);
		background: #072c56;
		clip-path: polygon(0 0,50% 100%,100% 0);
		left: 0;
		right: 0;
		top: calc(100% - 0.5 /var(--break)*100vw);
		margin: auto;
	}
	.row_capable04 .col_l p{
		font-size: 1.25rem;
		line-height: calc(38/40*100%);
	}
	.row_capable04 .col_r{
		width: 100%;
		padding: calc(45 /var(--break)*100vw) calc(30 /var(--break)*100vw) calc(35 /var(--break)*100vw);
	}
	.row_capable04 .col_r li{
		line-height: 1.5625em;
		padding-left: calc(28 /var(--break)*100vw);
	}
	.row_capable04 .col_r li::before{
		width: calc(14 /var(--break)*100vw);
		height: calc(14 /var(--break)*100vw);
		top: calc(20 /var(--break)*100vw);
	}

	.box_capable04{
		margin: 0 auto calc(40 /var(--break)*100vw);
	}
	.row_capable05 .col_l{
		width: 100%;
		padding-top: calc(26 /var(--break)*100vw);
		padding-bottom: calc(25 /var(--break)*100vw);
	}
	.row_capable05 .col_l::before{
		width: calc(80 /var(--break)*100vw);
		height: calc(33 /var(--break)*100vw);
		background: #ce670b;
		clip-path: polygon(0 0,50% 100%,100% 0);
		left: 0;
		right: 0;
		top: calc(100% - 0.5 /var(--break)*100vw);
		margin: auto;
	}
	.row_capable05 .col_l p{
		font-size: 1.25rem;
		line-height: calc(50/40*100%);
	}
	.row_capable05 .col_r{
		width: 100%;
		padding: calc(45 /var(--break)*100vw) calc(30 /var(--break)*100vw) calc(35 /var(--break)*100vw);
	}
	.row_capable05 .col_r li{
		line-height: 1.5625em;
		padding-left: calc(28 /var(--break)*100vw);
	}
	.row_capable05 .col_r li:not(:first-child){
		margin-top: calc(20 /var(--break)*100vw);
	}
	.row_capable05 .col_r li::before{
		width: calc(14 /var(--break)*100vw);
		height: calc(14 /var(--break)*100vw);
		top: calc(20 /var(--break)*100vw);
	}
}


/* こんなお悩みはありませんか？ index_trouble
------------------------------------------------------------------*/
.bg_trouble01{
	background: url("images/index/bg_trouble01.jpg")no-repeat center/cover;
	height: calc(1120/1920*100vw);
	padding-top: calc(10 /var(--break)*100vw);
}
.bg_trouble01 .ttl{
	margin-top: calc(-90 /var(--break)*100vw);
}
.bg_trouble01 .ttl .ja{
	width: 100%;
	height: calc(180 /1920*100vw);
	font-size: 4.375rem;
	letter-spacing: 0;
	margin-bottom: calc(31 /1920*100vw);
}
.bg_trouble01 .ttl .ja::before,
.bg_trouble01 .ttl .ja::after{
	content: "";
	width: calc(120 /1920*100vw);
	height: calc(120 /1920*100vw);
	background: rgba(120,106,56,0.6);
	position: absolute;
}
.bg_trouble01 .ttl .ja::before{
	top: 0;
	left: 0;
	clip-path: polygon(0 0,0 100%,100% 0);
}
.bg_trouble01 .ttl .ja::after{
	bottom: 0;
	right: 0;
	clip-path: polygon( 0 100%,100% 100%,100% 0);
}
.bg_trouble01 .ttl .en{
	font-size: 12.5rem;
	line-height: 1em;
	letter-spacing: 0;
}
.box_trouble01{
	padding-top: calc(10 /var(--break)*100vw);
	padding-bottom: calc(10 /var(--break)*100vw);
}
.row_trouble01{
	gap: 0 calc(20 /var(--break)*100vw);
	margin-top: calc(-260 /var(--break)*100vw);
	margin-bottom: calc(-50 /var(--break)*100vw);
}
.row_trouble01 .col{
	background: url("images/index/icn_rouble01.svg")no-repeat center/contain;
	width: calc(320 /var(--break)*100vw);
	height: calc(320 /var(--break)*100vw);
}
.row_trouble01 .col:nth-child(2n){
	background: url("images/index/icn_rouble02.svg")no-repeat center/contain;
}
.row_trouble01 .col:nth-child(n + 5){
	margin-top: calc(-20 /var(--break)*100vw);
}
.row_trouble01 .col .num{
	margin-bottom: calc(4 /var(--break)*100vw);
}
.row_trouble01 .col .txt{
	line-height: calc(40/26*100%);
}

.wrap_trouble02{
	background: url("images/index/arw_trouble.png")no-repeat center bottom/cover;
	height: calc(492 /var(--break)*100vw);
}
.wrap_trouble02 .txt1{
	text-shadow: 0 0 calc(5 /var(--break)*100vw) #fff, 0 0 calc(10 /var(--break)*100vw) #fff, 0 0 calc(10 /var(--break)*100vw) #fff;
	margin-bottom: calc(30 /var(--break)*100vw);
}
.wrap_trouble02 .txt2{
	text-shadow: 0 0 calc(5 /var(--break)*100vw) #fff, 0 0 calc(10 /var(--break)*100vw) #fff, 0 0 calc(10 /var(--break)*100vw) #fff;
	margin-bottom: calc(23 /var(--break)*100vw);
}
.wrap_trouble02 .txt3{
	width: calc(1240 /var(--break)*100vw);
	height: calc(80 /var(--break)*100vw);
	line-height: calc(80 /var(--break)*100vw);
	text-align: center;
	font-weight: 700;
	vertical-align: middle;
	margin: 0 auto calc(30 /var(--break)*100vw);
}
.wrap_trouble02 .txt4{
	text-shadow: 0 0 calc(5 /var(--break)*100vw) #fff, 0 0 calc(10 /var(--break)*100vw) #fff, 0 0 calc(10 /var(--break)*100vw) #fff;
	vertical-align: middle;
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_trouble01 .ttl .ja{
		font-size: calc(70/1599*100vw);
	}
	.bg_trouble01 .ttl .en{
		font-size: calc(200/1599*100vw);
	}
	.box_trouble01{
		padding-top: calc(10 /1599*100vw);
		padding-bottom: calc(10 /1599*100vw);
	}
	.row_trouble01{
		gap: 0 calc(20 /1599*100vw);
		margin-top: calc(-260 /1599*100vw);
		margin-bottom: calc(-50 /1599*100vw);
	}
	.row_trouble01 .col{
		width: calc(320 /1599*100vw);
		height: calc(320 /1599*100vw);
	}
	.row_trouble01 .col:nth-child(n + 5){
		margin-top: calc(-20 /1599*100vw);
	}
	.row_trouble01 .col .num{
		font-size: calc(90/1599*100vw);
		margin-bottom: calc(4 /1599*100vw);
	}
	.row_trouble01 .col .txt{
		font-size: calc(26/1599*100vw);
		line-height: calc(40/26*100%);
	}
}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.wrap_trouble01{
		padding-top: calc(56 /var(--break)*100vw);
	}
	.bg_trouble01{
		background: url("images/index/bg_trouble01_sp.jpg")no-repeat center/cover;
		height: calc(652 /var(--break)*100vw);
		padding-top: calc(10 /var(--break)*100vw);
	}
	.bg_trouble01 .ttl{
		margin-top: calc(-66 /var(--break)*100vw);
	}
	.bg_trouble01 .ttl .ja{
		width: 100%;
		height: calc(100 /var(--break)*100vw);
		font-size: 1.25rem;
		letter-spacing: 0;
		margin-bottom: calc(22 /var(--break)*100vw);
	}
	.bg_trouble01 .ttl .ja::before,
	.bg_trouble01 .ttl .ja::after{
		width: calc(57 /var(--break)*100vw);
		height: calc(56 /var(--break)*100vw);
	}
	.bg_trouble01 .ttl .en{
		font-size: 3.75rem;
		line-height: 1em;
		letter-spacing: 0;
	}
	.box_trouble01{
		padding-top: calc(10 /var(--break)*100vw);
		padding-bottom: calc(10 /var(--break)*100vw);
	}
	.row_trouble01{
		gap: calc(25 /var(--break)*100vw) calc(20 /var(--break)*100vw);
		margin-top: calc(-164 /var(--break)*100vw);
		margin-bottom: calc(-40 /var(--break)*100vw);
	}
	.row_trouble01 .col:nth-child(n + 5){
		margin-top: 0;
	}
	.row_trouble01 .col:nth-child(7){
		margin-top: calc(-20 /var(--break)*100vw);
	}
	.row_trouble01 .col .num{
		font-size: 2.8125rem;
		margin-bottom: calc(4 /var(--break)*100vw);
	}
	.row_trouble01 .col .txt{
		font-size: 0.8125rem;
		line-height: calc(40/26*100%);
	}
	.wrap_trouble02{
		background: url("images/index/arw_ews-implant_sp.png")no-repeat center bottom/cover;
		height: calc(660 /var(--break)*100vw);
	}
	.wrap_trouble02 .txt1{
		font-size: 1.25rem;
		letter-spacing: 0;
		line-height: calc(63 /40*100%);
		margin-bottom: calc(5 /var(--break)*100vw);
	}
	.wrap_trouble02 .txt2{
		font-size: 1.25rem;
		letter-spacing: 0;
		margin-bottom: calc(10 /var(--break)*100vw);
	}
	.wrap_trouble02 .txt2 .fz70{
		font-size: 1.875rem;
		line-height: calc(86 /60*100%);
		letter-spacing: 0;
	}
	.wrap_trouble02 .txt3{
		font-size: 1.5625rem;
		width: calc(646 /var(--break)*100vw);
		height: calc(148 /var(--break)*100vw);
		line-height: 1.4em;
		margin: 0 auto calc(10 /var(--break)*100vw);
	}
	.wrap_trouble02 .txt4{
		font-size: 1.5625rem;
		line-height: calc(90/50*100%);
		display: inline;
	}
}


/* インプラント治療とは？ index_implant
------------------------------------------------------------------*/
.bg_implant01{
	background: url("images/index/img_implant01.jpg")no-repeat center top/contain;
	padding: calc(484 /1920*100vw) 0 calc(80 /var(--break)*100vw);
}
.bg_implant01 .ttl{
	margin-bottom: calc(35 /var(--break)*100vw);
}
.bg_implant01 .ttl .txt1{
	width: calc(832 /var(--break)*100vw);
	height: calc(96 /var(--break)*100vw);
	line-height: calc(96 /var(--break)*100vw);
	margin: 0 auto calc(50 /var(--break)*100vw);
}
.bg_implant01 .ttl .txt1::before{
	content: "";
	width: calc(48 /var(--break)*100vw);
	height: calc(48 /var(--break)*100vw);
	clip-path: polygon(0 0,0 100%,100% 0);
	background: #222222;
	position: absolute;
	top: 0;
	left: 0;
}
.wrap_merit01{
	background: url("images/page/bg_pattern01.png")repeat left top/calc(14 /var(--break)*100vw),#3997a6;
	padding-top: calc(76 /var(--break)*100vw);
	padding-bottom: calc(100 /var(--break)*100vw);
}
.wrap_merit01::before{
	content: "";
	background: url("images/index/deco_implant01.png")no-repeat center/contain;
	width: calc(538 /1920*100vw);
	height: calc(524 /1920*100vw);
	position: absolute;
	top: calc(40 /1920*100vw);
	left: calc(60 /1920*100vw);
}
.wrap_merit01 .ttl{
	margin-bottom: calc(47 /var(--break)*100vw);
}
.wrap_merit01 .ttl .en{
	font-size: 10rem;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin-bottom: calc(28 /var(--break)*100vw);
}
.wrap_merit01 .ttl .ja{
	font-size: 3.125rem;
	letter-spacing: 0;
	line-height: 1em;
}
.bar_merit{
	background: url("images/index/bar_merit.svg")no-repeat center/contain;
	width: calc(844 /var(--break)*100vw);
	height: calc(4 /var(--break)*100vw);
}

.row_merit{
	gap:calc(30 /var(--break)*100vw) calc(30/1500*100%);
}
.row_merit .col{
	width: calc(480/1500*100%);
}
.row_merit .col::before{
	content: "";
	background: rgba(166,146,76,0.1);
	width: calc(210 /var(--break)*100vw);
	height: calc(214 /var(--break)*100vw);
	clip-path: polygon( 0 100%,100% 100%,100% 0);
	position: absolute;
	bottom: 0;
	right: 0;
}
.row_merit .col:nth-child(2n)::before{
	content: "";
	background: rgba(125,214,224,0.2);
	width: calc(210 /var(--break)*100vw);
	height: calc(214 /var(--break)*100vw);
	clip-path: polygon( 0 100%,100% 100%,100% 0);
	position: absolute;
	bottom: 0;
	right: 0;
}
.row_merit .col .box{
	padding-top: calc(73 /var(--break)*100vw);
	padding-bottom: calc(30 /var(--break)*100vw);
}
.row_merit .col .num{
	top: calc(-47 /var(--break)*100vw);
	left: calc(37 /var(--break)*100vw);
}
.row_merit .col .copy{
	border-bottom: solid 1px #222222;
	padding-bottom: calc(3 /var(--break)*100vw);
	margin-bottom: calc(18 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.wrap_merit01 .ttl{
		margin-bottom: calc(47 /1599*100vw);
	}
	.wrap_merit01 .ttl .en{
		font-size: calc(160 /1599*100vw);
		margin-bottom: calc(28 /1599*100vw);
	}
	.wrap_merit01 .ttl .ja{
		font-size: calc(50 /1599*100vw);
		letter-spacing: 0;
		line-height: 1em;
	}
	.row_merit .col .box{
		padding: calc(73 /1599*100vw) calc(40/1599*100vw) calc(30 /1599*100vw);
	}
	.row_merit .col .num{
		font-size: calc(120 /1599*100vw);
		top: calc(-47 /1599*100vw);
		left: calc(37 /1599*100vw);
	}
	.row_merit .col .copy{
		font-size: calc(30 /1599*100vw);
		border-bottom: solid 1px #222222;
		padding-bottom: calc(3 /var(--break)*100vw);
		margin-bottom: calc(18 /var(--break)*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.bg_implant01{
		background: url("images/index/img_implant01_sp.jpg")no-repeat center top/contain;
		padding: calc(392 /var(--break)*100vw) 0 calc(65 /var(--break)*100vw);
	}
	.bg_implant01 .ttl{
		margin-bottom: calc(25 /var(--break)*100vw);
	}
	.bg_implant01 .ttl .txt1{
		font-size: 1.5625rem;
		letter-spacing: 0;
		width: calc(702 /var(--break)*100vw);
		height: calc(100 /var(--break)*100vw);
		line-height: calc(100 /var(--break)*100vw);
		margin: 0 auto calc(37 /var(--break)*100vw);
	}
	.bg_implant01 .ttl .txt1::before{
		width: calc(57 /var(--break)*100vw);
		height: calc(56 /var(--break)*100vw);
	}
	.bg_implant01 .ttl .txt2{
		font-size: 2rem;
		letter-spacing: 0;
	}
	.wrap_merit01{
		background: url("images/page/bg_pattern01.png")repeat left top/calc(14 /var(--break)*100vw),#3997a6;
		padding-top: calc(56 /var(--break)*100vw);
		padding-bottom: calc(80 /var(--break)*100vw);
	}
	.wrap_merit01::before{
		content: "";
		background: url("images/index/deco_implant01_sp.png")no-repeat center/contain;
		width: calc(153 /var(--break)*100vw);
		height: calc(148 /var(--break)*100vw);
		position: absolute;
		top: calc(295 /var(--break)*100vw);
		left: calc(20 /var(--break)*100vw);
	}
	.wrap_merit01 .ttl{
		margin-bottom: calc(47 /var(--break)*100vw);
	}
	.wrap_merit01 .ttl .en{
		font-size: 5rem;
		letter-spacing: 0.1em;
		line-height: 1em;
		margin-bottom: calc(28 /var(--break)*100vw);
	}
	.wrap_merit01 .ttl .ja{
		font-size: 1.5625rem;
		letter-spacing: 0;
		line-height: 1em;
	}
	.bar_merit{
		background: url("images/index/bar_merit.svg")no-repeat center/contain;
		width: calc(646 /var(--break)*100vw);
		height: calc(4 /var(--break)*100vw);
	}

	.row_merit{
		width: calc(646 /var(--break)*100vw);
		gap:calc(60 /var(--break)*100vw) 0;
		margin: auto;
	}
	.row_merit .col{
		width: 100%;
	}
	.row_merit .col::before{
		width: calc(283 /var(--break)*100vw);
		height: calc(288 /var(--break)*100vw);
	}
	.row_merit .col:nth-child(2n)::before{
		width: calc(283 /var(--break)*100vw);
		height: calc(288 /var(--break)*100vw);
	}
	.row_merit .col img{
		width: 100%;
	}
	.row_merit .col .box{
		padding: calc(103 /var(--break)*100vw) calc(54 /var(--break)*100vw) calc(43 /var(--break)*100vw);
	}
	.row_merit .col .num{
		font-size: 5.03125rem;
		letter-spacing: 0;
		top: calc(-62 /var(--break)*100vw);
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
	}
	.row_merit .col .copy{
		font-size: 1.25rem;
		letter-spacing: 0;
		text-align: center;
		border-bottom: solid 1px #222222;
		padding-bottom: calc(6 /var(--break)*100vw);
		margin-bottom: calc(18 /var(--break)*100vw);
	}
	.wrap_implant01{
		padding-top: calc(80 /var(--break)*100vw);
		padding-bottom: calc(80 /var(--break)*100vw);
	}
}


/* 他の治療との比較 index_comparison
------------------------------------------------------------------*/
.index_comparison{
	margin-bottom: calc(40 /var(--break)*100vw);
}
.wrap_comparison01{
	background: url("images/index/bg_comparison01.png")no-repeat center top/contain,url("images/page/bg_pattern04.png")repeat left top/calc(14 /var(--break)*100vw),#e8eaf0;
	padding-top: calc(80 /var(--break)*100vw);
	padding-bottom: calc(100 /var(--break)*100vw);
}
.wrap_comparison01 .copy{
	margin-bottom: calc(35 /var(--break)*100vw);
}
.tbl_comparison01{
	margin-bottom: 0 !important;
}
.tbl_comparison01 table{
	border: solid 2px #0e2b60;
}
.tbl_comparison01 thead tr:first-child th:first-child{
	width: calc(140/1500*100%);
	color: #fff;
	background: #0e2b60;
	font-weight: 700;
	line-height: calc(26/18*100%);
	text-align: center;
	vertical-align: middle;
	border-bottom: solid 1px #fff;
}
.tbl_comparison01 thead tr:first-child th:not(:first-child){
	width: calc(340/1500*100%);
	background: #caeef2;
	color: #222222;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	line-height: calc(32/24*100%);
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	padding: calc(13 /var(--break)*100vw) calc(11 /var(--break)*100vw) calc(11 /var(--break)*100vw);
	border-left: solid 1px #0e2b60;
	border-bottom: none;
}
.tbl_comparison01 thead tr:first-child th:nth-child(2){
	background: #a6924c;
	color: #ffffff;
	border-left: none;
}
.tbl_comparison01 thead tr:first-child th:last-child{
	border-left: solid 1px #0e2b60;
}
.tbl_comparison01 thead .img td{
	padding: calc(22 /var(--break)*100vw) calc(30 /var(--break)*100vw) calc(30 /var(--break)*100vw);
	border-left: solid 1px #0e2b60;
	border-bottom: solid 1px #0e2b60;
	background: #fff;
}
.tbl_comparison01 thead .img td:first-child{
	border-left: none;
	background: #fff49a;
}
.tbl_comparison01 tbody th{
	background: #072c56;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	line-height: calc(26/18*100%);
	font-weight: 700;
	border-bottom: solid 1px #fff!important;
	padding-left: 0;
	padding-right: 0;
}
.tbl_comparison01 tbody tr:not(:last-child) td{
	border-bottom: solid 1px #0e2b60;
}
.tbl_comparison01 tbody td{
	text-align: center;
	vertical-align: middle;
	border-left: solid 1px #0e2b60;
	background: #fff;
	line-height: calc(26/18*100%);
	padding: 0 calc(18 /var(--break)*100vw) calc(12 /var(--break)*100vw);
}
.tbl_comparison01 tbody td:nth-child(2){
	border-left: none;
	background: #fff49a;
}
.tbl_comparison01 tbody td span{
	font-size: 1.875rem;
	line-height: 2em;
}
@media(min-width: 768px) and (max-width:1599px) {
	.wrap_comparison01 .copy{
		font-size: calc(80/1599*100vw);
		margin-bottom: calc(35 /var(--break)*100vw);
	}
	.tbl_comparison01 thead tr:first-child th:first-child{
		font-size: calc(18/1599*100vw);
	}
	.tbl_comparison01 thead tr:first-child th:not(:first-child){
		font-size: calc(24/1599*100vw);
	}
	.tbl_comparison01 tbody th{
		font-size: calc(18/1599*100vw);
	}
	.tbl_comparison01 tbody td{
		font-size: calc(18/1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.index_comparison{
		margin-bottom: calc(56 /var(--break)*100vw);
	}
	.wrap_comparison01{
		background: url("images/index/bg_comparison01_sp.png")no-repeat center top/contain,url("images/page/bg_pattern04.png")repeat left top/calc(14 /var(--break)*100vw),#e8eaf0;
		padding-top: calc(67 /var(--break)*100vw);
		padding-bottom: calc(100 /var(--break)*100vw);
	}
	.wrap_comparison01 .copy{
		font-size: 2.5rem;
		letter-spacing: 0;
		line-height: calc(100/80*100%);
		margin-bottom: calc(15 /var(--break)*100vw);
	}
	.tbl_comparison01 table {
		width: calc(1800/750*100vw);
	}
	.tbl_comparison01 thead tr th{
		font-size: 1rem;
		letter-spacing: 0.1em;
	}
	.tbl_comparison01 thead tr:first-child th:first-child{
		font-size: 0.75rem;
		letter-spacing: 0.05em;
		padding: 0;
	}
	.tbl_comparison01 thead tr:first-child th:not(:first-child){
		font-size: 1rem;
		letter-spacing: 0.1em;
	}
	.tbl_comparison01 thead .img td{
		text-align: center;
		padding: calc(20 /var(--break)*100vw) calc(15 /var(--break)*100vw);
	}
	.tbl_comparison01 tbody th{
		font-size: 0.75rem;
		letter-spacing: 0.05em;
		padding: 0;
	}
	.tbl_comparison01 tbody td {
		font-size: 0.75rem;
		letter-spacing: 0.1em;
	}
	.tbl_comparison01 tbody td span{
		font-size: 1rem;
	}
}


/* インプラント治療の流れ index_flow
------------------------------------------------------------------*/
.wrap_flow01{
	height: calc(427 /var(--break)*100vw);
}
.wrap_flow01::before{
	content: "";
	background: url("images/index/deco_flow01.svg")no-repeat center/contain;
	width: calc(115 /var(--break)*100vw);
	height: calc(258 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(50% + (642 /var(--break)*100vw));
	margin: auto;
}
.wrap_flow01::after{
	content: "";
	background: url("images/index/deco_flow02.svg")no-repeat center/contain;
	width: calc(115 /var(--break)*100vw);
	height: calc(258 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(50% + (642 /var(--break)*100vw));
	margin: auto;
}
.wrap_flow01 .txt1{
	margin-bottom: calc(25 /var(--break)*100vw);
}
.wrap_flow01 .txt2{
	margin-bottom: calc(27 /var(--break)*100vw);
}
.wrap_flow01 .txt3{
	width: calc(660 /var(--break)*100vw);
	height: calc(80 /var(--break)*100vw);
	line-height: calc(80 /var(--break)*100vw);
	font-weight: 700;
	margin-right: calc(8 /var(--break)*100vw);
}

.box_flow01{
	background: url("images/page/bg_pattern01.png")repeat left top/calc(14 /var(--break)*100vw),#3997a6;
	padding-top: calc(100 /var(--break)*100vw);
	padding-bottom: calc(100 /var(--break)*100vw);
}
.box_flow01.arw::after{
	content: "";
	width: calc(200 /var(--break)*100vw);
	height: calc(40 /var(--break)*100vw);
	background: #3997a6;
	clip-path: polygon(0 0,50% 100%,100% 0);
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	right: 0;
	margin: auto;
}
.box_flow02{
	padding-top: calc(100 /var(--break)*100vw);
	padding-bottom: calc(100 /var(--break)*100vw);
}
.box_flow02.arw::after{
	content: "";
	width: calc(200 /var(--break)*100vw);
	height: calc(40 /var(--break)*100vw);
	background: #fff;
	clip-path: polygon(0 0,50% 100%,100% 0);
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	right: 0;
	margin: auto;
}
.row_flow01 .col_img{
	width: calc(400 /1240*100%);
}
.row_flow01 .col_txt{
	width: calc(670 /1240*100%);
	margin-left: auto;
	margin-right: calc(50 /1240*100%);
}
.row_flow01 .col_txt .num{
	font-size: 9.375rem;
	letter-spacing: 0;
	line-height: 1em;
	color: rgba(125,214,224,0.3);
	top: calc(-80 /var(--break)*100vw);
	left: 0;
	z-index: -1;
}
.box_flow02 .row_flow01 .col_txt .num{
	color: #e8e3d0;
}
.row_flow01 .col_txt .copy{
	font-size: 2.5rem;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	border-bottom: solid 1px #fff;
	padding-bottom: calc(7 /var(--break)*100vw);
	margin-bottom: calc(17 /var(--break)*100vw);
}
.box_flow02 .row_flow01 .col_txt .copy{
	border-bottom: solid 1px #222;
}
.row_flow01 .col_txt .txt{
	line-height: calc(40/18*100%);
}
.row_flow01 .col_txt .box1{
	width: 100%;
	height: calc(50 /var(--break)*100vw);
	line-height: calc(50 /var(--break)*100vw);
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	font-weight: 700;
	text-align: center;
	background: #fbf8e1;
	border: solid 1px #222;
	margin-bottom: calc(20 /var(--break)*100vw);
}
.row_flow01 .col_txt .box1::after{
	content: "";
	width: 1px;
	height: calc(20 /var(--break)*100vw);
	border-right: dotted 1px #222;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: auto;
}
.row_flow01 .col_txt .box2{
	width: 100%;
	height: calc(50 /var(--break)*100vw);
	line-height: calc(50 /var(--break)*100vw);
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	font-weight: 700;
	text-align: center;
	background: #fbf8e1;
	border: solid 1px #222;
	margin-bottom: calc(29 /var(--break)*100vw);
}
.row_flow01 .col_txt .row_flow03 .col_l{
	width: calc(150 /var(--break)*100vw);
	height: calc(70 /var(--break)*100vw);
	font-size: 1.625rem;
	letter-spacing: 0.1em;
}
.row_flow01 .col_txt .row_flow03 .col_l::after{
	content: "";
	width: calc(20 /var(--break)*100vw);
	height: calc(50 /var(--break)*100vw);
	clip-path: polygon(0 0,0 100%, 100% 50%);
	background: #072c56;
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(100% - 1px);
	margin: auto;
}
.row_flow01 .col_txt .row_flow03 .col_r{
	width: calc(100% - (150 /var(--break)*100vw));
	height: calc(70 /var(--break)*100vw);
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	font-weight: 700;
}

.row_flow02 a{
	height: calc(120 /var(--break)*100vw);
}
.row_flow02 .col_tel{
	width: calc(360/670*100%);
}
.row_flow02 .col_tel a{
	background: #fff;
	border: solid 1px #072c56;
	padding-top: calc(11 /var(--break)*100vw);
}
.row_flow02 .col_tel .txt1{
	background: #072c56;
	color: #ffffff;
	width: calc(320/360*100%);
	height: calc(24 /var(--break)*100vw);
	line-height: calc(24 /var(--break)*100vw);
	margin: 0 auto calc(9 /var(--break)*100vw);
}
.row_flow02 .col_tel .txt2{
	width: 100%;
	line-height: 1em;
	margin-bottom: calc(2 /var(--break)*100vw);
}
.row_flow02 .col_tel .txt2 .fz26{
	margin-right: calc(8 /var(--break)*100vw);
}
.row_flow02 .col_tel .txt2 .txt{
	line-height: 1em;
}
.row_flow02 .col_tel .txt3{
	width: 100%;
}
.row_flow02 .col_web{
	width: calc(300/670*100%);
}
.row_flow02 .col_web a{
	padding-left: calc(20 /var(--break)*100vw);
}
.row_flow02 .col_web a::after{
	content: "";
	width: 0;
	height: 0;
	margin: auto;
	border-width: calc(23 /var(--break)*100vw);
	border-style: solid;
	border-color: transparent #ffffff #ffffff transparent;
	position: absolute;
	bottom: 0;
	right: 0;
}
.row_flow02 .col_web .col_img{
	width: calc(80/var(--break)*100vw);
	font-size: 0;
	vertical-align: middle;
}
.row_flow02 .col_web .col_txt{
	width: calc(176/var(--break)*100vw);
	padding-top: calc(7/var(--break)*100vw);
	margin: 0;
}
.row_flow02 .col_web .txt1{
	margin-bottom: calc(8 /var(--break)*100vw);
}
.row_flow02 .col_web .txt2{
	width: 100%;
	line-height: 1em;
}

.box_flow03{
	background: #fbf8e1;
	padding: calc(50 /var(--break)*100vw) calc(60 /var(--break)*100vw);
	outline: solid calc(6 /var(--break)*100vw) #fff;
	outline-offset: calc(-16 /var(--break)*100vw);
}
.box_flow03::before{
	content: "";
	width: calc(634 /var(--break)*100vw);
	height: calc(330 /var(--break)*100vw);
	background: rgba(255,244,154,0.5);
	clip-path: polygon( 0 100%,100% 100%,100% 0);
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.box_flow03 .col_img{
	width: calc(480/1380*100%);
}
.box_flow03 .col_txt{
	width: calc(850/1380*100%);
}
.box_flow03 .col_txt .copy{
	border-bottom: solid 1px #222222;
	padding-bottom: calc(13 /var(--break)*100vw);
	margin-bottom: calc(28 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.wrap_flow01{
		height: calc(427 /1599*100vw);
	}
	.wrap_flow01::before{
		width: calc(115 /1599*100vw);
		height: calc(258 /1599*100vw);
		right: calc(50% + (642 /1599*100vw));
	}
	.wrap_flow01::after{
		width: calc(115 /1599*100vw);
		height: calc(258 /1599*100vw);
		left: calc(50% + (642 /1599*100vw));
	}
	.wrap_flow01 .txt1{
		font-size: calc(64 /1599*100vw);
		margin-bottom: calc(25 /1599*100vw);
	}
	.wrap_flow01 .txt1 .fz74{
		font-size: calc(74 /1599*100vw);
	}
	.wrap_flow01 .txt2{
		font-size: calc(64 /1599*100vw);
		margin-bottom: calc(27 /1599*100vw);
	}
	.wrap_flow01 .txt3{
		width: calc(660 /1599*100vw);
		height: calc(80 /1599*100vw);
		line-height: calc(80 /1599*100vw);
		font-weight: 700;
		margin-right: calc(8 /1599*100vw);
		font-size: calc(60 /1599*100vw);
	}
	.wrap_flow01 .txt4{
		font-size: calc(64 /1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_flow01 .col_txt{
		width: calc(730 /1240*100%);
	}
}
@media(max-width: 767px) {
	.wrap_flow01{
		height: calc(494 /var(--break)*100vw);
		padding-top: calc(20 /var(--break)*100vw);
	}
	.wrap_flow01::before{
		background: url("images/index/deco_flow01_sp.svg")no-repeat center/contain;
		width: calc(75 /var(--break)*100vw);
		height: calc(167 /var(--break)*100vw);
		top: auto;
		bottom: calc(63 /var(--break)*100vw);
		right: calc(50% + (284 /var(--break)*100vw));
	}
	.wrap_flow01::after{
		background: url("images/index/deco_flow02_sp.svg")no-repeat center/contain;
		width: calc(75 /var(--break)*100vw);
		height: calc(167 /var(--break)*100vw);
		top: auto;
		bottom: calc(63 /var(--break)*100vw);
		left: calc(50% + (284 /var(--break)*100vw));
	}
	.wrap_flow01 .txt1{
		font-size: 1.25rem;
		margin-bottom: calc(7 /var(--break)*100vw);
	}
	.wrap_flow01 .txt1 .fz74{
		font-size: 1.875rem;
		line-height: calc(85/60*100%);
	}
	.wrap_flow01 .txt2{
		font-size: 1.25rem;
		margin-bottom: calc(21 /var(--break)*100vw);
	}
	.wrap_flow01 .txt3{
		font-size: 1.4375rem;
		letter-spacing: 0;
		width: calc(508 /var(--break)*100vw);
		height: calc(63 /var(--break)*100vw);
		line-height: calc(63 /var(--break)*100vw);
		font-weight: 700;
		margin-right: calc(8 /var(--break)*100vw);
	}
	.wrap_flow01 .txt4{
		display: inline;
		font-size: 1.25rem;
		line-height: calc(70/40*100%);
	}

	.box_flow01{
		padding-top: calc(60 /var(--break)*100vw);
		padding-bottom: calc(60 /var(--break)*100vw);
	}
	.box_flow02{
		padding-top: calc(60 /var(--break)*100vw);
		padding-bottom: calc(60 /var(--break)*100vw);
	}
	.arw + .box_flow01,
	.arw + .box_flow02{
		padding-top: calc(100 /var(--break)*100vw);
	}
	.row_flow01{
		width: calc(646 /var(--break)*100vw);
		margin: auto;
	}
	.row_flow01 .col_img{
		width: 100%;
	}
	.row_flow01 .col_img img{
		width: 100%;
	}
	.row_flow01 .col_txt{
		padding-top: calc(95 /var(--break)*100vw);
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}
	.row_flow01 .col_txt .num{
		font-size: 4.6875rem;
		letter-spacing: 0;
		line-height: 1em;
		top: calc(28 /var(--break)*100vw);
		left: 0;
		right: 0;
		text-align: center;
		margin: auto;
		z-index: -1;
	}
	.row_flow01 .col_txt .copy{
		font-size: 1.25rem;
		letter-spacing: 0.1em;
		line-height: 1.6em;
		text-align: center;
		padding-bottom: calc(42 /var(--break)*100vw);
		margin-bottom: calc(27 /var(--break)*100vw);
	}
	.row_flow01 .col_txt .txt{
		font-size: 1rem;
		letter-spacing: 0em;
		line-height: 2em;
	}
	.row_flow01 .col_txt .box1{
		width: 100%;
		height: calc(80 /var(--break)*100vw);
		line-height: calc(80 /var(--break)*100vw);
		font-size: 1rem;
		letter-spacing: 0.1em;
		margin-bottom: calc(29 /var(--break)*100vw);
	}
	.row_flow01 .col_txt .box1::after{
		content: "";
		width: 1px;
		height: calc(29 /var(--break)*100vw);
		border-right: dotted 1px #222;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		margin: auto;
	}
	.row_flow01 .col_txt .box2{
		width: 100%;
		height: calc(80 /var(--break)*100vw);
		line-height: calc(80 /var(--break)*100vw);
		font-size: 1rem;
		letter-spacing: 0.1em;
		margin-bottom: calc(50 /var(--break)*100vw);
	}
	.row_flow01 .col_txt .box2::after{
		content: "";
		width: 1px;
		height: calc(50 /var(--break)*100vw);
		border-right: dotted 1px #222;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		margin: auto;
	}
	.row_flow01 .col_txt .row_flow03 .col_l{
		width: calc(163 /var(--break)*100vw);
		height: calc(131 /var(--break)*100vw);
		font-size: 1rem;
		letter-spacing: 0.1em;
	}
	.row_flow01 .col_txt .row_flow03 .col_l::after{
		content: "";
		width: calc(20 /var(--break)*100vw);
		height: calc(50 /var(--break)*100vw);
		clip-path: polygon(0 0,0 100%, 100% 50%);
		background: #072c56;
		position: absolute;
		top: 0;
		bottom: 0;
		left: calc(100% - 1px);
		margin: auto;
	}
	.row_flow01 .col_txt .row_flow03 .col_r{
		width: calc(100% - (163 /var(--break)*100vw));
		height: calc(131 /var(--break)*100vw);
		padding-left: calc(40 /var(--break)*100vw);
		font-size: 1rem;
		letter-spacing: 0.1em;
		line-height: 1.5625em;
		font-weight: 700;
		text-align: left;
	}

	.row_flow02{
		width: calc(600 /var(--break)*100vw);
		margin: calc(60 /var(--break)*100vw) auto 0;
		gap:calc(30 /var(--break)*100vw) 0;
	}
	.row_flow02 a{
		height: calc(200 /var(--break)*100vw);
	}
	.row_flow02 .col_tel{
		width: 100%;
	}
	.row_flow02 .col_tel a{
		background: #fff;
		border: solid 2px #072c56;
		padding-top: calc(24 /var(--break)*100vw);
	}
	.row_flow02 .col_tel .txt1{
		width: calc(500 /var(--break)*100vw);
		height: calc(40 /var(--break)*100vw);
		line-height: calc(40 /var(--break)*100vw);
		margin: 0 auto 0;
		font-size: 0.8125rem;
	}
	.row_flow02 .col_tel .txt2{
		width: 100%;
		line-height: 1em;
		margin-bottom: calc(2 /var(--break)*100vw);
	}
	.row_flow02 .col_tel .txt2 .fz26{
		font-size: 1.375rem;
		margin-right: calc(14 /var(--break)*100vw);
	}
	.row_flow02 .col_tel .txt2 .txt{
		font-size: 1.9375rem!important;
		letter-spacing: 0.05em!important;
		line-height: 1em!important;
	}
	.row_flow02 .col_tel .txt3{
		width: 100%;
		font-size: 0.8125rem;
		margin-top: calc(-8 /var(--break)*100vw);
	}
	.row_flow02 .col_web{
		width: 100%;
	}
	.row_flow02 .col_web a{
		padding-left: calc(20 /var(--break)*100vw);
	}
	.row_flow02 .col_web a::after{
		border-width: calc(27 /var(--break)*100vw);
		border-style: solid;
		border-color: transparent #ffffff #ffffff transparent;
	}
	.row_flow02 .col_web .col_img{
		width: calc(166/var(--break)*100vw);
		font-size: 0;
		vertical-align: middle;
	}
	.row_flow02 .col_web .col_txt{
		width: calc(332/var(--break)*100vw);
		padding-top: calc(29/var(--break)*100vw);
		margin: 0;
	}
	.row_flow02 .col_web .txt1{
		font-size: 1.25rem;
		letter-spacing: 0;
		margin-bottom: calc(14 /var(--break)*100vw);
	}
	.row_flow02 .col_web .txt2{
		width: 100%;
		line-height: 1em;
		font-size: 1.75rem;
		letter-spacing: 0;
	}
	.wrap_flow02{
		padding-bottom: calc(80 /var(--break)*100vw);
	}
	.box_flow03{
		padding: calc(60 /var(--break)*100vw) calc(52 /var(--break)*100vw);
		outline: solid calc(6 /var(--break)*100vw) #fff;
		outline-offset: calc(-16 /var(--break)*100vw);
	}
	.box_flow03 .col_img{
		width: 100%;
		margin-bottom: calc(24 /var(--break)*100vw);
	}
	.box_flow03 .col_img img{
		width: 100%;
	}
	.box_flow03 .col_txt{
		width: 100%;
	}
	.box_flow03 .col_txt .copy{
		padding-top: calc(14 /var(--break)*100vw);
		font-size: 1.25rem;
		letter-spacing: 0;
		line-height: 1.5em;
		border-bottom: solid 1px #222222;
		padding-bottom: calc(27 /var(--break)*100vw);
		margin-bottom: calc(18 /var(--break)*100vw);
	}
}


/* 院長からのご挨拶 index_greeting
------------------------------------------------------------------*/
.index_greeting{
	margin-bottom: calc(40 /var(--break)*100vw);
}
.wrap_greeting01{
	background: url("images/index/img_greeting01.png")no-repeat center bottom/contain;
	height: calc(1133 /var(--break)*100vw);
	padding-top: calc(51 /var(--break)*100vw);
}
.wrap_greeting01 .ttl{
	height: calc(305 /var(--break)*100vw);
}
.wrap_greeting01 .ttl .en{
	font-size: 12.5rem;
	letter-spacing: 0;
	line-height: 1em;
	margin-bottom: calc(25 /var(--break)*100vw);
}
.wrap_greeting01 .ttl .ja{
	font-size: 5rem;
	letter-spacing: 0;
	line-height: 1em;
}
.wrap_greeting01 .inner1500{
	height: calc(100% - (305 /var(--break)*100vw));
}
.wrap_greeting01 .wrap{
	height: 100%;
}
.wrap_greeting01 .wrap .box_name{
	width: calc(540 /var(--break)*100vw);
	height: calc(220 /var(--break)*100vw);
	background: rgba(7,44,86,0.9);
	right: 0;
	bottom: calc(230 /1920*100vw);
}
.wrap_greeting01 .wrap .box_name::before,
.wrap_greeting01 .wrap .box_name::after{
	content: "";
	width: calc(440 /var(--break)*100vw);
	height: 1px;
	background: #fff;
	position: absolute;
}
.wrap_greeting01 .wrap .box_name::before{
	left: 0;
	top: calc(10 /var(--break)*100vw);
}
.wrap_greeting01 .wrap .box_name::after{
	right: 0;
	bottom: calc(10 /var(--break)*100vw);
}
.wrap_greeting01 .wrap .box_name .bg{
	width: 100%;
	height: 100%;
}
.wrap_greeting01 .wrap .box_name .bg::before,
.wrap_greeting01 .wrap .box_name .bg::after{
	content: "";
	width: 1px;
	height: calc(140 /var(--break)*100vw);
	background: #fff;
	position: absolute;
}
.wrap_greeting01 .wrap .box_name .bg::before{
	left: calc(10 /var(--break)*100vw);
	top:0;
}
.wrap_greeting01 .wrap .box_name .bg::after{
	right: calc(10 /var(--break)*100vw);
	bottom: 0;
}
.wrap_greeting01 .wrap .box_name .bg .txt1{
	margin-right: calc(30 /var(--break)*100vw);
}
.wrap_greeting01 .wrap .box_name .bg .txt3{
	margin-top: calc(19 /var(--break)*100vw);
}

.wrap_greeting02{
	background: url("images/page/bg_pattern04.png")repeat left top/calc(14 /var(--break)*100vw),#fff49a;
	padding: calc(10 /var(--break)*100vw) 0 calc(67 /var(--break)*100vw);
}
.row_greeting01{
	margin-top: calc(-60 /var(--break)*100vw);
	margin-bottom: calc(25 /var(--break)*100vw);
}
.row_greeting01 .box{
	font-size: calc(50/1920 *100vw);
	width: calc(200 /1920 *100vw);
	height: calc(200 /1920 *100vw);
	background: #072C56;
	background: linear-gradient(90deg, rgba(7, 44, 86, 0.9) 0%, rgba(54, 190, 205, 0.9) 100%);
	top: calc(-140 /1920 *100vw);
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
}
.row_greeting01 .col_l{
	font-size: calc(60/1920 *100vw);
	width: calc(740/1500*100%);
	height: calc(160 /1920 *100vw);
	background: rgba(166,146,76,0.9);
}
.row_greeting01 .col_l::before{
	content: "";
	width: calc(40 /var(--break)*100vw);
	height: calc(40 /var(--break)*100vw);
	background: #786a38;
	clip-path: polygon(0 0,0 100%,100% 0);
	position: absolute;
	top: 0;
	left: 0;
}
.row_greeting01 .col_r{
	font-size: calc(60/1920 *100vw);
	width: calc(740/1500*100%);
	height: calc(160 /1920 *100vw);
	background: rgba(166,146,76,0.9);
}
.row_greeting01 .col_r::before{
	content: "";
	width: calc(40 /var(--break)*100vw);
	height: calc(40 /var(--break)*100vw);
	background: #786a38;
	clip-path: polygon( 0 100%,100% 100%,100% 0);
	position: absolute;
	bottom: 0;
	right: 0;
}
.txt_greeting01{
	white-space: nowrap;
	font-size: calc(50/1920 *100vw);
}
.txt_greeting01::after{
	content: "";
	width: 100%;
	height: calc(12 /var(--break)*100vw);
	border-top: solid 2px #222;
	border-bottom: solid 2px #222;
	position: absolute;
	bottom: calc(3 /var(--break)*100vw);
	left: 0;
}
.txt_greeting01 .fz84{
	font-size: calc(84/1920 *100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.wrap_greeting01{
		background: url("images/index/img_greeting01.png")no-repeat center bottom/contain;
		height: calc(1000 /1599*100vw);
		padding-top: calc(51 /1599*100vw);
	}
	.wrap_greeting01 .ttl{
		height: calc(305 /1599*100vw);
	}
	.wrap_greeting01 .ttl .en{
		font-size: calc(200 /1599*100vw);
		margin-bottom: calc(25 /1599*100vw);
	}
	.wrap_greeting01 .ttl .ja{
		font-size: calc(80 /1599*100vw);
	}
	.wrap_greeting01 .inner1500{
		height: calc(100% - (305 /1599*100vw));
	}
	.wrap_greeting01 .wrap{
		height: 100%;
	}
	.wrap_greeting01 .wrap .box_name{
		width: calc(540 /1599*100vw);
		height: calc(220 /1599*100vw);
		bottom: calc(230 /1920*100vw);
	}
	.wrap_greeting01 .wrap .box_name::before,
	.wrap_greeting01 .wrap .box_name::after{
		width: calc(440 /1599*100vw);
	}
	.wrap_greeting01 .wrap .box_name::before{
		top: calc(10 /1599*100vw);
	}
	.wrap_greeting01 .wrap .box_name::after{
		bottom: calc(10 /1599*100vw);
	}
	.wrap_greeting01 .wrap .box_name .bg::before,
	.wrap_greeting01 .wrap .box_name .bg::after{
		height: calc(140 /1599*100vw);
	}
	.wrap_greeting01 .wrap .box_name .bg::before{
		left: calc(10 /1599*100vw);
	}
	.wrap_greeting01 .wrap .box_name .bg::after{
		right: calc(10 /1599*100vw);
	}
	.wrap_greeting01 .wrap .box_name .bg .txt1{
		font-size: calc(36 /1599*100vw);
		margin-right: calc(30 /1599*100vw);
	}
	.wrap_greeting01 .wrap .box_name .bg .txt2{
		font-size: calc(56 /1599*100vw);
	}
	.wrap_greeting01 .wrap .box_name .bg .txt3{
		font-size: calc(24 /1599*100vw);
		margin-top: calc(19 /1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.index_greeting{
		margin-bottom: calc(141 /var(--break)*100vw);
	}
	.wrap_greeting01{
		background: url("images/index/img_greeting01_sp.png")no-repeat center bottom/contain;
		height: calc(744 /var(--break)*100vw);
		padding-top: calc(10 /var(--break)*100vw);
	}
	.wrap_greeting01 .ttl{
		height: calc(305 /var(--break)*100vw);
	}
	.wrap_greeting01 .ttl .en{
		font-size: 3.59375rem;
		letter-spacing: 0;
		line-height: 1em;
		margin-bottom: calc(25 /var(--break)*100vw);
	}
	.wrap_greeting01 .ttl .ja{
		font-size: 1.5625rem;
		letter-spacing: 0;
		line-height: 1em;
	}
	.wrap_greeting01 .inner1500{
		height: calc(100% - (305 /var(--break)*100vw));
	}
	.wrap_greeting01 .wrap{
		height: 100%;
	}
	.wrap_greeting01 .wrap .box_name{
		width: calc(344 /var(--break)*100vw);
		height: calc(140 /var(--break)*100vw);
		bottom: calc(200 /var(--break)*100vw);
		right: calc(-15 /var(--break)*100vw);
	}
	.wrap_greeting01 .wrap .box_name::before,
	.wrap_greeting01 .wrap .box_name::after{
		width: calc(280 /var(--break)*100vw);
	}
	.wrap_greeting01 .wrap .box_name::before{
		top: calc(6 /var(--break)*100vw);
	}
	.wrap_greeting01 .wrap .box_name::after{
		bottom: calc(6 /var(--break)*100vw);
	}
	.wrap_greeting01 .wrap .box_name .bg{
		padding-bottom: calc(10 /var(--break)*100vw);
	}
	.wrap_greeting01 .wrap .box_name .bg::before,
	.wrap_greeting01 .wrap .box_name .bg::after{
		height: calc(90 /var(--break)*100vw);
	}
	.wrap_greeting01 .wrap .box_name .bg::before{
		left: calc(6 /var(--break)*100vw);
	}
	.wrap_greeting01 .wrap .box_name .bg::after{
		right: calc(6 /var(--break)*100vw);
	}
	.wrap_greeting01 .wrap .box_name .bg .txt1{
		font-size: 0.8125rem;
		margin-right: calc(19 /var(--break)*100vw);
	}
	.wrap_greeting01 .wrap .box_name .bg .txt2{
		font-size: 1.25rem;
	}
	.wrap_greeting01 .wrap .box_name .bg .txt3{
		font-size: 0.5625rem;
		margin-top: 0;
	}

	.wrap_greeting02{
		padding: calc(10 /var(--break)*100vw) 0 calc(77 /var(--break)*100vw);
	}
	.row_greeting01{
		width: calc(646 /var(--break)*100vw);
		margin: calc(-46 /var(--break)*100vw) auto calc(13 /var(--break)*100vw);
		gap:calc(10 /var(--break)*100vw) 0;
	}
	.row_greeting01 .box{
		font-size: 1.125rem;
		letter-spacing: 0;
		width: calc(148 /var(--break)*100vw);
		height: calc(148 /var(--break)*100vw);
		top: calc(-123 /var(--break)*100vw);
	}
	.row_greeting01 .col_l{
		font-size: 1.625rem;
		width: 100%;
		height: calc(140 /var(--break)*100vw);
	}
	.row_greeting01 .col_l::before{
		width: calc(35 /var(--break)*100vw);
		height: calc(35 /var(--break)*100vw);
	}
	.row_greeting01 .col_r{
		font-size: 1.625rem;
		width: 100%;
		height: calc(140 /var(--break)*100vw);
	}
	.row_greeting01 .col_r::before{
		width: calc(35 /var(--break)*100vw);
		height: calc(35 /var(--break)*100vw);
	}
	.txt_greeting01{
		width: calc(646 /var(--break)*100vw);
		margin: auto;
		white-space: nowrap;
		font-size: 1.5625rem;
	}
	.txt_greeting01 .txt1{
		display: inline-block;
		text-align: center;
		position: relative;
	}
	.txt_greeting01 .txt1::after{
		content: "";
		width: 100%;
		height: calc(12 /var(--break)*100vw);
		border-top: solid 2px #222;
		border-bottom: solid 2px #222;
		position: absolute;
		bottom: calc(-4 /var(--break)*100vw);
		left: 0;
	}
	.txt_greeting01::after{
		display: none;
	}
	.txt_greeting01 .txt2{
		display: block;
		margin-top: calc(-9 /var(--break)*100vw);
	}
	.txt_greeting01 .fz84{
		font-size: 2rem;
		white-space: nowrap;
	}
	.txt_greeting01 .txt2::after{
		content: "";
		width: 100%;
		height: calc(12 /var(--break)*100vw);
		border-top: solid 2px #222;
		border-bottom: solid 2px #222;
		position: absolute;
		bottom: calc(3 /var(--break)*100vw);
		left: 0;
	}
}
.img_greeting02{
	width: calc(900/1920*100%);
}
.img_greeting02::before{
	content: "";
	width: calc(100% + (20/1920*100vw));
	height: 100%;
	background: #072c56;
	position: absolute;
	top: calc(20/1920*100vw);
	left: 0;
	z-index: -1;
}
.box_greeting01{
	width: 50%;
	margin-top: calc(-500/1920*100vw);
	min-height: calc(500/1920*100vw);
	margin-bottom: calc(80 /var(--break)*100vw);
}
.img_greeting03{
	width: calc(900/1920*100%);
}
.img_greeting03::before{
	content: "";
	width: calc(100% + (20/1920*100vw));
	height: 100%;
	background: #072c56;
	position: absolute;
	top: calc(20/1920*100vw);
	right: 0;
	z-index: -1;
}
.box_greeting02{
	width: 50%;
	margin-top: calc(-500/1920*100vw);
	min-height: calc(500/1920*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {

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

}
@media(max-width: 767px) {
	.img_greeting02{
		width: calc(700 /var(--break)*100vw);
		margin-bottom: calc(50 /var(--break)*100vw);
	}
	.img_greeting02::before{
		width: calc(100% + (20/var(--break)*100vw));
		top: calc(20/var(--break)*100vw);
	}
	.box_greeting01{
		width: calc(646 /var(--break)*100vw);
		margin: 0 auto calc(40 /var(--break)*100vw);
	}
	.img_greeting03{
		width: calc(700 /var(--break)*100vw);
		margin-bottom: calc(50 /var(--break)*100vw);
	}
	.img_greeting03::before{
		width: calc(100% + (20/var(--break)*100vw));
		top: calc(20/var(--break)*100vw);
	}
	.box_greeting02{
		width: calc(646 /var(--break)*100vw);
		margin: 0 auto 0;
	}
}
.wrap_greeting04{
	background: url("images/page/bg_pattern04.png")repeat left top/calc(14 /var(--break)*100vw),#e8eaf0;
}
.box_prof h5{
	height: calc(50 /var(--break)*100vw);
}
.box_prof h5::before{
	content: "";
	background: #072c56;
	width: calc(30 /var(--break)*100vw);
	height: calc(30 /var(--break)*100vw);
	clip-path: polygon(0 0,0 100%,100% 0);
	position: absolute;
	top: 0;
	left: 0;
}
.box_prof h5.bg_col12::before{
	background: #786a38;
}

.row_greeting02 .col_img{
	width: calc(620/1400*100%);
	max-width: 614px;
}
.row_greeting02 .col_txt{
	width: calc(760/1400*100%);
}
@media(min-width: 768px) and (max-width:1599px) {

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

}
@media(max-width: 767px) {
	.wrap_greeting04{
		padding-top: calc(80 /var(--break)*100vw);
	}
	.box_prof h5{
		height: calc(80 /var(--break)*100vw);
	}
	.box_prof h5::before{
		width: calc(40 /var(--break)*100vw);
		height: calc(40 /var(--break)*100vw);
	}

	.row_greeting02 .col_img{
		width: calc(632 /var(--break)*100vw);
		margin: 0 auto calc(45 /var(--break)*100vw);
	}
	.row_greeting02 .col_txt{
		width: 100%;
	}
	.box_prof01 .row_greeting02 .col_txt .year {
		width: calc(130 /var(--break)*100vw);
	}
	.box_prof01 .row_greeting02 .col_txt .txt {
		width: calc(100% - (130 /var(--break)*100vw));
	}
}


/* 医院紹介 index_clinic
------------------------------------------------------------------*/
.wrap_clinic01{
	background: url(images/page/bg_pattern02.png)repeat left top/calc(14 / var(--break) * 100vw );
}
.wrap_clinic01 .ttl{
	font-size: 2.5rem;
	letter-spacing: 0.05em;
	width: 100%;
	height: calc(80 / var(--break) * 100vw );
	line-height: calc(80 / var(--break) * 100vw );
	background: #e8e3d0;
	border-left: solid calc(10 / var(--break) * 100vw ) #786a38;
	border-right: solid calc(10 / var(--break) * 100vw ) #786a38;
}
.wrap_clinic01 .ttl2{
	height: calc(70 / var(--break) * 100vw );
	line-height: calc(70 / var(--break) * 100vw );
	background: #f5f6f8;
	border-bottom: solid 2px #222222;
}
.wrap_clinic01 .ttl2::before{
	content: "";
	background: url(images/index/icn_clinic01.svg)no-repeat center/contain;
	width: calc(99 / var(--break) * 100vw );
	height: calc(99 / var(--break) * 100vw );
	position: absolute;
	bottom: calc(14 / var(--break) * 100vw );
	left: calc(20 / var(--break) * 100vw );
}
.wrap_clinic01 .ttl3{
	height: calc(70 / var(--break) * 100vw );
	line-height: calc(70 / var(--break) * 100vw );
	background: #f5f6f8;
	border-bottom: solid 2px #222222;
}
.wrap_clinic01 .ttl3::before{
	content: "";
	background: url(images/index/icn_clinic02.svg)no-repeat center/contain;
	width: calc(99 / var(--break) * 100vw );
	height: calc(99 / var(--break) * 100vw );
	position: absolute;
	bottom: calc(14 / var(--break) * 100vw );
	left: calc(20 / var(--break) * 100vw );
}

.row_clinic01 .col_img{
	width: calc(630/1500*100%);
}
.row_clinic01 .col_txt{
	width: calc(820/1500*100%);
}
.row_clinic02 .col{
	width: calc(730/1500*100%);
}
.row_clinic02 .col .img{
	max-width: 630px;
}
@media(min-width: 768px) and (max-width:1599px) {

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

}
@media(max-width: 767px) {
	.wrap_clinic01{
		padding-bottom: calc(80 /var(--break)*100vw);
	}
	.wrap_clinic01 .ttl{
		font-size: 1.25rem;
		letter-spacing: 0.05em;
		width: 100%;
		height: calc(100 / var(--break) * 100vw );
		line-height: calc(100 / var(--break) * 100vw );
	}
	.wrap_clinic01 .ttl2{
		font-size: 1.25rem;
		letter-spacing: 0.1em;
		line-height: 1.5em;
		height: auto;
		padding: calc(20 /var(--break)*100vw) 0 calc(18 /var(--break)*100vw);
	}
	.wrap_clinic01 .ttl2::before{
		width: calc(99 / var(--break) * 100vw );
		height: calc(99 / var(--break) * 100vw );
		top: calc(-79 /var(--break)*100vw);
		bottom: auto;
		left: 0;
		right: 0;
		margin: auto;
	}
	.wrap_clinic01 .ttl3{
		font-size: 1.25rem;
		letter-spacing: 0.1em;
		line-height: 1.5em;
		height: auto;
		padding: calc(20 /var(--break)*100vw) 0 calc(18 /var(--break)*100vw);
	}
	.wrap_clinic01 .ttl3::before{
		width: calc(99 / var(--break) * 100vw );
		height: calc(99 / var(--break) * 100vw );
		top: calc(-79 /var(--break)*100vw);
		bottom: auto;
		left: 0;
		right: 0;
		margin: auto;
	}

	.row_clinic01 .col_img{
		width: calc(630 /var(--break)*100vw);
		margin: 0 auto calc(30 /var(--break)*100vw);
	}
	.row_clinic01 .col_txt{
		width: calc(646 /var(--break)*100vw);
		margin: auto;
	}
	.row_clinic02{
		gap:calc(132 /var(--break)*100vw) 0;
	}
	.row_clinic02 .col{
		width: 100%;
	}
	.row_clinic02 .col .img{
		width: calc(630 /var(--break)*100vw);
		margin: 0 auto calc(30 /var(--break)*100vw);
	}
	.row_clinic02 .col p{
		line-height: calc(50/32*100%);
	}
	.wrap_clinic01 .wrap_map.mb100{
		margin-bottom: calc(139 /var(--break)*100vw);
	}
}

.slide_sample06 .slick-prev {
	background: url(images/index/arw_clinic.svg)no-repeat center / cover;
	width: calc(33 / var(--break) * 100vw);
	height: calc(59 / var(--break) * 100vw);
	transform: translate(0);
	top: 0;
	bottom: 0;
	margin: auto;
	left: -7.2%;
	z-index: 1;
}
.slide_sample06 .slick-next {
	background: url(images/index/arw_clinic.svg)no-repeat center / cover;
	width: calc(33 / var(--break) * 100vw);
	height: calc(59 / var(--break) * 100vw);
	right: -7.2%;
	transform: translate(0) scaleX(-1);
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.slide_sample06 .slick-prev:before, .slide_sample06 .slick-next:before {
	display: none;
}
.slide_sample06 .slide_thumbnail li {
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 2%;
	opacity: .5;
	transition: .3s;
}
.slide_sample06 .slide_thumbnail li.thumbnail-current {
	opacity: 1;
}
.slide_sample06 .slide_thumbnail li:nth-child(5n), .slide_sample06 .slide_thumbnail li:last-child {
	margin-right: 0;
}
.slide_sample06 .slide_thumbnail li:hover {
	opacity: 1;
	transition: .3s;
	cursor: pointer;
}
@media(min-width: 768px) and (max-width:1599px) {
	.slide_sample06 .slick-prev, .slide_sample06 .slick-next {
		width: calc(30 / var(--break) * 100vw);
		height: calc(54 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_sample06 .slick-prev, .slide_sample06 .slick-next {
		width: calc(30 / var(--break) * 100vw);
		height: calc(54 / var(--break) * 100vw);
	}
	.slide_sample06 .slick-prev {
		left: 2%;
	}
	.slide_sample06 .slick-next {
		right: 2%;
	}
}
@media(max-width: 767px) {
	.slide_sample06 .slick-prev, .slide_sample06 .slick-next {
		width: calc(30 / var(--break) * 100vw);
		height: calc(54 / var(--break) * 100vw);
	}
	.slide_sample06 .slick-prev {
		left: 3vw;
	}
	.slide_sample06 .slick-next {
		right: 3vw;
	}
}

/* 費用 index_fee
------------------------------------------------------------------*/
.wrap_fee01{
	background: url(images/index/bg_fee01.jpg)no-repeat center/cover;
	padding: calc(89 / var(--break) * 100vw) 0 calc(112 / var(--break) * 100vw );
}
.wrap_fee01 .ttl{
	margin-bottom: calc(93 /var(--break)*100vw);
}
.wrap_fee01 .ttl .en{
	font-size: 12.5rem;
	color: rgba(202,238,242,0.2);
}
.wrap_fee01 .ttl .ja{
	margin-top: calc(-137 /var(--break)*100vw);
}
.wrap_fee02 .ttl{
	height: calc(70 / var(--break) * 100vw );
	line-height: calc(70 / var(--break) * 100vw );
	background: #fff;
	border-top: solid 1px #222222;
	border-bottom: solid 2px #222222;
}

.box_fee01{
	background: url(images/index/img_fee01.png)no-repeat right top/contain,#fff;
	outline: solid 1px #222222;
	outline-offset: calc(-11 / var(--break) * 100vw );
	padding: calc(50 / var(--break) * 100vw ) calc(50 / var(--break) * 100vw ) calc(44 / var(--break) * 100vw );
}
.box_fee01 .txt1{
	width: calc(700 / var(--break) * 100vw );
	height: calc(60 / var(--break) * 100vw );
	margin-bottom: calc(3 /var(--break)*100vw);
}
.box_fee01 .txt1::before{
	content: "";
	width: calc(120 / var(--break) * 100vw );
	height: 1px;
	background: #fff;
	margin-right: auto;
}
.box_fee01 .txt1::after{
	content: "";
	width: calc(120 / var(--break) * 100vw );
	height: 1px;
	background: #fff;
	margin-left: auto;
}

.box_fee01 .txt2{
	padding-left: calc(32 /var(--break)*100vw);
	margin-bottom: calc(17 /var(--break)*100vw);
}
.box_fee01 .txt2 .price1{
	width: calc(90 /var(--break)*100vw);
	height: calc(90 /var(--break)*100vw);
	font-size: 1.875rem;
	letter-spacing: 0.05em;
	line-height: calc(90 /var(--break)*100vw);
	vertical-align: middle;
	margin-top: calc(20 /var(--break)*100vw);
	margin-right: calc(13 /var(--break)*100vw);
}
.box_fee01 .txt2 .price2{
	font-size: 7.5rem;
	letter-spacing: 0;
	line-height: 1em;
	vertical-align: middle;
	margin-right: calc(10 /var(--break)*100vw);
}
.box_fee01 .txt2 .price3{
	font-size: 3.75rem;
	letter-spacing: 0.05em;
	vertical-align: middle;
	margin-top: calc(32 /var(--break)*100vw);
}
.box_fee01 .txt2 .price4{
	font-size: 2.5rem;
	letter-spacing: 0.05em;
	vertical-align: middle;
	margin-top: calc(52 /var(--break)*100vw);
}
.box_fee01 .txt2 .price5{
	font-size: 2.5rem;
	letter-spacing: 0.05em;
	line-height: 1em;
	padding-top: calc(5 /var(--break)*100vw);
	padding-left: calc(170 /var(--break)*100vw);
	width: calc(700 /var(--break)*100vw);
}
.box_fee01 .txt3{
	width: calc(690 /var(--break)*100vw);
}

.row_pay .col::before,
.row_pay .col::after{
	content: "";
	width: 100%;
	height: calc(189 / var(--break) * 100vw );
	background: rgba(7,44,86,0.5);
	position: absolute;
	top: 0;
}
.row_pay .col::before{
	left: 0;
	clip-path: polygon(0 0,0 100%,100% 0);
}
.row_pay .col::after{
	right: 0;
	clip-path: polygon(100% 0,100% 100%,0 0);
}
.box_fee02{
	outline: solid calc(6 /var(--break)*100vw) #fff;
	outline-offset: calc(-16 /var(--break)*100vw);
}
.row_fee03 .col_l{
	width: calc(540 /var(--break)*100vw);
	height: calc(117 /var(--break)*100vw);
	font-weight: 700;
}
.row_fee03 .col_l::before{
	content: "";
	width: calc(40 /var(--break)*100vw);
	height: calc(40 /var(--break)*100vw);
	background: #222222;
	clip-path: polygon(0 0,0 100%,100% 0);
	position: absolute;
	top: 0;
	left: 0;
}
.row_fee03 .col_r{
	width: calc(100% - (580 /var(--break)*100vw));
}

.wrap_fee03{
	margin: calc(40 /var(--break)*100vw) 0;
	border-top: solid 2px #786a38;
	border-bottom: solid 2px #786a38;
	padding-top: calc(30 /var(--break)*100vw);
	padding-bottom: calc(60 /var(--break)*100vw);
}
.wrap_fee03 .ttl{
	margin-bottom: calc(32 /var(--break)*100vw);
}
.wrap_fee03 .ttl::after{
	content: "";
	width: 2px;
	height: calc(30 /var(--break)*100vw);
	background: #222222;
	position: absolute;
	bottom: calc(-23 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
}
.btn_def{
	width: calc(400 /var(--break)*100vw);
}
.btn_def a{
	height: calc(60 /var(--break)*100vw);
	font-size: 1.25rem;
	letter-spacing: 0.1em;
}
.btn_def a::after{
	content: "";
	width: calc(8 /var(--break)*100vw);
	height: calc(10 /var(--break)*100vw);
	clip-path: polygon(0 0,0 100%, 100% 50%);
	background: #fff;
	position: absolute;
	top:0;
	bottom: 0;
	right: calc(30 /var(--break)*100vw);
	margin: auto;
}
@media(min-width: 768px) and (max-width:1599px) {

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

}
@media(max-width: 767px) {
	.wrap_fee01{
		background: url(images/index/bg_fee01_sp.jpg)no-repeat center right calc(-100 /var(--break)*100vw)/cover;
		padding: calc(55 / var(--break) * 100vw) 0 calc(85 / var(--break) * 100vw );
	}
	.wrap_fee01 .ttl{
		margin-bottom: calc(99 /var(--break)*100vw);
	}
	.wrap_fee01 .ttl .en{
		font-size: 5.625rem;
	}
	.wrap_fee01 .ttl .ja{
		font-size: 1.875rem;
		letter-spacing: 0;
		margin-top: calc(-120 /var(--break)*100vw);
	}
	.tbl_fee.tbl_default{
		margin-bottom: 0;
	}
	.tbl_fee.tbl_default th,
	.tbl_fee.tbl_default td{
		width: 100%;
		display: block;
		padding: calc(25 /var(--break)*100vw) calc(35 /var(--break)*100vw);
		font-size: 1rem;
	}
	
	.wrap_fee02 .ttl{
		font-size: 1.25rem;
		letter-spacing: 0.05em;
		height: calc(100 / var(--break) * 100vw );
		line-height: calc(100 / var(--break) * 100vw );
		background: #fff;
		border-top: solid 1px #222222;
		border-bottom: solid 2px #222222;
	}

	.box_fee01{
		background: url(images/index/img_fee01_sp.png)no-repeat right top/contain,#fff;
		padding: calc(316 / var(--break) * 100vw ) calc(28 / var(--break) * 100vw ) calc(53 / var(--break) * 100vw );
	}
	.box_fee01 .txt1{
		width: 100%;
		font-size: 1.125rem;
		letter-spacing: 0.1em;
		height: calc(80 / var(--break) * 100vw );
		margin-bottom: calc(3 /var(--break)*100vw);
	}
	.box_fee01 .txt1::before{
		width: calc(94 / var(--break) * 100vw );
	}
	.box_fee01 .txt1::after{
		width: calc(94 / var(--break) * 100vw );
	}

	.box_fee01 .txt2{
		white-space: nowrap;
		padding-left: 0;
		margin-bottom: calc(37 /var(--break)*100vw);
	}
	.box_fee01 .txt2 .price1{
		width: calc(90 /var(--break)*100vw);
		height: calc(90 /var(--break)*100vw);
		font-size: 0.9375rem;
		letter-spacing: 0.05em;
		line-height: calc(90 /var(--break)*100vw);
		vertical-align: middle;
		margin-top: calc(20 /var(--break)*100vw);
		margin-right: calc(13 /var(--break)*100vw);
	}
	.box_fee01 .txt2 .price2{
		font-size: 3.75rem;
		letter-spacing: 0;
		line-height: 1em;
		vertical-align: middle;
		margin-right: calc(10 /var(--break)*100vw);
	}
	.box_fee01 .txt2 .price3{
		font-size: 1.875rem;
		letter-spacing: 0.05em;
		vertical-align: middle;
		margin-top: calc(32 /var(--break)*100vw);
	}
	.box_fee01 .txt2 .price4{
		font-size: 1.25rem;
		letter-spacing: 0.05em;
		vertical-align: middle;
		margin-left: calc(-6 /var(--break)*100vw);
		margin-top: calc(52 /var(--break)*100vw);
	}
	.box_fee01 .txt2 .price5{
		font-size: 1.25rem;
		letter-spacing: 0.05em;
		line-height: 1em;
		padding-top: calc(5 /var(--break)*100vw);
		padding-left: 0;
		width:100%;
		text-align: center;
	}
	.box_fee01 .txt3{
		width: 100%;
		font-size: 1rem;
		letter-spacing: 0;
		line-height: 1.5625em;
	}

	.row_pay{
		width: calc(646 /var(--break)*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_pay .col{
		padding-left: 0;
		padding-right: 0;
	}
	.row_pay .col::before,
	.row_pay .col::after{
		height: calc(201 / var(--break) * 100vw );
	}
	.box_fee02{
		padding: calc(50 /var(--break)*100vw) calc(50 /var(--break)*100vw) calc(36 /var(--break)*100vw);
		outline: solid calc(6 /var(--break)*100vw) #fff;
		outline-offset: calc(-16 /var(--break)*100vw);
	}
	.row_fee03 .col_l{
		width: 100%;
		height: calc(130 /var(--break)*100vw);
		font-weight: 700;
		margin-bottom: calc(20 /var(--break)*100vw);
	}
	.row_fee03 .col_l::before{
		width: calc(45 /var(--break)*100vw);
		height: calc(45 /var(--break)*100vw);
	}
	.row_fee03 .col_l .fz40{
		font-size: 1.40625rem;
	}
	.row_fee03 .col_l .fz60{
		font-size: 2.09375rem;
	}
	.row_fee03 .col_r{
		width: 100%;
	}

	.wrap_fee03{
		margin: calc(80 /var(--break)*100vw) 0 calc(69 /var(--break)*100vw);
		border-top: solid calc(2 /var(--break)*100vw) #786a38;
		border-bottom: solid calc(2 /var(--break)*100vw) #786a38;
		padding-top: calc(37 /var(--break)*100vw);
		padding-bottom: calc(60 /var(--break)*100vw);
	}
	.wrap_fee03 .ttl{
		font-size: 1.25rem;
		letter-spacing: 0.05em;
		margin-bottom: calc(57 /var(--break)*100vw);
	}
	.wrap_fee03 .ttl::after{
		width: calc(2 /var(--break)*100vw);
		height: calc(30 /var(--break)*100vw);
		bottom: calc(-39 /var(--break)*100vw);
	}
	.wrap_fee03 .txt{
		width: calc(623 /var(--break)*100vw);
		margin: 0 auto calc(36 /var(--break)*100vw);
	}
	.btn_def{
		width: calc(600 /var(--break)*100vw);
	}
	.btn_def a{
		height: calc(100 /var(--break)*100vw);
		font-size: 1.0625rem;
		letter-spacing: 0;
	}
	.btn_def a::after{
		width: calc(17 /var(--break)*100vw);
		height: calc(21 /var(--break)*100vw);
		right: calc(26 /var(--break)*100vw);
	}
}


/* よくあるご質問 index_faq
------------------------------------------------------------------*/
.wrap_faq01{
	background: url("images/page/bg_pattern02.png")repeat left top/calc(14 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {

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

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

}


/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {

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

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

}


/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {

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

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

}


/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {

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

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

}


/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {

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

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

}


/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {

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

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

}


/* フッター footer
------------------------------------------------------------------*/
.row_foot01 > .col_l {
	width: 50%;
}
.row_foot01 > .col_r {
	width: 50%;
	background: #36becd;
	padding-top: calc(104/1920*100vw);
}
.logo_foot{
	width: calc(534 /var(--break)*100vw);
	margin-bottom: calc(40/1920*100vw);
}
.address_foot{
	width: calc(340 /var(--break)*100vw);
	height: calc(40 /var(--break)*100vw);
	margin-bottom: calc(40/1920*100vw);
}
.address_foot span{
	vertical-align: middle;
}
.address_foot .icn{
	width: calc(18 /var(--break)*100vw);
	font-size: 0;
	margin-right: calc(10 /var(--break)*100vw);
}
.address_foot .txt{
	line-height: calc(36 /var(--break)*100vw);
	width: calc(290 /var(--break)*100vw);
}

.row_foot02{
	width: calc(670 / var(--break) * 100vw );
	margin: 0 auto calc(40/1920*100vw);
}
.row_foot02 a{
	height: calc(120 /var(--break)*100vw);
}
.row_foot02 .col_tel{
	width: calc(360/670*100%);
}
.row_foot02 .col_tel a{
	background: #fff;
	border: solid 1px #072c56;
	padding-top: calc(11 /var(--break)*100vw);
}
.row_foot02 .col_tel .txt1{
	background: #072c56;
	color: #ffffff;
	width: calc(320/360*100%);
	height: calc(24 /var(--break)*100vw);
	line-height: calc(24 /var(--break)*100vw);
	margin: 0 auto calc(9 /var(--break)*100vw);
}
.row_foot02 .col_tel .txt2{
	width: 100%;
	line-height: 1em;
	margin-bottom: calc(2 /var(--break)*100vw);
}
.row_foot02 .col_tel .txt2 .fz26{
	margin-right: calc(8 /var(--break)*100vw);
}
.row_foot02 .col_tel .txt2 .txt{
	line-height: 1em;
}
.row_foot02 .col_tel .txt3{
	width: 100%;
}
.row_foot02 .col_web{
	width: calc(300/670*100%);
}
.row_foot02 .col_web a{
	padding-left: calc(20 /var(--break)*100vw);
}
.row_foot02 .col_web a::after{
	content: "";
	width: 0;
	height: 0;
	margin: auto;
	border-width: calc(23 /var(--break)*100vw);
	border-style: solid;
	border-color: transparent #ffffff #ffffff transparent;
	position: absolute;
	bottom: 0;
	right: 0;
}
.row_foot02 .col_web .col_img{
	width: calc(80/var(--break)*100vw);
	font-size: 0;
	vertical-align: middle;
}
.row_foot02 .col_web .col_txt{
	width: calc(176/var(--break)*100vw);
	padding-top: calc(7/var(--break)*100vw);
	margin: 0;
}
.row_foot02 .col_web .txt1{
	margin-bottom: calc(8 /var(--break)*100vw);
}
.row_foot02 .col_web .txt2{
	width: 100%;
	line-height: 1em;
}

.box_tbl_foot{
	max-width: 530px;
}

.pagetop {
	position: fixed;
	right: calc(10 / var(--break) * 100vw);
	bottom: calc(10 / var(--break) * 100vw);
	z-index: 1000;
	width: calc(80 / var(--break) * 100vw);
}
.copyright {
	height: calc(100 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_foot01 > .col_r {
		padding-top: calc(60/1920*100vw);
	}
	.logo_foot{
		width: calc(534 /1599*100vw);
	}
	.address_foot{
		width: calc(340 /1599*100vw);
		height: calc(40 /1599*100vw);
		font-size: calc(16/1599*100vw);
	}
	.address_foot .icn{
		width: calc(18 /1599*100vw);
		margin-right: calc(10 /1599*100vw);
	}
	.address_foot .txt{
		width: calc(290 /1599*100vw);
		line-height: calc(40 /1599*100vw);
	}

	.row_foot02{
		width: calc(670 /1599*100vw);
	}
	.row_foot02 a{
		height: calc(120/1599*100vw);
	}
	.row_foot02 .col_tel a{
		padding-top: calc(11/1599*100vw);
	}
	.row_foot02 .col_tel .txt1{
		font-size: calc(16/1599*100vw);
		height: calc(24/1599*100vw);
		line-height: calc(24/1599*100vw);
		margin: 0 auto calc(9/1599*100vw);
	}
	.row_foot02 .col_tel .txt2{
		font-size: calc(38/1599*100vw);
		margin-bottom: calc(2/1599*100vw);
	}
	.row_foot02 .col_tel .txt2 .fz26{
		font-size: calc(26/1599*100vw);
		margin-right: calc(8/1599*100vw);
	}
	.row_foot02 .col_tel .txt2 .txt{
		line-height: 1em;
	}
	.row_foot02 .col_tel .txt3{
		font-size: calc(16/1599*100vw);
	}
	.row_foot02 .col_web a{
		padding-left: calc(20 /1599*100vw);
	}
	.row_foot02 .col_web a::after{
		border-width: calc(23 /1599*100vw);
		border-style: solid;
		border-color: transparent #ffffff #ffffff transparent;
	}
	.row_foot02 .col_web .col_img{
		width: calc(80/1599*100vw);
	}
	.row_foot02 .col_web .col_txt{
		width: calc(176/1599*100vw);
		padding-top: calc(7/1599*100vw);
		margin: 0;
	}
	.row_foot02 .col_web .txt1{
		font-size: calc(24/1599*100vw);
		margin-bottom: calc(8 /1599*100vw);
	}
	.row_foot02 .col_web .txt2{
		font-size: calc(34 /1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_foot01 > .col_r {
		padding-top: calc(40/1920*100vw);
	}
	.logo_foot{
		margin-bottom: calc(30/1920*100vw);
	}
	.address_foot{
		margin-bottom: calc(30/1920*100vw);
	}
	.address_foot .txt{
		font-size: calc(16/1599*100vw);
	}
	.box_tbl_foot{
		width: 90%;
	}
}
@media(max-width: 767px) {
	.row_foot01 {
		display: block;
	}
	.row_foot01 > .col_l {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	.row_foot01 > .col_r {
		padding-top: calc(80 /var(--break)*100vw);
		padding-bottom: calc(80 /var(--break)*100vw);
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	.logo_foot{
		width: calc(600 /var(--break)*100vw);
		margin-bottom: calc(61 /var(--break)*100vw);
	}
	.logo_foot img{
		width: 100%;
	}
	.address_foot{
		width: calc(597 /var(--break)*100vw);
		height: calc(65 /var(--break)*100vw);
		line-height: calc(40 /var(--break)*100vw);
		font-size: 1rem;
		margin-bottom: calc(50 /var(--break)*100vw);
	}
	.address_foot span{
		vertical-align: middle;
	}
	.address_foot .icn{
		width: calc(30 /var(--break)*100vw);
		font-size: 0;
		margin-right: calc(20 /var(--break)*100vw);
	}
	.address_foot .icn img{
		width: 100%;
	}
	.address_foot .txt{
		font-size: 1rem;
		width: auto;
		letter-spacing: 0;
		line-height: calc(40 /var(--break)*100vw);
		padding-bottom: calc(5 /var(--break)*100vw);
	}
	.row_foot02{
		width: calc(600 /var(--break)*100vw);
		margin: 0 auto calc(60 /var(--break)*100vw);;
		gap:calc(30 /var(--break)*100vw) 0;
	}
	.row_foot02 a{
		height: calc(200 /var(--break)*100vw);
	}
	.row_foot02 .col_tel{
		width: 100%;
	}
	.row_foot02 .col_tel a{
		background: #fff;
		border: solid 2px #072c56;
		padding-top: calc(24 /var(--break)*100vw);
	}
	.row_foot02 .col_tel .txt1{
		width: calc(500 /var(--break)*100vw);
		height: calc(40 /var(--break)*100vw);
		line-height: calc(40 /var(--break)*100vw);
		margin: 0 auto 0;
		font-size: 0.8125rem;
	}
	.row_foot02 .col_tel .txt2{
		width: 100%;
		line-height: 1em;
		margin-bottom: calc(2 /var(--break)*100vw);
	}
	.row_foot02 .col_tel .txt2 .fz26{
		font-size: 1.375rem;
		margin-right: calc(14 /var(--break)*100vw);
	}
	.row_foot02 .col_tel .txt2 .txt{
		font-size: 1.9375rem!important;
		letter-spacing: 0.05em!important;
		line-height: 1em!important;
	}
	.row_foot02 .col_tel .txt3{
		width: 100%;
		font-size: 0.8125rem;
		margin-top: calc(-8 /var(--break)*100vw);
	}
	.row_foot02 .col_web{
		width: 100%;
	}
	.row_foot02 .col_web a{
		padding-left: calc(20 /var(--break)*100vw);
	}
	.row_foot02 .col_web a::after{
		border-width: calc(27 /var(--break)*100vw);
		border-style: solid;
		border-color: transparent #ffffff #ffffff transparent;
	}
	.row_foot02 .col_web .col_img{
		width: calc(166/var(--break)*100vw);
		font-size: 0;
		vertical-align: middle;
	}
	.row_foot02 .col_web .col_img img{
		width: 100%;
	}
	.row_foot02 .col_web .col_txt{
		width: calc(332/var(--break)*100vw);
		padding-top: calc(29/var(--break)*100vw);
		margin: 0;
	}
	.row_foot02 .col_web .txt1{
		font-size: 1.25rem;
		letter-spacing: 0;
		margin-bottom: calc(14 /var(--break)*100vw);
	}
	.row_foot02 .col_web .txt2{
		width: 100%;
		line-height: 1em;
		font-size: 1.75rem;
		letter-spacing: 0;
	}
	.box_tbl_foot{
		width: calc(702 /var(--break)*100vw);
		max-width: calc(702 /var(--break)*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(340 / var(--break) * 100dvw);
	}
	.fix_web {
		width: calc(260 / var(--break) * 100dvw);
	}
	.pagetop_sp {
		width: calc(150 / var(--break) * 100dvw);
	}
	.fix a {
		display: block;
	}
}

/* グーグルマップ
------------------------------------------------------------------*/
.map {
	position: relative;
	width: 100%;
	padding: calc(500 / var(--break) * 100vw) 0 0 0;
	overflow: hidden;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: calc(-170 / var(--break) * 100vw);
	height: calc(100% + calc(340 / var(--break) * 100vw));
}
.btn_map {
	width: calc(300 / var(--break) * 100vw);
	font-size: 1.25rem;
	letter-spacing: .1em;
	left: calc(30 / var(--break) * 100vw);
	top: calc(30 / var(--break) * 100vw);
	z-index: 1;
}
.btn_map a {
	height: calc(60 / var(--break) * 100vw);
	background: url("images/page/icn_map.svg")no-repeat left calc(30 / var(--break) * 100vw) center / calc(16 / var(--break) * 100vw) auto,#fff;
	border: 1px solid #222;
}
.btn_map a::after {
	content: "";
	background: url("images/page/arw_map.svg")no-repeat center/contain;
	width: calc(32 /var(--break)*100vw);
	height: calc(8 /var(--break)*100vw);
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(22 / var(--break) * 100vw)
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
	.map iframe {
		margin-top: calc(-280 / var(--break) * 100vw);
		height: calc(100% + calc(560 / var(--break) * 100vw));
	}
}
@media(max-width: 767px) {
	.map iframe {
		margin-top: calc(-200 / var(--break) * 100vw);
		height: calc(100% + calc(400 / var(--break) * 100vw));
	}
	.btn_map {
		width: calc(600 / var(--break) * 100vw);
		margin: 0 auto calc(60 / var(--break) * 100vw);
		font-size: 1.0625rem;
		letter-spacing: 0;
		position: relative;
		left: auto;
		top: auto;
	}
	.btn_map a {
		height: calc(100 / var(--break) * 100vw);
		background-position: left 3vw center;
		background-size: calc(30 / var(--break) * 100vw) auto;
	}
	.btn_map a::after {
		width: calc(54 /var(--break)*100vw);
		height: calc(13 /var(--break)*100vw);
		right: calc(27 /var(--break)*100vw);
	}
}