@charset "UTF-8";


/* ========================================================
  
  common

======================================================== */
.l-header {
	position: absolute;
}


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

======================================================== */
.l-fv {
	width: 100vw;
	height: 100vh;
	min-height: min(calc(100vw * 0.6), 880px);
}
/* Tablet,Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 960px) {
.l-fv {
	width: 100svw;
	height: 100svh;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.l-fv {
	height: calc(100vh - 14vw);
	min-height: calc(100vw * 1.4);
	max-height: calc(100vw * 1.8);
	background-size: 120% auto;
}
}


/*-----------------------------------------------
 FV - slide
-----------------------------------------------*/
.l-fv__slide,
.l-fv__slide .splide__track,
.l-fv__slide .splide__list,
.l-fv__slide .splide__slide {
	width: 100%;
	height: 100%;
}
.l-fv__slide {
	isolation: isolate;
}

.l-fv__slide .splide__slide::before,
.l-fv__slide .splide__slide::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	inset: 0;
	z-index: -1;
}
.l-fv__slide .splide__slide::after {
	background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0)),
				linear-gradient(to top, rgba(248,248,241,1), rgba(248,248,241,0)),
				url(../images/top/fv-path@2x.png);
	background-size: 100% 200px, 100% min(28vw,400px), min(100%,1500px) auto;
	background-position: left top -1px, left bottom -1px, left top -1px;
	background-repeat: no-repeat;
}
.l-fv__slide .splide__slide::before {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.l-fv__slide .slide1::before {background-image: url(../images/top/fv-img01@2x.jpg);}
.l-fv__slide .slide2::before {background-image: url(../images/top/fv-img02@2x.jpg);}
.l-fv__slide .slide3::before {background-image: url(../images/top/fv-img03@2x.jpg);}
.l-fv__slide .slide4::before {background-image: url(../images/top/fv-img04@2x.jpg);}
.l-fv__slide .slide5::before {background-image: url(../images/top/fv-img05@2x.jpg);}

.l-fv__slide .splide__pagination {
	display: none;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.l-fv__slide .splide__slide::after {
	background-size: 100% 30vw, 100% 50vw, 120% auto;
}
.l-fv__slide .slide1::before {background-image: url(../images/top/fv-img01-sp@2x.jpg);}
.l-fv__slide .slide2::before {background-image: url(../images/top/fv-img02-sp@2x.jpg);}
.l-fv__slide .slide3::before {background-image: url(../images/top/fv-img03-sp@2x.jpg);}
.l-fv__slide .slide4::before {background-image: url(../images/top/fv-img04-sp@2x.jpg);}
.l-fv__slide .slide5::before {background-image: url(../images/top/fv-img05-sp@2x.jpg);}
}


/*-----------------------------------------------
 FV - copy / point
-----------------------------------------------*/
.l-fv__copy {
	position: absolute;
	width: 54%;
	max-width: 800px;
	left: 0;
	top: 50%;
	translate: 0 -50%;
	opacity: 0;
	transition: opacity .8s .2s;
}
.l-fv.is-animated .l-fv__copy {
	opacity: 1;
}

.l-header:not(.is-fixed) {
	opacity: 0;
}
.l-fv.is-animated .l-header:not(.is-fixed) {
	opacity: 1;
	transition-delay: .2s;
}
/* point */
.l-fv .c-cln-point {
	position: absolute;
	bottom: 20px;
}
.l-fv.is-animated .c-cln-point > li {
	opacity: 1;
}

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

/* point */
.l-fv .c-cln-point {
	width: 50%;
	max-width: 744px;
	left: 6.5%;
}
.l-fv .c-cln-point li {
	width: 25.6%;
}
.l-fv .c-cln-point li:nth-of-type(n+2) {
	margin-left: -0.8%;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

.l-fv__copy {
	width: 70%;
	top: 50%;
}
/* point */
.l-fv .c-cln-point {
	width: 65%;
	left: 6.5%;
	bottom: 8%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.l-fv__copy {
	width: 100%;
	top: 58%;
}

/* point */
.l-fv .c-cln-point {
	width: 104%;
	left: 50%;
	translate: -50% 0;
}
.l-fv .c-cln-point li {
	width: 27%;
}
.l-fv .c-cln-point li:nth-of-type(n+2) {
	margin-left: -2.6%;
}
}






/* ========================================================
  
  page_common

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

/*---------------------------------------------------------
 c-path
---------------------------------------------------------*/
/* c-path-draw */
.facilities .c-path-draw {
	opacity: 0.7;
	left: 0;
	top: 0;
	translate: -35% -85%;
}
.specialty .c-path-draw {
	left: 3%;
	top: 20%;
}

/* c-path-arch */
.reason__ttl .c-path-arch {
	width: 32%;
	stroke: #8e7d6c;
	left: 59%;
	top: 18%;
}
.reason__ttl .c-path-arch .dotted {
	stroke-width: 3;
	stroke-dasharray: 1 10;
}

.recruit__copy .c-path-arch {
	width: 5.5em;
	stroke: #f8f8bd;
	left: .4em;
	top: .1em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.facilities .c-path-draw {
	translate: -22% -85%;
}
.specialty .c-path-draw {
	left: -10%;
	top: 5%;
}
}

/*---------------------------------------------------------
 p-ttl
---------------------------------------------------------*/
.p-ttl {
	text-align: center;
	font-size: min(2.4vw,164%);
	font-weight: var(--fw-bold);
	line-height: 1.5;
	letter-spacing: .12em;
	margin-bottom: 5%;
}
.p-ttl .u-font-en {
	font-size: 275%;
	margin-bottom: .2em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.p-ttl {
	font-size: 110%;
	letter-spacing: .08em;
	margin-bottom: 8%;
}
}

/*---------------------------------------------------------
 p-bbl
---------------------------------------------------------*/
.p-bbl {
	position: absolute;
	width: 40vw;
	max-width: 460px;
	left: 12%;
	top: 0;
	translate: 0 -42%;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.p-bbl {
	width: 75vw;
	left: 6%;
}
}


/*---------------------------------------------------------
 WP
---------------------------------------------------------*/
.scl-area:has(.wp-list.is-column) {
	overflow-x: scroll;
	overflow-y: visible;
	padding-bottom: 1.4em;
}
/* WP - wp-list
-----------------------------------------------*/
.wp-list {
	display: grid;
	line-height: 1.6;
}
.wp-list a {
	display: block;
	height: 100%;
}
.wp-list__info {
	display: flex;
	align-items: center;
	gap: .5em 1em;
	white-space: nowrap;
	margin-bottom: .8em;
}
.wp-list__date {
	color: var(--accent-color);
	font: var(--font-en);
	font-size: min(1.6vw,106%);
	letter-spacing: .1em;
}
.wp-list__date::before {
	font-family: 'fontello';
	content: '\e802';
	font-weight: normal;
	color: var(--color-gry);
	font-size: 80%;
	vertical-align: 0.1em;
	margin-right: .4em;
	transition: color .8s;
}
.wp-list__cat {
	width: 6.2em;
	text-align: center;
	color: #FFF;
	font-size: min(1.6vw,100%);
	font-weight: var(--fw-bold);
	background-color: var(--accent-color);
	padding: .1em 1em;
	border-radius: 2em;
}
.wp-list .wp-list__ttl {
	position: relative;
	font-weight: var(--fw-bold);
	transition: color .3s;
}
.wp-list a:hover .wp-list__date::before {
	color: currentColor;
}
.wp-list .com_hov_img {
	border-radius: 7.7% / 12%;
}

/* is-column */
.wp-list.is-column {
	display: flex;
	column-gap: 5%;
}
.wp-list.is-column > li {
	width: 26vw;
	max-width: 320px;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.wp-list {
	row-gap: 1.6em;
}
.wp-list__info {
	margin-bottom: .6em;
}
.wp-list__date {
	font-size: 90%;
}
.wp-list__ttl {
	font-size: 90%;
}
.wp-list__cat {
	font-size: 80%;
}

/* is-column */
.wp-list.is-column {
	column-gap: 8%;
}
.wp-list.is-column > li {
	width: 60vw;
}
}



/* ========================================================
  
  main

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

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

main {
	padding-top: 8%;
}
}


/*---------------------------------------------------------
 p-spmenu
---------------------------------------------------------*/
.p-spmenu {
	padding: 0 5%;
}
.p-spmenu .c-acd__content {
	position: absolute;
	width: 100vw;
	background-color: var(--color-sand);
	padding: 5%;
	left: 50%;
	translate: -50% 0;
	z-index: 1;
	margin-top: 5px;
}


/*---------------------------------------------------------
 Info
---------------------------------------------------------*/
.info .c-hdg--en {
	color: var(--color-sand);
}
.info .c-timetable-wrap {
	background-color: transparent;
	padding: 0;
}
.info .u-fz--xs {
	padding: 0 2%;
}
.info .c-cta-wrap {
	padding-top: 5%;
	margin-top: 4%;
	border-top: var(--border-solid);
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

.info__inner {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 65% 31%;
}
.info__inner:last-of-type {
	grid-template-columns: 38% 58%;
	margin-top: 3.5%;
}
.info__ttl-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: .5em 4%;
}
.info .c-hdg--en {
	margin-bottom: 0;
}

.info .c-timetable {
	font-size: min(1.3vw,80%);
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.info__ttl-wrap {
	text-align: center;
}
.info .c-timetable-wrap {
	margin-top: 6%;
}
.info__map {
	max-width: max-content;
	margin: 6% auto;
}
}


/*---------------------------------------------------------
 Topics
---------------------------------------------------------*/
.topics {
	background-color: #fff;
	padding: 50px 0;
}
.topics .c-hdg--en {
	color: #8e7d6c;
}

.topics .wp-list {
	display: flex;
}
.topics .wp-list a {
	user-select: none;
}
.topics .c-scrollbar__thumb {
	background: var(--color-brw);
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

.topics__inner {
	display: grid;
	grid-template-columns: 11% 84%;
	column-gap: 5%;
}

.topics .wp-list.is-column > li {
	min-width: 320px;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.topics {
	padding: 8% 0 10%;
}
}


/*---------------------------------------------------------
 Reason
---------------------------------------------------------*/
.reason .c-deco-shadow {
	background-image: url(../images/common/shadow-yel@2x.png);
}
.reason__ttl {
	position: relative;
	width: 60%;
	max-width: max-content;
	margin: 0 auto 5%;
}
.reason__inner {
	counter-reset: rsnCounter;
	display: grid;
	row-gap: 2em;
}
.reason__img {
	position: relative;
	max-width: max-content;
	padding: 10px 0 0 10px;
	margin: 0 auto 6%;
}
.reason__txt {
	width: 92%;
	max-width: 550px;
	margin-inline: auto;
}
.reason__no {
	position: absolute;
	counter-increment: rsnCounter;
	color: #FFF;
	text-align: left;
	font: var(--font-en);
	font-size: min(4vw,325%);
	letter-spacing: .1em;
	background-color: var(--accent-color);
	mask: url(../images/top/reason-corner.svg) no-repeat center;
	-webkit-mask: url(../images/top/reason-corner.svg) no-repeat center;
	mask-size: 100% 100%;
	-webkit-mask-size: 100% 100%;
	width: 2.6em;
	height: 2em;
	padding: .2em 0 0 .5em;
	left: 0;
	top: 0;
}
.reason__no::before {
	content: counter(rsnCounter, decimal-leading-zero);
}
.reason__item .c-hdg--min,
.reason__item .c-btn-radi {
	text-align: center;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

.reason__inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 2.6em;
}
.reason__item--lg {
	width: 48.6%;
}
.reason__item--md {
	width: 31.4%;
}

.reason__txt .c-hdg--min {
	font-size: min(2.1vw,187%);
}
.reason__txt .c-hdg--min.u-size--35 {
	font-size: min(2.7vw,218%);
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.reason__ttl {
	width: 90%;
	margin-bottom: 8%;
}

.reason__img {
	position: relative;
	max-width: max-content;
	padding: 10px 0 0 10px;
	margin: 0 auto 5%;
}
.reason__item--md .reason__img {
	width: 80%;
}

.reason__no {
	font-size: 7.6vw;
}
}


/*---------------------------------------------------------
 Perio
---------------------------------------------------------*/
.perio .c-bg-color {background-color: #eeeadd;}
.perio .c-bg-img {color: #eeeadd;}

.perio__inner {
	position: relative;
}
.perio .c-hdg--min {
	line-height: 1.7;
}
.perio .c-hdg--min > span {
	display: block;
	font-size: 180%;
}
.perio .c-hdg--min > span > span {
	color: var(--color-sand);
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

.perio__inner {
	width: 65%;
	max-width: 750px;
}
.perio__point {
	position: absolute;
	width: 15vw;
	max-width: 220px;
	left: 100%;
	top: 0;
	translate: 0 -20%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.perio .c-bg-img {
	width: 100%;
}
.perio .c-hdg--min > span {
	font-size: 150%;
}
.perio__point {
	width: 35vw;
	margin-top: 5%;
	margin-bottom: 10%;
}
}


/*---------------------------------------------------------
 Message
---------------------------------------------------------*/
.message {
	padding-bottom: 0;
}
.message .c-bg-color {
	background: linear-gradient(to bottom, #f8f8bd, #f2f2e5);
}
.message .c-bg-img {
	width: 60%;
	-webkit-mask-image: linear-gradient(to top, transparent 0%, black 50%);
	mask-image: linear-gradient(to top, transparent 0%, black 50%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: auto;
    mask-size: auto;
}
.message .c-bg-img img {
	-webkit-mask-image: linear-gradient(to left, transparent 10%, black 100%);
	mask-image: linear-gradient(to left, transparent 10%, black 100%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: auto;
    mask-size: auto;
}
.message .c-hdg--en {
	text-align: right;
	color: #efe16a;
	font-size: min(8vw,593%);
	mix-blend-mode: multiply;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

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

.message {
	padding-top: 20%;
}
.message .c-hdg--en {
	width: 66%;
	text-align: left;
	font-size: 10vw;
	margin-left: auto;
	margin-bottom: .4em;
}
}

/* Message - message__txt
-----------------------------------------------*/
.message__txt .c-hdg--min {
	line-height: 1.6;
	white-space: nowrap;
	margin-bottom: .8em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

.message__lead {
	max-width: 1220px;
	margin-inline: auto;
}
.message__txt {
	width: 75%;
	max-width: 610px;
	margin-left: auto;
	margin-right: 4.5%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

/* .message__txt {
	padding: 0 3%;
} */
.message__txt .c-hdg--min {
	width: 66%;
	font-size: 135%;
	margin-left: auto;
}
}

/* Message - message__prof
-----------------------------------------------*/
.message__prof {
	display: grid;
	justify-content: space-between;
}
.message__name {
	display: flex;
	align-items: center;
	gap: .2em .5em;
	font: var(--font-min);
	font-size: min(2vw,125%);
	letter-spacing: .2em;
	line-height: 1.5;
	padding-top: 5%;
	margin-bottom: 1.2em;
	border-top: var(--border-solid);
}
.message__name dd {
	font-size: 150%;
}
.message__name dd.u-font-en {
	color: #a39b97;
	font-size: 90%;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

.message__prof {
	max-width: 1220px;
	grid-template-columns: 57% 39%;
	margin-inline: auto
}
.message__img {
	grid-column: 2/3;
	grid-row: 1/3;
}
.message__name,
.message__bio {
	padding-left: 6%;
	padding-right: 6%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.message__prof {
	grid-template-columns: 44% 54%;
	row-gap: 1.2em;
}
.message__name {
	/* display: block; */
	flex-wrap: wrap;
	font-size: 85%;
	padding: 12% 10% 0;
	margin-top: 5px;
}
.message__img {
	grid-column: 2/3;
	grid-row: 1/2;
}
.message__prof > div:last-child {
	grid-column: 1/3;
	grid-row: 2/3;
}
}



/*---------------------------------------------------------
 Care
---------------------------------------------------------*/
.care {
	border-radius: var(--radius-lg) var(--radius-lg) 0 0;
	padding-top: 1px;
}
.care__ttl {
	max-width: 1000px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #FFF;
	background-color: var(--accent-color);
	padding: .4em 1em;
	border-radius: 2.2em;
	margin: -0.5em auto 2em;
}
.care__ttl span {
	display: block;
	color: var(--accent-color);
	font-size: 180%;
	aspect-ratio: 1;
	line-height: 1.6;
	min-width: 1.7em;
	background-color: var(--color-yel);
	border-radius: 50%;
	margin: -0.4em .2em;
}
.care .c-hdg--min {
	letter-spacing: .08em;
}
.care cite {
	text-align: left;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

.care .l-flt {
	max-width: 1150px;
	margin-inline: auto;
}
.care .l-flt .l-flt__img {
	width: 47.4%;
}
.care .l-flt .l-flt__txt {
	width: 47.6%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.care__ttl {
	font-size: 100%;
	padding: 1em 0;
}
.care__ttl span {
	font-size: 100%;
	margin: 0 .5em;
}

}



/*---------------------------------------------------------
 Recruit
---------------------------------------------------------*/
.recruit {
	color: #FFF;
}
.recruit .c-bg-color {
	background: linear-gradient(to right, #d9868e, #cd8b56);
}
.recruit .c-txt--circle {
	position: absolute;
	color: #f8f8bd;
	font-size: min(3.2vw,281%);
	font-weight: var(--fw-bold);
	line-height: 1.2;
	letter-spacing: .15em;
    width: min(6.8em);
	min-width: 6.8em;
	background-color: rgb(255 255 255 / 0.15);
	padding-top: .5em;
	padding-left: .5em;
	top: -0.6em;
	right: 82%;
}
.recruit__ttl {
	text-align: center;
}
.recruit__ttl .c-hdg--min {
	display: inline-block;
	padding: 0 .4em .3em;
	border-bottom: 1px solid currentColor;
	margin-bottom: 1.4em;
}

.recruit__copy {
	position: relative;
	text-align: right;
	font-size: min(1.8vw,152%);
	line-height: 1.2;
	letter-spacing: .1em;
	white-space: nowrap;
	margin-bottom: 1.4em;
}
.recruit__copy p {
	font-size: 150%;
}
.recruit__copy span {
	position: relative;
	display: inline-block;
	font-size: 175%;
	letter-spacing: .15em;
}
.recruit__copy span:first-child {
	translate: 0 .2em;
}

.recruit .c-hdg--en {
	position: absolute;
	font-size: min(8vw,693%);
	color: rgb(255 255 255 / 0.3);
	line-height: 0.77;
	left: .5em;
	bottom: 0;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

.recruit__inner {
	max-width: 1280px;
	display: grid;
	justify-content: space-between;
	grid-template-columns: 32% 64%;
	padding-left: 6%;
	margin-inline: auto;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.recruit {
	padding-bottom: 20vw;
}
.recruit .c-txt--circle {
	font-size: 5.3vw;
	right: 70%;
}

.recruit__ttl .c-hdg--min {
	display: block;
	max-width: max-content;
	text-align: left;
	font-size: 120%;
	padding: 0 .8em 1em;
	margin-left: auto;
}

.recruit__copy {
	max-width: max-content;
	font-size: 110%;
	margin-inline: auto;
}

.recruit .c-hdg--en {
	font-size: 14vw;
	left: .3em;
}
}

/* Recruit - rec-list
-----------------------------------------------*/
.rec-list {
	max-width: 750px;
}
.rec-list a {
	display: block;
	max-width: 365px;
	color: var(--color-base);
	font-size: min(1.2vw,100%);
	font-weight: var(--fw-bold);
	line-height: 1.5;
	letter-spacing: .12em;
	white-space: nowrap;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 30px 20px -20px rgb(0 0 0 / 0.3);
	margin-inline: auto;
}
.rec-list__img {
	border-radius: 5px 5px 0 0;
}
.rec-list__txt {
	position: relative;
	padding: 0 10% 8%;
}
.rec-list__txt p {
	display: flex;
	flex-wrap: wrap;
	row-gap: 3px;
	color: #FFF;
	font-size: 105%;
	margin: -1.2em auto 1em -0.8em;
}
.rec-list__txt p span {
	display: block;
	max-width: max-content;
	background-color: var(--accent-color);
	padding: .4em .8em;
	border-radius: 2px;
}
.rec-list__ttl {
	font-size: 118%;
}
.rec-list__ttl span {
	display: block;
	color: var(--accent-color);
	font-size: 131%;
	letter-spacing: .14em;
}
.rec-list__txt .c-icon {
	position: absolute;
	color: #FFF;
	font-size: 175%;
	font-weight: normal;
	background-color: var(--color-blu);
	border: .28em solid #FFF;
	box-sizing: content-box;
	right: .5em;
	bottom: -0.6em;
}
.rec-list > li:nth-of-type(2) .c-icon {
	background-color: #deba72;
}
.rec-list a:hover .c-icon {
	background-color: var(--accent-color);
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

.rec-list {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 48% 48%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.rec-list a {
	width: 90%;
	font-size: 95%;
}
.rec-list > li {
	margin: 8% auto 0;
}
}



/*---------------------------------------------------------
 Clinic slide
---------------------------------------------------------*/
.clinic-slide .splide__slide {
	width: 57vw;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.clinic-slide .splide__slide {
	width: 78vw;
}
}



/*---------------------------------------------------------
 Facilities
---------------------------------------------------------*/
.facilities {
	padding-top: min(10vw,80px);
}

.facilities__grd {
	position: absolute;
	background: linear-gradient(to bottom, #ffffbd, transparent);
	width: 43%;
	height: 0;
	left: 0;
	top: 0;
	transition: height 1s;
	z-index: -1;
}
.facilities__grd.is-animated {
	height: 470px;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.facilities__grd {
	width: 85%;
	top: -10vw;
	border-top-right-radius: 10vw;
	z-index: 1;
}
}

/* Facilities - Clinic
-----------------------------------------------*/
.clinic {
	position: relative;
	z-index: 1;
}
.clinic__point {
	max-width: 555px;
	display: flex;
	column-gap: 4.2%;
    text-align: center;
	font-size: min(1.5vw,1.05rem);
	font-weight: var(--fw-bold);
    letter-spacing: .1em;
    line-height: 1.5;
	margin: 0 auto 5%;
}
.clinic__point > li {
	flex: 1;
    position: relative;
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	row-gap: .2em;
    width: 9.5em;
	height: 8.4em;
	background-color: #fff;
    border-radius: 1.7em;
	box-shadow: 0 0 15px rgb(0 0 0 / 0.1);
}
.clinic__point > li span {
	display: block;
	color: var(--accent-color);
	font-size: 123%;
    line-height: 1.3;
}
.clinic__point > li:nth-of-type(odd) span {
	color: var(--color-och);
}
.clinic__content p {
	position: relative;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

.clinic {
	display: grid;
	justify-content: space-between;
	align-items: center;
	grid-template-columns: 42% min(52%,650px);
}
.clinic .c-hdg--min {
	padding-left: .5em;
	margin-bottom: 0;
}
.clinic__point {
	margin-top: -24%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.clinic .c-hdg--min {
	font-size: 160%;
	margin: 0 10% 8%;
}
.clinic__point {
	font-size: 75%;
    letter-spacing: .1em;
	margin: 0 auto 5%;
}
}

/* Facilities - Equipment
-----------------------------------------------*/
.equipment {
    display: grid;
	justify-content: space-between;
	row-gap: 2.5em;
}
.equipment .c-hdg--bld {
	font-size: min(1.7vw,100%);
}
.equipment .c-hdg--bld span {
	display: block;
	color: var(--accent-color);
	font-size: min(2.6vw,175%);
	margin-top: .2em;
}
.equ__img {
	position: relative;
	max-width: 380px;
	padding-right: 10%;
	margin: 0 auto 12%;
}
.equ__abs {
	position: absolute;
	width: 66%;
	right: 0;
	bottom: -20px;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

.equipment {
    grid-template-columns: repeat(3,30%);
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.equ__img {
	width: 80%;
}
.equipment .c-hdg--bld {
	font-size: 90%;
}
.equipment .c-hdg--bld span {
	font-size: 175%;
}
}


/*---------------------------------------------------------
 Firstly
---------------------------------------------------------*/
.firstly {
	padding-bottom: 50px;
}
.firstly .c-bg-img {
	height: 370px;
	max-height: 370px;
}
.firstly .p-bbl {
	left: auto;
	right: 13%;
}
.first__ttl {
	text-align: center;
	color: #FFF;
}
.first__ttl .c-hdg--bld {
	max-width: max-content;
	padding-right: 2em;
	margin-inline: auto;
}
.first__ttl .c-hdg--bld span {
	color: var(--color-yel);
}
.first__ttl .c-hdg--bld .c-icon {
	position: absolute;
	color: var(--color-base);
	font-size: 80%;
	right: 0;
	top: 50%;
	translate: 0 -50%;
}
.first__ttl .c-hdg--bld a:hover .c-icon {
	color: #FFF;
	background-color: var(--color-base);
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

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

.firstly .p-bbl {
	right: 5%;
}
}


/*---------------------------------------------------------
 QA
---------------------------------------------------------*/
.qa .c-bg-color {
	background-color: var(--color-mus);
}
.qa__ttl {
	color: #FFF;
}
.qa__ttl .u-font-en {
	color: #e3dea2;
}



/*---------------------------------------------------------
 Check
---------------------------------------------------------*/
.check {
	padding-bottom: 1px;
	border-radius: var(--radius-lg);
	box-shadow: 0 0 30px rgb(0 0 0 / 0.15);
}
.check__ttl .u-font-en {
	color: #c4c48a;
}
.check__ttl::after {
	display: block;
	width: 50%;
	max-width: 463px;
	content: "";
	border-bottom: 1px dashed #c4c48a;
	margin: 3% auto 5%;
}

.check .c-list {
	font-size: min(1.8vw,125%);
	font-weight: var(--fw-bold);
}
.check .c-list > li {
	padding-left: 1.6em;
}
.check .c-list > li::before {
	background-image: url(../images/common/icon-check.svg);
	width: 1em;
	height: 1em;
	top: .2em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

.check .c-list {
	row-gap: 1em;
	width: 92%;
	max-width: 1060px;
	margin-inline: auto;
}

.check .l-cta-wrap {
	translate: 0 28%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.check {
	width: 92vw;
	border-radius: 8vw;
	padding-top: 12%;
	left: 50%;
	translate: -50% 0;
}

.check__ttl .u-font-en {
	font-size: 200%;
}
.check__ttl::after {
	margin: 5% auto 6%;
}

.check .c-list {
	font-size: 100%;
}

.check .l-cta-wrap {
	translate: 0 10%;
}
.check .l-cta-wrap .c-cta-list {
	width: 100%;
}

.c-bnr-m {
	margin: 16% auto 15%;
}
}



/*---------------------------------------------------------
 Medical
---------------------------------------------------------*/
.medical .c-bg-color {
	background-color: #fff;
	height: calc(100% - 60px);
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.medical .c-bg-color {
	height: calc(100% - 25vw);
}
}

/*---------------------------------------------------------
 Specialty
---------------------------------------------------------*/
.specialty {
	position: relative;
	padding-top: min(12vw,130px);
}
.specialty::before {
	position: absolute;
	content: "";
	background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1500 230" preserveAspectRatio="none"><path fill="%23d1c762" d="M1500,230s-207-177.3-495.7-40.6c-3.7,1.8-8.2,1-11.2-1.8C951.7,147.9,644.3-116.8,0,66.4V0h1500v230Z" /></svg>') no-repeat left top;
	background-size: 100% 100%;
	width: 100%;
	height: min(15.4vw,230px);
	inset: 0 0 auto 0;
}

/* Specialty - lead
-----------------------------------------------*/
.specialty__lead {
	position: relative;
	margin-bottom: min(8vw,100px);
}
.specialty__lead .c-hdg--min span {
	color: var(--color-blu);
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

.specialty__lead {
	display: flex;
	align-items: flex-end;
	column-gap: 8%;
	padding-left: 12%;
}
.specialty__lead .c-hdg--min {
	white-space: nowrap;
	margin-bottom: 0;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.specialty {
	padding-top: 15%;
}
.specialty__lead {
	padding: 0 4%;
}
.specialty__lead .c-hdg--min {
	font-size: 160%;
	margin-bottom: 1em;
}
}


/* Specialty - item
-----------------------------------------------*/
.specialty__item {
	position: relative;
}
.specialty__txt {
	position: relative;
	display: block;
	color: #FFF;
	background-color: var(--accent-color);
	padding: 13% 9%;
	border-radius: 10px;
}
.specialty__txt::before {
	position: absolute;
	content: "";
	background: radial-gradient(at 20% 20%, rgb(255 255 255 / 0), rgb(255 255 255 / 0.3));
	background-position: 10% 10%;
	width: 42%;
	aspect-ratio: 1;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	left: 0;
	top: 0;
	pointer-events: none;
}
.specialty__txt > div {
	max-width: 400px;
	margin-inline: auto
}
.specialty__txt .c-hdg--bld {
	font-size: min(1.5vw,125%);
}
.specialty__txt .c-hdg--min {
	font-size: min(2.8vw,235%);
}
.specialty__txt .c-icon {
	position: absolute;
	color: var(--color-base);
	font-size: 176%;
	background-color: #fff;
	box-sizing: content-box;
	border: .25em solid var(--accent-color);
	right: 8%;
	bottom: 0;
	translate: 0 30%;
}

.specialty__img {
	position: relative;
	border-radius: 5%;
}
.specialty__img img.size-max {
	border-radius: 10px;
}
.specialty__abs {
	position: absolute;
	width: 85%;
	max-width: 501px;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.specialty__item:nth-of-type(2) .specialty__abs {
	left: 0;
	right: auto;
}
.specialty__item:nth-of-type(3) .specialty__abs {
	left: 0;
	margin: auto;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

.specialty__item {
	display: grid;
	column-gap: 10px;
	grid-template-columns: 59% 41%;
	/* grid-template-columns: 1fr max(500px,41%); */
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

.specialty__item {
	grid-template-columns: 54% 46%;
}

.specialty__txt {
	padding: 12% 9%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.specialty__item {
	margin-top: 10%;
}

.specialty__txt {
	padding: 10% 7%;
	margin-top: 5px;
}
.specialty__txt::before {
	width: 42%;
}
.specialty__txt .c-hdg--bld {
	font-size: 105%;
}
.specialty__txt .c-hdg--min {
	font-size: 160%;
}
.specialty__txt p {
	font-size: 94%;
}
.specialty__txt .c-icon {
	font-size: 140%;
}

.specialty__abs {
	width: 96%;
	bottom: -25%;
}
.specialty__item:nth-of-type(1) .specialty__abs {
	right: -8%;
}
.specialty__item:nth-of-type(2) .specialty__abs {
	left: -8%;
}
.specialty__item:nth-of-type(3) .specialty__abs {
	width: 100%;
}
}

/* Specialty - scroll
-----------------------------------------------*/
.specialty__wrap {
	position: relative;
}
.specialty-pin {
	position: relative;
}

/* dot */
.specialty__pagination {
	position: absolute;
	display: grid;
	gap: 20px;
	top: 6px;
	left: 102%;
}
.specialty__pagination button {
	display: block;
	background-color: rgb(59 50 43 / 0.2);
	border: none;
	border-radius: 50%;
	width: 9px;
	border: none;
	aspect-ratio: 1;
	transition: background-color .5s;
	cursor: pointer;
	outline: none;
}
.specialty__pagination button.is-active,
.specialty__pagination button:hover {
	background-color: var(--accent-color);
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

.pin-spacer {
	padding-bottom: 0 !important;
}

.specialty__wrap {
	height: min(46vw,500px);
	pointer-events: none;
}

.specialty__item {
	position: absolute;

	inset: 0;
	opacity: 0;
	pointer-events: none;

	transition: opacity .7s ease;
}
.specialty__item.is-active {
	opacity: 1;
	pointer-events: auto;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

/* dot */
.specialty__pagination {
	display: none;
}
}

/* Medical - nayami
-----------------------------------------------*/
.nayami {
	padding-bottom: 0;
}
.nayami__ttl {
	text-align: center;
	font-size: min(2.4vw,175%);
	margin-bottom: 4%;
}
.nayami__ttl span {
	position: relative;
	color: var(--color-och);
	font-size: 125%;
}
.nayami__ttl span::before {
	position: absolute;
	content: "";
	background-size: contain;
	background-color: currentColor;
	mask: url(../images/common/accent.svg) no-repeat center;
	-webkit-mask: url(../images/common/accent.svg) no-repeat center;
	mask-size: contain;
	-webkit-mask-size: contain;
	width: .6em;
	height: .44em;
	left: -0.1em;
	top: -0.5em;
}
/* c-menu-med */
.medical .c-menu-med {
	max-width: 1300px;
	font-size: min(1.7vw,125%);
}
.medical .c-menu-med > li > a {
	height: 7.5em;
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 2;
	row-gap: .4em;
	padding: 1.2em 0;
}
.medical .c-menu-med p {
	color: var(--accent-color);
	font-size: 75%;
	line-height: 1.5;
	letter-spacing: .1em;
}
/* c-menu-etc */
.medical .c-menu-etc {
	font-size: min(1.8vw,1.56rem);
}
.medical .c-menu-etc a {
	width: 14em;
	height: 4.4em;
}
.medical .c-menu-etc p {
	font-size: 60%;
	letter-spacing: .1em;
	margin-bottom: .5em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

/* c-menu-med */
.c-menu-med {
	row-gap: .8em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.nayami__ttl {
	font-size: 110%;
	margin-bottom: 6%;
}
/* c-menu-med */
.medical .c-menu-med {
	grid-template-columns: repeat(2,48%);
	font-size: 4vw;
}
.medical .c-menu-med p {
	font-size: 80%;
}
/* c-menu-etc */
.medical .c-menu-etc {
	column-gap: .6em;
	font-size: 4vw;
}
.medical .c-menu-etc li {
	width: 50%;
}
.medical .c-menu-etc a {
	width: 100%;
	height: 5em;
}
.medical .c-menu-etc p {
	font-size: 75%;
}
}


/*---------------------------------------------------------
 WP
---------------------------------------------------------*/
.wp__ttl {
	display: flex;
	align-items: flex-end;
	column-gap: 5%;
	margin-bottom: 2em;
}
.wp__ttl .c-hdg--en {
	line-height: 0.7;
	margin-bottom: 0;
}
.wp__ttl a {
	position: relative;
	display: inline-block;
	font-size: 94%;
	font-weight: var(--fw-bold);
	line-height: 1.5;
	padding-right: 2.8em;
}
.wp__ttl a .c-icon {
	position: absolute;
	right: 0;
	top: 50%;
	translate: 0 -50%;
}
.wp__ttl a:hover .c-icon {
	color: #FFF;
	background-color: var(--accent-color);
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

.wp__inner {
	display: grid;
	justify-content: space-between;
	grid-template-columns: min(44%,490px) 52%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.wp__ttl {
	margin-bottom: 6%;
}
.wp__ttl a {
	font-size: 90%;
}
}

/* WP - News
-----------------------------------------------*/
.news .wp-list {
	row-gap: 6px;
}
.news .wp-list a {
	padding: 1.2em 5%; 
	background-color: #fdfdfa;
}
.news .wp-list a:hover {
	background-color: #fff;
}

/* WP - Column
-----------------------------------------------*/
.column .wp-list {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(2,47%);
}
.column .wp-list .c-hover--zoom {
	border-radius: 5px;
	margin-bottom: 5%;	
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.column {
	margin-top: 10%;
}
}


/*---------------------------------------------------------
 Instagram
---------------------------------------------------------*/
.instagram .c-bg-color {
	background-color: #eeeadd;
}

#sbi_images {
	display: flex;
}

.inst__inner {
	position: relative;
}
.inst__ttl {
	text-align: center;
	line-height: 1.5;
	white-space: nowrap;
}
.inst__ttl img {
	margin: auto;
}
.inst__ttl b {
	display: block;
	font-size: min(1.5vw,100%);
	margin-top: .5em;
}

.inst__btn a {
	color: #FFF;
	background-color: rgb(252 155 167 / 0.9);
	border: none;
}
.inst__btn .c-icon {
	color: var(--color-base);
}

.insta__slide .sbi_item {
	width: min(20vw,280px) !important;
	max-width: 280px;
}

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

.inst__inner {
	position: relative;
	display: grid;
	justify-content: space-between;
	column-gap: 3%;
	grid-template-columns: 20% 80%;
	grid-template-columns: min(22%,240px) 1fr;
}
.insta__slide .splide__track {
	width: 80vw;
}
.inst__btn {
	text-align: right;
	margin-top: -2em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.instagram {
	padding-bottom: 14%;
}

.inst__ttl {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 35% 60%;
	align-items: center;
	text-align: left;
	margin-bottom: 6%;
}
.inst__ttl b {
	font-size: 94%;
}

.inst__btn {
	margin-top: 1.6em;
}

.insta__slide {
	width: 100vw;
	margin-inline: calc(50% - 50vw);
}
.insta__slide .sbi_item {
	width: 32vw !important;
}
}



/*---------------------------------------------------------
 
---------------------------------------------------------*/

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

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

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


}
