@charset "UTF-8";

/* html {
	scroll-behavior: smooth;
} */

body {
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","游ゴシック","Yu Gothic",Meiryo,sans-serif;
	font-style: normal;
	font-size: 17px;
	letter-spacing: .1em;
	line-height: 1.8;
	font-display: swap;
	padding:0;
	margin:0;
	-webkit-text-size-adjust: 100%;
}

div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fildset,p,blockquote,
figure,figcaption,hr{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-weight: inherit;
}
img {
	display: block;
    /* width: 100%; */
	height: auto;
    max-width: 100%;
	object-fit: cover;
	margin: auto;
}
img.radi-50 {border-radius: 50%;}
img.radi-25 {border-radius: 25px;}

table {
    font-size: inherit;
    font: 100%;
	border-collapse: separate;
	border-spacing: 0;
}
address {
	font-style: normal;
	line-height: 1.7;
	letter-spacing: .08em;
	word-break: keep-all;
	overflow-wrap: break-word;
}
ul{
	list-style:none;
}
ol{
	list-style-position: inside;
}
a{
	color: inherit;
	text-decoration: none;
	outline: 0;
	transition: color 0.4s, background-color 0.4s;
}
button {
	display: block;
	padding: 0;
	border: none;
	outline: none;
	font: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
}
cite {
	display: block;
	color: #abb3bb;
	font-size: 94%;
	font-style: normal;
	letter-spacing: .1em;
	line-height: 1.8;
	margin-top: 1em;
}
iframe {
	display: block;
}
i {font-weight: normal !important;}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*<group=style>*/
.fw_bold{font-weight: bold;}
/*</group>*/

/*<group=text_align>*/
.txt_al_l{text-align:left;}
.txt_al_r{text-align:right;}
.txt_al_c{text-align:center;}
.sp_txt_l{text-align:center;}
/*</group>*/

/*<group=float>*/
.flt_l{float:left;}
.flt_r{float:right;}	
/*</group>*/

.blocklink,
.blocklink_out {
	cursor:pointer;
}

.img_max {
	width: 100% !important;
	max-width: initial !important;
}
.change_img img {margin-left: auto; margin-right: auto;}

.flex_box {	display: flex;}
.grid_box {	display: grid;}

.aster_txt,
.aster_list > li {
	position: relative;
	color: #787473;
	line-height: 1.5;
	margin-top: .5em;
}
.aster_list > li {
	text-indent: -1em;
    padding-left: 1em;
}

.ft_min {
	font-family: "toppan-bunkyu-mincho-pr6n", serif;
	font-weight: 400;
	font-style: normal;
}
.ft_fut {
	font-family: "futura-pt", sans-serif;
	font-weight: 400;
	font-style: italic;
	line-height: 1;
	letter-spacing: .02em;
}
.ft_fut_m {
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1;
	letter-spacing: .1em;
}

.com_txt_link {
	text-decoration: underline;
	text-underline-offset: .1em;
}
.com_txt_link:hover {
	text-decoration: none;
	color: var(--color_dgrn);
}

.fs__19 {
	font-size: 112%;
}

#wrapper {
	overflow: clip;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
body {
	font-size: 15px;
	letter-spacing: .02em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/* スマホのときはビューポートを基準にサイズ調節する */
/* スマホ時：emまたは%で指定する */
/* スマホ以外でビューポート基準にするときは、その都度「vw」で指定する */
body {
	font-size: 4.1vw;
	letter-spacing: .02em;
	line-height: 1.6;
}
/*<group=text_align>*/
.sp_txt_l{text-align:left;}	
/*</group>*/

img.radi-25 { border-radius: 3.4vw;}

.aster_txt,
.aster_list > li {
	line-height: 1.6;
}

cite {
	font-size: 75%;
	letter-spacing: normal;
	line-height: 1.4;
	margin-top: 1em;
}
address {
	font-size: 85%;
	letter-spacing: .02em;
}

.fs__19 {
	font-size: 105%;
}
}



/* ========================================================
  
  variable

======================================================== */
:root {
	--font_min: normal normal 400 100%/1 "toppan-bunkyu-mincho-pr6n", serif;
	--font_fut: italic normal 400 100%/1 "futura-pt", sans-serif;
	--font_fut_m: normal normal 500 100%/1 "futura-pt", sans-serif;

	--color_red: #9e0000;
	--color_org: #f15a24;
	--color_yel: #e3db09;
	--color_grn: #71bd7f;
	--color_dgrn: #63a665;
	--color_lgrn: #8bc750;
	--color_gry: #98959c;
	--color_bei: #faf6f5;
}

.red {color: var(--color_red);}
.org {color: var(--color_org);}
.yel {color: var(--color_yel);}
.grn {color: var(--color_grn);}
.dgrn {color: var(--color_dgrn);}
.lgrn {color: var(--color_lgrn);}
.gry {color: var(--color_gry);}

.bg_white {	background-color: #fff;}
.bg_beige {	background-color: var(--color_bei);}
.bg_lgrn {	background-color: var(--color_lgrn);}



/* ========================================================
  
  layout

======================================================== */

/*---------------------------------------------------------
  header
---------------------------------------------------------*/
header {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 50px min(7%,110px) 15px;
	z-index: 500;
}
header .h_logo {
	display: block;
	max-width: 491px;
}
.h_txt {
	color: #6b6767;
	font: var(--font_min);
	font-size: min(1.2vw,64%);
	line-height: 1.4;
	margin-top: .5em;
}
header .scl_contact {
	display: none;
}
header .ctc_list {
	display: flex;
	align-items: center;
	column-gap: 3%;
	justify-content: flex-end;
}
/* PC,Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) {
header .h_inbox {
	position: relative;
	display: flex;
	justify-content: space-between;
}
header .h_left {
	width: 41%;
}
header .h_right {
	width: 56%;
	max-width: 630px;
}
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1350px) {
header {
	padding: 4% 4% 10px;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
header {
	padding: 5vw 22vw 5vw 4vw;
}
.h_txt {
	font-size: 65%;
	letter-spacing: .1em;
}
header .h_right,
header .m_nav_area {
	display: none;
}
}

/*---------------------------------------------------------
scl_header
---------------------------------------------------------*/
#scl_header {
	position: fixed;
	z-index: 500;
	left: 0;
	top: 0;
	width: 100%;
	transform: translateY(-101%);
}
#scl_header.is-show {
	display: block;
	transform: translateY(0);
	opacity: 1;
    animation: sclAnimation 1.0s;
}
#scl_header .scl_flex {
	display: flex;
	justify-content: space-between;
	column-gap: 1%;
	background-color: rgba(255,255,255,1);
	border-bottom: 1px solid #C1C0C0;
}
#scl_header .scl_nav_area {
	align-self: center;
	padding: 1em;
}
#scl_header .m_nav {
    font-size: min(1.1vw, .795rem);
}
#scl_header .scl_contact {
	display: block;
	max-width: 220px;
	border-left: 1px solid #C1C0C0;
}
#scl_header .com_tel_style {
	font-size: min(2vw,129%);
	padding: .5em;
}
#scl_header .com_ctc_btn > a {
    font-size: min(1.7vw,113%);
	border-radius: 0;
	padding: .6em 2em .6em .4em;
}
#scl_header .com_ctc_btn > a::before {
	font-size: 50%;
}
@keyframes sclAnimation {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
	}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#scl_header {
	display: none !important;
}
}

/*---------------------------------------------------------
  m_nav
---------------------------------------------------------*/
.m_nav {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: min(1.3vw,.9rem);
}
.m_nav > li {
	position: relative;
}
.m_nav > li > a {
	position: relative;
	display: block;
	text-align: center;
	font: var(--font_min);
	line-height: 1.3;
	letter-spacing: .04em;
	word-break: keep-all;
	overflow-wrap: break-word;
	padding: 0 1.2em;
}
.m_nav > li:first-of-type::before {
	left: 0;
	right: auto;
}
.m_nav > li:first-of-type::before,
.m_nav > li > a::before {
	position: absolute;
	display: block;
	content: "";
	background-color: #c1c0c0;
	width: 1px;
	height: .8em;
	right: 0;
	top: 50%;
	translate: 0 -50%;
}
.m_nav > li > a::after {
	position: absolute;
	content: "";
	background-color: currentColor;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	left: 0;
	right: 0;
	bottom: -1em;
	margin: auto;
	opacity: 0;
	transition: opacity .4s;
}
.m_nav > li > a.select,
.m_nav > li > a:hover {
	color: var(--color_grn);
}
.m_nav > li > a.select::after,
.m_nav > li > a:hover::after {
	opacity: 1;
}
.m_nav > li.menu_med,
.m_nav > li.menu_sym {
	position: static;
}

.m_nav > li > a > .dot {
	line-height: 0.4;
}

.m_nav > li.menu_open > a {
	padding-right: 2em;
}
.m_nav .icon_open {
	position: absolute;
	right: .8em;
	top: 52%;
	translate: 0 -50%;
}
.m_nav .icon_open::before,
.m_nav .icon_open::after {
	height: 1px;
}

.m_nav_area .m_nav .menu_med wbr,
.m_nav_area .m_nav .menu_rec wbr,
.m_nav_area .m_nav .menu_new wbr {
	display: none;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.m_nav > li > a > .dot {
	display: block;
}
}

/*-------------------------------------
m_nav:in_menu
-------------------------------------*/
.in_menu {
	display: none;
	position: absolute;
	width: 16em;
	color: #FFF;
	font-size: min(1.4vw,1rem);
	right: 50%;
	top: calc(100% + 1.5em);
	translate: 50% 0;
	background: var(--color_grn);
	box-sizing: border-box;
	padding: 2em 36% 3em;
	border-radius: 1.5em;
	z-index: 999;
}
.in_menu.in_width {
	width: 94vw;
	padding: 3em 4%;
}
.in_menu.in_long ul {
	display: block;
}

/* sym_inmenu */
.in_menu.sym_inmenu {
	width: 80vw;
	max-width: 960px;
	right: 42%;
}
.in_menu.sym_inmenu dl:not(:last-of-type) {
	margin-bottom: 5%;
}
.in_menu.sym_inmenu dl dt {
	text-align: center;
	font: var(--font_min);
	font-size: 120%;
	background-color: rgba(250,246,245,0.12);
	padding: .6em 1em;
	border-radius: .3em;
	margin-bottom: 1.2em;
}
.in_menu.sym_inmenu dl dd p {
	position: relative;
	font: var(--font_min);
	font-size: 105%;
	font-feature-settings: "halt";
	padding-left: 1.2em;
}
.in_menu.sym_inmenu dl dd p:not(:first-of-type) {
	margin-top: 1.5em;
}
.in_menu.sym_inmenu dl dd p::before {
	position: absolute;
	font-family: 'fontello';
	content: '\e803';
	color: var(--color_dgrn);
	left: 0;
	top: 0;
}
/* scl_header */
#scl_header .in_menu.med_inmenu {
	right: auto;
	left: 0;
	translate: none;
}
#scl_header .in_menu.sym_inmenu {
	right: 30%;
}

/*---------------------------------------------------------
  m_nav_area
---------------------------------------------------------*/
.m_nav_area {
	padding: 2em 0 1em;
}
.m_nav_area .med_inmenu {
	left: auto;
}


/*---------------------------------------------------------
  drawer
---------------------------------------------------------*/
#drawer {
	color: #FFF;
}
.drw_mark {
	display: block;
	width: 9.4%;
	margin-left: 2%;
	margin-bottom: 10%;
	mix-blend-mode: hard-light;
}
.drw_index {
	text-align: center;
	font: var(--font_min);
	font-size: 110%;
	letter-spacing: .1em;
	margin-bottom: 1em;
}
.drw_inbox {
	position: relative;
	padding: 12% 0;
}
/* drw_search */
.drw_search {
	padding-bottom: 16vw;
}
.drw_search .open_box {
	display: none;
}
.drw_search::before {
	position: absolute;
	content: "";
	background-color: rgba(99,166,101,0.5);
	width: 100vw;
	height: 100%;
	left: 0;
	top: 0;
	margin-inline: calc(50% - 50vw);
}
.drw_search > * {
	position: relative;
}
.drw_search .drw_index span {
	color: var(--color_yel);
}
.drw_search dl:nth-of-type(n+2) {
	margin-top: 10%;
}
.drw_search dt {
	text-align: center;
	font: var(--font_min);
	font-size: 105%;
	letter-spacing: .2em;
	background-color: rgba(250,246,245,0.12);
	padding: .6em 1em;
	border-radius: .3em;
	margin-bottom: 1.2em;
}
.drw_search dd p {
	position: relative;
	font: var(--font_min);
	font-size: 100%;
	letter-spacing: .1em;
	padding-left: 1.2em;
	margin-bottom: .1em;
}
.drw_search dd p:not(:first-of-type) {
	margin-top: 1.4em;
}
.drw_search p::before {
	position: absolute;
	font-family: 'fontello';
	content: '\e803';
	color: var(--color_dgrn);
	left: 0;
	top: 0;
}

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
#drawer {
	display: none;
}
}


/*---------------------------------------------------------
footer
---------------------------------------------------------*/
footer .f_btm {
	background: linear-gradient(90deg, rgba(99,166,101,1) 0%, rgba(113,189,127,1) 100%);
	box-sizing: border-box;
	padding: 90px 8% 45px;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
footer .map_wrap {
	display: grid;
	grid-template-columns: 50% 50%;
	height: min(48vw,710px);
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
footer .map_wrap > * {
	height: 70vw;
}

footer .f_btm {
	padding: 12% 5% 22%;
}
}
/*footer:f_info
---------------------------------------------------------*/
footer .bg_img {
	background: url(../images/common/f_img@2x.jpg) no-repeat center center;
	background-size: cover;
}
footer .f_logo {
	max-width: max-content;
}
footer address {
	margin: 1.5em 0;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
footer .f_info {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 53% 41%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
footer .f_info > div:first-of-type {
	margin-bottom: 8%;
}
footer address {
	margin: 1.2em 0;
}
}
/*footer:f_partner
---------------------------------------------------------*/
footer .f_partner {
	background-color: var(--color_bei);
}
footer .f_partner dt {
	text-align: center;
	font-size: min(2.2vw,147%);
	margin-bottom: 2em;
}
footer .f_partner ul {
	max-width: 1260px;
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(4,min(300px,24%));
	row-gap: 1.2em;
	margin: 0 auto;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
footer .f_partner dt {
	font-size: 110%;
	margin-bottom: 1.5em;
}
footer .f_partner ul {
	grid-template-columns: repeat(2,48%);
	row-gap: 4vw;
}
}
/*footer:f_sitemap
---------------------------------------------------------*/
footer .f_sitemap {
	max-width: 1260px;
	color: #FFF;
	font-size: 88%;
}
footer .f_sitemap ul {
	display: flex;
	flex-wrap: wrap;
}
footer .f_sitemap ul > li {
	margin-bottom: .8em;
}
footer .f_sitemap a {
	position: relative;
	display: block;
	line-height: 1.2;
}
footer .com_txt_link:hover,
footer .f_sitemap a:hover {
	color: #c1d656;
}
footer .f_sitemap dt {
	position: relative;
	font-weight: bold;
	padding-left: 1.4em;
	margin-top: 2em;
	margin-bottom: .6em;
}
footer .f_sitemap dt::before {
	position: absolute;
	font-family: 'fontello';
	content: '\e803';
	color: #c1d656;
	font-weight: normal;
	left: 0;
	top: 0;
}
footer .f_sitemap dd {
	padding-left: 1.2em;
}

footer .f_sitemap .f_menu1 > li {
	margin-right: 2em;
}
footer .f_sitemap .f_menu1 > li:last-of-type {
	margin-right: 0;
}
footer .f_sitemap .f_menu1 a {
	padding-left: 1.4em;
}
footer .f_sitemap .f_menu1 a::before {
	position: absolute;
	font-family: 'fontello';
	content: '\e801';
	left: 0;
	top: 0;
}
footer .f_sitemap .f_menu2 > li {
	padding-right: .5em;
	margin-right: .6em;
	border-right: 1px solid currentColor;
}
footer .f_sitemap .f_menu2 > li:last-of-type {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*accordion*/
footer .sp_openbox {
	display: none;
	padding-top: 5%;
}
}

/*footer:f_copy_wrap
---------------------------------------------------------*/
footer .f_copy_wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: min(6%,50px);
}
footer .f_bnrlist {
	display: flex;
	flex-wrap: wrap;
	gap: 1em 2%;
}
footer .f_bnrlist > li {
	width: 25vw;
	max-width: 200px;
}
footer .copyright {
	display: block;
	text-align: right;
	font-size: 88%;
	letter-spacing: .1em;
	line-height: 1.4;
	margin-top: 1.2em;
}
#pagetop {
	display: block;
	background-color: transparent;
	border: 1px solid rgba(255,255,255,0.2);
	rotate: -90deg;
	margin-left: auto;
}
#pagetop:hover {
	background-color: rgba(255,255,255,0.2);
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
footer .f_copy_wrap {
	margin-top: 8%;
}
footer .f_bnrlist > li {
	width: 35vw;
}
footer .copyright {
	font-size: 75%;
}
}


/*---------------------------------------------------------
  sp_footer
---------------------------------------------------------*/
@media only screen and (min-width: 768px) {
#sp_footer {display: none !important;}
}
#sp_footer {
	position: fixed;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	left: 0;
	bottom: 0;
	z-index: 1000;
}
#sp_footer ul {
	display: grid;
	grid-template-columns: 50% 50%;
	text-align: center;
}
#sp_footer ul li:first-of-type {
	align-self: center;
}
#sp_footer .com_ctc_btn a {
	padding-top: 1em;
	padding-bottom: 1em;
	border-radius: 0;
}
#sp_footer .com_tel_style {
	font-size: 5.5vw;
}




/* ========================================================
  
  style

======================================================== */

/*---------------------------------------------------------
tel
---------------------------------------------------------*/
/* スマホで電話をかけるボタン：画像対応 */
.sp_tel_btn {
	position: relative;
}
.sp_tel_btn img {
	position: relative;
	z-index: 0;
}
.sp_tel_btn span,
.sp_tel_btn a {
	display: block;
}
.sp_tel_btn a {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
/* PC時はaタグ無効 */
@media(min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*---------------------------------------------------------
anchor
---------------------------------------------------------*/
.anchor-target {
	scroll-margin-top: 90px;
}
@media only screen and (max-width: 767px) {
.anchor-target {
	scroll-margin-top: 0;
}
}


/*---------------------------------------------------------
scroll
---------------------------------------------------------*/
.scl_area {
	position: relative;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.scl_area {
	padding-bottom: 8%;
}
}


/*---------------------------------------------------------
animation
---------------------------------------------------------*/
.anm_fade,
.fade_list > li {
	opacity: 0;
	transition: opacity 1.5s ease;
}
.anime_on .anm_fade,
.anime_on.anm_fade,
.fade_list.anime_on > li {
	opacity: 1;
}

.anm_up,
.fadeup_list > li {
	opacity: 0;
	translate: 0 20px;
	transition: all 1s .2s ease;
}
.anime_on .anm_up,
.anime_on.anm_up,
.fadeup_list.anime_on > li {
	opacity: 1;
	translate: 0 0;
}
.fade_list > li:nth-of-type(2) {transition-delay: .2s}
.fade_list > li:nth-of-type(3) {transition-delay: .4s}
.fade_list > li:nth-of-type(4) {transition-delay: .6s}
.fade_list > li:nth-of-type(5) {transition-delay: .8s}
.fade_list > li:nth-of-type(6) {transition-delay: 1.0s}
.fade_list > li:nth-of-type(7) {transition-delay: 1.2s}

.anm_zoom {
	opacity: 0;
	scale: 0.9;
	transition: all .7s .2s ease;
}
.anime_on .anm_zoom,
.anime_on.anm_zoom {
	opacity: 1;
	scale: 1;
}

/*PC,Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) {
.fadeup:nth-of-type(2),
.anm_fade:nth-of-type(2) {transition-delay: .2s}
}


/*---------------------------------------------------------
com_obj
---------------------------------------------------------*/
.com_obj {
	position: absolute;
    width: min(40vw,600px);
    background-color: #D2FFBB;
	background: radial-gradient(rgba(227,219,9,0.5), rgba(227,219,9,0) 60%, rgba(227,219,9,0) 90%);
    border-radius: 50%;
	aspect-ratio: 1;
	pointer-events: none;
	transition: scale .5s;
	animation: grdAnm 10s infinite;
}
.com_obj:nth-of-type(even) {
	animation-delay: 4s;
	transition-delay: .3s;
}
@keyframes grdAnm {
    0% { scale: 1;}
    50% { scale: 1.5;}
    100% { scale: 1;}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_obj {
	width: 70vw;
}
}


/*---------------------------------------------------------
slider
---------------------------------------------------------*/
.com_bx_wrap {
	position: relative;
}
.com_bx_wrap .slide_list li {
    display: none;
	margin-right: 30px;
}
.com_bx_wrap .bx-viewport .slide_list li {
    display: block;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_bx_wrap .slide_list li {
	margin-right: 4vw;
}
}
/*swiper
---------------------------------------------------------*/
/* .swiper { display: none;} */
.swiper-wrapper {z-index: auto;}
/* .swiper.swiper-initialized { display: block;} */
.swiper-fade .swiper-slide {
    transition-property: opacity !important;
}
.swip_ticker .swiper-wrapper {
	transition-timing-function: linear !important;
	z-index: auto;
}
.com_slide li {
	width: 37.4vw;
	max-width: 560px;
	margin-right: 1vw;
}

/*---------------------------------------------------------
contact
---------------------------------------------------------*/

/*contact:com_tel
---------------------------------------------------------*/
.com_tel_style {
	font: var(--font_fut);
	font-size: min(3vw,229%);
	letter-spacing: .04em;
	white-space: nowrap;
}
.com_tel_style i {
	letter-spacing: normal;
	vertical-align: -0.05em;
}
.com_tel_style::before {
	display: inline-block;
	font-family: 'fontello';
	content: '\e802';
	color: #FFF;
	text-align: center;
	font-size: 74%;
	font-weight: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	vertical-align: 0.1em;
	width: 1.4em;
	background-color: #71bd7f;
	border-radius: 50%;
	margin-right: 0.2em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_tel_style {
	font-size: 7.5vw;
}
}
/*contact: com_ctc_btn
---------------------------------------------------------*/
.com_ctc_btn {
	max-width: 310px;
}
.com_ctc_btn > a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #FFF;
	/* font-size: min(1rem); */
	font-size: min(2vw,141%);
	letter-spacing: .02em;
	line-height: 1;
	white-space: nowrap;
	background: linear-gradient(90deg, rgba(99,166,101,1) 0%, rgba(193,214,86,1) 50%, rgba(99,166,101,1) 100%);
	background-position: 0% 50%;
	background-size: 200% auto;
	box-sizing: border-box;
	padding: .8em 3em .8em 1.6em;
	border-radius: 3em;
	transition: background 0.5s ease-out;
}
.com_ctc_btn > a::before {
	position: absolute;
	display: block;
	font-family: 'fontello';
	content: '\e800';
	font-weight: normal;
    text-align: center;
	color: #FFF;
	background-color: var(--color_dgrn);
    border-radius: 50%;
	font-size: 66%;
	letter-spacing: normal;
    width: 2.5em;
	line-height: 2.5;
	right: .8em;
	top: 50%;
	translate: 0 -50%;
	transition: all .4s;
}
.com_ctc_btn > a span {
	font: var(--font_fut);
	font-size: 125%;
	letter-spacing: .01em;
	margin-right: .1em;
}
.com_ctc_btn > a dt {
	font-size: 60%;
	font-weight: bold;
	margin-bottom: .5em;
}
.com_ctc_btn > a dt span {
	font: var(--font_fut_m);
	font-size: 137%;
}
.com_ctc_btn > a:hover {
	background-position: 110% 0%;
}
.com_ctc_btn > a:hover::before {
	background-color: #8BC750;
}
/* btn_tel */
.com_ctc_btn.btn_tel a::before {
	display: none;
}
.com_ctc_btn.btn_tel .com_tel_style {
	font-size: 117%;
}
.com_ctc_btn.btn_tel .com_tel_style::before {
	background-color: transparent;
	font-size: 100%;
	vertical-align: 0;
	margin-left: -0.5em;
	margin-right: -0.2em;
}
/* btn_web */
.com_ctc_btn.btn_web .icon {
	display: inline-block;
	background: url(../images/common/icon_web.svg) no-repeat left center;
	background-size: 1.5em auto;
	padding-left: 1.8em;
}
.com_ctc_btn.btn_web a::before {
	rotate: -45deg;
}
.com_ctc_btn.btn_tel a::after {
	display: none;
}

.com_ctc_list .com_ctc_btn a {
	border-radius: .7em;
	padding: 1.4em 2% 1.2em;
}
.com_ctc_list .com_ctc_btn a::before {
	right: 0;
	top: 0;
	translate: none;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.com_ctc_list .com_ctc_btn a {
	font-size: min(3vw,170%);
}
footer .com_ctc_list .com_ctc_btn a {
	font-size: min(2.3vw,170%);
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_ctc_btn > a {
	font-size: 4.4vw;
}
.com_ctc_btn > a dt {
	font-size: 65%;
}

.com_ctc_list .com_ctc_btn a {
	font-size: 106%;
}
}
/*contact:com_ctc_list
---------------------------------------------------------*/
.com_ctc_list {
	max-width: 652px;
	/* display: grid; */
	/* grid-template-columns: 48.5% 48.5%; */
	display: flex;
	justify-content: center;
	column-gap: 3%;
	margin-inline: auto;
}
.com_ctc_list > li {
	width: 48.5%;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.com_ctc_list {
	width: 80%;
}
footer .com_ctc_list {
	width: 100%;
	margin-left: 0;
}
}


/*---------------------------------------------------------
schedule
---------------------------------------------------------*/

/*com_vble
---------------------------------------------------------*/
.com_timetable {
	width: 100%;
	max-width: 780px;
	text-align: center;
	font-size: min(1.5vw,1rem);
	line-height: 1.0em;
	box-sizing: border-box;
	padding: 8% 2% 5% 0;
	border-top: 1px solid #838080;
	border-bottom: 1px solid #838080;
}
.com_timetable th,
.com_timetable td {
	white-space: nowrap;
}
.com_timetable th {
	width: 37%;
	text-align: center;
	font-weight: normal;
	vertical-align: middle;
}
.com_timetable td {
	width: 9%;
	text-align: center;
	vertical-align: middle;
}
.com_timetable thead {
	font: var(--font_min);
	font-size: 112%;
	letter-spacing: .2em;
	line-height: 1.0em;
}
.com_timetable thead th,
.com_timetable thead td {
	vertical-align: middle;
	padding-bottom: 1em;
}
.com_timetable thead th {
	font-size: 110%;
}
.com_timetable tbody th {
	text-align: right;
	font: var(--font_fut_m);
	font-size: 129%;
	letter-spacing: .1em;
	padding: .4em 0;
	padding-right: 1.5em;
	vertical-align: middle;
}
.com_timetable tbody td {
	color: var(--color_dgrn);
	font-size: 76%;
}
.com_timetable tbody td .icon-star {
	font-size: 138%;
}
/* caption */
.com_timetable caption {
	caption-side: bottom;
	text-align: left;
	font: var(--font_min);
	font-size: 88%;
	line-height: 1.4;
	margin-top: .6em;
}
.com_timetable caption li {
	margin-top: .5em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_timetable {
	font-size: 3.5vw;
	padding: 8% 4% 5% 3%;
}
.com_timetable th {
	width: 30%;
}
.com_timetable td {
	width: 10%;
}
.com_timetable tbody th {
	padding: .3.2em 0;
	padding-right: 1em;
}
/* caption */
.com_timetable caption {
	text-align: center;
}
}
/*com_time_txt
---------------------------------------------------------*/
.com_time_txt {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 94%;
	line-height: 1.4;
	letter-spacing: .1em;
	margin-top: 1em;
}
.com_time_txt > li {
	margin-right: 1em;
	margin-top: .2em;
}
.com_time_txt > li:last-of-type {
	margin-right: 0;
}
.com_time_txt > li span {
	font: var(--font_fut_m);
	font-size: 118%;
}

header .com_time_txt {
	font-size: 64%;
}
header .com_time_txt > li {
	margin-right: 0;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_time_txt {
	font-size: 105%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_time_txt {
	font-size: 3.2vw;
	margin-top: .6em;
}
}

/*---------------------------------------------------------
menu
---------------------------------------------------------*/

/*com_menu1
---------------------------------------------------------*/
.com_menu1 {
	display: grid;
	justify-content: space-between;
	grid-auto-columns: 1fr;
}
.com_menu1 > li {
	border-bottom: 1px solid #63A665;
	margin-top: .8em;
}
.com_menu1 > li > a {
	position: relative;
	height: 2.8em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #FFF;
	font: var(--font_min);
	font-size: min(1.4vw,0.88rem);
	letter-spacing: .1em;
	line-height: 1.4;
	box-sizing: border-box;
	padding: .2em 1.8em .2em .8em;

	word-break: keep-all;
	overflow-wrap: break-word;
}
.com_menu1 > li > a::after {
	position: absolute;
	font-family: 'fontello';
	content: '\e800';
	text-align: center;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: normal;
	right: .5em;
	top: 50%;
	translate: 0 -50%;
	transition: all .4s;
}
.com_menu1 > li > a:hover {
	color: var(--color_yel);
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.com_menu1 {
	grid-template-columns: repeat(4,23%);
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_menu1 {
	grid-template-columns: repeat(2,48.5%);
}
.com_menu1 > li {
	margin-top: .4em;
}
.com_menu1 > li > a {
	font-size: 82%;
	letter-spacing: .08em;
}
}

/*com_menu2
---------------------------------------------------------*/
.com_menu2 > li {
	margin-bottom: .8em;
}
.com_menu2 > li:last-of-type {
	margin-bottom: 0;
}
.com_menu2 > li > a {
	position: relative;
	display: inline-block;
	font-size: min(100%);
	line-height: 1.4;
	padding-left: 1.5em;
}
.com_menu2 > li > a::before {
	position: absolute;
	display: block;
	content: "";
	background-color: #63a665;
	width: .7em;
	height: 2px;
	left: 0;
	top: .6em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_menu2 > li > a {
	font-size: 90%;
}
}
/*com_medmenu
---------------------------------------------------------*/
.com_medmenu {
	display: grid;
	grid-auto-columns: 1fr;
	justify-content: space-between;
	row-gap: 1.4em;
}
.com_medmenu > li > a {
	position: relative;
	display: block;
	height: 11em;
	text-align: center;
	color: #FFF;
	font-family: "Hiragino Kaku Gothic ProN";
	font-size: min(1.4vw,0.94rem);
	font-weight: bold;
	letter-spacing: .01em;
	line-height: 1.4;
	white-space: nowrap;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.12);
	border-radius: 1.3em;
	padding: 1em 1%;
	border: 2px solid transparent;
	transition: border .5s;
}
.com_medmenu > li > a::before {
	display: block;
	position: relative;
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 5.6em;
	height: 5.6em;
	border-radius: 50%;
	margin: 0 auto .2em;
	transition: background-color .4s;
}
.com_medmenu > li > a::after {
	position: absolute;
	display: block;
	font-family: 'fontello';
	content: '\e800';
	color: #FFF;
	text-align: center;
	font-size: 60%;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 2.5;
	width: 2.5em;
	background-color: var(--color_dgrn);
	border-radius: 50%;
	right: .6em;
	bottom: .6em;
	transition: all .4s;
}
.com_medmenu > li > a:hover {
	border-color: rgba(255,255,255,0.3);
}
/* .com_medmenu > li > a:hover::before {
	background-color: rgba(255,255,255,0.2);
} */
.com_medmenu > li > a div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 3em;
}
.com_medmenu > li.menu1 > a::before {background-image: url("../images/common/icon_med1.svg");}
.com_medmenu > li.menu2 > a::before {background-image: url("../images/common/icon_med2.svg");}
.com_medmenu > li.menu3 > a::before {background-image: url("../images/common/icon_med3.svg");}
.com_medmenu > li.menu4 > a::before {background-image: url("../images/common/icon_med4.svg");}
.com_medmenu > li.menu5 > a::before {background-image: url("../images/common/icon_med5.svg");}
.com_medmenu > li.menu6 > a::before {background-image: url("../images/common/icon_med6.svg");}
.com_medmenu > li.menu7 > a::before {background-image: url("../images/common/icon_med7.svg");}
.com_medmenu > li.menu8 > a::before {background-image: url("../images/common/icon_med8.svg");}
.com_medmenu > li.menu9 > a::before {background-image: url("../images/common/icon_med9.svg");}
.com_medmenu > li.menu10 > a::before {background-image: url("../images/common/icon_med10.svg");}
.com_medmenu > li.menu11 > a::before {background-image: url("../images/common/icon_med11.svg");}
.com_medmenu > li.menu12 > a::before {background-image: url("../images/common/icon_med12.svg");}

/* PC,Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) {
.com_medmenu {
	grid-template-columns: repeat(6, 15.5%);
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_medmenu {
	grid-template-columns: repeat(3,32%);
	row-gap: 2vw;
}
.com_medmenu > li > a {
	height: 10em;
	font-size: 70%;
}
.com_medmenu > li > a::before {
	width: 4.8em;
	height: 4.8em;
}
}

/*---------------------------------------------------------
link / btn
---------------------------------------------------------*/

/*com_icon
---------------------------------------------------------*/
.com_icon {
    position: relative;
	display: block;
    text-align: center;
	color: #FFF;
	background-color: var(--color_dgrn);
    border-radius: 50%;
	font-size: min(100%,16px);
	letter-spacing: normal;
    width: 2.5em;
	line-height: 2.5;
	transition: all .4s;
} 
.com_icon::before {
	display: block;
	font-family: 'fontello';
	content: '\e800';
	font-weight: normal;
	transition: all .4s;
}
.com_icon.ank::before {
    rotate: 90deg;
}
.com_icon.bdr {
	background-color: transparent;
	border: 1px solid currentColor;
}
a:hover .com_icon::before,
.hov_arw:hover .com_icon::before {
	translate: 5% 0;
}
a:hover .com_icon.ank::before,
.hov_arw:hover .com_icon.ank::before {
	translate: 0 5%;
}
a:hover .com_icon.bdr,
.hov_arw:hover .com_icon.bdr {
	color: var(--color_dgrn);
	background-color: #FFF;
	border-color: transparent;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_icon {
    font-size: 3vw;
}
}
/*com_btn1
---------------------------------------------------------*/
.com_btn1 {
	margin-top: 1.5em;
}
.com_btn1 a {
	position: relative;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	width: 15em;
	height: 3.5em;
	min-width: max-content;
	max-width: 100%;
	text-align: left;
	font: var(--font_min);
	font-size: min(1.4vw,0.89rem);
	letter-spacing: .1em;
	line-height: 1.3;
	background-color: #fff;
	border-radius: 100vmax;
	box-sizing: border-box;
	border: 1px solid #838080;
	padding: .2em 3.6em .2em 2.5em;
	word-break: keep-all;
	overflow-wrap: break-word;
}
.com_btn1 a::before {
	position: absolute;
	display: block;
	font-family: 'fontello';
	content: '\e800';
	color: #FFF;
	text-align: center;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 2.5;
	width: 2.5em;
	background-color: var(--color_dgrn);
	border-radius: 50%;
	right: .5em;
	top: 50%;
	translate: 0 -50%;
	transition: all .4s;
}

.com_btn1 a:hover {
	background-color: rgba(139,199,80,0.2);
}

.com_btn1.size__l a {
	width: 22em;
	height: 4.6em;
}
.com_btn1.size__l a::before {
	right: 1em;
}

.com_btn1.ank a::before {rotate: 90deg;}
.com_btn1.out a::before {rotate: -45deg;}

.com_btn1.wh a {color: #FFF;}
.com_btn1.wh a::before {background-color: #FFF;}
.com_btn1.wh a:hover::before { background-color: rgba(255,255,255,0.7);}

.com_btn1.col_grn a {
	color: #FFF;
	background-color: var(--color_grn);
	border: none;
}
.com_btn1.col_grn a::before {
	background-color: transparent;
	border: 1px solid rgba(255,255,255,0.2);
}
.com_btn1.col_grn a:hover { background-color: var(--color_dgrn);}
.com_btn1.col_grn a:hover::before { background-color: rgba(255,255,255,0.2);}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_btn1 a { letter-spacing: .08em;}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_btn1 {
	text-align: center;
	margin-top: 1.2em;
}
.com_btn1 a {
	font-size: 3.2vw;
	letter-spacing: .08em;
	padding-left: 2em;
}
}
/*com_btn2
---------------------------------------------------------*/
.com_btn2 {
	margin-top: 1em;
}
.com_btn2 a {
	position: relative;
	display: inline-block;
	font-size: 105%;
	letter-spacing: .1em;
	line-height: 1.2;
	white-space: nowrap;
	padding-right: 1.3em;
}
.com_btn2 a::after {
	position: absolute;
	font-family: 'fontello';
	content: '\e800';
	color: var(--color_dgrn);
	letter-spacing: normal;
	right: 0;
	top: 0;
	transition: all .5s;
}
.com_btn2 a:hover {
	color: var(--color_dgrn);
}
.com_btn2 a:hover::after {
	right: -0.2em;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_btn2 a {letter-spacing: .08em;}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_btn2 a {
	font-size: 90%;
	letter-spacing: .05em;
}
}
/*list
---------------------------------------------------------*/
.com_btnlist {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1em;
}
.com_btnlist.jus_c {
	justify-content: center;
}
.com_btnlist > li {
	margin-right: 1.5em;
	margin-top: .8em;
}
.com_btnlist > li:last-of-type {
	margin-right: 0;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_btnlist > li {
	margin-right: 1.2em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/* .com_btnlist {
	display: block;
	margin-top: .8em;
}
.com_btnlist > li {
	margin: .8em auto 0;
} */
.com_btnlist > li {
	margin-right: .8em;
}
}


/*---------------------------------------------------------
 accordion
---------------------------------------------------------*/
.open_btn {
	position: relative;
	cursor: pointer;
	transition: color .5s, background-color .5s;
}
.open_box {
	position: relative;
	display: none;
}
/*開閉アイコン*/
.icon_open {
	letter-spacing: normal;
	line-height: 1.0em;
	display: inline-block;
	vertical-align: middle;
	width: 1.4em;
	height: 1.4em;
	border-radius: 50%;
	transform: translateY(-0.1em);
	position: relative;
	transition: transform .4s;
}
.icon_open::before,
.icon_open::after {
	content: "";
	position: absolute;
	width: .7em;
	height: 2px;
	background: currentcolor;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.icon_open::after {
	transform: rotate(90deg);
	transition: transform 0.4s;
}
.active .icon_open::after {
	transform: rotate(0deg);
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

}

/*---------------------------------------------------------
tab
---------------------------------------------------------*/
[data-tab-content] {
  display: none
}
[data-tab-content].active {
  display: block;
}


/*---------------------------------------------------------
title
---------------------------------------------------------*/
/*com_title1 : 15px*/
.com_title1 {
	position: relative;
	font: var(--font_min);
	margin-bottom: 2em;
}
.com_title1 .ft_min {
	font-size: 88%;
	margin-top: 1.2em;
}
/*com_title2 : 21px*/
.com_title2 {
	position: relative;
	text-align: center;
	font-size: min(2vw,123%);
	margin-bottom: 2em;
}
.com_title2 .com_h__en,
.com_title2 .com_deco_txt {
	font-size: 428%;
}
.com_title2 .com_h__min {
	font-size: 100%;
	margin-top: .5em;
	margin-bottom: 0;
}
/*com_title3 : 60px*/
.com_title3 {
	position: relative;
	text-align: center;
	font-size: min(5vw,352%);
	margin-bottom: 1.2em;
}
.com_title3 .com_h__min {
	font-size: 100%;
	margin-bottom: .2em;
}
.com_title3 .com_h__en {
	font-size: min(2vw,1.23rem)
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*com_title1*/
.com_title1 {
	margin-bottom: 1.5em;
}
.com_title1 .ft_min {
	font-size: 80%;
	margin-top: .8em;
}
.com_title1 .com_deco_txt {
	font-size: 12vw;
}
/*com_title2 : 21px*/
.com_title2 {
	font-size: 110%;
	margin-bottom: 1.5em;
}
.com_title2 .com_h__en,
.com_title2 .com_deco_txt {
	font-size: 250%;
}
/*com_title3 : 60px*/
.com_title3 {
	font-size: 160%;
	margin-bottom: 1.4em;
}
.com_title3 .com_h__en {
	font-size: 3vw
}
}


/*---------------------------------------------------------
heading
---------------------------------------------------------*/
.com_h__min {
	position: relative;
	font: var(--font_min);
	font-size: min(176%,2.8vw);
	line-height: 1.5;
	letter-spacing: .08em;
	margin-bottom: 1em;
	word-break: keep-all;
	overflow-wrap: break-word;
}
.com_flt .com_h__min {
	margin-bottom: .5em;
}
.h__15 {
	font-size: 88%;
}
hgroup .h__15 {
	margin-top: 1.2em;
}
.h__25 {
	text-align: center;
	font-size: min(2.4vw,1.47rem);
}
.h__50 {
	text-align: center;
	font-size: min(4.8vw,2.94rem);
}
.h__59 {
	text-align: center;
	font-size: min(5vw,3.47rem);
}
.h__70 {
	text-align: center;
	font-size: min(6vw,4.11rem);
}
.h__80 {
	text-align: center;
	font-size: min(7vw,4.7rem);
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_h__min {
	font-size: 135%;
	letter-spacing: .06em;
	margin-bottom: .8em;
}
.h__15 {
	font-size: 80%;
}
hgroup .h__15 {
	margin-top: 1em;
}
.h__25 {
	font-size: 115%;
}
.h__50 {
	font-size: 140%;
}
.h__59 {
	font-size: 150%;
}
.h__70 {
	font-size: 170%;
}
.h__80 {
	font-size: 175%;
}
}


/*---------------------------------------------------------
 heading: en
---------------------------------------------------------*/
.com_h__en {
	position: relative;
	color: var(--color_dgrn);
	font: var(--font_fut);
	font-size: min(7vw,4.7rem);
	letter-spacing: .06em;
	line-height: 1;
}
/*com_deco_txt*/
.com_deco_txt {
	position: relative;
	font: var(--font_fut);
	font-size: min(6vw,3.76rem);
	letter-spacing: .02em;
	line-height: 1;
}
.com_deco_txt::first-letter {
	color: var(--color_grn);
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_h__en {
	font-size: 170%;
}
/*com_deco_txt*/
.com_deco_txt {
	font-size: 8vw;
}
}


/*---------------------------------------------------------
 deco
---------------------------------------------------------*/
/*com_fuki*/
.com_fuki {
	position: relative;
	text-align: center;
	max-width: max-content;
	font-size: min(2.2vw,166%);
	letter-spacing: .12em;
	line-height: 1.3;
	margin: 0 auto 1.5em;
}
.com_fuki::before,
.com_fuki::after {
	position: absolute;
	display: inline-block;
	content: "";
	background-color: currentColor;
	width: 1px;
	height: 2em;
	bottom: -0.5em;
}
.com_fuki::before {
	rotate: -35deg;
	right: calc(100% + 1.8em);
}
.com_fuki::after {
	rotate: 35deg;
	left: calc(100% + 1.8em);
}
/*com_ccl_txt */
.com_ccl_txt {
    position: relative;
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
	color: #FFF;
	font: var(--font_min);
	font-size: min(2.5vw,176%);
	line-height: 1.26;
	font-feature-settings: "palt";
	background: radial-gradient(rgba(103,173,171,0.7), rgba(103,173,171,0.95));
    width: min(7em);
    height: min(7em);
    box-sizing: border-box;
    border-radius: 50%;
}
.com_ccl_txt.pdg_t {padding-top: .5em;}
.com_ccl_txt.pdg_b {padding-bottom: .8em;}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*com_fuki*/
.com_fuki {
	font-size: 120%;
	letter-spacing: .1em;
}
.com_fuki::before {
	right: calc(100% + 1.2em);
}
.com_fuki::after {
	left: calc(100% + 1.2em);
}
/*com_ccl_txt */
.com_ccl_txt {
    font-size: 4vw;
}
}


/*---------------------------------------------------------
 list
---------------------------------------------------------*/
.com_list > li {
	position: relative;
	box-sizing: border-box;
	text-align: left;
	line-height: 1.6;
	padding-left: 1.6em;
	margin-bottom: .7em;
}
.com_list > li::before {
	position: absolute;
	content: '';
	font-weight: normal;
	left: 0;
	top: 0;
}

.list__ccl > li::before {
	font-family: 'fontello';
	content: '\e803';
	color: rgba(139,199,80,0.7);
}

.list__round  > li::before {
	display: block;
	width: 0.9em;
	height: 0.9em;
	background-color: rgba(193,214,86,0.5);
	border: 1px solid rgba(113,189,127,0.5);
	border-radius: 50%;
	box-sizing: border-box;
	top: .35em;
}

.list__chk > li {
	font-weight: bold;
}
.list__chk > li::before {
	font-family: 'fontello';
	content: '\e806';
	color: var(--color_dgrn);
}

.list__ring > li {
	font-weight: bold;
}
.list__ring > li::before {
	font-family: 'fontello';
	content: '\e807';
	color: var(--color_dgrn);
}

.list__dot > li::before {
	content: '・';
}

.list__dash > li::before {
	content: '-';
}

.com_list.list__ast {
	margin-top: 1.2em;
}
.com_list.list__ast > li {
	font-size: 0.88rem;
	padding-left: 1.1em;
	margin-bottom: .1em;
}
.list__ast > li::before {
	content: '※';
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.com_list.list__col2 {
	/* display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(2,49%); */
	column-count: 2;
}
.com_list.list__col3 {
	column-count: 3;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_list > li {
	margin-bottom: .4em;
}
}
/*---------------------------------------------------------
 list: border
---------------------------------------------------------*/
.com_list_bdr > li {
	position: relative;
	box-sizing: border-box;
	text-align: left;
	font-size: min(2vw,123%);
	line-height: 1.6;
	padding-bottom: 1em;
	padding-left: 2.6em;
	margin-bottom: 1.2em;
	border-bottom: 1px solid #a3a3a3;
}
.com_list_bdr > li::before {
	position: absolute;
	content: '';
	font-family: 'fontello';
	content: '\e806';
	color: var(--color_dgrn);
	font-size: 90%;
	font-weight: normal;
	left: .8em;
	top: 0;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_list_bdr > li {
	font-size: 105%;
	padding-bottom: .8em;
	margin-bottom: 1em;
}
}


/*---------------------------------------------------------
 com_flt
---------------------------------------------------------*/
.com_flt {
	position: relative;
	text-align: left;
}
.com_flt::after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.com_flt .img_l,
.com_flt .img_r {
	max-width: max-content;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.com_flt .img_l,
.com_flt .img_r {
	width: 40%;
	margin-bottom: .5em;
}
.com_flt .img_l {
	margin-right: 5%;
}
.com_flt .img_r {
	margin-left: 5%;
}
.com_flt .img_r,
.com_flt .txt_r {
	float: right;
}
.com_flt .img_l,
.com_flt .txt_l {
	float: left;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_flt .sp_img_w {
	width: 45%;
}
.com_flt .txt_l,
.com_flt .txt_r {
	width: 100% !important;
	float: none;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_flt .img_l,
.com_flt .img_r {
	width: 80%;
	margin: 0 auto 6%;
}
.com_flt .sp_img_w {
	width: 90%;
}
}


/*---------------------------------------------------------
bg / border
---------------------------------------------------------*/
/*com_pdg*/
.com_pdg {
	position: relative;
	padding: 100px 0;
}
.com_pdg_s {
	position: relative;
	padding: 80px 0;
}
.com_pdg_l {
	position: relative;
	padding: 140px 0;
}
/*border*/
.bdr_b,.bdr_b_l,.bdr_b_s {
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: 1px solid rgba(8,2,2,0.5);
}
.bdr_b_l {
	padding-bottom: 80px;
	margin-bottom: 80px;
}
.bdr_b_s {
	padding-bottom: 45px;
	margin-bottom: 45px;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*com_pdg*/
.com_pdg {
	padding: 10% 0;
}
.com_pdg_s {
	padding: 8% 0;
}
.com_pdg_l {
	padding: 14% 0 15%;
}
/*border*/
.bdr_b {
	padding-bottom: 6%;
	margin-bottom: 6%;
}
.bdr_b_l {
	padding-bottom: 8%;
	margin-bottom: 8%;
}
.bdr_b_s {
	padding-bottom: 5%;
	margin-bottom: 5%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*com_pdg*/
.com_pdg {
	padding: 12% 0;
}
.com_pdg_s {
	padding: 10% 0;
}
.com_pdg_l {
	padding: 15% 0;
}
/*border*/
.bdr_b,
.bdr_b_s {
	padding-bottom: 8%;
	margin-bottom: 9%;
}
.bdr_b_l {
	padding-bottom: 9%;
	margin-bottom: 10%;
}
}

/*---------------------------------------------------------
 scroll
---------------------------------------------------------*/
.scl_area {
	position: relative;
}
.scl_txt {
	text-align: center;
	color: #9194A1;
	font-size: 85%;
	letter-spacing: normal;
	line-height: 1.4;
	margin-bottom: 1em;
}
/* scrollbar */
.scl_area ::-webkit-scrollbar {
  width: 12px;  /* 縦スクロールバーの幅 */
  height: 12px; /* 横スクロールバーの高さ */
}

.scl_area ::-webkit-scrollbar-track {
  background: #f0f0f0; /* スクロールバーの背景 */
}

.scl_area ::-webkit-scrollbar-thumb {
  background-color: var(--color_dgrn);  /* スクロールつまみ */
  border-radius: 6px;
  border: 3px solid #f0f0f0;  /* 余白風 */
}

.scl_area ::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

/* Firefox */
.scl_area {
  scrollbar-width: thin;         /* auto, thin, none */
  scrollbar-color: var(--color_dgrn) #f0f0f0; /* thumb track */
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.scl_area {
	padding-bottom: 10%;
}
}



/*---------------------------------------------------------
max-width
---------------------------------------------------------*/
.max_1500 {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}
.max_width,.w1500,
.w1400,
.w1380,.w1340,.w1300,
.w1280,.w1240,.w1220,.w1200,
.w1180,.w1100,.w1000,
.w910 {
	padding: 0 4%;
	margin-left: auto;
	margin-right: auto;
}
.w1500 {max-width: 1500px;}
.w1454 {max-width: 1454px;}
.w1400 {max-width: 1400px;}
.w1380 {max-width: 1380px;}
.w1340 {max-width: 1340px;}
.w1300 {max-width: 1300px;}
.w1280 {max-width: 1280px;}
.w1240 {max-width: 1240px;}
.w1220 {max-width: 1220px;}
.w1200 {max-width: 1200px;}
.w1180 {max-width: 1180px;}
.w1100 {max-width: 1100px;}
.w1000 {max-width: 1000px;}
.w910 {max-width: 910px;}


/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.max_width,.w1500,
.w1400,
.w1380,.w1340,.w1300,
.w1280,.w1240,.w1220,.w1200,
.w1180,.w1100,.w1000,
.w910 {
	padding: 0 5%;
}
}

/*---------------------------------------------------------
margin
---------------------------------------------------------*/
.mgn_b_200 {margin-bottom: 200px;}
.mgn_b_150 {margin-bottom: 150px;}
.mgn_b_120 {margin-bottom: 120px;}
.mgn_b_110 {margin-bottom: 110px;}
.mgn_b_100 {margin-bottom: 100px;}
.mgn_b_90 {margin-bottom: 90px;}
.mgn_b_80 {margin-bottom: 80px;}
.mgn_b_70 {margin-bottom: 70px;}
.mgn_b_60 {margin-bottom: 60px;}
.mgn_b_50 {margin-bottom: 50px;}
.mgn_b_40 {margin-bottom: 40px;}
.mgn_b_30 {margin-bottom: 30px;}
.mgn_b_1em {margin-bottom: 1.2em;}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.mgn_b_200 {margin-bottom: 16%;}
.mgn_b_150 {margin-bottom: 12%;}
.mgn_b_120 {margin-bottom: 10%;}
.mgn_b_110 {margin-bottom: 9%;}
.mgn_b_100 {margin-bottom: 8%;}
.mgn_b_90 {margin-bottom: 8%;}
.mgn_b_80 {margin-bottom: 7%;}
.mgn_b_70 {margin-bottom: 6%;}
.mgn_b_60 {margin-bottom: 5%;}
.mgn_b_50 {margin-bottom: 4%;}
.mgn_b_40 {margin-bottom: 4%;}
.mgn_b_30 {margin-bottom: 3%;}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.mgn_b_200 {margin-bottom: 16%;}
.mgn_b_150 {margin-bottom: 14%;}
.mgn_b_120 {margin-bottom: 13%;}
.mgn_b_110 {margin-bottom: 12%;}
.mgn_b_100 {margin-bottom: 12%;}
.mgn_b_90 {margin-bottom: 11%;}
.mgn_b_80 {margin-bottom: 10%;}
.mgn_b_70 {margin-bottom: 9%;}
.mgn_b_60 {margin-bottom: 8%;}
.mgn_b_50 {margin-bottom: 7%;}
.mgn_b_40 {margin-bottom: 6%;}
.mgn_b_30 {margin-bottom: 5%;}
}

/* PC
------------------------------------------*/
@media only screen and (min-width: 960px)  {
.tb_only{display:none !important;}
.sp_only{display:none !important;}
.sp_tb{display:none !important;}
.sp_pc{display:block !important;}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.pc_only{display:none !important;}
.sp_only{display:none !important;}
.sp_pc{display:none !important;}
.sp_pc{display:none !important;}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.pc_only{display:none !important;}
.tb_only{display:none !important;}
.tb_pc{display:none !important;}
.sp_pc{display:block!important;}
}



/* ========================================================
  
  responsive

======================================================== */

@media only screen and (min-width: 960px) and (max-width: 1400px) and (min-aspect-ratio: 1024/600) {

}