 @charset "UTF-8";


/* *********************************

   common.css

	- Variable
	- Reset
	- Base
	- Layout
	- Navigation
	- Component
	- Animation
	- Utility

********************************* */



/* ========================================================
  
  Variable

======================================================== */
:root {
	--fw-bold: 600;

	--ff-gothic: "Hiragino Kaku Gothic ProN","Hiragino Sans","游ゴシック","Yu Gothic",Meiryo,sans-serif;

	--font-min: normal normal 300 100%/1.6 "Noto Serif JP", serif;
	--font-en: normal normal 400 100%/1 "Josefin Sans", sans-serif;

	--color-base: #333;
	--color-bdr: #d9d9d9;

	--color-primary: #faed00;
	--color-primary-400: #FBF37C;
	--color-secondary: #ff968a;

	--color-blu: #59a3ad;
	--color-blu-300: #8ad0e5;
	--color-taq: #15b2be;
	--color-taq-300: #6ab4ad;
	--color-grn: #306555;
	--color-grn-300: #4ca08c;
	--color-lgrn: #82b264;
	--color-gld: #9e8d3d;
	--color-yel: #fff799;
	--color-org: #f15a24;
	--color-coral: #db8479;
	--color-pnk: #d97f84;
	--color-pnk-300: #f7af9e;
	--color-ppl: #997c97;
	--color-ppl-100: #f6f1fa;
	--color-ppl-300: #b184d9;
	--color-wine: #a51f52;
	--color-red: #cc2d2d !important;
	--color-bei: #f0eee9;
	--color_ivo: #f9faf3;
	--color-brw-600: #372308;
	--color-brw-300: #af9462;
	--color-brw-200: #e2d0ad;

	--accent-color: var(--color-taq);

	--grd-grn: linear-gradient(to bottom, rgba(48,101,85,1), rgba(57,158,126,0.8));

	--grd-color-l: rgb(138 227 196 / 0.8);
	--grd-color-r: rgb(121 182 227 / 0.8);

	--clip-arrow: polygon(0 0, 100% 0, 50% 100%);
}

.u-accent-blu-300 {
	--accent-color: var(--color-blu-300 );
}
.u-accent-pnk {
	--accent-color: var(--color-pnk );
}
.u-accent-coral {
	--grd-color-l: #fabb89;
	--grd-color-r: #fd9281;
}
.u-accent-ppl {
	--accent-color: var(--color-ppl );
	--grd-color-l: #fcc7e9;
	--grd-color-r: #b4beff;
}
.u-accent-job { --accent-color: var(--job-color );}

.u-accent-primary { --accent-color: var(--color-primary);}
.u-accent-secondary { --accent-color: var(--color-secondary);}

.page-dh {
	--job-color: var(--color-pnk );
	--job-color-rgb: 217 127 132;;
}
.page-staff {
	--job-color: var(--color-ppl-300 );
	--job-color-rgb: 177 132 217;
}


/* ========================================================
  
  Reset

======================================================== */
*, *::before, *::after {
	box-sizing: border-box;
}

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-style: normal;
	font-weight: inherit;
}

ul{
	list-style:none;
}

img{
	display: block;
    /* width: 100%; */
    max-width: 100%;
    height: auto;
    /* object-fit: cover; */
}

picture {
	display:block;
}

table {
	width:100%;
	font-size:inherit;
	font:100%;
	border-collapse:separate;
	border-spacing:0;
}

button {
	display: block;
	padding: 0;
	border: none;
	outline: none;
	font: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
}






/* ========================================================
  
  Base

======================================================== */
html {
	font-size: 17px;
}
body {
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","游ゴシック","Yu Gothic",Meiryo,sans-serif;
	font-style: normal;
	color: var(--color-base);
	letter-spacing: .1em;
	line-height: 2;
	margin: 0;
	-webkit-text-size-adjust: 100%;
}

main {
	position: relative;
}

a {
	color: inherit;
	text-decoration: none;
	outline: 0;
	transition: color .8s, background-color .8s;
}

address {
	font-style: normal;
}

section {
	position: relative;
}

main {
	position: relative;
}

cite {
	display: block;
	text-align: right;
	font-size: min(1.5vw,100%);
	letter-spacing: normal;
	font-style: normal;
	line-height: 1.4;
	margin-top: 1em;
}

sup {
	font-size:60%;
}

hr {
	display: block;
	height: 1px;
	background: #cccccc;
	width: 100%;
	border: none;
	margin: 10% auto;
}

b {font-weight: var(--fw-bold);}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

html {
	font-size: 16px;
}
body {
	line-height: 1.8;
}
}

@media(min-width: 768px) {
/* PC時はaタグ無効 */
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/* スマホのときはビューポートを基準にサイズ調節する */
/* スマホ時：emまたは%で指定する */
/* スマホ以外でビューポート基準にするときは、その都度「vw」で指定する */
html {
	font-size: 4vw;
}
body {
	line-height: 1.7;
	letter-spacing: .04em;
}
cite {
	font-size: 80%;
}
hr {
	margin: 12% auto;
}
}






/* ========================================================
  
  Layout

======================================================== */
.l-wrapper { overflow: clip; }


/*-----------------------------------------------
 Layout - header
-----------------------------------------------*/
.l-header {
	position: absolute;
	width: 100%;
	inset: 0 0 auto 0;
	padding: min(1.8vw,30px) min(1.6vw,25px) 0 min(3vw,45px);
	z-index: 100;
}
.l-header__left {
	max-width: max-content;
}
.l-header__txt {
	font-size: min(0.9vw,0.82rem);
	font-size: 36%;
	line-height: 1.4;
	letter-spacing: .1em;
	margin-bottom: .4em;
}
/* c-logo */
.c-logo {
	display: block;
	text-align: left;
	font: var(--font-min);
	font-size: min(2.5vw,223%); /* 医院名基準 */
	letter-spacing: .15em;
	line-height: 1.2;
	white-space: nowrap;
}
.c-logo__corp {
	position: relative;
	display: inline-block;
	padding-right: 1.2em;

	&::before {
		position: absolute;
		display: block;
		content: "";
		background: url(../images/common/logo-mark.svg) no-repeat;
		background-size: contain;
		width: 3.1em;
		height: 1.6em;
		right: 0;
		bottom: 0;
		z-index: -1;
	}
	> span {
		display: block;
		font-size: 48%;
		letter-spacing: .15em;
		margin-bottom: .2em;
	}
}
.c-logo__site {
	font-size: 128%;
	
	> span {
		display: inline-block;
		color: var(--color-base);
		font-size: 40%;
		letter-spacing: .1em;
		vertical-align: 0.6em;
		background-color: #f0eee9;
		padding: .35em 1.2em;
		border-radius: 2em;
	}
}
.c-logo__deco {
	position: absolute;
	display: block;
	color: rgb(255 255 255 / 0.3);
	font: var(--font-en);
	font-size: 236%;
	letter-spacing: .08em;
	left: 0;
	top: 1.2em;
	z-index: -1;
}

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

.l-header__inner {
	display: flex;
	justify-content: space-between;
}
.l-header__right {
	width: 34vw;
	max-width: 470px;
}

/* c-logo */
.c-logo {
	display: flex;
	align-items: flex-end;
	column-gap: 1em;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

.l-header__txt {
	font-size: min(1.2vw,0.82rem);
}
/* c-logo */
.c-logo {
	font-size: 2.7vw;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.l-header {
	padding: 4vw;
}
.l-header__txt {
	font-size: 2.5vw;
}
.c-logo {
	font-size: 5.8vw;
}
.c-logo__site {
	font-size: 160%;
}
.c-logo__deco {
	font-size: 10.6vw;
	top: 2.6em;
}

.l-header__right {
	display: none;
}
}


/*-----------------------------------------------
 Layout - l-nav
-----------------------------------------------*/
.l-nav {
	position: relative;
	height: max-content;
	box-shadow: 0 10px 10px rgb(0 0 0 / 0.05);
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.l-nav {
	display: none;
}
}

/* Layout - l-nav - inmenu
-----------------------------------------------*/
.l-nav__inmenu {
	display: none;
	position: absolute;
	width: 100vw;
	font-size: min(1.7vw,1rem);
	line-height: 1.3;
	top: 100%;
	left: 0;
	color: #FFF;
	background-color: var(--color-taq-300);
	padding: 2em 6.5%;
	z-index: 999;
	margin-inline: calc(50% - 50vw);

	.c-hdg--min {
		font-size: min(2vw,152%);
	}
}
.l-nav.open-top {
	.l-nav__inmenu {
		inset: auto 0 100% 0;
	}
}

/* list */
.l-nav__inmenu .c-menu--arw {
	display: block;

	&.is-col3 {
		column-count: 3;
	}
	> li {
		break-inside: avoid;
		margin-bottom: 1em;
	}
}

/*-----------------------------------------------
 Layout - scl_header
-----------------------------------------------*/
#scl_header {
	position: fixed;
	background-color: #FFF;
	z-index: 500;
	left: 0;
	top: 0;
	width: 100%;
	translate: 0 -101%;

	&.is-show {
		display: block;
		translate: 0 0;
		opacity: 1;
		animation: sclAnimation 1.0s;
		box-shadow: 0 10px 10px rgb(0 0 0 / 0.05);
	}
}
.l-scroll__inner {
	position: relative;
	display: flex;
	justify-content: space-between;
}

@keyframes sclAnimation {
	0% {
		translate: 0 -100%;
	}
	100% {
		translate: 0 0;
	}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#scl_header {
	display: none !important;
}
}

/*-----------------------------------------------
 Layout - drawer
-----------------------------------------------*/
.l-drawer__inner {
	padding: 10% 8%;
}

/* Layout - drawer - l-drawer__menu
-----------------------------------------------*/
.l-drawer__inner.u-bg-taq-300 {
	color: #FFF;

	.c-hdg--min {
		margin-bottom: 1em;

		&:not(:first-child) {
			padding-top: 1.2em;
			margin-top: 1.5em;
			border-top: 1px solid currentColor;
		}
	}
	.c-menu--arw {
		grid-template-columns: auto;
		font-size: 3.8vw;

		& a::before {
			color: var(--color-base);
			background-color: #fff;
		}
	}
}


/*-----------------------------------------------
 Layout - footer
-----------------------------------------------*/
.l-footer {
	position: relative;
	background-color: var(--color-lgry);
}
.l-footer__bg {
	position: relative;
	color: #FFF;
	padding: min(8vw,100px) 3.5% min(6vw,65px);

	.c-bg-color {
		background-color: var(--color-taq-300);
	}
	.c-bg-img {
		width: 66vw !important;
		color: var(--color-taq-300) !important;
		opacity: 0.5;
	}
}

.l-footer__logo {
	margin-left: auto;
	margin-top: 2em;
}
.copyright {
	display: block;
	text-align: right;
	font: var(--font-min);
	font-size: 76%;
	line-height: 1.4;
	letter-spacing: .18em;
	margin-top: 1.5em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

.l-footer {
	.c-bg-img {
		height: 100%;
		mask-image: unset !important;
	}
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.l-footer {
	.c-bg-img {
		width: 100vw !important;
	}
	.c-acd__trigger {
		text-align: center;
		font: var(--font-en);
		font-size: 7vw;
		letter-spacing: .15em;
	}
	.c-acd__icon {
		font-size: 80%;
		color: var(--color-grn);
		background-color: #FFF;
		margin-left: .6em;
	}
}
.l-footer__bg {
	padding: 10% 5% 24vw;
}

.copyright {
	font-size: 60%;
	letter-spacing: .12em;
}
}

/* Layout - footer - sitemap
-----------------------------------------------*/
.l-sitemap {
	font-size: 88%;
	line-height: 1.4;

	> div {
		position: relative;
	}
	& p {
		font-weight: var(--fw-bold);
		margin-bottom: 1em;
	}
	& ul {
		display: grid;
		gap: 1em;

		& a:hover {
			color: var(--color-yel);
		}
	}
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

.l-sitemap {
	max-width: 1200px;
	display: flex;
	column-gap: 3%;
	margin-inline: auto;
}
.l-sitemap > div {
	padding-right: 3%;

	&::after {
		position: absolute;
		content: "";
		background: linear-gradient(to bottom, rgb(255 255 255 / 1), rgb(255 255 255 / 0));
		width: 1px;
		height: 100%;
		right: 0;
		top: 0;
	}
	&:last-of-type {
		padding-right: 0;

		&:after {
			display: none;
		}
}
}

.l-sitemap .c-list--col2 {
	grid-auto-flow: column;
	grid-template-rows: repeat(6, auto);
	column-gap: 5%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.l-sitemap {
	display: none;
	padding-top: 8%;
}
.l-sitemap > div {
	padding: 0 2% 8%;
	margin-bottom: 8%;

	&::after {
		position: absolute;
		content: "";
		background: linear-gradient(to right, rgb(255 255 255 / 1), rgb(255 255 255 / 0));
		width: 100%;
		height: 1px;
		left: 0;
		bottom: 0;
	}
	&:last-of-type:after {
		display: none;
	}
}

.l-sitemap ul {
	gap: .5em;
	
	&:not(.c-list) {
		grid-auto-flow: column;
		grid-template-rows: repeat(4, auto);
	}
}
}



/*-----------------------------------------------
 Layout - sp_footer
-----------------------------------------------*/
#sp_footer {
	position: fixed;
	width: 100%;
	inset: auto 0 0 0;
	z-index: 501;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

.l-fixed-cta {
	display: none !important;
}
}

/*-----------------------------------------------
 Layout - FV
-----------------------------------------------*/
.l-fv {
	position: relative;
}
.l-fv__img {
	position: relative;

	&::after {
		position: absolute;
		content: "";
		background: url(../images/common/frame-arch.svg) no-repeat left bottom -1px;
		background-size: contain;
		width: 100%;
		height: min(14vw,200px);
		inset: auto 0 0 0;
	}
}


/*---------------------------------------------------------
 Layout - bnr
---------------------------------------------------------*/
.l-bnr-m {
	display: block;
	width: 45vw;
	max-width: max-content;
	margin-inline: auto;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.l-bnr-m {
	width: 80%;
}
}


/*---------------------------------------------------------
 Layout - l-qa
---------------------------------------------------------*/
.l-qa {

}
.l-qa__item {
	margin-bottom: min(6%,60px);

	&:last-child {
		margin-bottom: 0;
	}
}
.l-qa__q,
.l-qa__a {
	position: relative;
	padding-left: 13%;
	padding-right: 4%;
	
	&::before {
		position: absolute;
		display: block;
		text-align: center;
		font: var(--font-en);
		font-size: min(4.5vw,2.94rem);
		line-height: 1;
		white-space: nowrap;
		left: 8%;
		top: .25em;
		translate: -50% 0;
	}
}
.l-qa__q {
	color: #FFF;
	background: linear-gradient(to right, var(--grd-color-l), var(--grd-color-r));
	padding-top: 1.6em;
	padding-bottom: 3.2em;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1.7em), 10% calc(100% - 1.7em), 8% 100%, 6% calc(100% - 1.7em), 0 calc(100% - 1.7em));
	margin-bottom: 1.5em;

	&::before {
		content: "Q";
		top: .6em;
	}
	.c-hdg--bld {
		margin-bottom: 0;
	}
}
.l-qa__a {
	&::before {
		content: "A";
		color: var(--color-taq);
		top: 0.2em;
	}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.l-qa__item {
	margin-bottom: 10%;
}
.l-qa__q,
.l-qa__a {
	padding-left: 15%;
	
	&::before {
		font-size: 7.5vw;
		left: 8%;
		top: .1em;
	}
}
.l-qa__q {
	padding-top: 1em;
	padding-bottom: 2em;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1em), 11% calc(100% - 1em), 8% 100%, 5% calc(100% - 1em), 0 calc(100% - 1em));
	margin-bottom: .6em;

	&::before {
		top: .5em;
	}
}
.l-qa__a {
	.c-btn-wrap {
		justify-content: flex-start;
	}
	.c-btn-radi {
		text-align: left;
	}
}
}





/* ========================================================
  
  Navigation

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

/*-----------------------------------------------
 Navigation - l-nav__list
-----------------------------------------------*/
.l-nav__list {
	/* position: relative; */
	width: 100%;
	height: 6.5em;
	display: flex;
	column-gap: 2em;
	font: var(--font-min);
	font-size: min(1.25vw,1.05rem);
	letter-spacing: .18em;
	line-height: 1.3;

	> li {
		> a {
			position: relative;
			display: flex;
			flex-direction: column;
			justify-content: center;
			height: 100%;
			text-align: center;
			white-space: nowrap;

			> br {
				display: none;
			}
		}
		> a:hover,
		&.is-active > a {
			color: var(--color-taq);
		}

		&.has-inmenu > a {
			padding-right: 1.2em;

			&::after {
				position: absolute;
				display: inline-block;
				font-family: 'fontello';
				content: '\e801';
				color: #a79564;
				font-size: 160%;
				line-height: 1;
				rotate: 90deg;
				right: -0.2em;
				top: 54%;
				translate: 0 -50%;
			}
		}
	}
}

.l-nav {
	.l-nav__list {
		justify-content: center;
	}
}
.l-scroll {
	.l-nav__list {
		column-gap: 1.4em;
		font-size: min(1.05vw,0.88rem);
		letter-spacing: .12em;
		padding-left: 4%;
	}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

.l-nav__list {
	font-size: min(1.4vw,1.05rem);
	
	> li {
		> a {
			> br {
				display: block;
			}
		}
	}
}
.l-scroll {
	.l-nav__list {
		column-gap: 1.4em;
		font-size: min(1.25vw,0.88rem);
		letter-spacing: .12em;
	}
}
}


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

/* Navigation - menu - c-menu--arw
-----------------------------------------------*/
.c-menu--arw {
	display: flex;
	flex-wrap: wrap;
	gap: 1em 2em;
	font: var(--font-min);
	font-size: 88%;
	line-height: 1.4;

	& a {
		position: relative;
		display: block;
		padding: .1em 0 .1em 2em;

		&::before {
			position: absolute;
			display: flex;
			align-items: center;
			justify-content: center;
			font-family: 'fontello';
			content: '\e801';
			text-align: center;
			letter-spacing: normal;
			color: #FFF;
			font-size: 100%;
			line-height: 1;
			background-color: var(--color-taq);
			border-radius: 50%;
			width: 1.5em;
			height: 1.5em;
			transition: color .4s, background-color .4s;
			left: 0;
			top: 0;
			overflow: hidden;
		}
	}
}

.l-nav__inmenu {
	& a {
		&::before {
			color: var(--color-base);
			background-color: #FFF;
		}
		&:hover {
			color: var(--color-yel);
		}
	}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.c-menu--arw {
	display: grid;
	grid-template-columns: repeat(2,50%);
	column-gap: 5%;
	font-size: 4.2vw;
	font-feature-settings: "palt"
}
}


/*-----------------------------------------------
 Navigation - bnr
-----------------------------------------------*/

/* Navigation - bnr - com_bnr_insta
-----------------------------------------------*/





/* ========================================================
  
  Component

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


/*-----------------------------------------------
 Component - text
-----------------------------------------------*/
.c-txt--link {
	text-decoration: underline;
	text-underline-offset: .1em;
}
.c-txt--link:hover {
	text-decoration: none;
	color: var(--accent-color);
}

.c-txt--ast {
	display: block;
	color: #999;
	font-size: 88%;
	line-height: 1.8;
	letter-spacing: .08em;
	margin-top: 1em;
}
ul.c-txt--ast {
	display: grid;
	row-gap: .2em;
}

.c-txt--radi {
	position: relative;
	text-align: center;
	font: var(--font-min);
	font-size: min(2vw,129%);
	letter-spacing: .08em;
	line-height: 1.3;
	color: #FFF;
	background-color: var(--accent-color);
	border-radius: 100vmax;
	padding: .8em 1.2em;
	margin-bottom: 1.6em;
}

.c-txt--bld {
	text-align: center;
	color: var(--color-taq);
	font-size: min(2vw,135%);
	font-weight: var(--fw-bold);
	line-height: 1.8;
}

.c-txt--min {
	text-align: center;
	font: var(--font-min);
	font-size: min(2.8vw,176%);
	letter-spacing: .12em;
	line-height: 1.8;
	margin-top: 1em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.c-txt--ast {
	font-size: 78%;
	letter-spacing: .04em;
	line-height: 1.6;
}

.c-txt--radi {
	font-size: 110%;
}

.c-txt--bld {
	font-size: 105%;
	line-height: 1.6;
}

.c-txt--min {
	font-size: 120%;
	letter-spacing: .06em;
}
}


/*-----------------------------------------------
 Component - scroll
-----------------------------------------------*/
.scl-area {
	position: relative;

	--scr-bg-color: #d6d4c8;
}
.scl-area__txt {
	text-align: center;
	color: #9194A1;
	font-size: 80%;
	letter-spacing: .1em;
	line-height: 1.4;
	margin-bottom: 1em;
}
/* scrollbar */
.scl-area::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.scl-area::-webkit-scrollbar-track {
	background: var(--scr-bg-color);
	border-radius: 2px;
}

.scl-area::-webkit-scrollbar-thumb {
	background-color: var(--accent-color);
	border-radius: 2px;
}

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

/* Firefox */
@-moz-document url-prefix(){
.scl-area {
	scrollbar-width: thin;         /* auto, thin, none */
	scrollbar-color: var(--accent-color) transparent; /* thumb track */
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.scl-area {
	overflow-x: scroll;
	padding-bottom: 8%;
}
}

/*-----------------------------------------------
 Component - accordion
-----------------------------------------------*/
.c-acd {
	position: relative;
}
.c-acd__trigger {
	position: relative;
	cursor: pointer;
	transition: color .5s, background-color .5s;
}
.c-acd__content {
	display: none;
}
/*c-acd__icon*/
.c-acd__icon {
	position: relative;
	letter-spacing: normal;
	line-height: 1.0em;
	display: inline-block;
	vertical-align: middle;
	width: 1.2em;
	height: 1.2em;
	border-radius: 50%;
	translate: 0 -0.1em;
	transition: background-color .5s;

	&::before,
	&::after {
		content: "";
		position: absolute;
		width: .6em;
		height: 1px;
		background: currentcolor;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	&::after {
		transform: rotate(90deg);
		transition: transform 0.4s;
	}
}
.c-acd__trigger.is-active {
	.c-acd__icon::after {
		transform: rotate(0deg);
	}
}

/*-----------------------------------------------
 Component - hover
-----------------------------------------------*/
.c-hover--zoom {
	position: relative;
	overflow: hidden;

	> img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transform: translateZ(0);
		transition: scale .6s;
	}
}
a:hover .c-hover--zoom img {
	scale: 1.08;
}


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

/* Component - contact - c-cta-tel
-----------------------------------------------*/

.l-modal {
	.c-cta-tel {
		font-size: min(3.6vw,200%);
		letter-spacing: .05em;
		&::before {
			top: -0.03em;
		}
	}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.l-modal {
	.c-cta-tel {
		font-size: 4.8vw;
	}
}
}

/* Component - contact - c-cta-btn
-----------------------------------------------*/
.c-cta-btn {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 4.8em;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: .4em;
	color: #FFF;
	font-size: min(2.2vw,135%);
	font-weight: var(--fw-bold);
	letter-spacing: .15em;
	line-height: 1.2;
	white-space: nowrap;
	padding: .6em .2em;
	transition: filter .6s;

	&::before {
		position: absolute;
		content: "";
		background: url(../images/common/cta-btn-bg.svg) no-repeat left bottom;
		background-size: auto 100%;
		width: 100%;
		height: 100%;
		inset: 0;
	}

	> small {
		position: relative;
		display: block;
		font-family: var(--ff-gothic);
		font-weight: var(--fw-bold);
		letter-spacing: .12em;
		font-size: 58%;

		> span {
			display: inline-block;
			font: var(--font-en);
			font-size: 140%;
			transform: skewX(-10deg);
		}
	}

	.c-cta-tel {
		font-size: 130%;
	}

	.c-icon {
		position: absolute;
		right: 10px;
		bottom: 0;
		translate: 0 50%;
		transition: opacity .2s;
	}

	&:hover {
		filter: brightness(1.1);
	}
}

.c-cta-btn__txt {
	position: relative;

	&::before {
		display: inline-block;
		content: "";
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		min-width: 1.75em;
		min-height: 1.3em;
		vertical-align: -0.35em;
	}
	> br {
		display: none;
	}
}

.l-scroll:not(.is-show) .c-cta-btn .c-icon {
	opacity: 0;
}

.c-cta-btn--tel {
	background-color: #4ca8c8;

	.c-cta-btn__txt::before,
	.c-cta-tel::before {
		background-image: url(../images/common/icon-tel.svg);
		min-width: 1.3em;
		left: -0.1em;
	}
}
.c-cta-btn--rsv {
	background-color: #ddaa3e;

	.c-cta-btn__txt::before {
		background-image: url(../images/common/icon-reserve.svg);
	}
}
.c-cta-btn--csl {
	background-color: #2abfaa;

	.c-cta-btn__txt::before {
		background-image: url(../images/common/icon-consul.svg);
	}
}

.l-modal .c-cta-btn {
	flex-direction: row;
	width: 11.3em;
	height: auto;
	padding: .5em .2em;
	margin-inline: auto;

	&::before {
        background-size: auto 150%;
    }
	.c-icon {
		position: relative;
		display: inline-block;
		font-size: 80%;
		inset: auto;
		translate: none;
	}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.c-cta-btn {
	width: auto;
	height: 4.2em;
	font-size: 5.6vw;
	padding: .5em 1em;
}

.l-modal .c-cta-btn {
	font-size: 3.6vw;
}
}

/* Component - contact - c-cta-wrap
-----------------------------------------------*/
.c-cta-wrap {
	position: relative;
	width: 100%;
	width: 75vw;
	max-width: 800px;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 1.25%;
	margin-inline: auto;

	.c-cta-btn {
		flex: 1;

		.c-icon {
			box-shadow: 0 0 4px rgb(0 0 0 / 0.3);
		}
	}
}

/* header */
.c-cta-wrap--header {
	width: 100%;
	font-size: min(1.5vw,100%);

	.c-cta-btn {
		flex-direction: column-reverse;
		height: 6.1em;
		font-size: 105%;
		
		.c-icon {
			font-size: 100%;
		}
	}
	.c-cta-btn__txt::before {
		display: block;
		min-width: 2.23em;
		min-height: 1.67em;
		margin-bottom: .2em;
	}
	.c-cta-btn--tel {
		> small {
			display: none;
		}
		> div br {
			display: block;
		}
	}
}

/* compact */
.c-cta-wrap--compact {
	display: flex;
	column-gap: 0;
	width: 100%;
	height: 100%;
	font-size: min(1.1vw,100%);
	
	.c-cta-btn {
		height: 100%;
		flex-direction: column-reverse;
		font-size: 105%;

		> small {
			display: none;
		}
		.c-icon {
			font-size: 100%;
		}
	}
	.c-cta-btn__txt::before {
		display: block;
		min-width: 2.23em;
		min-height: 1.67em;
		margin-bottom: .2em;
	}
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

.l-scroll .l-scroll__cta {
	width: 24%;
	max-width: 360px;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.c-cta-wrap {
	display: grid;
	gap: 1.2em;
}

/* compact */
.c-cta-wrap--compact {
	display: flex;
	column-gap: 0;
	font-size: 100%;

	.c-cta-btn .c-icon {
		display: none;
	}
}
}


/*-----------------------------------------------
 Component - heading
-----------------------------------------------*/

/* c-hdg--min */
.c-hdg--min {
	position: relative;
	font: var(--font-min);
	font-size: min(2.6vw,176%);
	line-height: 1.6;
	letter-spacing: .1em;
	margin-bottom: .5em;
}

/* c-hdg--var */
.c-hdg--var {
	position: relative;
	font: var(--font-min);
	font-size: min(4vw,312%);
	line-height: 1.5;
	letter-spacing: .14em;
	white-space: nowrap;
	writing-mode: vertical-rl;
}
.c-hdg--var > span {
	display: inline-block;
}

/* c-hdg--bg */
.c-hdg--bg {
	position: relative;
	text-align: center;
	color: #FFF;
	font: var(--font-min);
	font-size: min(2.8vw,205%);
	line-height: 1.3;
	letter-spacing: .16em;
	background: url(../images/common/cta-btn-bg.svg) no-repeat left bottom;
	background-size: 4.2em auto;
	background-color: var(--accent-color);
	padding: .8em .5em;
	margin: 0 auto 2em;
}

/* c-hdg--radi */
.c-hdg--radi {
	position: relative;
	text-align: center;
	color: #FFF;
	font: var(--font-min);
	font-size: min(2.8vw,188%);
	line-height: 1.3;
	letter-spacing: .16em;
	background-color: var(--accent-color);
	border-radius: 2em;
	padding: .3em 1em;
	margin: 0 auto 1.5em;
}

.c-hdg--bdr {
	position: relative;
	text-align: center;
	color: var(--accent-color);
	font-size: min(2.4vw,158%);
	font-weight: var(--fw-bold);
	line-height: 1.3;
	letter-spacing: .1em;
	padding: 1em;
	margin-bottom: 1.8em;
	border-top: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
}

.c-hdg--bbl {
	position: relative;
	text-align: center;
	color: var(--color-nvy);
	font: var(--font-min);
	font-size: min(2.2vw,147%);
	line-height: 1.4;
	letter-spacing: .1em;
	color: #FFF;
	background-color: #378344;
	border-radius: .8em;
	padding: .7em 1.2em;
	margin-bottom: .6em;
}
.c-hdg--bbl::before {
	position: absolute;
	content: "";
	background-color: inherit;
	width: 1.6em;
	height: .8em;
	clip-path: var(--clip-arrow);
	inset: auto 0 -0.6em 0;
	margin: auto;
}
.c-hdg--bbl.anime {
	opacity: 0;
	top: 10px;
	transition: opacity .8s, top .8s;
	transition-delay: .2s;
}
.c-hdg--bbl.is-animated {
	opacity: 1;
	top: 0;
}

.c-hdg--bld {
	position: relative;
	font-size: min(2.4vw,164%);
	font-weight: var(--fw-bold);
	line-height: 1.5;
	letter-spacing: .12em;
	margin-bottom: .5em;
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.c-hdg--min {
	font-size: 130%;
	line-height: 1.5;
	letter-spacing: .08em;
}

.c-hdg--var {
	font-size: 3.4vw;
}

.c-hdg--bg {
	font-size: 130%;
	letter-spacing: .1em;
	margin-bottom: 1.4em;
}

.c-hdg--radi {
	font-size: 125%;
	letter-spacing: .1em;
	margin-bottom: 1.2em;
}

.c-hdg--bbl {
	font-size: 120%;
	padding: .5em .8em;
}

.c-hdg--bdr {
	font-size: 130%;
	padding: .8em;
	margin-bottom: 1.2em;
}

.c-hdg--bld {
	font-size: 115%;
	letter-spacing: .05em;
}
}

/* Component - heading - deco
-----------------------------------------------*/
.c-hdg--en {
	position: relative;
	color: var(--accent-color);
	font: var(--font-en);
	font-size: min(2.6vw,1.76rem);
	letter-spacing: .18em;
	margin-bottom: 1em;

	&:last-child {
		margin-bottom: 0;
	}
}

.c-hdg--deco {
	position: relative;
	color: #FFF;
	font: var(--font-en);
	font-size: min(6vw,4.7rem);
	letter-spacing: .08em;
	line-height: 1.1;
	white-space: nowrap;

	&.bg-grd {
		display: inline-block;
		background: linear-gradient(to right, var(--grd-color-l), var(--grd-color-r));
		background-repeat: no-repeat;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.c-hdg--en {
	font-size: 3.5vw;
	margin-bottom: .8em;
}

.c-hdg--deco {
	font-size: 10vw;
	letter-spacing: .06em;
}
}


/*-----------------------------------------------
 Component - title
-----------------------------------------------*/
.c-title--enjp {
	text-align: center;
	margin-bottom: 5%;

	&.has-bdr::after {
		display: block;
		content: "";
		background: linear-gradient(to right, var(--grd-color-l), var(--grd-color-r));
		width: 5.8em;
		height: 1px;
		margin: 2em auto;
	}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

}


/*-----------------------------------------------
 Component - text_deco
-----------------------------------------------*/
.c-txt--marker {
	position: relative;

	&::before {
		position: absolute;
		content: "";
		background-color: rgba(57,158,177,0.2);
		width: 100%;
		height: .25em;
		border-radius: .2em;
		left: 0;
		bottom: -0.18em;
	}
}
.c-marker-grd {
	color: #FFF;
	/* font-weight: var(--fw-bold); */
	background: linear-gradient(to right, var(--grd-color-l), var(--grd-color-r));
	padding: .2em .2em .1em;
}
/*c-txt--fuki*/
.c-txt--fuki {
	position: relative;
	text-align: center;
	max-width: max-content;
	font: var(--font-min);
	font-size: min(2.8vw,176%);
	letter-spacing: .12em;
	line-height: 1.5;
	margin: 0 auto 1.2em;

	&::before,
	&::after {
		position: absolute;
		display: inline-block;
		content: "";
		background-color: currentColor;
		width: 1px;
		height: 1.2em;
		bottom: 0;
	}
	&::before {
		rotate: -32deg;
		right: calc(100% + 1em);
	}
	&::after {
		rotate: 32deg;
		left: calc(100% + 1em);
	}
}
/* c-brac-wrap */
.c-brac-wrap {
	position: relative;
	display: inline-block;
	/* letter-spacing: .18em; */
	padding: .5rem 2.5rem;

	&::before,
	&::after {
		position: absolute;
		display: inline-block;
		content: "";
		background: url(../images/common/bracket-lt.svg) no-repeat left top;
		background-size: contain;
		width: 2rem;
		aspect-ratio: 33/53;
	}
	&::before {
		left: 0;
		top: 0;
	}
	&::after {
		background-image: url(../images/common/bracket-rb.svg);
		right: 0;
		bottom: 0;
	}
}
/*c-txt--ccl */
.c-txt--ccl {
    position: relative;
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
	font: var(--font-min);
	/* font-size: min(2vw,1.35rem); */
    letter-spacing: .1em;
    line-height: 1.4;
	white-space: nowrap;
    width: min(9.5em);
	min-width: 9.5em;
	aspect-ratio: 1;
    border-radius: 50%;
	transition-duration: .5s;
	transition-property: color, background-color, scale;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*c-txt--fuki*/
.c-txt--fuki {
	font-size: 120%;
	letter-spacing: .1em;
}
/* c-brac-wrap */
.c-brac-wrap {
	padding: .2rem 1.6rem;

	&::before,
	&::after {
		width: 5vw;
	}
}
}


/*-----------------------------------------------
 Component - list
-----------------------------------------------*/
.c-list {
	display: grid;
	row-gap: .4em;
	text-align: left;
	line-height: 1.5;

	&.is-lg {
		font-size: min(2vw,135%);
		font-weight: var(--fw-bold);
	}
	> li {
		position: relative;
		padding-left: 1.4em;

		&::before {
			position: absolute;
			content: "";
			font-family: 'fontello';
			font-weight: normal;
			left: 0;
			top: 0;
		}
	}
}

.c-list--point {
	> li {
		&::before {
			display: block;
			color: var(--accent-color);
			background-color: currentColor;
			width: .4em;
			height: .4em;
			border-radius: 50%;
			left: .2em;
			top: .5em;
		}
	}
}

.c-list--dot {
	> li {
		padding-left: 1em;
		&::before {
			content: "・";
			left: -0.2em;
		}
	}
}

.c-list--dash {
	> li {
		padding-left: 1em;
		&::before {
			content: "-";
		}
	}
}


.c-list--check {
	> li {
		padding-left: 1em;
		&::before {
			content: '\e808';
			color: var(--accent-color);
		}
	}
}


.c-list--mer {
	> li {
		padding-left: 1em;
		&::before {
			content: '\e806';
			color: var(--color-coral);
		}
	}
}
.c-list--dem {
	> li {
		padding-left: 1em;
		&::before {
			content: '\e807';
			color: #999;
		}
	}
}

.c-list--ast {
	margin-top: 1em;
	> li {
		padding-left: 1.2em;
		&::before {
			content: "＊";
		}
	}
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

.c-list {
	column-gap: .6em;

	&.is-col2 {
		grid-template-columns: repeat(2,50%);
	}
	&.is-col4 {
		grid-template-columns: repeat(4,25%);
	}
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.c-list {
	row-gap: .4em;

	&.is-lg {
		font-size: 105%;
	}
}

.aster_list {
	font-size: 90%;
}
}


/*-----------------------------------------------
 Component - bg
-----------------------------------------------*/
.c-bg-color {
	position: absolute;
	background-color: var(--color-bei);
	background-repeat: no-repeat;
	background-size: contain;
	width: 100vw;
	height: 100%;
	left: 0;
	top: 0;
	margin-inline: calc(50% - 50vw);
	z-index: -2;
	overflow: clip;
	pointer-events: none;
}

.c-bg-grd {
	position: absolute;
	background: linear-gradient(to bottom, var(--color-bei), transparent);
	width: 100vw;
	height: 640px;
	left: 0;
	top: 0;
	margin-inline: calc(50% - 50vw);
	z-index: -1;
}

.c-bg-frame {
	position: relative;

	&::after {
		position: absolute;
		content: "";
		background: url(../images/common/frame-arch.svg) no-repeat left bottom -1px;
		background-size: 100% 100%;
		width: 100%;
		height: min(14vw,200px);
		inset: auto 0 0 0;
	}
}

.c-bg-img {
	position: absolute;
	height: auto;
	max-height: 100%;
	top: 0;
	z-index: -2;
	overflow: clip;

	> img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center center;
		pointer-events: none;
	}
	&.is-max {
		width: 100vw;
		-webkit-mask-image: linear-gradient(to top, transparent 10%, black 80%);
		mask-image: linear-gradient(to top, transparent 10%, black 80%);
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-position: center;
		mask-position: center;
		-webkit-mask-size: auto;
		mask-size: auto;
		left: calc(50% - 50vw);
	}
	&.is-min {
		width: 50vw;
		color: var(--color-bei);
		background-color: currentColor;
		
		&::after {
			position: absolute;
			content: "";
			width: 101%;
			height: 101%;
			inset: -1px;
			pointer-events: none;
			background:
				linear-gradient(to right, transparent 30%, currentColor 100%),
				linear-gradient(to bottom, transparent 50%, currentColor 100%);
		}
	}
	&.pos-lt,
	&.pos-lb {
		left: calc(50% - 50vw);
	}
	&.pos-rt,
	&.pos-rb {
		left: auto;
		right: calc(50% - 50vw);
	}
	&.pos-lb,
	&.pos-rb {
		top: auto;
		bottom: 0;
	}
	&.pos-rt::after {
		scale: -1 1;
	}
	&.pos-rb::after {
		scale: -1 -1;
	}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.c-bg-img {
	&.pos-lt,
	&.pos-lb {
		width: 70vw;
	}
}
}

/*-----------------------------------------------
 Component - c-icon
-----------------------------------------------*/
.c-icon {
    position: relative;
	display: inline-block;
    text-align: center;
	letter-spacing: normal;
	color: var(--color-base);
	font-size: 1.05rem;
	line-height: 1.5;
	background-color: #FFF;
    border-radius: 50%;
    width: 1.5em;
	aspect-ratio: 1;
	transition: color .4s, background-color .4s, filter .4s;

	&::before {
		position: absolute;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		font-family: 'fontello';
		content: '\e801';
		font-weight: normal;
		text-align: center;
		width: 100%;
		height: 100%;
		inset: 0;
	}
	&.is-out::before {
		content: '\e803';
		font-size: 80%;
	}
	&.is-arw::before {
		content: '\e812';
	}
}

/*-----------------------------------------------
 Component - link
-----------------------------------------------*/

/* Component - link - com_btn__radi
-----------------------------------------------*/
.c-btn-radi {
	margin-top: 1.6em;

	> a {
		position: relative;
		width: 16em;
		min-width: max-content;
		max-width: 100%;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: .4em;
		text-align: left;
		color: #FFF;
		font: var(--font-min);
		font-size: min(1.8vw,1.05rem);
		letter-spacing: .15em;
		font-feature-settings: "halt";
		line-height: 1.2;
		background-color: var(--color-taq);
		padding: .9em 1.5em;
		border-radius: 100vmax;
		
		&:hover {
			background-color: #00979b;
		}
	}
	.c-icon {
		color: var(--color-base);
		background-color: #FFF;
	}

	&.bg-wh,
	&.bg-gry {
		> a {
			color: var(--color-base);
			padding: .7em 1.5em;
		}
		.c-icon {
			color: #FFF;
			background-color: var(--color-taq);
		}
	}
	&.bg-wh {
		> a {
			background-color: #FFF;
			&:hover {
				background-color: rgb(255 255 255 / 0.8);
			}
		}
	}
	&.bg-gry {
		> a {
			background-color: var(--color-bei);
			&:hover {
				background-color: #e8e6e2;
			}
		}
	}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.c-btn-radi {
	text-align: center;
	margin-top: 1em;

	> a {
		width: 13em;
		height: 3.2em;
		font-size: 3.5vw;
	}
}
}


/*---------------------------------------------------------
 Component - mv
---------------------------------------------------------*/
.c-mv {
	width: 70%;
	max-width: 760px;
	text-align: center;
	margin-inline: auto;
	box-shadow: 0 0 8px rgb(0 0 0 / 0.2);

	> iframe {
		display: block;
		width: 100%;
		height: auto;
		aspect-ratio: 696 / 390;
	}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.c-mv {
	width: 100%;
}
}


/*---------------------------------------------------------
 Component - slider
---------------------------------------------------------*/
.c-slide--ticker {
	.splide__track {
		overflow: visible;
	}
	.splide__slide {
		width: 27vw;
		max-width: max-content;
	}
}
/* dot */
.c-slide--fade .splide__pagination {
	gap: 28px;
	margin-top: 1em;
	font-size: 10px;

	& button {
		display: block;
		background-color: #e6e6e6;
		border: none;
		border-radius: 50%;
		width: 10px;
		height: 10px;
		padding: 0;
		opacity: 1;
		transition: background-color .5s;
		cursor: pointer;
		outline: none;

		&.is-active,
		&:hover {
			background-color: var(--color-primary);
		}
	}
}
/* arrow */
.splide__arrow {
	display: block;
	width: 1em;
	font-size: min(5vw,4em);
	font-weight: normal;
	aspect-ratio: 1;
	color: #FFF;
	background-color: var(--color-grn);
	border-radius: 50%;
	border: none;
	padding: 0;
	cursor: pointer;
	transition: background-color .5s;
	box-shadow: 0 0 5px rgb(0 0 0 / 0.05);

	&::before {
		display: block;
		content: "";
		background: url(../images/common/icon-arrow.svg) no-repeat center center;
		background-size: 23% auto;
		width: 100%;
		height: 100%;
	}
	&:hover {
		background-color: var(--color-brw-600);
	}
}
.splide__arrow--prev::before {
	scale: -1 1;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

/* dot */
.c-slide--fade .splide__pagination {
	gap: 20px;

	& button {
		width: 8px;
		height: 8px;
	}
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.c-slide--ticker {
	.splide__slide {
		width: 60vw;
	}
}
/* dot */
.c-slide--fade .splide__pagination {
	gap: 20px;

	& button {
		width: 8px;
		height: 8px;
	}
}
/* arrow */
.splide__arrow {
	font-size: 8vw;
}
}


/*-----------------------------------------------
 Component - decoration
-----------------------------------------------*/
.c-deco-underline {
	position: relative;
	max-width: max-content;

	&::before {
		position: absolute;
		content: "";
		background: url(../images/common/path-underline.svg) no-repeat center bottom;
		background-size: 100% 100%;
		width: calc(100% + 0.4em);
		height: 1em;
		inset: auto auto -0.2em 50%;
		translate: -50% 0;
		z-index: -1;
	}
	&.char-2::before {
		background-image: url(../images/common/path-underline-char02.svg);
	}
	&.char-3::before {
		background-image: url(../images/common/path-underline-char03.svg);
	}
	&.char-4::before {
		background-image: url(../images/common/path-underline-char04.svg);
	}
	&.char-8::before {
		background-image: url(../images/common/path-underline-char08.svg);
	}
}

.c-illust {
	position: absolute;
	width: 14vw;
	max-width: max-content;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.c-illust {
	width: 32vw;
}
}

/*-----------------------------------------------
 Layout - float
-----------------------------------------------*/
.c-flt {
	position: relative;
	text-align: left;

	&::after {
		content: "";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}
}
.c-flt__img {
	position: relative;
	max-width: max-content;

	.abs {
		position: absolute;
	}
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

.c-flt {
	.is-right {
		float: right;
	}
	.is-left {
		float: left;
	}
}
.c-flt__txt {
	.c-hdg--min {
		text-align: left;
	}
}
.c-flt__img {
	width: 40%;
	margin-bottom: 1em;

	&.is-left {
		margin-right: 4%;
	}
	&.is-right {
		margin-left: 4%;
	}
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

.c-flt__img.is-w {
	width: 45%;
}
.c-flt__txt {
	width: 100% !important;
	float: none !important;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.c-flt__img {
	width: 80%;
	margin: 0 auto 6%;

	&.is-w {
		width: 96%;
	}
}
}



/* ========================================================
  
  Animation

======================================================== */
.u-anm--fade,
.u-anm--fadelist > li {
	opacity: 0;
	transition: opacity 2s ease;
}
.is-animated .u-anm--fade,
.is-animated.u-anm--fade,
.u-anm--fadelist.is-animated > li {
	opacity: 1;
}
.u-anm--fadelist > li:nth-of-type(2) {transition-delay: .2s}
.u-anm--fadelist > li:nth-of-type(3) {transition-delay: .4s}
.u-anm--fadelist > li:nth-of-type(4) {transition-delay: .6s}
.u-anm--fadelist > li:nth-of-type(5) {transition-delay: .8s}
.u-anm--fadelist > li:nth-of-type(6) {transition-delay: 1.0s}
.u-anm--fadelist > li:nth-of-type(7) {transition-delay: 1.2s}

.u-anm--up {
	opacity: 0;
	translate: 0 10px;
	transition: opacity 1s .2s, translate 1s .2s;
}
.is-animated .u-anm--up,
.is-animated.u-anm--up{
	opacity: 1;
	translate: 0 0;
}

.u-anm--zoom {
	opacity: 0;
	scale: 0.8;
	transition: scale 1s .3s, opacity 1s .4s;
}
.is-animated .u-anm--zoom,
.is-animated.u-anm--zoom {
	opacity: 1;
	scale: 1;
}

.u-anm--kata {
	transition: rotate .2s;
	animation: KATAKATA 5s infinite;

	&:nth-child(even) {
		animation-delay: .05s;
	}
}

.u-anm--txt {
	display: inline-block;
}
.u-anm--txt > * {
	display: inline-block;
	width: 0;
	overflow: hidden;
}
.u-anm--txt.is-animated > * {
	animation: TEXT_SHOW_CLIP 1s linear forwards;
}

@keyframes KATAKATA {
	50% { rotate: 0deg; }
	55% { rotate: -5deg; }
	60% { rotate: 5deg; }
	65% { rotate: -5deg; }
	70% { rotate: 0deg; }
}
@keyframes TEXT_SHOW_CLIP {
	from {
		width: 0%;
	}
	to {
		width: 100%;
	}
}
@keyframes TEXT_SHOW_CLIP_VERTICAL {
	from {
		height: 0%;
	}
	to {
		height: 100%;
	}
}
/*PC,Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) {

.u-anm--up:nth-of-type(2),
.u-anm--fade:nth-of-type(2) {transition-delay: .2s}
.u-anm--up:nth-of-type(3),
.u-anm--fade:nth-of-type(3) {transition-delay: .4s}
}


/* ========================================================
  
  Utility

======================================================== */
/* font */
.u-font-min {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	letter-spacing: .06em;
}
.u-font-en {
	font: var(--font-en);
	font-optical-sizing: auto;
	letter-spacing: .1em;
	line-height: 1;
	font-optical-sizing: auto;
}

/* Font-weight */
.u-fw-bold{font-weight: var(--fw-bold);}
.u-fw-normal{font-weight: normal;}	

/* Font-weight */
.u-fz--sm{
	font-size: 94%;
	line-height: 1.8;
	letter-spacing: .06em;
}
.u-fz--lg{font-size: 112%;}

/* Text-align */
.u-align-l{text-align:left;}
.u-align-r{text-align:right;}
.u-align-c{text-align:center;}
.u-align-l-sp{text-align:center;}

/* Block-link */
.blocklink,
.blocklink_out,
.blocklink_ank{
	cursor:pointer;
}

/* text color */
.u-color-accent { color: var(--accent-color);}
.u-color-grn { color: var(--color-grn);}
.u-color-red { color: var(--color-red);}
.u-color-wine { color: var(--color-wine);}
.u-color-org { color: var(--color-org);}

/* background color */
.u-bg-wh {background-color: #fff;}
.u-bg-ivo {background-color: var(--color_ivo);}
.u-bg-bei {background-color: var(--color-bei);}
.u-bg-grn {background-color: var(--color-grn);}
.u-bg-taq-300 {background-color: var(--color-taq-300);}

/* img */
img.size-max {width: 100%;}

/* radius */
.u-rounded-full {border-radius:50%;}
.u-rounded-10px {border-radius: 10px;}
.u-rounded-20px {border-radius: min(2.4vw,20px);}
.u-rounded-30px {border-radius: min(2.6vw,30px);}
.u-rounded-50px {border-radius: clamp(30px,4.5vw,50px);}
.u-rounded-60px {border-radius: clamp(40px,5vw,60px);}


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

/* Font-weight */
.u-fz-lg{font-size: 105%;}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

/* Text-align */
.u-align-l-sp{text-align:left;}

/* Font-weight */
.u-fz--sm{font-size: 90%;line-height: 1.6;}
.u-fz--lg{font-size: 100%;}
}

/* Utility - fontsize
-----------------------------------------------*/
.u-size--20 {font-size: min(2vw,117%);}
.u-size--25 {font-size: min(2.2vw,147%);}
.u-size--35 {font-size: min(3.2vw,205%);}
.u-size--40 {font-size: min(3.5vw,235%);}
.u-size--45 {font-size: min(4vw,264%);}
.u-size--50 {font-size: min(4.2vw,294%);}
.u-size--60 {font-size: min(5.2vw,352%);}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.u-size--20 {font-size: 115%;}
.u-size--25 {font-size: 120%;}
.u-size--35 {font-size: 135%;}
.u-size--40 {font-size: 140%;}
.u-size--45 {font-size: 145%;}
.u-size--50 {font-size: 160%;}
.u-size--60 {font-size: 165%;}
}


/*-----------------------------------------------
 Utility - border/padding
-----------------------------------------------*/
.u-pdg--ss,
.u-pdg--s,
.u-pdg--m,
.u-pdg--l {
	position: relative;
}
.u-pdg--ss {	padding: min(6vw,60px) 0;}
.u-pdg--s {	padding: min(6vw,80px) 0;}
.u-pdg--m {	padding: min(8vw,100px) 0;}
.u-pdg--l {	padding: min(10vw,120px) 0;}


.u-bdr--b {
	padding-bottom: min(6.5%,80px);
	margin-bottom: min(6.5%,80px);
	border-bottom: 1px solid var(--color-bdr);
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.u-pdg--ss {	padding: 10% 0;}
.u-pdg--s {	padding: 10% 0;}
.u-pdg--m {	padding: 12% 0;}
.u-pdg--l {	padding: 15% 0;}

.u-bdr--b {
	padding-bottom: 10%;
	margin-bottom: 10%;
	border-width: 1px;
}
}


/*---------------------------------------------------------
 anchor
---------------------------------------------------------*/
/* [id] {
	position: relative;
} */
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
[id] {
	scroll-margin-top: min(14vw,100px);
}
}

/*---------------------------------------------------------
 Utility - width
---------------------------------------------------------*/
.max_width,
.w1500,
.w1440,.w1420,.w1400,
.w1380,.w1350,.w1340,.w1300,
.w1280,.w1240,.w1200,
.w1100 {
	box-sizing: content-box;
	width: 92%;
	padding: 0 4%;
	margin-inline: auto;
}
.max_1500 {
	max-width: 1500px;
	margin-inline: auto;
}
.w1500 {max-width: 1500px;}
.w1440 {max-width: 1440px;}
.w1420 {max-width: 1420px;}
.w1400 {max-width: 1400px;}
.w1380 {max-width: 1380px;}
.w1350 {max-width: 1350px;}
.w1340 {max-width: 1340px;}
.w1300 {max-width: 1300px;}
.w1280 {max-width: 1280px;}
.w1240 {max-width: 1240px;}
.w1200 {max-width: 1200px;}
.w1100 {max-width: 1100px;}

.u-inner {
	width: 96%;
	max-width: 1200px;
	margin-inline: auto;
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.max_width,
.w1500,
.w1440,.w1420,.w1400,
.w1380,.w1350,.w1340,.w1300,
.w1280,.w1260,.w1200,
.w1100 {
	width: 90%;
	padding: 0 5%;
}
}

/*---------------------------------------------------------
margin
---------------------------------------------------------*/
.u-mb-xl {margin-bottom: 150px;}
.u-mb-lg {margin-bottom: 120px;}
.u-mb-md {margin-bottom: 100px;}
.u-mb-sm {margin-bottom: 80px;}
.u-mb-xs {margin-bottom: 60px;}
.u-mb-xxs {margin-bottom: 40px;}
.u-mb-1em {margin-bottom: 1em;}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

.u-mb-xl {margin-bottom: 12%;}
.u-mb-lg {margin-bottom: 10%;}
.u-mb-md {margin-bottom: 8%;}
.u-mb-sm {margin-bottom: 7%;}
.u-mb-xs {margin-bottom: 5%;}
.u-mb-xxs {margin-bottom: 4%;}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.u-mb-xl {margin-bottom: 16%;}
.u-mb-lg {margin-bottom: 14%;}
.u-mb-md {margin-bottom: 12%;}
.u-mb-sm {margin-bottom: 10%;}
.u-mb-xs {margin-bottom: 8%;}
.u-mb-xxs {margin-bottom: 7%;}
}


/* PC
------------------------------------------*/
@media only screen and (min-width: 960px)  {
.tb_only{display:none !important;}
.sp_only{display:none !important;}
.sp_tb{display:none !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;}
}

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