@charset "utf-8";
/* Theme Name: res */
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Noto+Sans+JP:wght@300;400;500&family=Zen+Kaku+Gothic+New:wght@400;700&display=swap');

:root {
	--guideline-color: #aaa;
	font-size: calc(16 / 1920*100vw);
	--color01: #0E1632;
	--color02: #1E2D52;
	--color03: #1F1F1F;
	--color04: #39301E;
	--color05: #6A6150;
	--color06: #B1924F;
	--color07: #D5D5D6;
	--color08: #E1C481;
	--color09: #F7F4ED;
	--color10: #375e9f;
	--color11: #f4a87f;
	--color12: #e89289;
	--color13: #333333;
	--color14: #18bec0;
	--color15: #EE6EA1;
	--color16: #FBE3EC;
	--color17: #FEF8E8;
	--color18: #ebf8ff;
	--color19: #E73079;
	--color20: #EDE676;
	--color21: #ffffff;

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

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

/*ここまで*/
html, body {
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 2;
	color: #1f1f1f;
	letter-spacing: .1em;
	font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.kosugi-maru-regular {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ryu {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.gar {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.kin_l {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.kin_r {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.bg_ptn01 {
	background: url("images/page/pattern_blue.png")repeat center / auto;
}
.bg_ptn02 {
	background: url("images/page/pattern_gray.png")repeat center / auto;
}
.bg_ptn03 {
	background: url("images/page/pattern_gray02.png")repeat center / auto;
}
.bg_ptn04 {
	background: url("images/page/pattern_stripe.png")repeat center / auto;
}
.bg_ptn05 {
	background: url("images/page/pattern_stripe_black.png")repeat center / auto;
}

.fwn {
	font-weight: normal;
}
.fwb {
	font-weight: bold;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	max-width: 100%;
}
video {
	max-width: 100%;
}
* {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
a {
	color: inherit;
	text-decoration: none;
}
#wrap {
	overflow-x: hidden;
}
.oh {
	overflow: hidden;
}
a:hover {
	opacity: .85;
	transition: .3s;
}
a.zoom{
	pointer-events: none;
}
.inner,.inner1000,.inner1140,.inner1200,.inner1340,.inner1500
{
	max-width: 1240px;
	width: 90%;
	margin: 0 auto;
}
.inner1000 {
	max-width: 1000px;
}
.inner1140 {
	max-width: 1140px;
}
.inner1200 {
	max-width: 1200px;
}
.inner1340 {
	max-width: 1340px;
}
.inner1500 {
	max-width: 1500px;
}
.w100 {
	width: 100%!important;
}
table{
	table-layout: fixed;
}
td input{
	max-width: 100%;
}
a[href^="tel:"] {
	cursor: default;
}
a[href^="tel:"]:hover {
	opacity: 1;
}
.slick-slide {
	outline: none;
}
.adjust {
	display: none;
}
.tb_only {
	display: none;
}
.sp_only {
	display: none;
}
.tb_pc {
	display: inherit;
}
.sp_tb {
	display: none;
}
.flex {
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.flex.start     { -webkit-justify-content: flex-start; justify-content: flex-start; }
.flex.end       { -webkit-justify-content: flex-end; justify-content: flex-end; }
.flex.center    { -webkit-justify-content: center; justify-content: center; }
.flex.around    { -webkit-justify-content: space-around; justify-content: space-around; }
.flex.between   { -webkit-justify-content: space-between; justify-content: space-between; }
.flex.stretch   { -webkit-align-items: stretch; align-items: stretch; }
.flex.ai_center { -webkit-align-items: center; align-items: center; }
.flex.ai_start  { -webkit-align-items: flex-start; align-items: flex-start; }
.flex.ai_end    { -webkit-align-items: flex-end; align-items: flex-end; }
.flex.nowrap    { -webkit-flex-wrap: nowrap; flex-wrap: nowrap; }
.flex.column    { -ms-flex-direction:column; -webkit-flex-direction:column; flex-direction:column; }
.flex.row       { -ms-flex-direction:row; -webkit-flex-direction:row; flex-direction:row; }
.flex.c_reverse { -ms-flex-direction:column-reverse; -webkit-flex-direction:column-reverse; flex-direction:column-reverse; }
.flex.r_reverse { -ms-flex-direction:row-reverse; -webkit-flex-direction:row-reverse; flex-direction:row-reverse; }
.flex.cc { -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; }
.flex.ccc { -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; text-align: center;}
.flex.cccc { -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; text-align: center; -webkit-flex-direction:column; flex-direction:column;}
.noshrink       { flex: 0 0 auto; }
.grow           { flex: 1 1 auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

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

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

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

.parallax {
	width: 100%;
	background-attachment: fixed!important;
}
.parallax.is_ios, .tab.parallax {
	background-attachment: inherit!important;
}
.ready {
	position: relative;
}
.ready a {
	pointer-events: none;
}
.ready a:hover {
	opacity: 1;
	cursor: default;
}
.ready:before {
	content: "準備中";
    color: #fff;
    text-align: center;
    width: calc(100 / 1920*100vw);
    height: calc(40 / 1920*100vw);
    line-height: calc(40 / 1920*100vw);
    background: rgba(51,51,51,.7);
    font-size: 0.725rem;
    letter-spacing: .1em;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    position: absolute;
}
@media(max-width: 767px){
.parallax, .parallax.is_ios, .tab.parallax {
		width: 100%;
		background-attachment: inherit!important;
	}
}

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

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

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

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

	.txt_width {
		max-width: calc(646 / 750 * 100vw)!important;
		margin-left: auto;
		margin-right: auto;
	}
	.sp_left {
		text-align: left!important;
	}
	.shadow_w {
		text-shadow: 0px 0px calc(5 / 750 * 100vw) #fff, 0px 0px calc(5 / 750 * 100vw) #fff, 0px 0px calc(10 / 750 * 100vw) #fff, 0px 0px calc(10 / 750 * 100vw) #fff, 0px 0px calc(15 / 750 * 100vw) #fff, 0px 0px calc(15 / 750 * 100vw) #fff;
	}
	.txt_tb {
		writing-mode: horizontal-tb;
	}
	.ready:before {
		width: calc(100 / 750*100vw);
		height: calc(40 / 750*100vw);
		line-height: calc(40 / 750*100vw);
	}
	.bg_ptn01 {
		background: url("images/page/pattern_blue.png")repeat center / calc(200 / 750 * 100vw);
	}
	.bg_ptn02 {
		background: url("images/page/pattern_gray.png")repeat center / calc(100 / 750 * 100vw);
	}
	.bg_ptn03 {
		background: url("images/page/pattern_gray02.png")repeat center / calc(150 / 750 * 100vw) calc(200 / 750 * 100vw);
	}
	.bg_ptn04 {
		background: url("images/page/pattern_stripe.png")repeat center / calc(14 / 750 * 100vw);
	}
	.bg_ptn05 {
		background: url("images/page/pattern_stripe_black.png")repeat center / calc(3 / 750 * 100vw);
	}
}


/* ヘッダー header
------------------------------------------------------------------*/
header {
	z-index: 10;
}
header h1 {
	width: calc(435 / 1920 * 100vw);
	top: calc(20 / 1920* 100vw);
/*	top: calc(40 / 1920* 100vw);*/
	left: calc(24 / 1920* 100vw);
}
.address_head .icn {
	width: calc(20 / 1920 * 100vw);
	top: calc(-2 / 1920 * 100vw);
}
.tel_common {
	width: calc(300 / 1920* 100vw);
}
.tel_common .icn,.web_common .icn {
	width: calc(26 / 1920* 100vw);
	top: calc(-3 / 1920* 100vw);
}
.web_common {
	width: calc(220 / 1920* 100vw);
}
.row_head02 .col .icn {
	width: calc(20 / 1920* 100vw);
}
.tel_common a,.web_common a {
	height: calc(100 / 1920* 100vw);
}
.web_common a:after {
    border-width: calc(7 / 1920* 100vw);
    bottom: calc(5 / 1920* 100vw);
    right: calc(5 / 1920* 100vw);
}
.row_head02 .col_l {
	width: calc(245 / 1920* 100vw);
}
.row_head02 .col_r {
	width: calc(110 / 1920* 100vw);
}
.drop_shadow {
  filter: drop-shadow(0 0 2px rgba(32, 33, 43, 0.8))drop-shadow(0 0 5px rgba(49, 51, 65, 0.5));
}
@media(min-width: 768px) and (max-width:1599px) {
	header h1 {
		width: calc(435 / 1599 * 100vw);
		top: calc(20 / 1599* 100vw);
		/*top: calc(40 / 1599* 100vw);*/
		left: calc(24 / 1599* 100vw);
	}
	.address_head {
		margin-right: calc(15 / 1599 * 100vw);
	}
	.address_head .icn {
		width: calc(20 / 1599 * 100vw);
		top: calc(-2 / 1599 * 100vw);
	}
	.tel_common {
		width: calc(250 / 1599* 100vw);
	}
	.tel_common .num {
		font-size: 1.875rem;
	}
	.tel_common .icn,.web_common .icn {
		width: calc(26 / 1599* 100vw);
		top: calc(-3 / 1599* 100vw);
	}
	.web_common {
		width: calc(220 / 1599* 100vw);
	}
	.row_head02 .col .icn {
		width: calc(20 / 1599* 100vw);
	}
	.tel_common a,.web_common a {
		height: calc(100 / 1599* 100vw);
	}
	.web_common a:after {
		border-width: calc(7 / 1599* 100vw);
		bottom: calc(5 / 1599* 100vw);
		right: calc(5 / 1599* 100vw);
	}
	.row_head02 .col_l {
		width: calc(240 / 1599* 100vw);
	}
	.row_head02 .col_r {
		width: calc(110 / 1599* 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	header h1 {
		width: calc(390 / 1299* 100vw);
		top: calc(20 / 1299* 100vw);
		/*top: calc(40 / 1299* 100vw);*/
		left: calc(20 / 1299* 100vw);
	}
	.address_head {
		margin-right: calc(15 / 1299 * 100vw);
		text-align: left!important;
		line-height: 1.6;
		align-items: start!important;
	}
	.address_head .icn {
		width: calc(20 / 1299 * 100vw);
		top: calc(-2 / 1299 * 100vw);
	}
	.tel_common {
		width: calc(250 / 1299* 100vw);
	}
	.tel_common .num {
		font-size: 1.875rem;
	}
	.tel_common .icn,.web_common .icn {
		width: calc(26 / 1299* 100vw);
		top: calc(-3 / 1299* 100vw);
	}
	.web_common {
		width: calc(220 / 1299* 100vw);
	}
	.row_head02 .col .icn {
		width: calc(20 / 1299* 100vw);
	}
	.tel_common a,.web_common a {
		height: calc(100 / 1299* 100vw);
	}
	.web_common a:after {
		border-width: calc(7 / 1299* 100vw);
		bottom: calc(5 / 1299* 100vw);
		right: calc(5 / 1299* 100vw);
	}
	.row_head02 .col_l {
		width: calc(240 / 1299* 100vw);
	}
	.row_head02 .col_r {
		width: calc(110 / 1299* 100vw);
	}
}
@media(max-width: 767px) {
	.row_head01 {
		display: none;
	}
	header .row_head02 {
		display: none;
	}
	header h1 {
		width: calc(470 / 750* 100vw);
		top: calc(20 / 750* 100vw);
		/*top: calc(35 / 750* 100vw);*/
		left: calc(25 / 750* 100vw);
	}

}


/* メインイメージ main_img
------------------------------------------------------------------*/
.main_img {
	position: relative;
}
.main_img .slide_main {
	opacity: 0;
	transition: opacity .3s linear;
}
.main_img .slide_main.slick-initialized {
	opacity: 1;
}
.main_img .slide_main li {
	min-height: calc(930 / 1920* 100vw);
    height: 100vh;
}
.main_img.tab .slide_main li {
	height: auto;
}
.main01 {
	background: url(images/index/main01.jpg)no-repeat center / cover;
}
.main02 {
	background: url(images/index/main02-1.jpg)no-repeat center / cover;
}
.main03 {
	background: url(images/index/main03.jpg)no-repeat center / cover;
}
.main04 {
	background: url(images/index/main04.jpg)no-repeat center / cover;
}
.main05 {
	background: url(images/index/main05.jpg)no-repeat center / cover;
}

.wrap_main {
    left: 0;
    top: 51%;
    transform: translateY(-50%);
}
.wrap_main .ja,.wrap_main .en,.hdg2 .ja,.hdg2 .en{
	text-shadow: 0 0 16px rgba(49, 51, 65, 0.25),0 0 16px rgba(49, 51, 65, 0.25),0 0 16px rgba(49, 51, 65, 0.25);
}
.wrap_main .en {
	letter-spacing: .078em;
}

.ccl_main {
	right: 2.7%;
    bottom: 21%;
}
.ccl_main a {
	position: relative;
	width: calc(341 / 1920 * 100vw);
	height: calc(341 / 1920 * 100vw);
	background: url("images/index/bg_main01.png")no-repeat center / cover;
}
.ccl_main a:before {
	content: "";
	position: absolute;
	border: solid 1px #fff;
	border-radius: 100%;
	width: calc(100% - calc(20 / 1920*100vw));
	height: calc(100% - calc(20 / 1920*100vw));
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.ccl_main a .icn {
	width: calc(26 / 1920*100vw);
}
.copy_main01 {
	top: calc(150 / 1920* 100vw);
    right: calc(460 / 1920* 100vw);
}
.copy_main01 p {
	letter-spacing: .08em;
    line-height: 1.7;
}
.copy_main01::after {
	position: absolute;
	content: '';
	width: calc(436 / 1920 * 100vw);
	height: calc(46 / 1920 * 100vw);
	top: calc(190 / 1920* 100vw);
    left: 50%;
    transform: translate(-50%, 0);
	background: url(images/index/deco_main01.png) no-repeat center / contain;
}
.img_main01 {
	max-width: calc(402 / 1920* 100vw);
	bottom: calc(190 / 1920* 100vw);
	left: calc(20 / 1920 * 100vw);
}
.box_main01 {
	width: calc(395 / 1920 * 100vw);
	height: calc(185 / 1920 * 100vw);
	outline: 1px solid #e89289;
	border-radius: calc(10 / 1920 * 100vw);
	right: calc(30 / 1920 * 100vw);
	bottom: calc(440 / 1920* 100vw);
	padding: calc(35 / 1920 * 100vw) calc(15 / 1920 * 100vw);
}
.box_main01 .txt01 {
	width: calc(235 / 1920 * 100vw);
	height: calc(35 / 1920 * 100vw);
	border-radius: calc(18 / 1920 * 100vw);
	top: calc(-18 / 1920* 100vw);
    left: 50%;
    transform: translate(-50%, 0);
}
.box_main01 .ccl {
	width: calc(75 / 1920 * 100vw);
	height: calc(75 / 1920 * 100vw);
	background: #fdf4f3;
}
.box_main01 .ccl + p {
	line-height: calc(75 / 1920* 100vw);
}
.bnr_main01 {
	width: calc(395 / 1920 * 100vw);
	bottom: calc(210 / 1920 * 100vw);
	right: calc(30 / 1920 * 100vw);
	cursor: pointer;
}
.bnr_main01 a .txt01 {
	height: calc(130 / 1920 * 100vw);
	border-radius: calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0 0;
	font-weight: bold;
	background: #18bec0;
}
.bnr_main01 a .row01 {
	height: calc(65 / 1920 * 100vw);
	background: #EBF9F9;
	border-radius: 0 0 calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw);
}
.bnr_main01 a .row01 p {
	font-weight: bold;
}
.bnr_main01 a .row01 .img {
	max-width: calc(26 / 1920 * 100vw);
}
.row_main01 {
	bottom: calc(210 / 1920 * 100vw);
	right: calc(460 / 1920 * 100vw);
	max-width: 880px;
	width: 100%;
}
.row_main01 .ccl {
	max-width: calc(280 / 1920* 100vw);
    width: 33%;
    height: calc(280 / 1920* 100vw);
	background-color: rgba(255,255,255,0.9);
}
.row_main01 .col01::after {
	position: absolute;
	content: '';
	background: url("images/index/deco_main02.svg")no-repeat center / contain;
	bottom: calc(55 / 1920 * 100vw);
	left: 50%;
	transform: translate(-50%, 0);
	width: calc(41 / 1920 * 100vw);
	height: calc(16 / 1920 * 100vw);
	filter: invert(31%) sepia(85%) saturate(476%) hue-rotate(179deg) brightness(91%) contrast(86%);
}
.row_main01 .col01::before {
	position: absolute;
	content: '';
	background: url("images/index/deco_main07.svg")no-repeat center / contain;
	bottom: calc(10 / 1920 * 100vw);
	left: 50%;
	transform: translate(-50%, 0);
	width: calc(261 / 1920 * 100vw);
	height: calc(261 / 1920 * 100vw);
}
.row_main01 .col02::after {
	position: absolute;
	content: '';
	background: url("images/index/deco_main02.svg")no-repeat center / contain;
	bottom: calc(55 / 1920 * 100vw);
	left: 50%;
	transform: translate(-50%, 0);
	width: calc(41 / 1920 * 100vw);
	height: calc(16 / 1920 * 100vw);
	filter: invert(65%) sepia(58%) saturate(590%) hue-rotate(173deg) brightness(88%) contrast(86%);
}
.row_main01 .col02::before {
	position: absolute;
	content: '';
	background: url("images/index/deco_main08.svg")no-repeat center / contain;
	bottom: calc(10 / 1920 * 100vw);
	left: 50%;
	transform: translate(-50%, 0);
	width: calc(261 / 1920 * 100vw);
	height: calc(261 / 1920 * 100vw);
}
.row_main01 .col03::after {
	position: absolute;
	content: '';
	background: url("images/index/deco_main02.svg")no-repeat center / contain;
	bottom: calc(55 / 1920 * 100vw);
	left: 50%;
	transform: translate(-50%, 0);
	width: calc(41 / 1920 * 100vw);
	height: calc(16 / 1920 * 100vw);
	filter: invert(70%) sepia(73%) saturate(274%) hue-rotate(122deg) brightness(82%) contrast(82%);
}
.row_main01 .col03::before {
	position: absolute;
	content: '';
	background: url("images/index/deco_main09.svg")no-repeat center / contain;
	bottom: calc(10 / 1920 * 100vw);
	left: 50%;
	transform: translate(-50%, 0);
	width: calc(261 / 1920 * 100vw);
	height: calc(261 / 1920 * 100vw);
}
.row_main01 .col01 {
	color: #375e9f;
}
.row_main01 .col02 {
	color: #5ca7d3;
}
.row_main01 .col03 {
	color: #59b7ab;
}
.row_main01 .col01 p::after {
	position: absolute;
	content: '';
	background: url("images/index/deco_main04.png")no-repeat center / contain;
	top: calc(-130 / 1920* 100vw);
    left: calc(-20 / 1920* 100vw);
	width: calc(206 / 1920 * 100vw);
	height: calc(120 / 1920 * 100vw);
}
.row_main01 .col02 p::after {
	position: absolute;
	content: '';
	background: url("images/index/deco_main05.png")no-repeat center / contain;
	top: calc(-130 / 1920* 100vw);
    left: calc(-20 / 1920* 100vw);
	width: calc(129 / 1920 * 100vw);
	height: calc(121 / 1920 * 100vw);
}
.row_main01 .col03 p::after {
	position: absolute;
	content: '';
	background: url("images/index/deco_main06.png")no-repeat center / contain;
	top: calc(-165 / 1920* 100vw);
    left: calc(-90 / 1920* 100vw);
	width: calc(206 / 1920 * 100vw);
	height: calc(145 / 1920 * 100vw);
}

@media(min-width: 768px) and (max-width:1599px) {
	.main_img .slide_main li {
		min-height: calc(760 / 1599* 100vw);
		height: auto;
	}
	.ccl_main a {
		width: calc(341 / 1599 * 100vw);
		height: calc(341 / 1599 * 100vw);
	}
	.ccl_main a:before {
		width: calc(100% - calc(20 / 1599*100vw));
		height: calc(100% - calc(20 / 1599*100vw));
	}
	.ccl_main a .icn {
		width: calc(26 / 1599*100vw);
	}
	.copy_main01 {
		top: calc(100 / 1599* 100vw);
        right: calc(430 / 1599* 100vw);
	}
	.copy_main01 p {
		letter-spacing: .08em;
		font-size: calc(45 / 1599* 100vw);
    	line-height: 1.4;
	}
	.copy_main01::after {
		width: calc(436 / 1599 * 100vw);
		height: calc(46 / 1599 * 100vw);
		top: calc(130 / 1599* 100vw);
		left: 50%;
		transform: translate(-50%, 0);
	}
	.img_main01 {
		max-width: calc(335 / 1599* 100vw);
		bottom: calc(190 / 1599* 100vw);
		left: calc(20 / 1599 * 100vw);
	}
	.box_main01 {
		width: calc(360 / 1599 * 100vw);
		height: calc(185 / 1599 * 100vw);
		border-radius: calc(10 / 1599 * 100vw);
		right: calc(30 / 1599 * 100vw);
		bottom: calc(370 / 1599* 100vw);
		padding: calc(35 / 1599 * 100vw) calc(15 / 1599 * 100vw);
	}
	.box_main01 .txt01 {
		width: calc(235 / 1599 * 100vw);
		height: calc(35 / 1599 * 100vw);
		border-radius: calc(18 / 1599 * 100vw);
		top: calc(-18 / 1599* 100vw);
		left: 50%;
		transform: translate(-50%, 0);
	}
	.box_main01 .ccl {
		width: calc(75 / 1599 * 100vw);
		height: calc(75 / 1599 * 100vw);
	}
	.box_main01 .ccl + p {
		line-height: calc(75 / 1599* 100vw);
		font-size: calc(50 / 1599* 100vw);
	}
	.box_main01 .ccl + p span {
		font-size: calc(35 / 1599* 100vw);
	}
	.bnr_main01 {
		width: calc(360 / 1599 * 100vw);
		bottom: calc(190 / 1599 * 100vw);
		right: calc(30 / 1599 * 100vw);
	}
	.bnr_main01 a .txt01 {
		height: calc(110 / 1599 * 100vw);
		border-radius: calc(10 / 1599 * 100vw) calc(10 / 1599 * 100vw) 0 0;
		font-size: calc(24 / 1599* 100vw);
		line-height: 1.5;
	}
	.bnr_main01 a .row01 {
		height: calc(55 / 1599 * 100vw);
		border-radius: 0 0 calc(10 / 1599 * 100vw) calc(10 / 1599 * 100vw);
	}
	.bnr_main01 a .row01 .img {
		max-width: calc(26 / 1599 * 100vw);
	}
	.row_main01 {
		bottom: calc(180 / 1599 * 100vw);
		right: calc(400 / 1599 * 100vw);
		max-width: 728px;
		width: 100%;
		justify-content: right;
        gap: 0 calc(10 / 1599* 100vw);
	}
	.row_main01 .ccl {
		max-width: calc(232 / 1599* 100vw);
		width: 33%;
		height: calc(232 / 1599* 100vw);
	}
	.row_main01 .ccl p {
		font-size: calc(24 / 1599* 100vw);
	}
	.row_main01 .col01::after {
		bottom: calc(55 / 1599 * 100vw);
		left: 50%;
		transform: translate(-50%, 0);
		width: calc(41 / 1599 * 100vw);
		height: calc(16 / 1599 * 100vw);
	}
	.row_main01 .col01::before {
		bottom: calc(6 / 1599 * 100vw);
		left: 50%;
		transform: translate(-50%, 0);
		width: calc(220 / 1599 * 100vw);
		height: calc(220 / 1599 * 100vw);
	}
	.row_main01 .col02::after {
		bottom: calc(55 / 1599 * 100vw);
		left: 50%;
		transform: translate(-50%, 0);
		width: calc(41 / 1599 * 100vw);
		height: calc(16 / 1599 * 100vw);
	}
	.row_main01 .col02::before {
		bottom: calc( 6/ 1599 * 100vw);
		left: 50%;
		transform: translate(-50%, 0);
		width: calc(220 / 1599 * 100vw);
		height: calc(220 / 1599 * 100vw);
	}
	.row_main01 .col03::after {
		bottom: calc(55 / 1599 * 100vw);
		left: 50%;
		transform: translate(-50%, 0);
		width: calc(41 / 1599 * 100vw);
		height: calc(16 / 1599 * 100vw);
	}
	.row_main01 .col03::before {
		bottom: calc(6 / 1599 * 100vw);
		left: 50%;
		transform: translate(-50%, 0);
		width: calc(220 / 1599 * 100vw);
		height: calc(220 / 1599 * 100vw);
	}
	.row_main01 .col01 p::after {
		top: calc(-110 / 1599* 100vw);
        left: calc(-20 / 1599* 100vw);
		width: calc(171 / 1599* 100vw);
        height: calc(100 / 1599* 100vw);
	}
	.row_main01 .col02 p::after {
		top: calc(-110 / 1599* 100vw);
        left: calc(-20 / 1599* 100vw);
		width: calc(107 / 1599 * 100vw);
		height: calc(100 / 1599 * 100vw);
	}
	.row_main01 .col03 p::after {
		top: calc(-145 / 1599* 100vw);
        left: calc(-70 / 1599* 100vw);
		width: calc(171 / 1599 * 100vw);
		height: calc(120 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.main_img .slide_main li {
		min-height: calc(615 / 1299* 100vw);
		height: auto;
	}
	.main_img .slide_main .main02 {
		min-height: calc(615 / 1299* 100vw);
		height: auto;
	}
	.row_head01 {
		margin-bottom: calc(10 / 1299 * 100vw);
	}
	.ccl_main {
		right: 1.7%;
		bottom: 27%;
	}
	.ccl_main a {
		width: calc(251 / 1299 * 100vw);
		height: calc(251 / 1299 * 100vw);
	}
	.ccl_main a:before {
		width: calc(100% - calc(20 / 1299*100vw));
		height: calc(100% - calc(20 / 1299*100vw));
	}
	.ccl_main a .icn {
		width: calc(26 / 1299*100vw);
	}
	.ccl_main a .ja01 {
		font-size: 1.25rem;
	}
	.ccl_main a .ja02 {
		font-size: .875rem;
	}
	.copy_main01 {
		top: calc(120 / 1299* 100vw);
        right: calc(340 / 1299* 100vw);
	}
	.copy_main01 p {
		letter-spacing: .08em;
		line-height: 1.3;
		font-size: calc(36 / 1299* 100vw);
	}
	.copy_main01::after {
		width: calc(436 / 1299 * 100vw);
		height: calc(46 / 1299 * 100vw);
		top: calc(90 / 1299* 100vw);
		left: 50%;
		transform: translate(-50%, 0);
		max-width: 280px;
	}
	.img_main01 {
		max-width: calc(272 / 1299* 100vw);
		bottom: calc(135 / 1299* 100vw);
		left: calc(20 / 1299 * 100vw);
	}
	.box_main01 {
		width: calc(290 / 1299 * 100vw);
		height: calc(135 / 1299 * 100vw);
		border-radius: calc(10 / 1299 * 100vw);
		right: calc(30 / 1299 * 100vw);
		bottom: calc(300 / 1299* 100vw);
		padding: calc(25 / 1299* 100vw) calc(10 / 1299* 100vw);
	}
	.box_main01 .txt01 {
		width: calc(235 / 1299 * 100vw);
		height: calc(35 / 1299 * 100vw);
		border-radius: calc(18 / 1299 * 100vw);
		top: calc(-18 / 1299* 100vw);
		left: 50%;
		transform: translate(-50%, 0);
	}
	.box_main01 .ccl {
		width: calc(55 / 1299* 100vw);
        height: calc(55 / 1299* 100vw);
	}
	.box_main01 .ccl + p {
		line-height: calc(55 / 1299* 100vw);
	}
	.box_main01 .fz26 {
		font-size: calc(22 / 1299* 100vw);
	}
	.bnr_main01 {
		width: calc(290 / 1299 * 100vw);
		bottom: calc(150 / 1299 * 100vw);
		right: calc(30 / 1299 * 100vw);
	}
	.bnr_main01 a .txt01 {
		height: calc(90 / 1299 * 100vw);
		border-radius: calc(10 / 1299 * 100vw) calc(10 / 1299 * 100vw) 0 0;
	}
	.bnr_main01 a .row01 {
		height: calc(50 / 1299 * 100vw);
		border-radius: 0 0 calc(10 / 1299 * 100vw) calc(10 / 1299 * 100vw);
	}
	.bnr_main01 a .row01 .img {
		max-width: calc(26 / 1299 * 100vw);
	}
	.row_main01 {
		bottom: calc(140 / 1299* 100vw);
		right: calc(340 / 1299* 100vw);
		max-width: 587px;
		width: 100%;
		justify-content: right;
        gap: 0 calc(10 / 1299* 100vw);
	}
	.row_main01 .ccl {
		max-width: calc(188 / 1299* 100vw);
        width: 33%;
        height: calc(188 / 1299* 100vw);
	}
	.row_main01 .col01::after {
		bottom: calc(35 / 1299* 100vw);
		left: 50%;
		transform: translate(-50%, 0);
		width: calc(41 / 1299 * 100vw);
		height: calc(16 / 1299 * 100vw);
	}
	.row_main01 .col01::before {
		bottom: calc(10 / 1299* 100vw);
		width: calc(168 / 1299* 100vw);
        height: calc(168 / 1299* 100vw);
	}
	.row_main01 .col02::after {
		bottom: calc(35 / 1299* 100vw);
		left: 50%;
		transform: translate(-50%, 0);
		width: calc(41 / 1299 * 100vw);
		height: calc(16 / 1299 * 100vw);
	}
	.row_main01 .col02::before {
		bottom: calc(10 / 1299* 100vw);
		width: calc(168 / 1299* 100vw);
        height: calc(168 / 1299* 100vw);
	}
	.row_main01 .col03::after {
		bottom: calc(35 / 1299* 100vw);
		left: 50%;
		transform: translate(-50%, 0);
		width: calc(41 / 1299 * 100vw);
		height: calc(16 / 1299 * 100vw);
	}
	.row_main01 .col03::before {
		bottom: calc(10 / 1299* 100vw);
		width: calc(168 / 1299* 100vw);
        height: calc(168 / 1299* 100vw);
	}
	.row_main01 .col01 p::after {
		top: calc(-90 / 1299* 100vw);
        left: calc(-20 / 1299* 100vw);
		width: calc(139 / 1299 * 100vw);
		height: calc(81 / 1299 * 100vw);
	}
	.row_main01 .col02 p::after {
		top: calc(-90 / 1299* 100vw);
        left: calc(-20 / 1299* 100vw);
		width: calc(87 / 1299 * 100vw);
		height: calc(81 / 1299 * 100vw);
	}
	.row_main01 .col03 p::after {
		top: calc(-115 / 1299* 100vw);
        left: calc(-60 / 1299* 100vw);
		width: calc(139 / 1299 * 100vw);
		height: calc(97 / 1299 * 100vw);
	}
}
@media only screen and (max-width: 767px) {
	.main_img .slide_main li {
		min-height: auto;
		height: auto;
	}
	.main01, .main02, .main03, .main05 {
		background: none;
	}
	.wrap_main {
		left: 0;
		top: 49.5%;
		transform: translateY(-50%);
	}
	.wrap_main .ja {
		font-size: 1.5625rem;
		letter-spacing: 0em;
		margin-bottom: 2.5vw;
	}
	.wrap_main .en {
		letter-spacing: 0em;
		font-size: 1.25rem;
	}

	.address_main .icn {
		width: calc(40 / 750 * 100vw);
	}
	.address_txt {
		font-size: .9375rem;
		letter-spacing: 0;
		margin-bottom: 5vw;
	}
	.row_main02 {
		width: calc(650 / 750* 100vw);
	}
	.row_main02 .col_l p,.row_main02 .col_r {
		height: calc(77 / 750* 100vw);
	}
	.row_main02 .col .icn {
		width: calc(58 / 750* 100vw);
		margin-right: 1vw;
	}
	.row_main02 .col_l {
		width: calc(420 / 750* 100vw);
	}
	.row_main02 .col_r {
		width: calc(209 / 750* 100vw);
	}
	.row_main02 .col p {
		font-size: 1.0625rem;
		letter-spacing: 0;
	}
	.ccl_main {
		right: 2.7%;
		top: 20%;
		bottom: auto;
	}
	.ccl_main a {
		width: calc(281 / 750 * 100vw);
		height: calc(281 / 750 * 100vw);
		padding-top: 2vw;
	}
	.ccl_main a:before {
		width: calc(100% - calc(18 / 750*100vw));
		height: calc(100% - calc(18 / 750*100vw));
	}
	.ccl_main a .icn {
		width: calc(22 / 750*100vw);
	}
	.ccl_main a .ja01 {
		font-size: .6875rem;
		margin-bottom: 2vw;
	}
	.ccl_main a .ja02 {
		font-size: .625rem;
	}
	.copy_main01 {
		top: calc(445 / 750* 100vw);
        right: unset;
        left: 50%;
        transform: translate(-50%, 0);
		z-index: 2;
	}
	.copy_main01 p {
		letter-spacing: .08em;
        line-height: 1.6;
        font-size: calc(42 / 750* 100vw);
		white-space: nowrap;
	}
	.copy_main01::after {
		top: calc(115 / 750* 100vw);
        left: 50%;
        transform: translate(-50%, 0);
        background: url(images/index/deco_main01.png) no-repeat center / contain;
        width: calc(402 / 750* 100vw);
        height: calc(46 / 750* 100vw);
	}
	.img_main01 {
		max-width: calc(354 / 750* 100vw);
        bottom: unset;
        top: calc(280 / 750* 100vw);
        left: unset;
        right: calc(10 / 750* 100vw);
	}
	.box_main01 {
		width: calc(645 / 750* 100vw);
        height: calc(100 / 750* 100vw);
        border-radius: calc(10 / 750* 100vw);
        right: unset;
        left: 50%;
        transform: translate(-50%, 0);
        bottom: calc(275 / 750* 100vw);
        padding: calc(25 / 750* 100vw) calc(20 / 750* 100vw) calc(20 / 750* 100vw);
	}
	.box_main01 .txt01 {
		width: calc(300 / 750* 100vw);
		height: calc(35 / 750* 100vw);
		border-radius: calc(18 / 750* 100vw);
		top: calc(-18 / 750* 100vw);
		left: 50%;
		transform: translate(-50%, 0);
		font-size: calc(24 / 750* 100vw);
	}
	.box_main01 .ccl {
		width: calc(65 / 750* 100vw);
		height: calc(65 / 750* 100vw);
		background: #fdf4f3;
		font-size: calc(22 / 750* 100vw);
	}
	.box_main01 .ccl + p {
		line-height: calc(45 / 750* 100vw);
		font-size: calc(45 / 750* 100vw);
	}
	.box_main01 .ccl + p span {
		font-size: calc(28 / 750* 100vw);
	}
	.box_main01 .fz26 {
		font-size: calc(24 / 750* 100vw);
		margin-left: calc(10 / 750* 100vw);
	}
	.bnr_main01 {
		width: calc(325 / 750* 100vw);
        bottom: unset;
        right: calc(10 / 750* 100vw);
        top: calc(135 / 750* 100vw);
	}
	.bnr_main01 a .txt01 {
		height: calc(95 / 750* 100vw);
        border-radius: calc(10 / 750* 100vw) calc(10 / 750* 100vw) 0 0;
        font-weight: bold;
		font-size: calc(23 / 750* 100vw);
	}
	.bnr_main01 a .row01 {
		height: calc(45 / 750* 100vw);
        border-radius: 0 0 calc(10 / 750* 100vw) calc(10 / 750* 100vw);
	}
	.bnr_main01 a .row01 p {
		font-weight: bold;
		font-size: calc(20 / 750* 100vw);
	}
	.bnr_main01 a .row01 .img {
		max-width: calc(26 / 750 * 100vw);
	}
	.row_main01 {
		bottom: calc(10 / 750* 100vw);
        right: unset;
        left: 50%;
        transform: translate(-50%, 0);
        max-width: 705px;
        width: 100%;
		justify-content: center;
        gap: 0 calc(15 / 750* 100vw);
	}
	.row_main01 .ccl {
		max-width: calc(225 / 750* 100vw);
        width: 33%;
        height: calc(225 / 750* 100vw);
	}
	.row_main01 .ccl p{
		font-size: calc(24 / 750* 100vw);
    	line-height: 1.5;
	}
	.row_main01 .col01::after {
		bottom: calc(45 / 750* 100vw);
        width: calc(33 / 750* 100vw);
        height: calc(13 / 750* 100vw);
	}
	.row_main01 .col01::before {
		bottom: calc(7 / 750* 100vw);
        left: 50%;
        transform: translate(-50%, 0);
        width: calc(209 / 750* 100vw);
        height: calc(209 / 750* 100vw);
	}
	.row_main01 .col02::after {
		bottom: calc(45 / 750* 100vw);
        width: calc(33 / 750* 100vw);
        height: calc(13 / 750* 100vw);
	}
	.row_main01 .col02::before {
		bottom: calc(7 / 750* 100vw);
        left: 50%;
        transform: translate(-50%, 0);
        width: calc(209 / 750* 100vw);
        height: calc(209 / 750* 100vw);
	}
	.row_main01 .col03::after {
		bottom: calc(45 / 750* 100vw);
        width: calc(33 / 750* 100vw);
        height: calc(13 / 750* 100vw);
	}
	.row_main01 .col03::before {
		bottom: calc(7 / 750* 100vw);
        left: 50%;
        transform: translate(-50%, 0);
        width: calc(209 / 750* 100vw);
        height: calc(209 / 750* 100vw);
	}
	.row_main01 .col01 p::after {
		background: url(images/index/deco_main04_sp.png) no-repeat center / contain;
        top: calc(-100 / 750* 100vw);
        left: calc(-20 / 750* 100vw);
        width: calc(144 / 750* 100vw);
        height: calc(84 / 750* 100vw);
	}
	.row_main01 .col02 p::after {
		background: url(images/index/deco_main05_sp.png) no-repeat center / contain;
        top: calc(-100 / 750* 100vw);
        left: calc(-20 / 750* 100vw);
        width: calc(91 / 750* 100vw);
        height: calc(84 / 750* 100vw);
	}
	.row_main01 .col03 p::after {
		background: url(images/index/deco_main06_sp.png) no-repeat center / contain;
        top: calc(-125 / 750* 100vw);
        left: calc(-60 / 750* 100vw);
        width: calc(145 / 750* 100vw);
        height: calc(103 / 750* 100vw);
	}
}

/* グローバルナビゲーション gnav
------------------------------------------------------------------*/
.wrap_nav {
    position: relative;
    z-index: 10;
}
.gnav {
	transition: .3s;
	width: 100%;
	max-width: calc(1500 / 1920* 100vw);
    bottom: calc(50 / 1920* 100vw);
    left: 0;
    right: 0;
    margin: auto;
	z-index: 1;
}
.gnav {
	background-color: rgba(255, 255, 255, .95);
}
/* .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;
}
.fix_nav.is_fixed  {
	transition: .5s;
	transform: translateY(0);
	opacity: 1;
	z-index: 10;
	background-color: rgba(255, 255, 255, .95)
}
.fix_nav .gnav {
    width: calc(100% - calc(550 / 1920* 100vw));
	background-color: transparent;
}
.gnav > ul {
	max-width: ;
}
.gnav > ul > li {
	position: relative;
	-ms-flex-grow: 1;
	flex-grow: 1;
}
.gnav > ul > li:not(:last-child):before {
	content: "";
    position: absolute;
	background: #b1924f;
    width: calc(1 / 1920 * 100vw);
    height: calc(70 / 1920 * 100vw);
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.gnav > ul > li:nth-child(6):before {
	display: none;
}
.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(120 / 1920 * 100vw);
	position: relative;
}
.fix_nav .gnav > ul > li > a {
	height: calc(100 / 1920 * 100vw);
}
.gnav > ul > li > a:after {
	content: "";
	position: absolute;
	width: calc(2 / 1920*100vw);
	height: calc(15 / 1920*100vw);
	background: #b1924f;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	transition: .3s;
}
.gnav > ul > li > a:hover:after, .gnav > ul > li > a.active:after, .gnav > ul > li > a.open:after {
	opacity: 1;
	transition: .3s;
}
.gnav > ul > li .ja {
	font-family: "Kosugi Maru", serif;
	font-weight: 300;
	font-style: normal;
}
.gnav > ul > li .en {
	font-family: "Kosugi Maru", serif;
	font-weight: 300;
	font-style: normal;
	color: #b1924f;
	/*text-transform: uppercase;*/
}
.gnav .nav_sub {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	width: calc(510 / 1920*100vw);
	background-color: rgba(177, 146, 79, .95);
}
.gnav .nav_sub ul li {
	width: 48%;
}
.gnav .nav_sub ul li:nth-child(n+3) {
	margin-top: calc(10 / 1920 * 100vw);
}
.gnav .nav_sub ul > li a {
	font-family: "Kosugi Maru", serif;
    font-weight: 300;
    font-style: normal;
    padding-left: calc(15 / 1920* 100vw);
    position: relative;
    border-bottom: solid 1px #fff;
    padding-bottom: calc(13 / 1920* 100vw);
    width: 100%;
    display: block;
	color: #fff;
}
.nav_sub ul > li a:after {
	content: "";
	position: absolute;
	border-left: calc(7 / 1920 * 100vw) solid #fff;
	border-top: calc(5 / 1920 * 100vw) solid transparent;
	border-bottom: calc(5 / 1920 * 100vw) solid transparent;
	top: calc(16 / 1920 * 100vw);
	left: 0;
	margin: auto;
}
@media(min-width: 768px) and (max-width:1599px) {
	.gnav {
		max-width: calc(1500 / 1599* 100vw);
		bottom: calc(50 / 1599* 100vw);
	}
	.fix_nav .gnav {
		width: calc(100% - calc(550 / 1599* 100vw));
	}
	.gnav > ul > li:not(:last-child):before {
		width: calc(1 / 1599 * 100vw);
		height: calc(70 / 1599 * 100vw);
	}
	.gnav > ul > li > a {
		height: calc(120 / 1599 * 100vw);
	}
	.fix_nav .gnav > ul > li > a {
		height: calc(100 / 1599 * 100vw);
	}
	.gnav > ul > li > a:after {
		width: calc(2 / 1599*100vw);
		height: calc(15 / 1599*100vw);
	}
	.gnav .nav_sub {
		width: calc(510 / 1599*100vw);
	}
	.gnav .nav_sub ul li:nth-child(n+3) {
		margin-top: calc(10 / 1599 * 100vw);
	}
	.gnav .nav_sub ul > li a {
		padding-left: calc(15 / 1599* 100vw);
		padding-bottom: calc(13 / 1599* 100vw);
	}
	.nav_sub ul > li a:after {
		border-left: calc(7 / 1599 * 100vw) solid #fff;
		border-top: calc(5 / 1599 * 100vw) solid transparent;
		border-bottom: calc(5 / 1599 * 100vw) solid transparent;
		top: calc(13 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.gnav {
		max-width: calc(1200 / 1299* 100vw);
		bottom: calc(10 / 1299* 100vw);
		width: 90%;
	}
	.fix_nav .gnav {
		width: calc(100% - calc(390 / 1299* 100vw));
		padding: 0 calc(10 / 1299* 100vw);
	}
	.gnav > ul > li:not(:last-child):before {
		width: calc(1 / 1299 * 100vw);
		height: calc(70 / 1299 * 100vw);
	}
	.gnav > ul > li > a {
		height: calc(120 / 1299 * 100vw);
	}
	.fix_nav .gnav > ul > li > a {
		height: calc(100 / 1299 * 100vw);
	}
	.gnav > ul > li > a:after {
		width: calc(2 / 1299*100vw);
		height: calc(15 / 1299*100vw);
	}
	.gnav .nav_sub {
		width: calc(510 / 1299*100vw);
	}
	.gnav .nav_sub ul li:nth-child(n+3) {
		margin-top: calc(10 / 1299 * 100vw);
	}
	.gnav .nav_sub ul > li a {
		padding-left: calc(15 / 1299* 100vw);
		padding-bottom: calc(13 / 1299* 100vw);
	}
	.nav_sub ul > li a:after {
		border-left: calc(7 / 1299 * 100vw) solid #fff;
		border-top: calc(5 / 1299 * 100vw) solid transparent;
		border-bottom: calc(5 / 1299 * 100vw) solid transparent;
		top: calc(12 / 1299 * 100vw);
	}
	.row_fix_nav01 .tel_common {
		width: calc(200 / 1299* 100vw);
	}
	.row_fix_nav01 .web_common {
		width: calc(190 / 1299* 100vw);
	}
	.row_fix_nav01 .tel_common .num {
		font-size: 1.5rem;
	}
	.row_fix_nav01 .tel_common .icn {
		width: calc(20 / 1299* 100vw);
		top: calc(-3 / 1299* 100vw);
		margin-right: calc(10 / 1299* 100vw);
	}
	.web_common .icn {
		width: calc(26 / 1299* 100vw);
		top: calc(-3 / 1299* 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 / 750 * 100vw);
		width: calc(100 / 750 * 100vw);
		background: #6A6150;
		z-index: 10000;
		outline: none;
	}
	.btn_gnav_sp .txt_gnav {
		position: absolute;
		width: calc(61 / 750 * 100vw);
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}
	.btn_gnav_sp .icn_gnav {
		width: calc(40 / 750 * 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,.9);
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
		height: 100%;
		visibility: hidden;
		opacity: 0;
		width: 80%;
		transition: opacity .6s ease, visibility .6s ease;
		line-height: 1.45;
	}
	.bg_gnav {
		visibility: hidden;
		transition: .3s;
		opacity: 0;
	}
	.open .bg_gnav {
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 9998;
		background: rgba(0,0,0,0);
		visibility: visible;
		opacity: 1;
		transition: .3s;
		left: 0;
		top: 0;
	}
	.gnav_sp .nav_main {
		padding-bottom: 20vw;
	}
	.gnav_sp .nav_main > ul {
		padding: 0 3vw;
		display: block;
	}
	.gnav_sp .nav_main > ul > li {
		opacity: 0;
		transform: translateX(50%);
		transition: transform .6s ease, opacity .2s ease;
	}
	.gnav_sp .nav_main > ul > li:first-child {
		border-top: 1px solid #1e2d52;
	}
	.gnav_sp .nav_main > ul > li.nav_drawer {
		padding-bottom: 3.8vw;
		border-bottom: 1px solid #1e2d52;
	}
	.gnav_sp .nav_main > ul > li > a {
		padding: 3.5vw 4vw 3.5vw 0;
		border-bottom: 1px solid #1e2d52;
		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;
		padding: 3.5vw 4vw 1.5vw 0;
	}
	.gnav_sp .nav_main > ul > li > a:after {
		content: "";
		position: absolute;
		right: 0;
		top: 1vw;
		bottom: 0;
		width: 0;
		height: 0;
		border-left: calc(16 / 750 * 100vw) solid #b1924f;
		border-top: calc(12 / 750 * 100vw) solid transparent;
		border-bottom: calc(12 / 750 * 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-family: "Kosugi Maru", serif;
		font-weight: 300;
		font-style: normal;
	}
	.gnav_sp .nav_main > ul > li > a .en {
		font-family: "Kosugi Maru", serif;
		font-weight: 300;
		font-style: normal;
		color: #b1924f;
		font-size: .625rem;
		letter-spacing: .1em;
		margin-top: 1vw;
	}
	.gnav_sp .nav_sub {
		background: #b1924f;
		padding: 5.5vw 8vw 7vw;
		/*display: none;*/ /* クリックで開閉させる場合はコメント解除 */
	}
	.gnav_sp .nav_sub ul {
		padding: 0;
	}
	.gnav_sp .nav_sub li {
		opacity: 0;
		transform: translateX(50%);
		transition: transform .6s ease, opacity .2s ease;
	}
	.nav_sub ul li:nth-child(odd) { order: 1; } .nav_sub ul li:nth-child(even) { order: 2; }
	/*.gnav_sp .nav_sub li:not(:nth-child(8)) {
		margin-bottom: 2.5vw;
	}*/
	.gnav_sp .nav_sub li:not(:nth-child(10)) {
		margin-bottom: 2.5vw;
	}
	.gnav_sp .nav_sub a {
		padding: 1vw 6vw 1vw;
		display: block;
		position: relative;
		color: #fff;
		font-family: "Kosugi Maru", serif;
		font-weight: 300;
		font-style: normal;
	}
	.gnav_sp .nav_sub a:after {
		content: "";
		position: absolute;
		left: 0;
		top: 1vw;
		bottom: 0;
		width: 0;
		height: 0;
		border-left: calc(16 / 750 * 100vw) solid #fff;
		border-top: calc(12 / 750 * 100vw) solid transparent;
		border-bottom: calc(12 / 750 * 100vw) solid transparent;
		margin: auto;
	}
	.open .gnav_sp {
		visibility: visible;
		opacity: 1;
	}
	.open .gnav_sp .nav_main > ul > li, .open .gnav_sp .nav_sub li {
		opacity: 1;
		transform: translateX(0);
		transition: transform 1s ease, opacity .9s ease;
	}
}

/* 新着情報 index_news
------------------------------------------------------------------*/
.ttl__new01 .ja,.ttl__new01 .en {
	/* color: #f4f1e9; */
	color: #000;
}
/* ※パーフェクトスクロールバー用基本css ここからデザインに合わせて適宜変更してください */
.index_news ul {
	overflow: hidden;
	position: relative;
	padding-right: calc(20 / 1920 * 100vw);
	max-height: 180px;
	height: auto;
	touch-action: auto !important;
	line-height: 1.75;
}
.index_news li:not(:last-of-type) {
	margin-bottom: calc(22 / 1920 * 100vw);
}
.index_news li dl {
	/* color: #fff; */
	color: #000;
}
.index_news li dt {
	width: calc(105 / 1920 * 100vw);
}
.index_news li dd {
	width: calc( 100% - calc(140 / 1920 * 100vw));
}
.index_news li dd a {
	color: #b1924f; /* コーダーさんへに記載されている★標準テキスト：リンク色に変更*/
	text-decoration: underline;
}
/* パーフェクトスクロールバー */
.ps__thumb-y {
	background: #b1924f !important;
	right: 0px !important;
	width: 4px !important;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
	background: none !important;
	right: 0px !important;
	width: 4px !important;
	opacity: 1!important;
}
.ps .ps__rail-x.ps--clicking, .ps .ps__rail-x:focus, .ps .ps__rail-x:hover, .ps .ps__rail-y.ps--clicking, .ps .ps__rail-y:focus, .ps .ps__rail-y:hover {
	opacity: 1!important;
}
@media(min-width: 768px) and (max-width:1599px) {
	.index_news ul {
		padding-right: calc(20 / 1599 * 100vw);
	}
	.index_news li:not(:last-of-type) {
		margin-bottom: calc(22 / 1599 * 100vw);
	}
	.index_news li dt {
		width: calc(105 / 1599 * 100vw);
	}
	.index_news li dd {
		width: calc( 100% - calc(140 / 1599 * 100vw));
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.index_news ul {
		padding-right: calc(20 / 1299 * 100vw);
	}
	.index_news li:not(:last-of-type) {
		margin-bottom: calc(22 / 1299 * 100vw);
	}
	.index_news li dt {
		width: calc(105 / 1299 * 100vw);
	}
	.index_news li dd {
		width: calc( 100% - calc(140 / 1299 * 100vw));
	}
}
@media(max-width: 767px) {
	.index_news {
		padding-bottom: 15vw;
	}
	.wrap_index_news {
		padding: 10vw 3.5vw 6vw;
	}
	.ttl__new01 {
		justify-content: center!important;
		margin-bottom: 4vw;
	}
	.ttl__new01 .ja {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.ttl__new01 .en {
		font-size: .9375rem;
	}
	.index_news ul {
		padding-left: 4vw;
		padding-right: 5vw;
		max-height: calc(500 / 750 * 100vw);
	}
	.index_news li:not(:last-of-type) {
		margin-bottom: 6vw;
	}
	.index_news li dl {
		display: block;
	}
	.index_news li dt {
		width: 100%;
		font-size: .9375rem;
	}
	.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: 4px!important;
		right: 7px !important;
	}
}

/* features
------------------------------------------------------------------*/
.ttl_index01 .en {
	letter-spacing: 0.41em;
    line-height: .75em;
}
.bg__features01:after {
	position: absolute;
    content: "";
    background: url("images/index/deco__feature01.png") no-repeat left top / calc(340 / 1920 * 100vw),url("images/index/deco__feature02.png") no-repeat right bottom / calc(340 / 1920 * 100vw),url("images/index/bg__feature04.png") no-repeat bottom / 100% auto,url("images/index/bg__feature01.jpg") no-repeat center / cover;
    width: 100%;
    height: 100%;
    left: 0;
	right: 0;
    top: 0;
	bottom: 0;
    margin: auto;
}

.wrap__features01 .num {
	font-size: 9.375rem;
    line-height: 0.6;
    color: rgba(255, 255, 255, 0.3);
    left: 21.3%;
    top: -26%;
    letter-spacing: .05em;
}
.row__features01 .col {
	width: 15%;
	/* width: 17%; */
    max-width: 250px;
	margin-right: calc(62 / 1920 * 100vw);
}
.row__features01 .col:last-child {
	margin-right: 0;
}
.row__features01 .col:nth-child(odd):before {
	content: "";
    position: absolute;
    background: #0e1632;
    width: 100%;
    height: calc(100% - calc(10 / 1920* 100vw));
    right: calc(-10 / 1920* 100vw);
    left: auto;
    bottom: 0;
    z-index: -1;
}
.row__features01 .col:nth-child(even):before {
	content: "";
    position: absolute;
    background: #39301e;
    width: 100%;
    height: calc(100% - calc(10 / 1920* 100vw));
    right: calc(-10 / 1920* 100vw);
    left: auto;
    bottom: 0;
    z-index: -1;
}
.row__features01 .col .name {
	bottom: 25px;
}
.wrap__features02 {
	position: relative;
}
.wrap__features02:before {
	content: "";
	position: absolute;
	width: 54%;
	height: calc(650 / 1920 * 100vw);
	background: url("images/index/img__feature06.jpg")no-repeat center / cover;
	left: 0;
	top: 0;
}
.wrap__features02:before {
    content: "";
    position: absolute;
    width: 54%;
    height: calc(650 / 1920 * 100vw);
    background: url(images/index/img__feature06.jpg) no-repeat center / cover;
    left: 0;
    top: 0;
}
.wrap__features02 .col_txt {
	width: 51.3%;
	min-height: calc(740 / 1920 * 100vw);
	padding: 0 calc(40 / 1920 * 100vw);
	background: url("images/index/deco__feature03.png")no-repeat top center / 100% auto;
}
.wrap__features02 .wrap {
	width: 100%;
	max-width: 695px;
    margin-left: 17.6%;
}
.copy_common01 {
	border-bottom: solid calc(3 / 1920 * 100vw) #fff;
}
.wrap__features02 .num {
    font-size: 9.375rem;
    line-height: .9;
    /*color: rgba(255, 255, 255, 0.3);*/
    color: rgba(177, 146, 79, 0.3);
    right: -2.7%;
    bottom: calc(-2 / 1920* 100vw);
    letter-spacing: .05em;
}
.row__features02 {
	z-index: 1;
    bottom: 3%;
    left: 3.6%;
}
.row__features02 .col {
	width: calc(420 / 1920 * 100vw);
}
.bg__features02 {
	background: url(images/index/bg__feature09.png) no-repeat top 18% center / 100% auto, url(images/index/bg__feature10.png) no-repeat bottom 48% center / 100% auto;
}
/*ラップ03*/
.wrap__features02.img02:before {
	left: auto;
	right: 0;
	background-image: url("images/index/img__feature09.jpg");
	width: 52%;
}
.wrap__features03.wrap__features02 .col_txt {
    width: 53.2%;
    background: url(images/index/deco__feature04.png) no-repeat top center / 100% auto;
}
.wrap__features03.wrap__features02 .wrap {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: 16.5%;
}
.wrap__features03.wrap__features02 .num {
    bottom: 0;
}
.row__features03 {
    bottom: -5.1%;
    right: 1.8%;
    left: auto;
}
.row__features03 .col {
	width: calc(400 / 1920 * 100vw);
}

.row__features04 .col {
	width: 50%;
}
.row__features04 .col_l:before,.row__features04 .col_r:before {
	content: "";
    position: absolute;
    width: 100%;
    height: 82.5%;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.row__features04 .col_l:before {
	background: #FEF8E8 url("images/index/deco__feature06.png") no-repeat left bottom / calc(700 / 1920 * 100vw) auto;
}
.row__features04 .col_r:before {
	background: #FBE3EC;
}
.row__features04 .col .wrap {
	width: 72%;
}
.row__features04 .col .img {
	width: 75%;
    max-width: 695px;
}
.row__features04 .col_l .ccl,.row__features04 .col_r .ccl {
	width: calc(240 / 1920 * 100vw);
	height: calc(240 / 1920 * 100vw);
	background: url(images/index/deco__feature05.png) no-repeat center / cover;
}
.row__features04 .col_l .ccl {
	left: -13.6%;
    bottom: -7%;
}
.row__features04 .col_r .ccl {
	left: -12.5%;
    bottom: -5%;
}
.row__features04 .col .txt {
	letter-spacing: .07em;
}
.row__features04 .col_l .num,.row__features04 .col_r .num {
    font-size: 12.5rem;
    line-height: 1;
    right: calc(-5 / 1920 * 100vw);
    bottom: calc(-11 / 1920 * 100vw);
    letter-spacing: .05em;
}
.row__features04 .col_l .num {
    color: rgba(177, 146, 79, 0.3);
}
.row__features04 .col_r .num {
    color: rgba(177, 146, 79, 0.3);
}
.bg__features03 {
	background: url("images/index/bg__feature03.jpg")no-repeat center / cover;
}
.row__features05 {
	width: 90%;
    max-width: calc(1360 / 1920 * 100vw);
    margin-right: 18.5%;
    margin-left: auto;
}
.ttl__features02 .dib {
	padding-right: calc(13 / 1920 * 100vw);
    padding-left: calc(13 / 1920 * 100vw);
}
.row__features05 .col {
	width: 81%;
    max-width: calc(1100 / 1920 * 100vw);
}
.row__features06 .col {
	width: 29%;
    max-width: calc(310 / 1920 * 100vw);
	outline: calc(1 / 1920 * 100vw) solid #fff;
    outline-offset: calc(10 / 1920 * 100vw);
}
.row__features06 .col .img {
	width: calc(200 / 1920 * 100vw);
}
.wrap__features04:before{
	background-image: url(images/index/img__feature17.jpg);
}
.wrap__features04 .wrap{
	max-width: 720px;
}
.wrap__features04 .wrap .copy{
	line-height: 1.55;
}
.wrap__features04 .ccl{
    width: calc(240 / 1920* 100vw);
    height: calc(240 / 1920* 100vw);
    background: url(images/index/deco__feature05.png) no-repeat center / cover;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 15%;
}
/*parallax*/
.parallax {
	width: 100%;
	background-attachment: fixed!important;
}
.parallax.is_ios, .tab .parallax {
	background-attachment: inherit!important;
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg__features01:after {
		background: url("images/index/deco__feature01.png") no-repeat left top / calc(340 / 1599 * 100vw),url("images/index/deco__feature02.png") no-repeat right bottom / calc(340 / 1599 * 100vw),url("images/index/bg__feature04.png") no-repeat bottom / 100% auto,url("images/index/bg__feature01.jpg") no-repeat center / cover;
	}
	.row__features01 .col {
		margin-right: calc(50 / 1599 * 100vw);
	}
	.row__features01 .col:nth-child(odd):before {
		height: calc(100% - calc(10 / 1599* 100vw));
		right: calc(-10 / 1599* 100vw);
	}
	.row__features01 .col:nth-child(even):before {
		height: calc(100% - calc(10 / 1599* 100vw));
		right: calc(-10 / 1599* 100vw);
	}
	.wrap__features02:before {
		height: calc(650 / 1599 * 100vw);
	}
	.wrap__features02:before {
		height: calc(545 / 1599 * 100vw);
	}
	.wrap__features02 .col_txt {
		min-height: calc(740 / 1599 * 100vw);
		padding: 0 calc(40 / 1599 * 100vw);
	}
	.wrap__features02 .wrap {
		margin-left: 14.5%;
	}
	.row__features02 {
		left: 3%;
	}
	.row__features03 {
		bottom: -5.1%;
		right: 1.8%;
		left: auto;
	}
	.copy_common01 {
		border-bottom: solid calc(3 / 1599 * 100vw) #fff;
	}
	.copy_common01 .copy {
		font-size: 3rem;
	}
	.wrap__features02 .num {
		right: -2.7%;
		bottom: calc(-2 / 1599* 100vw);
	}
	.row__features02 .col {
		width: calc(400 / 1599 * 100vw);
	}
	/*ラップ03*/
	.row__features03 .col {
		width: calc(390 / 1599 * 100vw);
	}

	.row__features04 .col_l:before {
		background: #FEF8E8 url("images/index/deco__feature06.png") no-repeat left bottom / calc(700 / 1599 * 100vw) auto;
	}
	.row__features04 .col_l .ccl,.row__features04 .col_r .ccl {
		width: calc(240 / 1599 * 100vw);
		height: calc(240 / 1599 * 100vw);
	}
	.row__features04 .col .copy {
		font-size: 2rem;
	}
	.row__features04 .col_l .num,.row__features04 .col_r .num {
		right: calc(-5 / 1599 * 100vw);
		bottom: calc(-11 / 1599 * 100vw);
	}
	.row__features05 {
		max-width: calc(1360 / 1599 * 100vw);
		margin-right: auto;
	}
	.ttl__features02 .dib {
		padding-right: calc(13 / 1599 * 100vw);
		padding-left: calc(13 / 1599 * 100vw);
	}
	.row__features05 .col {
		max-width: calc(1100 / 1599 * 100vw);
	}
	.row__features06 .col {
		max-width: calc(310 / 1599 * 100vw);
		outline: calc(1 / 1599 * 100vw) solid #fff;
		outline-offset: calc(10 / 1599 * 100vw);
	}
	.ttl__features02 .dib {
		padding-right: calc(13 / 1599 * 100vw);
		padding-left: calc(13 / 1599 * 100vw);
	}
	.row__features06 .col {
		outline: calc(1 / 1599 * 100vw) solid #fff;
		outline-offset: calc(10 / 1599 * 100vw);
	}
	.row__features06 .col .img {
		width: calc(200 / 1599 * 100vw);
	}
	.wrap__features04 .ccl{
		width: calc(240 / 1599* 100vw);
		height: calc(240 / 1599* 100vw);
		left: -4%;
	}
	.wrap__features04 .wrap .copy{
		font-size: 2.7rem;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg__features01:after {
		background: url("images/index/deco__feature01.png") no-repeat left top / calc(340 / 1299 * 100vw),url("images/index/deco__feature02.png") no-repeat right bottom / calc(340 / 1299 * 100vw),url("images/index/bg__feature04.png") no-repeat bottom / 100% auto,url("images/index/bg__feature01.jpg") no-repeat center / cover;
	}
	.row__features01 .col {
		margin-right: calc(40 / 1299 * 100vw);
	}
	.row__features01 .col:nth-child(odd):before {
		height: calc(100% - calc(10 / 1299* 100vw));
		right: calc(-10 / 1299* 100vw);
	}
	.row__features01 .col:nth-child(even):before {
		height: calc(100% - calc(10 / 1299* 100vw));
		right: calc(-10 / 1299* 100vw);
	}
	.row__features01 .col .name {
		bottom: 15px;
	}
	.wrap__features02:before {
		height: calc(445 / 1299 * 100vw);
		top: 13%;
	}
	.wrap__features02 .col_txt {
		min-height: calc(700 / 1299 * 100vw);
		padding: 0 calc(40 / 1299 * 100vw);
	}
	.wrap__features02 .wrap {
		margin-left: 14.5%;
	}
	.wrap__features03 .wrap .en {
		font-size: 1.5rem;
	}
	.row__features02 {
		left: 2.6%;
		bottom: 2%;
	}
	.row__features03 {
		bottom: -5.1%;
		right: 1.8%;
		left: auto;
	}
	.copy_common01 {
		border-bottom: solid calc(3 / 1299 * 100vw) #fff;
	}
	.copy_common01 .copy {
		font-size: 2.5rem;
	}
	.wrap__features02 .num {
		bottom: calc(-2 / 1299* 100vw);
	}
	.wrap__features03 .copy_common01 .copy {
		font-size: 2.125rem;
	}

	.row__features02 .col {
		width: calc(320 / 1299 * 100vw);
	}
	/*ラップ03*/
	.row__features03 .col {
		width: calc(320 / 1299 * 100vw);
	}

	.row__features04 .col_l:before {
		background: #d5d5d6 url("images/index/deco__feature06.png") no-repeat left bottom / calc(700 / 1299 * 100vw) auto;
	}
	.row__features04 .col_l .ccl,.row__features04 .col_r .ccl {
		width: calc(210 / 1299 * 100vw);
		height: calc(210 / 1299 * 100vw);
	}
	.row__features04 .col .wrap {
		width: 73%;
	}
	.row__features04 .col .copy {
		font-size: 1.625rem;
	}
	.row__features04 .col_l .num,.row__features04 .col_r .num {
		right: calc(-5 / 1299 * 100vw);
		bottom: calc(-14 / 1299 * 100vw);
	}
	.row__features05 {
		max-width: calc(1360 / 1299 * 100vw);
	}
	.row__features05 .col {
		max-width: calc(1100 / 1299 * 100vw);
	}
	.row__features06 .col {
		max-width: calc(310 / 1299 * 100vw);
		outline: calc(1 / 1299 * 100vw) solid #fff;
		outline-offset: calc(10 / 1299 * 100vw);
	}
	.ttl__features02 .dib {
		padding-right: calc(13 / 1299 * 100vw);
		padding-left: calc(13 / 1299 * 100vw);
	}
	.row__features06 .col {
		outline: calc(1 / 1299 * 100vw) solid #fff;
		outline-offset: calc(10 / 1299 * 100vw);
	}
	.row__features06 .col .img {
		width: calc(200 / 1299 * 100vw);
	}
	.wrap__features04 .ccl{
		width: calc(240 / 1299* 100vw);
		height: calc(240 / 1299* 100vw);
	    left: -7%;
	}
	.wrap__features04 .wrap .copy{
		font-size: 2.1rem;
	}
}
@media(max-width: 767px) {
	.ttl__features01 {
		padding-bottom: calc(50 / 750 * 100vw);
	}
	.ttl_index01 .en {
		font-size: 3.75rem;
		letter-spacing: .0em;
	}
	.ttl_index01 .ja {
		font-size: 1.5rem;
		letter-spacing: 0;
		line-height: 1.5;
	}
	.bg__features01 {
		padding-bottom: 21vw;
	}
	.bg__features01:after {
		background: url("images/index/deco__feature01.png") no-repeat left top / calc(340 / 750 * 100vw),url("images/index/deco__feature02.png") no-repeat right bottom / calc(340 / 750 * 100vw),url("images/index/bg__feature04.png") no-repeat bottom / auto calc(50 / 750 * 100vw),url("images/index/bg__feature01.jpg") no-repeat center / cover;
		padding-bottom: 21.5vw;
	}
	.wrap__features01 {
		margin-bottom: 4.5vw;
	}
	.wrap__features01 .copy {
		font-size: 1.5rem;
		letter-spacing: 0em;
		line-height: 1.5;
		margin-bottom: 2vw;
	}
	.wrap__features01 .num {
		font-size: 4.6875rem;
		left: 2.3%;
		top: -10%;
		letter-spacing: .0em;
	}
	.wrap__features01 .txt {
		line-height: 2;
	}
	.row__features01 .col {
		width: 33%;
		max-width: calc(198 / 750 * 100vw);
		margin-right: calc(50 / 750 * 100vw);
	}
	.row__features01 .col:nth-child(3) {
		margin-right: calc(0 / 750 * 100vw);
	}
	.row__features01 .col:nth-child(n+4) {
		margin-top: calc(44 / 750 * 100vw);
	}
	.row__features01 .col:last-child {
		/* margin-top: calc(64 / 750* 100vw); */
	}
	.row__features01 .col:nth-child(odd):before {
		height: calc(100% - calc(10 / 750* 100vw));
		right: calc(-10 / 750* 100vw);
	}
	.row__features01 .col:nth-child(even):before {
		height: calc(100% - calc(10 / 750* 100vw));
		right: calc(-10 / 750* 100vw);
	}
	.row__features01 .col .title {
		bottom: calc(15 / 750 * 100vw);
        font-size: 0.7rem;
	}
	.row__features01 .col .name {
		bottom: calc(15 / 750 * 100vw);
        font-size: 0.85rem;
	}
	.row__features01 .col .name .en {
		font-size: 0.7rem;
		margin-left: 0;
	}
	.wrap__features02:before {
		position: relative;
		display: block;
		width: 100%;
		max-width: calc(702 / 750 * 100vw);
		height: calc(447 / 750 * 100vw);
		left: 0;
		top: auto;
		right: 0;
		margin: auto;
		margin-bottom: 0;
	}
	.wrap__features02.img02:before {
		right: auto;
	}
	.wrap__features02 .col_txt {
		width: 100%;
		min-height: auto;
		padding: 45vw 5vw 12vw;
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
		margin-top: -26vw;
	}
	.wrap__features02 .wrap {
		max-width: calc(646 / 750 * 100vw);
		margin-left: auto;
	}
	.wrap__features02 .wrap .en {
		font-size: .9375rem;
		letter-spacing: 0;
		margin-top: calc(100 / 750 * 100vw);
	}
	.wrap__features02.wrap__features02 .col_txt .row__features02{
		top: 22.5%;
		right: 9.5%;
		left: auto;
	}
	.wrap__features03.wrap__features02 .wrap .en {
		margin-top: 0;
	}
	.copy_common01 {
		border-bottom: solid calc(3 / 750 * 100vw) #fff;
		margin-bottom: 3vw;
	}
	.copy_common01 .copy {
		font-size: 1.5625rem;
		letter-spacing: 0;
	}
	.copy_common01 .num {
		font-size: 4.6875rem;
		bottom: calc(-2 / 750* 100vw);
		right: -1.7%;
	}
	.row__features02 {
		left: 9%;
		bottom: 51%;
	}
	.row__features03 {
		top: 22.5%;
		right: 9.5%;
		left: auto;
	}
	.row__features02 .col {
		width: calc(289 / 750 * 100vw);
	}
	.row__features02 .col:first-child {
		margin-right: calc(28 / 750 * 100vw);
	}
	.row__features02 .col:last-child {
		margin-top: 4vw;
	}
	.bg__features02 {
		padding-top: 0;
		background: none;
	}
	/*ラップ03*/
	.wrap__features03 {
		padding-top: 0;
		margin-bottom: 7vw;
	}
	.wrap__features03 .col_txt {
		padding: 52.5vw 5vw 12vw;
		margin-top: -26vw;
	}
	.wrap__features02.img02:before {
		left: auto;
		right: 0;
		background-image: url("images/index/img__feature09.jpg");
		width: 100%;
		max-width: calc(702 / 750 * 100vw);
	}
	.wrap__features03.wrap__features02 .col_txt {
		width: 100%;
		background: url(images/index/deco__feature04.png) no-repeat top center / 100% auto;
	}
	.wrap__features03.wrap__features02 .wrap {
		margin-right: auto;
		max-width: calc(646 / 750 * 100vw);
	}
	.row__features03 .col {
		width: calc(275 / 750 * 100vw);
	}
	.row__features03 .col:first-child {
		margin-right: calc(28 / 750 * 100vw);
	}
	.wrap__features03.wrap__features02 .num {
		bottom: -3px;
		right: -1.5%;
		letter-spacing: 0;
	}
	.row__features04 {
		margin-bottom: 16vw;
	}
	.row__features04 .col {
		width: 100%;
	}
	.row__features04 .col_l {
		margin-bottom: calc(210 / 750 * 100vw);
	}
	.row__features04 .col_l:before {
		height: calc(1400 / 750 * 100vw);
		bottom: calc(-100 / 750* 100vw);
	}
	.row__features04 .col_r {
		padding-bottom: 11vw;
	}
	.row__features04 .col_r:before {
		height: calc(1150 / 750 * 100vw);
		bottom: calc(0 / 750* 100vw);
	}
	.row__features04 .col_l:before {
		background: #FEF8E8 url("images/index/deco__feature06.png") no-repeat left bottom / calc(700 / 750 * 100vw) auto;
	}
	.row__features04 .col .img {
		width: 100%;
		max-width: calc(714 / 750 * 100vw);
		margin-bottom: 5vw;
	}
	.row__features04 .col_l .ccl,.row__features04 .col_r .ccl {
		width: calc(240 / 750 * 100vw);
		height: calc(240 / 750 * 100vw);
		font-size: .6875rem;
		letter-spacing: 0;
	}
	.row__features04 .col_l .ccl {
		left: 1.4%;
		bottom: -7%;
	}
	.row__features04 .col_r .ccl {
		left: 1%;
		bottom: -4%;
	}
	.row__features04 .col .wrap {
		width: 92%;
		max-width: calc(702 / 750 * 100vw);
	}
	.row__features04 .col .copy {
		font-size: 1.125rem;
		letter-spacing: 0;
		margin-bottom: 2.5vw;
	}
	.row__features04 .col_l .num {
		right: calc(-9 / 750* 100vw);
		bottom: calc(-112 / 750* 100vw);
	}
	.row__features04 .col_r .num {
		right: calc(-9 / 750* 100vw);
		bottom: calc(-8 / 750* 100vw);
	}
	.row__features04 .col_l .num,.row__features04 .col_r .num {
		font-size: 6.25rem;
		letter-spacing: .0em;
	}
	.row__features04 .col .txt {
		letter-spacing: -0.03em;
	}
	.bg__features03 {
		position: relative;
	}
	.row__features05 {
		width: 100%;
		max-width: calc(736 / 750 * 100vw);
		margin: auto;
	}
	.row__features05 .col_txt {
		width: 100%;
		max-width: 100%;
		margin-bottom: 8vw;
	}
	.ttl__features02 {
		width: calc(154 / 750 * 100vw);
		margin-top: -36vw;
	}
	.ttl__features02 .dib {
		font-size: 1.0625rem;
		letter-spacing: 0;
	}
	.ttl__features02 .dib:first-child {
		padding: 5vw 1.5vw 6vw;
	}
	.ttl__features02 .dib:last-child {
		padding: 4vw 1.5vw;
	}
	.row__features05 .col {
		width: 100%;
		max-width: calc(736 / 750 * 100vw);
		margin: auto;
	}
	.row__features06 .col {
		width: 48%;
		max-width: calc(310 / 750* 100vw);
		outline: calc(1 / 750 * 100vw) solid #fff;
		outline-offset: calc(10 / 750 * 100vw);
	}
	.row__features06 .col:nth-child(n+3) {
		margin-top: calc(65 / 750* 100vw);
	}
	.row__features06 .col .img {
		width: calc(200 / 750 * 100vw);
		margin-bottom: 3vw;
	}
	.row__features06 .col .txt {
		font-size: .9375rem;
		letter-spacing: 0;
	}
	.bg__features03 {
		background: url(images/index/bg__feature03_sp.jpg) no-repeat center / cover;
		padding-bottom: 15vw;
	}
	.wrap__features04 {
		margin-bottom:16vw;
	}
	.wrap__features04 .ccl{
		width: calc(240 / 750* 100vw);
		height: calc(240 / 750* 100vw);
		left: 4%;
		top: 18%;
		bottom: auto;
		right: auto;
		font-size: 68.75%;
	}
	.wrap__features04 .col_txt{
		padding:37vw 4vw 12vw; 
	}
	.wrap__features04 .wrap{
		max-width:calc(655 / 750 * 100vw);
	}
	/*parallax*/
	.parallax, .parallax.is_ios {
		width: 100%;
		background-attachment: inherit!important;
	}
}
/* medical
------------------------------------------------------------------*/
.bg__medical01 {
	background: #f7f4ed url("images/index/bg__medical01.png")no-repeat top center / 100% auto;
}
.bg__medical01 .icn {
	width: calc(61 / 1920 * 100vw);
}
.box__medical01 {
	width: calc(170 / 1920 * 100vw);
	height: calc(520 / 1920 * 100vw);
	left: 3%;
    top: -24%;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.box__medical01:before {
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
	background-color: #272e47;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.box__medical01:after {
	content: "";
    position: absolute;
	background: url("images/index/deco__medical01.png") no-repeat center / cover;
    width: calc(28 / 1920 * 100vw);
    height: calc(90 / 1920 * 100vw);
	top: 0;
	right: calc(-28 / 1920 * 100vw);
}
.box__medical01 .en {
	letter-spacing: .13em;
}
.bg__medical01 .arw {
	width: calc(700 / 1920 * 100vw);
	right: 0;
	left: 0;
	bottom: -18%;
    margin: auto;
}

.bg__medical02 {
	background: url("images/index/bg__medical02.png") no-repeat center / cover;
	position: relative;
}
.bg__medical02:before,.bg__medical02:after {
	content: "";
    position: absolute;
    width: 100%;
    height: 1px;
	right: 0;
	left: 0;
	margin: auto;
}
.bg__medical02:before {
	border-top: solid 1px #fff;
	top: calc(50 / 1920 * 100vw);
}
.bg__medical02:after {
	border-bottom: solid 1px #fff;
	bottom: calc(50 / 1920 * 100vw);
}
.bnr__medical01 {
	width: 90%;
	max-width: 1240px;
}
.bnr__medical01_sp,.bnr__medical02_sp {
	display: none;
}
.box__medical02 {
   width: calc(170 / 1920* 100vw);
    height: calc(700 / 1920* 100vw);
    right: 3.8%;
    left: auto;
    top: -25.2%;
}
.box__medical02:before {
	background-color: #4d4535;

}
.bg__medical03 {
    background: url(images/index/bg__medical01.png) no-repeat top center / 100% auto;
}
.bg__medical03.bg__medical01 .arw {
    bottom: -19%;
}
.box__medical02.box__medical01:after {
    background: url(images/index/deco__medical03.png) no-repeat center / cover;
    left: calc(-28 / 1920* 100vw);
	right: auto;
}
.bg__medical04 {
	background: url(images/index/bg__medical03.png) no-repeat center / cover;
}
.bg__medical05:after {
    position: absolute;
    content: "";
    background:
		url(images/index/deco__feature01.png) no-repeat left top / calc(480 / 1920* 100vw),
		url(images/index/deco__feature02.png) no-repeat right bottom / calc(480 / 1920* 100vw),
		url(images/index/bg__medical05.png) no-repeat top / 100% auto,
		url(images/index/bg__feature04.png) no-repeat bottom / 100% auto,
		url(images/index/bg__medical04.png) no-repeat center / cover;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	z-index: -1;
}
.ttl__medical02 {
	left: 6%;
}
.ttl__medical02 .ja {
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.row__medical07 {
	width: 90%;
    max-width: calc(1500 / 1920 * 100vw);
	margin-left: 14.9%;
}
.row__medical07 .col {
	max-width: calc(730 / 1920 * 100vw);
	width: 48%;
}
.row__medical07 .col:nth-child(n+3) {
	margin-top: calc(40 / 1920 * 100vw);
}
.row__medical07 .col a {
	height: calc(230 / 1920 * 100vw);
}
.row__medical07 .col a:before {
	content: "";
    position: absolute;
	background: #b1924f;
    width: calc(50 / 1920 * 100vw);
	height: calc(50 / 1920 * 100vw);
	right: 0;
	bottom: 0;
}
.row__medical07 .col a:after {
	content: "";
    position: absolute;
    width: calc(10 / 1920* 100vw);
    height: calc(10 / 1920* 100vw);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    right: calc(20 / 1920* 100vw);
    bottom: calc(20 / 1920* 100vw);
    margin: auto;
}
.row__medical07 .col .img {
	width: calc(250 / 1920 * 100vw);
}
.row__medical07 .col .wrap_txt {
	width: calc(100% - calc(250 / 1920 * 100vw));
}

.row__medical08.start{
	gap: 0 4%;
}
.row__medical08 .col {
	width: 22%;
    max-width: 295px;
}
.row__medical08 .col a:after {
    border-width: calc(10 / 1920* 100vw);
    bottom: calc(15 / 1920* 100vw);
    right: calc(15 / 1920* 100vw);
	border-color: transparent #fff #fff transparent;
}
.row__medical08 .col .icn {
	width: calc(59 / 1920* 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg__medical01 .icn {
		width: calc(61 / 1599 * 100vw);
	}
	.box__medical01 {
		width: calc(150 / 1599 * 100vw);
		height: calc(440 / 1599 * 100vw);
		padding-top: calc(40 / 1599 * 100vw);
		left: 3%;
		top: -25%;
	}
	.box__medical01:after {
		width: calc(28 / 1599 * 100vw);
		height: calc(90 / 1599 * 100vw);
		right: calc(-28 / 1599 * 100vw);
	}
	.box__medical01 .ja {
		font-size: 2.875rem;
	}
	.box__medical01 .en {
		margin-left: calc(15 / 1599 * 100vw);
	}
	.bg__medical01 .arw {
		width: calc(700 / 1599 * 100vw);
	}
	.bg__medical02:before {
		border-top: solid 1px #fff;
		top: calc(50 / 1599 * 100vw);
	}
	.bg__medical02:after {
		bottom: calc(50 / 1599 * 100vw);
	}
	.box__medical02 {
		width: calc(170 / 1599* 100vw);
		height: calc(525 / 1599* 100vw);
		padding-top: calc(20 / 1599* 100vw);
		top: -25.5%;
		left: auto;
	}
	.box__medical02 .ja {
		font-size: 2.5rem;
	}
	.box__medical02.box__medical01:after {
		left: calc(-28 / 1599* 100vw);
	}
	.bg__medical05:after {
		background:
			url(images/index/deco__feature01.png) no-repeat left top / calc(480 / 1599* 100vw),
			url(images/index/deco__feature02.png) no-repeat right bottom / calc(480 / 1599* 100vw),
			url(images/index/bg__medical05.png) no-repeat top / 100% auto,
			url(images/index/bg__feature04.png) no-repeat bottom / 100% auto,
			url(images/index/bg__medical04.png) no-repeat center / cover;
	}
	.ttl__medical02 {
		left: 3.5%;
	}
	.row__medical07 {
		max-width: calc(1500 / 1599* 100vw);
		margin-left: 10.5%;
		width: 86%;
	}
	.row__medical07 .col {
		max-width: calc(730 / 1599 * 100vw);
	}
	.row__medical07 .col:nth-child(n+3) {
		margin-top: calc(40 / 1599 * 100vw);
	}
	.row__medical07 .col a {
		height: calc(230 / 1599 * 100vw);
	}
	.row__medical07 .col a:before {
		width: calc(50 / 1599 * 100vw);
		height: calc(50 / 1599 * 100vw);
	}
	.row__medical07 .col a:after {
		width: calc(10 / 1599* 100vw);
		height: calc(10 / 1599* 100vw);
		right: calc(20 / 1599* 100vw);
		bottom: calc(20 / 1599* 100vw);
	}
	.row__medical07 .col .img {
		width: calc(250 / 1599 * 100vw);
	}
	.row__medical07 .col .wrap_txt {
		width: calc(100% - calc(250 / 1599 * 100vw));
	}
	.row__medical08 .col a:after {
		border-width: calc(10 / 1599* 100vw);
		bottom: calc(15 / 1599* 100vw);
		right: calc(15 / 1599* 100vw);
	}
	.row__medical08 .col .icn {
		width: calc(59 / 1599* 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg__medical01 .copy {
		font-size: 1.625rem;
	}
	.bg__medical01 .icn {
		width: calc(61 / 1299 * 100vw);
	}
	.box__medical01 {
		width: calc(135 / 1299 * 100vw);
		height: calc(400 / 1299 * 100vw);
		padding-top: calc(40 / 1299 * 100vw);
		left: 3%;
		top: -25%;
	}
	.box__medical01:after {
		width: calc(28 / 1299 * 100vw);
		height: calc(90 / 1299 * 100vw);
		right: calc(-28 / 1299 * 100vw);
	}
	.box__medical01 .ja {
		font-size: 2.5rem;
	}
	.box__medical01 .en {
		margin-left: calc(15 / 1299 * 100vw);
	}
	.bg__medical01 .arw {
		width: calc(700 / 1299 * 100vw);
	}
	.bg__medical02 .copy {
		font-size: 1.675rem;
	}
	.bg__medical02:before {
		border-top: solid 1px #fff;
		top: calc(50 / 1299 * 100vw);
	}
	.bg__medical02:after {
		bottom: calc(50 / 1299 * 100vw);
	}
	.box__medical02 {
		width: calc(135 / 1299* 100vw);
		height: calc(460 / 1299* 100vw);
		padding-top: calc(20 / 1299* 100vw);
		top: -28.5%;
		left: auto;
	}
	.box__medical02 .ja {
		font-size: 2.125rem;
	}
	.box__medical02.box__medical01:after {
		left: calc(-28 / 1299* 100vw);
	}
	.bg__medical05:after {
		background:
			url(images/index/deco__feature01.png) no-repeat left top / calc(480 / 1299* 100vw),
			url(images/index/deco__feature02.png) no-repeat right bottom / calc(480 / 1299* 100vw),
			url(images/index/bg__medical05.png) no-repeat top / 100% auto,
			url(images/index/bg__feature04.png) no-repeat bottom / 100% auto,
			url(images/index/bg__medical04.png) no-repeat center / cover;
	}
	.ttl__medical02 {
		left: 3.5%;
	}
	.ttl__medical02 .ja {
		font-size: 2.75rem;
	}
	.row__medical07 {
		max-width: calc(1500 / 1299* 100vw);
		margin-left: 10.5%;
		width: 86%;
	}
	.row__medical07 .col {
		max-width: calc(730 / 1299 * 100vw);
	}
	.row__medical07 .col:nth-child(n+3) {
		margin-top: calc(40 / 1299 * 100vw);
	}
	.row__medical07 .col a {
		height: calc(230 / 1299 * 100vw);
	}
	.row__medical07 .col a:before {
		width: calc(50 / 1299 * 100vw);
		height: calc(50 / 1299 * 100vw);
	}
	.row__medical07 .col a:after {
		width: calc(10 / 1299* 100vw);
		height: calc(10 / 1299* 100vw);
		right: calc(20 / 1299* 100vw);
		bottom: calc(20 / 1299* 100vw);
	}
	.row__medical07 .col .img {
		width: calc(250 / 1299 * 100vw);
	}
	.row__medical07 .col .wrap_txt {
		width: calc(100% - calc(250 / 1299 * 100vw));
	}
	.row__medical07 .col .txt {
		line-height: 1.6;
		margin-bottom: calc(10 / 1299 * 100vw);
	}
	.row__medical07 .col .ttl {
		font-size: 1.75rem;
	}
	.row__medical08 .col a:after {
		border-width: calc(10 / 1299* 100vw);
		bottom: calc(15 / 1299* 100vw);
		right: calc(15 / 1299* 100vw);
	}
	.row__medical08 .col .icn {
		width: calc(59 / 1299* 100vw);
	}
}
@media(max-width: 767px) {
	.bg__medical01 {
		padding-bottom: 11vw;
		background: #f7f4ed url(images/index/bg__medical01_sp.png) no-repeat top center / 100% auto;
	}
	.bg__medical01 .copy {
		font-size: .9375rem;
		letter-spacing: 0;
		width: 72%;
		margin-left: auto;
		margin-right: 5%;
		line-height: 2;
	}
	.bg__medical01 .icn {
		width: calc(61 / 750 * 100vw);
		margin-right: 38vw;
		margin-bottom: 3vw;
	}
	.box__medical01 {
		width: calc(128 / 750* 100vw);
		height: calc(395 / 750* 100vw);
		padding-top: calc(52 / 750* 100vw);
		left: 1.5%;
		top: -15%;
	}
	.box__medical01:after {
		width: calc(22 / 750* 100vw);
		height: calc(69 / 750* 100vw);
		right: calc(-22 / 750* 100vw);
	}
	.box__medical01 .ja {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.box__medical01 .ja > .fz36 {
		font-size: .875rem;
	}
	.box__medical01 .en {
		margin-left: calc(15 / 750 * 100vw);
		font-size: .625rem;
		letter-spacing: .04em;
	}
	.bg__medical01 .arw {
		width: calc(500 / 750 * 100vw);
		right: -15%;
		bottom: -7%;
	}
	.bg__medical02 {
		padding-top: 14vw;
		background: url(images/index/bg__medical02_sp.png) no-repeat bottom right 0% / cover;
	}
	.bg__medical02 .copy {
		font-size: .9375rem;
		letter-spacing: 0;
	}
	.bg__medical02:before {
		border-top: solid 1px #fff;
		top: calc(50 / 750 * 100vw);
	}
	.bg__medical02:after {
		bottom: calc(50 / 750 * 100vw);
	}
	.bg__medical03 .icn {
		margin-left: 38vw;
		margin-bottom: 3vw;
	}
	.bg__medical03 .copy {
		margin-left: 8%;
		margin-right: auto;
	}
	.bg__medical03 {
		padding-bottom: 21vw;
		background: url(images/index/bg__medical01_sp.png) no-repeat top center / 100% auto;
	}
	.bg__medical03.bg__medical01 .arw {
		bottom: -8%;
		left: 8%;
		right: auto;
	}
	.box__medical02 {
		width: calc(130 / 750* 100vw);
		height: calc(530 / 750* 100vw);
		padding-top: calc(30 / 750* 100vw);
		top: -14.5%;
		left: auto;
		right: 2.8%;
	}
	.box__medical02.box__medical01:after {
		left: calc(-22 / 750* 100vw);
	}
	.bnr__medical01 {
		display: none;
	}
	.bnr__medical01_sp,.bnr__medical02_sp {
		display: block;
	}
	.bnr__medical01_sp,.bnr__medical02_sp {
		width: 100%;
		max-width: calc(702 / 750 * 100vw);
	}
	.bg__medical04 {
		background: url(images/index/bg__medical03_sp.png) no-repeat bottom right 0% / cover;
		padding-bottom: 15vw;
		margin-bottom: 8vw;
	}
	.bg__medical05 {
		padding: 13vw 0;
	}
	.bg__medical05:after {
		background:
			url(images/index/deco__feature01.png) no-repeat left top / calc(480 / 750* 100vw),
			url(images/index/deco__feature02.png) no-repeat right bottom / calc(480 / 750* 100vw),
			url(images/index/bg__medical05.png) no-repeat top / auto calc(50 / 750* 100vw),
			url(images/index/bg__feature04.png) no-repeat bottom / auto calc(50 / 750* 100vw),
			url(images/index/bg__medical04.png) no-repeat center / cover;
	}
	.ttl__medical02 {
		left: 0;
		right: 0;
		position: relative;
		text-align: center;
		margin-bottom: 6.5vw;
	}
	.ttl__medical02 .ja {
		font-size: 1.875rem;
		writing-mode: unset;
		letter-spacing: 0;
	}
	.row__medical07 {
		max-width: calc(702 / 750* 100vw);
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	.row__medical07 .col {
		width: 100%;
		max-width: 100%;
	}
	.row__medical07 .col:nth-child(n+2) {
		margin-top: calc(30 / 750 * 100vw);
	}
	.row__medical07 .col a {
		height: calc(230 / 750 * 100vw);
	}
	.row__medical07 .col a:before {
		width: calc(50 / 750 * 100vw);
		height: calc(50 / 750 * 100vw);
	}
	.row__medical07 .col a:after {
		width: calc(10 / 750* 100vw);
		height: calc(10 / 750* 100vw);
		right: calc(20 / 750* 100vw);
		bottom: calc(20 / 750* 100vw);
	}
	.row__medical07 .col .img {
		width: calc(250 / 750 * 100vw);
	}
	.row__medical07 .col .wrap_txt {
		width: calc(100% - calc(250 / 750 * 100vw));
		padding-bottom: 1vw
	}
	.row__medical07 .col .txt {
		font-size: .8125rem;
		letter-spacing: 0;
		line-height: 1.6;
		margin-bottom: calc(18 / 750 * 100vw);
	}
	.row__medical07 .col .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.bg__medical06 {
		padding: 11vw 0 14vw;
	}
	.row__medical08.start{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	}
	.row__medical08 .col {
		width: 48%;
		max-width: calc(335 / 750* 100vw);
	}
	.row__medical08 .col:nth-child(n+3) {
		margin-top: calc(39 / 750 * 100vw);
	}
	.row__medical08 .col a:after {
		border-width: calc(10 / 750* 100vw);
		bottom: calc(15 / 750* 100vw);
		right: calc(15 / 750* 100vw);
	}
	.row__medical08 .col .icn {
		width: calc(59 / 750* 100vw);
		margin-bottom: 3vw;
	}
	.row__medical08 .col .txt {
		font-size: 1.125rem;
		letter-spacing: 0;
		height: calc(115 / 750* 100vw)!important;
	}
}
/* greeting
------------------------------------------------------------------*/
.bg__greeting01 {
	padding-top: calc(215 / 1920 * 100vw);
	background: url("images/index/img__greeting02.jpg")no-repeat left bottom calc(60 / 1920 * 100vw) / auto calc(230 / 1920 * 100vw),url("images/index/bg__greeting01.png")no-repeat center / cover;
}
.row__greeting01 .ttl {
	left: calc(115 / 1920* 100vw);
    top: calc(145 / 1920* 100vw);
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.row__greeting01,.row__greeting02 {
	width: 90%;
    max-width: calc(1500 / 1920* 100vw);
}
.row__greeting01 .ttl .en {
	letter-spacing: .21em;
}
.row__greeting01 .col_txt {
	width: 54%;
}
.row__greeting01 .col_txt .wrap {
	width: 84%;
}
.row__greeting01 .col_img,.row__greeting02 .col_img {
	width: 42%;
    max-width: calc(630 / 1920* 100vw);
}

.bg__greeting02 {
	padding-bottom: calc(265 / 1920* 100vw);
    background: url(images/index/img__greeting04.jpg) no-repeat right bottom calc(200 / 1920* 100vw) / auto calc(230 / 1920* 100vw), url(images/index/bg__greeting02.png) no-repeat center bottom / 100% auto;
}
.row__greeting02 .col_txt {
	width: 55%;
}
.btn__greeting01.arw02 a:after {
    width: calc(10 / 1920* 100vw);
    height: calc(10 / 1920* 100vw);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
/*スライド*/
.slide img {
	width: calc(380 / 1920 * 100vw);
}
.slide {
	z-index: 1;
}

@media(min-width: 768px) and (max-width:1599px) {
	.bg__greeting01 {
		padding-top: calc(215 / 1599 * 100vw);
		background: url("images/index/img__greeting02.jpg")no-repeat left bottom calc(60 / 1599 * 100vw) / auto calc(200 / 1599 * 100vw),url("images/index/bg__greeting01.png")no-repeat center / cover;
	}
	.row__greeting01 .ttl {
		left: calc(70 / 1599* 100vw);
		top: calc(145 / 1599* 100vw);
	}
	.row__greeting01 .ttl .ja {
		font-size: 3.5rem;
	}
	.row__greeting01 .ttl .en {
		margin-left: calc(10 / 1599* 100vw);
	}
	.row__greeting01,.row__greeting02 {
		max-width: calc(1500 / 1599* 100vw);
	}
	.row__greeting01 .col_img,.row__greeting02 .col_img {
		max-width: calc(630 / 1599* 100vw);
	}
	.bg__greeting02 {
		padding-bottom: calc(265 / 1599* 100vw);
		background: url(images/index/img__greeting04.jpg) no-repeat right bottom calc(140 / 1599* 100vw) / auto calc(230 / 1599* 100vw), url(images/index/bg__greeting02.png) no-repeat center bottom / 100% auto;
	}
	.btn__greeting01.arw02 a:after {
		width: calc(10 / 1599* 100vw);
		height: calc(10 / 1599* 100vw);
	}
	/*スライド*/
	.slide img {
		width: calc(380 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg__greeting01 {
		padding-top: calc(215 / 1299 * 100vw);
		padding-bottom: calc(200 / 1299 * 100vw);
		background: url(images/index/img__greeting02.jpg) no-repeat left bottom calc(0 / 1299* 100vw) / auto calc(180 / 1299* 100vw), url(images/index/bg__greeting01.png) no-repeat center / cover;
	}
	.row__greeting01 .ttl {
		left: calc(40 / 1299* 100vw);
		top: calc(145 / 1299* 100vw);
	}
	.row__greeting01 .ttl .ja {
		font-size: 3.125rem;
	}
	.row__greeting01 .ttl .en {
		font-size: 1.75rem;
		margin-left: calc(10 / 1299* 100vw);
	}
	.row__greeting01,.row__greeting02 {
		max-width: calc(1500 / 1299* 100vw);
	}
	.row__greeting01 .col_img,.row__greeting02 .col_img {
		max-width: calc(630 / 1299* 100vw);
	}
	.copy__greeting01 {
		font-size: 1.75rem;
	}
	.bg__greeting02 {
		padding-bottom: calc(265 / 1299* 100vw);
		background: url(images/index/img__greeting04.jpg) no-repeat right bottom calc(30 / 1299* 100vw) / auto calc(190 / 1299* 100vw), url(images/index/bg__greeting02.png) no-repeat center bottom / 100% auto;
	}
	.btn__greeting01.arw02 a:after {
		width: calc(10 / 1299* 100vw);
		height: calc(10 / 1299* 100vw);
	}
	/*スライド*/
	.slide img {
		width: calc(380 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.bg__greeting01 {
		padding-top: 13vw;
		padding-bottom: 38vw;
		background: url(images/index/img__greeting02.jpg) no-repeat left bottom calc(0 / 750* 100vw) / auto calc(230 / 750* 100vw), url(images/index/bg__greeting01_sp.png) no-repeat center top / 100% auto;
	}
	.row__greeting01 .ttl {
		left: calc(0 / 750* 100vw);
		right: 0;
		top: calc(0 / 750* 100vw);
		margin: auto;
		position: relative;
		writing-mode: unset;
		margin-bottom: 10vw;
	}
	.row__greeting01 .ttl .ja {
		font-size: 1.875rem;
	}
	.row__greeting01 .ttl .en {
		font-size: .9375rem;
		margin-left: calc(0 / 750* 100vw);
		margin-bottom: 2vw;
	}
	.row__greeting01,.row__greeting02 {
		max-width: calc(702 / 750* 100vw);
		width: 100%;
	}
	.row__greeting01 .col_img {
		order: 1;
	}
	.row__greeting01 .col_txt {
		order: 2;
	}
	.row__greeting01 .col_txt {
		width: 100%;
	}
	.row__greeting01 .col_txt .wrap {
		width: 100%;
	}
	.copy__greeting01 {
		font-size: 1.1875rem;
		letter-spacing: 0;
		text-align: center;
		margin-bottom: 2.5vw;
	}
	.row__greeting01 .col_txt .txt {
		margin-bottom: 5vw;
	}
	.row__greeting01 .col_txt .name {
		font-size: .9375rem;
		justify-content: center;
	}
	.row__greeting01 .col_txt .name .ja {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.row__greeting01 .col_txt .name .en {
		font-size: .9375rem;
		letter-spacing: 0;
		margin-left: 4vw;
	}
	.row__greeting01 .col_img,.row__greeting02 .col_img {
		max-width: calc(600 / 750* 100vw);
		width: 100%;
		margin: auto;
		margin-bottom: 6vw;
	}
	.row__greeting02 .col_txt {
		width: 100%;
	}
	.row__greeting02 .col_img {
		order: 1;
	}
	.row__greeting02 .col_txt {
		order: 2;
	}
	.row__greeting02 .col_img .img {
		margin-bottom: 0;
	}
	.bg__greeting02 {
		padding-top: 13vw;
		padding-bottom: 78vw;
		background: url(images/index/img__greeting04.jpg) no-repeat right bottom calc(295 / 750* 100vw) / auto calc(230 / 750* 100vw), url(images/index/bg__greeting02_sp.png) no-repeat center bottom / 100% auto;
	}
	.row__greeting02 .col_txt .name {
		font-size: .9375rem;
		justify-content: center;
	}
	.row__greeting02 .col_txt .name .ja {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.row__greeting02 .col_txt .name .en {
		font-size: .9375rem;
		letter-spacing: 0;
		margin-left: 4vw;
	}
	.btn__greeting01 {
		position: absolute;
		bottom: 14vw;
		max-width: calc(600 / 750* 100vw);
		width: 100%;
	}
	.btn__greeting01 a {
		padding: 4.5vw 3% 4.5vw;
	}
	.btn__greeting01.arw02 a:after {
		width: calc(15 / 750* 100vw);
		height: calc(15 / 750* 100vw);
		right: 7vw;
	}
	.btn__greeting01 a .txt {
		font-size: .9375rem;
		letter-spacing: 0;
	}
	/*スライド*/
	.slide img {
		width: calc(380 / 750 * 100vw);
	}
}
/* insta
------------------------------------------------------------------*/
.wrap_insta .btn_insta {
	top: 49%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.btn_insta {
	width: calc(100 / 1920 * 100vw);
}
.copy__insta01:after,.copy__insta01:before{
	content: "";
	position: absolute;
	background:url("images/index/deco__instagram01.svg")no-repeat center/contain;
	bottom: 0;
	top: 0;
	margin: auto;
	left: calc(45 / 1920 * 100vw);
	width: calc(65 / 1920 * 100vw);
	height: calc(81 / 1920 * 100vw);
}
.copy__insta01:before{
	background-image:url("images/index/deco__instagram02.svg");
	right: calc(55 / 1920 * 100vw);
	left: auto!important;
}
@media(min-width: 768px) and (max-width:1599px) {
	.btn_insta {
		width: calc(100 / 1599 * 100vw);
	}
	.copy__insta01:after,.copy__insta01:before{
		left: calc(45 / 1599 * 100vw);
		width: calc(65 / 1599 * 100vw);
		height: calc(81 / 1599 * 100vw);
	}
	.copy__insta01:before{
		right: calc(55 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.btn_insta {
		width: calc(100 / 1299 * 100vw);
	}
	.copy__insta01:after,.copy__insta01:before{
		left: calc(5 / 1299 * 100vw);
		width: calc(65 / 1299 * 100vw);
		height: calc(81 / 1299 * 100vw);
	}
	.copy__insta01:before{
		right: calc(10 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.bg__insta01 {
		padding: 9vw 0 8vw;
	}
	.btn_insta {
		width: calc(100 / 750 * 100vw);
	}
	.copy__insta01{
		line-height: 1.4;
	}
	.copy__insta01:after,.copy__insta01:before{
		left: calc(-10 / 750* 100vw);
		width: calc(65 / 750* 100vw);
		height: calc(81 / 750* 100vw);
		bottom: -7vw;
	}
	.copy__insta01:before{
		right: calc(10 / 750 * 100vw);
	}
	.copy__insta01 .txt01{
		font-size: 112.5%;
	}
	.copy__insta01 .txt02{
		font-size: 81.25%;
	}
}
/* トピックス index_topics
------------------------------------------------------------------*/
.btn__topics01 {
	width: calc(90 / 1920 * 100vw);
	right: 0;
	top: 0;
}
.btn__topics01 a {
	height: calc(30 / 1920 * 100vw);
	font-weight: normal;
}
.btn__topics01 a::after {
    border-width: calc(7 / 1920 * 100vw);
}
.list__topics01:after {
	content: "";
	width: 32%;
	max-width: 390px;
}
.list__topics01 li {
	width: 32%;
	max-width: 390px;
}
.list__topics01 li:not(:last-child) {
    margin-right: calc(34 / 1920* 100vw);
}
.list__topics01 .txt_post .txt_excerpt {
	line-height: 1.67;
	margin-top: calc(12 / 1920 * 100vw);
}
.list__topics01 .txt_post .txt_excerpt .more {
    color: #b1924f;
}
@media(min-width: 768px) and (max-width:1599px) {
	.btn__topics01 {
		width: calc(90 / 1599 * 100vw);
	}
	.list__topics01 li:not(:last-child) {
		margin-right: calc(26 / 1599* 100vw);
	}
	.btn__topics01 a {
		height: calc(30 / 1599 * 100vw);
	}
	.btn__topics01 a::after {
		border-width: calc(7 / 1599 * 100vw);
	}
	.list__topics01 .txt_post .txt_excerpt {
		margin-top: calc(12 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.btn__topics01 {
		width: calc(90 / 1299 * 100vw);
	}
	.btn__topics01 a {
		height: calc(30 / 1299 * 100vw);
	}
	.btn__topics01 a::after {
		border-width: calc(7 / 1299 * 100vw);
	}
	.list__topics01 li:not(:last-child) {
		margin-right: calc(20 / 1299* 100vw);
	}
	.list__topics01 .txt_post .txt_excerpt {
		margin-top: calc(12 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.index_topics {
		padding: 12vw 0 11vw;
	}
	.index_topics > .inner {
		max-width: calc(646 / 750* 100vw);
	}
	.ttl__topics01 {
		margin-bottom: 5.5vw;
	}
	.ttl__topics01 .en {
		font-size: 1.4375rem;
		margin-right: 2vw;
		letter-spacing: 0;
	}
	.ttl__topics01 .ja {
		font-size: .9375rem;
		letter-spacing: 0;
	}
	.btn__topics01 {
		width: calc(150 / 750 * 100vw);
		top: -1vw;
	}
	.btn__topics01 a {
		height: calc(50 / 750 * 100vw);
		font-size: .9375rem;
		letter-spacing: 0;
	}
	.btn__topics01 a::after {
		border-width: calc(12 / 750 * 100vw);
	}
	.list__topics01 {
		display: block;
	}
	.list__topics01:after {
		display: none;
	}
	.list__topics01 li {
		width: 100%;
		max-width: 100%;
	}
	.list__topics01 li:not(:last-child) {
		margin-bottom: calc(27 / 750 * 100vw);
	}
	.list__topics01 li a {
		padding: calc(30 / 750 * 100vw);
	}
	.list__topics01 .thmb {
		width: calc(180 / 750 * 100vw);
	}
	.list__topics01 .txt_post {
		padding-top: 0;
		width: calc(100% - calc(205 / 750 * 100vw));
	}
	.list__topics01 .txt_post .date {
		font-size: .9375rem;
		letter-spacing: 0em;
		margin-top: -3px;
	}
	.list__topics01 .txt_post .txt_excerpt {
		font-size: .9375rem;
		line-height: 1.6;
		margin-top: calc(13 / 750 * 100vw);
	}
}

/* recruit
------------------------------------------------------------------*/
.box__recruit01 {
	width: 70%;
    max-width: calc(1340 / 1920 * 100vw);
	background: url("images/index/bg__recruit01.png")no-repeat right bottom / 100% auto,url("images/index/bg__recruit02.png")no-repeat left bottom / 100% auto,url("images/page/pattern_blue.png")repeat center / auto;
	outline: calc(3 / 1920 * 100vw) solid #fff;
    outline-offset: calc(-20 / 1920 * 100vw);
}
.img__recruit01 {
	width: calc(531 / 1920 * 100vw);
	right: calc(-210 / 1920 * 100vw);
    top: calc(-40 / 1920 * 100vw);
}
.img__recruit02 {
	width: calc(481 / 1920 * 100vw);
	left: calc(-163 / 1920* 100vw);
	bottom: calc(-40 / 1920 * 100vw);
}
.btn__recruit01 {
    max-width: 320px;
	width: 50%;
}
.btn__recruit01 a {
    padding: calc(10 / 1920* 100vw) 3% calc(15 / 1920* 100vw);
	border: none;
}
.btn__recruit01.arw02 a:after {
	width: calc(10 / 1920* 100vw);
    height: calc(10 / 1920* 100vw);
    border-bottom: 2px solid #b1924f;
    border-right: 2px solid #b1924f;
	right: calc(35 / 1920* 100vw);
}
@media(min-width: 767px) {
	.btn__recruit01 a:hover {
		color: #1f1f1f;
	}
	.btn__recruit01.arw02 a:hover:after {
		border-bottom-color: #b1924f;
		border-right-color: #b1924f;
		right: calc(30 / 1920* 100vw);
		transition: .3s;
	}
}

@media(min-width: 768px) and (max-width:1599px) {
	.box__recruit01 {
		max-width: calc(1200 / 1599 * 100vw);
		background: url("images/index/bg__recruit01.png")no-repeat right bottom / 100% auto,url("images/index/bg__recruit02.png")no-repeat left bottom / 100% auto,url("images/page/pattern_blue.png")repeat center / auto;
		outline: calc(3 / 1599 * 100vw) solid #fff;
		outline-offset: calc(-20 / 1599 * 100vw);
	}
	.img__recruit01 {
		width: calc(481 / 1599* 100vw);
		right: calc(-238 / 1599* 100vw);
		top: calc(-40 / 1599* 100vw);
	}
	.img__recruit02 {
		width: calc(461 / 1599 * 100vw);
		left: calc(-235 / 1599* 100vw);
		bottom: calc(-40 / 1599 * 100vw);
	}
	.btn__recruit01 a {
		padding: calc(10 / 1599* 100vw) 3% calc(15 / 1599* 100vw);
	}
	.btn__recruit01.arw02 a:after {
		width: calc(10 / 1599* 100vw);
		height: calc(10 / 1599* 100vw);
		right: calc(35 / 1599* 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.box__recruit01 {
		max-width: calc(1200 / 1299 * 100vw);
		background: url("images/index/bg__recruit01.png")no-repeat right bottom / 100% auto,url("images/index/bg__recruit02.png")no-repeat left bottom / 100% auto,url("images/page/pattern_blue.png")repeat center / auto;
		outline: calc(3 / 1299 * 100vw) solid #fff;
		outline-offset: calc(-20 / 1299 * 100vw);
	}
	.img__recruit01 {
		width: calc(361 / 1299* 100vw);
		right: calc(-191 / 1299* 100vw);
		top: calc(-40 / 1299* 100vw);
	}
	.img__recruit02 {
		width: calc(341 / 1299* 100vw);
		left: calc(-191 / 1299* 100vw);
		bottom: calc(-40 / 1299* 100vw);
	}
	.btn__recruit01 a {
		padding: calc(10 / 1299* 100vw) 3% calc(15 / 1299* 100vw);
	}
	.btn__recruit01.arw02 a:after {
		width: calc(10 / 1299* 100vw);
		height: calc(10 / 1299* 100vw);
		right: calc(35 / 1299* 100vw);
	}
}
@media(max-width: 767px) {
	.index_recruit {
		padding: 24vw 0 13vw;
	}
	.box__recruit01 {
		width: 100%;
		max-width: calc(702 / 750 * 100vw);
		padding: 29vw 0 8vw;
		background: url("images/index/bg__recruit01.png")no-repeat right bottom / 100% auto,url("images/index/bg__recruit02.png")no-repeat left bottom / 100% auto,url("images/page/pattern_blue.png")repeat center / auto;
		outline: calc(3 / 750 * 100vw) solid #fff;
		outline-offset: calc(-20 / 750 * 100vw);
	}
	.img__recruit01 {
		width: calc(340 / 750* 100vw);
		right: calc(28 / 750* 100vw);
		top: calc(-40 / 750* 100vw);
	}
	.img__recruit02 {
		width: calc(350 / 750* 100vw);
		left: calc(30 / 750* 100vw);
		top: calc(-79 / 750* 100vw);
		bottom: auto;
	}
	.ttl__recruit01 {
		margin-bottom: 2vw;
	}
	.ttl__recruit01 .en {
		font-size: 2.5rem;
		letter-spacing: .0em;
	}
	.ttl__recruit01 .ja {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.box__recruit01 > .txt {
		font-size: .875rem;
		line-height: 1.8;
		margin-bottom: 5vw
	}
	.btn__recruit01 {
		max-width: calc(550 / 750* 100vw);
		width: 79%;
	}
	.btn__recruit01 a {
		padding: calc(19 / 750* 100vw) 3% calc(21 / 750* 100vw);
	}
	.btn__recruit01.arw02 a:after {
		width: calc(16 / 750* 100vw);
		height: calc(16 / 750* 100vw);
		right: calc(53 / 750* 100vw);
	}
	.btn__recruit01 a .txt {
		font-size: .9375rem;
	}
}

/* フッター footer
------------------------------------------------------------------*/
.main_foot {
}
.row_foot01 {
	width: 91%;
    max-width: 1125px;
	margin-left: 3.5%;
}
.row_foot01 > .col_l {
	width: 52%;
}
.logo_foot {
	width: calc(435 / 1920 * 100vw);
}
.address_foot .icn {
	width: calc(20 / 1920 * 100vw);
}
.row_foot02 .tel_common {
    max-width: 300px;
	width: 61%;
}
.row_foot02 .web_common {
    max-width: 220px;
	width: 39%;
}
.row_foot02 .web_common a:after {
    border-width: calc(6 / 1920* 100vw);
}
.row_foot01 > .col_r {
	width: 48%;
    max-width: 520px;
}
.row_foot01 .tbl_common {
	padding-left: calc(10 / 1920 * 100vw);
	max-width: 510px;
}
.access_foot {
	width: 100%;
	height: calc(60 / 1920 * 100vw);
}
.pagetop {
	position: fixed;
	right: calc(25 / 1920 * 100vw);
	bottom: calc(30 / 1920 * 100vw);
	z-index: 1000;
	width: calc(100 / 1920 * 100vw);
}
.copyright {
	height: calc(80 / 1920 * 100vw);
}

.tbl_common table {
    color: #1f1f1f;
}
.tbl_common .box {
    background: #fff;
	border: solid 1px #b1924f;
}
.tbl_common thead th {
    border-bottom: 1px solid #b1924f;
}
.tbl_common tbody td > span{
    color: #b1924f;
}
.tbl_common tbody tr:first-child th {
    padding-left: 0em;
}
/*サイトマップ*/
.site_map .txt_width {
	max-width: 1100px;
	width: 90%;
}
.site_map a {
    display: inline-block;
    position: relative;
    padding: 0 calc(7 / 1920*100vw);
    letter-spacing: .1em;
	font-family: "Kosugi Maru", serif;
    font-weight: 400;
    font-style: normal;
}
.site_map a:not(:last-child):before {
    position: absolute;
    content: "";
    background: #1f1f1f;
    width: 1px;
    height: calc(17 / 1920*100vw);
    right: calc(-3 / 1920*100vw);
    bottom: 0;
    top: 0;
    margin: auto;
}

.bnr_foot {
	width: calc(740 / 1920 * 100vw);
	max-width: 50%;
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_foot01 {
		margin: auto;
	}
	.row_foot01 > .col_l {
		width: 46%;
	}
	.logo_foot {
		width: calc(435 / 1599 * 100vw);
	}
	.address_foot .icn {
		width: calc(20 / 1599 * 100vw);
	}
	.row_foot02 .web_common a:after {
		border-width: calc(6 / 1599* 100vw);
	}
	.row_foot01 .tbl_common {
		padding-left: calc(10 / 1599 * 100vw);
	}
	.access_foot {
		height: calc(60 / 1599 * 100vw);
	}
	.pagetop {
		position: fixed;
		right: calc(25 / 1599 * 100vw);
		bottom: calc(30 / 1599 * 100vw);
		width: calc(100 / 1599 * 100vw);
	}
	.copyright {
		height: calc(80 / 1599 * 100vw);
	}
	/*サイトマップ*/
	.site_map a {
		padding: 0 calc(7 / 1599*100vw);
	}
	.site_map a:not(:last-child):before {
		height: calc(17 / 1599*100vw);
		right: calc(-3 / 1599*100vw);
	}
	.bnr_foot {
		width: calc(710 / 1599 * 100vw);
		/*width: calc(740 / 1599 * 100vw);*/
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_foot01 > .col_l {
		width: 46%;
	}
	.row_foot01 > .col_r {
		width: 49%;
	}
	.logo_foot {
		width: calc(435 / 1299 * 100vw);
	}
	.address_foot .icn {
		width: calc(20 / 1299 * 100vw);
	}
	.row_foot02 .web_common a:after {
		border-width: calc(6 / 1299* 100vw);
	}
	.row_foot01 .tbl_common {
		padding-left: calc(10 / 1299 * 100vw);
	}
	.access_foot {
		height: calc(60 / 1299 * 100vw);
	}
	.pagetop {
		position: fixed;
		right: calc(25 / 1299 * 100vw);
		bottom: calc(30 / 1299 * 100vw);
		width: calc(100 / 1299 * 100vw);
	}
	.copyright {
		height: calc(80 / 1299 * 100vw);
	}
	/*サイトマップ*/
	.site_map a {
		padding: 0 calc(7 / 1299*100vw);
	}
	.site_map a:not(:last-child):before {
		height: calc(17 / 1299*100vw);
		right: calc(-3 / 1299*100vw);
	}
	.bnr_foot {
		width: calc(570 / 1299 * 100vw);
		/*width: calc(740 / 1299 * 100vw);*/
	}
}
@media(max-width: 767px) {
	.main_foot {
		padding-top: 14vw;
		padding-bottom: 7vw;
	}
	.row_foot01 {
		display: block;
		width: 100%;
		max-width: calc(702 / 750 * 100vw);
		margin-left: auto;
	}
	.row_foot01 > .col_l {
		width: 100%;
		max-width: 100%;
		text-align: center;
		margin-bottom: 6vw;
	}
	.row_foot01 > .col_r {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	.copyright {
		font-size: .875rem;
		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;
	}

	.logo_foot {
		width: calc(600 / 750 * 100vw);
		margin-bottom: 6vw;
	}
	.address_foot .icn {
		width: calc(40 / 750 * 100vw);
	}
	.row_foot01 .address_foot > .txt {
		font-size: .9375rem;
		letter-spacing: 0;
	}
	.row_foot02 .web_common a:after {
		border-width: calc(8 / 750* 100vw);
		bottom: calc(6 / 750* 100vw);
		right: calc(7 / 750* 100vw);
	}
	.row_foot02 .tel_common a, .row_foot02 .web_common a {
		height: calc(136 / 750* 100vw);
	}
	.row_foot02 .tel_common .ja {
		font-size: .75rem;
		letter-spacing: 0;
	}
	.row_foot02 .tel_common .num {
		font-size: 1.3125rem;
		letter-spacing: 0;
	}
	.row_foot02 .tel_common .icn {
		width: calc(35 / 750* 100vw);
		top: calc(-7 / 750* 100vw);
		margin-right: 2vw;
	}
	.row_foot02 .web_common .txt01 {
		font-size: .75rem;
		letter-spacing: 0;
	}
	.row_foot02 .web_common .txt02 {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.row_foot02 .web_common .icn {
		width: calc(35 / 750* 100vw);
		margin-right: 2vw;
	}
	.row_foot02 .web_common {
		width: 43%;
	}
	.row_foot02 .tel_common {
		width: 57%;
	}
	.row_foot01 .tbl_common {
		padding-left: calc(0 / 750 * 100vw);
	}
	.tbl_common tbody tr:first-child th {
		padding-left: 0em;
	}
	.tbl_common .tbl_caption {
		margin-top: 2vw;
	}
	.access_foot {
		font-size: .9375rem;
		letter-spacing: 0;
		height: calc(100 / 750 * 100vw);
		padding-left: 0;
	}
	/*サイトマップ*/
	.site_map {
		padding: 7vw 0 7vw
	}
	.site_map a {
		padding: 0 calc(12 / 750* 100vw);
		font-size: .9375rem;
		letter-spacing: 0;
	}
	.site_map a:not(:last-child):before {
		height: calc(29 / 750*100vw);
		right: calc(-3 / 750*100vw);
	}
	.site_map .txt_width > a:last-child:before {
		position: absolute;
		content: "";
		background: #1f1f1f;
		width: 1px;
		height: calc(29 / 750*100vw);
		right: calc(-3 / 750*100vw);
		bottom: 0;
		top: 0;
		margin: auto;
	}
	.site_map .txt_width {
		max-width: calc(675 / 750* 100vw) !important;
		line-height: 1.85;
		margin-bottom: 7vw;
	}
	.bnr_foot {
		width: calc(730 / 750 * 100vw);
		max-width: none;
	}
	.fix_tel {
		width: calc(340 / 750 * 100vw);
	}
	.fix_web {
		width: calc(260 / 750 * 100vw);
	}
	.pagetop_sp {
		width: calc(150 / 750 * 100vw);
	}
	.fix a {
		display: block;
	}
	.bnr_sns {
        width: 48%;
    }
}

/* グーグルマップ
------------------------------------------------------------------*/
.map {
	position: relative;
	width: 100%;
	padding: calc(500 / 1920 * 100vw) 0 0 0;
	overflow: hidden;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: calc(-150 / 1920 * 100vw);
	height: calc(100% + calc(150 / 1920 * 100vw));
}
.btn_map {
	width: calc(300 / 1920 * 100vw);
	font-size: 1.25rem;
	letter-spacing: .1em;
	left: calc(30 / 1920 * 100vw);
	top: calc(30 / 1920 * 100vw);
	z-index: 1;
	font-weight: 400;
}
.btn_map a {
	height: calc(60 / 1920 * 100vw);
	background: url("images/page/icn_map.svg")no-repeat left calc(30 / 1920 * 100vw) center / calc(16 / 1920 * 100vw) auto;
	border: solid 1px #b1924f;
}
.btn_map a::after {
	content: "";
	width: 0;
	height: 0;
	margin: auto;
	border-left: calc(8 / 1920 * 100vw) solid #b1924f;
	border-top: calc(5 / 1920 * 100vw) solid transparent;
	border-bottom: calc(5 / 1920 * 100vw) solid transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(30 / 1920 * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.map {
		padding: calc(500 / 1599 * 100vw) 0 0 0;
	}
	.map iframe {
		margin-top: calc(-150 / 1599 * 100vw);
		height: calc(100% + calc(150 / 1599 * 100vw));
	}
	.btn_map {
		left: calc(30 / 1599 * 100vw);
		top: calc(30 / 1599 * 100vw);
		width: calc(300 / 1599 * 100vw);
	}
	.btn_map a {
		height: calc(60 / 1599 * 100vw);
		background: url("images/page/icn_map.svg")no-repeat left calc(30 / 1599 * 100vw) center / calc(16 / 1599 * 100vw) auto;
	}
	.btn_map a::after {
		border-width: calc(5 / 1599 * 100vw) 0 calc(5 / 1599 * 100vw) calc(8 / 1599 * 100vw);
		right: calc(30 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.map {
		padding: calc(500 / 1299 * 100vw) 0 0 0;
	}
	.map iframe {
		margin-top: calc(-150 / 1299 * 100vw);
		height: calc(100% + calc(150 / 1299 * 100vw));
	}
	.btn_map {
		left: calc(30 / 1299 * 100vw);
		top: calc(30 / 1299 * 100vw);
		width: calc(300 / 1299 * 100vw);
	}
	.btn_map a {
		height: calc(60 / 1299 * 100vw);
		background: url("images/page/icn_map.svg")no-repeat left calc(30 / 1299 * 100vw) center / calc(16 / 1299 * 100vw) auto;
	}
	.btn_map a::after {
		border-width: calc(5 / 1299 * 100vw) 0 calc(5 / 1299 * 100vw) calc(8 / 1299 * 100vw);
		right: calc(30 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.wrap_map {
		background: url(images/page/pattern_gray02.png) repeat center / calc(150 / 750* 100vw) calc(200 / 750* 100vw);
	}
	.map { padding-top: calc(500 / 750 * 100vw); }
	.map iframe {
		margin-top: calc(-200 / 750 * 100vw);
		height: calc(100% + calc(200 / 750 * 100vw));
	}
	.btn_map {
		width: calc(600 / 750 * 100vw);
		height: calc(100 / 750 * 100vw);
		margin: 0 auto calc(60 / 750 * 100vw);
		font-size: 1.0625rem;
		letter-spacing: 0;
		position: relative;
		left: auto;
		top: auto;
	}
	.btn_map a {
		background-position: left 3vw center;
		background-size: calc(30 / 750 * 100vw) auto;
		height: calc(100 / 750 * 100vw);
	}
	.btn_map a::after {
		border-width: calc(10 / 750 * 100vw) 0 calc(10 / 750 * 100vw) calc(16 / 750 * 100vw);
		right: 4vw;
	}
}
/* 医療法人社団 健正会 index_corporation
------------------------------------------------------------------*/
.bg__corporation01{
	background: #dedddd;
}
.box__corporation01{
	border: calc(3 / 1920* 100vw) solid #0e1632;
}
.box__corporation01 .bdr{
	border: 1px solid #0e1632;
}
.box__corporation01 .ccl{
    width: calc(240 / 1920* 100vw);
    height: calc(240 / 1920* 100vw);
    background: url(images/index/deco__feature05.png) no-repeat center / cover;
	left: calc(-1 * var(--size90px));
	top: calc(-1 * var(--size60px));
}
.row__corporation01 {
	gap: var(--size100px) 8%;
}
.row__corporation01 .col{
	max-width: calc(540 / 1920* 100vw);
	width: 46%;
}
/* .row__corporation01 .col_txt{
	width: 49%;
	max-width: calc(580 / 1920* 100vw);
} */
.icn__corporation01{
	width: calc(61 / 1920* 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.box__corporation01 .ccl{
		width: calc(240 / 1599* 100vw);
		height: calc(240 / 1599* 100vw);
	}
	.box__corporation01{
		border-width: calc(3 / 1599* 100vw);
	}
	.row__corporation01 .col_img{
		max-width: calc(540 / 1599* 100vw);
	}
	.row__corporation01 .col_txt{
		max-width: calc(580 / 1599* 100vw);
	}
	.icn__corporation01{
		width: calc(61 / 1599* 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.box__corporation01 .ccl{
		width: calc(180 / 1299 * 100vw);
        height: calc(180 / 1299 * 100vw);
        font-size: calc(16 / 1299 * 100vw);
		left: calc(-1 * var(--size70px));
    }
	.box__corporation01{
		border-width: calc(3 / 1299* 100vw);
	}
	.ttl__corporation01 {
		font-size: 1.55rem;
	}
	.row__corporation01 .col_img{
		max-width: calc(540 / 1299* 100vw);
	}
	.row__corporation01 .col_txt{
		max-width: calc(580 / 1299* 100vw);
	}
	.icn__corporation01{
		width: calc(61 / 1299* 100vw);
	}
}
@media(max-width: 767px) {
	.box__corporation01 .ccl{
		width: calc(240 / 750* 100vw);
		height: calc(240 / 750* 100vw);
		font-size: 62.5%;
		left: calc(-90 / 750* 100vw);
		top: calc(-40 / 750* 100vw);
	}
	.box__corporation01{
		border-width: calc(6 / 750* 100vw);
		max-width: calc(650 / 750* 100vw);
		margin:0 auto;
		padding: 2vw 2vw;
	}
	.box__corporation01 .bdr{
		padding: 5vw calc(25 / 750 * 100vw) 7vw
	}
	.ttl__corporation01 {
		font-size: 93.75%;
		line-height: 1.9;
		margin: 0 0 3vw 1vw;
	}
	.ttl__corporation01 span{
		font-size:166.66%;
		line-height: 1;
	}
	.txt__corporation01 {
		margin-bottom: var(--size80px);
	}
	.row__corporation01 {
		flex-direction: column;
		align-items: center;
		gap: var(--size70px) 0;
	}
	.row__corporation01 .col{
		width: 100%;
		max-width:calc(540/ 750*100vw);
	}
	.icn__corporation01{
		width: calc(61 / 750* 100vw);
		margin-bottom: 2vw;
	}
}
/* TOPバナー
------------------------------------------------------------------*/
.row__bnr01 .col{
	width: 49.3%
}
.row__bnr02 .col{
	max-width: 486px;
	width: 33%;
}
.row__bnr02 .col:first-child{
	margin-right: 1.5%;
}
@media(min-width: 768px) and (max-width:1599px) {

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

}
@media(max-width: 767px) {
	.bg__bnr01{
		padding: 8vw 0;
	}
	.row__bnr01 .col{
		width: 100%
	}
	.row__bnr01 .col:first-child{
		margin-bottom: 4vw;
	}
	.row__bnr02 .col{
		width: 48%;
	}
	.row__bnr02 .col:first-child {
		margin-right: 4%;
	}
}

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

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

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

}


/* recruit00
------------------------------------------------------------------*/
.box__recruit00 {
	width: 70%;
    max-width: calc(1340 / 1920 * 100vw);
	background: url("images/index/bg__recruit00.png")no-repeat right bottom / 100% auto,url("images/index/bg__recruit00.png")no-repeat left bottom / 100% auto,url("images/page/pattern_blue.png")repeat center / auto;
	outline: calc(3 / 1920 * 100vw) solid #fff;
    outline-offset: calc(-20 / 1920 * 100vw);
}
.img__recruit00 {
	width: calc(531 / 1920 * 100vw);
	right: calc(-210 / 1920 * 100vw);
    top: calc(-40 / 1920 * 100vw);
}
.img__recruit00 {
	width: calc(481 / 1920 * 100vw);
	left: calc(-163 / 1920* 100vw);
	bottom: calc(-40 / 1920 * 100vw);
}
.btn__recruit00 {
    max-width: 320px;
	width: 50%;
}
.btn__recruit00 a {
    padding: calc(10 / 1920* 100vw) 3% calc(15 / 1920* 100vw);
	border: none;
}
.btn__recruit00.arw02 a:after {
	width: calc(10 / 1920* 100vw);
    height: calc(10 / 1920* 100vw);
    border-bottom: 2px solid #b1924f;
    border-right: 2px solid #b1924f;
	right: calc(35 / 1920* 100vw);
}
@media(min-width: 767px) {
	.btn__recruit01 a:hover {
		color: #1f1f1f;
	}
	.btn__recruit00.arw02 a:hover:after {
		border-bottom-color: #b1924f;
		border-right-color: #b1924f;
		right: calc(30 / 1920* 100vw);
		transition: .3s;
	}
}

@media(min-width: 768px) and (max-width:1599px) {
	.box__recruit00 {
		max-width: calc(1200 / 1599 * 100vw);
		background: url("images/index/bg__recruit01.png")no-repeat right bottom / 100% auto,url("images/index/bg__recruit02.png")no-repeat left bottom / 100% auto,url("images/page/pattern_blue.png")repeat center / auto;
		outline: calc(3 / 1599 * 100vw) solid #fff;
		outline-offset: calc(-20 / 1599 * 100vw);
	}
	.img__recruit00 {
		width: calc(481 / 1599* 100vw);
		right: calc(-238 / 1599* 100vw);
		top: calc(-40 / 1599* 100vw);
	}
	.img__recruit00 {
		width: calc(461 / 1599 * 100vw);
		left: calc(-235 / 1599* 100vw);
		bottom: calc(-40 / 1599 * 100vw);
	}
	.btn__recruit00 a {
		padding: calc(10 / 1599* 100vw) 3% calc(15 / 1599* 100vw);
	}
	.btn__recruit00.arw02 a:after {
		width: calc(10 / 1599* 100vw);
		height: calc(10 / 1599* 100vw);
		right: calc(35 / 1599* 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.box__recruit00 {
		max-width: calc(1200 / 1299 * 100vw);
		background: url("images/index/bg__recruit00.png")no-repeat right bottom / 100% auto,url("images/index/bg__recruit00.png")no-repeat left bottom / 100% auto,url("images/page/pattern_blue.png")repeat center / auto;
		outline: calc(3 / 1299 * 100vw) solid #fff;
		outline-offset: calc(-20 / 1299 * 100vw);
	}
	.img__recruit00 {
		width: calc(361 / 1299* 100vw);
		right: calc(-191 / 1299* 100vw);
		top: calc(-40 / 1299* 100vw);
	}
	.img__recruit00 {
		width: calc(341 / 1299* 100vw);
		left: calc(-191 / 1299* 100vw);
		bottom: calc(-40 / 1299* 100vw);
	}
	.btn__recruit00 a {
		padding: calc(10 / 1299* 100vw) 3% calc(15 / 1299* 100vw);
	}
	.btn__recruit00.arw02 a:after {
		width: calc(10 / 1299* 100vw);
		height: calc(10 / 1299* 100vw);
		right: calc(35 / 1299* 100vw);
	}
}
@media(max-width: 767px) {
	.index_recruit {
		padding: 15vw 0 15vw;
	}
	.box__recruit00 {
		width: 100%;
		max-width: calc(702 / 750 * 100vw);
		/*padding: 29vw 0 8vw;*/
		background: url("images/index/bg__recruit00.png")no-repeat right bottom / 100% auto,url("images/index/bg__recruit00.png")no-repeat left bottom / 100% auto,url("images/page/pattern_blue.png")repeat center / auto;
		outline: calc(3 / 750 * 100vw) solid #fff;
		outline-offset: calc(-20 / 750 * 100vw);
	}
	.img__recruit00 {
		width: calc(340 / 750* 100vw);
		right: calc(28 / 750* 100vw);
		top: calc(-40 / 750* 100vw);
	}
	.img__recruit00 {
		width: calc(350 / 750* 100vw);
		left: calc(30 / 750* 100vw);
		top: calc(-79 / 750* 100vw);
		bottom: auto;
	}
	.ttl__recruit00 {
		margin-bottom: 2vw;
	}
	.ttl__recruit00 .en {
		font-size: 2.5rem;
		letter-spacing: .0em;
	}
	.ttl__recruit00 .ja {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.box__recruit00 > .txt {
		font-size: .875rem;
		line-height: 1.8;
		margin-bottom: 5vw
	}
	.btn__recruit00 {
		max-width: calc(550 / 750* 100vw);
		width: 79%;
	}
	.btn__recruit00 a {
		padding: calc(19 / 750* 100vw) 3% calc(21 / 750* 100vw);
	}
	.btn__recruit00.arw02 a:after {
		width: calc(16 / 750* 100vw);
		height: calc(16 / 750* 100vw);
		right: calc(53 / 750* 100vw);
	}
	.btn__recruit00 a .txt {
		font-size: .9375rem;
	}
}