@charset "UTF-8";


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

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

/*-----------------------------------------------
 common - header
-----------------------------------------------*/
.l-header {
	position: absolute;
	inset: 0 0 auto 0;
}

/*---------------------------------------------------------
 common - info
---------------------------------------------------------*/
.l-info {
	border-top: 1px solid rgb(204 204 204 / 0.8); /* insta非表示用 */
}
.l-info .l-bnr-m {
	display: none;
}


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

======================================================== */
.l-fv {
	width: 100%;
	height: 100vh;
	min-height: min(calc(100vw * 0.6), 780px);
	padding-bottom: 50px;
}

/* 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 {
	min-height: calc(100vw * 1.4);
	max-height: calc(100vw * 1.8);
}
}


/*-----------------------------------------------
 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 {
	z-index: -1;
}
.l-fv__slide .splide__slide > div {
	border-radius: 20px;
	overflow: hidden;
	clip-path: inset(50% round 1rem)
}
.l-fv__slide .splide__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.l-fv__slide .splide__pagination {
	display: none;
}

.l-fv__slide .splide__slide.is-active > div {
	animation: CLIP_SHOW_FROM_CENTER_ROUND 6s cubic-bezier(.87, 0, .13, 1) .2s forwards;
}

/* slide3 */
.l-fv__slide .slide3 {
	padding: 10px;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

.l-fv__slide .splide__slide {
	display: grid;
	gap: 10px;
}
/* slide1 */
.l-fv__slide .slide1 {
	grid-template-columns: 23% 24.4% 28.7% 22%;
}
.l-fv__slide .slide1 > div.img1 {
	grid-column: 1/3;
	grid-row: 1/2;
	margin-top: 10%;
	margin-bottom: 9%;
}
.l-fv__slide .slide1 > div.img2 {
	grid-column: 3/4;
	grid-row: 1/2;
}
.l-fv__slide .slide1 > div.img3 {
	grid-column: 4/5;
	grid-row: 1/2;
}
.l-fv__slide .slide1 > div.img4 {
	grid-column: 1/2;
	grid-row: 2/3;
	margin-top: 30%;
}
.l-fv__slide .slide1 > div.img5 {
	grid-column: 2/3;
	grid-row: 2/3;
	margin-top: 30%;
}
.l-fv__slide .slide1 > div.img6 {
	grid-column: 3/5;
	grid-row: 2/3;
	margin-bottom: 6.5%;
}
/* slide2 */
.l-fv__slide .slide2 {
	grid-template-columns: 48% 52%;
}
.l-fv__slide .slide2 > div.img1 {
	grid-column: 1/2;
	grid-row: 1/2;
	margin-top: 12%;
	margin-bottom: 3%;
}
.l-fv__slide .slide2 > div.img2 {
	grid-column: 1/2;
	grid-row: 2/3;
	margin-top: 23%;
}
.l-fv__slide .slide2 > div.img3 {
	grid-column: 2/3;
	grid-row: 1/3;
	margin-bottom: 6.5%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.l-fv__slide .splide__slide > div {
	/* position: absolute; */
	border-radius: 2.6vw;
}
/* slide1 */
.l-fv__slide .slide1 > div {
	position: absolute;
	width: 100%;
}
.l-fv__slide .slide1 > div.img1 {
	position: relative;
	height: 32%;
	top: 30vw;
}
.l-fv__slide .slide1 > div.img2 {
	width: 30%;
	right: 24%;
	top: 0;
}
.l-fv__slide .slide1 > div.img3 {
	width: 22%;
	right: 0;
	top: 4%;
}
.l-fv__slide .slide1 > div.img4 {
	width: 25%;
	left: 0;
	bottom: 5%;
}
.l-fv__slide .slide1 > div.img5 {
	width: 27.4%;
	left: 27%;
	bottom: 0;
}
.l-fv__slide .slide1 > div.img6 {
	height: 31%;
	bottom: 6.5%;
	z-index: -1;
}
/* slide2 */
.l-fv__slide .slide2 > div {
	height: 44vw;
}
.l-fv__slide .slide2 > div.img1 {
	position: absolute;
	width: 62%;
	left: 0;
	top: 32vw;
	z-index: 1;
}
.l-fv__slide .slide2 > div.img2 {
	width: 62%;
	margin-left: auto;
}
.l-fv__slide .slide2 > div.img2 img {
	object-position: right center;
}
.l-fv__slide .slide2 > div.img3 {
	position: absolute;
	width: 90%;
	height: 120vw;
	right: 0;
	bottom: 0;
	z-index: -1;
}
/* slide3 */
.l-fv__slide .slide3 {
	padding-top: 18vw;
}
.l-fv__slide .slide3 > div {
	height: 100%;
}
}


/*-----------------------------------------------
 FV - copy
-----------------------------------------------*/
.l-fv__copy {
	position: absolute;
	font: var(--font-min);
	font-size: min(2.4vw,147%);
	line-height: 1.8;
	letter-spacing: .16em;
	white-space: nowrap;
	text-shadow: 0 0 10px #FFF,
				0 0 10px #FFF,
				0 0 15px #FFF, 
				0 0 20px #FFF;
	left: 10%;
	top: 51%;
	transform: translateZ(0);
	translate: 0 -50%;
	opacity: 0;
	transition: opacity .8s .8s;
}
.l-fv__copy p:first-of-type {
	font-size: 420%;
}
.l-fv__copy p:first-of-type span {
	color: var(--accent-color);
}
.l-fv__img.is-animated .l-fv__copy {
	opacity: 1;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.l-fv__copy {
	font-size: 3.3vw;
	left: 5%;
}
.l-fv__copy p:first-of-type {
	font-size: 400%;
}
}





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

======================================================== */
.p-inner {
	position: relative;
	padding-left: 9%;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.p-inner {
	padding-left: 12vw;
}
}

/*---------------------------------------------------------
 Heading
---------------------------------------------------------*/
.p-heading {
	position: relative;
}
.p-heading .c-heading--var {
	position: absolute;
	top: 0.5em;
	left: -8.5%;
}
.p-heading .c-heading--min {
	min-height: 2.4em;
	line-height: 1.8;
}
.p-heading .c-heading--min::before {
	position: absolute;
	content: "";
	background: url(../images/common/obj-mark@2x.png) no-repeat;
	background-size: contain;
	width: 9.5em;
	aspect-ratio: 355/180;
	left: -5.5em;
	top: -0.7em;
	z-index: -1;

	opacity: 0;
	translate: 0 50px;
	transition: opacity 2s, translate 2s;
	transition-delay: .2s;
}
.p-heading.is-animated .c-heading--min::before {
	opacity: 1;
	translate: 0 0;
}

.p-heading .c-heading--var > span {
	display: inline-block;
	height: 0;
	overflow: hidden;
}
.p-heading.is-animated .c-heading--var > span {
	animation: TEXT_SHOW_CLIP_VERTICAL 1s linear forwards;
	animation-delay: .2s;
}

.c-heading--deco {
	margin-bottom: .5em;
}

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

.p-heading .c-heading--var {
	left: -12vw;
}
.p-heading .c-heading--min {
	font-size: 6.2vw;
}
}

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

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


/*---------------------------------------------------------
 Clinic
---------------------------------------------------------*/
.clinic__inner {
	position: relative;
}
.clinic__inner .u-fw-bold {
	font-size: min(1.8vw,112%);
	margin-bottom: 1em;
}
.clinic__inner .c-heading--min {
	font-size: min(3.4vw,264%);
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

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

.clinic__inner .u-fw-bold {
	font-size: 105%;
}
.clinic__inner .c-heading--min {
	font-size: 200%;
}
}

/* Clinic: map_wrap                       
---------------------------------------------------------*/
.clinic__map {
	position: relative;
}
.clinic__point {
	position: absolute;
	width: 20%;
	max-width: max-content;
	right: 10%;
	top: 0;
}
/* clinic__info */
.clinic__info {
	position: relative;
	z-index: 1;
}
/* clinic__map-figure */
.clinic__map-figure {
	position: relative;
	max-width: 770px;
	margin-left: auto;
}
.clinic__map .clinic__map-img {
	position: relative;
	z-index: -1;
}
.clinic__map .clinic__map-point {
	position: absolute;
	display: block;
	width: 1.8em;
	font-size: min(2vw,165%);
	aspect-ratio: 1;
	color: var(--accent-color);
	background-color: #fff;
	border-radius: 50%;
	border: none;
	translate: -50% -50%;
	padding: 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	cursor: pointer;
	transition: background-color .5s;
}
.clinic__map .clinic__map-point::before {
	position: absolute;
	display: block;
	font-family: 'fontello';
	content: '\e800';
	left: 50%;
	top: 50%;
	translate: -50% -50%;
}
.clinic__map .clinic__map-point:hover,
.clinic__map .clinic__map-point.is-active {
	background-color: var(--color-brw-600);
}
/* PC
------------------------------------------*/
@media only screen and (min-width: 960px) {

.clinic__map {
	position: absolute;
	width: 55%;
	max-width: 820px;
	left: 45%;
	top: -10px;
}

/* clinic__info */
.clinic__info {
	width: 46%;
}
/* clinic__map-figure */
.clinic__map-figure {
	position: absolute;
	width: 94%;
	right: 0;
	top: 10%;
}
}
/* PC,Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) {

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

.clinic__map {
	margin-top: 8%;
	margin-bottom: -150px;
}
/* clinic__info */
.clinic__info {
	position: absolute;
	width: 42%;
	left: 4%;
	top: -2%;
}
/* clinic__map-figure */
.clinic__map-figure {
	width: 85%;
	margin-left: auto;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.clinic__map {
	margin-top: -24vw;
}
.clinic__point {
	width: 30%;
	right: 0;
	top: 40%;
}
/* clinic__map-figure */
.clinic__map-figure {
	width: 135%;
	margin-left: -25%;
	margin-bottom: -25%;
}
.clinic__map .clinic__map-img::before {
	background-image: url(../images/top/group_map_sp@2x.png);
	width: 100%;
	height: 100%;
	left: 0;
}
.clinic__map .clinic__map-point {
	font-size: 4vw;
}
/* clinic__info */
.clinic__info {
	width: 85%;
	margin-inline: auto;
}
}

/* Clinic:.clinic__slider                       
---------------------------------------------------------*/
.clinic__slider {
	max-width: 370px;
	margin-inline: auto;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.clinic__slider .splide__slide {
	position: relative;
	background-color: #FFF;
	pointer-events: none;
}
.clinic__slider .splide__slide.splide__slide-active {
	pointer-events: auto;
}

.clinic__slide-img {
	position: relative;
	aspect-ratio: 370/200;
}
.clinic__slide-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.clinic__slide-img .c-txt--circle {
	position: absolute;
    width: min(6.3em);
	min-width: 6.3em;
	font: var(--font-min);
	color: #FFF;
	font-size: min(1.2vw,94%);
	line-height: 1.2;
	background-color: rgb(255 150 138 / 0.9);
	right: 18%;
	top: 32%;
	translate: 50% -50%;
}

.clinic__slide-body {
	padding: 6% 8% 10%;
}
.clinic__slide-city {
	position: relative;
	width: 5.6em;
	text-align: center;
	font-size: min(1.3vw,88%);
	letter-spacing: .1em;
	line-height: 1.2;
	background-color: #ebe9e6;
	border-radius: 2em;
	padding: .2em .5em;
	margin-bottom: .4em;
}
.clinic__slide-name {
	position: relative;
	font: var(--font-min);
	font-size: min(1.4vw,117%);
	letter-spacing: .06em;
	line-height: 1.5;
	margin-bottom: .4em;
}
.clinic__slide-name span {
	display: block;
	font-size: 120%;
}

/* arrow */
.splide__arrows {
	position: absolute;
	display: flex;
	gap: .8em;
	left: 5%;
	bottom: 0;
	translate: 0 50%;
}
.splide__arrow {
	display: block;
	width: 1em;
	font-size: min(4vw,280%);
	font-weight: normal;
	aspect-ratio: 1;
	color: #FFF;
	background-color: #877b6b;
	border-radius: 50%;
	border: none;
	padding: 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	cursor: pointer;
	transition: background-color .5s;
}
.splide__arrow::before {
	display: block;
	font-family: 'fontello';
	content: '\e802';
	line-height: 1;
}
.splide__arrow--prev::before {
	scale: -1 1;
}
.splide__arrow:hover {
	background-color: var(--color-brw-600);
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

.clinic__slide-city {
	font-size: 80%;
}
.clinic__slide-name {
	font-size: 2vw;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.clinic__slider {
	width: 100%;
}

.clinic__slide-img .c-txt--circle {
	font-size: 3vw;
}

.clinic__slide-city {
	font-size: 80%;
}
.clinic__slide-name {
	font-size: 100%;
}
/* arrow */
.splide__arrow {
	font-size: 10vw;
}
}


/*---------------------------------------------------------
 Data
---------------------------------------------------------*/
#data .c-bg-color {background-color: var(--color-primary-400);}

.data__heading {
	text-align: center;
}
.data__heading .c-heading--deco {
	display: block;
	margin-bottom: -0.8em;
}
.data__heading .c-heading--min span {
	display: block;
	font-size: 133%;
}

.data__list {
	width: 96vw;
	max-width: 1420px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 1em;
	margin-inline: auto;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.data__list {
	row-gap: .6em;
}
}

/* Data - data__box - base
-----------------------------------------------*/
.data__box {
	position: relative;
	display: flex;
	flex-direction: column;

	text-align: center;
	white-space: nowrap;
	background-color: #fff;
	border-radius: 20px;
	padding: 3.8% 3.2% 3%;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.data__title {
	position: relative;
	max-width: max-content;
	font: var(--font-min);
	font-size: min(2.4vw,176%);
	line-height: 1.4;
	letter-spacing: .16em;
	margin: 0 auto 1.2em;
	z-index: 1;
}
.data__title::before {
	position: absolute;
	content: "";
	background-color: var(--color-primary-400);
	width: 100%;
	height: 5px;
	rotate: -5deg;
	inset: auto 0 0.2em 0;
}
.data__title span {
	position: relative;
}

.data__content {
	height: 100%;
	font-size: min(1.3vw,1rem);
	line-height: 1.4;
}
.data__content.has-rows {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.data__content.has-columns {
	display: flex;
	justify-content: center;
}
.data__content.has-columns .data__no {
	margin: 0;
}
.data__content img {
	margin: auto;
}
/* data__no */
.data__no {
	position: relative;
	max-width: max-content;
	font: var(--font-min);
	font-size: 235%;
	line-height: 1.4;
	letter-spacing: .16em;
	white-space: nowrap;
	margin-inline: auto;
}
.data__no span {
	display: inline-block;
	color: var(--accent-color);
	font: var(--font-no);
	font-size: 250%;
	line-height: 0.8;
	letter-spacing: .05em;
	vertical-align: -0.05em;
}
.data__no small {
	font-size: 75%;
}
.data__no .tilde {
	align-self: center;
	font-size: 75%;
	vertical-align: 0.7em;
}
.data__no .colon {
	font-size: 180%;
	vertical-align: 0.15em;
}
.data__no .is-ver {
	writing-mode: vertical-rl;
	vertical-align: -0.3em;
}
.data__no .is-ver-sp {
	font-size: 100%;
}
.data__no sup,
.data__no sub {
	position: relative;
	display: inline-block;
	font-family: var(--ff-gothic);
	font-size: 37%;
	letter-spacing: normal;
	line-height: 1.2;
}
.data__no sup {
	vertical-align: 0;
}
.data__no sup.abs {
	position: absolute;
	right: .5em;
	top: 0;
}
/* illust */
.data__abs {
	position: absolute;
	width: 6vw;
	max-width: 90px;
}
.data__abs.pos-lt {
	left: 1%;
	top: -5%;
}
.data__abs.pos-rt {
	right: 1%;
	top: -5%;
}
.data__abs.pos-rb {
	right: 1%;
	bottom: -5%;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

.data__box {
	width: 32.4%;
}
.data__box.is-max {
	width: 100%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.data__box {
	width: 48.6%;
	font-size: 100%;
	border-radius: 15px;
	padding: 6% 3% 5%;
}
.data__box.is-max-sp {
	width: 100%;
	padding: 6% 7%;
}

.data__title {
	font-size: 100%;
	letter-spacing: .08em;
}
.data__box.is-max-sp .data__title {
	font-size: 120%;
}

.data__content {
	font-size: 65%;
}
.data__content.has-rows {
	display: grid;
}
/* data__no */
.data__no {
	font-size: 210%;
}
.data__no .is-ver-sp {
	writing-mode: vertical-rl;
	vertical-align: -0.4em;
}
.data__no sup {
	font-size: 45%;
}

/* illust */
.data__abs {
	width: 10vw;
}
.data__abs.pos-lt {
	left: -6%;
	top: -11%;
}
.data__abs.pos-rt {
	right: -8%;
	top: auto;
	bottom: -5%;
}
.data__abs.pos-rb {
	right: -8%;
}
}

/* Data - data__box - custom
-----------------------------------------------*/
/* total */
.data__total .illust {
	margin: 3% auto 5%;
}
.data__box .c-list {
	display: grid;
	grid-auto-flow: column;
	grid-template-rows: repeat(3, auto);
	font-weight: var(--fw-bold);
}
.data__box .c-list span {
	color: var(--accent-color);
}
/* age */
.data__age .c-txt--circle {
	font-weight: var(--fw-bold);
	line-height: 1.2;
    width: min(4.5em);
	min-width: 4.5em;
	border: 1px solid var(--accent-color);
}
.data__age .data__no {
	width: 4em;
}
/* mama */
.data__mama .data__content {
	display: grid;
	grid-template-columns: 50% 50%;
}
.data__mama .data__content > div:not(:last-of-type) {
	border-right: 1px solid var(--accent-color);
}
.data__mama .data__content p {
	font-size: 117%;
	font-weight: var(--fw-bold);
	letter-spacing: normal;
	margin-bottom: .6em;
}
/* rating */
.rating {
	--max: 5;
	--percent: calc(var(--rating) / var(--max) * 100%);

	position: relative;
	max-width: 400px;
}
.stars {
	position: relative;
}
.stars::after {
	position: absolute;
	content: "";
	inset: 0;
	background-image: url("../images/top/data-star.svg");
	background-size: auto 100%;
	background-repeat: no-repeat;
	width: var(--percent);
	overflow: hidden;
}
.data__rating .data__abs {
	width: 18%;
	max-width: 250px;
	right: 5%;
	top: 50%;
	translate: 0 -50%;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

/* age */
.data__age .data__content > div {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 5%;
}
.data__age .data__no {
	margin: 0;
}
/* beginner */
.data__beginner .data__no sup {
	margin-left: .8em;
}
/* rating */
.data__rating .data__content {
	display: flex;
	justify-content: center;
	column-gap: 2.5%;
}
.data__rating .rating {
	width: 40%;
}
.data__rating .data__no {
	margin: 0;
}
.data__rating .data__no sub {
	top: 1.6em;
	margin-left: -9em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

/* list */
.data__box .c-list {
	font-size: 1rem;
}
/* selfpay */
.data__selfpay .data__content img {
	width: 75%;
	margin-top: 3%;
}
/* age */
.data__age .data__content {
	display: grid;
	grid-template-columns: repeat(3,33%);
}
.data__age .data__content > div {
	flex-wrap: wrap;
}
.data__age .c-txt--circle {
	margin: 0 auto 1em;
}
/* beginner */
.data__beginner .data__no sup {
	display: block;
}
.data__beginner .data__abs {
	right: 5%;
	bottom: 10%;
}
/* patients */
.data__patients .data__no sup {
	top: 100%;
}
.data__patients .data__abs {
	left: -8%;
	top: 35%;
}
/* rating */
.rating {
	width: 80%;
	margin: 0 auto 6%;
}
.data__rating .data__abs {
	width: 20%;
	right: 2%;
	top: 0;
	translate: 0 -5%;
}
}


/*---------------------------------------------------------
 Specialist
---------------------------------------------------------*/

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

.specialist__inner {
	padding-left: 0;
	margin-top: 12%;
}
.specialist__inner p {
	width: 72%;
}
}

/* Specialist - specialist__img
-----------------------------------------------*/
.specialist__img {
	position: absolute;
	display: flex;
	right: 0;
	top: 0;
	z-index: -1;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

.specialist__img {
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 10px 1.3%;
	width: 48%;
	max-width: 720px;
}
.specialist__img > li:nth-of-type(1) {
	width: 55.6%;
}
.specialist__img > li:nth-of-type(2) {
	width: 43.1%;
	order: -1;
}
.specialist__img > li:nth-of-type(3) {
	width: 65.3%;
	margin-left: auto;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

.specialist__img {
	width: 40%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.specialist__img {
	display: flex;
	flex-wrap: wrap;
	width: 35%;
	gap: 5px;
	top: 56vw;
}
.specialist__img > li {
	width: 100%;
	margin-left: auto;
}
.specialist__img > li:nth-of-type(2) {
	width: 78%;
}
.specialist__img > li:nth-of-type(3) {
	width: 90%;
}
}

/* Specialist - specialist__point
-----------------------------------------------*/
.specialist__point {
	display: flex;
	gap: 1em;
	margin-top: 5%;
	margin-bottom: 4%;
}
.specialist__point > li {
	color: #FFF;
	background: url(../images/top/specialist-point-bg@2x.png) no-repeat;
	background-size: 100% 100%;
	font: var(--font-min);
	font-size: min(1.25vw,112%);
}
.specialist__point > li:last-of-type::before {
	position: absolute;
	content: "";
	background: url(../images/top/specialist-point-txt@2x.png) no-repeat;
	background-size: contain;
	width: 134%;
	height: 134%;
	left: 50%;
	top: 50%;
	translate: -50% -50%;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

.specialist__point > li {
	font-size: 1.4vw;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.specialist__point {
	flex-wrap: wrap;
	gap: 1.4em .8em;
	margin-bottom: 4%;
}
.specialist__point > li {
	font-size: 3.1vw;
}
}

/* Specialist - specialist__txt
-----------------------------------------------*/
.specialist__txt {
	position: relative;
	display: flex;
	gap: 1em;
	text-align: center;
	color: var(--color-gld);
	font: var(--font-min);
	font-size: min(1.6vw,112%);
	letter-spacing: .1em;
	line-height: 1.2;
	margin-top: 1.6em;
}
.specialist__txt > li {
	min-width: 15em;
	background-color: var(--accent-color);
	padding: .8em 1.2em;
	border-radius: 100vmax;
	border: 1px solid currentColor;
	background-color: #fff;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.specialist__txt {
	width: 100vw;
	justify-content: center;
	column-gap: 1%;
	font-size: 75%;
	letter-spacing: .02em;
	left: 50%;
	translate: -50% 0;
}
.specialist__txt > li {
	min-width: 0px;
	padding: 1em;
}
}


/*---------------------------------------------------------
 Support
---------------------------------------------------------*/
.support__box .c-heading--min {
	text-align: center;
	margin-bottom: 2em;
}
.support__box {
	padding-left: 0;
	padding-right: 0;
}
.support__box .icon {
	position: absolute;
	width: 15%;
	max-width: 149px;
	left: 50%;
	top: 0;
	translate: -50% -45%;
}

/* Support - support__list
-----------------------------------------------*/
.support__list {
	display: grid;
	row-gap: 2.6em;
}
.support__list > li {
	position: relative;
	padding: 0 12%;
}
.support__list > li::before {
	position: absolute;
	content: "";
	background: url(../images/top/support-icon01.svg) no-repeat;
	background-size: contain;
	width: 25%;
	aspect-ratio: 10/11;
	max-width: 100px;
	right: 8%;
	top: 30%;
}
.support__list > li:nth-of-type(2):before {background-image: url(../images/top/support-icon02.svg);}
.support__list > li:nth-of-type(3):before {background-image: url(../images/top/support-icon03.svg);}
.support__list > li:nth-of-type(4):before {background-image: url(../images/top/support-icon04.svg);}
.support__list > li:nth-of-type(5):before {background-image: url(../images/top/support-icon05.svg);}
.support__list > li:nth-of-type(6):before {background-image: url(../images/top/support-icon06.svg);}

.support__list > li > * {
	position: relative;
}
.support__txt--radi {
	text-align: center;
	font: var(--font-min);
	font-size: min(1.7vw,129%);
	letter-spacing: .1em;
	line-height: 1.2;
	color: #FFF;
	background-color: var(--accent-color);
	border-radius: 100vmax;
	padding: .4em;
	margin-bottom: .6em;
}
.support__txt--color {
	position: relative;
	text-align: center;
	color: var(--accent-color);
	font: var(--font-min);
	font-size: min(2.8vw,235%);
	line-height: 1.3;
	letter-spacing: .14em;
	margin-bottom: .3em;
}
/* PC
------------------------------------------*/
@media only screen and (min-width: 960px) {

.support__list {
	max-width: 1350px;
	display: grid;
	grid-template-columns: repeat(3,33.3%);
	margin-inline: auto;
}
.support__list > li {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	row-gap: 0;
}
.support__list > li:not(:nth-of-type(3n)) {
	border-right: 1px solid var(--accent-color);
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

.support__txt--radi {
	font-size: 2.2vw;
}
.support__txt--color {
	font-size: 3vw;
}
}
/* Mobile,Tablet (Portrait)
------------------------------------------*/
@media only screen and (max-width: 959px) {

.support__list {
	display: grid;
	grid-template-columns: repeat(2,50%);
	margin-inline: auto;
}
.support__list > li:nth-of-type(odd) {
	border-right: 1px solid var(--accent-color);
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.support__list {
	row-gap: 1.6em;
}
.support__list > li::before {
	width: 30%;
}
.support__txt--radi {
	font-size: 100%;
	letter-spacing: .05em;
}
.support__txt--color {
	font-size: 150%;
	letter-spacing: .1em;
}
}


/*---------------------------------------------------------
 Job
---------------------------------------------------------*/
.job__box::after {
	display: block;
	content: "";
	background-color: var(--color-grn);
	width: 55%;
	height: 1px;
	margin: 7% auto;
}
.job__box:last-of-type::after {
	display: none;
}
.job__box .job__box__img {
	max-width: max-content;
}
.job__box .c-heading--min {
	color: var(--accent-color);
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

.job__box__inner {
	display: grid;
	justify-content: space-between;
	align-items: flex-start;
	grid-template-columns: 40% 55%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.job__box::after {
	margin: 10% auto;
}
.job__box .job__box__img {
	margin: 0 auto 6%;
}
}


/*---------------------------------------------------------
 Instagram
---------------------------------------------------------*/
#instagram {
	text-align: center;
}
#instagram .c-bg-color {
	background-color: rgb(76 160 140 / 0.2);
}
#instagram .c-heading--deco {
	margin-bottom: .2em;
}

.insta__icon {
	position: absolute;
	width: 6%;
	max-width: 60px;
	inset: 0 0 auto 0;
	margin: auto;
	translate: 0 -50%;
}

.insta__heading {
	text-align: center;
}

.insta__feed {
	position: relative;
	width: 85%;
	max-width: 1060px;
	margin-inline: auto;
	margin-top: 1.6em;
}

.insta__btn {
	position: absolute;
	color: #FFF;
	font: var(--font-en);
	font-size: min(2vw,117%);
	letter-spacing: .18em;
	line-height: 1.4;
	background-color: var(--color-grn);
    width: min(7.5em);
	min-width: 7.5em;
	right: 0;
	bottom: 0;
	translate: 45% 70%;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

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

.insta__icon {
	width: 10%;
}

.insta__feed {
	width: 100%;
}

.insta__btn {
	font-size: 3.4vw;
	translate: -5% 50%;
}
}


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

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

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


}
