@charset "UTF-8";

html {
	scroll-behavior: smooth;
}

body {
	font-family: "dnp-shuei-gothic-gin-std","Hiragino Kaku Gothic ProN","Hiragino Sans","游ゴシック","Yu Gothic",Meiryo,sans-serif;
	font-style: normal;
	font-size: 17px;
	letter-spacing: .04em;
	line-height: 2;
	color: #414348;
	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%;
	max-width: 100%;
	height: auto;
	/* object-fit: cover; */
}
img.radi-50 {border-radius: 50%;}
picture {
	display: block;
	height: 100%;
}

table {
    font-size: inherit;
    font: 100%;
	border-collapse: separate;
	border-spacing: 0;
}
address {
	font-style: normal;
	line-height: 1.6;
	letter-spacing: .1em;
}
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;
	text-align: right;
	font-size: 0.76rem;
	font-style: normal;
	letter-spacing: .1em;
	line-height: 1.6;
	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: var(--fw_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;}

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

.flex_box {
	display: flex;
}
.grid_box {
	display: grid;
	justify-content: space-between;
}

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

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

/* 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>*/

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

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

======================================================== */
:root {
	--font_min: normal normal 400 100%/1 shippori-mincho, sans-serif;
	--font_pos: normal normal 400 100%/1 "postea-variable", sans-serif;

	--color_base: #414348;
	--color_red: #ed7950;
	--color_dorg: #d07348;
	--color_org: #ff9c74;
	--color_yel: #d8cb30;
	--color_lgrn: #81cd6b;
	--color_grn: #50cf93;
	--color_taq: #41a9be;
	--color_blu: #3d95be;
	--color_gblu: #7698D7;
	--color_nvy: #354258;
	--color_lppl: #b298ca;
	--color_ppl: #a686cd;
	--color_gry: #666666;
	--color_lgry: #f4f6f7;
	--color_beg: #eceee7;
}

.ft_min {
	font: var(--font_min);;
}
.ft_pos {
	font: var(--font_pos);
	font-variation-settings: "wght" 400;
}

.red {color: var(--color_red);}
.dorg {color: var(--color_dorg);}
.org {color: var(--color_org);}
.yel {color: var(--color_yel);}
.lgrn {color: var(--color_lgrn);}
.grn {color: var(--color_grn);}
.taq {color: var(--color_taq);}
.blu {color: var(--color_blu);}
.nvy {color: var(--color_nvy);}
.lppl {color: var(--color_lppl);}
.ppl {color: var(--color_ppl);}
.dgrn {color: var(--color_dgrn);}


/*---------------------------------------------------------
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;
  }
}

/* ========================================================
  
  scroll / accordion / slider

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

/*---------------------------------------------------------
 anchor
---------------------------------------------------------*/

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.anchor-target {
	scroll-margin-top: min(6.4vw,96px);
}
}



/*---------------------------------------------------------
 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 {
	overflow-x: scroll;
	padding-bottom: 8%;
}
}


/*---------------------------------------------------------
 accordion
---------------------------------------------------------*/
.open_btn {
	position: relative;
	cursor: pointer;
	transition: color .5s, background-color .5s;
}
.open_box {
	display: none;
}
/*開閉アイコン*/
.icon_open {
	letter-spacing: normal;
	line-height: 1.0em;
	display: inline-block;
	color: #FFF;
	font-size: 80%;
	vertical-align: middle;
	width: 1.4em;
	height: 1.4em;
	background-color: var(--color_base);
	border-radius: 50%;
	transform: translateY(-0.1em);
	position: relative;
	transition: transform .4s;
	margin-left: .5em;
}
.icon_open::before,
.icon_open::after {
	content: "";
	position: absolute;
	width: .6em;
	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);
}


/*---------------------------------------------------------
 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,
.swiper-wrapper {z-index: auto !important;}
/* .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;
}



/* ========================================================
  
  animation

======================================================== */
.anm_fade,
.fade_list > li {
	opacity: 0;
	transition: opacity 1.4s ease;
}
.anime_on .anm_fade,
.anime_on.anm_fade,
.fade_list.anime_on > li {
	opacity: 1;
}
.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}
.fade_list > li:nth-of-type(8) {transition-delay: 1.4s}
.fade_list > li:nth-of-type(9) {transition-delay: 1.6s}

.anm_up {
	opacity: 0;
	translate: 0 10px;
	transition: opacity 1.2s, translate 1.2s;
	transition-delay: .2s;
}
.anime_on .anm_up,
.anime_on.anm_up{
	opacity: 1;
	translate: 0 0;
}

.anm_zoom {
	opacity: 0;
	scale: 0.6;
	transition: scale .6s .2s ease, opacity .5s;
}
.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}
.fadeup:nth-of-type(3),
.anm_fade:nth-of-type(3) {transition-delay: .4s}
.fadeup:nth-of-type(4),
.anm_fade:nth-of-type(4) {transition-delay: .6s}
}



/* ========================================================
  
  parts

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

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

/*contact:com_tel
---------------------------------------------------------*/
.com_tel {
	font-size: min(100%);
	white-space: nowrap;
}
.com_tel > dt {
	line-height: 1.5;
	letter-spacing: .1em;
}
.com_tel_style {
	position: relative;
	display: inline-block;
	font: var(--font_pos);
	font-size: min(3.5vw,229%);
	letter-spacing: .04em;
	padding-left: 1.1em;
	margin-left: -1.1em;
}
.com_tel_style::before {
	position: absolute;
	display: block;
	content: "tel.";
	font-size: 54%;
	letter-spacing: .04em;
	line-height: 1.5em;
	width: 1.6em;
	left: 0;
	bottom: 0;
}

header .com_tel_style {
	font-size: min(200%);
}
#scl_header .com_tel_style {
	font-size: min(3vw,180%);
}
header .com_tel_style i  {
	font-size: 90%;
	vertical-align: -0.01em;
	border: none;
	width: auto;
	line-height: 1;
	margin-right: 0;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_tel {
	display: flex;
	justify-content: center;
	column-gap: 1em;
	font-size: 3vw;
}

.com_tel_style {
	font-size: 7.5vw;
	margin-left: 0;
}
}
/*contact:com_ctc_btn
---------------------------------------------------------*/
.com_ctc_btn > a {
	position: relative;
	width: 14.4em;
	max-width: 100%;
	height: 3.75em;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: min(1.6vw,94%);
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1;
	white-space: nowrap;
	border-radius: .6em;
	box-sizing: border-box;
	padding: .2em 2em .2em 1.5em;
	transition: filter .5s;
}
.com_ctc_btn > a::before {
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	width: min(2.5em);
	height: min(1.9em);
	margin-right: .1em;
}
.com_ctc_btn > a::after {
	position: absolute;
	display: block;
	font-family: 'fontello';
	content: '\e800';
	font-size: 110%;
	right: 1em;
	top: 50%;
	translate: 0 -50%;
	transition: right .3s;
}
.com_ctc_btn > a span {
	display: inline-block;
	font: var(--font_pos);
	font-size: 162%;
	letter-spacing: .06em;
	margin-top: -0.2em;
	margin-right: .1em;
}
.com_ctc_btn.btn_web > a {	background-color: #32e3ea;}
.com_ctc_btn.btn_web > a::before {	background-image: url(../images/common/icon-web.svg);}
.com_ctc_btn.btn_mail > a {	background-color: #ffe490;}
.com_ctc_btn.btn_mail > a::before {	background-image: url(../images/common/icon-mail.svg);}

.com_ctc_btn > a:hover {
	filter: brightness(1.05);
}
.com_ctc_btn > a:hover::after {
	right: 0.8em;
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_ctc_btn > a {
	width: 13em;
	font-size: 3vw;
	padding-left: 1em;
}
}
/*contact: com_contact
---------------------------------------------------------*/

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.com_contact {
	display: flex;
	justify-content: center;
	column-gap: 3%;
}

header .com_contact {
	font-size: min(1.15vw,100%);
}
#scl_header .com_contact {
	font-size: min(0.84vw,100%);
}
#scl_header .com_contact .com_ctc_btn a {
	width: 12em;
	padding-left: 1em;
}
#scl_header .com_contact .com_ctc_btn a::after {
	right: .6em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_contact .com_tel {
	margin-bottom: 4%;
}
}
/*contact: com_ctc_list
---------------------------------------------------------*/
.com_ctc_list {
	display: flex;
	column-gap: .7em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_ctc_list {
	column-gap: .5em;
}
}

/*---------------------------------------------------------
 医院情報
---------------------------------------------------------*/
.com_cliname {
	font-size: min(2.8vw,218%);
	letter-spacing: .1em;
	line-height: 1.5;
	margin-bottom: .4em;
}
.com_sitename {
	display: block;
	text-align: center;
	font: var(--font_min);
	font-size: 106%;
	letter-spacing: .04em;
	line-height: 1.4;
	white-space: nowrap;
	background-color: #f4f6f7;
	box-sizing: border-box;
	padding: .5em 1em;
	border-radius: .4em;
}
footer .com_sitename {
	font-size: min(2vw,143%);
	background-color: rgba(0,0,0,0.05);
	padding: .2em 1em;
	margin-top: 1em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_cliname {
	font-size: 125%;
}

.com_sitename {
	font-size: 3.2vw;
	letter-spacing: .05em;
	margin-top: .4em;
	padding: .1em 1em;
}

header .com_sitename {
	width: 70%;
}
footer .com_sitename {
	font-size: 3.2vw;
}
}
/*com_acslist
---------------------------------------------------------*/
.com_acslist li {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 4.5em;
	text-align: left;
	font-size: min(1.3vw,88%);
	font-weight: bold;
	letter-spacing: .08em;
	line-height: 1.54;
	padding-left: 5.3em;
}
.com_acslist li::before {
	position: absolute;
	content: "";
	background: url(../images/common/icon-access-car.svg) no-repeat;
	background-size: contain;
	width: 4.5em;
	height: 4.5em;
	left: 0;
	top: 50%;
	translate: 0 -50%;
}
.com_acslist li:nth-of-type(2):before {
	background-image: url(../images/common/icon-access-train.svg);
}
/* PC
------------------------------------------*/
@media only screen and (min-width: 960px) {
.com_acslist {
	width: 100%;
	display: flex;
	column-gap: 6%;
	margin: 3% auto;
}
}
/* Tablet,Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 959px) {
.com_acslist {
	margin: 6% auto;
}
.com_acslist li {
	font-size: 85%;
	margin-top: .6em;
}
}
/*com_time_txt
---------------------------------------------------------*/
.com_time_txt {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: .1em 1em;
	font-size: 94%;
	line-height: 1.5;
	margin-top: 1em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_time_txt {
	font-size: 88%;
}
}
/*com_timetable
---------------------------------------------------------*/
.com_timetable {
	width: 100%;
	max-width: 606px;
	text-align: center;
	font-size: min(1.3vw,1.05rem);
	line-height: 1.0;
	box-sizing: border-box;
	padding: 1.5em 3% 1em;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	margin: auto;
}
.com_timetable th,
.com_timetable td {
	white-space: nowrap;
}
.com_timetable th {
	width: 30%;
	text-align: center;
	font-weight: normal;
	vertical-align: middle;
}
.com_timetable td {
	width: 10%;
	text-align: center;
	vertical-align: middle;
}
.com_timetable thead {
	letter-spacing: .2em;
	line-height: 1.0em;
}
.com_timetable thead th,
.com_timetable thead td {
	vertical-align: middle;
	padding-bottom: .5em;
}
.com_timetable thead th {
	font-size: 107%;
	letter-spacing: .3em;
}
.com_timetable thead th:first-of-type {
	padding-left: .5em;
}
.com_timetable tbody th {
	text-align: right;
	font: var(--font_pos);
	font-size: 150%;
	font-variation-settings: "wght" 300;
	letter-spacing: .02em;
	padding: .2em .5em .4em;
	vertical-align: middle;
	font-variant-numeric: tabular-nums;
}
.com_timetable tbody th span {
	font-size: 82%;
	vertical-align: 0.2em;
}
.com_timetable tbody th i {
	font-size: 80%;
	vertical-align: 0.08em;
	margin: 0 -0.4em 0 -0.2em;
}
.com_timetable tbody td {
	color: var(--color_lgrn);
	font-weight: bold;
}
/* caption */
.com_timetable caption {
	caption-side: bottom;
	text-align: left;
	line-height: 1.4;
	margin-top: 1em;
}
.com_timetable caption ul {
	display: flex;
	flex-wrap: wrap;
	gap: .2em 1em;
}
.com_timetable .icon {
	font-weight: bold;
}
.com_timetable .icon-bld {
	-webkit-text-stroke: 1px currentColor;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_timetable {
	font-size: 3.2vw;
}
/* caption */
.com_timetable caption {
	font-size: 3vw;
}
}

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

/*com_arw
---------------------------------------------------------*/
/* com_arw-r */
.com_arw-r {
	display: inline-block;
	background-color: var(--color_lgry);
    border-radius: 50%;
	width: 2.9em;
	transition: background-color .5s;
}
.com_arw-r::before {
	display: block;
	font-family: 'fontello';
	content: '\e800';
	line-height: 2.9;
}
.hov_arrow:hover .com_arw-r,
a:hover .com_arw-r {
	background-color: #D3E7EA;
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_arw-r {
    font-size: 3vw;
}
}
/*com_btn1
---------------------------------------------------------*/
.com_btn1 {
	margin-top: 1.2em;
}
.com_btn1 > a {
	position: relative;
	display: block;
	min-width: 13.5em;
	max-width: max-content;
	color: #FFF;
	text-align: left;
	font-size: min(1.6vw,1rem);
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.4;
	background-color: #414348;
	box-sizing: border-box;
	padding: 1em 4em 1em 1.4em;
	border-radius: .5em;
	margin: auto;
	word-break: keep-all;
	overflow-wrap: break-word;
}
.com_btn1 > a::after {
	position: absolute;
	font-family: 'fontello';
	content: '\e800';
	font-weight: normal;
	right: 1em;
	top: 50%;
	translate: 0 -50%;
}
.com_btn1.wh > a {
	color: var(--color_base);
	background-color: #FFF;
}
.com_btn1.out > a::after {
	content: '\e801';
	font-size: 120%;
}
.com_btn1 > a:hover {
	background-color: var(--color_grn);
}
.com_btn1.wh > a:hover {
	color: #FFF;
	background-color: #414348;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_btn1 {
	text-align: center;
	margin-top: 1em;
}
.com_btn1 a {
	font-size: 3.5vw;
	letter-spacing: .08em;
}
}
/* btnlistst
---------------------------------------------------------*/
.com_btnlist {
	display: flex;
	flex-wrap: wrap;
	gap: .4em 1em;
	margin-top: 1em;
}
.com_btnlist.jus_c {
	justify-content: center;
}
.com_btnlist > li {
	margin-top: 0;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_btnlist {
	justify-content: center;
}
}


/*---------------------------------------------------------
 list
---------------------------------------------------------*/
.com_list > li {
	position: relative;
	box-sizing: border-box;
	text-align: left;
	line-height: 1.5;
	padding-left: 1.1em;
	margin-top: .4em;
}
.com_list > li:first-of-type {
	margin-top: 0;
}
.com_list > li::before {
	position: absolute;
	content: "";
	font-weight: normal;
	left: 0;
	top: 0;
}

.list__chk > li {
	padding-left: 1.4em;
}
.list__chk > li::before {
	font-family: 'fontello';
	content: '\e808';
}
.list__ccl > li::before {
	/* font-family: 'fontello';
	content: '\e802'; */
}
.list__point > li::before {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: var(--color_grn);
	top: .6em;
}
.list__dot > li::before {
	content: "・";
}
.list__dash > li::before {
	content: '-';
}
.list__ast {
	max-width: 1200px;
	color: rgba(65,67,72,0.7);
	margin-top: 1.5em;
	margin-inline: auto;
}
.list__ast > li {
	font-size: 82%;
}
.list__ast > li::before {
	content: "＊";
}


/*---------------------------------------------------------
 img_wrap
---------------------------------------------------------*/
.img_wrap {
	position: relative;
	overflow: hidden;
	aspect-ratio: 320/220;
	margin-bottom: .6em;
}
.img_wrap img {
	position: absolute;
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
	inset: 0;
	margin: auto;
	transition: scale .4s;
}
a:hover .img_wrap img {
	scale: 1.06;
}

/*---------------------------------------------------------
 bg / border
---------------------------------------------------------*/
.com_bg_color {
	position: absolute;
	background-repeat: no-repeat;
	width: 100vw;
	height: 100%;
	left: 0;
	top: 0;
	margin-left: calc(50% - 50vw);
	z-index: -1;
}
.com_bg_img {
	position: absolute;
	background-repeat: no-repeat;
	background-size: 60% auto;
	width: 100vw;
	height: 100%;
	top: 0;
	z-index: -1;
}
.com_bg_img.pos__l {
	background-position: left top;
	left: 0;
	margin-left: calc(50% - 50vw);
}
.com_bg_img.pos__r {
	background-position: right top;
	right: 0;
	margin-right: calc(50% - 50vw);
}
/*com_pdg*/
.com_pdg {
	position: relative;
	padding: min(7vw,100px) 0;
}
.com_pdg_s {
	padding: min(6vw,80px) 0;
}
.com_pdg_l {
	padding: min(9.4vw,140px) 0;
}
/*border*/
.bdr_b,.bdr_b_l,.bdr_b_s {
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: 1px solid rgba(65,67,72,0.2);
}
.bdr_b_l {
	padding-bottom: 80px;
	margin-bottom: 80px;
}
.bdr_b_s {
	padding-bottom: 40px;
	margin-bottom: 40px;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*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_bg_img {
	background-size: 70% auto;
}
/*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%;
}
}

/*---------------------------------------------------------
 title
---------------------------------------------------------*/
.com_title1 {
	text-align: center;
	font-size: min(352%,5.5vw);
	line-height: 1.6;
	letter-spacing: .1em;
	margin-bottom: min(6vw,80px);
}
.com_title1 .com_h__en {
	margin-top: 1em;
}
.com_title1 .icon {
	width: 1.7em;
	margin: 0 auto .4em;
}

.com_title2 {
	text-align: center;
	font-size: min(135%,2.2vw);
	letter-spacing: .1em;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: min(4vw,40px);
}
.com_title2 .com_h__en {
	color: #76d9d7;
	margin-bottom: .3em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_title1 {
	font-size: 130%;
	margin-bottom: 10%;
}
.com_title2 {
	font-size: 90%;
	margin-bottom: 6%;
}
}

/*---------------------------------------------------------
 heading
---------------------------------------------------------*/
.com_h__min {
	position: relative;
	text-align: center;
	font: var(--font_min);
	font-size: min(176%,2.6vw);
	line-height: 1.5;
	letter-spacing: .05em;
	margin-bottom: 1em;
	word-break: keep-all;
	overflow-wrap: break-word;
}
.com_flt .com_h__min {
	margin-bottom: .5em;
}
/*背景あり40px*/
.h__bg {
	color: #FFF;
	font-size: min(235%,3.6vw);
	background-color: var(--color_taq);
	padding: .5em 0;
}
/*影付き38px*/
.h__shd {
	font-size: min(223%,3.4vw);
	background-color: #fff;
	padding: .6em 0;
	border-radius: .6em;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
/*上下線38px*/
.h__bdr {
	font-size: min(223%,3.4vw);
	padding: .6em 0;
	border-top: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
}
/*角丸背景あり28px*/
.h__radi {
	display: inline-block;
	font-size: min(164%,2.2vw);
	line-height: 1.3;
	background-color: var(--color_lgry);
	padding: .2em 1em;
	border-radius: 2em;
}

.com_h__bld {
	position: relative;
	font-size: min(147%,2.2vw);
	font-weight: bold;
	line-height: 1.56;
	letter-spacing: .05em;
	margin-bottom: .4em;
	word-break: keep-all;
	overflow-wrap: break-word;
}

.com_h__radi {
	position: relative;
	text-align: center;
	font-size: min(156%,2.4vw);
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: .08em;
	background-color: #fff;
	border-radius: 100vmax;
	padding: .4em 1em;
	margin-bottom: 1em;
}
.com_h__radi.h__bbl {
	max-width: max-content;
	letter-spacing: .1em;
	padding: .4em 2em;
	margin: 0 auto 1em;
}
.com_h__radi.h__bbl::before {
	position: absolute;
	content: "";
	background-color: inherit;
	width: .7em;
	height: .7em;
	inset: 99% 0 auto 0;
	margin: auto;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
/* size */
.h__20 {font-size: min(2vw,117%);}
.h__25 {font-size: min(2.4vw,147%);}
.h__35 {font-size: min(3.2vw,205%);}
.h__40 {font-size: min(3.2vw,235%);}
.h__45 {font-size: min(3.8vw,264%);}
.h__50 {font-size: min(4.4vw,294%);}

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.com_flt .com_h__min {
	text-align: left;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/* com_h__min */
.com_h__min {
	font-size: 130%;
}
.h__bg {
	font-size: 135%;
	letter-spacing: .1em;
}
.h__bdr {
	font-size: 130%;
	letter-spacing: .1em;
}
.h__radi {
	font-size: 120%;
}
/* com_h__bld */
.com_h__bld {
	font-size: 110%;
}
/* com_h__radi */
.com_h__radi {
	font-size: 120%;
}
/* size */
.h__20 {font-size: 110%;}
.h__25 {font-size: 120%;}
.h__35 {font-size: 130%;}
.h__40 {font-size: 135%;} 
.h__45 {font-size: 140%;}
.h__50 {font-size: 140%;}
}
/*heading: en
---------------------------------------------------------*/
.com_h__en {
	position: relative;
	text-align: center;
	font: var(--font_pos);
	font-size: min(3vw,1.47rem);
	letter-spacing: .05em;
}
.com_h__en.h__60 {	font-size: min(6vw,3.52rem);}
.com_h__en.h__82 {	font-size: min(6vw,4.82rem);}

.com_h__en.h__icon { font-size: min(2vw,.94rem);}
.com_h__en.h__icon::before {
	font-family: 'fontello';
	content: '\e802';
	margin-right: .5em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_h__en.h__60 {	font-size: 8vw;}
.com_h__en.h__82 {	font-size: 10vw;}
.com_h__en.h__icon { font-size: 3vw;}
}



/*---------------------------------------------------------
 deco
---------------------------------------------------------*/
.dot {
	display: inline-block;
	letter-spacing: .02em;
	background-image: radial-gradient(circle, #cecaff .07em, transparent .07em);
	background-position: top right;
	background-repeat: repeat-x;
	background-size: 1.02em .3em;
	padding-top: .2em;
}
.bbl_line {
	max-width: max-content;
	line-height: 1.3;
	background: url(../images/common/underline-bubble.svg) no-repeat center bottom;
	background-size: contain;
	padding: 0 1em 1.4em;
	margin-bottom: .2em;
}
.bbl_line > span {
	font-size: 155%;
}
/* marker */
.marker {
	position: relative;
}
.marker::before {
	position: absolute;
	content: "";
	background-color: rgba(255,245,43,0.7);
	width: 100%;
	height: .4em;
	border-radius: .2em;
	left: 0;
	bottom: 0;
}
.marker span {
	position: relative;
}
/*com_fuki*/
.com_fuki {
	position: relative;
	text-align: center;
	max-width: max-content;
	letter-spacing: .12em;
	line-height: 1.3;
	margin: 0 auto 1.2em;
}
.com_fuki::before,
.com_fuki::after {
	position: absolute;
	display: inline-block;
	content: "";
	background-color: currentColor;
	width: 1px;
	height: 1.2em;
	bottom: 0;
}
.com_fuki::before {
	rotate: -28deg;
	right: calc(100% + 1em);
}
.com_fuki::after {
	rotate: 28deg;
	left: calc(100% + 1em);
}
.com_fuki.dash::before,
.com_fuki.dash::after {
	background: url(../images/common/bg-dash.svg) repeat-y center bottom;
	background-size: 100% auto;
	width: 2px;
	height: 1.7em;
}
/*com_ccl_txt */
.com_ccl_txt {
    position: relative;
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    letter-spacing: .15em;
    line-height: 1.5;
    width: min(11em);
    height: min(11em);
    box-sizing: border-box;
    border-radius: 50%;
	transition-duration: .5s;
	transition-property: color, background-color, scale;
}
.com_ccl_txt .com_arw {
	margin: 0 auto -1.5em;
}
/* 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_flt
---------------------------------------------------------*/
.com_flt {
	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: 4%;
}
.com_flt .img_r {
	margin-left: 4%;
}
.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 !important;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_flt .img_l,
.com_flt .img_r {
	width: 80%;
	margin: 0 auto 5%;
}
.com_flt .sp_img_w {
	width: 90%;
}
}

/*---------------------------------------------------------
 box
---------------------------------------------------------*/
.com_box__bg {
    position: relative;
    background-color: #fff;
    box-sizing: border-box;
    padding: 5%;
}
.com_box__bdr {
    position: relative;
    box-sizing: border-box;
    padding: 35px 5%;
	border: 1px solid currentColor;
}

.com_box__point {
    position: relative;
	background-color: #fff;
    box-sizing: border-box;
    padding: 2.5% 4% 2%;
	margin: 4% auto 0;
}
.com_box__point .box_img {
	align-self: flex-start;
	max-width: 210px;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.com_box__point {
    display: grid;
	justify-content: space-between;
	align-items: center;
	grid-template-columns: 20% 78%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_box__bg {
    padding: 8% 6%;
}
.com_box__bdr {
    padding: 8% 6%;
}
.com_box__point {
    padding: 5% 6% 7%;
	margin-top: 6%;
}
.com_box__point .box_img {
	width: 60%;
	margin: 0 auto 1%;
}
.com_box__point .com_h__bld {
	text-align: center;
}
}

/*---------------------------------------------------------
 text
---------------------------------------------------------*/
.com_txt_bld {
	text-align: center;
	font-size: min(2vw,125%);
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: .1em;
	margin-bottom: 1.8em;
}
.com_txt_lg {
	font-size: min(2.2vw,158%);
	line-height: 1.5;
	letter-spacing: .06em;
	margin-bottom: .4em;
}
.com_txt_lg small {
	display: block;
	font-size: 87%;
	font-feature-settings: "halt";
}
.com_txt_link {
	text-decoration: underline;
	text-underline-offset: .1em;
}
.com_txt_link:hover {
	text-decoration: none;
	color: var(--color_grn);
}

.fs__16 {font-size: 94%;}
.fs__15 {font-size: 88%;}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_txt_bld {
	font-size: 105%;
	letter-spacing: .05em;
}
.com_txt_lg {
	font-size: 110%;
	letter-spacing: .05em;
}
}

/*---------------------------------------------------------
 layout
---------------------------------------------------------*/
.com_col_list {
	display: grid;
}
.com_col_list .box_img {
	margin: 0 auto 5%;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.com_col_list {
	justify-content: space-between;
}
.col__2 {	grid-template-columns: repeat(2,48%);}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_col_list {
	row-gap: 8vw;
}
.com_col_list .box_img {
	width: 80%;
}
}


/* ========================================================
  
  FV

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

/*---------------------------------------------------------
fv_area
---------------------------------------------------------*/
.fv_area {
	position: relative;
}



/* ========================================================
  
  header / nav

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

/*---------------------------------------------------------
header
---------------------------------------------------------*/
header {
	position: relative;
	box-sizing: border-box;
	padding: min(2%,30px);
}
/* h_logo */
.h_logo a {
	display: block;
}
.h_logo div {
	max-width: 447px;
	display: grid;
	justify-content: space-between;
	grid-template-columns: 48.6% 48.6%;
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}
/* PC,Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) {
header .h_inbox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/* h_logo */
.h_logo {
	width: 43%;
}
.h_logo a {
	display: flex;
	align-items: center;
	font-size: min(1.2vw,100%);
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
header {
	height: 22vw;
	padding: 2vw 20vw 2.4vw 4vw;
}
header .com_contact {
	display: none;
}
/* h_logo */
.h_logo {
	width: 62vw;
}
header .com_sitename br {
	display: none;
}
}


/*---------------------------------------------------------
m_nav
---------------------------------------------------------*/
.m_nav {
	position: relative;
}
.m_nav > li {
	position: relative;
}
.m_nav > li > a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: .12em;
	font-feature-settings: "halt";
	box-sizing: border-box;
	padding: 1.4em 2em;
}
.m_nav > li > a::before {
	position: absolute;
	content: "";
	background-color: #32e3ea;
	width: 1.2em;
	height: 0.84em;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	inset: 95% 0 auto 0;
	margin: auto;
	opacity: 0;
	transition: opacity .5s, top .5s;
}
.m_nav > li > a span {
	display: block;
	line-height: 0.5;
}
.m_nav > li > a:hover::before {
	opacity: 1;
	top: 100%;
}

#scl_header .m_nav {
	justify-content: flex-start;
	font-size: min(0.88vw,0.8rem);
}
#scl_header .m_nav > li > a {
	letter-spacing: .08em;
	padding-left: 1.4em;
	padding-right: 1.4em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.m_nav {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	font-size: min(1.05vw,0.88rem);
	word-break: keep-all;
	overflow-wrap: break-word;
}
.m_nav > li > a::after {
	position: absolute;
	content: "";
	background-color: #fff;
	width: 1px;
	height: 2em;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.m_nav > li:last-of-type > a::after {
	display: none;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.m_nav {
	font-size: min(1.28vw,0.88rem);
}
.m_nav > li > a {
	letter-spacing: .1em;
	padding: 1.4em 1.4em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.m_nav {
	width: 90%;
	font-size: 95%;
	margin-inline: auto;
}
.m_nav > li {
	border-bottom: 1px solid #FFF;
}
.m_nav > li > a {
	padding: 1.2em 1em;
}
.m_nav > li br {
	display: none;
}
}
/*---------------------------------------------------------
h_nav
---------------------------------------------------------*/
#h_nav {
	position: relative;
	width: 96vw;
	/* max-width: 1436px; */
	background-color: var(--color_beg);
	box-sizing: border-box;
	margin: auto auto 0;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#h_nav {
	display: none;
}
}

/*---------------------------------------------------------
scl_header
---------------------------------------------------------*/
#scl_header {
	position: fixed;
	background-color: var(--color_beg);
	z-index: 500;
	left: 0;
	top: 0;
	width: 100%;
	translate: 0 -101%;
}
#scl_header.is-show {
	display: block;
	translate: 0 0;
	opacity: 1;
    animation: sclAnimation 1.0s;
}
#scl_header .scl_flex {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 2em;
	padding: 0 1%;
}
#scl_header .scl_nav {
	width: 65%;
}
#scl_header .com_contact {
	width: 35%;
	max-width: 650px;
}
@keyframes sclAnimation {
	0% {
		translate: 0 -100%;
	}
	100% {
		translate: 0 0;
	}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 1199px) {
#scl_header {
	display: none !important;
}
}

/*---------------------------------------------------------
drawer
---------------------------------------------------------*/
#drawer .com_contact {
	display: block;
	text-align: center;
	margin-top: 8%;
}
#drawer .com_ctc_list {
	justify-content: center;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 1200px) {
#drawer {
	display: none;
}
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
#drawer {
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s, visibility .5s;
}
#drawer.is-show {
	opacity: 1;
    visibility: visible;
}
#drawer .m_nav {
	font-size: 100%;
	display: block;
}
#drawer .m_nav > li {
	border-bottom: 1px solid #FFF;
}
#drawer .m_nav > li a::after {
	display: none;
}
#drawer .m_nav > li br,
#drawer .m_nav > li wbr {
	display: none;
}
}


/*---------------------------------------------------------
 side
---------------------------------------------------------*/
#side_area {
	position: fixed;
	display: block;
	width: 18%;
	max-width: 236px;
	right: 0;
	top: 45%;
	translate: 0 -50%;
	z-index: 1;
	transition: scale .5s;
	transform-origin: right;
}
#side_area.is-fixed {
	position: fixed;
	scale: 0.72;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#side_area {
	width: 32%;
	top: auto;
	bottom: 22vw;
	translate: none;
}
#side_area.is-fixed {
	scale: 1;
}
}


/* ========================================================
  
  footer

======================================================== */
footer {
	position: relative;
	box-sizing: border-box;
	padding: min(10vw,60px) 6.5% 25px;
}
.f_logo {
	max-width: 440px;
}
.f_logo img {
	width: 81%;
}

.f_insta .ft_min span {
	font: var(--font_pos);
	font-variation-settings: "wght" 300;
}
.insta_list {
	display: flex;
	column-gap: 2em;
	margin-top: 1.4em;
}
.insta_list a {
	line-height: 1.5;
	letter-spacing: .1em;
}
.insta_list a::before {
	display: inline-block;
	content: "";
	background: url(../images/common/icon-instagram@2x.png) no-repeat;
	background-size: contain;
	width: 1.4em;
	height: 1.4em;
	vertical-align: -0.3em;
	margin-right: .5em;
}
.insta_list a::after {
	font-family: 'fontello';
	content: '\e801';
	font-weight: normal;
	color: rgba(65, 67, 72, 0.3);
}
.insta_list a:hover {
	color: #c23086;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.f_col {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.f_logo {
	width: 40%;
}
.f_insta {
	text-align: right;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
footer {
	padding: 10% 6% 25%;
}
.f_logo {
	width: 90%;
	margin: 0 auto 10%;
}
.f_logo img {
	margin: auto;
}

.f_insta {
	text-align: center;
}
.insta_list {
	justify-content: center;
	font-size: 80%;
}
}
/*copyright / pagetop
---------------------------------------------------------*/
.copyright {
	display: block;
	font: var(--font_pos);
	font-variation-settings: "wght" 300;
	font-size: min(70%);
	line-height: 1.4;
	letter-spacing: .2em;
	margin-top: 5.5em;
}

#pagetop {
	display: block;
	width: 11em;
	font: var(--font_pos);
	font-variation-settings: "wght" 300;
	font-size: min(2vw,138%);
	letter-spacing: .12em;
	box-sizing: border-box;
	border-bottom: 1px solid currentColor;
	padding: 0 .2em .8em;
}
#pagetop::after {
	position: relative;
	display: inline-block;
	content: "";
	width: .56em;
	height: .56em;
	vertical-align: -0.1em;
	border-top: 1px solid currentColor;
	border-right: 1px solid currentColor;
	rotate: -45deg;
	margin-left: .6em;
	transition: translate .4s;
}
#pagetop:hover {
	color: var(--color_dgrn);
}
#pagetop:hover::after {
	translate: 0 -4px;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
#pagetop {
	position: absolute;
	right: 0;
	bottom: 1.6em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.copyright {
	font-size: 60%;
	letter-spacing: .15em;
}

#pagetop {
	font-size: 80%;
	margin: 2em calc(50% - 50vw) 0 auto;
}
}


/*sp_footer
---------------------------------------------------------*/
@media only screen and (min-width: 768px) {
#sp_footer {display: none !important;}
}
#sp_footer {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 1000;
	background-color: rgba(255,255,255,0.9);
	box-sizing: border-box;
	padding: 3vw 2.5vw;
}
#sp_footer .com_contact {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#sp_footer .com_ctc_list {
	column-gap: 2%;
}
#sp_footer .com_tel {
	display: block;
	font-size: 2.6vw;
	padding-left: 2.5em;
	margin-bottom: 0;
} 
#sp_footer .com_tel dt {
	margin-bottom: .2em;
}
#sp_footer .com_tel dt br {
	display: none;
} 
#sp_footer .com_tel_style {
	font-size: 200%;
	margin-left: -1.1em;
} 
#sp_footer .com_ctc_btn a {
	flex-wrap: wrap;
	width: 11em;
	height: 5.5em;
	font-size: 2.2vw;
	padding: .4em 2em;
}
#sp_footer .com_ctc_btn a::before {
	display: block;
	width: 100%;
	height: 2em;
	margin: auto;
}
#sp_footer  .com_ctc_btn > a::after {
    right: .6em;
    top: auto;
	bottom: .6em;
    translate: none;
}

/* ========================================================
  
  modal

======================================================== */
dialog {
	width: 100vw;
	background: transparent;
	border: none;
	padding: 0;
	opacity: 0;
	transition:
        opacity .6s,
        translate .6s,
        overlay .6s allow-discrete,
        display .6s allow-discrete;
		overflow: visible;
}
dialog[open] {
	opacity: 1;
	translate: 0 0;
	@starting-style {
		opacity: 0;
	}
}
dialog::backdrop {
	opacity: 0;
	background: rgba(0,0,0,0.4);
	transition: opacity .4s;
}
dialog[open]::backdrop {
	opacity: 1;
	@starting-style {
		opacity: 0;
	}
}
.modal-inbox {
	position: relative;
}
.moda-close {
	position: absolute;
	width: 100vw;
	height: 100vh;
	left: 50%;
	top: 50%;
	translate: -50% -50%;
}
.moda-close-icon {
	position: relative;
	width: 5%;
	max-width: 50px;
	margin-left: auto;
	margin-bottom: 1em;
	z-index: 1;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.moda-close-icon {
	width: 7%;
}
}

/*---------------------------------------------------------
 modal-contact
---------------------------------------------------------*/
.modal-contact {
	height: 100vh;
	max-width: 100%;
	max-height: 100%;
	text-align: center;
	background-color: rgba(236,246,247,0.85);
	box-sizing: border-box;
	padding: 0 4% 10%;
	margin: 0;
}
.modal-contact form {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.modal-contact .moda-close-icon {
	translate: 0 150%;
}
.modal-contact .modal-inbox {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
.modal-contact .com_h__bld {
	margin-bottom: 1.5em;
}
.modal_list > li {
	text-align: center;
	background-color: #fff;
	box-sizing: border-box;
	padding: 6% 8%;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.modal_list .com_h__radi {
	color: #FFF;
	font-size: min(2.1vw,150%);
	background-color: #77AD31;
}
.modal_list .cliname {
	font-size: min(2.7vw,200%);
	font-weight: bold;
	letter-spacing: .06em;
	margin-bottom: .6em;
}
.modal_list .com_ctc_btn a {
	background-color: #85C657;
}
.modal_list .list__ikeda .com_h__radi {background-color: #559AA8;}
.modal_list .list__ikeda .com_ctc_btn a {background-color: #5BBCC8;}

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.modal_list {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(2,49%);
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.modal-contact .com_h__bld {
	margin-bottom: 1em;
}
.modal_list > li {
	padding: 6% 6% 8%;
	margin-top: 4%;
}
.modal_list .com_h__radi {
	font-size: 105%;
}
.modal_list .cliname {
	font-size: 120%;
}
}


/* ========================================================
  
  space / margin / responsive

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

/*---------------------------------------------------------
max-width
---------------------------------------------------------*/
.max_1500 {
	width: 100%;
	max-width: 1500px;
	margin-inline: auto;
}
.max_width,.w1500,
.w1400,
.w1360,.w1340,.w1300,
.w1280,.w1240,.w1220,.w1200,
.w1100,.w1000,
.w910 {
	width: 92%;
	padding: 0 4%;
	margin-inline: auto;
}
.w1500 {max-width: 1500px;}
.w1400 {max-width: 1400px;}
.w1360 {max-width: 1360px;}
.w1340 {max-width: 1340px;}
.w1300 {max-width: 1300px;}
.w1280 {max-width: 1280px;}
.w1240 {max-width: 1240px;}
.w1220 {max-width: 1220px;}
.w1200 {max-width: 1200px;}
.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,
.w1360,.w1340,.w1300,
.w1280,.w1240,.w1220,.w1200,
.w1100,.w1000,
.w910 {
	width: 90%;
	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: 1em;}

/* 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%;}
}

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

}

/* 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;}
}
