@charset "utf-8";
/* Theme Name: res */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&display=swap');
:root {
	--guideline-color: #ffc600;
	font-size: calc(16 / 1920*100vw);
	--color01: #0068DE;
	--color02: #009FDE;
	--color03: #029DAE;
	--color04: #062542;
	--color05: #14CFC9;
	--color06: #334C8A;
	--color07: #7C85BA;
	--color08: #EEF1F4;
	--color09: #F5F7F8;
	--color10: #FF9AC5;
	--color11: #FFC600;
	--color12: #14cfc9;
    --size5px:  calc(5 / 1920 * 100vw);
    --size10px:  calc(10 / 1920 * 100vw);
    --size15px:  calc(15 / 1920 * 100vw);
    --size20px:  calc(20 / 1920 * 100vw);
    --size25px:  calc(25 / 1920 * 100vw);
    --size30px:  calc(30 / 1920 * 100vw);
    --size35px:  calc(35 / 1920 * 100vw);
    --size40px:  calc(40 / 1920 * 100vw);
    --size45px:  calc(45 / 1920 * 100vw);
    --size50px:  calc(50 / 1920 * 100vw);
    --size55px:  calc(55 / 1920 * 100vw);
    --size60px:  calc(60 / 1920 * 100vw);
    --size65px:  calc(65 / 1920 * 100vw);
    --size70px:  calc(70 / 1920 * 100vw);
    --size75px:  calc(75 / 1920 * 100vw);
    --size80px:  calc(80 / 1920 * 100vw);
    --size85px:  calc(85 / 1920 * 100vw);
    --size90px:  calc(90 / 1920 * 100vw);
    --size95px:  calc(95 / 1920 * 100vw);
    --size100px:  calc(100 / 1920 * 100vw);
    --size105px:  calc(105 / 1920 * 100vw);
    --size110px:  calc(110 / 1920 * 100vw);
    --size115px:  calc(115 / 1920 * 100vw);
    --size120px:  calc(120 / 1920 * 100vw);
    --size125px:  calc(125 / 1920 * 100vw);
    --size130px:  calc(130 / 1920 * 100vw);
    --size135px:  calc(135 / 1920 * 100vw);
    --size140px:  calc(140 / 1920 * 100vw);
    --size145px:  calc(145 / 1920 * 100vw);
    --size150px:  calc(150 / 1920 * 100vw);
    --size160px:  calc(160 / 1920 * 100vw);
    --size170px:  calc(170 / 1920 * 100vw);
    --size180px:  calc(180 / 1920 * 100vw);
    --size190px:  calc(190 / 1920 * 100vw);
    --size200px:  calc(200 / 1920 * 100vw);
}
@media(min-width: 768px) and (max-width: 1599px) {
    :root {
        --size5px:  calc(5 / 1599 * 100vw);
        --size10px:  calc(10 / 1599 * 100vw);
        --size15px:  calc(15 / 1599 * 100vw);
        --size20px:  calc(20 / 1599 * 100vw);
        --size25px:  calc(25 / 1599 * 100vw);
        --size30px:  calc(30 / 1599 * 100vw);
        --size35px:  calc(35 / 1599 * 100vw);
        --size40px:  calc(40 / 1599 * 100vw);
        --size45px:  calc(45 / 1599 * 100vw);
        --size50px:  calc(50 / 1599 * 100vw);
        --size55px:  calc(55 / 1599 * 100vw);
        --size60px:  calc(60 / 1599 * 100vw);
        --size65px:  calc(65 / 1599 * 100vw);
        --size70px:  calc(70 / 1599 * 100vw);
        --size75px:  calc(75 / 1599 * 100vw);
        --size80px:  calc(80 / 1599 * 100vw);
        --size85px:  calc(85 / 1599 * 100vw);
        --size90px:  calc(90 / 1599 * 100vw);
        --size95px:  calc(95 / 1599 * 100vw);
        --size100px:  calc(100 / 1599 * 100vw);
        --size105px:  calc(105 / 1599 * 100vw);
        --size110px:  calc(110 / 1599 * 100vw);
        --size115px:  calc(115 / 1599 * 100vw);
        --size120px:  calc(120 / 1599 * 100vw);
        --size125px:  calc(125 / 1599 * 100vw);
        --size130px:  calc(130 / 1599 * 100vw);
        --size135px:  calc(135 / 1599 * 100vw);
        --size140px:  calc(140 / 1599 * 100vw);
        --size145px:  calc(145 / 1599 * 100vw);
        --size150px:  calc(150 / 1599 * 100vw);
		--size160px:  calc(160 / 1599 * 100vw);
		--size170px:  calc(170 / 1599 * 100vw);
		--size180px:  calc(180 / 1599 * 100vw);
		--size190px:  calc(190 / 1599 * 100vw);
		--size200px:  calc(200 / 1599 * 100vw);
    }
}
@media(min-width: 768px) and (max-width: 1299px) {
    :root {
        --size5px:  calc(5 / 1299 * 100vw);
        --size10px:  calc(10 / 1299 * 100vw);
        --size15px:  calc(15 / 1299 * 100vw);
        --size20px:  calc(20 / 1299 * 100vw);
        --size25px:  calc(25 / 1299 * 100vw);
        --size30px:  calc(30 / 1299 * 100vw);
        --size35px:  calc(35 / 1299 * 100vw);
        --size40px:  calc(40 / 1299 * 100vw);
        --size45px:  calc(45 / 1299 * 100vw);
        --size50px:  calc(50 / 1299 * 100vw);
        --size55px:  calc(55 / 1299 * 100vw);
        --size60px:  calc(60 / 1299 * 100vw);
        --size65px:  calc(65 / 1299 * 100vw);
        --size70px:  calc(70 / 1299 * 100vw);
        --size75px:  calc(75 / 1299 * 100vw);
        --size80px:  calc(80 / 1299 * 100vw);
        --size85px:  calc(85 / 1299 * 100vw);
        --size90px:  calc(90 / 1299 * 100vw);
        --size95px:  calc(95 / 1299 * 100vw);
        --size100px:  calc(100 / 1299 * 100vw);
        --size105px:  calc(105 / 1299 * 100vw);
        --size110px:  calc(110 / 1299 * 100vw);
        --size115px:  calc(115 / 1299 * 100vw);
        --size120px:  calc(120 / 1299 * 100vw);
        --size125px:  calc(125 / 1299 * 100vw);
        --size130px:  calc(130 / 1299 * 100vw);
        --size135px:  calc(135 / 1299 * 100vw);
        --size140px:  calc(140 / 1299 * 100vw);
        --size145px:  calc(145 / 1299 * 100vw);
        --size150px:  calc(150 / 1299 * 100vw);
		--size160px:  calc(160 / 1299 * 100vw);
		--size170px:  calc(170 / 1299 * 100vw);
		--size180px:  calc(180 / 1299 * 100vw);
		--size190px:  calc(190 / 1299 * 100vw);
		--size200px:  calc(200 / 1299 * 100vw);
    }
}
@media(max-width:767px) {
        :root {
        --size5px:  calc(5 / 750 * 100vw);
        --size10px:  calc(10 / 750 * 100vw);
        --size15px:  calc(15 / 750 * 100vw);
        --size20px:  calc(20 / 750 * 100vw);
        --size25px:  calc(25 / 750 * 100vw);
        --size30px:  calc(30 / 750 * 100vw);
        --size35px:  calc(35 / 750 * 100vw);
        --size40px:  calc(40 / 750 * 100vw);
        --size45px:  calc(45 / 750 * 100vw);
        --size50px:  calc(50 / 750 * 100vw);
        --size55px:  calc(55 / 750 * 100vw);
        --size60px:  calc(60 / 750 * 100vw);
        --size65px:  calc(65 / 750 * 100vw);
        --size70px:  calc(70 / 750 * 100vw);
        --size75px:  calc(75 / 750 * 100vw);
        --size80px:  calc(80 / 750 * 100vw);
        --size85px:  calc(85 / 750 * 100vw);
        --size90px:  calc(90 / 750 * 100vw);
        --size95px:  calc(95 / 750 * 100vw);
        --size100px:  calc(100 / 750 * 100vw);
        --size105px:  calc(105 / 750 * 100vw);
        --size110px:  calc(110 / 750 * 100vw);
        --size115px:  calc(115 / 750 * 100vw);
        --size120px:  calc(120 / 750 * 100vw);
        --size125px:  calc(125 / 750 * 100vw);
        --size130px:  calc(130 / 750 * 100vw);
        --size135px:  calc(135 / 750 * 100vw);
        --size140px:  calc(140 / 750 * 100vw);
        --size145px:  calc(145 / 750 * 100vw);
        --size150px:  calc(150 / 750 * 100vw);
		--size160px:  calc(160 / 750 * 100vw);
		--size170px:  calc(170 / 750 * 100vw);
		--size180px:  calc(180 / 750 * 100vw);
		--size190px:  calc(190 / 750 * 100vw);
		--size200px:  calc(200 / 750 * 100vw);
    }
}

/*サイト別フォント・カラー設定*/
.txt_link {
	color: #ffc600;
	text-decoration: underline;
}
.txt_grd01 {
	background: rgb(27,160,175);
	background: linear-gradient(90deg, rgba(27,160,175,1) 0%, rgba(20,207,201,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.txt_grd02 {
	background: rgb(51,76,138);
	background: linear-gradient(90deg, rgba(51,76,138,1) 0%, rgba(124,133,186,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.bg_grd01 {
	background: -moz-linear-gradient(0deg, rgba(27,160,175,1) 0%, rgba(20,207,201,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(27,160,175,1) 0%, rgba(20,207,201,1) 100%);
	background: linear-gradient(90deg, rgba(27,160,175,1) 0%, rgba(20,207,201,1) 100%);
}
.bg_grd02 {
	background: -moz-linear-gradient(0deg, rgba(51,76,138,1) 0%, rgba(124,133,186,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(51,76,138,1) 0%, rgba(124,133,186,1) 100%);
	background: linear-gradient(90deg, rgba(51,76,138,1) 0%, rgba(124,133,186,1) 100%);
}
.tsu {
	font-family: "fot-tsukumin-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;
}
.min_r {
	font-family: "minion-3-display", serif;
	font-weight: 400;
	font-style: normal;
}
.min_b {
	font-family: "minion-3-display", serif;
	font-weight: 700;
	font-style: italic;
}
.lia {
	font-family: "liana", script;
	font-weight: 400;
	font-style: normal;
}
.ten {
	font-family: "ten-mincho-text", serif;
	font-weight: 400;
	font-style: normal;
}
/*ここまで*/
html, body {
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 2;
	color: #062542;
	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: -5px;
	right: 0;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

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

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

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

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

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

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

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

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

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



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

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

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

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

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

.parallax {
	width: 100%;
	background-attachment: fixed!important;
}
.parallax.is_ios, .tab.parallax {
	background-attachment: inherit!important;
}
.ready {
	position: relative;
}
.ready a {
	pointer-events: none;
}
.ready a:hover {
	opacity: 1;
	cursor: default;
}
.ready:before {
	content: "準備中";
	color: #fff;
	text-align: center;
	width: calc(100 / 1920*100vw);
	height: calc(40 / 1920*100vw);
	line-height: calc(40 / 1920*100vw);
	background: rgba(51,51,51,.7);
	font-size: 1.125rem;
	letter-spacing: .1em;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 2;
	position: absolute;
}
.bg_ptn01 {
	background: url("images/page/ptn01.png");
	background-size: calc( 16 / 1920 * 100vw );
}
.bg_ptn02 {
	background: url("images/page/ptn02.png");
	background-size: calc( 10 / 1920 * 100vw );
}
.bg_ptn03 {
	background: url("images/page/ptn03.png");
	background-size: calc( 16 / 1920 * 100vw );
}
.copy_common01 {
	position: relative
}
.copy_common01:before,.copy_common01:after {
	content: '';
	position: relative;
	background: #062542;
	flex: 1;
	height: 1px;
	display: block;
	margin-right: calc( 30 / 1920 * 100vw );
	z-index: 2;
}
.copy_common01:after {
	margin-left: calc( 20 / 1920 * 100vw );
	margin-right: 0;
}
.copy_common01 .en {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 60%;
	left: 50%;
	z-index: -1;
	letter-spacing: 0;
}
.copy_common01.txt_white:before, .copy_common01.txt_white:after {
	background-color: #fff!important;
}
.copy_common01.txt_white .en {
	color: rgba(238, 241, 244, 0.2)!important;
}
.ttl_common02 {
	border-top: calc( 4 / 1920 * 100vw ) dotted #062542;
	border-bottom: calc( 4 / 1920 * 100vw ) dotted #062542;
	height: calc( 70 / 1920 * 100vw );
	padding-bottom: calc( 5 / 1920 * 100vw );
	margin-bottom: calc( 30 / 1920 * 100vw );
}
.tbl_time .tbl_caption {
	margin-top: 0;
}
.tbl_time02 table {
	color: #062542!important;
}
.tbl_time02 thead th,
.tbl_time02 thead td {
	border-bottom-color: #062542!important;
}
.rbn_common01 {
	z-index: 2;
}
.rbn_common01 .img {
	width: calc( 140 / 1920 * 100vw );
	left: 0;
	right: 0;
	top: calc( -60 / 1920 * 100vw );
	margin: auto;
}
.rbn_common01 .rbn {
	width: calc( 460 / 1920 * 100vw );
	height: calc( 70 / 1920 * 100vw );
	background: url("images/page/rbn_common01.svg")no-repeat center / cover;
}
.rbn_common01.color02 .rbn {
	background: url("images/page/rbn_common02.svg")no-repeat center / cover;
}
.rbn_common01.color02 .img {
	width: calc( 96 / 1920 * 100vw );
	left: 0;
	right: 0;
	top: calc( -80 / 1920 * 100vw );
	margin: auto;
}
.btn_common {
	width: calc( 500 / 1920 * 100vw );
}
.btn_common a {
	height: calc( 80 / 1920 * 100vw );
	background: url("images/page/arw02.svg")no-repeat right calc( 30 / 1920 * 100vw ) center / calc( 40 / 1920 * 100vw );
	border: 1px solid #062542;
}
.ttl_common03 .en:after {
	content: "";
	background: -moz-linear-gradient(0deg, rgba(27,160,175,1) 0%, rgba(20,207,201,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(27,160,175,1) 0%, rgba(20,207,201,1) 100%);
	background: linear-gradient(90deg, rgba(27,160,175,1) 0%, rgba(20,207,201,1) 100%);
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: calc( 24 / 1920 * 100vw );
}
.ttl_common04 {
	height: calc( 60 / 1920 * 100vw );
}
.box_common01 {
	background: #eef1f4;
	max-width: calc( 1000 / 1920 * 100vw );
}
.box_common01:before {
	content: "";
	border: 1px solid #062542;
	width: calc( 100% - calc( 20 / 1920 * 100vw ) );
	height: calc( 100% - calc( 20 / 1920 * 100vw) );
	margin: auto;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.box_qa03 {
	border: none!important;
	box-shadow: 0 0 calc( 16 / 1920 * 100vw ) calc( 4 / 1920 * 100vw ) rgba(51, 51, 51, 0.1)!important;
	margin-bottom: calc( 60 / 1920 * 100vw )!important;
}
.box_qa03:last-child {
	margin-bottom: 0!important;
}
.box_qa03 .box_q .txt {
	width: 100%;
}
.box_qa03 .box_q .box {
	z-index: 1;
	width: calc( 56 / 1920 * 100vw );
	height: calc( 70 / 1920 * 100vw );
	background: url("images/index/icn_q.svg")no-repeat center / cover;
	left: calc( 20 / 1920 * 100vw );
	top: calc( -20 / 1920 * 100vw );
}
.box_qa03 .box_q .txt {
	padding-left: calc( 100 / 1920 * 100vw );
}
.box_qa03 .box_q .txt .icn {
	width: calc( 26 / 1920 * 100vw );
	height: calc( 26 / 1920 * 100vw );
}
.box_qa03 .box_q .txt .icn:before,
.box_qa03 .box_q .txt .icn:after {
	background-color: #fff!important;
}
.box_qa03 .box_q .txt .icn:before {
	height: 1px;
}
.box_qa03 .box_q .txt .icn:after {
	width: 1px;
}
.tel_common01 .icn:before {
	content: "";
	background: url("images/page/icn_tel01.svg")no-repeat center / contain;
	width: calc( 30 / 1920 * 100vw );
	height: calc( 30 / 1920 * 100vw );
	position: absolute;
	left: 0;
	top: 2px;
	bottom: 0;
	margin: auto;
}
.tel_common01.txt_white .icn:before {
	background: url("images/page/icn_tel.svg")no-repeat center / contain;
}
.wrap_common01 .bg {
	background: url("images/index/img_orthodontic01.jpg")no-repeat right top / auto calc( 410 / 1920 * 100vw );
	padding-top: calc( 270 / 1920 * 100vw );
}
.wrap_common01.bg02 .bg {
	background-image: url("images/index/img_orthodontic08.jpg");
	background-position: left top;
}
.wrap_common01.bg03 .bg {
	padding-top: calc( 280 / 1920 * 100vw );
}
@media(max-width: 767px){
.parallax, .parallax.is_ios, .tab.parallax {
		width: 100%;
		background-attachment: inherit!important;
	}
}


@media(min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
	.slick-slide img,
	#sb_instagram .sbi_photo_wrap
	{
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
	}
}
@media(min-width: 768px) and (max-width:1599px) {
	:root {
		font-size: calc(16 / 1599*100vw);
	}
	.ready:before {
		width: calc(100 / 1599*100vw);
		height: calc(40 / 1599*100vw);
		line-height: calc(40 / 1599*100vw);
	}
	.copy_common01:before,.copy_common01:after {
		margin-right: calc( 30 / 1599 * 100vw );
	}
	.copy_common01:after {
		margin-left: calc( 20 / 1599 * 100vw );
	}
	.ttl_common02 {
		border-top: calc( 4 / 1599 * 100vw ) dotted #062542;
		border-bottom: calc( 4 / 1599 * 100vw ) dotted #062542;
		height: calc( 70 / 1599 * 100vw );
		padding-bottom: calc( 5 / 1599 * 100vw );
		margin-bottom: calc( 30 / 1599 * 100vw );
	}
	.rbn_common01 .img {
		width: calc( 140 / 1599 * 100vw );
		top: calc( -60 / 1599 * 100vw );
	}
	.rbn_common01 .rbn {
		width: calc( 460 / 1599 * 100vw );
		height: calc( 70 / 1599 * 100vw );
	}
	.rbn_common01.color02 .img {
		width: calc( 96 / 1599 * 100vw );
		top: calc( -80 / 1599 * 100vw );
	}
	.btn_common {
		width: calc( 500 / 1599 * 100vw );
	}
	.btn_common a {
		height: calc( 80 / 1599 * 100vw );
		background: url("images/page/arw02.svg")no-repeat right calc( 30 / 1599 * 100vw ) center / calc( 40 / 1599 * 100vw );
	}
	.ttl_common03 .en:after {
		bottom: calc( 24 / 1599 * 100vw );
	}
	.ttl_common04 {
		height: calc( 60 / 1599 * 100vw );
	}
	.box_common01 {
		background: #eef1f4;
		max-width: calc( 1000 / 1599 * 100vw );
	}
	.box_common01:before {
		width: calc( 100% - calc( 20 / 1599 * 100vw ) );
		height: calc( 100% - calc( 20 / 1599 * 100vw) );
	}
	.box_qa03 {
		box-shadow: 0 0 calc( 16 / 1599 * 100vw ) calc( 4 / 1599 * 100vw ) rgba(51, 51, 51, 0.1)!important;
		margin-bottom: calc( 60 / 1599 * 100vw )!important;
	}
	.box_qa03 .box_q .box {
		width: calc( 56 / 1599 * 100vw );
		height: calc( 70 / 1599 * 100vw );
		left: calc( 20 / 1599 * 100vw );
		top: calc( -20 / 1599 * 100vw );
	}
	.box_qa03 .box_q .txt {
		padding-left: calc( 100 / 1599 * 100vw );
	}
	.box_qa03 .box_q .txt .icn {
		width: calc( 26 / 1599 * 100vw );
		height: calc( 26 / 1599 * 100vw );
	}
	.tel_common01 .icn:before {
		width: calc( 30 / 1599 * 100vw );
		height: calc( 30 / 1599 * 100vw );
	}
	.wrap_common01 .bg {
		background: url("images/index/img_orthodontic01.jpg")no-repeat right top / auto calc( 410 / 1599 * 100vw );
		padding-top: calc( 270 / 1599 * 100vw );
	}
	.wrap_common01.bg03 .bg {
		padding-top: calc( 280 / 1599 * 100vw );
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	:root {
		font-size: calc(16 / 1299*100vw);
	}
	.pc_only {
		display: none;
	}
	.tb_only {
		display: inherit;
	}
	.sp_only {
		display: none;
	}
	.tb_pc {
		display: inherit;
	}
	.sp_tb {
		display: inherit;
	}
	.ready:before {
		width: calc(100 / 1299*100vw);
		height: calc(40 / 1299*100vw);
		line-height: calc(40 / 1299*100vw);
	}
	.copy_common01:before,.copy_common01:after {
		margin-right: calc( 30 / 1299 * 100vw );
	}
	.copy_common01:after {
		margin-left: calc( 20 / 1299 * 100vw );
	}
	.ttl_common02 {
		border-top: calc( 4 / 1299 * 100vw ) dotted #062542;
		border-bottom: calc( 4 / 1299 * 100vw ) dotted #062542;
		height: calc( 70 / 1299 * 100vw );
		padding-bottom: calc( 5 / 1299 * 100vw );
		margin-bottom: calc( 30 / 1299 * 100vw );
	}
	.rbn_common01 .img {
		width: calc( 140 / 1299 * 100vw );
		top: calc( -60 / 1299 * 100vw );
	}
	.rbn_common01 .rbn {
		width: calc( 460 / 1299 * 100vw );
		height: calc( 70 / 1299 * 100vw );
		font-size: 2rem;
	}
	.rbn_common01.color02 .img {
		width: calc( 96 / 1299 * 100vw );
		top: calc( -90 / 1299 * 100vw );
	}
	.btn_common {
		width: calc( 500 / 1299 * 100vw );
	}
	.btn_common a {
		height: calc( 80 / 1299 * 100vw );
		background: url("images/page/arw02.svg")no-repeat right calc( 30 / 1299 * 100vw ) center / calc( 40 / 1299 * 100vw );
	}
	.ttl_common03 .en:after {
		bottom: calc( 24 / 1299 * 100vw );
	}
	.ttl_common04 {
		height: calc( 60 / 1299 * 100vw );
	}
	.box_common01 {
		background: #eef1f4;
		max-width: calc( 1000 / 1299 * 100vw );
	}
	.box_common01:before {
		width: calc( 100% - calc( 20 / 1299 * 100vw ) );
		height: calc( 100% - calc( 20 / 1299 * 100vw) );
	}
	.box_qa03 {
		box-shadow: 0 0 calc( 16 / 1299 * 100vw ) calc( 4 / 1299 * 100vw ) rgba(51, 51, 51, 0.1)!important;
		margin-bottom: calc( 60 / 1299 * 100vw )!important;
	}
	.box_qa03 .box_q .box {
		width: calc( 56 / 1299 * 100vw );
		height: calc( 70 / 1299 * 100vw );
		left: calc( 20 / 1299 * 100vw );
		top: calc( -20 / 1299 * 100vw );
	}
	.box_qa03 .box_q .txt {
		padding-left: calc( 100 / 1299 * 100vw );
	}
	.box_qa03 .box_q .txt .icn {
		width: calc( 26 / 1299 * 100vw );
		height: calc( 26 / 1299 * 100vw );
	}
	.tel_common01 .icn:before {
		width: calc( 30 / 1299 * 100vw );
		height: calc( 30 / 1299 * 100vw );
	}
	.wrap_common01 .bg {
		background: url("images/index/img_orthodontic01.jpg")no-repeat right top / auto calc( 410 / 1299 * 100vw );
		padding-top: calc( 270 / 1299 * 100vw );
	}
	.wrap_common01.bg03 .bg {
		padding-top: calc( 280 / 1299 * 100vw );
	}
}
@media(max-width: 767px) {
	:root {
		font-size: 4.27vw;
	}
	html, body {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.lum-lightbox {
		background-color: rgba(255,255,255,.9);
	}
	.lum-close-button:after, .lum-close-button:before {
		background-color: rgb(000,000,000);
	}
	.lum-gallery-button {
		display: none !important;
	}
	a.zoom{
		position: relative;
		display: block;
		pointer-events: auto;
	}
	a.zoom:before {
		content: "タップで拡大します";
		position: absolute;
		width: 100%;
		height: 4.27vw;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		letter-spacing: .1em;
		line-height: 4.27vw;
		text-shadow: 0 0 calc( 5 / 750 * 100vw ) #fff, 0 0 calc( 5 / 750 * 100vw ) #fff, 0 0 calc( 10 / 750 * 100vw ) #fff, 0 0 calc( 10 / 750 * 100vw ) #fff, 0 0 calc( 15 / 750 * 100vw ) #fff, 0 0 calc( 15 / 750 * 100vw ) #fff;
		text-align: center;
	}
	a.zoom:after{
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 1.5em;
		height: 1.5em;
		background-color: rgba(0,0,0,0.5);
		background-image: url("images/page/icn_zoom.svg");
		background-size: 1em 1em;
		background-position: center center;
		background-repeat: no-repeat;
	}
	.lum-lightbox.lum-open {
		z-index: 10;
	}
	.lum-lightbox-image-wrapper {
		overflow-x: scroll;
	}
	.lum-lightbox-inner img {
		max-width: calc(1000 / 750*100vw);
	}
	.inner,.inner1000,.inner1140,.inner1200,.inner1340,.inner1500 {
		width: 100%;
		max-width: calc(702 / 750 * 100vw);
	}
	.pc_only {
		display: none;
	}
	.tb_only {
		display: none;
	}
	.sp_only {
		display: inherit;
	}
	.tb_pc {
		display: none;
	}
	.sp_tb {
		display: inherit;
	}

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

	.pb_1vw { padding-bottom: 1vw; }
	.pb_2vw { padding-bottom: 2vw; }
	.pb_3vw { padding-bottom: 4vw; }
	.pb_5vw { padding-bottom: 5vw; }
	.pb_6vw { padding-bottom: 6vw; }
	.pb_7vw { padding-bottom: 7vw; }
	.pb_8vw { padding-bottom: 8vw; }
	.pb_9vw { padding-bottom: 9vw; }
	.pb_10vw { padding-bottom: 10vw; }
	.pb_11vw { padding-bottom: 11vw; }
	.pb_12vw { padding-bottom: 12vw; }
	.pb_13vw { padding-bottom: 13vw; }
	.pb_14vw { padding-bottom: 14vw; }
	.pb_15vw { padding-bottom: 15vw; }

	.ls0_sp { letter-spacing: 0!important; }
	.ls05_sp { letter-spacing: .05em!important; }
	.ls15_sp { letter-spacing: .15em!important; }
	.ls2_sp { letter-spacing: .2em!important; }

	.txt_width {
		max-width: calc(646 / 750 * 100vw)!important;
		margin-left: auto;
		margin-right: auto;
	}
	.sp_left {
		text-align: left!important;
	}
	.shadow_w {
		text-shadow: 0px 0px calc(5 / 750 * 100vw) #fff, 0px 0px calc(5 / 750 * 100vw) #fff, 0px 0px calc(10 / 750 * 100vw) #fff, 0px 0px calc(10 / 750 * 100vw) #fff, 0px 0px calc(15 / 750 * 100vw) #fff, 0px 0px calc(15 / 750 * 100vw) #fff;
	}
	.txt_tb {
		writing-mode: horizontal-tb;
	}
	.ready:before {
		width: calc(160 / 750*100vw);
		height: calc(80 / 750*100vw);
		line-height: calc(80 / 750*100vw);
	}
	.bg_ptn01 {
		background: url("images/page/ptn01.png");
		background-size: calc( 16 / 750 * 100vw );
	}
	.bg_ptn02 {
		background: url("images/page/ptn02.png");
		background-size: calc( 10 / 750 * 100vw );
	}
	.bg_ptn03 {
		background: url("images/page/ptn03.png");
		background-size: calc( 16 / 750 * 100vw );
	}
	.copy_common01 {
		font-size: calc( 40 / 750 * 100vw );
		letter-spacing: 0;
	}
	.copy_common01.mb50 {
		margin-bottom: 3vw;
	}
	.copy_common01:before,.copy_common01:after {
		content: '';
		position: relative;
		background: #062542;
		flex: 1;
		height: 1px;
		display: block;
		margin-right: calc( 30 / 750 * 100vw );
		z-index: 2;
	}
	.copy_common01:after {
		margin-left: calc( 20 / 750 * 100vw );
		margin-right: 0;
	}
	.copy_common01 .en {
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		top: 60%;
		left: 50%;
		font-size: calc( 100 / 750 * 100vw );
	}
	.copy_common01.txt_white:before, .copy_common01.txt_white:after {
		background-color: #fff!important;
	}
	.copy_common01.txt_white .en {
		color: rgba(238, 241, 244, 0.2)!important;
	}
	.ttl_common02 {
		border-top: calc( 4 / 750 * 100vw ) dotted #062542;
		border-bottom: calc( 4 / 750 * 100vw ) dotted #062542;
		height: calc( 80 / 750 * 100vw );
		padding-bottom: calc( 5 / 750 * 100vw );
		margin-bottom: calc( 40 / 750 * 100vw );
		font-size: calc( 40 / 750 * 100vw );
	}
	.ttl_common03 .en .fz140 {
		font-size: calc( 140 / 750 * 100vw );
	}
	.ttl_common03 .ja {
		font-size: calc( 40 / 750 * 100vw );
		letter-spacing: 0;
	}
	.ttl_common03 .ja em {
		font-size: calc( 60 / 750 * 100vw );
		letter-spacing: 0;
	}
	.tbl_time .tbl_caption {
		margin-top: 0;
		font-size: calc( 24 / 750 * 100vw );
		padding-bottom: 3vw;
	}
	.tbl_time02 table {
		color: #062542!important;
	}
	.tbl_time02 thead th,
	.tbl_time02 thead td {
		border-bottom-color: #062542!important;
	}
	.rbn_common01 {
		z-index: 2;
	}
	.rbn_common01 .img {
		width: calc( 168 / 750 * 100vw );
		left: 0;
		right: 0;
		top: calc( -75 / 750 * 100vw );
		margin: auto;
	}
	.rbn_common01 .rbn {
		width: calc( 552 / 750 * 100vw );
		height: calc( 84 / 750 * 100vw );
		background: url("images/page/rbn_common01.svg")no-repeat center / cover;
		font-size: calc( 40 / 750 * 100vw );
		letter-spacing: 0;
	}
	.rbn_common01.color02 .rbn {
		background: url("images/page/rbn_common02.svg")no-repeat center / cover;
	}
	.rbn_common01.color02 .img {
		width: calc( 115 / 750 * 100vw );
		left: 0;
		right: 0;
		top: calc( -100 / 750 * 100vw );
		margin: auto;
	}
	.btn_common {
		width: calc( 600 / 750 * 100vw );
		font-size: calc( 32 / 750 * 100vw );
		letter-spacing: 0;
	}
	.btn_common a {
		height: calc( 100 / 750 * 100vw );
		background: url("images/page/arw02.svg")no-repeat right calc( 30 / 750 * 100vw ) center / calc( 40 / 750 * 100vw );
	}
	.ttl_common03 .en {
		margin-bottom: 2vw;
	}
	.ttl_common03 .en:after {
		content: "";
		background: -moz-linear-gradient(0deg, rgba(27,160,175,1) 0%, rgba(20,207,201,1) 100%);
		background: -webkit-linear-gradient(0deg, rgba(27,160,175,1) 0%, rgba(20,207,201,1) 100%);
		background: linear-gradient(90deg, rgba(27,160,175,1) 0%, rgba(20,207,201,1) 100%);
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		bottom: calc( 24 / 750 * 100vw );
	}
	.ttl_common04 {
		height: calc( 80 / 750 * 100vw );
		font-size: calc( 34 / 750 * 100vw );
		letter-spacing: 0;
		padding-bottom: 1vw;
	}
	.box_common01 {
		max-width: calc( 702 / 750 * 100vw );
		margin-left: auto;
		margin-right: auto;
		padding: 6vw 5vw 8vw;
	}
	.box_common01:before {
		content: "";
		border: 1px solid #062542;
		width: calc( 100% - calc( 20 / 750 * 100vw ) );
		height: calc( 100% - calc( 20 / 750 * 100vw) );
		margin: auto;
		position: absolute;
		right: 0;
		left: 0;
		top: 0;
		bottom: 0;
		z-index: -1;
	}
	.box_common01 .copy {
		font-size: calc( 40 / 750 * 100vw );
		letter-spacing: 0;
	}
	.box_qa03 {
		border: none!important;
		box-shadow: 0 0 calc( 16 / 750 * 100vw ) calc( 4 / 750 * 100vw ) rgba(51, 51, 51, 0.1)!important;
		margin-bottom: calc( 60 / 750 * 100vw )!important;
	}
	.box_qa03:last-child {
		margin-bottom: 0!important;
	}
	.box_qa03 .box_q .txt {
		width: 100%;
	}
	.box_qa03 .box_q .box {
		z-index: 1;
		width: calc( 56 / 750 * 100vw );
		height: calc( 70 / 750 * 100vw );
		background: url("images/index/icn_q.svg")no-repeat center / cover;
		left: calc( 20 / 750 * 100vw );
		top: calc( -20 / 750 * 100vw );
	}
	.box_qa03 .box_q .txt {
		padding-left: calc( 100 / 750 * 100vw );
		padding-bottom: 3vw;
		font-size: calc( 36 / 750 * 100vw );
	}
	.box_qa03 .box_q .txt .icn {
		width: calc( 26 / 750 * 100vw );
		height: calc( 26 / 750 * 100vw );
	}
	.box_qa03 .box_q .txt .icn:before,
	.box_qa03 .box_q .txt .icn:after {
		background-color: #fff!important;
	}
	.box_qa03 .box_q .txt .icn:before {
		height: 1px;
	}
	.box_qa03 .box_q .txt .icn:after {
		width: 1px;
	}
	.box_qa03 .box_a {
		padding: 2vw 5% 5.5vw;
	}
	.tel_common01 .icn {
		font-size: calc( 64 / 750 * 100vw );
		letter-spacing: .05em;
		padding-left: 8vw;
	}
	.tel_common01 .icn:before {
		width: calc( 40 / 750 * 100vw );
		height: calc( 40 / 750 * 100vw );
	}
	.wrap_common01 {
		padding-left: 3.2vw;
		padding-right: 3.2vw;
	}
	.wrap_common01 .bg {
		background: url("images/index/img_orthodontic01_sp.jpg")no-repeat right top / auto calc( 410 / 750 * 100vw );
		padding-top: calc( 300 / 750 * 100vw );
		padding-left: 3.2vw;
		padding-right: 3.2vw;
	}
	.wrap_common01.bg02 {
		margin-bottom: 10vw;
	}
	.wrap_common01.bg02 .bg {
		background-image: url("images/index/img_orthodontic08_sp.jpg");
		background-position: left top;
	}
	.wrap_common01.bg03 .bg {
		padding-top: calc( 280 / 750 * 100vw );
	}
}


/* ヘッダー header
------------------------------------------------------------------*/
header {
	z-index: 10;
	width: 100%;
}
header h1 {
	width: calc( 570 / 1920 * 100vw );
	margin-left: calc( 20 / 1920 * 100vw );
	margin-top: calc( 20 / 1920 * 100vw );
}
.wrap_head {
	right: calc( 120 / 1920 * 100vw );
}
.tel_head a {
	height: calc( 120 / 1920 * 100vw );
}
.tel_head .icn:before {
	content: "";
	background: url("images/page/icn_tel01.svg")no-repeat center / contain;
	width: calc( 26 / 1920 * 100vw );
	height: calc( 26 / 1920 * 100vw );
	position: absolute;
	left: 0;
	top: 2px;
	bottom: 0;
	margin: auto;
}
.mail_head,
.web_head {
	width: 24%;
	max-width: 335px;
}
.mail_head,
.web_head {
	width: 24%;
	max-width: 335px;
}
.mail_head a.btn_arw_parts01::after ,
.web_head a.btn_arw_parts01::after {
	border-width: calc( 6 / 1920 * 100vw );
}
.web_head a,
.mail_head a {
	height: calc( 60 / 1920 * 100vw );
}
.mail_head a > .txt,
.web_head a > .txt {
	max-width: 275px;
	width: 90%;
}
.mail_head .wrap .txt:before,
.web_head .wrap .txt:before {
	content: "";
	background: url("images/page/icn_mail01.svg")no-repeat center / contain;
	width: calc( 26 / 1920 * 100vw );
	height: calc( 26 / 1920 * 100vw );
	position: absolute;
	left: 0;
	top: calc( 2 / 1920 * 100vw );
	bottom: 0;
	margin: auto;
}
.web_head .wrap .txt:before {
	background-image: url("images/page/icn_web01.svg");
	width: calc( 26 / 1920 * 100vw );
	height: calc( 26 / 1920 * 100vw );
}
.box_main01 {
	left: calc( 30 / 1920 * 100vw );
	bottom: calc( 30 / 1920 * 100vw );
	max-width: 650px;
	width: 100%;
}
.box_main01 .box {
	background: url("images/index/deco_reason02.png")no-repeat left bottom / calc( 300 / 1920 * 100vw ) auto;
}
.box_main01 .box:before {
	content: "";
	border: 2px solid #009fde;
	width: calc( 100% - calc( 20 / 1920 * 100vw ) );
	height: calc( 100% - calc( 20 / 1920 * 100vw ) );
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.ccl_main01 {
	position: relative;
	width: calc( 140 / 1920 * 100vw );
	height: calc( 140 / 1920 * 100vw );
}
.ccl_main01::before {
	content: "";
	position: absolute;
	border: dotted calc( 4 / 1920 * 100vw ) #fff;
	border-radius: 100%;
	width: calc( 100% - calc( 11 / 1920 * 100vw ) );
	height: calc( 100% - calc( 11 / 1920 * 100vw ) );
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.wrap_main01 {
	right: calc( 40 / 1920 * 100vw );
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	position: absolute;
	top: 50%;
}
.wrap_main01 .balloon {
	width: calc( 354 / 1920 * 100vw );
}
.copy_main01 {
	text-shadow: 0 0 calc( 8 / 1920 * 100vw ) rgba(0, 0, 0, 0.2);
}
.copy_main01 em:before {
	content: "";
	background: url("images/index/deco_main01.svg")no-repeat center / contain;
	width: calc( 170 / 1920 * 100vw );
	height: calc( 120 / 1920 * 100vw );
	position: absolute;
	left: calc( -70 / 1920 * 100vw );
	top: calc( -70 / 1920 * 100vw );
}
.row_main01 .col {
	width: calc( 220 / 1920 * 100vw );
	height: calc( 220 / 1920 * 100vw );
	background: url("images/page/ccl_common01.png")no-repeat center / cover;
	position: relative;
	z-index: 1;
}
.row_main01 .col_r {
	background: url("images/page/ccl_common02.png")no-repeat center / cover;
	z-index: -1;
	margin-left: calc( -20 / 1920 * 100vw );
}
@media(min-width: 768px) and (max-width:1599px) {
	header h1 {
		width: calc( 570 / 1599 * 100vw );
		margin-left: calc( 20 / 1599 * 100vw );
		margin-top: calc( 20 / 1599 * 100vw );
	}
	.wrap_head {
		right: calc( 120 / 1599 * 100vw );
	}
	.tel_head a {
		height: calc( 120 / 1599 * 100vw );
	}
	.tel_head .icn:before {
		width: calc( 26 / 1599 * 100vw );
		height: calc( 26 / 1599 * 100vw );
	}
	.mail_head a.btn_arw_parts01::after ,
	.web_head a.btn_arw_parts01::after {
		border-width: calc( 6 / 1599 * 100vw );
	}
	.web_head a,
	.mail_head a {
		height: calc( 60 / 1599 * 100vw );
	}
	.mail_head .wrap .txt:before,
	.web_head .wrap .txt:before {
		width: calc( 26 / 1599 * 100vw );
		height: calc( 26 / 1599 * 100vw );
		top: calc( 2 / 1599 * 100vw );
	}
	.web_head .wrap .txt:before {
		width: calc( 26 / 1599 * 100vw );
		height: calc( 26 / 1599 * 100vw );
	}
	.box_main01 {
		left: calc( 30 / 1599 * 100vw );
		bottom: calc( 30 / 1599 * 100vw );
	}
	.box_main01 .box {
		background: url("images/index/deco_reason02.png")no-repeat left bottom / calc( 300 / 1599 * 100vw ) auto;
	}
	.box_main01 .box:before {
		width: calc( 100% - calc( 20 / 1599 * 100vw ) );
		height: calc( 100% - calc( 20 / 1599 * 100vw ) );
	}
	.ccl_main01 {
		width: calc( 140 / 1599 * 100vw );
		height: calc( 140 / 1599 * 100vw );
	}
	.ccl_main01::before {
		border: dotted calc( 4 / 1599 * 100vw ) #fff;
		width: calc( 100% - calc( 11 / 1599 * 100vw ) );
		height: calc( 100% - calc( 11 / 1599 * 100vw ) );
	}
	.wrap_main01 {
		right: calc( 40 / 1599 * 100vw );
	}
	.wrap_main01 .balloon {
		width: calc( 354 / 1599 * 100vw );
	}
	.copy_main01 {
		text-shadow: 0 0 calc( 8 / 1599 * 100vw ) rgba(0, 0, 0, 0.2);
	}
	.copy_main01 em:before {
		width: calc( 170 / 1599 * 100vw );
		height: calc( 120 / 1599 * 100vw );
		left: calc( -70 / 1599 * 100vw );
		top: calc( -70 / 1599 * 100vw );
	}
	.row_main01 .col {
		width: calc( 220 / 1599 * 100vw );
		height: calc( 220 / 1599 * 100vw );
	}
	.row_main01 .col_r {
		margin-left: calc( -20 / 1599 * 100vw );
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	header h1 {
		width: calc( 570 / 1299 * 100vw );
		margin-left: calc( 20 / 1299 * 100vw );
		margin-top: calc( 20 / 1299 * 100vw );
	}
	.wrap_head {
		right: calc( 120 / 1299 * 100vw );
	}
	.tel_head a {
		height: calc( 120 / 1299 * 100vw );
	}
	.tel_head .icn:before {
		width: calc( 26 / 1299 * 100vw );
		height: calc( 26 / 1299 * 100vw );
	}
	.mail_head a.btn_arw_parts01::after ,
	.web_head a.btn_arw_parts01::after {
		border-width: calc( 6 / 1299 * 100vw );
	}
	.web_head a,
	.mail_head a {
		height: calc( 60 / 1299 * 100vw );
	}
	.mail_head .wrap .txt:before,
	.web_head .wrap .txt:before {
		width: calc( 26 / 1299 * 100vw );
		height: calc( 26 / 1299 * 100vw );
		top: calc( 2 / 1299 * 100vw );
	}
	.web_head .wrap .txt:before {
		width: calc( 26 / 1299 * 100vw );
		height: calc( 26 / 1299 * 100vw );
	}
	.box_main01 {
		left: calc( 30 / 1299 * 100vw );
		bottom: calc( 30 / 1299 * 100vw );
		max-width: calc( 650 / 1299 * 100vw );
	}
	.box_main01 .box {
		background: url("images/index/deco_reason02.png")no-repeat left bottom / calc( 300 / 1299 * 100vw ) auto;
	}
	.box_main01 .box:before {
		width: calc( 100% - calc( 20 / 1299 * 100vw ) );
		height: calc( 100% - calc( 20 / 1299 * 100vw ) );
	}
	.box_main01 .txt {
		font-size: 1rem;
	}
	.box_main01 .fz110 {
		font-size: 5.5rem;
	}
	.wrap_main01 {
		right: calc( 40 / 1299 * 100vw );
	}
	.wrap_main01 .balloon {
		width: calc( 354 / 1299 * 100vw );
	}
	.copy_main01 {
		text-shadow: 0 0 calc( 8 / 1299 * 100vw ) rgba(0, 0, 0, 0.2);
		font-size: 2.75rem;
	}
	.copy_main01 .txt02 {
		font-size: 3.5rem;
	}
	.copy_main01 em {
		font-size: 5rem;
	}
	.copy_main01 em:before {
		width: calc( 120 / 1299 * 100vw );
		height: calc( 86 / 1299 * 100vw );
		left: calc( -50 / 1299 * 100vw );
		top: calc( -40 / 1299 * 100vw );
	}
	.row_main01 .col {
		width: calc( 180 / 1299 * 100vw );
		height: calc( 180 / 1299 * 100vw );
		font-size: 1.125rem;
	}
	.row_main01 .col_r {
		margin-left: calc( -20 / 1299 * 100vw );
	}
}
@media(max-width: 767px) {
	header {
		z-index: 10;
		width: 100%;
	}
	header h1 {
		width: calc( 570 / 750 * 100vw );
		margin-left: calc( 20 / 750 * 100vw );
		margin-top: calc( 20 / 750 * 100vw );
	}
	.hdg2 {
		margin-top: 10vw;
	}
	.wrap_head {
		display: none;
	}
	.tel_head a {
		height: calc( 120 / 750 * 100vw );
	}
	.tel_head .icn:before {
		content: "";
		background: url("images/page/icn_tel01.svg")no-repeat center / contain;
		width: calc( 26 / 750 * 100vw );
		height: calc( 26 / 750 * 100vw );
		position: absolute;
		left: 0;
		top: 2px;
		bottom: 0;
		margin: auto;
	}
	.mail_head,
	.web_head {
		width: 24%;
		max-width: 335px;
	}
	.mail_head,
	.web_head {
		width: 24%;
		max-width: 335px;
	}
	.mail_head a.btn_arw_parts01::after ,
	.web_head a.btn_arw_parts01::after {
		border-width: calc( 6 / 750 * 100vw );
	}
	.web_head a,
	.mail_head a {
		height: calc( 60 / 750 * 100vw );
	}
	.mail_head a > .txt,
	.web_head a > .txt {
		max-width: 275px;
		width: 90%;
	}
	.mail_head .wrap .txt:before,
	.web_head .wrap .txt:before {
		content: "";
		background: url("images/page/icn_mail01.svg")no-repeat center / contain;
		width: calc( 26 / 750 * 100vw );
		height: calc( 26 / 750 * 100vw );
		position: absolute;
		left: 0;
		top: calc( 2 / 750 * 100vw );
		bottom: 0;
		margin: auto;
	}
	.web_head .wrap .txt:before {
		background-image: url("images/page/icn_web01.svg");
		width: calc( 26 / 750 * 100vw );
		height: calc( 26 / 750 * 100vw );
	}
	.box_main01 {
		position: relative;
		left: 0;
		bottom: 0;
		max-width: 880px;
		width: 100%;
		padding: 34vw 3.2vw 11vw;
		background: #eef1f4;
	}
	.box_main01 .box {
		background: url("images/index/deco_reason02.png")no-repeat left bottom / calc( 300 / 750 * 100vw ) auto;
		padding-bottom: 7vw;
	}
	.box_main01 .box:before {
		border: 1px solid #009fde;
		width: calc( 100% - calc( 20 / 750 * 100vw ) );
		height: calc( 100% - calc( 20 / 750 * 100vw ) );
	}
	.box_main01 .rbn_common01 {
		top: 33vw;
	}
	.box_main01 .txt01 {
		font-size: calc( 60 / 750 * 100vw );
	}
	.box_main01 .txt01 em {
		font-size: calc( 130 / 750 * 100vw );
	}
	.box_main01 .txt02 {
		font-size: calc( 30 / 750 * 100vw );
		letter-spacing: 0;
	}
	.box_main01 .box .txt {
		font-size: calc( 28 / 750 * 100vw );
		letter-spacing: 0;
		line-height: 1.6;
	}
	.ccl_main01 {
		width: calc( 140 / 750 * 100vw );
		height: calc( 140 / 750 * 100vw );
		margin-top: 3vw;
	}
	.ccl_main01::before {
		border: dotted calc( 4 / 750 * 100vw ) #fff;
		width: calc( 100% - calc( 11 / 750 * 100vw ) );
		height: calc( 100% - calc( 11 / 750 * 100vw ) );
	}
	.wrap_main01 {
		right: 0;
		left: 0;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		position: absolute;
		top: 52%;
		z-index: 2;
		margin-top: 0;
	}
	.wrap_main01 .balloon {
		width: calc( 320 / 750 * 100vw );
	}
	.copy_main01 {
		text-shadow: 0 0 calc( 8 / 750 * 100vw ) rgba(0, 0, 0, 0.2);
		font-size: calc( 46 / 750 * 100vw );
		margin-bottom: 4vw;
	}
	.copy_main01 .txt01 {
		margin-bottom: 2vw;
	}
	.copy_main01 .txt02 {
		font-size: calc( 62 / 750 * 100vw );
	}
	.copy_main01 em {
		font-size: calc( 80 / 750 * 100vw );
	}
	.copy_main01 em:before {
		width: calc( 170 / 750 * 100vw );
		height: calc( 120 / 750 * 100vw );
		position: absolute;
		left: calc( 10 / 750 * 100vw );
		top: calc( -60 / 750 * 100vw );
	}
	.row_main01 .col {
		width: calc( 220 / 750 * 100vw );
		height: calc( 220 / 750 * 100vw );
		background: url("images/page/ccl_common01.png")no-repeat center / cover;
		position: relative;
		z-index: 1;
		font-size: calc( 26 / 750 * 100vw );
		letter-spacing: 0;
	}
	.row_main01 .col_r {
		background: url("images/page/ccl_common02.png")no-repeat center / cover;
		z-index: -1;
		margin-left: calc( -20 / 750 * 100vw );
	}
}


/* メインイメージ main_img
------------------------------------------------------------------*/
.main_img {
	position: relative;
}
.main_img .slide_main {
	opacity: 0;
	transition: opacity .3s linear;
}
.main_img .slide_main.slick-initialized {
	opacity: 1;
}
.main_img .slide_main li {
	min-height: 800px;
	height: 100vh;
}
.main_img.tab .slide_main li {
	height: auto;
}
.main01 {
	background: url(images/index/main01.jpg)no-repeat center / cover;
}
.main02 {
	background: url(images/index/main02.jpg)no-repeat center / cover;
}
.main03 {
	background: url(images/index/main03.jpg)no-repeat center / cover;
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {
	.main_img .slide_main li {
		height: auto;
		min-height: calc( 800 / 1299 * 100vw );
	}
}
@media only screen and (max-width: 767px) {
	.main_img .slide_main li {
		min-height: auto;
		height: auto;
	}
	.main01, .main02, .main03 {
		background: none;
	}
}


/* グローバルナビゲーション gnav
------------------------------------------------------------------*/
.btn_gnav_sp {
	position: fixed;
	top: 0;
	right: 0;
	height: calc(120 / 1920 * 100vw);
	width: calc(120 / 1920 * 100vw);
	background: #14cfc9;
	z-index: 10000;
	outline: none;
	cursor: pointer;
}
.btn_gnav_sp .txt_gnav {
	position: absolute;
	width: calc(48 / 1920 * 100vw);
	right: 0;
	left: 0;
	bottom: calc( 20 / 1920 * 100vw );
	margin: auto;
}
.btn_gnav_sp .icn_gnav {
	width: calc(40 / 1920 * 100vw);
	height: 2px;
	position: absolute;
	top: calc( -20 / 1920 * 100vw );
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: transform .3s ease-in-out;
	background-color: #fff;
}
.btn_gnav_sp .icn_gnav:before, .btn_gnav_sp .icn_gnav:after {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	background: #fff;
	transition: transform .3s ease-in-out;
}
.btn_gnav_sp .icn_gnav:before {
	top: calc( -10 / 1920 * 100vw );
}
.btn_gnav_sp .icn_gnav:after {
	bottom: calc( -10 / 1920 * 100vw );
}
.open .btn_gnav_sp .icn_gnav {
	background-color: unset!important;
}
.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( 126 / 1920 * 100vw ) 0 0;
	overflow-y: auto;
	overflow-x: hidden;
	background: #ffffffe6;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	width: calc( 700 / 1920 * 100vw );
	transition: opacity .6s ease, visibility .6s ease;
	line-height: 1.45;
}
.bg_gnav {
	visibility: hidden;
	transition: .3s;
	opacity: 0;
}
.open .bg_gnav {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9998;
	background: rgba(0,0,0,0);
	visibility: visible;
	opacity: 1;
	transition: .3s;
	left: 0;
	top: 0;
}
.gnav_sp .nav_main {
	padding-bottom: calc( 180 / 1920 * 100vw );
}
.gnav_sp .nav_main > ul {
	padding: 0 3vw;
	display: block;
}
.gnav_sp .nav_main > ul > li {
	opacity: 0;
	transform: translateX(50%);
	transition: transform .6s ease, opacity .2s ease;
}
.gnav_sp .nav_main > ul > li.nav_drawer {
	padding-bottom: 2.5vw;
	border-bottom: 1px dotted #062542;
}
.gnav_sp .nav_main > ul > li > a {
	padding: calc( 15 / 1920 * 100vw ) calc( 60 / 1920 * 100vw ) calc( 15 / 1920 * 100vw ) calc( 20 / 1920 * 100vw );
	border-bottom: 1px dotted #1a2b51;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	position: relative;
	letter-spacing: 0;
}
.gnav_sp .nav_main > ul > li.nav_drawer > a {
	border-bottom: none;
}
.gnav_sp .nav_main > ul > li > a:after {
	content: "";
	position: absolute;
	right: calc( 20 / 1920 * 100vw );
	top: 0;
	bottom: 0;
	width: calc( 25 / 1920 * 100vw );
	height: calc( 14 / 1920 * 100vw );
	background: url("images/page/arw01.svg")no-repeat center / contain;
	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 {
	letter-spacing: .1em;
}
.gnav_sp .nav_main > ul > li > a .en {
	/*text-transform: uppercase;*/
	font-size: 62.5%;
	letter-spacing: .1em;
	margin-top: 1vw;
}
.gnav_sp .nav_sub {
	background: rgba(51,51,51,.9);
	padding: 5.5vw 8vw 7.5vw;
	/*display: none;*/ /* クリックで開閉させる場合はコメント解除 */
}
.gnav_sp .nav_sub li {
	opacity: 0;
	transform: translateX(50%);
	transition: transform .6s ease, opacity .2s ease;
}
.gnav_sp .nav_sub li:not(:last-child) {
	margin-bottom: 2.5vw;
}
.gnav_sp .nav_sub a {
	padding: 1vw 6vw 1vw;
	display: block;
	position: relative;
	color: #fff;
}
.gnav_sp .nav_sub a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 1vw;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: calc(16 / 1920 * 100vw) solid #fff;
	border-top: calc(12 / 1920 * 100vw) solid transparent;
	border-bottom: calc(12 / 1920 * 100vw) solid transparent;
	margin: auto;
}
.open .gnav_sp {
	visibility: visible;
	opacity: 1;
}
.open .gnav_sp .nav_main > ul > li, .open .gnav_sp .nav_sub li {
	opacity: 1;
	transform: translateX(0);
	transition: transform 1s ease, opacity .9s ease;
}


@media(min-width: 768px) and (max-width:1599px) {
	.btn_gnav_sp {
		height: calc(120 / 1599 * 100vw);
		width: calc(120 / 1599 * 100vw);
	}
	.btn_gnav_sp .txt_gnav {
		width: calc(48 / 1599 * 100vw);
		bottom: calc( 20 / 1599 * 100vw );
	}
	.btn_gnav_sp .icn_gnav {
		width: calc(40 / 1599 * 100vw);
		top: calc( -20 / 1599 * 100vw );
	}
	.btn_gnav_sp .icn_gnav:before {
		top: calc( -10 / 1599 * 100vw );
	}
	.btn_gnav_sp .icn_gnav:after {
		bottom: calc( -10 / 1599 * 100vw );
	}
	.gnav_sp {
		padding: calc( 126 / 1599 * 100vw ) 0 0;
	}
	.gnav_sp .nav_main {
		padding-bottom: calc( 180 / 1599 * 100vw );
	}
	.gnav_sp .nav_main > ul > li > a {
		padding: calc( 15 / 1599 * 100vw ) calc( 60 / 1599 * 100vw ) calc( 15 / 1599 * 100vw ) calc( 20 / 1599 * 100vw );
	}
	.gnav_sp .nav_main > ul > li > a:after {
		right: calc( 20 / 1599 * 100vw );
		width: calc( 25 / 1599 * 100vw );
		height: calc( 14 / 1599 * 100vw );
	}
	.gnav_sp .nav_sub a:after {
		border-left: calc(16 / 1599 * 100vw) solid #fff;
		border-top: calc(12 / 1599 * 100vw) solid transparent;
		border-bottom: calc(12 / 1599 * 100vw) solid transparent;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.btn_gnav_sp {
		height: calc(120 / 1299 * 100vw);
		width: calc(120 / 1299 * 100vw);
	}
	.btn_gnav_sp .txt_gnav {
		width: calc(48 / 1299 * 100vw);
		bottom: calc( 20 / 1299 * 100vw );
	}
	.btn_gnav_sp .icn_gnav {
		width: calc(40 / 1299 * 100vw);
		top: calc( -20 / 1299 * 100vw );
	}
	.btn_gnav_sp .icn_gnav:before {
		top: calc( -10 / 1299 * 100vw );
	}
	.btn_gnav_sp .icn_gnav:after {
		bottom: calc( -10 / 1299 * 100vw );
	}
	.gnav_sp {
		padding: calc( 126 / 1299 * 100vw ) 0 0;
	}
	.gnav_sp .nav_main {
		padding-bottom: calc( 180 / 1299 * 100vw );
	}
	.gnav_sp .nav_main > ul > li > a {
		padding: calc( 15 / 1299 * 100vw ) calc( 60 / 1299 * 100vw ) calc( 15 / 1299 * 100vw ) calc( 20 / 1299 * 100vw );
	}
	.gnav_sp .nav_main > ul > li > a:after {
		right: calc( 20 / 1299 * 100vw );
		width: calc( 25 / 1299 * 100vw );
		height: calc( 14 / 1299 * 100vw );
	}
	.gnav_sp .nav_sub a:after {
		border-left: calc(16 / 1299 * 100vw) solid #fff;
		border-top: calc(12 / 1299 * 100vw) solid transparent;
		border-bottom: calc(12 / 1299 * 100vw) solid transparent;
	}
}
@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 / 750 * 100vw);
		width: calc(100 / 750 * 100vw);
		z-index: 10000;
		outline: none;
	}
	.btn_gnav_sp .txt_gnav {
		position: absolute;
		width: calc(48 / 750 * 100vw);
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}
	.btn_gnav_sp .icn_gnav {
		width: calc(40 / 750 * 100vw);
		height: 1px;
		position: absolute;
		top: -3.5vw;
		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: 1px;
		position: absolute;
		left: 0;
		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;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
		height: 100%;
		visibility: hidden;
		opacity: 0;
		width: 80%;
		transition: opacity .6s ease, visibility .6s ease;
		line-height: 1.45;
	}
	.bg_gnav {
		visibility: hidden;
		transition: .3s;
		opacity: 0;
	}
	.open .bg_gnav {
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 9998;
		background: rgba(0,0,0,0);
		visibility: visible;
		opacity: 1;
		transition: .3s;
		left: 0;
		top: 0;
	}
	.gnav_sp .nav_main {
		padding-bottom: 20vw;
	}
	.gnav_sp .nav_main > ul {
		padding: 0 3vw;
		display: block;
	}
	.gnav_sp .nav_main > ul > li {
		opacity: 0;
		transform: translateX(50%);
		transition: transform .6s ease, opacity .2s ease;
	}
	.gnav_sp .nav_main > ul > li.nav_drawer {
		padding-bottom: 2.5vw;
	}
	.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 {
		right: calc( 20 / 750 * 100vw );
		width: calc( 25 / 750 * 100vw );
		height: calc( 14 / 750 * 100vw );
	}
	.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 {
		letter-spacing: 0;
		font-size: calc( 32 / 750 * 100vw );
	}
	.gnav_sp .nav_main > ul > li > a .en {
		/*text-transform: uppercase;*/
		font-size: 62.5%;
		letter-spacing: .1em;
		margin-top: 1vw;
	}
	.gnav_sp .nav_sub {
		background: rgba(51,51,51,.9);
		padding: 5.5vw 8vw 7.5vw;
		/*display: none;*/ /* クリックで開閉させる場合はコメント解除 */
	}
	.gnav_sp .nav_sub li {
		opacity: 0;
		transform: translateX(50%);
		transition: transform .6s ease, opacity .2s ease;
	}
	.gnav_sp .nav_sub li:not(:last-child) {
		margin-bottom: 2.5vw;
	}
	.gnav_sp .nav_sub a {
		padding: 1vw 6vw 1vw;
		display: block;
		position: relative;
		color: #fff;
	}
	.gnav_sp .nav_sub a:after {
		content: "";
		position: absolute;
		left: 0;
		top: 1vw;
		bottom: 0;
		width: 0;
		height: 0;
		border-left: calc(16 / 750 * 100vw) solid #fff;
		border-top: calc(12 / 750 * 100vw) solid transparent;
		border-bottom: calc(12 / 750 * 100vw) solid transparent;
		margin: auto;
	}
	.open .gnav_sp {
		visibility: visible;
		opacity: 1;
	}
	.open .gnav_sp .nav_main > ul > li, .open .gnav_sp .nav_sub li {
		opacity: 1;
		transform: translateX(0);
		transition: transform 1s ease, opacity .9s ease;
	}
}

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

/* ※パーフェクトスクロールバー用基本css ここからデザインに合わせて適宜変更してください */
.index_news ul {
	overflow: hidden;
	position: relative;
	padding-right: calc(20 / 1920 * 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: #ffc600; /* コーダーさんへに記載されている★標準テキスト：リンク色に変更*/
	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) {
	.index_news ul {
		padding-right: calc(20 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.index_news ul {
		padding-right: calc(20 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.index_news ul {
		padding-right: 5vw;
		max-height: calc(500 / 750 * 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;
	}
}


/* 無料カウンセリング実施中 counseling
------------------------------------------------------------------*/
.bg_counseling:after {
	content: "";
	background: url("images/page/ptn01.png")repeat left top / calc( 16 / 1920 * 100vw );
	width: 100%;
	height: calc( 200 / 1920 * 100vw );
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.box_counseling {
	background: url("images/page/bg_conversion01.png")no-repeat left top / calc( 280 / 1920 * 100vw ) auto,
		url("images/page/bg_conversion02.png")no-repeat right top / calc( 280 / 1920 * 100vw ) auto;
}
.wrap_counseling {
	max-width: 552px;
	width: 50%;
}
.ccl_counseling {
	width: calc( 230 / 1920 * 100vw );
	height: calc( 240 / 1920 * 100vw );
	background: url("images/page/ccl_cv.svg")no-repeat center / contain;
}
.row_counseling01 {
	max-width: 1240px;
}
.row_counseling01 .ja {
	border-bottom: calc( 4 / 1920 * 100vw ) dotted #fff;
}
.row_counseling01 .box {
	width: calc( 400 / 1920 * 100vw );
}
.row_counseling01 .box:before {
	content: "";
	border: calc( 4 / 1920 * 100vw ) solid #fff;
	width: calc( 100% - calc( 20 / 1920 * 100vw ) );
	height: calc( 100% - calc( 20 /  1920 * 100vw) );
	margin: auto;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.row_counseling01 .box:after {
	content: "";
	background: url("images/page/img_cv.png")no-repeat center bottom / contain;
	width: calc( 210 / 1920 * 100vw );
	height: calc( 230 / 1920 * 100vw );
	position: absolute;
	right: calc( 14 / 1920 * 100vw );
	bottom: 0;
}
.list_counseling .icn {
	padding-left: calc( 30 / 1920 * 100vw );
	display: inline-block;
}
.list_counseling .icn:before {
	content: "";
	background: url("images/page/icn_check03.svg")no-repeat center / contain;
	width: calc( 16 / 1920 * 100vw );
	height: calc( 16 / 1920 * 100vw );
	position: absolute;
	left: 0;
	top: .4em;
}
.list_counseling li:nth-child(n+2) {
	margin-top: calc( 10 / 1920 * 100vw );
}
.tel_counseling {
	width: 49.3%;
	max-width: 690px;
}
.tel_counseling .tel_common01 {
	height: calc( 80 / 1920 * 100vw );
}
.tel_counseling .tel_common01 .icn:before {
	width: calc( 30 / 1920 * 100vw );
	height: calc( 30 / 1920 * 100vw );
}
.tel_counseling .bg {
	height: calc( 60 / 1920 * 100vw );
	background-color: #ffffff66;
}
.mail_counseling,
.web_counseling {
	width: 24%;
	max-width: 335px;
}
.mail_counseling,
.web_counseling {
	width: 24%;
	max-width: 335px;
}
.mail_counseling a,
.web_counseling a {
	height: calc( 140 / 1920 * 100vw );
}
.mail_counseling a.btn_arw_parts01::after ,
.web_counseling a.btn_arw_parts01::after {
	border-width: calc( 10 / 1920 * 100vw );
}
.mail_counseling a > .txt,
.web_counseling a > .txt {
	max-width: 275px;
	width: 90%!important;
}
.mail_counseling .wrap .txt:before,
.web_counseling .wrap .txt:before {
	content: "";
	background: url("images/page/icn_mail01.svg")no-repeat center / contain;
	width: calc( 30 / 1920 * 100vw );
	height: calc( 30 / 1920 * 100vw );
	position: absolute;
	left: 0;
	top: calc( 10 / 1920 * 100vw );
	bottom: 0;
	margin: auto;
}
.web_counseling .wrap .txt:before {
	background-image: url("images/page/icn_web01.svg");
	width: calc( 30 / 1920 * 100vw );
	height: calc( 30 / 1920 * 100vw );
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_counseling:after {
		background: url("images/page/ptn01.png")repeat left top / calc( 16 / 1599 * 100vw );
		height: calc( 200 / 1599 * 100vw );
	}
	.box_counseling {
		background: url("images/page/bg_conversion01.png")no-repeat left top / calc( 280 / 1599 * 100vw ) auto,
			url("images/page/bg_conversion02.png")no-repeat right top / calc( 280 / 1599 * 100vw ) auto;
	}
	.ccl_counseling {
		width: calc( 230 / 1599 * 100vw );
		height: calc( 240 / 1599 * 100vw );
	}
	.row_counseling01 .ja {
		border-bottom: calc( 4 / 1599 * 100vw ) dotted #fff;
	}
	.row_counseling01 .box {
		width: calc( 400 / 1599 * 100vw );
	}
	.row_counseling01 .box:before {
		border: calc( 4 / 1599 * 100vw ) solid #fff;
		width: calc( 100% - calc( 20 / 1599 * 100vw ) );
		height: calc( 100% - calc( 20 /  1599 * 100vw) );
	}
	.row_counseling01 .box:after {
		width: calc( 210 / 1599 * 100vw );
		height: calc( 230 / 1599 * 100vw );
		right: calc( 14 / 1599 * 100vw );
	}
	.list_counseling .icn {
		padding-left: calc( 30 / 1599 * 100vw );
	}
	.list_counseling .icn:before {
		width: calc( 16 / 1599 * 100vw );
		height: calc( 16 / 1599 * 100vw );
	}
	.list_counseling li:nth-child(n+2) {
		margin-top: calc( 10 / 1599 * 100vw );
	}
	.tel_counseling .tel_common01 {
		height: calc( 80 / 1599 * 100vw );
	}
	.tel_counseling .tel_common01 .icn:before {
		width: calc( 30 / 1599 * 100vw );
		height: calc( 30 / 1599 * 100vw );
	}
	.tel_counseling .bg {
		height: calc( 60 / 1599 * 100vw );
	}
	.mail_counseling a,
	.web_counseling a {
		height: calc( 140 / 1599 * 100vw );
	}
	.mail_counseling a.btn_arw_parts01::after ,
	.web_counseling a.btn_arw_parts01::after {
		border-width: calc( 10 / 1599 * 100vw );
	}
	.mail_counseling .wrap .txt:before,
	.web_counseling .wrap .txt:before {
		width: calc( 30 / 1599 * 100vw );
		height: calc( 30 / 1599 * 100vw );
		top: calc( 10 / 1599 * 100vw );
	}
	.web_counseling .wrap .txt:before {
		width: calc( 30 / 1599 * 100vw );
		height: calc( 30 / 1599 * 100vw );
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_counseling:after {
		background: url("images/page/ptn01.png")repeat left top / calc( 16 / 1299 * 100vw );
		height: calc( 200 / 1299 * 100vw );
	}
	.box_counseling {
		background: url("images/page/bg_conversion01.png")no-repeat left top / calc( 280 / 1299 * 100vw ) auto,
			url("images/page/bg_conversion02.png")no-repeat right top / calc( 280 / 1299 * 100vw ) auto;
	}
	.ccl_counseling {
		width: calc( 230 / 1299 * 100vw );
		height: calc( 240 / 1299 * 100vw );
	}
	.wrap_counseling {
		width: 45%;
	}
	.row_counseling01 .ja {
		border-bottom: calc( 4 / 1299 * 100vw ) dotted #fff;
		letter-spacing: 0;
	}
	.row_counseling01 .txt {
		letter-spacing: 0;
	}
	.row_counseling01 .en {
		letter-spacing: 0;
	}
	.row_counseling01 .box {
		width: calc( 350 / 1299 * 100vw );
	}
	.row_counseling01 .box:before {
		border: calc( 4 / 1299 * 100vw ) solid #fff;
		width: calc( 100% - calc( 20 / 1299 * 100vw ) );
		height: calc( 100% - calc( 20 /  1299 * 100vw) );
	}
	.row_counseling01 .box:after {
		width: calc( 170 / 1299 * 100vw );
		height: calc( 186 / 1299 * 100vw );
		right: calc( 14 / 1299 * 100vw );
	}
	.list_counseling .icn {
		padding-left: calc( 30 / 1299 * 100vw );
	}
	.list_counseling .icn:before {
		width: calc( 16 / 1299 * 100vw );
		height: calc( 16 / 1299 * 100vw );
	}
	.list_counseling li:nth-child(n+2) {
		margin-top: calc( 10 / 1299 * 100vw );
	}
	.tel_counseling .tel_common01 {
		height: calc( 80 / 1299 * 100vw );
	}
	.tel_counseling .tel_common01 .icn:before {
		width: calc( 30 / 1299 * 100vw );
		height: calc( 30 / 1299 * 100vw );
	}
	.tel_counseling .bg {
		height: calc( 60 / 1299 * 100vw );
	}
	.web_counseling .wrap .txt,
	.mail_counseling .wrap .txt {
		font-size: 1.875rem;
		padding-left: calc( 40 / 1299 * 100vw );
	}
	.mail_counseling a,
	.web_counseling a {
		height: calc( 140 / 1299 * 100vw );
	}
	.mail_counseling a.btn_arw_parts01::after ,
	.web_counseling a.btn_arw_parts01::after {
		border-width: calc( 10 / 1299 * 100vw );
	}
	.mail_counseling .wrap .txt:before,
	.web_counseling .wrap .txt:before {
		width: calc( 30 / 1299 * 100vw );
		height: calc( 30 / 1299 * 100vw );
		top: calc( 10 / 1299 * 100vw );
	}
	.web_counseling .wrap .txt:before {
		width: calc( 30 / 1299 * 100vw );
		height: calc( 30 / 1299 * 100vw );
	}
}
@media(max-width: 767px) {
	.bg_counseling {
		padding: 10vw 0;
	}
	.bg_counseling:after {
		content: "";
		background: url("images/page/ptn01.png")repeat left top / calc( 16 / 750 * 100vw );
		width: 100%;
		height: calc( 200 / 750 * 100vw );
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
	}
	.box_counseling {
		background: url("images/page/bg_conversion01.png")no-repeat left top / calc( 280 / 750 * 100vw ) auto,
			url("images/page/bg_conversion02.png")no-repeat right top / calc( 280 / 750 * 100vw ) auto;
		padding: 7vw 3.2vw 8vw;
	}
	.box_counseling .copy {
		font-size: calc( 30 / 750 * 100vw );
		margin-bottom: 6vw;
	}
	.box_counseling .copy em {
		font-size: calc( 40 / 750 * 100vw );
		display: block;
		margin-top: 1vw;
	}
	.wrap_counseling {
		max-width: 100%;
		width: 100%;
		margin-right: 0;
        margin-bottom: 4vw;
	}
	.wrap_counseling .en {
		font-size: calc( 44 / 750 * 100vw );
		margin-bottom: 0;
	}
	.wrap_counseling .ja {
		font-size: calc( 44 / 750 * 100vw );
	}
	.wrap_counseling .txt {
		font-size: calc( 32 / 750 * 100vw );
	}
	.ccl_counseling {
		width: calc( 230 / 750 * 100vw );
		height: calc( 240 / 750 * 100vw );
		background: url("images/page/ccl_cv_sp.svg")no-repeat center / contain;
	}
	.ccl_counseling .txt01 {
		font-size: calc( 24 / 750 * 100vw );
	}
	.ccl_counseling .txt02 {
		font-size: calc( 20 / 750 * 100vw );
	}
	.ccl_counseling .txt02 .fz50 {
		font-size: calc( 50 / 750 * 100vw );
	}
	.ccl_counseling .txt02 .fz30 {
		font-size: calc( 30 / 750 * 100vw );
	}
	.ccl_counseling .txt03 {
		font-size: calc( 20 / 750 * 100vw );
	}
	.row_counseling01 {
		max-width: 1240px;
		margin-bottom: 5vw;
	}
	.row_counseling01 .ja {
		border-bottom: calc( 4 / 750 * 100vw ) dotted #fff;
		max-width: calc( 600 / 750 * 100vw );
		margin-left: auto;
		margin-right: auto;
	}
	.row_counseling01 .box {
		width: calc( 440 / 750 * 100vw );
		margin-top: 5vw;
	}
	.row_counseling01 .box:before {
		content: "";
		border: calc( 4 / 750 * 100vw ) solid #fff;
		width: calc( 100% - calc( 20 / 750 * 100vw ) );
		height: calc( 100% - calc( 20 /  750 * 100vw) );
		margin: auto;
		position: absolute;
		right: 0;
		left: 0;
		top: 0;
		bottom: 0;
		z-index: -1;
	}
	.row_counseling01 .box:after {
		content: "";
		background: url("images/page/img_cv.png")no-repeat center bottom / contain;
		width: calc( 210 / 750 * 100vw );
		height: calc( 230 / 750 * 100vw );
		position: absolute;
		right: calc( 14 / 750 * 100vw );
		bottom: 0;
	}
	.list_counseling {
		font-size: calc( 26 / 750 * 100vw );
		letter-spacing: 0;
	}
	.list_counseling .icn {
		padding-left: calc( 30 / 750 * 100vw );
		display: inline-block;
	}
	.list_counseling .icn:before {
		background: url("images/page/icn_check03.svg")no-repeat center / contain;
		width: calc( 18 / 750 * 100vw );
		height: calc( 18 / 750 * 100vw );
		top: .4em;
	}
	.list_counseling li:nth-child(n+2) {
		margin-top: calc( 10 / 750 * 100vw );
	}
	.tel_counseling {
		width: 100%;
		max-width: 100%;
		margin-bottom: 2vw;
	}
	.tel_counseling .tel_common01 {
		height: calc( 100 / 750 * 100vw );
		font-size: calc( 60 / 750 * 100vw );
	}
	.tel_counseling .tel_common01 .icn:before {
		width: calc( 38 / 750 * 100vw );
		height: calc( 40 / 750 * 100vw );
	}
	.tel_counseling .bg {
		height: calc( 100 / 750 * 100vw );
		font-size: calc( 24 / 750 * 100vw );
		letter-spacing: 0;
	}
	.mail_counseling {
		margin-bottom: 2vw;
	}
	.mail_counseling,
	.web_counseling {
		width: 100%;
		max-width: 100%;
	}
	.mail_counseling a,
	.web_counseling a {
		height: calc( 160 / 750 * 100vw );
		flex-direction: row!important;
	}
	.mail_counseling a.btn_arw_parts01::after ,
	.web_counseling a.btn_arw_parts01::after {
		border-width: calc( 10 / 750 * 100vw );
	}
	.mail_counseling a > .txt,
	.web_counseling a > .txt {
		max-width: 100%;
		width: calc( 200 / 750 * 100vw )!important;
		margin-bottom: 0;
		font-size: calc( 24 / 750 * 100vw );
		letter-spacing: .1em;
		height: calc( 60 / 750 * 100vw );
		margin-right: 6vw;
	}
	.mail_counseling .wrap,
	.web_counseling .wrap {
		width: calc( 290 / 750 * 100vw );
		justify-content: flex-start;
	}
	.mail_counseling .wrap .txt,
	.web_counseling .wrap .txt {
		font-size: calc( 40 / 750 * 100vw );
		padding-left: 8vw;
	}
	.mail_counseling .wrap .txt:before,
	.web_counseling .wrap .txt:before {
		background: url("images/page/icn_mail01.svg")no-repeat center / contain;
		width: calc( 40 / 750 * 100vw );
		height: calc( 40 / 750 * 100vw );
		top: 0;
	}
	.web_counseling .wrap .txt:before {
		background-image: url("images/page/icn_web01.svg");
		width: calc( 40 / 750 * 100vw );
		height: calc( 40 / 750 * 100vw );
	}
	.box_counseling > .txt {
		font-size: calc( 28 / 750 * 100vw );
		line-height: 1.6;
	}
}


/* らいおん歯科の治療方針 policy
------------------------------------------------------------------*/
.bg_policy01:after {
	content: "";
	background: #eef1f4;
	width: 90%;
	max-width: 1580px;
	height: calc( 100% - calc( 100 / 1920 * 100vw) );
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -2;
}
.bg_policy01.reverse:after {
	left: auto!important;
	right: 0;
}
.row_policy01 .col_img {
	width: 47%;
	max-width: 700px;
	position: relative;
}
.row_policy01 .col_img:after {
	content: "";
	background: -webkit-linear-gradient(0deg, rgba(27, 160, 175, 1) 0%, rgba(20, 207, 201, 1) 100%);
    background: linear-gradient(90deg, rgba(27, 160, 175, 1) 0%, rgba(20, 207, 201, 1) 100%);
	width: 100%;
	height: calc( 100% - calc( 20 / 1920 * 100vw) );
	position: absolute;
	left: calc( -20 / 1920 * 100vw);
	bottom: 0;
	z-index: -1;
}
.row_policy01.r_reverse .col_img:after {
	right: calc( -20 / 1920 * 100vw);
	left: auto!important;
	background: -webkit-linear-gradient(0deg, rgba(51, 76, 138, 1) 0%, rgba(124, 133, 186, 1) 100%);
    background: linear-gradient(90deg, rgba(51, 76, 138, 1) 0%, rgba(124, 133, 186, 1) 100%);
}
.row_policy01 .col_txt {
    width: 47%;
	margin-top: calc( 200 / 1920 * 100vw);
}
.row_policy01 .col_txt .wrap {
	max-width: calc( 700 / 1920 * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_policy01:after {
		height: calc( 100% - calc( 100 / 1599 * 100vw) );
	}
	.row_policy01 .col_img:after {
		height: calc( 100% - calc( 20 / 1599 * 100vw) );
		left: calc( -20 / 1599 * 100vw);
	}
	.row_policy01.r_reverse .col_img:after {
		right: calc( -20 / 1599 * 100vw);
	}
	.row_policy01 .col_txt {
		width: 47%;
		margin-top: calc( 200 / 1599 * 100vw);
	}
	.row_policy01 .col_txt .wrap {
		max-width: calc( 700 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_policy01:after {
		height: calc( 100% - calc( 100 / 1299 * 100vw) );
	}
	.row_policy01 .col_img:after {
		height: calc( 100% - calc( 20 / 1299 * 100vw) );
		left: calc( -20 / 1299 * 100vw);
	}
	.row_policy01.r_reverse .col_img:after {
		right: calc( -20 / 1299 * 100vw);
	}
	.row_policy01 .col_txt {
		width: 47%;
		margin-top: calc( 200 / 1299 * 100vw);
	}
	.row_policy01 .col_txt .wrap {
		max-width: calc( 700 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.bg_policy01:after {
		width: 100%;
		height: calc( 100% - calc( 250 / 750 * 100vw) );
		top: calc( 250 / 750 * 100vw);
	}
	.row_policy01 .col_img:after {
		height: calc( 100% - calc( 20 / 750 * 100vw) );
		left: calc( -20 / 750 * 100vw);
	}
	.row_policy01 .col_img {
		width: 100%;
		max-width: calc( 700 / 750 * 100vw );
	}
	.row_policy01.r_reverse .col_img:after {
		right: calc( -20 / 750 * 100vw);
	}
	.row_policy01 .col_txt {
		width: 100%;
		max-width: calc( 646 / 750 * 100vw );
		margin-top: calc( 60 / 750 * 100vw );
		margin-left: auto;
		margin-right: auto;
	}
	.ttl_policy01 {
		font-size: calc( 36 / 750 * 100vw );
		letter-spacing: 0;
		padding: 2vw 2vw 3vw;
	}
	.row_policy01 .col_txt .wrap {
		max-width: calc( 700 / 750 * 100vw);
	}
}


/* 症例 case
------------------------------------------------------------------*/
.ttl_equipment01:after {
	content: "";
	background: #062542;
	width: 1px;
	height: calc( 40 / 1920 * 100vw );
	position: relative;
	margin: calc( 20 / 1920 * 100vw ) auto 0;
}
@media(min-width: 768px) and (max-width:1599px) {
	.ttl_equipment01:after {
		height: calc( 40 / 1599 * 100vw );
		margin: calc( 20 / 1599 * 100vw ) auto 0;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.ttl_equipment01:after {
		height: calc( 40 / 1299 * 100vw );
		margin: calc( 20 / 1299 * 100vw ) auto 0;
	}
}
@media(max-width: 767px) {
	.ttl_equipment01 {
		margin-bottom: 5vw;
	}
	.ttl_equipment01:after {
		height: calc( 40 / 750 * 100vw );
		margin: calc( 20 / 750 * 100vw ) auto 0;
	}
	.ttl_equipment01 .en {
		font-size: calc( 60 / 750 * 100vw );
	}
	.ttl_equipment01 .ja {
		font-size: calc( 40 / 750 * 100vw );
	}
}


/* 症例 case
------------------------------------------------------------------*/
.bg_case01 {
	background: #1a2b51 url("images/page/deco_common01.png")no-repeat center top / auto calc( 210 / 1920 * 100vw );
	height: calc( 220 / 1920 * 100vw );
}
.slide_case .slide_thumbnail {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.slide_case .slide_main > .slick-track > .slick-slide,
.slide_case02 .slide_main > .slick-track > .slick-slide {
	max-width: 1240px;
	width: 90%;
	margin-left: calc( 65 / 1920 * 100vw );
	margin-right: calc( 65 / 1920 * 100vw );
}
.slide_case .slick-slide .row_case01:after,
.slide_case02 .slick-slide .row_case01:after {
	top: calc(50 / 1920 * 100vw);
	border-left-color: #062542 !important;
}
.slide_case .slide_main > .slick-prev,
.slide_case .slide_main > .slick-next,
.slide_case02 .slide_main > .slick-prev,
.slide_case02 .slide_main > .slick-next {
	width: calc(36 / 1920 * 100vw);
	height: calc(66 / 1920 * 100vw);
	background: url(images/page/arw_slide.svg) no-repeat center / contain;
	z-index: 9;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform: none;
}
.slide_case .slide_main > .slick-prev:before,
.slide_case .slide_main > .slick-next:before,
.slide_case02 .slide_main > .slick-prev:before,
.slide_case02 .slide_main > .slick-next:before {
	display: none;
}
.slide_case .slide_main > .slick-prev,
.slide_case02 .slide_main > .slick-prev {
	transform: translateX(calc( -640 / 1920 * 100vw ));
}
.slide_case .slide_main > .slick-next,
.slide_case02 .slide_main > .slick-next {
	transform: scaleX(-1) translateX(calc( -640 / 1920 * 100vw ));
}
.slide_case .slide_main > .slick-list > .slick-track > .slick-slide,
.slide_case02 .slide_main > .slick-list > .slick-track > .slick-slide {
	width: calc( 1200 / 1920 * 100vw );
	margin: 0 calc( 36 / 1920 * 100vw );
	background: #fff;
	padding: calc( 60 / 1920 * 100vw ) calc( 50 / 1920 * 100vw );
}
.slide_case .wrap,
.slide_case02 .wrap {
	max-width: 1000px;
}
.slide_case .slick-slide .row_case01:after, .slide_case02 .slick-slide .row_case01:after {
	top: calc(60 / 1920 * 100vw);
}
.row_case01 .en {
	height: calc( 60 / 1920 * 100vw )!important;
	margin-bottom: calc( 10 / 1920 * 100vw );
}
.row_case01:after {
	border-left-color: #2a4b94;
}
.tbl_case01 {
	margin-top: 0!important;
}
.tbl_case01 table {
	border-color: #1a2b51;
}
.tbl_case01 th {
	background-color: #eef1f4;
	color: #062542;
	border-bottom-color: #062542!important;
}
.tbl_case01 tr:not(:last-child) td {
	border-bottom-color: #1a2b51;
}
.slide_case .slide_thumbnail li {
	width: 30%;
	height: calc( 60 / 1920 * 100vw );
	border-radius: calc( 30 / 1920 * 100vw );
	background-color: #ffffff!important;
	border: 1px solid #062542;
	cursor: pointer;
	transition: .3s;
	margin-right: 5%;
}
.slide_case .slide_thumbnail li:last-child {
	margin-right: 0;
}
.slide_case02 {
	background: url("images/index/bg_case.jpg")no-repeat center top / cover;
}
.slide_case .slide_thumbnail li:hover,
.slide_case .slide_thumbnail li.thumbnail-current {
	background-color: #ffc600!important;
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_case01 {
		background: #1a2b51 url("images/page/deco_common01.png")no-repeat center top / auto calc( 210 / 1599 * 100vw );
		height: calc( 220 / 1599 * 100vw );
	}
	.slide_case .slide_main > .slick-track > .slick-slide,
	.slide_case02 .slide_main > .slick-track > .slick-slide {
		margin-left: calc( 65 / 1599 * 100vw );
		margin-right: calc( 65 / 1599 * 100vw );
	}
	.slide_case .slick-slide .row_case01:after,
	.slide_case02 .slick-slide .row_case01:after {
		top: calc(50 / 1599 * 100vw);
	}
	.slide_case .slide_main > .slick-prev,
	.slide_case .slide_main > .slick-next,
	.slide_case02 .slide_main > .slick-prev,
	.slide_case02 .slide_main > .slick-next {
		width: calc(36 / 1599 * 100vw);
		height: calc(66 / 1599 * 100vw);
	}
	.slide_case .slide_main > .slick-prev,
	.slide_case02 .slide_main > .slick-prev {
		transform: translateX(calc( -640 / 1599 * 100vw ));
	}
	.slide_case .slide_main > .slick-next,
	.slide_case02 .slide_main > .slick-next {
		transform: scaleX(-1) translateX(calc( -640 / 1599 * 100vw ));
	}
	.slide_case .slide_main > .slick-list > .slick-track > .slick-slide,
	.slide_case02 .slide_main > .slick-list > .slick-track > .slick-slide {
		width: calc( 1200 / 1599 * 100vw );
		margin: 0 calc( 36 / 1599 * 100vw );
		padding: calc( 60 / 1599 * 100vw ) calc( 50 / 1599 * 100vw );
	}
	.slide_case .slick-slide .row_case01:after, .slide_case02 .slick-slide .row_case01:after {
		top: calc(60 / 1599 * 100vw);
	}
	.row_case01 .en {
		height: calc( 60 / 1599 * 100vw )!important;
		margin-bottom: calc( 10 / 1599 * 100vw );
	}
	.slide_case .slide_thumbnail li {
		height: calc( 60 / 1599 * 100vw );
		border-radius: calc( 30 / 1599 * 100vw );
	}
	.bg_case01 {
		background: #1a2b51 url("images/page/deco_common01.png")no-repeat center top / auto calc( 210 / 1599 * 100vw );
		height: calc( 220 / 1599 * 100vw );
	}
	.slide_case {
		padding-bottom: calc(60 / 1599 * 100vw);
	}
	.slide_case .slick-slide {
		margin-right: calc(50 / 1599 * 100vw);
		margin-left: calc(50 / 1599 * 100vw);
	}
	.slide_case .slick-prev, .slide_case .slick-next {
		width: calc(40 / 1599 * 100vw);
		height: calc(40 / 1599 * 100vw);
	}
	.slide_case .slick-dots {
		bottom: calc(-58 / 1599 * 100vw);
	}
	.slide_case .slick-dots li {
		width: calc(11 / 1599 * 100vw);
		height: calc(11 / 1599 * 100vw);
		margin: 0 calc(8 / 1599 * 100vw);
	}
	.slide_case .slick-dots li button {
		width: calc(11 / 1599 * 100vw);
		height: calc(11 / 1599 * 100vw);
	}
	.slide_case .slick-dots li button:before {
		width: calc(11 / 1599 * 100vw);
		height: calc(11 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_case01 {
		background: #1a2b51 url("images/page/deco_common01.png")no-repeat center top / auto calc( 210 / 1299 * 100vw );
		height: calc( 220 / 1299 * 100vw );
	}
	.slide_case {
		padding-bottom: calc(60 / 1299 * 100vw);
	}
	.slide_case .slick-slide {
		margin-right: calc(50 / 1299 * 100vw);
		margin-left: calc(50 / 1299 * 100vw);
	}
	.slide_case .slick-prev, .slide_case .slick-next {
		width: calc(40 / 1299 * 100vw);
		height: calc(40 / 1299 * 100vw);
	}
	.slide_case .slick-prev {
		left: -26%;
	}
	.slide_case .slick-next {
		right: -26%;
	}
	.slide_case .slick-dots {
		bottom: calc(-58 / 1299 * 100vw);
	}
	.slide_case .slick-dots li {
		width: calc(11 / 1299 * 100vw);
		height: calc(11 / 1299 * 100vw);
		margin: 0 calc(8 / 1299 * 100vw);
	}
	.slide_case .slick-dots li button {
		width: calc(11 / 1299 * 100vw);
		height: calc(11 / 1299 * 100vw);
	}
	.slide_case .slick-dots li button:before {
		width: calc(11 / 1299 * 100vw);
		height: calc(11 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.case .copy_common01 {
		margin-bottom: 10vw;
	}
	.bg_case01 {
		background: #1a2b51 url("images/page/deco_common01.png")no-repeat center top / auto calc( 210 / 750 * 100vw );
		height: calc( 220 / 750 * 100vw );
		font-size: calc( 42 / 750 * 100vw );
		flex-direction: column;
	}
	.bg_case02 {
		padding-top: 7vw;
		padding-bottom: 12vw;
	}
	.row_case01 .en {
		font-size: calc( 24 / 750 * 100vw );
	}
	.row_case01 .col {
		width: 46%;
		max-width: calc( 290 / 750 * 100vw );
	}
	.row_case01 .en {
		height: calc( 50 / 750 * 100vw )!important;
		font-size: calc( 24 / 750 * 100vw )!important;
		margin-bottom: calc( 20 / 750 * 100vw );
		padding-top: 0;
		padding-bottom: calc(7 / 750*100vw);
	}
	.slide_case {
		padding: 0 3.2vw;
	}
	.slide_case .slick-slide {
		margin-right: auto;
		margin-left: auto;
	}
	.slide_case .slick-prev, .slide_case .slick-next {
		width: calc(29 / 750 * 100vw);
		height: calc(53 / 750 * 100vw);
	}
	.slide_case .slick-prev {
		left: -26.5vw;
	}
	.slide_case .slick-next {
		right: -26.5vw;
	}
	.slide_case .slick-dots {
		bottom: -9vw;
	}
	.slide_case .slick-dots li {
		margin: 0 1vw;
	}
	.slide_case .slick-dots li, .slide_case .slick-dots li button, .slide_case .slick-dots li button:before {
		width: calc(12 / 750 * 100vw);
		height: calc(12 / 750 * 100vw);
	}
	.slide_case .ttl {
		font-size: calc( 60 / 750 * 100vw );
	}
	.slide_case .box {
		padding: 10vw 4vw;
	}
	.slide_case .slide_thumbnail li {
		width: 31.4%;
		height: calc( 80 / 750 * 100vw );
		border-radius: calc( 40 / 750 * 100vw );
		background-color: #ffffff!important;
		border: 1px solid #062542;
		cursor: pointer;
		transition: .3s;
		margin-right: 2.9%;
		padding-bottom: 1vw;
	}
	.slide_case .slide_thumbnail li:last-child {
		margin-right: 0;
	}
	.slide_case01 {
		margin-bottom: 5vw!important;
	}
	.slide_case02 {
		background: url("images/index/bg_case.jpg")no-repeat center top / cover;
	}
	.slide_case .slide_thumbnail {
		font-size: calc( 28 / 750 * 100vw );
		letter-spacing: 0;
		width: 100%;
	}
	.slide_case .slide_thumbnail li:hover,
	.slide_case .slide_thumbnail li.thumbnail-current {
		background-color: #ffc600!important;
	}
	.slide_case .slide_main > .slick-list > .slick-track > .slick-slide,
	.slide_case02 .slide_main > .slick-list > .slick-track > .slick-slide {
		width: calc( 702 / 750 * 100vw );
		margin: 0 calc( 48 / 1920 * 100vw );
		padding: 8vw 3.2vw;
	}
	.tbl_case01 {
		max-width: calc( 642 / 750 * 100vw )!important;
	}
	.tbl_case01 th {
		border-bottom: none!important;
	}
	.slide_case .wrap,
	.slide_case02 .wrap {
		width: 100%;
	}
	.slide_case .slick-slide .row_case01:after, .slide_case02 .slick-slide .row_case01:after {
		border-top-color: #062542 !important;
		border-left-color: transparent!important;
	}
	.slide_case .slick-slide .row_case01:after, .slide_case02 .slick-slide .row_case01:after {
		top: 0;
	}
	.slide_case .slide_main > .slick-prev,
	.slide_case .slide_main > .slick-next,
	.slide_case02 .slide_main > .slick-prev,
	.slide_case02 .slide_main > .slick-next {
		width: calc(34 / 750 * 100vw);
		height: calc(60 / 750 * 100vw);
	}
	.slide_case .slide_main > .slick-prev, .slide_case02 .slide_main > .slick-prev {
		transform: translateX(calc( -350 / 750 * 100vw ));
	}
	.slide_case .slide_main > .slick-next, .slide_case02 .slide_main > .slick-next {
		transform: scaleX(-1) translateX(calc( -350 / 750 * 100vw ));
	}
}


/* 選ばれる理由 reason
------------------------------------------------------------------*/
.row_reason01 .col {
	width: 50%;
	max-width: 960px;
}
.row_reason01 .col_txt .wrap {
	max-width: 720px;
	width: 90%;
}
.row_reason01.row02 .num_reason01 {
	margin-top: 0;
}
.row_reason02 {
	width: 90%;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
}
.row_reason02 .col {
	max-width: 595px;
	width: 48%;
}
.bg_reason01 .row_main01 {
	width: calc( 440 / 1920 * 100vw );
	bottom: calc( -40 / 1920 * 100vw );
	left: calc( 150 / 1920 * 100vw );
	z-index: 1;
}
.bg_reason01 .bg:after {
	content: "";
	background: #fff;
	box-shadow: 0 0 calc( 16 / 1920 * 100vw ) calc( 4 / 1920 * 100vw ) rgba(51, 51, 51, 0.1);
	width: calc( 100% - calc( 210 / 1920 * 100vw ) );
	height: calc( 100% - calc( 100 / 1920 * 100vw ) );
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.bg_reason02:after {
	content: "";
	background: url("images/page/ptn03.png")repeat left top / calc( 16 / 1920 * 100vw );
	width: 100%;
	height: calc( 510 / 1920 * 100vw );
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.row_reason03 .col {
	width: 20.9%;
	max-width: calc( 260 / 1920 * 100vw );
	height: calc( 260 / 1920 * 100vw );
	margin-right: 5.4%;
	box-shadow: 0 0 calc( 16 / 1920 * 100vw ) calc( 4 / 1920 * 100vw ) rgba(51, 51, 51, 0.1);
	background: url("images/page/deco_common01.svg")no-repeat center / calc( 244 / 1920 * 100vw ) auto;
}
.row_reason03 .col.color02 {
	background: url("images/page/deco_common02.svg")no-repeat center / calc( 244 / 1920 * 100vw ) auto;
}
.row_reason03 .col:nth-child(4n),
.row_reason03 .col:last-child {
	margin-right: 0;
}
.row_reason03 .col:nth-child(n+5) {
	margin-top: calc( 20 / 1920 * 100vw );
}
.row_reason03 .icn {
	width: calc( 130 / 1920 * 100vw );
}
.bg_reason03 {
	background: url("images/page/arw_case.svg")no-repeat center top / calc( 1500 / 1920 * 100vw ) auto,
		url("images/index/bg_case.jpg")no-repeat center / cover;
}
.row_reason04 {
	position: relative;
	z-index: 1;
}
.row_reason04:after {
	content: "";
	border: calc( 10 / 1920 * 100vw ) solid #fff;
	width: calc( 100% - calc( 180 / 1920 * 100vw ) );
	height: 100%;
	margin: auto;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.row_reason04 .col_l,
.row_reason04 .col_r {
	max-width: 380px;
	width: 25.4%;
}
.row_reason04 .col_c {
	max-width: 720px;
	width: 46%;
}
.row_reason04 .copy {
	background: #062542cc;
	position: absolute;
	left: 0;
	top: 0;
	height: calc( 330 / 1920 * 100vw );
}
.row_reason04 .col_r .copy {
	left: auto;
	top: auto;
	right: 0;
	bottom: 0;
	height: calc( 130 / 1920 * 100vw );
}
.bg_reason04 > .wrap {
	max-width: 1680px;
}
.bg_reason05 {
	background: url("images/index/bg_reason01.jpg")no-repeat center / cover;
}
.bg_reason05 .num_reason01 {
	left: 0;
	top: calc( 30 / 1920 * 100vw );
	margin-bottom: 0;
	position: absolute;
}
.bg_reason05 .copy_reason01, .bg_reason05 .txt_reason02 {
	text-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
}
.row_reason06 {
	margin-top: calc( -30 / 1920 * 100vw );
}
.row_reason05 .col,
.row_reason06 .col {
	width: 48.5%;
	max-width: 600px;
	background: url("images/index/deco_reason01.png")no-repeat left bottom / calc( 300 / 1920 * 100vw ) auto;
}
.row_reason05 .col:nth-child(2) {
	background-image: url("images/index/deco_reason02.png");
}
.row_reason05 .col:nth-child(3) {
	background-image: url("images/index/deco_reason03.png");
	margin-top: calc( 20 / 1920 * 100vw );
}
.row_reason05 .col:nth-child(4) {
	background-image: url("images/index/deco_reason04.png");
	margin-top: calc( 20 / 1920 * 100vw );
}
.row_reason05 .col:before,
.row_reason06 .col:before {
	content: "";
	border: 2px solid #14cfc9;
	width: calc( 100% - calc( 20 / 1920 * 100vw ) );
	height: calc( 100% - calc( 20 /  1920 * 100vw) );
	margin: auto;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.row_reason05 .col:nth-child(2):before {
	border-color: #009fde;
}
.row_reason05 .col:nth-child(3):before {
	border-color: #0068de;
}
.row_reason05 .col:nth-child(4):before {
	border-color: #334c8a;
}
.row_reason05 .txt02,
.row_reason06 .txt02 {
	max-width: 480px;
}
.row_reason06  .col {
	background-image: url("images/index/deco_reason05.png")!important;
}
.row_reason06 .col:before {
	border-color: #ff9ac5;
}
.box_reason {
	background: #fff url("images/index/bnr_reason01.png")no-repeat left center / auto 100%;
	max-width: calc( 1000 / 1920 * 100vw );
	margin-left: auto;
	margin-right: auto;
}
.box_reason .wrap {
	width: calc( 620 / 1920 * 100vw );
}
.box_reason:before {
	content: "";
	border: 1px solid #062542;
	width: calc( 100% - calc( 20 / 1920 * 100vw ) );
	height: calc( 100% - calc( 20 /  1920 * 100vw) );
	margin: auto;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.row_reason07 .ccl {
	width: calc( 90 / 1920 * 100vw );
	height: calc( 90 / 1920 * 100vw );
}
.row_reason07 .txt01 {
	width: calc( 100% - calc( 120 / 1920 * 100vw ) );
}
.row_reason08 .col {
	width: 50%;
}
.row_reason08 .img {
	max-width: calc( 760 / 1920 * 100vw );
}
.balloon_reason {
	width: calc( 160 / 1920 * 100vw );
	height: calc( 160 / 1920 * 100vw );
	background: url("images/index/balloon_reason01.svg")no-repeat center / contain;
	right: calc( -50 / 1920 * 100vw );
	bottom: calc( -50 / 1920 * 100vw );
}
.row_reason09 .col {
	width: calc( 226 / 1920 * 100vw );
	height: calc( 226 / 1920 * 100vw );
	background: url("images/page/deco_common03.svg")no-repeat center / calc( 100% - calc( 20 / 1920 * 100vw ) ) auto;
	background-color: #ffc600;
}
.row_reason09 .col {
	width: calc( 226 / 1920 * 100vw );
	height: calc( 226 / 1920 * 100vw );
	background: url("images/page/deco_common03.svg")no-repeat center / calc( 100% - calc( 20 / 1920 * 100vw ) ) auto;
}
.row_reason09 .col:nth-child(n+2) {
	margin-left: calc( 20 / 1920 * 100vw );
}
.row_reason09 .ccl.color01 {
	background-color: #ffc600!important;
}
.row_reason09 .ccl.color02 {
	background-color: #ff9ac5!important;
}
.row_reason09 .ccl.color03 {
	background-color: #7c85ba!important;
}
.row_reason09 .ccl.color04 {
	background-color: #14cfc9!important;
}
.row_reason09 .ccl.color05 {
	background-color: #009fde!important;
}
.num_reason01 {
	margin-top: calc( -60 / 1920 * 100vw );
	z-index: 1;
	position: relative;
}
.txt_reason01 {
	max-width: 750px;
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_reason01 .row_main01 {
		width: calc( 440 / 1599 * 100vw );
		bottom: calc( -40 / 1599 * 100vw );
		left: calc( 150 / 1599 * 100vw );
	}
	.bg_reason01 .bg:after {
		box-shadow: 0 0 calc( 16 / 1599 * 100vw ) calc( 4 / 1599 * 100vw ) rgba(51, 51, 51, 0.1);
		width: calc( 100% - calc( 80 / 1599 * 100vw ) );
		height: calc( 100% - calc( 40 / 1599 * 100vw ) );
	}
	.bg_reason02:after {
		height: calc( 510 / 1599 * 100vw );
	}
	.row_reason03 .col {
		max-width: calc( 260 / 1599 * 100vw );
		height: calc( 260 / 1599 * 100vw );
		box-shadow: 0 0 calc( 16 / 1599 * 100vw ) calc( 4 / 1599 * 100vw ) rgba(51, 51, 51, 0.1);
		background: url("images/page/deco_common01.svg")no-repeat center / calc( 244 / 1599 * 100vw ) auto;
	}
	.row_reason03 .col.color02 {
		background: url("images/page/deco_common02.svg")no-repeat center / calc( 244 / 1599 * 100vw ) auto;
	}
	.row_reason03 .col:nth-child(n+5) {
		margin-top: calc( 20 / 1599 * 100vw );
	}
	.row_reason03 .icn {
		width: calc( 130 / 1599 * 100vw );
	}
	.bg_reason03 {
		background: url("images/page/arw_case.svg")no-repeat center top / calc( 1500 / 1599 * 100vw ) auto,
			url("images/index/bg_case.jpg")no-repeat center / cover;
	}
	.row_reason04:after {
		border: calc( 10 / 1599 * 100vw ) solid #fff;
		width: calc( 100% - calc( 180 / 1599 * 100vw ) );
	}
	.row_reason04 .copy {
		height: calc( 330 / 1599 * 100vw );
	}
	.row_reason04 .col_r .copy {
		height: calc( 130 / 1599 * 100vw );
	}
	.bg_reason05 {
		background: url("images/index/bg_reason01.jpg")no-repeat center / cover;
	}
	.bg_reason05 .num_reason01 {
		left: 0;
		top: calc( 30 / 1599 * 100vw );
	}
	.row_reason06 {
		margin-top: calc( -30 / 1599 * 100vw );
	}
	.row_reason05 .col,
	.row_reason06 .col {
		background: url("images/index/deco_reason01.png")no-repeat left bottom / calc( 300 / 1599 * 100vw ) auto;
	}
	.row_reason05 .col:nth-child(4) {
		margin-top: calc( 20 / 1599 * 100vw );
	}
	.row_reason05 .col:before,
	.row_reason06 .col:before {
		width: calc( 100% - calc( 20 / 1599 * 100vw ) );
		height: calc( 100% - calc( 20 /  1599 * 100vw) );
	}
	.box_reason {
		max-width: calc( 1000 / 1599 * 100vw );
	}
	.box_reason .wrap {
		width: calc( 620 / 1599 * 100vw );
	}
	.box_reason:before {
		width: calc( 100% - calc( 20 / 1599 * 100vw ) );
		height: calc( 100% - calc( 20 /  1599 * 100vw) );
	}
	.row_reason07 .ccl {
		width: calc( 90 / 1599 * 100vw );
		height: calc( 90 / 1599 * 100vw );
	}
	.row_reason07 .txt01 {
		width: calc( 100% - calc( 120 / 1599 * 100vw ) );
	}
	.row_reason08 .img {
		max-width: calc( 760 / 1599 * 100vw );
	}
	.balloon_reason {
		width: calc( 160 / 1599 * 100vw );
		height: calc( 160 / 1599 * 100vw );
		right: calc( -50 / 1599 * 100vw );
		bottom: calc( -50 / 1599 * 100vw );
	}
	.row_reason09 .col {
		width: calc( 210 / 1599 * 100vw );
		height: calc( 210 / 1599 * 100vw );
		background: url("images/page/deco_common03.svg")no-repeat center / calc( 100% - calc( 20 / 1599 * 100vw ) ) auto;
	}
	.row_reason09 .col .txt {
		font-size: 1.25rem;
	}
	.row_reason09 .col:nth-child(n+2) {
		margin-left: calc( 20 / 1599 * 100vw );
	}
	.num_reason01 {
		margin-top: calc( -60 / 1599 * 100vw );
	}
	.copy_reason01 {
		font-size: 2.375rem;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_reason01 .row_main01 {
		width: calc( 360 / 1299 * 100vw );
		bottom: calc( -40 / 1299 * 100vw );
		left: calc( 150 / 1299 * 100vw );
	}
	.bg_reason01 .bg:after {
		box-shadow: 0 0 calc( 16 / 1299 * 100vw ) calc( 4 / 1299 * 100vw ) rgba(51, 51, 51, 0.1);
		width: calc( 100% - calc( 20 / 1299 * 100vw ) );
		height: calc( 100% - calc( 100 / 1299 * 100vw ) );
	}
	.bg_reason02:after {
		height: calc( 510 / 1299 * 100vw );
	}
	.row_reason03 .col {
		max-width: calc( 240 / 1299 * 100vw );
		height: calc( 240 / 1299 * 100vw );
		box-shadow: 0 0 calc( 16 / 1299 * 100vw ) calc( 4 / 1299 * 100vw ) rgba(51, 51, 51, 0.1);
		background: url("images/page/deco_common01.svg")no-repeat center / calc( 230 / 1299 * 100vw ) auto;
	}
	.row_reason03 .col.color02 {
		background: url("images/page/deco_common02.svg")no-repeat center / calc( 230 / 1299 * 100vw ) auto;
	}
	.row_reason03 .col:nth-child(n+5) {
		margin-top: calc( 20 / 1299 * 100vw );
	}
	.row_reason03 .icn {
		width: calc( 130 / 1299 * 100vw );
	}
	.row_reason04 .col_l {
		margin-bottom: calc( 400 / 1299 * 100vw );
	}
	.row_reason04 .col_r {
		margin-top: calc( 400 / 1299 * 100vw );
	}
	.row_reason04 .col_c {
		padding-bottom: calc( 100 / 1299 * 100vw );
		padding-top: calc( 80 / 1299 * 100vw );
	}
	.bg_reason03 {
		background: url("images/page/arw_case.svg")no-repeat center top / calc( 1500 / 1299 * 100vw ) auto,
			url("images/index/bg_case.jpg")no-repeat center / cover;
	}
	.row_reason04:after {
		border: calc( 10 / 1299 * 100vw ) solid #fff;
		width: calc( 100% - calc( 180 / 1299 * 100vw ) );
	}
	.row_reason04 .copy {
		height: calc( 330 / 1299 * 100vw );
	}
	.row_reason04 .col_r .copy {
		height: calc( 130 / 1299 * 100vw );
	}
	.bg_reason05 {
		background: url("images/index/bg_reason01.jpg")no-repeat center / cover;
	}
	.bg_reason05 .num_reason01 {
		left: 0;
		top: calc( 30 / 1299 * 100vw );
	}
	.row_reason06 {
		margin-top: calc( -30 / 1299 * 100vw );
	}
	.row_reason05 .col,
	.row_reason06 .col {
		background: url("images/index/deco_reason01.png")no-repeat left bottom / calc( 300 / 1299 * 100vw ) auto;
	}
	.row_reason05 .col:nth-child(4) {
		margin-top: calc( 20 / 1299 * 100vw );
	}
	.row_reason05 .col:before,
	.row_reason06 .col:before {
		width: calc( 100% - calc( 20 / 1299 * 100vw ) );
		height: calc( 100% - calc( 20 /  1299 * 100vw) );
	}
	.row_reason05 .copy02 {
		font-size: 1.5rem;
	}
	.box_reason {
		max-width: calc( 1000 / 1299 * 100vw );
	}
	.box_reason .wrap {
		width: calc( 620 / 1299 * 100vw );
	}
	.box_reason:before {
		width: calc( 100% - calc( 20 / 1299 * 100vw ) );
		height: calc( 100% - calc( 20 /  1299 * 100vw) );
	}
	.row_reason07 .ccl {
		width: calc( 90 / 1299 * 100vw );
		height: calc( 90 / 1299 * 100vw );
	}
	.row_reason07 .txt01 {
		width: calc( 100% - calc( 120 / 1299 * 100vw ) );
	}
	.row_reason08 .img {
		max-width: calc( 760 / 1299 * 100vw );
	}
	.row_reason08 .copy_reason01 {
		font-size: 2rem;
	}
	.balloon_reason {
		width: calc( 160 / 1299 * 100vw );
		height: calc( 160 / 1299 * 100vw );
		right: calc( -50 / 1299 * 100vw );
		bottom: calc( -50 / 1299 * 100vw );
	}
	.row_reason09 .col {
		width: calc( 226 / 1299 * 100vw );
		height: calc( 226 / 1299 * 100vw );
		background: url("images/page/deco_common03.svg")no-repeat center / calc( 100% - calc( 20 / 1299 * 100vw ) ) auto;
	}
	.row_reason09 .col {
		width: calc( 164 / 1299 * 100vw );
		height: calc( 164 / 1299 * 100vw );
		background: url("images/page/deco_common03.svg")no-repeat center / calc( 100% - calc( 14 / 1299 * 100vw ) ) auto;
	}
	.row_reason09 .col .icn {
		width: calc( 40 / 1299 * 100vw );
		margin-left: auto;
		margin-right: auto;
	}
	.row_reason09 .col .txt {
		font-size: 1.0675rem;
		letter-spacing: 0;
	}
	.row_reason09 .col:nth-child(n+2) {
		margin-left: calc( 20 / 1299 * 100vw );
	}
	.num_reason01 {
		margin-top: calc( -60 / 1299 * 100vw );
	}
}
@media(max-width: 767px) {
	.reason {
		padding-top: 10vw;
	}
	.wrap_reason01 {
		padding-left: 0;
		padding-right: 0;
	}
	.row_reason01 > .col {
		width: 100%;
		max-width: 100%;
	}
	.row_reason01 .col_img {
		max-width: calc( 730 / 750 * 100vw );
		margin-bottom: 13vw;
	}
	.row_reason01.row02 .col_img {
		margin-bottom: 0;
	}
	.row_reason01 .col_txt {
		max-width: calc( 646 / 750 * 100vw );
		margin-left: auto;
		margin-right: auto;
		padding-top: 4vw;
	}
	.row_reason01 .col_txt .txt {
		max-width: calc( 620 / 750 * 100vw );
		margin-left: auto;
		margin-right: auto;
	}
	.row_reason01.row02 .txt {
		max-width: 100%;
	}
	.bg_reason01 {
		padding-bottom: calc( 260 / 750 * 100vw );
		margin-bottom: -22vw;
	}
	.bg_reason01 .row_main01 {
		width: calc( 440 / 750 * 100vw );
		bottom: calc( -50 / 750 * 100vw );
		left: calc( 130 / 750 * 100vw );
		z-index: 1;
	}
	.bg_reason01 .bg:after {
		box-shadow: 0 0 calc( 16 / 750 * 100vw ) calc( 4 / 750 * 100vw ) rgba(51, 51, 51, 0.1);
		width: calc( 702 / 750 * 100vw );
		height: calc( 100% - calc( 160 / 750 * 100vw ) );
		left: 0;
		right: 0;
		margin: auto;
	}
	.bg_reason02:after {
		background: url("images/page/ptn03.png")repeat left top / calc( 16 / 750 * 100vw );
		height: calc( 1280 / 750 * 100vw );
	}
	.bg_reason02 .copy_common01 .en {
		top: 30%;
	}
	.row_reason02 {
		max-width: calc( 620 / 750 * 100vw );
		width: 100%;
	}
	.row_reason02 .col {
		width: 49%;
	}
	.row_reason01 .col_txt .wrap {
		width: 100%;
	}
	.row_reason03 .col {
		width: 46.8%;
		max-width: calc( 312 / 750 * 100vw );
		height: calc( 312 / 750 * 100vw );
		margin-right: 6.4%;
		box-shadow: 0 0 calc( 16 / 750 * 100vw ) calc( 4 / 750 * 100vw ) rgba(51, 51, 51, 0.1);
		background: url("images/page/deco_common01.svg")no-repeat center / calc( 288 / 750 * 100vw ) auto;
	}
	.row_reason03 .col.color02 {
		background: url("images/page/deco_common02.svg")no-repeat center / calc( 288 / 750 * 100vw ) auto;
	}
	.row_reason03 .col:nth-child(2n),
	.row_reason03 .col:last-child {
		margin-right: 0;
	}
	.row_reason03 .col:nth-child(n+3) {
		margin-top: calc( 20 / 750 * 100vw );
	}
	.row_reason03 .icn {
		width: calc( 160 / 750 * 100vw );
	}
	.row_reason03 .txt {
		font-size: calc( 28 / 750 * 100vw );
	}
	.bg_reason03 {
		background: url("images/page/arw_case.svg")no-repeat center top / calc( 1500 / 750 * 100vw ) auto,
			url("images/index/bg_case_sp.jpg")no-repeat center / cover;
		padding-top: 5vw;
	}
	.bg_reason03 .copy {
		font-size: calc( 50 / 750 * 100vw );
		letter-spacing: 0;
		margin-bottom: 5vw;
	}
	.bg_reason04 {
		padding: 14vw 3.2vw;
	}
	.row_reason04:after {
		border: calc( 10 / 750 * 100vw ) solid #fff;
		width: 100%;
	}
	.row_reason04 .col_l,
	.row_reason04 .col_r {
		max-width: calc( 380 / 750 * 100vw );
		width: 55%;
		order: 1;
	}
	.row_reason04 .col_r {
		margin-left: -10%;
	}
	.row_reason04 .col_c {
		max-width: 100%;
		width: 100%;
		order: 2;
		margin-top: 13vw;
		padding-bottom: 10vw;
	}
	.row_reason04 .col_c .txt {
		max-width: calc( 610 / 750 * 100vw );
		margin-left: auto;
		margin-right: auto;
	}
	.row_reason04 .copy {
		background: #062542cc;
		position: absolute;
		left: 0;
		top: 0;
		height: calc( 330 / 750 * 100vw );
		font-size: calc( 34 / 750 * 100vw );
	}
	.row_reason04 .col_r .copy {
		left: auto;
		top: auto;
		right: 0;
		bottom: 0;
		height: calc( 130 / 750 * 100vw );
	}
	.bg_reason04 .wrap {
		max-width: 1680px;
	}
	.bg_reason05 {
		background: url("images/index/bg_reason01_sp.jpg")no-repeat center / cover;
		width: calc( 100% + 6.4vw );
		margin-left: -3.2vw;
		padding: 13vw 0 10vw;
	}
	.bg_reason05 .num_reason01 {
		position: unset;
	}
	.row_reason05 {
		margin-bottom: 22vw;
	}
	.row_reason06 {
		margin-top: calc( -30 / 750 * 100vw );
	}
	.row_reason05 .col,
	.row_reason06 .col {
		width: 100%;
		max-width: 100%;
		background: url("images/index/deco_reason01.png")no-repeat left bottom / calc( 350 / 750 * 100vw ) auto;
	}
	.row_reason05 .col:nth-child(2) {
		background-image: url("images/index/deco_reason02.png");
		margin-top: calc( 20 / 750 * 100vw );
	}
	.row_reason05 .col:nth-child(3) {
		background-image: url("images/index/deco_reason03.png");
		margin-top: calc( 20 / 750 * 100vw );
	}
	.row_reason05 .col:nth-child(4) {
		background-image: url("images/index/deco_reason04.png");
		margin-top: calc( 20 / 750 * 100vw );
	}
	.row_reason05 .col:before,
	.row_reason06 .col:before {
		content: "";
		border: 2px solid #14cfc9;
		width: calc( 100% - calc( 20 / 750 * 100vw ) );
		height: calc( 100% - calc( 20 /  750 * 100vw) );
		margin: auto;
		position: absolute;
		right: 0;
		left: 0;
		top: 0;
		bottom: 0;
		z-index: -1;
	}
	.row_reason05 .copy01 {
		font-size: calc( 28 / 750 * 100vw );
	}
	.row_reason05 .copy02 {
		font-size: calc( 36 / 750 * 100vw );
	}
	.row_reason05 .txt01,
	.row_reason06 .txt01 {
		font-size: calc( 46 / 750 * 100vw );
	}
	.row_reason05 .txt01 em,
	.row_reason06 .txt01 em {
		font-size: calc( 128 / 750 * 100vw );
	}
	.row_reason05 .txt02,
	.row_reason06 .txt02 {
		max-width: calc( 550 / 750 * 100vw );
		font-size: calc( 28 / 750 * 100vw );
	}
	.row_reason06  .col {
		background-image: url("images/index/deco_reason05.png");
	}
	.row_reason06 .col:before {
		border-color: #ff9ac5;
	}
	.box_reason {
		background: #fff url("images/index/bnr_reason01_sp.png")no-repeat left top / 100% auto;
		max-width: calc( 1000 / 750 * 100vw );
		margin-left: auto;
		margin-right: auto;
		padding-top: 44vw;
	}
	.box_reason .wrap {
		width: 100%;
	}
	.box_reason:before {
		content: "";
		border: 1px solid #062542;
		width: calc( 100% - calc( 20 / 750 * 100vw ) );
		height: calc( 100% - calc( 20 /  750 * 100vw) );
		margin: auto;
		position: absolute;
		right: 0;
		left: 0;
		top: 0;
		bottom: 0;
		z-index: -1;
	}
	.box_reason .copy {
		font-size: calc( 28 / 750 * 100vw );
		letter-spacing: 0;
	}
	.box_reason > .wrap > .txt {
		font-size: calc( 26 / 750 * 100vw );
		line-height: 1.6;
	}
	.row_reason07 .ccl {
		width: calc( 90 / 750 * 100vw );
		height: calc( 90 / 750 * 100vw );
		font-size: calc( 30 / 750 * 100vw );
		padding-bottom: 1vw;
	}
	.row_reason07 .txt01 {
		width: calc( 100% - calc( 120 / 750 * 100vw ) );
		font-size: calc( 60 / 750 * 100vw );
	}
	.row_reason07 .txt01 .fz110 {
		font-size: calc( 110 / 750 * 100vw );
	}
	.row_reason07 .txt01 .fz40 {
		font-size: calc( 40 / 750 * 100vw );
		letter-spacing: 0;
	}
	.row_reason08 .col {
		width: 100%;
		padding-left: 3.2vw;
		padding-right: 3.2vw;
	}
	.row_reason08 .img {
		max-width: calc( 760 / 750 * 100vw );
	}
	.balloon_reason {
		width: calc( 160 / 750 * 100vw );
		height: calc( 160 / 750 * 100vw );
		background: url("images/index/balloon_reason01.svg")no-repeat center / contain;
		right: 0;
		bottom: calc( -50 / 750 * 100vw );
		font-size: calc( 26 / 750 * 100vw );
		letter-spacing: 0;
	}
	.row_reason09 .icn {
		width: calc( 60 / 750 * 100vw );
	}
	.row_reason09 .txt {
		font-size: calc( 26 / 750 * 100vw );
		letter-spacing: 0;
	}
	.row_reason09 .col {
		width: calc( 226 / 750 * 100vw );
		height: calc( 226 / 750 * 100vw );
		background: url("images/page/deco_common03.svg")no-repeat center / calc( 100% - calc( 20 / 750 * 100vw ) ) auto;
		background-color: #ffc600;
	}
	.row_reason09 .col {
		width: calc( 226 / 750 * 100vw );
		height: calc( 226 / 750 * 100vw );
		background: url("images/page/deco_common03.svg")no-repeat center / calc( 100% - calc( 20 / 750 * 100vw ) ) auto;
	}
	.row_reason09 .col:nth-child(n+2) {
		margin-left: calc( 10 / 750 * 100vw );
	}
	.row_reason08 .col_r .row_reason09 .col:nth-child(n+2) {
		margin-left: calc( 20 / 750 * 100vw );
	}
	.num_reason01 {
		margin-top: calc( -60 / 750 * 100vw );
		margin-bottom: 0;
		font-size: calc( 120 / 750 * 100vw );
	}
	.txt_reason01 {
		max-width: 750px;
	}
	.copy_reason01 {
		font-size: calc( 50 / 750 * 100vw );
		letter-spacing: 0;
		line-height: 1.6;
		width: 100%;
	}
}


/* こんな方におすすめ recommend
------------------------------------------------------------------*/
.recommend .bg {
	background: url("images/index/img_recommend02.png")no-repeat left bottom / calc( 600 / 1920 * 100vw ) auto,
	url("images/index/img_recommend01.png")no-repeat right top calc( 80 / 1920 * 100vw ) / calc( 600 / 1920 * 100vw ) auto;
}
.copy_recommond01 {
	margin-top: calc( -100 / 1920 * 100vw );
}
.row_recommend01 .col {
	width: calc( 360 / 1920 * 100vw );
	height: calc( 360 / 1920 * 100vw );
	border-radius: 50%;
	box-shadow: 0 0 calc( 16 / 1920 * 100vw ) calc( 4 / 1920 * 100vw ) rgba(51, 51, 51, 0.1);
	background-color: #ffffffcc;
}
.row_recommend01 .col:nth-child(n+4) {
	margin-top: calc( 30 / 1920 * 100vw );
}
.row_recommend01 .col:nth-child(3) {
	margin-right: calc( 100 / 1920 * 100vw );
}
.row_recommend01 .col:nth-child(4) {
	margin-left: calc( 100 / 1920 * 100vw );
}
.row_recommend01 .txt {
	height: calc( 140 / 1920 * 100vw );
}
@media(min-width: 768px) and (max-width:1599px) {
	.recommend .bg {
		background: url("images/index/img_recommend02.png")no-repeat left bottom / calc( 400 / 1599 * 100vw ) auto,
		url("images/index/img_recommend01.png")no-repeat right top calc( 80 / 1599 * 100vw ) / calc( 400 / 1599 * 100vw ) auto;
	}
	.copy_recommond01 {
		margin-top: calc( -100 / 1599 * 100vw );
	}
	.row_recommend01 .col {
		width: calc( 360 / 1599 * 100vw );
		height: calc( 360 / 1599 * 100vw );
		box-shadow: 0 0 calc( 16 / 1599 * 100vw ) calc( 4 / 1599 * 100vw ) rgba(51, 51, 51, 0.1);
	}
	.row_recommend01 .col:nth-child(n+4) {
		margin-top: calc( 30 / 1599 * 100vw );
	}
	.row_recommend01 .col:nth-child(3) {
		margin-right: calc( 100 / 1599 * 100vw );
	}
	.row_recommend01 .col:nth-child(4) {
		margin-left: calc( 100 / 1599 * 100vw );
	}
	.row_recommend01 .txt {
		height: calc( 140 / 1599 * 100vw );
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.recommend .bg {
		background: url("images/index/img_recommend02.png")no-repeat left bottom / calc( 340 / 1299 * 100vw ) auto,
			url("images/index/img_recommend01.png")no-repeat right top calc( 80 / 1299 * 100vw ) / calc( 340 / 1299 * 100vw ) auto;
		padding-bottom: 0;
	}
	.copy_recommond01 {
		margin-top: calc( -100 / 1299 * 100vw );
	}
	.row_recommend01 .col {
		width: calc( 330 / 1299 * 100vw );
		height: calc( 330 / 1299 * 100vw );
		box-shadow: 0 0 calc( 16 / 1299 * 100vw ) calc( 4 / 1299 * 100vw ) rgba(51, 51, 51, 0.1);
	}
	.row_recommend01 .col:nth-child(n+4) {
		margin-top: calc( 30 / 1299 * 100vw );
	}
	.row_recommend01 .col:nth-child(3) {
		margin-right: calc( 100 / 1299 * 100vw );
	}
	.row_recommend01 .col:nth-child(4) {
		margin-left: calc( 100 / 1299 * 100vw );
	}
	.row_recommend01 .icn {
		width: calc( 40 / 1299 * 100vw );
	}
	.row_recommend01 .txt {
		height: calc( 140 / 1299 * 100vw );
	}
}
@media(max-width: 767px) {
	.recommend {
		padding: 11vw 0;1411

	}
	.recommend .bg {
		background: url("images/index/img_recommend02.png")no-repeat left top calc( 270 / 750 * 100vw ) / calc( 360 / 750 * 100vw ) auto,
			url("images/index/img_recommend01.png")no-repeat right top calc( 270 / 750 * 100vw ) / calc( 360 / 750 * 100vw ) auto;
		padding-bottom: 0;
	}
	.en_recommend01 {
		font-size: calc( 100 / 750 * 100vw );
	}
	.copy_recommond01 {
		margin-top: calc( -60 / 750 * 100vw );
		font-size: calc( 50 / 750 * 100vw );
		letter-spacing: 0;
		line-height: 1.6;
		margin-bottom: 68vw;
	}
	.copy_recommond01 em {
		font-size: calc( 60 / 750 * 100vw );
		letter-spacing: 0;
	}
	.row_recommend01 .col {
		width: calc( 340 / 750 * 100vw );
		height: calc( 340 / 750 * 100vw );
		box-shadow: 0 0 calc( 16 / 750 * 100vw ) calc( 4 / 750 * 100vw ) rgba(51, 51, 51, 0.1);
	}
	.row_recommend01 .col:nth-child(n+3) {
		margin-top: calc( 20 / 750 * 100vw );
	}
	.row_recommend01 .col:nth-child(3) {
		margin-right: 0;
	}
	.row_recommend01 .col:nth-child(4) {
		margin-left: 0;
	}
	.row_recommend01 .icn {
		width: calc( 40 / 750 * 100vw );
		margin-bottom: 2vw;
	}
	.row_recommend01 .txt {
		height: calc( 160 / 750 * 100vw );
		font-size: calc( 30 / 750 * 100vw );
		letter-spacing: 0;
	}
}


/* 装置の紹介 orthodontic
------------------------------------------------------------------*/
.orthodontic .bg .en {
	top: calc( -98 / 1920 * 100vw );
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.orthodontic .box {
	box-shadow: 0 0 calc( 16 / 1920 * 100vw ) calc( 4 / 1920 * 100vw ) rgba(51, 51, 51, 0.1);
}
.orthodontic .box .copy {
	border-bottom: calc( 4 / 1920 * 100vw ) dotted #062542;
}
.orthodontic .box .copy,
.orthodontic .box .txt {
	max-width: calc( 800 / 1920 * 100vw );
	margin-left: auto;
	margin-right: auto;
}
.bg_orthodontic01 {
	position: relative;
}
.bg_orthodontic01:after {
	content: "";
	background: url("images/index/deco_merit01.png")no-repeat right top / 100% auto,
		url("images/index/deco_merit02.png")no-repeat left bottom / 100% auto;
	background-color: #f5f7f8!important;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.bg_orthodontic01.bg02:after {
	background: url("images/index/deco_merit03.png")no-repeat left top / 100% auto,
		url("images/index/deco_merit04.png")no-repeat right bottom / 100% auto;
}
.row_merit01 .col {
	width: 32%;
	margin-right: 2%;
}
.row_merit01 .col:nth-child(3n),
.row_merit01 .col:last-child {
	margin-right: 0;
}
.row_merit01 .col:nth-child(n+4) {
	margin-top: calc( 70 / 1920 * 100vw );
}
.row_merit01 .num {
	width: calc( 70 / 1920 * 100vw );
	height: calc( 100 / 1920 * 100vw );
	left: calc( 20 / 1920 * 100vw );
	top: calc( -20 / 1920 * 100vw );
	background: url("images/index/deco_orthodontic01.png")no-repeat center / contain;
	padding-bottom: calc( 20 / 1920 * 100vw );
}
.row_merit01 .col:nth-child(2) .num {
	background-image: url("images/index/deco_orthodontic02.png");
}
.row_merit01 .col:nth-child(3) .num {
	background-image: url("images/index/deco_orthodontic03.png");
}
.row_merit01 .col:nth-child(4) .num {
	background-image: url("images/index/deco_orthodontic04.png");
}
.row_merit01 .col:nth-child(5) .num {
	background-image: url("images/index/deco_orthodontic05.png");
}
.row_merit01 .col:nth-child(6) .num {
	background-image: url("images/index/deco_orthodontic06.png");
}
.row_merit01.row01 {
	max-width: 990px;
	margin-left: auto;
	margin-right: auto;
}
.row_merit01.row01 .col {
	width: 48.5%;
	margin-right: 3%;
}
.row_merit01.row01 .col:nth-child(2n) {
	margin-right: 0;
}
.row_merit01.row01 .col:nth-child(n+3) {
    margin-top: calc(70 / 1920* 100vw);
}
.bg_wire01 {
	background: #f5f7f8;
}
.bg_wire01 .bg:after {
	content: "";
	background: #fff;
	box-shadow: 0 0 calc( 16 / 1920 * 100vw ) calc( 4 / 1920 * 100vw ) rgba(51, 51, 51, 0.1);
	width: calc( 100% - calc( 210 / 1920 * 100vw ) );
	height: calc( 100% - calc( 100 / 1920 * 100vw ) );
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.row_wire01 .col {
	width: 50%;
	max-width: 960px;
}
.row_wire01 .col_txt .wrap {
	width: 90%;
	max-width: 720px;
}
.row_wire01 .col_txt .wrap {
	max-width: 720px;
	width: 90%;
}
.txt_wire01 {
	margin-top: calc(-60 / 1599 * 100vw );
	z-index: 1;
}
.copy_wire01 {
	letter-spacing: .13em;
}
@media(min-width: 768px) and (max-width:1599px) {
	.orthodontic .bg .en {
		top: calc( -98 / 1599 * 100vw );
	}
	.orthodontic .box {
		box-shadow: 0 0 calc( 16 / 1599 * 100vw ) calc( 4 / 1599 * 100vw ) rgba(51, 51, 51, 0.1);
	}
	.orthodontic .box .copy {
		border-bottom: calc( 4 / 1599 * 100vw ) dotted #062542;
	}
	.orthodontic .box .copy,
	.orthodontic .box .txt {
		max-width: calc( 800 / 1599 * 100vw );
	}
	.row_merit01 .col:nth-child(n+4) {
		margin-top: calc( 70 / 1599 * 100vw );
	}
	.row_merit01 .num {
		width: calc( 70 / 1599 * 100vw );
		height: calc( 100 / 1599 * 100vw );
		left: calc( 20 / 1599 * 100vw );
		top: calc( -20 / 1599 * 100vw );
		padding-bottom: calc( 20 / 1599 * 100vw );
	}
	.row_merit01.row01 .col:nth-child(n+3) {
		margin-top: calc(70 / 1599* 100vw);
	}
	.bg_wire01 .bg:after {
		box-shadow: 0 0 calc( 16 / 1599 * 100vw ) calc( 4 / 1599 * 100vw ) rgba(51, 51, 51, 0.1);
		width: calc( 100% - calc( 80 / 1599 * 100vw ) );
		height: calc( 100% - calc( 40 / 1599 * 100vw ) );
	}
	.row_wire01 .col_txt {
		padding-top: calc( 50 / 1599 * 100vw );
	}
	.txt_wire01 {
		margin-top: calc(-60 / 1599 * 100vw );
	}
	.copy_wire01 {
		font-size: 2.375rem;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.orthodontic .bg .en {
		top: calc( -98 / 1299 * 100vw );
	}
	.orthodontic .box {
		box-shadow: 0 0 calc( 16 / 1299 * 100vw ) calc( 4 / 1299 * 100vw ) rgba(51, 51, 51, 0.1);
	}
	.orthodontic .box .copy {
		border-bottom: calc( 4 / 1299 * 100vw ) dotted #062542;
	}
	.orthodontic .box .copy,
	.orthodontic .box .txt {
		max-width: calc( 800 / 1299 * 100vw );
	}
	.row_merit01 .col:nth-child(n+4) {
		margin-top: calc( 70 / 1299 * 100vw );
	}
	.row_merit01 .num {
		width: calc( 70 / 1299 * 100vw );
		height: calc( 100 / 1299 * 100vw );
		left: calc( 20 / 1299 * 100vw );
		top: calc( -20 / 1299 * 100vw );
		padding-bottom: calc( 20 / 1299 * 100vw );
	}
	.row_merit01.row01 .col:nth-child(n+3) {
		margin-top: calc(70 / 1299* 100vw);
	}
	.bg_wire01 .bg:after {
		box-shadow: 0 0 calc( 16 / 1299 * 100vw ) calc( 4 / 1299 * 100vw ) rgba(51, 51, 51, 0.1);
		width: calc( 100% - calc( 20 / 1299 * 100vw ) );
		height: calc( 100% - calc( 100 / 1299 * 100vw ) );
	}
	.row_wire01 .col_img {
		margin-top: calc( 30 / 1299 * 100vw );
	}
	.row_wire01 .col_txt {
		padding-top: calc( 100 / 1299 * 100vw );
	}
	.txt_wire01 {
		margin-top: calc(-60 / 1599 * 100vw );
	}
}
@media(max-width: 767px) {
	.orthodontic .en .fz140 {
		font-size: calc( 80 / 750 * 100vw );
	}
	.orthodontic .bg .en {
		font-size: calc( 80 / 750 * 100vw );
		top: calc( -64 / 750 * 100vw );
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
	}
	.orthodontic .copy_common01 .en {
		top: 30%;
	}
	.orthodontic .ttl_common03 .en:after {
		bottom: calc( 16 / 750 * 100vw );
	}
	.orthodontic .box {
		box-shadow: 0 0 calc( 16 / 750 * 100vw ) calc( 4 / 750 * 100vw ) rgba(51, 51, 51, 0.1);
	}
	.orthodontic .box .copy {
		border-bottom: calc( 4 / 750 * 100vw ) dotted #062542;
		font-size: calc( 50 / 750 * 100vw );
		letter-spacing: 0;
	}
	.orthodontic .box .copy,
	.orthodontic .box .txt {
		max-width: calc( 800 / 750 * 100vw );
		margin-left: auto;
		margin-right: auto;
	}
	.bg_orthodontic01 {
		position: relative;
	}
	.bg_orthodontic01:after {
		content: "";
		background: url("images/index/deco_merit01.png")no-repeat right top / 100% auto,
			url("images/index/deco_merit02.png")no-repeat left bottom / 100% auto;
		background-color: #f5f7f8!important;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
		margin: auto;
		z-index: -1;
	}
	.bg_orthodontic01.bg02:after {
		background: url("images/index/deco_merit03.png")no-repeat left top / 100% auto,
			url("images/index/deco_merit04.png")no-repeat right bottom / 100% auto;
	}
	.row_merit01 .col {
		width: 100%;
		max-width: calc( 646 / 750 * 100vw );
		margin-right: auto;
		margin-left: auto;
	}
	.row_merit01 .col:not(:last-child) {
		margin-bottom: 8vw;
	}
	.row_merit01 .col:nth-child(3n),
	.row_merit01 .col:last-child {
		margin-right: auto;
	}
	.row_merit01 .col:nth-child(n+4) {
		margin-top: calc( 70 / 750 * 100vw );
	}
	.row_merit01 .num {
		font-size: calc( 48 / 750 * 100vw );
		width: calc( 84 / 750 * 100vw );
		height: calc( 120 / 750 * 100vw );
		left: calc( 20 / 750 * 100vw );
		top: calc( -20 / 750 * 100vw );
		background: url("images/index/deco_orthodontic01.png")no-repeat center / contain;
		padding-bottom: calc( 20 / 750 * 100vw );
	}
	.row_merit01 .copy {
		font-size: calc( 40 / 750 * 100vw );
		letter-spacing: 0;
		margin-bottom: 2vw;
	}
	.row_merit01.row01 .col {
		width: 100%;
		margin-right: auto!important;
	}
	.row_merit01 .col:nth-child(n+4) {
		margin-top: 0;
	}
	.row_merit01.row01 .col:nth-child(n+3) {
		margin-top: calc(70 / 750* 100vw);
	}
	.row_merit01.row01 .col img {
		width: 100%;
	}
	.bg_wire01 {
		padding-bottom: 10vw;
	}
	.bg_wire01 .bg {
		padding-bottom: calc( 15 / 750 * 100vw );
	}
	.bg_wire01 .bg:after {
		box-shadow: 0 0 calc( 16 / 750 * 100vw ) calc( 4 / 750 * 100vw ) rgba(51, 51, 51, 0.1);
		width: calc( 702 / 750 * 100vw );
		height: calc( 100% - calc( 160 / 750 * 100vw ) );
		left: 0;
		right: 0;
		margin: auto;
	}
	.row_wire01 > .col {
		width: 100%;
		max-width: 100%;
	}
	.row_wire01 .col_img {
		max-width: calc( 730 / 750 * 100vw );
		margin-bottom: 13vw;
	}
	.row_wire01.row02 .col_img {
		margin-bottom: 0;
	}
	.row_wire01 .col_txt {
		max-width: calc( 646 / 750 * 100vw );
		margin-left: auto;
		margin-right: auto;
		padding-top: 4vw;
	}
	.row_wire01 .col_txt .txt {
		max-width: calc( 620 / 750 * 100vw );
		margin-left: auto;
		margin-right: auto;
	}
	.row_wire01 .col_txt .wrap {
		width: 100%;
	}
	.txt_wire01 {
		font-size: 3.375rem;
		margin-top: calc(-60 / 1599 * 100vw );
	}
	.copy_wire01 {
		font-size: calc( 50 / 750 * 100vw );
		letter-spacing: 0;
		line-height: 1.6;
		width: 100%;
	}
}


/* 流れ flow
------------------------------------------------------------------*/
.num_flow {
	width: calc( 100 / 1920 * 100vw );
	height: calc( 100 / 1920 * 100vw );
	left: 0;
	right: 0;
	margin: auto;
}
.box_flow01 > .wrap {
	border-top: 1px solid #062542;
	max-width: 1240px;
}
.box_flow01 > .wrap .box {
	border-bottom: 1px solid #062542;
}
.row_flow01 {
	max-width: 1140px;
}
.row_flow01 .col_img {
	max-width: 345px;
	width: 31%;
}
.row_flow01 .col_txt {
	width: 65%;
}
.row_flow02 {
	max-width: 1000px;
}
.row_flow02 .col {
	width: 32%;
	height: calc( 100 / 1920 * 100vw );
}
.row_flow02 .col:nth-child(1) {
	background: url("images/index/deco_flow01.png")no-repeat left bottom / calc( 150 / 1920 * 100vw );
}
.row_flow02 .col:nth-child(2) {
	background: url("images/index/deco_flow02.png")no-repeat left bottom / calc( 150 / 1920 * 100vw );
}
.row_flow02 .col:nth-child(3) {
	background: url("images/index/deco_flow03.png")no-repeat left bottom / calc( 150 / 1920 * 100vw );
}
.row_flow02 .col:before {
	content: "";
	border: 1px solid #ffc600;
	width: calc( 100% - calc( 20 / 1920 * 100vw ) );
	height: calc( 100% - calc( 20 /  1920 * 100vw) );
	margin: auto;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.row_flow02 .col:nth-child(2):before {
	border: 1px solid #ff9ac5;
}
.row_flow02 .col:nth-child(3):before {
	border: 1px solid #7c85ba;
}
.box_flow01 .row_counseling02 {
	max-width: 690px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.box_flow01 .row_counseling02 > .wrap {
	width: 100%;
}
.box_flow01 .tel_counseling,
.box_flow01 > .wrap {
	width: 100%;
}
.box_flow01 .mail_counseling,
.box_flow01 .web_counseling {
	width: 49%;
}
@media(min-width: 768px) and (max-width:1599px) {
	.num_flow {
		width: calc( 100 / 1599 * 100vw );
		height: calc( 100 / 1599 * 100vw );
	}
	.row_flow02 .col {
		width: 32%;
		height: calc( 100 / 1599 * 100vw );
	}
	.row_flow02 .col:nth-child(1) {
		background: url("images/index/deco_flow01.png")no-repeat left bottom / calc( 150 / 1599 * 100vw );
	}
	.row_flow02 .col:nth-child(2) {
		background: url("images/index/deco_flow02.png")no-repeat left bottom / calc( 150 / 1599 * 100vw );
	}
	.row_flow02 .col:nth-child(3) {
		background: url("images/index/deco_flow03.png")no-repeat left bottom / calc( 150 / 1599 * 100vw );
	}
	.row_flow02 .col:before {
		width: calc( 100% - calc( 20 / 1599 * 100vw ) );
		height: calc( 100% - calc( 20 /  1599 * 100vw) );
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.num_flow {
		width: calc( 100 / 1299 * 100vw );
		height: calc( 100 / 1299 * 100vw );
	}
	.row_flow02 .col {
		width: 32%;
		height: calc( 100 / 1299 * 100vw );
	}
	.row_flow02 .col:nth-child(1) {
		background: url("images/index/deco_flow01.png")no-repeat left bottom / calc( 150 / 1299 * 100vw );
	}
	.row_flow02 .col:nth-child(2) {
		background: url("images/index/deco_flow02.png")no-repeat left bottom / calc( 150 / 1299 * 100vw );
	}
	.row_flow02 .col:nth-child(3) {
		background: url("images/index/deco_flow03.png")no-repeat left bottom / calc( 150 / 1299 * 100vw );
	}
	.row_flow02 .col:before {
		width: calc( 100% - calc( 20 / 1299 * 100vw ) );
		height: calc( 100% - calc( 20 /  1299 * 100vw) );
	}
}
@media(max-width: 767px) {
	.num_flow {
		width: calc( 100 / 750 * 100vw );
		height: calc( 100 / 750 * 100vw );
		left: 0;
		right: 0;
		margin: auto;
		font-size: calc( 40 / 750 * 100vw );
	}
	.box_flow01 > .wrap {
		border-top: 1px solid #062542;
		max-width: 1240px;
	}
	.box_flow01 > .wrap .box {
		padding: 8vw 0 16vw;
	}
	.box_flow01 > .wrap .box:last-child {
		padding-bottom: 6vw;
	}
	.row_flow01 {
		max-width: 1140px;
	}
	.row_flow01 .col_img {
		max-width: calc( 620 / 750 * 100vw )!important;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 4vw;
	}
	.row_flow01 .col_txt {
		max-width: calc( 620 / 750 * 100vw );
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.row_flow01 .col_txt .copy {
		font-size: calc( 50 / 750 * 100vw );
		text-align: center;
		margin-bottom: 0;
	}
	.row_flow02 {
		max-width: 1000px;
	}
	.row_flow02 .col {
		width: 48%;
		height: calc( 100 / 750 * 100vw );
		font-size: calc( 28 / 750 * 100vw );
		letter-spacing: 0;
		padding-bottom: 1vw;
	}
	.row_flow02 .col:nth-child(1) {
		background: url("images/index/deco_flow01.png")no-repeat left bottom / calc( 150 / 750 * 100vw );
	}
	.row_flow02 .col:nth-child(2) {
		background: url("images/index/deco_flow02.png")no-repeat left bottom / calc( 150 / 750 * 100vw );
	}
	.row_flow02 .col:nth-child(3) {
		background: url("images/index/deco_flow03.png")no-repeat left bottom / calc( 150 / 750 * 100vw );
		margin-left: auto;
		margin-right: auto;
		margin-top: 4vw;
	}
	.row_flow02 .col:before {
		content: "";
		border: 1px solid #ffc600;
		width: calc( 100% - calc( 20 / 750 * 100vw ) );
		height: calc( 100% - calc( 20 /  750 * 100vw) );
		margin: auto;
		position: absolute;
		right: 0;
		left: 0;
		top: 0;
		bottom: 0;
		z-index: -1;
	}
	.row_flow02 .col:nth-child(2):before {
		border: 1px solid #ff9ac5;
	}
	.row_flow02 .col:nth-child(3):before {
		border: 1px solid #7c85ba;
	}
	.box_flow01 {
		padding-top: 17vw;
		padding-left: 3.2vw;
		padding-right: 3.2vw;
	}
	.box_flow01 .row_counseling02 {
		max-width: 690px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.box_flow01 .tel_counseling,
	.box_flow01 > .wrap {
		width: 100%;
	}
	.box_flow01 .mail_counseling,
	.box_flow01 .web_counseling {
		width: 100%;
	}
	.box_flow01 .row_counseling02 a > .wrap {
		width: calc( 290 / 750 * 100vw );
	}
}


/* 料金について fee
------------------------------------------------------------------*/
.wrap_fee01 {
	width: 89%;
}
.tbl_fee table {
	border-color: #333333;
}
.tbl_fee th {
	background-color: #029dae;
	font-weight: bold;
	vertical-align: middle;
}
.tbl_fee tr:not(:last-child) td {
	border-bottom-color: #333333;
}
.tbl_fee th,
.tbl_fee td {
	padding-top: calc( 25 / 1920 * 100vw );
	padding-bottom: calc( 25 / 1920 * 100vw );
}
.bg_pay {
	background: url("images/index/img_pay01.png")no-repeat left center / calc( 960 / 1920 * 100vw ) auto;
	background-color: #334c8a!important;
}
.row_pay {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.row_pay .col {
	width: 31.3%;
	margin-right: 3.05%;
}
@media(min-width: 768px) and (max-width:1599px) {
	.tbl_fee th,
	.tbl_fee td {
		padding-top: calc( 25 / 1599 * 100vw );
		padding-bottom: calc( 25 / 1599 * 100vw );
	}
	.bg_pay {
		background: url("images/index/img_pay01.png")no-repeat left center / calc( 960 / 1599 * 100vw ) auto;
		background-color: #334c8a!important;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.tbl_fee th,
	.tbl_fee td {
		padding-top: calc( 25 / 1299 * 100vw );
		padding-bottom: calc( 25 / 1299 * 100vw );
	}
	.bg_pay {
		background: url("images/index/img_pay01.png")no-repeat left center / calc( 960 / 1299 * 100vw ) auto;
		background-color: #334c8a!important;
	}
}
@media(max-width: 767px) {
	.wrap_fee01 {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		max-width: calc( 650 / 750 * 100vw );
	}
	.wrap_fee01 .bg_reason05 {
		padding-top: 18vw;
	}
	.bg_pay {
		background: url(images/index/img_pay01_sp.png)no-repeat left bottom / calc( 750 / 750 * 100vw ) auto;
	}
	.tbl_fee {
		margin-bottom: 6vw;
	}
	.tbl_fee th,
	.tbl_fee td {
		padding-top: calc( 25 / 750 * 100vw );
		padding-bottom: calc( 25 / 750 * 100vw );
		width: 100%!important;
	}
	.tbl_fee tr {
		display: grid;
	}
	.row_pay {
		max-width: calc( 646 / 750 * 100vw );
		margin-left: auto;
		margin-right: auto;
	}
	.row_pay .copy {
		font-size: calc( 30 / 750 * 100vw );
	}
	.row_pay .icn {
		width: calc( 120 / 750 * 100vw );
	}
	.row_pay .col {
		width: 48%;
		margin-right: 4%;
		padding: 5vw 3vw;
	}
}


/* ご挨拶 greeting
------------------------------------------------------------------*/
.row_greeting .col_img {
	width: 47.3%;
}
.row_greeting .col_txt {
	width: 51%;
	max-width: 970px;
}
.ttl_greeting01 {
	height: calc( 100 / 1920 * 100vw );
	position: relative;
}
.ttl_greeting01:before {
	content: "";
	background: url("images/index/deco_greeting03.png")no-repeat center / 100% 100%;
	width: calc( 40 / 1920 * 100vw );
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.ttl_greeting01:after {
	content: "";
	border-bottom: 1px solid #fff;
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	bottom: calc( 10 / 1920 * 100vw );
}
.ttl_greeting01.bg_grd01:before {
	background: url("images/index/deco_greeting04.png")no-repeat center / 100% 100%;
	right: auto!important;
	left: 0;
}
.row_greeting .txt,
.name_common {
	max-width: 800px;
	width: 90%;
}
.name_common .bdr {
	border-bottom: calc( 4 / 1920 * 100vw ) dotted #062542;
}
.box_greeting01,
.box_greeting02 {
	box-shadow: 0 0 calc( 16 / 1920 * 100vw ) calc( 4 / 1920 * 100vw ) rgba(51, 51, 51, 0.1);
	background: url("images/index/deco_greeting01.png")no-repeat right bottom / calc( 430 / 1920 * 100vw ) auto;
}
.list_greeting01 li:before {
	background-color: #7c85ba!important;
}
.list_greeting02 li:before {
	background-color: #14cfc9!important;
}
.box_greeting02 {
	background-image: url("images/index/deco_greeting02.png")!important;
}
.box_greeting02 dt {
	width: calc( 110 / 1920 * 100vw );
}
.box_greeting02 dd {
	width: calc( 100% - calc( 110 / 1920 * 100vw ) );
}
.bg_greeting01,
.bg_greeting02 {
	position: relative;
}
.bg_greeting01:after,
.bg_greeting02:after {
	content: "";
	background: url("images/index/deco_merit01.png")no-repeat right top / 100% auto,
		url("images/index/deco_merit02.png")no-repeat left bottom / 100% auto;
	background-color: #f5f7f8!important;
	width: 100%;
	height: calc( 100% - calc( 350 / 1920 * 100vw ) );
	position: absolute;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.bg_greeting02:after {
	background: url("images/index/deco_merit03.png")no-repeat left top / 100% auto,
		url("images/index/deco_merit04.png")no-repeat right bottom / 100% auto;
}
@media(min-width: 768px) and (max-width:1599px) {
	.ttl_greeting01 {
		height: calc( 100 / 1920 * 100vw );
		position: relative;
	}
	.ttl_greeting01:before {
		content: "";
		background: url("images/index/deco_greeting03.png")no-repeat center / 100% 100%;
		width: calc( 40 / 1920 * 100vw );
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.ttl_greeting01:after {
		content: "";
		border-bottom: 1px solid #fff;
		width: 100%;
		height: 0;
		position: absolute;
		left: 0;
		bottom: calc( 10 / 1920 * 100vw );
	}
	.ttl_greeting01.bg_grd01:before {
		background: url("images/index/deco_greeting04.png")no-repeat center / 100% 100%;
		right: auto!important;
		left: 0;
	}
	.row_greeting .txt,
	.name_common {
		max-width: 800px;
		width: 90%;
	}
	.name_common .bdr {
		border-bottom: calc( 4 / 1920 * 100vw ) dotted #062542;
	}
	.box_greeting01,
	.box_greeting02 {
		box-shadow: 0 0 calc( 16 / 1920 * 100vw ) calc( 4 / 1920 * 100vw ) rgba(51, 51, 51, 0.1);
		background: url("images/index/deco_greeting01.png")no-repeat right bottom / calc( 430 / 1920 * 100vw ) auto;
	}
	.list_greeting01 li:before {
		background-color: #7c85ba!important;
	}
	.list_greeting02 li:before {
		background-color: #14cfc9!important;
	}
	.box_greeting02 {
		background-image: url("images/index/deco_greeting02.png");
	}
	.box_greeting02 dt {
		width: calc( 110 / 1920 * 100vw );
	}
	.box_greeting02 dd {
		width: calc( 100% - calc( 110 / 1920 * 100vw ) );
	}
	.bg_greeting01,
	.bg_greeting02 {
		position: relative;
	}
	.bg_greeting01:after,
	.bg_greeting02:after {
		content: "";
		background: url("images/index/deco_merit01.png")no-repeat right top / 100% auto,
			url("images/index/deco_merit02.png")no-repeat left bottom / 100% auto;
		background-color: #f5f7f8!important;
		width: 100%;
		height: calc( 100% - calc( 350 / 1920 * 100vw ) );
		position: absolute;
		left: 0;
		bottom: 0;
		margin: auto;
		z-index: -1;
	}
	.bg_greeting02:after {
		background: url("images/index/deco_merit03.png")no-repeat left top / 100% auto,
			url("images/index/deco_merit04.png")no-repeat right bottom / 100% auto;
	}
}
@media(min-width: 768px) and (max-width:1599px) {
	.ttl_greeting01 {
		height: calc( 100 / 1599 * 100vw );
	}
	.ttl_greeting01:before {
		width: calc( 40 / 1599 * 100vw );
	}
	.ttl_greeting01:after {
		bottom: calc( 10 / 1599 * 100vw );
	}
	.name_common .bdr {
		border-bottom: calc( 4 / 1599 * 100vw ) dotted #062542;
	}
	.box_greeting01,
	.box_greeting02 {
		box-shadow: 0 0 calc( 16 / 1599 * 100vw ) calc( 4 / 1599 * 100vw ) rgba(51, 51, 51, 0.1);
		background: url("images/index/deco_greeting01.png")no-repeat right bottom / calc( 430 / 1599 * 100vw ) auto;
	}
	.box_greeting02 dt {
		width: calc( 110 / 1599 * 100vw );
	}
	.box_greeting02 dd {
		width: calc( 100% - calc( 110 / 1599 * 100vw ) );
	}
	.bg_greeting01:after,
	.bg_greeting02:after {
		height: calc( 100% - calc( 350 / 1599 * 100vw ) );
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.ttl_greeting01 {
		height: calc( 100 / 1299 * 100vw );
	}
	.ttl_greeting01:before {
		width: calc( 40 / 1299 * 100vw );
	}
	.ttl_greeting01:after {
		bottom: calc( 10 / 1299 * 100vw );
	}
	.name_common .bdr {
		border-bottom: calc( 4 / 1299 * 100vw ) dotted #062542;
	}
	.box_greeting01,
	.box_greeting02 {
		box-shadow: 0 0 calc( 16 / 1299 * 100vw ) calc( 4 / 1299 * 100vw ) rgba(51, 51, 51, 0.1);
		background: url("images/index/deco_greeting01.png")no-repeat right bottom / calc( 430 / 1299 * 100vw ) auto;
	}
	.box_greeting02 dt {
		width: calc( 110 / 1299 * 100vw );
	}
	.box_greeting02 dd {
		width: calc( 100% - calc( 110 / 1299 * 100vw ) );
	}
	.bg_greeting01:after,
	.bg_greeting02:after {
		height: calc( 100% - calc( 350 / 1299 * 100vw ) );
	}
}
@media(max-width: 767px) {
	.row_greeting .col_img {
		width: 100%;
		max-width: calc( 726 / 750 * 100vw );
		margin-bottom: calc( 60 / 750 * 100vw );
	}
	.row_greeting .col_txt {
		width: 100%;
		max-width: 100%;
	}
	.greeting .en .fz140 {
		font-size: calc( 80 / 750 * 100vw );
	}
	.greeting .en:after {
		bottom: calc( 16 / 750 * 100vw );
	}
	.ttl_greeting01 {
		height: calc( 100 / 750 * 100vw );
		position: relative;
		font-size: calc( 40 / 750 * 100vw );
		max-width: calc( 726 / 750 * 100vw );
	}
	.bg_greeting02 .ttl_greeting01 {
		margin-left: auto;
	}
	.ttl_greeting01:before {
		content: "";
		background: url("images/index/deco_greeting03.png")no-repeat center / 100% 100%;
		width: calc( 40 / 750 * 100vw );
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.ttl_greeting01:after {
		content: "";
		border-bottom: 1px solid #fff;
		width: 100%;
		height: 0;
		position: absolute;
		left: 0;
		bottom: calc( 10 / 750 * 100vw );
	}
	.ttl_greeting01.bg_grd01:before {
		background: url("images/index/deco_greeting04.png")no-repeat center / 100% 100%;
		right: auto!important;
		left: 0;
	}
	.row_greeting .txt,
	.name_common {
		max-width: 800px;
		width: 90%;
	}
	.name_common .bdr {
		border-bottom: calc( 4 / 750 * 100vw ) dotted #062542;
		font-size: calc( 28 / 750 * 100vw );
		letter-spacing: 0;
		max-width: calc( 646 / 750 * 100vw );
		margin-left: auto;
		margin-right: auto;
	}
	.name_common .bdr em {
		font-size: calc( 48 / 750 * 100vw );
		letter-spacing: 0;
	}
	.name_common .en {
		font-size: calc( 24 / 750 * 100vw );
		letter-spacing: 0;
	}
	.box_greeting01,
	.box_greeting02 {
		box-shadow: 0 0 calc( 16 / 750 * 100vw ) calc( 4 / 750 * 100vw ) rgba(51, 51, 51, 0.1);
		background: url("images/index/deco_greeting01.png")no-repeat right bottom / calc( 430 / 750 * 100vw ) auto;
		padding-left: 5vw;
		padding-right: 5vw;
	}
	.list_greeting01 li:before {
		background-color: #7c85ba!important;
	}
	.list_greeting02 li:before {
		background-color: #14cfc9!important;
	}
	.box_greeting02 {
		background-image: url("images/index/deco_greeting02.png");
	}
	.box_greeting02 dt {
		width: calc( 150 / 750 * 100vw );
		line-height: 1.6;
	}
	.box_greeting02 dd {
		width: calc( 100% - calc( 150 / 750 * 100vw ) );
		line-height: 1.6;
	}
	.box_greeting02 dt,
	.box_greeting02 dd {
		margin-top: 1vw;
	}
	.bg_greeting01,
	.bg_greeting02 {
		position: relative;
	}
	.bg_greeting01 {
		margin-bottom: calc( 50 / 750 * 100vw );
	}
	.bg_greeting01:after,
	.bg_greeting02:after {
		height: calc( 720 / 750 * 100vw );
	}
	.list_greeting01 li:not(:first-child),
	.list_greeting02 li:not(:first-child) {
		margin-top: 1.5vw;
	}
}


/* 医院紹介 clinic
------------------------------------------------------------------*/
.row_clinic01 .col_img {
	max-width: 610px;
	width: 49.2%;
}
.row_clinic01 .col_txt {
	max-width: 530px;
	width: 43%;
}
.row_clinic01 .logo {
	max-width: calc( 392 / 1920 * 100vw );
}
.slide_clinic .slick-prev {
	background: url(images/page/arw_slide.svg)no-repeat center / cover;
	width: calc(34 / 1920 * 100vw);
	height: calc(60 / 1920 * 100vw);
	transform: translate(0);
	top: 0;
	bottom: 0;
	margin: auto;
	left: 25%;
	z-index: 1;
}
.slide_clinic .slick-next {
	background: url(images/page/arw_slide.svg)no-repeat center / cover;
	width: calc(34 / 1920 * 100vw);
	height: calc(60 / 1920 * 100vw);
	right: 25%;
	transform: translate(0) scaleX(-1);
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.slide_clinic .slick-prev:before, .slide_clinic .slick-next:before {
	display: none;
}
.slide_clinic .slick-dots {
	bottom: -58px;
}
.slide_clinic .slick-dots li {
	width: 11px;
	height: 11px;
	margin: 0 8px;
}
.slide_clinic .slick-dots li button {
	width: 11px;
	height: 11px;
	padding: 0;
}
.slide_clinic .slick-dots li button:before {
	content: "";
	background: #eef1f4;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	opacity: 1;
}
.slide_clinic .slick-dots li.slick-active button:before {
	background: #14cfc9;
	opacity: 1;
}
.list_clinic01 li:before {
	background-color: #334c8a!important;
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_clinic01 .logo {
		max-width: calc( 392 / 1599 * 100vw );
	}
	.slide_clinic .slick-prev {
		left: 12%;
	}
	.slide_clinic .slick-next {
		right: 11.9%;
	}
	.slide_clinic .slick-prev, .slide_clinic .slick-next {
		width: calc(34 / 1599 * 100vw);
		height: calc(60 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_clinic01 .logo {
		max-width: calc( 392 / 1299 * 100vw );
	}
	.slide_clinic .slick-prev {
		left: 5%;
	}
	.slide_clinic .slick-next {
		right: 4.9%;
	}
	.slide_clinic .slick-prev, .slide_clinic .slick-next {
		width: calc(34 / 1299 * 100vw);
		height: calc(60 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.row_clinic01 .col {
		width: 100%;
		max-width: 100%;
	}
	.row_clinic01 .col .address {
		margin-bottom: 0;
	}
	.row_clinic01 .col_img {
		max-width: calc( 610 / 750 * 100vw );
		margin-left: auto;
		margin-right: auto;
		margin-bottom: calc( 60 / 750 * 100vw );
	}
	.row_clinic01 .logo {
		max-width: calc( 470 / 750 * 100vw );
	}
	.row_clinic01 .tel_common01 a {
		letter-spacing: .1em;
	}
	.list_clinic01 {
		margin-bottom: 10vw;
	}
	.slide_clinic img {
		width: calc( 750 / 750 * 100vw );
	}
	.slide_clinic .slick-prev, .slide_clinic .slick-next {
		width: calc(34 / 750 * 100vw);
		height: calc(60 / 750 * 100vw);
	}
	.slide_clinic .slick-prev {
		left: calc( 24 / 750 * 100vw );
	}
	.slide_clinic .slick-next {
		right: calc( 24 / 750 * 100vw );
	}
	.slide_clinic .slick-dots {
		bottom: -9vw;
	}
}


/* ご相談フォーム consultation
------------------------------------------------------------------*/
.consultation .en {
	top: calc( -112 / 1920 * 100vw );
}
.consultation .bg {
	background: url("images/index/bg_consultation01.jpg")no-repeat left top / auto calc( 250 / 1920 * 100vw ),
		url(images/page/ptn02.png)repeat left top / calc( 10 / 1920 * 100vw );
}
.tbl_form table {
	border-color: #062542;
}
.tbl_form th {
	background-color: #7c85ba;
	font-weight: bold;
}
.tbl_form tr:not(:last-child) td {
	border-bottom-color: #062542;
}
.tbl_form td {
	background-color: #fff!important;
}
.tbl_form.tbl_recruit .require span:after {
	font-weight: 300;
	background-color: #ffc600;
	color: #fff;
}
.btn_submit {
	max-width: calc(400 / 1920 * 100vw);
}
.btn_submit input {
	border: 1px solid #062542!important;
	background: url("images/page/arw02.svg")no-repeat right calc( 30 / 1920 * 100vw ) center / calc( 40 / 1920 * 100vw );
	background-color: #fff!important;
	color: #062542!important;
	padding: calc(30 / 1920 * 100vw) calc(5 / 1920 * 100vw) calc(30 / 1920 * 100vw);
	font-size: 1.25rem;
}
.btn_submit input:disabled {
	background: #ddd!important;
	color: #fff!important;
	border-color: #eef1f4!important;
}
.btn_submit:before {
	display: none;
}
.box_privacy {
	border-color: #062542;
}
@media(min-width: 768px) and (max-width:1599px) {
	.consultation .en {
		top: calc( -112 / 1599 * 100vw );
	}
	.consultation .bg {
		background: url("images/index/bg_consultation01.jpg")no-repeat left top / auto calc( 250 / 1599 * 100vw ),
			url(images/page/ptn02.png)repeat left top / calc( 10 / 1599 * 100vw );
	}
	.btn_submit {
		max-width: calc(400 / 1599 * 100vw);
	}
	.btn_submit input {
		background: url("images/page/arw02.svg")no-repeat right calc( 30 / 1599 * 100vw ) center / calc( 40 / 1599 * 100vw );
		padding: calc(30 / 1599 * 100vw) calc(5 / 1599 * 100vw) calc(30 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.consultation .en {
		top: calc( -112 / 1299 * 100vw );
	}
	.consultation .bg {
		background: url("images/index/bg_consultation01.jpg")no-repeat left top / auto calc( 250 / 1299 * 100vw ),
			url(images/page/ptn02.png)repeat left top / calc( 10 / 1299 * 100vw );
	}
	.btn_submit {
		max-width: calc(400 / 1299 * 100vw);
	}
	.btn_submit input {
		background: url("images/page/arw02.svg")no-repeat right calc( 30 / 1299 * 100vw ) center / calc( 40 / 1299 * 100vw );
		padding: calc(30 / 1299 * 100vw) calc(5 / 1299 * 100vw) calc(30 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.consultation {
		margin-bottom: 6vw;
	}
	.consultation > .inner1500 {
		width: 100%;
		max-width: 100%;
	}
	.consultation .en {
		top: calc( -112 / 750 * 100vw );
		font-size: calc( 80 / 750 * 100vw );
	}
	.consultation .copy {
		font-size: calc( 40 / 750 * 100vw );
		letter-spacing: 0;
	}
	.consultation .bg {
		background: url("images/index/bg_consultation01_sp.jpg")no-repeat left top / auto calc( 250 / 750 * 100vw ),
			url(images/page/ptn02.png)repeat left top / calc( 10 / 750 * 100vw );
	}
	.tbl_form table {
		border-color: #062542;
	}
	.tbl_form th {
		background-color: #7c85ba;
		font-weight: bold;
	}
	.tbl_form tr:not(:last-child) td {
		border-bottom-color: #062542;
	}
	.tbl_form td {
		background-color: #fff!important;
	}
	.tbl_form.tbl_recruit .require span:after {
		font-weight: 300;
		background-color: #ffc600;
		color: #fff;
	}
	.btn_submit {
		max-width: calc(600 / 750 * 100vw);
	}
	.btn_submit input {
		border: 1px solid #062542!important;
		background: url("images/page/arw02.svg")no-repeat right calc( 30 / 750 * 100vw ) center / calc( 40 / 750 * 100vw );
		background-color: #fff;
		color: #062542!important;
		padding: calc(30 / 750 * 100vw) calc(5 / 750 * 100vw) calc(30 / 750 * 100vw);
		font-size: 1rem;
		letter-spacing: 0;
	}
	.btn_submit input:disabled {
		color: #fff!important;
		border-color: #eef1f4!important;
	}
	.btn_submit:before {
		display: none;
	}
	.box_privacy {
		border-color: #062542;
		margin-bottom: 11vw;
	}
}



/* フッター footer
------------------------------------------------------------------*/
.main_foot {
}
.row_foot01 {
	max-width: 1190px;
	margin-left: auto;
	margin-right: auto;
}
.row_foot01 > .col_l {
}
.row_foot01 > .col_r {
	width: 45%;
	max-width: 530px;
}
.logo_foot {
	max-width: calc( 570 / 1920 * 100vw );
	margin-left: auto;
	margin-right: auto;
}
.bnr_foot {
	max-width: calc( 700 / 1920 * 100vw );
}
.pagetop {
	position: fixed;
	right: calc(30 / 1920 * 100vw);
	bottom: calc(30 / 1920 * 100vw);
	z-index: 1000;
	width: calc(80 / 1920 * 100vw);
}
.copyright {
	height: calc(80 / 1920 * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.logo_foot {
		max-width: calc( 570 / 1599 * 100vw );
	}
	.bnr_foot {
		max-width: calc( 700 / 1599 * 100vw );
	}
	.pagetop {
		right: calc(30 / 1599 * 100vw);
		bottom: calc(30 / 1599 * 100vw);
		width: calc(80 / 1599 * 100vw);
	}
	.copyright {
		height: calc(80 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.logo_foot {
		max-width: calc( 570 / 1299 * 100vw );
	}
	.bnr_foot {
		max-width: calc( 700 / 1299 * 100vw );
	}
	.pagetop {
		right: calc(30 / 1299 * 100vw);
		bottom: calc(30 / 1299 * 100vw);
		width: calc(80 / 1299 * 100vw);
	}
	.copyright {
		height: calc(80 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.main_foot {
		margin-bottom: 10vw;
	}
	.row_foot01 {
		display: block;
	}
	.row_foot01 > .col_l {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	.row_foot01 > .col_r {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	footer .tel_common01 .icn {
		letter-spacing: .1em;
	}
	.row_foot01 .address {
		margin-bottom: 0;
	}
	.logo_foot {
		max-width: calc( 570 / 750 * 100vw );
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 4vw;
	}
	.bnr_foot {
		max-width: calc( 702 / 750 * 100vw );
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10vw;
	}
	.copyright {
		font-size: 75%;
		letter-spacing: 0;
		padding: 4vw 0 20vw;
		height: auto;
	}
	.pagetop {
		display: none!important;
	}
	.fix {
		position: fixed;
		width: 100%;
		left: 0;
		bottom: 0;
		z-index: 9;
	}
	.fix_tel {
		width: calc(300 / 750 * 100vw);
	}
	.fix_mail,
	.fix_web {
		width: calc(150 / 750 * 100vw);
	}
	.pagetop_sp {
		width: calc(150 / 750 * 100vw);
	}
	.fix_web.ready:before {
		font-size: .75rem;
		width: calc(100 / 750*100vw);
		height: calc(40 / 750*100vw);
		line-height: calc(40 / 750*100vw);
	}
	.fix a {
		display: block;
	}
}

/* グーグルマップ
------------------------------------------------------------------*/
.map {
	position: relative;
	width: 100%;
	padding: calc(500 / 1920 * 100vw) 0 0 0;
	overflow: hidden;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: calc(-150 / 1920 * 100vw);
	height: calc(100% + calc(150 / 1920 * 100vw));
}
.btn_map {
	width: calc(300 / 1920 * 100vw);
	font-size: 1.25rem;
	letter-spacing: .1em;
	left: calc(20 / 1920 * 100vw);
	top: calc(20 / 1920 * 100vw);
	z-index: 1;
}
.btn_map a {
	height: calc(60 / 1920 * 100vw);
	background: url("images/page/icn_map.svg")no-repeat left calc(30 / 1920 * 100vw) center / calc(16 / 1920 * 100vw) auto;
	border: 1px solid #062542;
}
.btn_map a::after {
	content: "";
	width: 0;
	height: 0;
	margin: auto;
	border-left: calc(8 / 1920 * 100vw) solid  #333;
	border-top: calc(5 / 1920 * 100vw) solid transparent;
	border-bottom: calc(5 / 1920 * 100vw) solid transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(30 / 1920 * 100vw);
}
.wrap_access .btn_map {
	left: calc( 20 / 1920 * 100vw );
	top: calc( 20 / 1920 * 100vw );
}
.wrap_access .btn_map a {
	border-color: #062542;
}
.btn_map a::after {
	content: "";
	width: calc( 30 / 1920 * 100vw );
	height: calc( 30 / 1920 * 100vw );
	margin: auto;
	border: none!important;
	background: url("images/page/arw02.svg")no-repeat center / contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(30 / 1920 * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.map {
		padding: calc(500 / 1599 * 100vw) 0 0 0;
	}
	.map iframe {
		margin-top: calc(-150 / 1599 * 100vw);
		height: calc(100% + calc(150 / 1599 * 100vw));
	}
	.btn_map {
		left: calc(20 / 1599 * 100vw);
		top: calc(20 / 1599 * 100vw);
		width: calc(300 / 1599 * 100vw);
	}
	.btn_map a {
		height: calc(60 / 1599 * 100vw);
		background: url("images/page/icn_map.svg")no-repeat left calc(30 / 1599 * 100vw) center / calc(16 / 1599 * 100vw) auto;
	}
	.btn_map a::after {
		border-width: calc(5 / 1599 * 100vw) 0 calc(5 / 1599 * 100vw) calc(8 / 1599 * 100vw);
		right: calc(30 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.map {
		padding: calc(500 / 1299 * 100vw) 0 0 0;
	}
	.map iframe {
		margin-top: calc(-150 / 1299 * 100vw);
		height: calc(100% + calc(150 / 1299 * 100vw));
	}
	.btn_map {
		left: calc(20 / 1299 * 100vw);
		top: calc(20 / 1299 * 100vw);
		width: calc(300 / 1299 * 100vw);
	}
	.btn_map a {
		height: calc(60 / 1299 * 100vw);
		background: url("images/page/icn_map.svg")no-repeat left calc(30 / 1299 * 100vw) center / calc(16 / 1299 * 100vw) auto;
	}
	.btn_map a::after {
		border-width: calc(5 / 1299 * 100vw) 0 calc(5 / 1299 * 100vw) calc(8 / 1299 * 100vw);
		right: calc(30 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.btn_map {
		position: unset;
		width: calc(600 / 750 * 100vw);
		font-size: 1rem;
		letter-spacing: 0;
		margin: auto auto calc( 80 / 750 * 100vw );
	}
	.btn_map a {
		height: calc(100 / 750 * 100vw);
		background: url("images/page/icn_map.svg")no-repeat left calc(30 / 750 * 100vw) center / calc(30 / 750 * 100vw) auto;
		border: 1px solid #062542;
	}
	.btn_map a::after {
		border-left: calc(8 / 750 * 100vw) solid  #333;
		border-top: calc(5 / 750 * 100vw) solid transparent;
		border-bottom: calc(5 / 750 * 100vw) solid transparent;
		right: calc(30 / 750 * 100vw);
	}
	.wrap_map {
		padding-left: 3.2vw;
		padding-right: 3.2vw;
	}
	.wrap_access {
		padding: 0;
	}
	.wrap_access .btn_map a {
		height: calc( 100 / 750 * 100vw );
	}
	.btn_map a::after {
		width: calc( 40 / 750 * 100vw );
		height: calc( 40 / 750 * 100vw );
		right: calc(30 / 750 * 100vw);
	}
	.map { padding-top: calc(500 / 750 * 100vw); }
	.map iframe {
		margin-top: calc(-200 / 750 * 100vw);
		height: calc(100% + calc(200 / 750 * 100vw));
	}
}

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

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

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

}
