@charset "utf-8";
/*
Theme Name: res
Version: 1.3.7
Author: T8,Inc.
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');

:root {
	--break: 1920;
	--guideline-color: #aaa;
	font-size: calc(16 / var(--break) * 100vw);
	--color01: #AEE2F3;
	--color02: #F9D89E;
	--color03: #EBDDD7;
	--color04: #F6F1DF;
	--color05: #FFEFB9;
	--color06: #C6DEE6;
	--color07: #F6EBE6;
	--color08: #FFF9EF;
	--color09: #F0FBFF;
	--color10: #D7E6DC;
	--color11: #FFFFFF;
	--color12: #FFA60A;
	--color13: #5FCAED;
	--color14: #FFD52D;
	--color15: #85A38F;
	--color16: #E4A332;
	--color17: #E56B6B;
	--color18: #E56B96;
	--color19: #2D323E;
	--color20: #705F43;
	--color21: #787878;
	--color22: #F3A47D;

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

@media(min-width: 768px) and (max-width: 1599px) {
	:root {
		--break: 1599;
	}
}

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

@media(max-width:767px) {
	:root {
		--break: 750;
	}
}

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

.zkg {
	font-family: "zen-kaku-gothic-new", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.vdl {
	font-family: "vdl-megamaru", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.ftr {
	font-family: "futura-pt", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.ads {
	font-family: "ads-pops", sans-serif;
	font-weight: 400;
	font-style: normal;
}

/*ここまで*/
html,
body {
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 2;
	color: #3b2c1b;
	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;
}

.fw400 {
	font-weight: 400;
}

.fw500 {
	font-weight: 500;
}

.fw600 {
	font-weight: 600;
}

.fw700 {
	font-weight: 700;
}

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.ai_baseline {
	-webkit-align-items: baseline;
	align-items: baseline;
}

.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);
}

.ml60 {
	margin-left: var(--size60px);
}

.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;
}

.zi3 {
	z-index: 3;
}

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

.lh1 {
	line-height: 1;
}

.lh11 {
	line-height: 1.1;
}

.lh12 {
	line-height: 1.2;
}

.lh13 {
	line-height: 1.3;
}

.lh14 {
	line-height: 1.4;
}

.lh15 {
	line-height: 1.5;
}

.lh16 {
	line-height: 1.6;
}

.lh17 {
	line-height: 1.7;
}

.lh18 {
	line-height: 1.8;
}

.lh19 {
	line-height: 1.9;
}

.lh2 {
	line-height: 2;
}

.lh22 {
	line-height: 2.2;
}

.lh25 {
	line-height: 2.5;
}

.lh3 {
	line-height: 3;
}

.lh4 {
	line-height: 4;
}

.lh5 {
	line-height: 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;
}

.fz160 {
	font-size: 10rem;
	letter-spacing: .1em;
}

.ls0 {
	letter-spacing: 0;
}

.ls05 {
	letter-spacing: .05em;
}

.ls1 {
	letter-spacing: .1em;
}

.ls15 {
	letter-spacing: .15em;
}

.ls2 {
	letter-spacing: .2em;
}

.ls3 {
	letter-spacing: .3em;
}

.ls6 {
	letter-spacing: .6em;
}

.ls-05 {
	letter-spacing: -.05em;
}

.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;
}

.bg_col21 {
	background-color: var(--color21) !important;
}

.bg_col22 {
	background-color: var(--color22) !important;
}

.bdr_col01 {
	border-color: var(--color01) !important;
}

.bdr_col02 {
	border-color: var(--color02) !important;
}

.bdr_col03 {
	border-color: var(--color03) !important;
}

.bdr_col04 {
	border-color: var(--color04) !important;
}

.bdr_col05 {
	border-color: var(--color05) !important;
}

.bdr_col06 {
	border-color: var(--color06) !important;
}

.bdr_col07 {
	border-color: var(--color07) !important;
}

.bdr_col08 {
	border-color: var(--color08) !important;
}

.bdr_col09 {
	border-color: var(--color09) !important;
}

.bdr_col10 {
	border-color: var(--color10) !important;
}

.bdr_col11 {
	border-color: var(--color11) !important;
}

.bdr_col12 {
	border-color: var(--color12) !important;
}

.bdr_col13 {
	border-color: var(--color13) !important;
}

.bdr_col14 {
	border-color: var(--color14) !important;
}

.bdr_col15 {
	border-color: var(--color15) !important;
}

.bdr_col16 {
	border-color: var(--color16) !important;
}

.bdr_col17 {
	border-color: var(--color17) !important;
}

.bdr_col18 {
	border-color: var(--color18) !important;
}

.bdr_col19 {
	border-color: var(--color19) !important;
}

.bdr_col20 {
	border-color: var(--color20) !important;
}

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

.parallax {
	width: 100%;
	background-attachment: fixed !important;
}

.parallax.is_ios,
.tab.parallax {
	background-attachment: inherit !important;
}

.ready {
	position: relative;
}

.ready a {
	pointer-events: none;
}

.ready a:hover {
	opacity: 1;
	cursor: default;
}

.ready:before {
	content: "準備中";
	color: #fff;
	text-align: center;
	width: calc(100 / var(--break) * 100vw);
	height: calc(40 / var(--break) * 100vw);
	line-height: calc(40 / var(--break) * 100vw);
	background: rgba(51, 51, 51, .7);
	font-size: 1.125rem;
	letter-spacing: .1em;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 2;
	position: absolute;
}

.vam {
	vertical-align: middle;
}

@media(max-width: 767px) {
	.mgn_sp {
		margin-inline: 3.2%;
	}

	.parallax,
	.parallax.is_ios,
	.tab.parallax {
		width: 100%;
		background-attachment: inherit !important;
	}
}

@media(min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}

	.slick-slide img,
	#sb_instagram .sbi_photo_wrap {
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
	}
}

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

@media(min-width: 768px) and (max-width:1299px) {
	.pc_only {
		display: none;
	}

	.tb_only {
		display: inherit;
	}

	.sp_only {
		display: none;
	}

	.tb_pc {
		display: inherit;
	}

	.sp_tb {
		display: inherit;
	}
}

@media(max-width: 767px) {
	:root {
		font-size: 4.27vw;
	}

	html,
	body {
		font-size: 1rem;
		letter-spacing: 0;
	}

	.lum-lightbox {
		background-color: rgba(255, 255, 255, .9);
	}

	.lum-close-button:after,
	.lum-close-button:before {
		background-color: rgb(000, 000, 000);
	}

	.lum-gallery-button {
		display: none !important;
	}

	a.zoom {
		position: relative;
		display: block;
		pointer-events: auto;
	}

	a.zoom:before {
		content: "タップで拡大します";
		position: absolute;
		width: 100%;
		height: 4.27vw;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		letter-spacing: .1em;
		line-height: 4.27vw;
		text-shadow: 0 0 calc(5 / var(--break) * 100vw) #fff, 0 0 calc(5 / var(--break) * 100vw) #fff, 0 0 calc(10 / var(--break) * 100vw) #fff, 0 0 calc(10 / var(--break) * 100vw) #fff, 0 0 calc(15 / var(--break) * 100vw) #fff, 0 0 calc(15 / var(--break) * 100vw) #fff;
		text-align: center;
	}

	a.zoom:after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 1.5em;
		height: 1.5em;
		background-color: rgba(0, 0, 0, 0.5);
		background-image: url("images/page/icn_zoom.svg");
		background-size: 1em 1em;
		background-position: center center;
		background-repeat: no-repeat;
	}

	.lum-lightbox.lum-open {
		z-index: 10;
	}

	.lum-lightbox-image-wrapper {
		overflow-x: scroll;
	}

	.lum-lightbox-inner img {
		max-width: calc(1000 / var(--break) * 100vw);
	}

	.inner,
	.inner1000,
	.inner1140,
	.inner1200,
	.inner1340,
	.inner1500 {
		width: 100%;
		max-width: calc(702 / var(--break) * 100vw);
	}

	.pc_only {
		display: none;
	}

	.tb_only {
		display: none;
	}

	.sp_only {
		display: inherit;
	}

	.tb_pc {
		display: none;
	}

	.sp_tb {
		display: inherit;
	}

	.pt_1vw {
		padding-top: 1vw;
	}

	.pt_2vw {
		padding-top: 2vw;
	}

	.pt_3vw {
		padding-top: 3vw;
	}

	.pt_4vw {
		padding-top: 3vw;
	}

	.pt_5vw {
		padding-top: 5vw;
	}

	.pt_6vw {
		padding-top: 6vw;
	}

	.pt_7vw {
		padding-top: 7vw;
	}

	.pt_8vw {
		padding-top: 8vw;
	}

	.pt_9vw {
		padding-top: 9vw;
	}

	.pt_10vw {
		padding-top: 10vw;
	}

	.pt_11vw {
		padding-top: 11vw;
	}

	.pt_12vw {
		padding-top: 12vw;
	}

	.pt_13vw {
		padding-top: 13vw;
	}

	.pt_14vw {
		padding-top: 14vw;
	}

	.pt_15vw {
		padding-top: 15vw;
	}

	.pb_1vw {
		padding-bottom: 1vw;
	}

	.pb_2vw {
		padding-bottom: 2vw;
	}

	.pb_3vw {
		padding-bottom: 4vw;
	}

	.pb_5vw {
		padding-bottom: 5vw;
	}

	.pb_6vw {
		padding-bottom: 6vw;
	}

	.pb_7vw {
		padding-bottom: 7vw;
	}

	.pb_8vw {
		padding-bottom: 8vw;
	}

	.pb_9vw {
		padding-bottom: 9vw;
	}

	.pb_10vw {
		padding-bottom: 10vw;
	}

	.pb_11vw {
		padding-bottom: 11vw;
	}

	.pb_12vw {
		padding-bottom: 12vw;
	}

	.pb_13vw {
		padding-bottom: 13vw;
	}

	.pb_14vw {
		padding-bottom: 14vw;
	}

	.pb_15vw {
		padding-bottom: 15vw;
	}

	.ls0_sp {
		letter-spacing: 0 !important;
	}

	.ls05_sp {
		letter-spacing: .05em !important;
	}

	.ls15_sp {
		letter-spacing: .15em !important;
	}

	.ls2_sp {
		letter-spacing: .2em !important;
	}

	.txt_width {
		max-width: calc(646 / var(--break) * 100vw) !important;
		margin-left: auto;
		margin-right: auto;
	}

	.sp_left {
		text-align: left !important;
	}

	.shadow_w {
		text-shadow: 0 0 calc(5 / var(--break) * 100vw) #fff, 0 0 calc(5 / var(--break) * 100vw) #fff, 0 0 calc(10 / var(--break) * 100vw) #fff, 0 0 calc(10 / var(--break) * 100vw) #fff, 0 0 calc(15 / var(--break) * 100vw) #fff, 0 0 calc(15 / var(--break) * 100vw) #fff;
	}

	.txt_tb {
		writing-mode: horizontal-tb;
	}

	.ready:before {
		font-size: .75rem;
	}
}

/* オリジナル共通パーツ */
.btn_default01 {
	border-radius: calc(6/ var(--break) * 100vw);
}

.btn_default01 a {
	border: var(--color17);
	border-radius: calc(6/ var(--break) * 100vw);
}

.btn_default01.arw04 a:after {
	border-left-color: var(--color11);
}

.btn_default01 a:hover {
	background-color: color-mix(in srgb, var(--color17) 88%, black);
}

.wrap_common01 .col_img {
	width: 60.4%;
}

.wrap_common01 .col_txt {
	width: 39.6%;
}

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

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

@media(max-width: 767px) {
	.wrap_common01 {
		flex-direction: column !important;
	}

	.wrap_common01 .col_img,
	.wrap_common01 .col_txt {
		width: 100%;
	}
}

/* ヘッダー header
------------------------------------------------------------------*/
header {
	z-index: 10;
}

header h1 {
	width: calc(180/ var(--break) * 100vw);
	height: calc(230/ var(--break) * 100vw);
}

.row_head01 .icn img {
	width: calc(40/ var(--break) * 100vw);
	height: calc(40/ var(--break) * 100vw);
}

.row_head01 .txt02 {
	width: calc(140/ var(--break) * 100vw);
}

.row_head01 .txt02 .icn {
	right: calc(10/ var(--break) * 100vw);
}

.row_head01 .txt02 .icn img {
	width: calc(5/ var(--break) * 100vw);
	height: calc(4/ var(--break) * 100vw);
	margin-bottom: calc(3/ var(--break) * 100vw);
}

.row_head01 .tel_head {
	background: url(images/page/ptn01.png) calc(8/ var(--break) * 100vw);
	border-bottom-left-radius: calc(10/ var(--break) * 100vw);
	width: calc(280/ var(--break) * 100vw);
}

.row_head01 .tel_head .num,
.row_head01 .tel_head .txt {
	color: #f07c7c;
}

.row_head01 .web_head {
	background: url(images/page/ptn02.png) calc(8/ var(--break) * 100vw);
	width: calc(180/ var(--break) * 100vw);
}

.row_head01 .web_head .txt02 {
	border-radius: calc(20/ var(--break) * 100vw);
}

.row_head01 .contact_head {
	background: url(images/page/ptn03.png) calc(8/ var(--break) * 100vw);
	width: calc(180/ var(--break) * 100vw);
}

.row_head01 .contact_head .txt01 {
	color: #40b0d5;
}

.row_head01 .contact_head .txt02 {
	border-radius: calc(20/ var(--break) * 100vw);
}

.row_head01 .line_head {
	background: #06c755;
	width: calc(180/ var(--break) * 100vw);
}

.row_head01 .line_head .txt01 {
	color: #40b0d5;
}

.row_head01 .line_head .txt02 {
	background: #05b34c;
	border-radius: calc(20/ var(--break) * 100vw);
}

/* 下層ページとの表示切り替え設定 */

.lowhead_only {
	display: none;
	visibility: hidden;
}

.low_head .lowhead_only {
	display: inherit;
	visibility: visible;
}

.low_head .front_only {
	display: none;
	visibility: hidden;
}

.low_head .wrap_head01 {
	margin-top: calc(50 / var(--break) * 100vw);
	margin-left: calc(50 / var(--break) * 100vw);
}

header.low_head h1 {
	width: calc(310 / var(--break) * 100vw);
	height: calc(101 / var(--break) * 100vw);
}

header.low_head h1::before {
	content: "";
	display: block;
	width: calc(160 / var(--break) * 100vw);
	height: calc(176 / var(--break) * 100vw);
	background: url(images/page/deco_lowhead01.png)no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(-5 / var(--break) * 100vw);
	right: calc(-163 / var(--break) * 100vw);
}

header.low_head .row_head01::before {
	content: "";
	display: block;
	width: calc(340 / var(--break) * 100vw);
	height: calc(139 / var(--break) * 100vw);
	background: url(images/page/deco_lowhead02.png)no-repeat;
	background-size: contain;
	position: absolute;
	bottom: calc(-70 / var(--break) * 100vw);
	right: calc(30 / var(--break) * 100vw);
	z-index: -1;

}

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

@media(min-width: 768px) and (max-width:1299px) {
	header.low_head h1::before {
		width: calc(100 / var(--break) * 100vw);
		height: calc(115 / var(--break) * 100vw);
		background: url(images/page/deco_lowhead01.png) no-repeat;
		background-size: contain;
		top: calc(19 / var(--break) * 100vw);
		right: calc(-90 / var(--break) * 100vw);
	}

	header.low_head .row_head01::before {
		width: calc(200 / var(--break) * 100vw);
		height: calc(110 / var(--break) * 100vw);
	}
}

@media(max-width: 767px) {
	header.low_head h1::before {
		display: none;
	}

	header.low_head .row_head01::before {
		display: none;
	}

	.low_head .wrap_head01 {
		margin-top: calc(30 / var(--break) * 100vw);
		margin-left: calc(25 / var(--break) * 100vw);
	}
}


/* メインイメージ main_img
------------------------------------------------------------------*/
.main_img {
	position: relative;
}

.main_img .slide_main {
	opacity: 0;
	transition: opacity .3s linear;
	pointer-events: none;
}

.main_img .slide_main.slick-initialized {
	opacity: 1;
}

.main_img .slide_main li {
	height: 100vh;
}

.main_img.tab .slide_main li {
	height: auto;
}

.main01 {
	background: url(images/index/main01.jpg)no-repeat center / cover;
}

.deco__main01 {
	width: calc(1000/ var(--break) * 100vw);
	top: calc(286/ var(--break) * 100vw);
	top: 30%;
	left: 52%;
	transform: translateX(-50%);
}

.deco__main02 {
	width: calc(200/ var(--break) * 100vw);
	bottom: 0;
	left: 29%;
	transform: translateX(-50%);
}

.deco__main03 {
	width: calc(100/ var(--break) * 100vw);
	bottom: 0;
	right: calc(575/ var(--break) * 100vw);
}

.deco__main04 {
	width: calc(375/ var(--break) * 100vw);
	bottom: calc(280/ var(--break) * 100vw);
	right: calc(65/ var(--break) * 100vw);
}

.main01 .ttl {
	bottom: calc(280/ var(--break) * 100vw);
	top: calc(210/ var(--break) * 100vw);
	top: 24%;
	left: 50%;
	transform: translateX(-50%);
}

.main01 .txt01 img {
	width: calc(610/ var(--break) * 100vw);
	height: calc(128/ var(--break) * 100vw);
}

.main01 .txt03 {
	color: #ffc1c1;
}

.main01 .txt04 {
	color: #a4f2ec;
}

.main01 .row_time01 {
	bottom: 0;
	right: 0;
	padding-bottom: calc(20/ var(--break) * 100vw);
	width: calc(590/ var(--break) * 100vw);
}

@media(min-width: 768px) and (max-width:1599px) {
	.deco__main01 {
		width: calc(900/ var(--break) * 100vw);
		top: 32%;
	}

	.main01 .ttl {
		top: 26%;
		left: 50%;
		transform: translateX(-50%);
	}

	.main01 .txt01 img {
		width: calc(550 / var(--break) * 100vw);
		height: auto;
	}

	.main01 .ttl>span:nth-of-type(2) {
		font-size: calc(54/ var(--break) * 100vw);
	}

	.main01 .ttl .txt02,
	.main01 .ttl .txt03,
	.main01 .ttl .txt04 {
		font-size: calc(72/ var(--break) * 100vw);
	}

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

	.deco__main03 {
		width: calc(80/ var(--break) * 100vw);
		/* left: 57.5%; */
	}
}

@media(min-width: 768px) and (max-width:1299px) {
	.wrap_head01 {
		margin-top: calc(40/ var(--break) * 100vw);
		margin-left: calc(40/ var(--break) * 100vw);
	}

	.main01 .ttl>span:nth-of-type(2) {
		font-size: calc(50/ var(--break) * 100vw);
	}

	.main01 .ttl .txt01 img {
		width: calc(480/ var(--break) * 100vw);
		margin-inline: auto;
	}

	.main01 .ttl .txt02,
	.main01 .ttl .txt03,
	.main01 .ttl .txt04 {
		font-size: calc(68/ var(--break) * 100vw);
	}

	.main_img .slide_main li {
		height: auto;
		min-height: 970px;
		min-height: calc(970/ var(--break) * 100vw);
	}

	.main01 .ttl {
		top: 22%;
	}

	.deco__main01 {
		width: calc(800 / var(--break) * 100vw);
		top: 30%;
		left: 52.4%;
	}

	.deco__main03 {
		right: calc(488/ var(--break) * 100vw);
	}

	.deco__main04 {
		width: calc(320 / var(--break) * 100vw);
		bottom: calc(280 / var(--break) * 100vw);
		right: calc(30 / var(--break) * 100vw);
	}

	.main01 .row_time01 {
		width: calc(500/ var(--break) * 100vw);
	}
}

@media only screen and (max-width: 767px) {
	.main_img .slide_main li {
		min-height: auto;
		height: 100vh;
	}

	.main01 {
		background: url(images/index/main01_sp.jpg)no-repeat top center / cover;
	}

	.wrap_head01 {
		margin-top: calc(30 / var(--break) * 100vw);
		margin-left: 3.2%;
	}

	.deco__main01 {
		width: calc(735 / var(--break) * 100vw);
		left: 50%;
		top: 41%;
	}

	.deco__main02 {
		width: calc(180 / var(--break) * 100vw);
		bottom: 0;
		left: 3.2%;
		transform: none;
	}

	.deco__main03 {
		width: calc(90 / var(--break) * 100vw);
		bottom: 0;
		right: 3.2%;
		z-index: 3;
	}

	.deco__main04 {
		width: calc(375 / var(--break) * 100vw);
		bottom: calc(43 / var(--break) * 100vw);
		right: 3.2%;
	}

	.main01 .ttl {
		width: max-content;
		top: 32%;
	}

	.main01 .ttl>span:nth-of-type(2) {
		font-size: calc(48/ var(--break) * 100vw);
	}

	.main01 .ttl .txt02,
	.main01 .ttl .txt03,
	.main01 .ttl .txt04 {
		font-size: calc(64/ var(--break) * 100vw);
	}
}

/* グローバルナビゲーション gnav
------------------------------------------------------------------*/
.gnav {
	transition: .3s;
	width: 100%;
}

/* .gnav.is_fixed {
	position: fixed;
	left: 0;
	z-index: 10;
	transition: .3s;
} */
.fix_nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	transition: .5s;
	width: 100%;
	transform: translateY(-100%);
	opacity: 0;
	background: rgba(255, 255, 255, .9);
}

.fix_nav.is_fixed {
	transition: .5s;
	transform: translateY(0);
	opacity: 1;
	z-index: 10;
}

.gnav>ul {
	max-width: 1200px;
}

.gnav>ul>li {
	position: relative;
	-ms-flex-grow: 1;
	flex-grow: 1;
}

.gnav>ul>li>a {
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	height: calc(200 / var(--break) * 100vw);
	position: relative;
}

.gnav>ul>li>a:before {
	content: "";
	position: absolute;
	width: calc(50/ var(--break) * 100vw);
	height: calc(25/ var(--break) * 100vw);
	background: url(images/page/deco_gnav01.svg) no-repeat;
	background-size: contain;
	left: 0;
	right: 0;
	top: calc(30/ var(--break) * 100vw);
	margin: auto;
	opacity: 0;
	transition: .3s;
}

.gnav>ul>li>a:hover:before,
.gnav>ul>li>a.active:before,
.gnav>ul>li>a.open:before {
	opacity: 1;
	transition: .3s;
}

.gnav>ul>li .en {
	text-transform: uppercase;
}

.gnav .nav_sub {
	display: none;
	position: absolute;
	top: 90%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	width: max-content;
	background: url(images/page/bg_sub_navi01.png);
	background-size: calc(301/ var(--break) * 100vw) calc(167/ var(--break) * 100vw);
}

.gnav .nav_sub.sub02 {
	background: url(images/page/bg_sub_navi02.png);
	background-size: calc(368/ var(--break) * 100vw) calc(317/ var(--break) * 100vw);
}

.gnav .nav_sub>ul>li>a::before {
	display: inline-block;
	content: "";
	width: calc(9/ var(--break) * 100vw);
	height: calc(7/ var(--break) * 100vw);
	background: url(images/page/arw01.svg)no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right: calc(12/ var(--break) * 100vw);
}

.fix_nav .gnav>ul>li>a {
	height: auto;
}

.fix_nav .gnav>ul>li>a:before {
	top: calc(-16 / var(--break) * 100vw);
}

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

	.fix_nav .row_head01 .tel_head {
		width: calc(230 / var(--break) * 100vw);
	}

	.fix_nav .row_head01 .tel_head a {
		padding-inline: calc(10 / var(--break) * 100vw);
	}

	.fix_nav .row_head01 .tel_head .num {
		font-size: calc(27 / var(--break) * 100vw);
	}

	.fix_nav .row_head01 .tel_head .txt {
		font-size: calc(14 / var(--break) * 100vw);
	}

	.fix_nav .row_head01 .web_head,
	.fix_nav .row_head01 .contact_head,
	.fix_nav .row_head01 .line_head {
		width: calc(148 / var(--break) * 100vw);
	}

	.fix_nav .row_head01 .web_head a,
	.fix_nav .row_head01 .contact_head a,
	.fix_nav .row_head01 .line_head a {
		padding-inline: calc(12 / var(--break) * 100vw) calc(15 / var(--break) * 100vw);
	}

	.fix_nav .row_head01 .web_head .num,
	.fix_nav .row_head01 .contact_head .num,
	.fix_nav .row_head01 .line_head .num {
		font-size: calc(30 / var(--break) * 100vw);
	}

	.fix_nav .row_head01 .web_head .txt01,
	.fix_nav .row_head01 .contact_head .txt01,
	.fix_nav .row_head01 .line_head .txt01 {
		font-size: calc(18 / var(--break) * 100vw);
	}

	.fix_nav .row_head01 .web_head .txt02,
	.fix_nav .row_head01 .contact_head .txt02,
	.fix_nav .row_head01 .line_head .txt02 {
		font-size: calc(14 / var(--break) * 100vw);
		width: calc(117 / var(--break) * 100vw);
		padding-inline: calc(5 / var(--break) * 100vw);
	}
}

@media(min-width: 768px) and (max-width:1299px) {
	.fix_nav .row_head01 .tel_head {
		width: calc(170 / var(--break) * 100vw);
	}

	.fix_nav .row_head01 .tel_head a {
		padding-inline: calc(5 / var(--break) * 100vw);
	}

	.fix_nav .row_head01 .tel_head .num {
		font-size: calc(20 / var(--break) * 100vw);
	}

	.fix_nav .row_head01 .tel_head .txt {
		font-size: calc(14 / var(--break) * 100vw);
	}

	.fix_nav .row_head01 .web_head,
	.fix_nav .row_head01 .contact_head,
	.fix_nav .row_head01 .line_head {
		width: calc(140 / var(--break) * 100vw);
	}

	.fix_nav .row_head01 .web_head a,
	.fix_nav .row_head01 .contact_head a,
	.fix_nav .row_head01 .line_head a {
		padding-inline: calc(6 / var(--break) * 100vw);
	}

	.fix_nav .row_head01 .web_head .num,
	.fix_nav .row_head01 .contact_head .num,
	.fix_nav .row_head01 .line_head .num {
		font-size: calc(30 / var(--break) * 100vw);
	}

	.fix_nav .row_head01 .web_head .txt01,
	.fix_nav .row_head01 .contact_head .txt01,
	.fix_nav .row_head01 .line_head .txt01 {
		font-size: calc(16 / var(--break) * 100vw);
	}

	.fix_nav .row_head01 .web_head .txt02,
	.fix_nav .row_head01 .contact_head .txt02,
	.fix_nav .row_head01 .line_head .txt02 {
		font-size: calc(13 / var(--break) * 100vw);
		width: calc(105 / var(--break) * 100vw);
		padding-inline: calc(5 / var(--break) * 100vw);
	}

	.fix_nav .gnav .ja {
		font-size: calc(15 / var(--break) * 100vw);
	}
}

@media only screen and (max-width: 767px) {

	.gnav,
	.fix_nav {
		display: none;
	}

	.btn_gnav_sp {
		position: fixed;
		top: 3vw;
		right: 3.2vw;
		height: calc(100 / var(--break) * 100vw);
		width: calc(100 / var(--break) * 100vw);
		background: #e4a332;
		border-radius: 50%;
		z-index: 10000;
		outline: none;
	}

	.btn_gnav_sp .txt_gnav {
		position: absolute;
		width: calc(48 / var(--break) * 100vw);
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}

	.btn_gnav_sp .icn_gnav {
		width: calc(40 / var(--break) * 100vw);
		height: 2px;
		position: absolute;
		top: -3.5vw;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		background: #fff;
		transition: transform .3s ease-in-out;
	}

	.btn_gnav_sp .icn_gnav:before,
	.btn_gnav_sp .icn_gnav:after {
		content: "";
		width: 100%;
		height: 2px;
		position: absolute;
		left: 0;
		background: #fff;
		transition: transform .3s ease-in-out;
	}

	.btn_gnav_sp .icn_gnav:before {
		top: -1.5vw;
	}

	.btn_gnav_sp .icn_gnav:after {
		bottom: -1.5vw;
	}

	.open .btn_gnav_sp .icn_gnav {
		background: none;
	}

	.open .btn_gnav_sp .icn_gnav:before,
	.open .btn_gnav_sp .icn_gnav:after {
		background: #fff;
		transition: transform .3s ease-in-out;
	}

	.open .btn_gnav_sp .icn_gnav:before {
		transform: rotate(45deg);
		top: 0;
	}

	.open .btn_gnav_sp .icn_gnav:after {
		transform: rotate(-45deg);
		bottom: 0;
	}

	.gnav_sp {
		padding: 19vw 0 0;
		overflow-y: auto;
		overflow-x: hidden;
		background: rgba(255, 255, 255, .98);
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
		height: 100%;
		visibility: hidden;
		opacity: 0;
		width: 80%;
		transition: opacity .6s ease, visibility .6s ease;
		line-height: 1.45;
	}

	.bg_gnav {
		visibility: hidden;
		transition: .3s;
		opacity: 0;
	}

	.open .bg_gnav {
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 9998;
		background: rgba(0, 0, 0, 0);
		visibility: visible;
		opacity: 1;
		transition: .3s;
		left: 0;
		top: 0;
	}

	.gnav_sp .nav_main {
		padding-bottom: 20vw;
	}

	.gnav_sp .nav_main>ul {
		padding: 0 3vw;
		display: block;
	}

	.gnav_sp .nav_main>ul>li {
		opacity: 0;
		transform: translateX(50%);
		transition: transform .6s ease, opacity .2s ease;
	}

	.gnav_sp .nav_main>ul>li:first-child {
		border-top: 1px solid var(--color04);
	}

	.gnav_sp .nav_main>ul>li.nav_drawer {
		padding-bottom: 2.5vw;
		border-bottom: 1px solid var(--color04);
	}

	.gnav_sp .nav_main>ul>li>a {
		padding: 1.5vw 4vw 1.5vw 0;
		border-bottom: 1px solid var(--color04);
		display: -webkit-box;
		/*--- Androidブラウザ用 ---*/
		display: -ms-flexbox;
		/*--- IE10 ---*/
		display: -webkit-flex;
		/*--- safari（PC）用 ---*/
		display: flex;
		-webkit-box-pack: justify;
		/*--- Androidブラウザ用 ---*/
		-ms-flex-pack: justify;
		/*--- IE10 ---*/
		-webkit-justify-content: space-between;
		/*--- safari（PC）用 ---*/
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		/* Safari */
		flex-wrap: wrap;
		-ms-align-items: center;
		align-items: center;
		position: relative;
		letter-spacing: 0;
	}

	.gnav_sp .nav_main>ul>li.nav_drawer>a {
		border-bottom: none;
	}

	.gnav_sp .nav_main>ul>li>a:after {
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 0;
		height: 0;
		border-left: calc(16 / var(--break) * 100vw) solid var(--color12);
		border-top: calc(12 / var(--break) * 100vw) solid transparent;
		border-bottom: calc(12 / var(--break) * 100vw) solid transparent;
		margin: auto;
	}

	.gnav_sp .nav_main>ul>li.nav_drawer>a:after {
		transform: rotate(90deg);
	}

	.gnav_sp .nav_main>ul>li.nav_drawer>a.open:after {
		transform: rotate(-90deg);
	}

	.gnav_sp .nav_main>ul>li>a .ja {
		font-size: calc(32/ var(--break) * 100vw);
	}

	.gnav_sp .nav_main>ul>li>a .en {
		text-transform: uppercase;
		font-size: calc(20/ var(--break) * 100vw);
		letter-spacing: .1em;
		line-height: 1.2;
		margin-top: 1vw;
	}

	.gnav_sp .nav_sub {
		background: url(images/page/ptn09.png);
		background-size: calc(8/ var(--break) * 100vw);
		padding: 5.5vw 6vw 7.5vw 8vw;
		/*display: none;*/
		/* クリックで開閉させる場合はコメント解除 */
	}

	.gnav_sp .nav_sub.sub02 {
		background: url(images/page/ptn08.png);
		background-size: calc(8/ var(--break) * 100vw);
	}

	.gnav_sp .nav_sub li {
		opacity: 0;
		transform: translateX(50%);
		transition: transform .6s ease, opacity .2s ease;
	}

	.gnav_sp .nav_sub li:not(:last-child) {
		margin-bottom: 2.5vw;
	}

	.gnav_sp .nav_sub a {
		padding: 1vw 0 1vw 6vw;
		display: block;
		position: relative;
		color: #fff;
	}

	.gnav_sp .nav_sub a:after {
		content: "";
		position: absolute;
		left: 0;
		top: 1vw;
		bottom: 0;
		width: 0;
		height: 0;
		border-left: calc(16 / var(--break) * 100vw) solid #fff;
		border-top: calc(12 / var(--break) * 100vw) solid transparent;
		border-bottom: calc(12 / var(--break) * 100vw) solid transparent;
		margin: auto;
	}

	.open .gnav_sp {
		visibility: visible;
		opacity: 1;
	}

	.open .gnav_sp .nav_main>ul>li,
	.open .gnav_sp .nav_sub li {
		opacity: 1;
		transform: translateX(0);
		transition: transform 1s ease, opacity .9s ease;
	}
}

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

/* ※パーフェクトスクロールバー用基本css ここからデザインに合わせて適宜変更してください */
.index_news ul {
	overflow: hidden;
	position: relative;
	padding-right: calc(20 / var(--break) * 100vw);
	max-height: 170px;
	height: auto;
	touch-action: auto !important;
	line-height: 1.75;
}

.index_news li:not(:last-of-type) {}

.index_news li dt {}

.index_news li dd {}

.index_news li dd a {
	color: #aaa;
	/* コーダーさんへに記載されている★標準テキスト：リンク色に変更*/
	text-decoration: underline;
}

/* パーフェクトスクロールバー */
.ps__thumb-y {
	background: #333333 !important;
	right: 0px !important;
	width: 4px !important;
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
	background: none !important;
	right: 0px !important;
	width: 4px !important;
	opacity: 1 !important;
}

.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover {
	opacity: 1 !important;
}

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

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

@media(max-width: 767px) {
	.index_news ul {
		padding-right: 5vw;
		max-height: calc(500 / var(--break) * 100vw);
	}

	.index_news li:not(:last-of-type) {}

	.index_news li dl {
		display: block;
	}

	.index_news li dt {
		width: 100%;
	}

	.index_news li dd {
		width: 100%;
		line-height: 1.5625;
	}

	.ps__thumb-y,
	.ps--active-x>.ps__rail-x,
	.ps--active-y>.ps__rail-y {
		width: 2px !important;
	}
}

/* index_time
------------------------------------------------------------------*/
@media(max-width: 767px) {
	.index_time .tbl_time01 thead th {
		font-size: calc(32 / var(--break) * 100vw);
	}

	.index_time .tbl_time01 tbody td,
	.index_time .tbl_time01 tbody th {
		padding-block: calc(4 / var(--break) * 100vw);
	}

	.index_time .tbl_time01 tbody tr:first-of-type th,
	.index_time .tbl_time01 tbody tr:first-of-type td {
		padding-top: calc(16 / var(--break) * 100vw);
	}

	.index_time .tbl_time01 tbody tr:last-of-type th,
	.index_time .tbl_time01 tbody tr:last-of-type td {
		padding-bottom: calc(16 / var(--break) * 100vw);
	}

	.index_time.row_time01 .tbl_caption {
		text-align: center;
		font-size: calc(28 / var(--break) * 100vw);
	}

	.index_time.row_time01 .tbl_caption:first-of-type {
		margin-top: calc(20 / var(--break) * 100vw);
	}

	.index_time.row_time01 .tbl_caption:last-of-type {
		margin-top: calc(4 / var(--break) * 100vw);
	}
}

/* info
------------------------------------------------------------------*/
.index_access {
	background:
		url(images/index/deco__info04.png) left 88% / calc(160 / var(--break) * 100vw) no-repeat,
		url(images/index/deco__info05.png) right 55% / calc(160 / var(--break) * 100vw) no-repeat,
		var(--color04);
}

.index_access .row__access01 {
	gap: 5.3%;
}

.deco__info01 {
	width: calc(390 / var(--break) * 100vw);
	left: 0;
	top: calc(-160 / var(--break) * 100vw);
}

.deco__info02 {
	width: calc(390 / var(--break) * 100vw);
	right: 0;
	top: calc(-160 / var(--break) * 100vw);
}

.index_access .col__map01 {
	width: 47.3%;
	overflow: hidden;
}

.index_access .col__map01 .map {
	border-radius: calc(50 / var(--break) * 100vw);
	padding: calc(625 / var(--break) * 100vw) 0 0 0;
}

.index_access .col__access01 {
	width: 47.3%;
	border: calc(4 / var(--break) * 100vw) solid var(--color11);
	border-radius: calc(20 / var(--break) * 100vw);
}

.list__access01 .item {
	background: #ede8d5;
	border-radius: calc(6 / var(--break) * 100vw);
}

.list__access01 .icn {
	width: calc(40 / var(--break) * 100vw);
}

.deco__info03 {
	width: calc(600 / var(--break) * 100vw);
	left: calc(-40 / var(--break) * 100vw);
	top: calc(-34 / var(--break) * 100vw);
}

@media(min-width: 768px) and (max-width:1599px) {
	.deco__info01 {
		width: calc(260 / var(--break) * 100vw);
		top: calc(-108 / var(--break) * 100vw);
	}

	.deco__info02 {
		width: calc(260 / var(--break) * 100vw);
		top: calc(-108 / var(--break) * 100vw);
	}

	.list__access01 .item .txt {
		font-size: calc(17 / var(--break) * 100vw);
	}
}

@media(min-width: 768px) and (max-width:1299px) {
	.deco__info03 {
		width: calc(470 / var(--break) * 100vw);
		left: calc(-24 / var(--break) * 100vw);
		top: calc(-24 / var(--break) * 100vw);
	}

	.index_access .col__map01 .map {
		padding: calc(682 / var(--break) * 100vw) 0 0 0;
	}
}

@media(max-width: 767px) {
	.index_access {
		padding-top: calc(90 / var(--break) * 100vw);
		padding-bottom: calc(80 / var(--break) * 100vw);
		background:
			url(images/index/deco__info04.png) left 34% / calc(160 / var(--break) * 100vw) no-repeat,
			url(images/index/deco__info05.png) right 7% / calc(160 / var(--break) * 100vw) no-repeat,
			var(--color04);
	}

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

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

	.row__access01 {
		flex-direction: column;
	}

	.index_access .col__map01 {
		width: 100%;
	}

	.index_access .col__map01 .map {
		padding: calc(500 / var(--break) * 100vw) 0 0 0;
	}

	.index_access .col__access01 {
		width: 100%;
		margin-top: calc(90 / var(--break) * 100vw);
		padding-inline: 3.2%;
		padding-bottom: calc(35 / var(--break) * 100vw);
	}

	.index_access .col__access01>.ttl {
		font-size: calc(60 / var(--break) * 100vw);
		letter-spacing: .2em;
	}

	.index_access .col__access01>.txt {
		font-size: calc(31 / var(--break) * 100vw);
		letter-spacing: 0;
	}

	.deco__info03 {
		width: calc(522 / var(--break) * 100vw);
		left: calc(36 / var(--break) * 100vw);
		top: calc(-55 / var(--break) * 100vw);
	}

	.list__access01 .item {
		padding-bottom: calc(40 / var(--break) * 100vw);
	}

	.list__access01 .item:not(:last-of-type) {
		margin-bottom: calc(20 / var(--break) * 100vw);
	}

	.list__access01 .item .ttl {
		margin-inline: auto;
		font-size: calc(36 / var(--break) * 100vw);
		letter-spacing: 0;
	}

	.list__access01 .item .txt {
		letter-spacing: 0;
		font-size: calc(32 / var(--break) * 100vw);
		line-height: 1.6;
		width: fit-content;
		margin-inline: auto;
	}

	.list__access01 .item .txt:last-of-type {
		margin-top: calc(15 / var(--break) * 100vw);
	}

	.list__access01 .item .ttl .icn {
		width: calc(56 / var(--break) * 100vw);
		margin-right: calc(20 / var(--break) * 100vw);
	}
}

/* worries
------------------------------------------------------------------*/
.index_worries {
	background:
		url(images/index/deco__worries04.png) calc(20 / var(--break) * 100vw) calc(20 / var(--break) * 100vw) / calc(240 / var(--break) * 100vw) no-repeat,
		url(images/index/deco__worries05.png) calc(100% - calc(20 / var(--break) * 100vw)) calc(20 / var(--break) * 100vw) / calc(240 / var(--break) * 100vw) no-repeat;
}

.wrap__worries01 {
	gap: calc(80 / var(--break) * 100vw);
}

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

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

.deco__worries03 {
	width: calc(100 / var(--break) * 100vw);
	left: 58%;
	top: calc(70 / var(--break) * 100vw);
}

.row__worries01 {
	gap: calc(80 / var(--break) * 100vw);
}

.row__worries01 .avatar img {
	width: calc(100 / var(--break) * 100vw);
	height: calc(100 / var(--break) * 100vw);
}

.col__worries01 {
	width: calc((100% - calc(80 / var(--break) * 100vw)) / 2);
	background:
		url(images/page/bg_common01.png) -13% -30.5% / calc(400 / var(--break) * 100vw) calc(329 / var(--break) * 100vw),
		url(images/page/bg_common02.png) 113% -30.5% / calc(400 / var(--break) * 100vw) calc(329 / var(--break) * 100vw);
	background-repeat: no-repeat;
	border: solid calc(4/ var(--break) * 100vw) var(--color02);
	border-radius: calc(20/ var(--break) * 100vw);
}

.col__worries02 {
	width: calc((100% - calc(80 / var(--break) * 100vw)) / 2);
	background:
		url(images/page/bg_common01.png) -13% -30.5% / calc(400 / var(--break) * 100vw) calc(329 / var(--break) * 100vw),
		url(images/page/bg_common02.png) 113% -30.5% / calc(400 / var(--break) * 100vw) calc(329 / var(--break) * 100vw);
	background-repeat: no-repeat;
	border: solid calc(4/ var(--break) * 100vw) var(--color01);
	border-radius: calc(20/ var(--break) * 100vw);
}

.list__worries01 li,
.list__worries02 li {
	padding-block: calc(18/ var(--break) * 100vw);
	border-bottom: 1px solid var(--color02);
	letter-spacing: .09em;
}

.list__worries02 li {
	border-bottom: 1px solid var(--color01);
}

.list__worries01 li::before,
.list__worries02 li::before {
	content: "";
	display: inline-block;
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	background: url(images/page/icn_check01.svg)no-repeat;
	background-size: contain;
	margin-right: calc(20 / var(--break) * 100vw);
	position: relative;
	top: 0.11lh;
	flex-shrink: 0;
}

.list__worries02 li::before {
	background: url(images/page/icn_check02.svg)no-repeat;
	background-size: contain;
}

.col__worries02 {
	width: calc((100% - calc(80 / var(--break) * 100vw)) / 2);
}

.row__worries02 {
	gap: calc(60 / var(--break) * 100vw);
}

.row__worries02::before {
	content: "";
	display: inline-block;
	width: calc(230 / var(--break) * 100vw);
	height: calc(125 / var(--break) * 100vw);
	background: url(images/index/deco__worries06.png)no-repeat;
	background-size: contain;
}

.row__worries02::after {
	content: "";
	display: inline-block;
	width: calc(230 / var(--break) * 100vw);
	height: calc(125 / var(--break) * 100vw);
	background: url(images/index/deco__worries07.png)no-repeat;
	background-size: contain;
}

.row__worries02 .txt::before {
	content: "";
	display: inline-block;
	width: calc(600 / var(--break) * 100vw);
	height: calc(300 / var(--break) * 100vw);
	background: url(images/index/arw__worries01.png)no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(-30 / var(--break) * 100vw);
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

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

	.row__worries02 .txt {
		font-size: calc(28/ var(--break) * 100vw);
	}

	.row__worries02 span {
		font-size: calc(35/ var(--break) * 100vw);
	}

	.col__worries01 {
		background:
			url(images/page/bg_common01.png) -13% -15.5% / calc(300 / var(--break) * 100vw) calc(247 / var(--break) * 100vw),
			url(images/page/bg_common02.png) 113% -15.5% / calc(300 / var(--break) * 100vw) calc(247 / var(--break) * 100vw);
		background-repeat: no-repeat;
	}

	.col__worries02 {
		background:
			url(images/page/bg_common01.png) -13% -15.5% / calc(300 / var(--break) * 100vw) calc(247 / var(--break) * 100vw),
			url(images/page/bg_common02.png) 113% -15.5% / calc(300 / var(--break) * 100vw) calc(247 / var(--break) * 100vw);
		background-repeat: no-repeat;
	}
}

@media(min-width: 768px) and (max-width:1299px) {
	.index_worries {
		padding-bottom: calc(100/ var(--break) * 100vw);
	}

	.row__worries01 {
		gap: calc(50 / var(--break) * 100vw);
	}

	.col__worries01 {
		width: calc((100% - calc(50 / var(--break) * 100vw)) / 2);
		padding-inline: calc(50 / var(--break) * 100vw);
		background:
			url(images/page/bg_common01.png) -13% -6.5% / calc(200 / var(--break) * 100vw) calc(146/ var(--break) * 100vw),
			url(images/page/bg_common02.png) 113% -6.5% / calc(200 / var(--break) * 100vw) calc(146/ var(--break) * 100vw);
		background-repeat: no-repeat;
	}

	.col__worries02 {
		width: calc((100% - calc(50 / var(--break) * 100vw)) / 2);
		padding-inline: calc(50 / var(--break) * 100vw);
		background:
			url(images/page/bg_common01.png) -13% -6.5% / calc(200 / var(--break) * 100vw) calc(146/ var(--break) * 100vw),
			url(images/page/bg_common02.png) 113% -6.5% / calc(200 / var(--break) * 100vw) calc(146/ var(--break) * 100vw);
		background-repeat: no-repeat;
	}

	.wrap__worries01 {
		gap: calc(50 / var(--break) * 100vw);

	}

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

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

	hgroup .ttl {
		font-size: calc(46/ var(--break) * 100vw);
	}

	.row__worries02 {
		gap: calc(40 / var(--break) * 100vw);
	}
}

@media(max-width: 767px) {
	.index_worries {
		background:
			url(images/index/deco__worries04.png) calc(20 / var(--break) * 100vw) calc(20 / var(--break) * 100vw) / calc(144 / var(--break) * 100vw) no-repeat,
			url(images/index/deco__worries05.png) calc(100% - calc(20 / var(--break) * 100vw)) calc(20 / var(--break) * 100vw) / calc(144 / var(--break) * 100vw) no-repeat;
		padding-top: calc(90 / var(--break) * 100vw);
	}

	.wrap__worries01 {
		gap: 0;
	}

	.deco__worries01 {
		width: calc(162 / var(--break) * 100vw);
		order: -2;
	}

	.deco__worries02 {
		width: calc(162 / var(--break) * 100vw);
		order: -1;
	}

	.deco__worries03 {
		left: initial;
		right: 6.4%;
		top: calc(155 / var(--break) * 100vw);
	}

	hgroup {
		margin-top: calc(30 / var(--break) * 100vw);
	}

	hgroup .ttl {
		font-size: calc(50/ var(--break) * 100vw);
	}

	hgroup .en {
		font-size: calc(20/ var(--break) * 100vw);
	}

	.row__worries01 {
		flex-direction: column;
		margin-inline: 4%;
		padding-inline: 0;
		gap: calc(45 / var(--break) * 100vw);
	}

	.col__worries01,
	.col__worries02 {
		width: 100%;
		padding-inline: 4%;
		background:
			url(images/page/bg_common01.png) -5% -4.5% / calc(200 / var(--break) * 100vw) calc(146 / var(--break) * 100vw),
			url(images/page/bg_common02.png) 105% -4.5% / calc(200 / var(--break) * 100vw) calc(146 / var(--break) * 100vw);
		background-repeat: no-repeat;
	}

	.col__worries01 .head .ttl,
	.col__worries02 .head .ttl {
		font-size: calc(40/ var(--break) * 100vw);
	}

	.col__worries02 {
		background:
			url(images/page/bg_common01.png) -5% -4.5% / calc(200 / var(--break) * 100vw) calc(146 / var(--break) * 100vw),
			url(images/page/bg_common02.png) 105% -4.5% / calc(200 / var(--break) * 100vw) calc(146 / var(--break) * 100vw);
		background-repeat: no-repeat;
	}

	.list__worries01,
	.list__worries02 {
		margin-top: calc(30 / var(--break) * 100vw);
		;
	}

	.list__worries01 li,
	.list__worries02 li {
		font-size: calc(32/ var(--break) * 100vw);
		letter-spacing: 0;
		line-height: 1.6;
	}

	.list__worries01 li::before,
	.list__worries02 li::before {
		width: calc(30 / var(--break) * 100vw);
		height: calc(30 / var(--break) * 100vw);
		top: 0.3lh;
	}

	.row__worries02 {
		flex-wrap: wrap !important;
		margin-top: calc(45 / var(--break) * 100vw);
		gap: calc(70 / var(--break) * 100vw);
	}

	.row__worries02::before {
		flex-shrink: 0;
		order: -2;
	}

	.row__worries02::after {
		flex-shrink: 0;
		order: -1;
	}

	.row__worries02 .txt {
		font-size: calc(30/ var(--break) * 100vw);
	}

	.row__worries02 .txt::before {
		width: calc(700 / var(--break) * 100vw);
		height: calc(350 / var(--break) * 100vw);
	}

	.row__worries02 .txt>span {
		font-size: calc(40/ var(--break) * 100vw);
	}
}

/* medical
------------------------------------------------------------------*/
.index_medical {
	margin-top: calc(-50 / var(--break) * 100vw);
	z-index: 0;
}

.col__medical01 {
	width: 50%;
	height: calc(800 / var(--break) * 100vw);
}

.col__medical01 {
	background: url(images/index/img__medical01.jpg)no-repeat;
	background-size: calc(960 / var(--break) * 100vw) calc(800 / var(--break) * 100vw)
}

.col__medical01 .txt02 .icn {
	width: calc(40 / var(--break) * 100vw);
	height: calc(40 / var(--break) * 100vw);
	left: 87%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: left .3s, opacity .3s;
}

.col__medical01 a:hover,
.col__medical02 a:hover {
	opacity: .9;
}

.col__medical01 a:hover .txt02 .icn,
.col__medical02 a:hover .txt02 .icn {
	left: 88%;
}

.col__medical02 {
	width: 50%;
	height: calc(800 / var(--break) * 100vw);
}

.col__medical02 {
	background: url(images/index/img__medical02.jpg)no-repeat;
	background-size: calc(960 / var(--break) * 100vw) calc(800 / var(--break) * 100vw);
}

.col__medical02 .txt02 .icn {
	width: calc(40 / var(--break) * 100vw);
	height: calc(40 / var(--break) * 100vw);
	left: 87%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: left .3s;
}



.col__medical01 .box,
.col__medical02 .box {
	width: calc(570 / var(--break) * 100vw);
	border-radius: calc(20 / var(--break) * 100vw);
	bottom: calc(-50 / var(--break) * 100vw);
	left: 51%;
	transform: translateX(-50%);
}

.col__medical02 .box {
	left: 50%;
}

.deco__medical03 {
	width: calc(194 / var(--break) * 100vw);
	left: -13%;
	top: -29%;
}

.deco__medical06 {
	width: calc(160 / var(--break) * 100vw);
	right: -20%;
	bottom: -13%;
}

.deco__medical04 {
	width: calc(230 / var(--break) * 100vw);
	right: -17%;
	top: -60%;
}

.deco__medical07 {
	width: calc(200 / var(--break) * 100vw);
	left: -25%;
	bottom: 8%;
}

.col__medical01 ul>li::before,
.col__medical02 ul>li::before {
	content: "";
	display: inline-block;
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	position: relative;
	top: 0.18lh;
	background: url(images/index/check__medical01.svg)no-repeat;
	background-size: contain;
	margin-right: calc(12 / var(--break) * 100vw);
	flex-shrink: 0;
}

.col__medical02 ul>li::before {
	background: url(images/index/check__medical02.svg)no-repeat;
	background-size: contain;

}

.wrap__medical01 {
	background-image:
		linear-gradient(to right,
			transparent 0%,
			transparent 17.7%,
			var(--color07) 17.7%,
			var(--color07) 82.3%,
			transparent 82.3%,
			transparent 100%),
		url(images/page/ptn05.png);
	background-repeat: no-repeat, repeat;
	background-size:
		100% 100%, calc(30 / var(--break) * 100vw);
	background-color: var(--color07);
}


/* .deco__medical01 {
	width: calc(390 / var(--break) * 100vw);
	left: 0;
	top: 37%;
}

.deco__medical02 {
	width: calc(390 / var(--break) * 100vw);
	right: 0;
	top: 37%;
} */

.deco__medical01 {
	width: calc(330 / var(--break) * 100vw);
	left: 0;
	top: 41%;
}

.deco__medical02 {
	width: calc(330 / var(--break) * 100vw);
	right: 0;
	top: 41%;
}

.wrap__medical01 .btn_default01 {
	width: calc(500 / var(--break) * 100vw);
	max-width: 500px;
}

.wrap__medical01 .btn_default01 a {
	padding: calc(33 / 1920 * 100vw) 3% calc(30 / 1920 * 100vw);
}

.wrap__type01 .ttl {
	gap: calc(50 / var(--break) * 100vw);
}

.wrap__type01 .ttl::before {
	content: "";
	display: inline-block;
	width: calc(64 / var(--break) * 100vw);
	height: calc(8 / var(--break) * 100vw);
	background: url(images/index/deco__medical05.svg)no-repeat;
	background-size: contain;
}

.wrap__type01 .ttl::after {
	content: "";
	display: inline-block;
	width: calc(64 / var(--break) * 100vw);
	height: calc(8 / var(--break) * 100vw);
	background: url(images/index/deco__medical05.svg)no-repeat;
	background-size: contain;
}

.list__type01 {
	gap: calc(20 / var(--break) * 100vw);
}

.list__type01 .item {
	flex: 1;
}

.list__type01 .item a {
	border-radius: calc(20 / var(--break) * 100vw);
	background-image: url(images/page/arw02.svg);
	background-repeat: no-repeat;
	background-size: calc(10 / var(--break) * 100vw) auto;
	background-position: 96% 93%;
}

.list__type01 .item a .img {
	width: calc(80 / var(--break) * 100vw);
	left: 50%;
	top: -23%;
	transform: translateX(-50%);
}

@media(min-width: 768px) and (max-width:1599px) {
	.deco__medical01 {
		width: calc(260 / var(--break) * 100vw);
		top: 43%;
	}

	.deco__medical02 {
		width: calc(260 / var(--break) * 100vw);
		top: 43%;
	}

	.deco__medical04 {
		width: calc(210 / var(--break) * 100vw);
		right: -15%;
		top: -54%;
	}

	.deco__medical06 {
		width: calc(145 / var(--break) * 100vw);
		right: -16%;
	}

	.deco__medical07 {
		width: calc(180 / var(--break) * 100vw);
		left: -21%;
	}

	.list__type01 .item a {
		padding-inline: calc(20 / var(--break) * 100vw);
	}
}

@media(min-width: 768px) and (max-width:1299px) {
	.deco__medical01 {
		width: calc(230 / var(--break) * 100vw);
		top: 46%;
	}

	.deco__medical02 {
		width: calc(230 / var(--break) * 100vw);
		top: 46%;
	}

	.deco__medical03 {
		width: calc(170 / var(--break) * 100vw);
		left: -12%;
		top: -25%;
	}

	.deco__medical04 {
		width: calc(185 / var(--break) * 100vw);
		right: -8%;
		top: -48%;
	}

	.deco__medical06 {
		width: calc(125 / var(--break) * 100vw);
		right: -10%;
		bottom: -19%;
	}

	.deco__medical07 {
		width: calc(155 / var(--break) * 100vw);
		left: -18%;
		bottom: 20%;
	}

	.col__medical01 .box,
	.col__medical02 .box {
		padding: calc(40 / var(--break) * 100vw) calc(40 / var(--break) * 100vw) calc(50 / var(--break) * 100vw);
		width: calc(530 / var(--break) * 100vw);
		border-radius: calc(20 / var(--break) * 100vw);
		bottom: calc(-50 / var(--break) * 100vw);
		left: 51%;
		transform: translateX(-50%);
	}

	.list__type01 .item a {
		padding-inline: calc(16 / var(--break) * 100vw);
	}

	.list__type01 .item a .txt01 {
		font-size: calc(16 / var(--break) * 100vw);
	}

	.list__type01 .item a .txt02 {
		font-size: calc(18 / var(--break) * 100vw);
	}

	.list__type01 .item a .txt03 {
		font-size: calc(16 / var(--break) * 100vw);
	}
}

@media(max-width: 767px) {
	.index_medical {
		margin-top: calc(-90 / var(--break) * 100vw);
	}

	.row__medical01 {
		flex-direction: column;
	}

	.col__medical01 {
		background: url(images/index/img__medical01_sp.jpg) no-repeat;
		background-size: calc(750 / var(--break) * 100vw) calc(625 / var(--break) * 100vw);
		width: 100%;
		min-height: calc(625 / var(--break) * 100vw);
		height: auto;
		padding-top: calc(480 / var(--break) * 100vw);
		margin-bottom: calc(100 / var(--break) * 100vw);
	}

	.col__medical01 .box,
	.col__medical02 .box {
		position: relative;
		width: calc(702 / var(--break) * 100vw);
		margin-inline: auto;
		left: initial;
		transform: none;
	}

	.col__medical01 .box .txt01,
	.col__medical02 .box .txt01 {
		font-size: calc(24 / var(--break) * 100vw);
	}

	.col__medical01 .box .txt02,
	.col__medical02 .box .txt02 {
		font-size: calc(50 / var(--break) * 100vw);
	}

	.col__medical01 .txt02 .icn,
	.col__medical02 .txt02 .icn {
		left: 79%;
	}

	.col__medical01 a:hover .txt02 .icn,
	.col__medical02 a:hover .txt02 .icn {
		left: 81%;
	}

	.col__medical01 ul>li::before,
	.col__medical02 ul>li::before {
		width: calc(30 / var(--break) * 100vw);
		height: calc(30 / var(--break) * 100vw);
		top: 0.3lh;
		margin-right: calc(24 / var(--break) * 100vw);
	}

	.col__medical01 .box ul li,
	.col__medical02 .box ul li {
		font-size: calc(30 / var(--break) * 100vw);
		letter-spacing: 0;
	}

	.deco__medical03 {
		width: calc(194 / var(--break) * 100vw);
		left: 0;
		top: -22%;
	}

	.deco__medical06 {
		width: calc(120 / var(--break) * 100vw);
		right: -1%;
		bottom: initial;
		top: -5%;
	}

	.col__medical02 {
		background: url(images/index/img__medical02_sp.jpg) no-repeat;
		background-size: calc(750 / var(--break) * 100vw) calc(625 / var(--break) * 100vw);
		width: 100%;
		min-height: calc(625 / var(--break) * 100vw);
		height: auto;
		padding-top: calc(480 / var(--break) * 100vw);
		margin-bottom: calc(100 / var(--break) * 100vw);
	}

	.deco__medical01 {
		width: calc(227 / var(--break) * 100vw);
		left: 0;
		top: 54%;
	}

	.deco__medical02 {
		width: calc(227 / var(--break) * 100vw);
		right: 0;
		top: 54%;
	}

	.deco__medical07 {
		left: 2%;
		bottom: initial;
		top: -10%;
	}

	.deco__medical04 {
		right: -2%;
		top: -45%;
	}

	.wrap__type01 .ttl {
		font-size: calc(50 / var(--break) * 100vw);
		flex-wrap: nowrap;
		gap: calc(40 / var(--break) * 100vw);
		align-items: baseline;
	}

	.wrap__type01 .copy {
		font-size: calc(20 / var(--break) * 100vw);
	}

	.wrap__type01 .ttl::before,
	.wrap__type01 .ttl::after {
		position: relative;
		top: calc(-14 / var(--break) * 100vw);
	}

	.list__type01 {
		gap: calc(70 / var(--break) * 100vw) calc(20 / var(--break) * 100vw);
		margin-top: calc(130 / var(--break) * 100vw);
	}

	.list__type01 .item {
		width: calc((100% - calc(20 / var(--break) * 100vw)) / 2);
		flex: initial;
	}

	.list__type01 .item a .img {
		width: calc(96 / var(--break) * 100vw);
		top: -25%;
	}

	.list__type01 .item a {
		background-size: calc(12 / var(--break) * 100vw) auto;
		background-position: 95% 95%;
	}

	.list__type01 .item .txt01 {
		font-size: calc(22 / var(--break) * 100vw);
		margin-top: calc(10 / var(--break) * 100vw);
	}

	.list__type01 .item .txt02 {
		font-size: calc(26 / var(--break) * 100vw);
	}

	.list__type01 .item .txt03 {
		font-size: calc(22 / var(--break) * 100vw);
	}

	.wrap__medical01 {
		background-image: linear-gradient(to right, transparent 0%, transparent 8%, var(--color07) 8%, var(--color07) 92%, transparent 92%, transparent 100%), url(images/page/ptn05.png);
		background-repeat: no-repeat, repeat;
		background-size: 100% 100%, calc(30 / var(--break) * 100vw);
		background-color: var(--color07);
	}

	.wrap__medical01 .btn_default01 {
		width: calc(600 / var(--break) * 100vw);
		max-width: 600px;
	}

	.wrap__medical01 .btn_default01 a {
		padding: calc(50 / 1920 * 100vw) 3% calc(55 / 1920 * 100vw);
	}

	.wrap__medical01 .btn_default01 a span {
		font-size: calc(32 / var(--break) * 100vw);
	}
}

/* contact
------------------------------------------------------------------*/
.index_contact {
	background:
		url(images/index/deco__contact01.png) no-repeat -3.8% calc(-50 / var(--break) * 100vw) / calc(600 / var(--break) * 100vw),
		url(images/index/deco__contact02.png) no-repeat 103.8% calc(-50 / var(--break) * 100vw) / calc(600 / var(--break) * 100vw),
		url(images/index/bg__contact.jpg) no-repeat center / cover;
}

.index_contact .row_head01 {
	gap: calc(20 / var(--break) * 100vw);
}

.index_contact .row_head01>div {
	border-radius: calc(10 / var(--break) * 100vw);
}

.index_contact .row_head01 .tel_head {
	width: calc(340 / var(--break) * 100vw);
}

.index_contact .row_head01 .web_head,
.index_contact .row_head01 .contact_head,
.index_contact .row_head01 .line_head {
	width: calc(240 / var(--break) * 100vw);
}

.index_contact .row_head01 .txt02 {
	border-radius: calc(10 / var(--break) * 100vw);
	width: calc(160 / var(--break) * 100vw);
}

@media(min-width: 768px) and (max-width:1599px) {
	.index_contact {
		background:
			url(images/index/deco__contact01.png) no-repeat -3.8% calc(-44 / var(--break) * 100vw) / calc(480 / var(--break) * 100vw),
			url(images/index/deco__contact02.png) no-repeat 103.8% calc(-44 / var(--break) * 100vw) / calc(480 / var(--break) * 100vw),
			url(images/index/bg__contact.jpg) no-repeat center / cover;
	}

	.index_contact .ttl01 {
		font-size: calc(26 / var(--break) * 100vw);
	}

	.index_contact .ttl02 {
		font-size: calc(42 / var(--break) * 100vw);
	}
}

@media(min-width: 768px) and (max-width:1299px) {
	.index_contact {
		background:
			url(images/index/deco__contact01.png) no-repeat -2.8% calc(-27 / var(--break) * 100vw) / calc(330 / var(--break) * 100vw),
			url(images/index/deco__contact02.png) no-repeat 102.8% calc(-27 / var(--break) * 100vw) / calc(330 / var(--break) * 100vw),
			url(images/index/bg__contact.jpg) no-repeat center / cover;
	}

	.index_contact .ttl01 {
		font-size: calc(24 / var(--break) * 100vw);
	}

	.index_contact .ttl02 {
		font-size: calc(38 / var(--break) * 100vw);
	}
}

@media(max-width: 767px) {
	.index_contact {
		padding-top: calc(100 / var(--break) * 100vw);
		padding-bottom: calc(50 / var(--break) * 100vw);
		background:
			url(images/index/deco__contact01.png) no-repeat -2.8% calc(-28 / var(--break) * 100vw) / calc(330 / var(--break) * 100vw),
			url(images/index/deco__contact02.png) no-repeat 102.8% calc(-28 / var(--break) * 100vw) / calc(330 / var(--break) * 100vw),
			url(images/index/bg__contact_sp.jpg) no-repeat center / cover;
	}

	.index_contact .ttl01 {
		font-size: calc(30 / var(--break) * 100vw);
	}

	.index_contact .ttl02 {
		margin-top: calc(10 / var(--break) * 100vw);
		font-size: calc(50 / var(--break) * 100vw);
		line-height: 1.6;
	}

	.index_contact .row_head01 {
		flex-wrap: wrap !important;
		margin-top: calc(30 / var(--break) * 100vw);
		gap: calc(30 / var(--break) * 100vw) calc(20 / var(--break) * 100vw);
	}

	.index_contact .row_head01 .tel_head {
		width: calc(700 / var(--break) * 100vw);
	}

	.row_head01 .icn img {
		width: calc(56 / var(--break) * 100vw);
		height: calc(56 / var(--break) * 100vw);
	}

	.index_contact .row_head01 .web_head,
	.index_contact .row_head01 .contact_head,
	.index_contact .row_head01 .line_head {
		width: calc(220 / var(--break) * 100vw);
	}

	.index_contact .row_head01 .web_head .icn img,
	.index_contact .row_head01 .contact_head .icn img,
	.index_contact .row_head01 .line_head .icn img {
		width: calc(40 / var(--break) * 100vw);
		height: calc(40 / var(--break) * 100vw);
	}

	.index_contact .row_head01 .web_head .txt01,
	.index_contact .row_head01 .contact_head .txt01,
	.index_contact .row_head01 .line_head .txt01 {
		font-size: calc(28 / var(--break) * 100vw);
		margin-top: 0;
	}

	.index_contact .row_head01 .web_head .txt02,
	.index_contact .row_head01 .contact_head .txt02,
	.index_contact .row_head01 .line_head .txt02 {
		font-size: calc(20 / var(--break) * 100vw);
		letter-spacing: 0;
		line-height: 1.6;
		margin-top: calc(4 / var(--break) * 100vw);
	}

	.index_contact .row_head01 .web_head a,
	.index_contact .row_head01 .contact_head a,
	.index_contact .row_head01 .line_head a {
		padding-inline: calc(12 / var(--break) * 100vw);
		padding-top: calc(4 / var(--break) * 100vw);
	}

	.row_head01 .tel_head .num {
		font-size: calc(56 / var(--break) * 100vw);
	}

	.row_head01 .tel_head .txt {
		font-size: calc(28 / var(--break) * 100vw);
	}

	.row_head01 .web_head .txt02 .icn img,
	.row_head01 .contact_head .txt02 .icn img,
	.row_head01 .line_head .txt02 .icn img {
		width: calc(5 / var(--break) * 100vw);
		height: calc(4 / var(--break) * 100vw);
	}

}

/* feature
------------------------------------------------------------------*/
.index_feature>.deco__feature03 {
	width: calc(390 / var(--break) * 100vw);
	top: 4%;
	left: -.5%;
}

.index_feature .deco__feature04 {
	width: calc(390 / var(--break) * 100vw);
	top: 4%;
	right: -0.5%;
}

.slide_loop01 .slide_list img {
	height: calc(380 / var(--break) * 100vw);
}

.slide_loop01 .slide_list .slick-slide {
	margin-right: calc(60 / var(--break) * 100vw);
}

.wrap__feature01 .ttl {
	background: url(images/index/deco__feature05.png)no-repeat;
	background-size: calc(200 / var(--break) * 100vw);
	background-position: center;
}

.deco__feature01 {
	width: calc(210 / var(--break) * 100vw);
	top: calc(20 / var(--break) * 100vw);
	right: calc(20 / var(--break) * 100vw);
}

.deco__feature02 {
	width: calc(120 / var(--break) * 100vw);
	top: calc(10 / var(--break) * 100vw);
}

.wrap__feature02 .col_img {
	background: url(images/index/img__feature01.jpg) no-repeat;
	background-size: calc(1160 / var(--break) * 100vw);
}

.wrap__feature02 .col_txt {
	background:
		url(images/page/bg_common01.png) -50% -22.5% / calc(400 / var(--break) * 100vw) calc(329 / var(--break) * 100vw),
		url(images/page/bg_common02.png) 150% -22.5% / calc(400 / var(--break) * 100vw) calc(329 / var(--break) * 100vw);
	background-repeat: no-repeat;
}

.deco__feature06 {
	width: calc(288 / var(--break) * 100vw);
	left: calc(-210 / var(--break) * 100vw);
	bottom: 0;
}

.wrap__feature03 {
	background: url(images/index/bg__feature01.jpg)no-repeat;
	background-size: cover;
}

.row__feature01 {
	gap: calc(40 / var(--break) * 100vw);
}

.deco__feature07 {
	width: calc(160 / var(--break) * 100vw);
	top: calc(17 / var(--break) * 100vw);
}

.deco__feature08 {
	width: calc(160 / var(--break) * 100vw);
	top: calc(17 / var(--break) * 100vw);
}

.row__feature02 {
	gap: calc(40 / var(--break) * 100vw);
}

.row__feature02 .item {
	border: calc(4 / var(--break) * 100vw) dashed var(--color11);
	border-radius: calc(20 / var(--break) * 100vw);
	flex: 1;
}

.row__feature02 .item .num {
	width: calc(100 / var(--break) * 100vw);
	height: calc(100 / var(--break) * 100vw);
	border-radius: 50%;
	top: calc(-50 / var(--break) * 100vw);
	left: 50%;
	transform: translateX(-50%);
}

.wrap__feature04 .col_img {
	background: url(images/index/img__feature02.jpg) no-repeat;
	background-size: cover;
	background-position: 40% 100%;
}

.wrap__feature04 .col_txt {
	background:
		url(images/page/bg_common01.png) -50% -22.5% / calc(400 / var(--break) * 100vw),
		url(images/page/bg_common02.png) 150% -22.5% / calc(400 / var(--break) * 100vw);
	background-repeat: no-repeat;
}

.wrap__feature05 {
	gap: calc(20 / var(--break) * 100vw);
	bottom: calc(60 / var(--break) * 100vw);
	left: calc(60 / var(--break) * 100vw);
}

.badge__feature01,
.badge__feature02 {
	border-radius: 50%;
	background: url(images/page/ptn06.png);
	background-size: calc(8 / var(--break) * 100vw);
	width: calc(240 / var(--break) * 100vw);
	height: calc(240 / var(--break) * 100vw);
}

.badge__feature01 .icn img,
.badge__feature02 .icn img {
	width: calc(100 / var(--break) * 100vw);
}

.badge__feature01 .icn,
.badge__feature02 .icn {
	top: calc(-50 / var(--break) * 100vw);
	left: 50%;
	transform: translateX(-50%);
}

.deco__feature09 {
	width: calc(199 / var(--break) * 100vw);
	bottom: 0;
	left: -16%;
}

.wrap__feature06 .col_img {
	background: url(images/index/img__feature03.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.wrap__feature06 .col_txt {
	background:
		url(images/page/bg_common01.png) -50% -22.5% / calc(400 / var(--break) * 100vw) calc(329 / var(--break) * 100vw),
		url(images/page/bg_common02.png) 150% -22.5% / calc(400 / var(--break) * 100vw) calc(329 / var(--break) * 100vw);
	background-repeat: no-repeat;
}

.wrap__feature07 {
	overflow: hidden;
	background-image: linear-gradient(to bottom, transparent 0%, transparent 17.7%, var(--color10) 17.7%, var(--color10) 100%), url(images/page/ptn05.png);
	background-repeat: no-repeat, repeat;
	background-size: 100% 100%, calc(30 / var(--break) * 100vw);
	background-color: var(--color10);
}

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

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

.wrap__feature07 .deco__feature03 {
	width: calc(390 / var(--break) * 100vw);
	top: -12%;
	left: -.5%;
}

.wrap__feature07 .deco__feature04 {
	width: calc(390 / var(--break) * 100vw);
	top: -12%;
	right: -0.5%;
}

.row__feature03 {
	gap: calc(60 / var(--break) * 100vw);
}


.row__feature03 .col01 {
	width: calc(560 / var(--break) * 100vw);
}

.row__feature03 .col02 {
	width: calc(600 / var(--break) * 100vw);
}

.row__feature03 .col03 {
	width: calc(560 / var(--break) * 100vw);
}

@media(min-width: 768px) and (max-width:1599px) {
	.index_feature>.deco__feature03 {
		width: calc(260 / var(--break) * 100vw);
		top: 7%;
	}

	.index_feature .deco__feature04 {
		width: calc(260 / var(--break) * 100vw);
		top: 7%;
	}

	.wrap__feature02 .col_img {
		background: url(images/index/img__feature01.jpg) no-repeat;
		background-size: cover;
		background-position: 80% 100%;
	}

	.wrap__feature02 .col_txt,
	.wrap__feature06 .col_txt {
		background:
			url(images/page/bg_common01.png) -51% -16.5% / calc(340 / var(--break) * 100vw),
			url(images/page/bg_common02.png) 151% -16.5% / calc(340 / var(--break) * 100vw);
		background-repeat: no-repeat;
		padding-top: calc(55 / var(--break) * 100vw);
		padding-inline: calc(70 / var(--break) * 100vw);
	}

	.deco__feature06 {
		width: calc(240 / var(--break) * 100vw);
		bottom: 0;
		left: calc(-190 / var(--break) * 100vw);
	}

	.wrap__feature04 .col_txt {
		background:
			url(images/page/bg_common01.png) -54% -7.5% / calc(280 / var(--break) * 100vw),
			url(images/page/bg_common02.png) 154% -7.5% / calc(280 / var(--break) * 100vw);
		background-repeat: no-repeat;
		padding-top: calc(50 / var(--break) * 100vw);
		padding-inline: calc(55 / var(--break) * 100vw);
	}

	.badge__feature01,
	.badge__feature02 {
		width: calc(210 / var(--break) * 100vw);
		height: calc(210 / var(--break) * 100vw);
	}

	.badge__feature01 .icn,
	.badge__feature02 .icn {
		top: calc(-56 / var(--break) * 100vw);
	}

	.deco__feature09 {
		width: calc(165 / var(--break) * 100vw);
		left: -18%;
	}

	.row__feature02 .item .ttl {
		font-size: calc(28 / var(--break) * 100vw);
	}

	.wrap__feature07 .deco__feature03 {
		width: calc(260 / var(--break) * 100vw);
		top: -3%;
		left: -.5%;
	}

	.wrap__feature07 .deco__feature04 {
		width: calc(260 / var(--break) * 100vw);
		top: -3%;
		right: -.5%;
	}

	.row__feature03 .col01 {
		width: calc(480 / var(--break) * 100vw);
	}

	.row__feature03 .col03 {
		width: calc(480 / var(--break) * 100vw);
	}
}

@media(min-width: 768px) and (max-width:1299px) {
	.wrap__feature02 .col_img {
		background: url(images/index/img__feature01.jpg) no-repeat;
		background-size: cover;
		background-position: 70% 100%;
	}

	.wrap__feature02 .col_txt,
	.wrap__feature06 .col_txt {
		background:
			url(images/page/bg_common01.png) -54% -7.5% / calc(280 / var(--break) * 100vw),
			url(images/page/bg_common02.png) 154% -7.5% / calc(280 / var(--break) * 100vw);
		background-repeat: no-repeat;
		padding-top: calc(50 / var(--break) * 100vw);
		padding-inline: calc(52 / var(--break) * 100vw);
	}

	.wrap__feature02 .col_txt .num,
	.wrap__feature04 .col_txt .num,
	.wrap__feature06 .col_txt .num {
		font-size: calc(120 / var(--break) * 100vw);
	}

	.wrap__feature02 .col_txt .ttl,
	.wrap__feature04 .col_txt .ttl,
	.wrap__feature06 .col_txt .ttl,
	.row__feature03 .ttl {
		font-size: calc(33 / var(--break) * 100vw);
	}

	.deco__feature06 {
		width: calc(210 / var(--break) * 100vw);
		bottom: 0;
		left: calc(-160 / var(--break) * 100vw);
	}

	.row__feature02 .item {
		padding-inline: calc(23 / var(--break) * 100vw);
	}

	.row__feature02 .item .ttl {
		font-size: calc(23 / var(--break) * 100vw);
	}

	.row__feature02 .item .txt {
		line-height: 1.8;
	}

	.badge__feature01,
	.badge__feature02 {
		width: calc(200 / var(--break) * 100vw);
		height: calc(200 / var(--break) * 100vw);
	}

	.badge__feature01 .icn,
	.badge__feature02 .icn {
		top: calc(-56 / var(--break) * 100vw);
	}

	.wrap__feature04 .col_img {
		background: url(images/index/img__feature02.jpg) no-repeat;
		background-size: cover;
		background-position: 40% 100%;
	}

	.deco__feature09 {
		left: -22%;
	}

	.row__feature02>.ttl {
		font-size: calc(140 / var(--break) * 100vw);
	}

	.row__feature03 .col01 {
		width: calc(440 / var(--break) * 100vw);
	}

	.row__feature03 .col03 {
		width: calc(440 / var(--break) * 100vw);
	}
}

@media(max-width: 767px) {
	.index_feature>.deco__feature03 {
		width: calc(227 / var(--break) * 100vw);
		top: 2.8%;
	}

	.index_feature .deco__feature04 {
		width: calc(227 / var(--break) * 100vw);
		top: 2.8%;
	}

	.deco__feature01 {
		width: calc(254 / var(--break) * 100vw);
		order: -2;
	}

	.deco__feature02 {
		width: calc(277 / var(--break) * 100vw);
		order: -1;
	}

	.wrap__feature01 .ttl {
		margin-top: calc(40 / var(--break) * 100vw);
	}

	.wrap__feature01 .ttl01 {
		font-size: calc(30 / var(--break) * 100vw);
	}

	.wrap__feature01 .ttl02 {
		font-size: calc(50 / var(--break) * 100vw);
	}

	.wrap__feature01 .en {
		font-size: calc(20 / var(--break) * 100vw);
	}

	.wrap__feature02 .col_txt,
	.wrap__feature04 .col_txt,
	.wrap__feature06 .col_txt {
		background:
			url(images/page/bg_common01.png) -50% -13.5% / calc(400 / var(--break) * 100vw) calc(329 / var(--break) * 100vw),
			url(images/page/bg_common02.png) 150% -13.5% / calc(400 / var(--break) * 100vw) calc(329 / var(--break) * 100vw);
		background-repeat: no-repeat;
		padding-inline: 6.4%;
	}

	.wrap__feature02 .num,
	.wrap__feature04 .num,
	.wrap__feature06 .num {
		font-size: calc(160 / var(--break) * 100vw);
	}

	.wrap__feature02 .ttl,
	.wrap__feature04 .ttl,
	.wrap__feature06 .ttl,
	.row__feature03 .ttl {
		font-size: calc(40 / var(--break) * 100vw);
	}

	.wrap__feature02 .txt,
	.wrap__feature04 .txt,
	.wrap__feature06 .txt,
	.row__feature03 .txt {
		font-size: calc(32 / var(--break) * 100vw);
		letter-spacing: 0;
	}

	.deco__feature06 {
		width: calc(173 / var(--break) * 100vw);
		left: initial;
		bottom: initial;
		right: 3.2%;
		top: calc(-180 / var(--break) * 100vw);
	}

	.deco__feature07 {
		order: -2;
	}

	.deco__feature08 {
		order: -1;
	}

	.wrap__feature03 {
		background: url(images/index/bg__feature01_sp.jpg) no-repeat;
		background-size: cover;
	}

	.wrap__feature03 .row__feature01 {
		flex-wrap: wrap !important;
	}

	.wrap__feature03 .row__feature01 .ttl01 {
		font-size: calc(30 / var(--break) * 100vw);
	}

	.wrap__feature03 .row__feature01 .ttl02 {
		font-size: calc(50 / var(--break) * 100vw);
	}

	.wrap__feature03 .row__feature01 .ttl03 {
		font-size: calc(100 / var(--break) * 100vw);
	}

	.wrap__feature03 .row__feature02 {
		flex-direction: column;
		margin-top: calc(110 / var(--break) * 100vw);
		gap: calc(75 / var(--break) * 100vw);
	}

	.wrap__feature03 .row__feature02 .item {
		border: calc(5 / var(--break) * 100vw) dashed var(--color11);
		padding-block: calc(80 / var(--break) * 100vw) calc(35 / var(--break) * 100vw);
	}

	.wrap__feature03 .row__feature02 .item .num {
		font-size: calc(30 / var(--break) * 100vw);
	}

	.wrap__feature03 .row__feature02 .item .ttl {
		font-size: calc(36 / var(--break) * 100vw);
	}

	.wrap__feature03 .row__feature02 .item .txt {
		font-size: calc(32 / var(--break) * 100vw);
		letter-spacing: 0;
	}

	.wrap__feature05 {
		bottom: calc(-60 / var(--break) * 100vw);
		left: 11%;
	}

	.badge__feature01,
	.badge__feature02 {
		width: calc(288 / var(--break) * 100vw);
		height: calc(288 / var(--break) * 100vw);
	}

	.badge__feature01 .icn,
	.badge__feature02 .icn {
		top: calc(-56 / var(--break) * 100vw);
	}

	.badge__feature01 .jp,
	.badge__feature02 .jp {
		font-size: calc(24 / var(--break) * 100vw);
	}

	.badge__feature01 .en,
	.badge__feature02 .en {
		font-size: calc(20 / var(--break) * 100vw);
		line-height: 1.3;
	}

	.deco__feature09 {
		width: calc(119 / var(--break) * 100vw);
		bottom: initial;
		left: initial;
		top: -17%;
		right: 0;
	}

	.wrap__feature07 {
		overflow: visible;
	}

	.wrap__feature07>.deco__feature03 {
		width: calc(227 / var(--break) * 100vw);
		top: -3.5%;
		left: 0;
	}

	.wrap__feature07>.deco__feature04 {
		width: calc(227 / var(--break) * 100vw);
		top: -3.5%;
		right: 0;
	}

	.wrap__feature07 .row__feature02 .ttl {
		font-size: calc(110 / var(--break) * 100vw);
	}

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

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

	.wrap__feature07 {
		background-image:
			linear-gradient(to bottom, transparent 0%, transparent 5.7%, var(--color10) 5.7%,
				var(--color10) 100%), url(images/page/ptn05.png);
		background-repeat: no-repeat, repeat;
		background-size: 100% 100%, calc(30 / var(--break) * 100vw);
		background-color: var(--color10);
		padding-bottom: calc(80 / var(--break) * 100vw);
	}

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

}

/* flow
------------------------------------------------------------------*/
.index_flow {
	background: url(images/index/bg__flow01.jpg)no-repeat;
	background-size: contain;
	aspect-ratio: 1920 / 1066;
	background-position: center;
}

.index_flow::before {
	content: "";
	display: block;
	width: calc(30 / var(--break) * 100vw);
	height: 100%;
	background: #f3a47d;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.index_flow::after {
	content: "";
	display: block;
	width: calc(30 / var(--break) * 100vw);
	height: 100%;
	background: #f3a47d;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
}

.row__flow01 .item .icn {
	top: calc(-77 / var(--break) * 100vw);
	left: 50%;
	transform: translateX(-50%);
	width: calc(100 / var(--break) * 100vw);
}

.index_flow>.ttl .icn img {
	width: calc(70 / var(--break) * 100vw);
}

.deco__flow01 {
	width: calc(580 / var(--break) * 100vw);
	left: -9%;
	bottom: calc(40 / var(--break) * 100vw);
}

.deco__flow02 {
	width: calc(750 / var(--break) * 100vw);
	right: calc(-180 / var(--break) * 100vw);
	bottom: calc(40 / var(--break) * 100vw);
}

.bdr__flow01 {
	background-size: calc(1920 / var(--break) * 100vw);
	height: calc(1060 / var(--break) * 100vw);
	inset: 0;
}

.row__flow01 .item {
	border-radius: calc(20 / var(--break) * 100vw);
	border: solid calc(6 / var(--break) * 100vw);
	width: calc(440 / var(--break) * 100vw);
	flex: 0 0 auto;
	scroll-snap-align: start;
}

.row__flow01 .item:nth-of-type(odd) {
	border-color: var(--color17);
}

.row__flow01 .item:nth-of-type(even) {
	border-color: var(--color18);
}

.row__flow01 {
	inline-size: 100%;
}

.row__flow01 .list {
	gap: clamp(16px, 2vw, 24px);
	overflow-x: auto;
	overscroll-behavior-x: contain;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
	scroll-padding-left: calc(16 / var(--break) * 100vw);
	padding-inline: 100px;
	inline-size: 100%;
	scroll-padding-left: calc(440 / var(--break) * 100vw);
	scroll-padding-right: calc(440 / var(--break) * 100vw);
	padding-inline: calc(440 / var(--break) * 100vw);
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.row__flow01 .list::-webkit-scrollbar {
	display: none;
	height: 0;
}

.bar__flow01 {
	left: 50%;
	bottom: 22%;
	transform: translateX(-50%);
	width: calc(1000 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	border-radius: 999px;
	pointer-events: auto;
	z-index: 4;
}

.bar__flow01 .bar__rail {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding-inline: calc(16 / var(--break) * 100vw);
	background: var(--color11);
	border-radius: 999px;
	overflow: hidden;
}

.bar__flow01 .bar {
	position: absolute;
	left: calc(16 / var(--break) * 100vw);
	top: 30%;
	height: 40%;
	width: 80px;
	background: var(--color20);
	border-radius: 999px;
	cursor: grab;
	z-index: 7;
}

@media(min-width: 768px) and (max-width:1599px) {
	.index_flow>.ttl .icn img {
		width: calc(55 / var(--break) * 100vw);
	}

	.index_flow>.ttl .jp {
		font-size: calc(42 / var(--break) * 100vw);
	}

	.index_flow>.ttl .en {
		font-size: calc(18 / var(--break) * 100vw);
	}

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

	.deco__flow02 {
		width: calc(640 / var(--break) * 100vw);
		right: calc(-155 / var(--break) * 100vw);
	}

	.row__flow01 .list {
		scroll-padding-left: calc(360 / var(--break) * 100vw);
		scroll-padding-right: calc(360 / var(--break) * 100vw);
		padding-inline: calc(360 / var(--break) * 100vw);
		padding-top: calc(140 / var(--break) * 100vw);
	}

	.bar__flow01 {
		width: calc(800 / var(--break) * 100vw);
		bottom: 20%;
	}
}

@media(min-width: 768px) and (max-width:1299px) {
	.index_flow {
		padding-top: calc(20 / var(--break) * 100vw);
		aspect-ratio: 1277 / 707;
	}

	.index_flow>.ttl .icn img {
		width: calc(45 / var(--break) * 100vw);
	}

	.index_flow>.ttl .jp {
		font-size: calc(38 / var(--break) * 100vw);
	}

	.index_flow>.ttl .en {
		font-size: calc(16 / var(--break) * 100vw);
	}

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

	.deco__flow02 {
		width: calc(480 / var(--break) * 100vw);
		right: calc(-115 / var(--break) * 100vw);
	}

	.row__flow01 .list {
		scroll-padding-left: calc(310 / var(--break) * 100vw);
		scroll-padding-right: calc(310 / var(--break) * 100vw);
		padding-inline: calc(310 / var(--break) * 100vw);
		padding-top: calc(78 / var(--break) * 100vw);
	}

	.row__flow01 .item>div {
		padding: calc(30 / var(--break) * 100vw);
	}

	.row__flow01 .item .icn {
		width: calc(80 / var(--break) * 100vw);
		top: calc(-63 / var(--break) * 100vw);
	}

	.bar__flow01 {
		width: calc(740 / var(--break) * 100vw);

	}
}

@media(max-width: 767px) {
	.index_flow {
		background: url(images/index/bg__flow01_sp.jpg)no-repeat;
		background-size: contain;
		aspect-ratio: 750 / 1226;
		background-position: top;
	}

	.index_flow .jp {
		font-size: calc(50 / var(--break) * 100vw);
	}

	.index_flow .en {
		font-size: calc(20 / var(--break) * 100vw);
	}

	.deco__flow01 {
		width: calc(209 / var(--break) * 100vw);
		left: calc(110 / var(--break) * 100vw);
		bottom: calc(25 / var(--break) * 100vw);
	}

	.deco__flow02 {
		width: calc(270 / var(--break) * 100vw);
		right: calc(110 / var(--break) * 100vw);
		bottom: calc(25 / var(--break) * 100vw);
	}

	.row__flow01 .list {
		padding-top: calc(180 / var(--break) * 100vw);
		scroll-padding-left: calc(50 / var(--break) * 100vw);
		scroll-padding-right: calc(50 / var(--break) * 100vw);
		padding-inline: calc(50 / var(--break) * 100vw);
	}

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

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

	.row__flow01 .num {
		font-size: calc(20 / var(--break) * 100vw);
	}

	.row__flow01 .ttl {
		font-size: calc(36 / var(--break) * 100vw);
	}

	.row__flow01 .txt {
		font-size: calc(32 / var(--break) * 100vw);
		letter-spacing: 0;
	}

	.row__flow01 .item>div {
		padding: calc(70 / var(--break) * 100vw) calc(30 / var(--break) * 100vw) calc(30 / var(--break) * 100vw);
	}

	.bar__flow01 {
		width: calc(646 / var(--break) * 100vw);
		bottom: 24%;
	}
}

/* message
------------------------------------------------------------------*/
.index_message {
	background: url(images/index/bg__message01.jpg) no-repeat;
	background-size: calc(1920 / var(--break) * 100vw);
	padding-top: calc(330 / var(--break) * 100vw);
}

.index_message>.ttl {
	text-stroke: calc(1 / var(--break) * 100vw) var(--color19);
	-webkit-text-stroke: calc(1 / var(--break) * 100vw) var(--color19);
}

.row__message01 {
	padding-bottom: calc(235 / var(--break) * 100vw);
}

.row__message01 .col_txt {
	width: calc(660 / var(--break) * 100vw);
	margin-left: calc(210 / var(--break) * 100vw);
	flex-shrink: 0;
	min-height: calc(730 / var(--break) * 100vw);
}

.row__message01 .col_txt .txt {
	width: 90.9%;
}

.img__message02 {
	width: calc(60 / var(--break) * 100vw);
	right: 12%;
	top: 6%;
}

.deco__message01 {
	width: calc(90 / var(--break) * 100vw);
	left: calc(-108 / var(--break) * 100vw);
	bottom: calc(6 / var(--break) * 100vw);
}

.row__message01 .col_img {
	width: calc(1200 / var(--break) * 100vw);
	right: 0;
	top: calc(-86 / var(--break) * 100vw);
}

.row__message02 {
	width: 92.7%;
	height: calc(600 / var(--break) * 100vw);
	background: url(images/index/bg__message02.jpg)no-repeat center;
	background-size: cover;
	border-radius: calc(20 / var(--break) * 100vw);
}

.deco__message02 {
	width: calc(310 / var(--break) * 100vw);
	top: calc(25 / var(--break) * 100vw);
}

.deco__message03 {
	width: calc(380 / var(--break) * 100vw);
	top: calc(35 / var(--break) * 100vw);
}

.row__message02 .ttl {
	left: calc(45 / var(--break) * 100vw);
}

@media(min-width: 768px) and (max-width:1599px) {
	.index_message {
		background-size: calc(1599 / var(--break) * 100vw);
		padding-top: calc(380 / var(--break) * 100vw);
	}

	.row__message01 {
		padding-bottom: calc(100 / var(--break) * 100vw);
	}

	.row__message01 .col_txt {
		width: calc(660 / var(--break) * 100vw);
		margin-left: calc(120 / var(--break) * 100vw);
		flex-shrink: 0;
	}

	.row__message01 .col_img {
		width: calc(980 / var(--break) * 100vw);
		right: 0;
		top: calc(-42 / var(--break) * 100vw);
	}

	.row__message03 .ttl {
		font-size: calc(38 / var(--break) * 100vw);
	}

	.row__message02 {
		height: calc(560 / var(--break) * 100vw);
	}

	.deco__message02 {
		width: calc(260 / var(--break) * 100vw);
		top: calc(16 / var(--break) * 100vw);
	}

	.deco__message03 {
		width: calc(280 / var(--break) * 100vw);
		top: calc(18 / var(--break) * 100vw);
	}
}

@media(min-width: 768px) and (max-width:1299px) {
	.index_message {
		background-size: calc(1299 / var(--break) * 100vw);
		padding-top: calc(260 / var(--break) * 100vw);
	}

	.row__message01 {
		padding-bottom: calc(60 / var(--break) * 100vw);
	}

	.row__message01 .col_txt {
		width: calc(600 / var(--break) * 100vw);
		width: calc(480 / var(--break) * 100vw);
		margin-left: calc(79 / var(--break) * 100vw);
	}

	.row__message01 .ttl {
		font-size: calc(52 / var(--break) * 100vw);
		margin-top: calc(60/ var(--break) * 100vw);
	}

	.row__message01 .col_img {
		width: calc(811 / var(--break) * 100vw);
		right: 0;
		top: calc(60/ var(--break) * 100vw);
	}

	.row__message01 .col_txt .txt {
		margin-top: calc(50/ var(--break) * 100vw);
	}

	.row__message01 .txt01 {
		font-size: calc(28 / var(--break) * 100vw);
	}

	.row__message01 .txt02 {
		font-size: calc(36 / var(--break) * 100vw);
	}

	.row__message01 .txt03 {
		margin-left: calc(30 / var(--break) * 100vw);
	}

	.deco__message01 {
		width: calc(60 / var(--break) * 100vw);
		left: calc(-68 / var(--break) * 100vw);
		bottom: calc(38 / var(--break) * 100vw);
	}

	.index_message>.ttl {
		font-size: calc(68 / var(--break) * 100vw);
	}

	.row__message03 .ttl {
		font-size: calc(30 / var(--break) * 100vw);
	}

	.deco__message02 {
		width: calc(210 / var(--break) * 100vw);
		top: calc(16 / var(--break) * 100vw);
	}

	.deco__message03 {
		width: calc(250 / var(--break) * 100vw);
		top: calc(18 / var(--break) * 100vw);
	}

	.row__message02 {
		height: calc(480 / var(--break) * 100vw);
	}
}

@media(max-width: 767px) {
	.index_message {
		background-size: calc(767 / var(--break) * 100vw);
		padding-top: calc(150 / var(--break) * 100vw);
	}

	.img__message01 {
		width: 96.8%;
		right: -3.2%;
	}

	.img__message02 {
		top: 3%;
	}

	.index_message>.ttl {
		font-size: calc(50 / var(--break) * 100vw);
	}

	.row__message01 {
		padding-bottom: calc(120 / var(--break) * 100vw);
	}

	.row__message01>.col_txt {
		width: calc(646 / var(--break) * 100vw);
		margin-inline: auto;
		min-height: initial;
	}

	.row__message01>.col_txt .ttl {
		font-size: calc(60 / var(--break) * 100vw);
	}

	.row__message01 .col_txt .txt {
		width: 100%;
		margin-top: calc(15 / var(--break) * 100vw);
		font-size: calc(32 / var(--break) * 100vw);
		letter-spacing: 0;
	}

	.row__message01 .name {
		justify-content: flex-end;
	}

	.row__message01 .name .txt01 {
		font-size: calc(36 / var(--break) * 100vw);
	}

	.row__message01 .name .txt02 {
		font-size: calc(48 / var(--break) * 100vw);
	}

	.row__message01 .name .txt03 {
		font-size: calc(20 / var(--break) * 100vw);
	}

	.deco__message01 {
		left: 0;
		bottom: calc(-25 / var(--break) * 100vw);
	}

	.row__message02 {
		height: auto;
		background: url(images/index/bg__message02_sp.jpg) no-repeat;
		background-size: calc(702 / var(--break) * 100vw);
		width: 92.7% !important;
	}

	.deco__message02 {
		flex-shrink: 0;
		width: calc(149 / var(--break) * 100vw);
		top: calc(25 / var(--break) * 100vw);
		order: -2;
	}

	.deco__message03 {
		flex-shrink: 0;
		width: calc(182 / var(--break) * 100vw);
		top: calc(25 / var(--break) * 100vw);
		order: -1;
	}

	.row__message03 {
		flex-wrap: wrap !important;
		padding: calc(30 / var(--break) * 100vw) 3.2% calc(85 / var(--break) * 100vw);
		row-gap: calc(175 / var(--break) * 100vw);
	}

	.row__message03 .ttl {
		font-size: calc(39 / var(--break) * 100vw);
		left: 1%;
		width: 100%;
	}
}

/* insta
------------------------------------------------------------------*/
.icn__insta01 img {
	width: calc(40 / var(--break) * 100vw);
	height: calc(40 / var(--break) * 100vw);
}

.btn__insta01 img {
	width: calc(30 / var(--break) * 100vw);
	height: calc(30 / var(--break) * 100vw);
}

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

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

@media(max-width: 767px) {
	.index_insta {
		padding: calc(90 / var(--break) * 100vw) 6.4% calc(140 / var(--break) * 100vw);
	}

	.index_insta .ttl {
		font-size: calc(56 / var(--break) * 100vw);
		margin-inline: auto;
	}

	.icn__insta01 img {
		width: calc(54 / var(--break) * 100vw);
		height: calc(54 / var(--break) * 100vw);
	}

	.btn__insta01 img {
		width: calc(42/ var(--break) * 100vw);
		height: calc(42/ var(--break) * 100vw);
	}

	.index_insta .link {
		position: absolute;
		bottom: 9%;
	}

	.index_insta .link .txt01 {
		font-size: calc(28 / var(--break) * 100vw);
	}

	.wrap__insta01 {
		margin-bottom: calc(35 / var(--break) * 100vw);
	}

	#sbi_images {
		gap: calc(10 / var(--break) * 100vw) !important;
	}
}

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

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

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


/* フッター footer
------------------------------------------------------------------*/
.main_foot {
	box-shadow: 0 calc(10 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) rgba(0, 0, 0, 0.05);
}

.row_foot01>.col_l {
	border-right: 1px solid var(--color03);
	width: calc(470 / var(--break) * 100vw);
}

.row_foot01>.col_l a {
	width: 100%;
}

.row_foot01>.col_l .logo_foot01 img {
	width: calc(310 / var(--break) * 100vw);
}

.row_foot01>.col_r .tel_head {
	width: calc(550 / var(--break) * 100vw);
	background: initial;
	border-radius: 0;
}

.row_foot01>.col_r .web_head,
.row_foot01>.col_r .contact_head,
.row_foot01>.col_r .line_head {
	width: calc(300 / var(--break) * 100vw);
	height: calc(200 / var(--break) * 100vw);
}

.row_foot01>.col_r .web_head a,
.row_foot01>.col_r .contact_head a,
.row_foot01>.col_r .line_head a {
	width: 100%;
	height: 100%;
}

.row_foot02.row_head01 .txt02 {
	width: calc(240 / var(--break) * 100vw);
	height: calc(40 / var(--break) * 100vw);
	border-radius: calc(10 / var(--break) * 100vw);
}

.row_foot03 {
	gap: calc(60 / var(--break) * 100vw);
}

.row_foot03 .bnr_foot img {
	width: calc(590 / var(--break) * 100vw);
}

.row_time01 .tbl_caption:first-of-type {
	margin-top: calc(10 / var(--break) * 100vw);
}

.row_foot04 {
	gap: calc(60 / var(--break) * 100vw);
	border-top: 1px solid var(--color03);
}

.row_foot04 .col_l {
	width: 54%;
}

.row_foot04 .col_r {
	width: calc(100% - 54% - calc(60 / var(--break) * 100vw));
}

.row_foot04 .col_r .img_foot01 img {
	width: calc(540 / var(--break) * 100vw);
}

.row_foot04 .col_l .map {
	padding-top: calc(771 / var(--break) * 100vw);
	border-radius: calc(40 / var(--break) * 100vw);
}

.logo_foot02 {
	width: calc(310 / var(--break) * 100vw);
	height: calc(101 / var(--break) * 100vw);
}

.wrap_foot01 {
	gap: calc(70 / var(--break) * 100vw);
}

.box_footer01 {
	flex: 1;
	gap: calc(64 / var(--break) * 100vw);
}

.box_footer01>div {
	flex: 1;
}

.box_footer01>div .ttl {
	border-bottom: solid 1px var(--color11);
}

.nav_foot>li::before {
	content: "";
	display: inline-block;
	width: calc(9 / var(--break) * 100vw);
	height: calc(7 / var(--break) * 100vw);
	background: url(images/page/arw01.svg) no-repeat;
	background-size: contain;
	margin-right: calc(20 / var(--break) * 100vw);
}

.nav_foot>li a.bb {
	border-bottom: calc(4 / var(--break) * 100vw) solid var(--color14);
}

.pagetop {
	position: fixed;
	right: calc(30 / var(--break) * 100vw);
	bottom: calc(30 / var(--break) * 100vw);
	z-index: 1000;
	width: calc(70 / var(--break) * 100vw);
}

.copyright {
	height: calc(80 / var(--break) * 100vw);
}

.row_time01 {
	width: fit-content;
	background: url(images/page/ptn10.png);
	background-size: calc(6 / var(--break) * 100vw);
	padding: calc(30 / var(--break) * 100vw);
	font-size: calc(18/ var(--break) * 100vw);
}

.row_time01 .tbl_time01 thead th {
	background: var(--color16);
	font-family: "zen-kaku-gothic-new", sans-serif;
	font-weight: 500;
	font-style: normal;
	padding: calc(17 / var(--break) * 100vw) 0 calc(16 / var(--break) * 100vw);
}

.tbl_time01 thead th:first-child, .tbl_time01 tbody th {
    text-align: center!important;
}

.row_time01 .tbl_time01 .box {
	border-radius: calc(16 / var(--break) * 100vw);
	overflow: hidden;
}

.row_time01 .tbl_time01 tbody th,
.row_time01 .tbl_time01 tbody td {
	background: var(--color04);
	border: 0;
	font-family: "zen-kaku-gothic-new", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.row_time01 .tbl_time01 tbody th {
	font-family: "futura-pt", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.row_time01 .tbl_time01 table {
	border: 0;
}

.row_time01 .tbl_caption {
	color: var(--color11);
	font-size: calc(18/ var(--break) * 100vw);
}

@media(min-width: 768px) and (max-width:1599px) {
	.row_foot01>.col_l {
		border-right: 1px solid var(--color03);
		width: calc(392 / var(--break) * 100vw);
	}

	.row_foot01>.col_l .logo_foot01 img {
		width: calc(258 / var(--break) * 100vw);
	}

	.row_foot01>.col_r .tel_head {
		width: calc(458 / var(--break) * 100vw);
		background: initial;
		border-radius: 0;
	}

	.row_foot01>.col_r .web_head,
	.row_foot01>.col_r .contact_head,
	.row_foot01>.col_r .line_head {
		width: calc(250 / var(--break) * 100vw);
		height: calc(167 / var(--break) * 100vw);
	}

	.row_foot01>.col_r .web_head a,
	.row_foot01>.col_r .contact_head a,
	.row_foot01>.col_r .line_head a {
		width: 100%;
		height: 100%;
	}

	.row_foot02.row_head01 .txt02 {
		width: calc(200 / var(--break) * 100vw);
		height: calc(33 / var(--break) * 100vw);
		border-radius: calc(8 / var(--break) * 100vw);
	}

	.row_foot03 {
		gap: calc(50 / var(--break) * 100vw);
	}

	.row_foot03 .bnr_foot img {
		width: calc(491 / var(--break) * 100vw);
	}
}

@media(min-width: 768px) and (max-width:1299px) {
	.row_foot01>.col_l {
		border-right: 1px solid var(--color03);
		width: calc(318 / var(--break) * 100vw);
	}

	.row_foot01>.col_l .logo_foot01 img {
		width: calc(210 / var(--break) * 100vw);
	}

	.row_foot01>.col_r .tel_head {
		width: calc(372 / var(--break) * 100vw);
		background: initial;
		border-radius: 0;
	}

	.row_foot01 .tel_head .txt {
		font-size: calc(16 / var(--break) * 100vw);
	}

	.row_foot01 .tel_head .num {
		font-size: calc(34 / var(--break) * 100vw);
	}

	.row_foot01>.col_r .web_head,
	.row_foot01>.col_r .contact_head,
	.row_foot01>.col_r .line_head {
		width: calc(203 / var(--break) * 100vw);
		height: calc(135 / var(--break) * 100vw);
	}

	.row_foot01>.col_r .web_head a,
	.row_foot01>.col_r .contact_head a,
	.row_foot01>.col_r .line_head a {
		width: 100%;
		height: 100%;
	}

	.row_foot01>.col_r .web_head .txt01,
	.row_foot01>.col_r .contact_head .txt01,
	.row_foot01>.col_r .line_head .txt01 {
		font-size: calc(21 / var(--break) * 100vw);
	}

	.row_foot02.row_head01 .txt02 {
		width: calc(162 / var(--break) * 100vw);
		height: calc(27 / var(--break) * 100vw);
		border-radius: calc(7 / var(--break) * 100vw);
		font-size: calc(16 / var(--break) * 100vw);
		margin-top: calc(13 / var(--break) * 100vw);
	}

	.row_foot03 {
		gap: calc(41 / var(--break) * 100vw);
	}

	.row_foot03 .bnr_foot img {
		width: calc(399 / var(--break) * 100vw);
	}

	.row_foot03 .tbl_time01.day8 {
		max-width: clamp(340px, 45vw, 430px);
	}

	.row_foot04 .col_l .map {
		padding-top: calc(800 / var(--break) * 100vw);
	}
}

@media(max-width: 767px) {
	.row_foot01>.col_l .logo_foot01 img {
		width: calc(540 / var(--break) * 100vw);
	}

	.row_foot01>.col_l a {
		padding-block: calc(75 / var(--break) * 100vw) calc(60 / var(--break) * 100vw);
	}

	.row_foot01 {
		display: block;
	}

	.row_foot01>.col_l {
		width: 87.2%;
		margin-inline: auto;
		border-right: 0;
		border-bottom: 1px solid var(--color03);
		text-align: center;
	}

	.row_foot01>.col_r {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}

	.row_foot01 .row_foot02 {
		flex-wrap: wrap !important;
		padding-top: calc(45 / var(--break) * 100vw);
		row-gap: calc(45 / var(--break) * 100vw);
	}

	.row_foot02 .tel_head .txt {
		font-size: calc(22 / var(--break) * 100vw);
	}

	.row_foot02 .tel_head .icn {
		width: calc(48 / var(--break) * 100vw);
	}

	.row_foot02 .tel_head .num {
		font-size: calc(60 / var(--break) * 100vw);
	}

	.row_foot01>.col_r .web_head,
	.row_foot01>.col_r .contact_head,
	.row_foot01>.col_r .line_head {
		width: calc(100% / 3);
		height: calc(160 / var(--break) * 100vw);
	}

	.row_foot01>.col_r .web_head .icn,
	.row_foot01>.col_r .contact_head .icn,
	.row_foot01>.col_r .line_head .icn {
		width: calc(40 / var(--break) * 100vw);
		line-height: 1.2;
	}

	.row_foot01>.col_r .web_head .txt01,
	.row_foot01>.col_r .contact_head .txt01,
	.row_foot01>.col_r .line_head .txt01 {
		font-size: calc(28 / var(--break) * 100vw);
		margin-top: 0;
	}

	.row_foot01>.col_r .web_head .txt02,
	.row_foot01>.col_r .contact_head .txt02,
	.row_foot01>.col_r .line_head .txt02 {
		font-size: calc(20 / var(--break) * 100vw);
		letter-spacing: 0;
		width: calc(160 / var(--break) * 100vw);
		height: calc(30 / var(--break) * 100vw);
		margin-top: calc(12 / var(--break) * 100vw);
	}

	.middle_foot {
		padding-top: calc(60 / var(--break) * 100vw);
		padding-bottom: calc(95 / var(--break) * 100vw);
	}

	.row_foot03 {
		flex-direction: column;
		padding-bottom: calc(70 / var(--break) * 100vw);
	}

	.row_foot03 .col_l p {
		font-size: calc(32 / var(--break) * 100vw);
		letter-spacing: 0;
	}

	.row_foot03 .col_l a {
		margin-top: calc(50 / var(--break) * 100vw);
	}

	.row_foot03 .bnr_foot img {
		width: 100%;
	}

	.row_foot03 .tbl_time01 thead th {
		font-size: calc(32 / var(--break) * 100vw);
	}

	.row_foot03 .tbl_time01 tbody td,
	.row_foot03 .tbl_time01 tbody th {
		padding-block: calc(4 / var(--break) * 100vw);
	}

	.row_foot03 .tbl_time01 tbody tr:first-of-type th,
	.row_foot03 .tbl_time01 tbody tr:first-of-type td {
		padding-top: calc(16 / var(--break) * 100vw);
	}

	.row_foot03 .tbl_time01 tbody tr:last-of-type th,
	.row_foot03 .tbl_time01 tbody tr:last-of-type td {
		padding-bottom: calc(16 / var(--break) * 100vw);
	}

	.row_foot03 .tbl_caption {
		text-align: center;
		font-size: calc(28 / var(--break) * 100vw);
	}

	.row_foot03 .tbl_caption:first-of-type {
		margin-top: calc(20 / var(--break) * 100vw);
	}

	.row_foot03 .tbl_caption:last-of-type {
		margin-top: calc(4 / var(--break) * 100vw);
	}

	.row_foot04 {
		padding-top: calc(60 / var(--break) * 100vw);
		flex-direction: column;
		gap: calc(90 / var(--break) * 100vw);
	}

	.row_foot04 .col_l,
	.row_foot04 .col_r {
		width: 100%;
	}

	.row_foot04 .list__access01 {
		width: 93.6%;
		margin-inline: auto;
	}

	.row_foot04 .list__access01 .item {
		padding-inline: calc(45 / var(--break) * 100vw);
	}

	.row_foot04 .col_l .map {
		padding-top: calc(500 / var(--break) * 100vw);
	}

	.bottom_foot {
		padding-top: calc(100 / var(--break) * 100vw);
		padding-bottom: calc(85 / var(--break) * 100vw);
	}

	.bottom_foot .wrap_foot01 {
		flex-direction: column;
		gap: calc(45 / var(--break) * 100vw);
	}

	.logo_foot02 {
		width: calc(540 / var(--break) * 100vw);
		height: calc(176 / var(--break) * 100vw);
		margin-inline: auto;
	}

	.box_footer01 {
		flex-direction: column;
		width: 100%;
		gap: calc(40 / var(--break) * 100vw);
	}

	.box_footer01>div {
		flex: 0;
		width: 100%;
	}

	.box_footer01>div .ttl {
		text-align: center;
		font-size: calc(36 / var(--break) * 100vw);
		margin-bottom: calc(10 / var(--break) * 100vw);
	}

	.box_footer01>div .nav_foot {
		width: 92%;
		margin-inline: auto;
	}

	.box_footer01>div .nav_foot li a {
		font-size: calc(28 / var(--break) * 100vw);
		letter-spacing: 0;
		line-height: 2;
	}

	.box_footer01>div .nav_foot>li::before {
		width: calc(13 / var(--break) * 100vw);
		height: calc(10 / var(--break) * 100vw);
		margin-right: calc(20 / var(--break) * 100vw);
	}

	.copyright {
		font-size: 75%;
		letter-spacing: 0;
		padding: 4vw 0 20vw;
		height: auto;
	}

	.pagetop {
		display: none !important;
	}

	.fix {
		position: fixed;
		width: 100%;
		left: 0;
		bottom: 0;
		z-index: 9;
	}

	.fix_tel {
		width: 16%;
	}

	.fix_tel img {
		width: calc(80 / var(--break) * 100vw);
	}

	.fix_web,
	.fix_contact,
	.fix_line {
		width: 21.3%;
	}

	.fix_line {
		background: #06c755;
	}

	.fix_web .icn,
	.fix_contact .icn,
	.fix_line .icn {
		width: calc(49 / var(--break) * 100vw);
	}

	.fix_web .txt01,
	.fix_contact .txt01,
	.fix_line .txt01 {
		font-size: calc(22 / var(--break) * 100vw);
	}

	.fix_contact .txt01 {
		color: #40b0d5;
	}

	.wrap_fix01 a {
		width: 100%;
		height: 100%;
		display: flex !important;
	}

	.pagetop_sp {
		width: 20%;
	}

	.fix a {
		display: block;
	}
}

/* グーグルマップ
------------------------------------------------------------------*/
.map {
	position: relative;
	width: 100%;
	padding: calc(500 / var(--break) * 100vw) 0 0 0;
	overflow: hidden;
}

.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: calc(-150 / var(--break) * 100vw);
	height: calc(100% + calc(150 / var(--break) * 100vw));
}

.btn_map {
	width: calc(300 / var(--break) * 100vw);
	font-size: 1.25rem;
	letter-spacing: .1em;
	left: calc(30 / var(--break) * 100vw);
	top: calc(30 / var(--break) * 100vw);
	z-index: 1;
}

.btn_map a {
	height: calc(60 / var(--break) * 100vw);
	background: url("images/page/icn_map.svg")no-repeat left calc(30 / var(--break) * 100vw) center / calc(16 / var(--break) * 100vw) auto;
	border: 1px solid #fff;
	background-color: var(--color11);
	border-radius: calc(6 / var(--break) * 100vw);
}

/* 
.btn_map a::after {
	content: "";
	width: 0;
	height: 0;
	margin: auto;
	border-left: calc(8 / var(--break) * 100vw) solid #333;
	border-top: calc(5 / var(--break) * 100vw) solid transparent;
	border-bottom: calc(5 / var(--break) * 100vw) solid transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(30 / var(--break) * 100vw)
} */

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

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

@media(max-width: 767px) {
	.map iframe {
		margin-top: calc(-200 / var(--break) * 100vw);
		height: calc(100% + calc(200 / var(--break) * 100vw));
	}

	.btn_map {
		width: calc(600 / var(--break) * 100vw);
		margin: 0 auto calc(60 / var(--break) * 100vw);
		font-size: 1.0625rem;
		letter-spacing: 0;
		position: relative;
		left: auto;
		top: auto;
	}

	.btn_map a {
		height: calc(100 / var(--break) * 100vw);
		background-position: left 3vw center;
		background-size: calc(30 / var(--break) * 100vw) auto;
	}

	.btn_map a::after {
		border-width: calc(10 / var(--break) * 100vw) 0 calc(10 / var(--break) * 100vw) calc(16 / var(--break) * 100vw);
		right: 3vw;
	}
}