@charset "utf-8";

/*---------------------------------------------------
 mv
----------------------------------------------------*/
#mv {
    position: relative;
    width: 100%;
	margin-bottom: 50px;
	padding-block-end: 120px;
}
#mv::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	aspect-ratio: 1921 / 156;
	/* height: 160px; */
	/* margin-top: -30px; */
	background: url(../img/border3.svg) no-repeat center center;
	background-size: cover;
}
.movie {
    position: relative;
    display: flex;
    justify-content: center;
    width: 60vw;
    aspect-ratio: 16 / 9;
    margin-inline-start: auto;
    /* overflow: hidden; */
}
.movie::before{
	content: "";
    position: absolute;
    left: 5vw;
	top: 5vw;
    display: block;
	display: block;
	width: 7.3vw;
	height: 7.3vw;
	border-radius: 50%;
	background-color: #b7e2f4;
	animation: float 5s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform:translate(0, 0);
  }
  50% {
    transform:translate(-10px, -7px);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}
.movie::after{
	content: "";
    position: absolute;
    right: 10vw;
	bottom: 2vw;
    display: block;
	display: block;
	width: 5.8vw;
	height: 5.8vw;
	border-radius: 50%;
	background-color: #b7e2f4;
	animation: float2 6s ease-in-out infinite;
}
@keyframes float2 {
  	0% { transform: translateY(-20px) translateX(-10px); }
    50% { transform: translateY(20px) translateX(0); }
    100% { transform: translateY(-20px) translateX(-10px); }
}
.movie video {
    width: 100%;
    height: 100%;
    object-fit: cover;
	mask-image: url("../img/clip.svg");
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: cover;
}
#clip2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
    height: 100%;
    object-fit: cover;
	z-index: 1;
}
.cls-2 {
	fill: none;
	stroke: #b7e2f4;
	stroke-miterlimit: 10;
	stroke-width: 4px;
}
#mv .catch {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
	font-family: var(--font-strong);
	font-weight: 500;
	/* font-size: var(--fsize-90); */
	font-size: 4.8vw;
	line-height: 2;
	letter-spacing: .02em;
	text-shadow: 3px 3px 2px rgba(0,0,0,.45);
}
#mv .catch span {
	color: var(--color-blue);
}
#mv .scroll {
	position: absolute;
	/* left: -3vw; */
	left: 5%;
	/* top: 70%; */
	bottom: 300px;
	z-index: 1;
	display: block;
	width: 300px;
	height: 22px;
	color: var(--color-blue);
	font-family: var(--font-en);
	font-weight: 300;
	font-size: var(--fsize-22);
	line-height: 1;
	letter-spacing: .1em;
	transform-origin: 0 50%;
	transform: rotate(90deg);
}
#mv .scroll::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: calc( 300px - 3.5em) ;
	height: 22px;
	background: url(../img/scroll-arrow.svg) no-repeat right center;
}

/*------------------------------ responsive */
@media screen and (max-width: 1800px) {
	/* #mv .scroll {
		left: -6vw;
	} */
}
@media screen and (max-width: 1700px) {
	#mv .scroll {
		left: 3%;
	}
	#mv .catch {
		left: 5%;
	}
}
@media screen and (max-width: 1600px) {
	/* #mv .scroll {
		left: -7.2vw;
	} */
}
@media screen and (max-width: 1400px) {
	#mv .scroll {
		/* left: -5vw; */
		bottom: 200px;
		width: 200px;
		font-size: var(--fsize-18);
	}
	#mv .scroll::after {
		width: calc( 200px - 3.5em) ;
	}
}
@media screen and (max-width: 1200px) {
	#mv .catch {
		left: 8%;
		font-size: 5.4vw;
		line-height: 1.5;
	}
	#mv .scroll {
		/* left: -7vw; */
		width: 180px;
		font-size: 1rem;
	}
	#mv .scroll::after {
		width: calc( 180px - 3.5em) ;
	}
}
@media screen and (max-width: 480px) {
	#mv {
		height: 60dvh;
		padding-block-start: 40%;
	}
	.movie {
		width: 90vw;
		/* margin-block-start: 100px; */
	}
	#mv .catch {
		top: 8%;
		transform: unset;
		font-size: var(--fsize-40);
		font-weight: 700;
		text-shadow: 3px 3px 2px rgba(0,0,0,.3);
	}
}

/*---------------------------------------------------
 nayami
----------------------------------------------------*/
.nayami {
	position: relative;
	padding-inline: 4vw;
	margin-block-end: 120px;
}
.nayami::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 17vw;
	aspect-ratio: 338 / 295;
	background: url(../img/nayami01.svg) no-repeat top center;
	background-size: contain;
}
.nayami::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 17vw;
	aspect-ratio: 338 / 295;
	background: url(../img/nayami02.svg) no-repeat top center;
	background-size: contain;
}
.nayami .title {
	display: flex;
	justify-content: center;
}
.nayami .title::before {
	content: '';
	display: block;
	width: 129px;
	aspect-ratio: 129 / 159;
	background: url(../img/icon-nayami.svg) no-repeat top center;
	background-size: contain;
}
.nayami h2 {
	font-size: var(--fsize-50);
	line-height: 1.6;
	letter-spacing: .02em;
	text-align: center;
	margin-block-end: 1em;
}
.nayami h2 .or {
	color: var(--color-or);
	font-size: var(--fsize-60);
}
.nayami h2 .sub {
	display: block;
	color: var(--color-gray);
	font-family: var(--font-en);
	font-weight: 400;
	font-size: var(--fsize-32);
}
.nayami .cloud {
	position: relative;
	width: 100%;
	aspect-ratio: 3 / 1;
	/* display: flex;
	justify-content: center;
	flex-wrap: wrap; */
}
.nayami .cloud > div {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	aspect-ratio: 71 / 62;
	background: url(../img/bg-nayami.svg) no-repeat center center;
	background-size: contain;
	font-family: var(--font-strong);
	font-weight: 500;
	font-size: var(--fsize-22);
	line-height: 1.5;
	letter-spacing: .03em;
	color: #2b3234;
}
.nayami .cloud p {
	text-align: center;
}
.nayami .cloud p span {
	font-size: var(--fsize-28);
	color: var(--color-blue);
}
.cl1 { 
	top: -6vw;
	left: 0;
	width: 14.8vw;
	animation: cloud1 5s ease-in-out infinite;
}
@keyframes cloud1 {
  0% {
    transform:translate(0, 0);
  }
  50% {
    transform:translate(-5px, -4px);
  }
  100% {
    transform:translate(0, 0);
  }
}
.cl2 {
	top: 3vw;
	left: 16.6vw;
	width: 11.6vw;
	animation: cloud2 4s ease-in-out infinite;
}
@keyframes cloud2 {
  0% {
    transform:translate(0, 0);
  }
  50% {
    transform:translate(-3px, 3px);
  }
  100% {
    transform:translate(0, 0);
  }
}
.cl3 {
	left: 34vw;
	width: 15.4vw;
	animation: cloud3 5.5s ease-in-out infinite;
}
@keyframes cloud3 {
  0% {
    transform:translate(0, 0);
  }
  50% {
    transform:translate(6px, -6px);
  }
  100% {
    transform:translate(0, 0);
  }
}
.cl4 {
	top: 2vw;
	left: 57vw;
	width: 13.1vw;
	animation: cloud4 6s ease-in-out infinite;
}
@keyframes cloud4 {
  0% {
    transform:translate(0, 0);
  }
  50% {
    transform:translate(-6px, -8px);
  }
  100% {
    transform:translate(0, 0);
  }
}
.cl5 {
	top: -6vw;
	right: 0;
	width: 18.3vw;
	animation: cloud5 4.5s ease-in-out infinite;
}
@keyframes cloud5 {
  0% {
    transform:translate(0, 0);
  }
  50% {
    transform:translate(-4px, 3px);
  }
  100% {
    transform:translate(0, 0);
  }
}
.cl6 {
	bottom: 1vw;
	left: 18.3vw;
	width: 15.4vw;
	animation: cloud5 6s ease-in-out infinite;
}
@keyframes cloud6 {
  0% {
    transform:translate(0, 0);
  }
  50% {
    transform:translate(5px, 3px);
  }
  100% {
    transform:translate(0, 0);
  }
}
.cl7 {
	bottom: 2vw;
	left: 39.4vw;
	width: 16vw;
	animation: cloud7 5.5s ease-in-out infinite;
}
@keyframes cloud7 {
  0% {
    transform:translate(0, 0);
  }
  50% {
    transform:translate(0, -5px);
  }
  100% {
    transform:translate(0, 0);
  }
}
.cl8 {
	bottom: 0;
	right: 17.1vw;
	width: 16.25vw;
	animation: cloud8 4.5s ease-in-out infinite;
}
@keyframes cloud8 {
  0% {
    transform:translate(0, 0);
  }
  50% {
    transform:translate(0, 6px);
  }
  100% {
    transform:translate(0, 0);
  }
}
/*------------------------------ responsive */
@media screen and (max-width: 1500px) {
	.nayami .cloud > div {
		font-size: var(--fsize-20);
	}
	.nayami .cloud p span {
		font-size: var(--fsize-24);
	}
}
@media screen and (max-width: 1400px) {
	.cl1, .cl5 { 
		top: -3vw;
	}
}
@media screen and (max-width: 1200px) {
	.nayami {
		padding-inline: 2%;
		margin-block-end: 80px;
	}
	.nayami h2 {
		font-size: var(--fsize-40);
	}
	.nayami h2 .or {
		font-size: var(--fsize-48);
	}
	.nayami h2 .sub {
		font-size: var(--fsize-26);
	}
	.nayami .title::before { 
		width: 90px;
		background-position: top center;
	}
	.nayami .cloud {
		aspect-ratio: 5 / 2;
	}
	.nayami .cloud > div {
		font-size: 1rem;
	}
	.nayami .cloud p span {
		font-size: var(--fsize-20);
	}
	.cl1 {
		width: 15.6vw;
	}
	.cl2 {
		width: 12.6vw;
		/* margin-inline-end: 3.5vw; */
	}
	.cl3 {
		width: 18.4vw;
		/* margin-inline-end: 4vw; */
	}
	.cl4 {
		width: 15.1vw;
		/* margin-inline-end: 1vw; */
	}
	.cl5 {
		width: 21.3vw;
	}
	.cl6 {
		width: 18.4vw;
		/* margin-inline-end: 2.2vw; */
	}
	.cl7 {
		width: 19vw;
		/* margin-inline-end: 1.6vw; */
	}
	.cl8 {
		width: 19.25vw;
	}
}
@media screen and (max-width: 800px) {
	.nayami h2 {
		font-size: var(--fsize-32);
	}
	.nayami h2 .or {
		font-size: var(--fsize-40);
	}
	.nayami h2 .sub {
		font-size: var(--fsize-22);
	}
	.nayami .title::before { 
		width: 80px;
		background-position: top center;
	}
	.nayami .cloud {
		aspect-ratio: 7 / 4;
	}
	.cl1 {
		width: 19.6vw;
	}
	.cl2 {
		top: 12vw;
		left: 17.6vw;
		width: 15.6vw;
	}
	.cl3 {
		width: 22.4vw;
	}
	.cl4 {
		top: 13.5vw;
		width: 19.1vw;
	}
	.cl5 {
		width: 24.3vw;
	}
	.cl6 {
		bottom: 6.5vw;
		left: 10.3vw;
		width: 22.4vw;
	}
	.cl7 {
		bottom: 4vw;
		left: 34.4vw;
		width: 23vw;
	}
	.cl8 {
		bottom: 4vw;
		right: 12vw;
		width: 23.25vw;
	}
}
@media screen and (max-width: 700px) {
	.nayami::before,
	.nayami::after {
		width: 20vw;
	}
	.nayami h2 {
		font-size: var(--fsize-28);
	}
	.nayami h2 .or {
		font-size: var(--fsize-36);
	}
	.nayami h2 .sub {
		font-size: var(--fsize-20);
	}
	.nayami .title::before { 
		width: 74px;
		background-position: top center;
	}
	.nayami .cloud {
		aspect-ratio: 9 / 7;
	}
	.cl1 {
		width: 24.6vw;
	}
	.cl2 {
		top: 18vw;
		left: 15.6vw;
		width: 20.6vw;
	}
	.cl3 {
		width: 26.4vw;
	}
	.cl4 {
		top: 23.5vw;
		left: 44vw;
		width: 22.1vw;
	}
	.cl5 {
		width: 28.3vw;
	}
	.cl6 {
		bottom: 14.5vw;
		left: 8.3vw;
		width: 26.4vw;
	}
	.cl7 {
		bottom: 3vw;
		left: 37.4vw;
		width: 26vw;
	}
	.cl8 {
		bottom: 18vw;
		right: 2vw;
		width: 28.25vw;
	}
}
@media screen and (max-width: 600px) {
	.nayami::before,
	.nayami::after {
		width: 22vw;
	}
	.nayami h2 {
		font-size: var(--fsize-24);
	}
	.nayami h2 .or {
		font-size: var(--fsize-32);
	}
	.nayami h2 .sub {
		font-size: var(--fsize-18);
	}
	.nayami .title::before { 
		width: 70px;
		background-position: top center;
	}
	.nayami .cloud {
		aspect-ratio: 8 / 9;
	}
	.cl1 {
		width: 27.6vw;
	}
	.cl2 {
		top: 32vw;
		left: 4.6vw;
		width: 24.6vw;
	}
	.cl3 {
		top: 15vw;
		left: 28vw;
		width: 33.4vw;
	}
	.cl4 {
		top: 32.5vw;
		left: unset;
		right: 5vw;
		width: 28.1vw;
	}
	.cl5 {
		width: 36.3vw;
	}
	.cl6 {
		bottom: 32.5vw;
		left: 26vw;
		width: 32.4vw;
	}
	.cl7 {
		bottom: 2vw;
		left: 18.4vw;
		width: 32vw;
	}
	.cl8 {
		bottom: 18vw;
		right: 2vw;
		width: 34.25vw;
	}
}
@media screen and (max-width: 480px) {
	.nayami::before,
	.nayami::after {
		width: 32vw;
	}
	.nayami .title {
		margin-bottom: 1em;
	}
	.nayami h2 {
		letter-spacing: normal;
		font-size: var(--fsize-20);
	}
	.nayami h2 .or {
		font-size: var(--fsize-26);
	}
	.nayami h2 .sub {
		font-size: var(--fsize-15);
	}
	.nayami .title::before { 
		width: 54px;
		background-position: top center;
	}
	.nayami .cloud {
		aspect-ratio: 3 / 5;
	}
	.nayami .cloud p span {
		font-size: var(--fsize-18);
	}
	.cl1 {
		left: 5vw;
		width: 130px;
	}
	.cl2 {
		top: 25vw;
		left: 25vw;
		width: 110px;
	}
	.cl3 {
		top: 2vw;
		left: unset;
		right: 5vw;
		width: 150px;
	}
	.cl4 {
		top: 38.5vw;
		left: unset;
		right: 0;
		width: 150px;
	}
	.cl5 {
		top: 50vw;
		right: unset;
		left: 0;
		width: 162px;
	}
	.cl6 {
		bottom: 49.5vw;
		left: unset;
		right: 10vw;
		width: 150px;
	}
	.cl7 {
		bottom: 38vw;
		left: 3.4vw;
		width: 145px;
	}
	.cl8 {
		bottom: 7vw;
		right: unset;
		left: 29vw;
		width: 160px;
	}
}
@media screen and (max-width: 390px) {
	.nayami .title {
		display: block;
	}
	.nayami .title::before { 
		margin: 0 auto;
	}
	.nayami .cloud {
		aspect-ratio: 8 / 17;
	}
	.cl2 {
		top: 35vw;
		left: 15vw;
	}
	.cl3 {
		top: 2vw;
		left: unset;
		right: 5vw;
		width: 150px;
	}
	.cl4 {
		top: 43.5vw;
		left: unset;
		right: 0;
		width: 150px;
	}
	.cl5 {
		top: 65vw;
		right: unset;
		left: 0;
		width: 162px;
	}
	.cl6 {
		bottom: 70.5vw;
		left: unset;
		right: 4vw;
		width: 150px;
	}
	.cl7 {
		bottom: 54vw;
		left: 3.4vw;
		width: 145px;
	}
	.cl8 {
		bottom: 13vw;
		right: unset;
		left: 22vw;
		width: 160px;
	}
}

/*---------------------------------------------------
 hanashi
----------------------------------------------------*/
.hanashi {
	position: relative;
	padding-inline: 8.8vw;
	padding-block-end: 6.25vw;
	color: #2b3234;
}
.hanashi::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -5vw;
	z-index: 1;
	display: block;
	width: 100%;
	height: 5vw;
	background: url(../img/border2.png) no-repeat top center;
	background-size: contain;
}
.hanashi .title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-block-end: 6vw;
} 
.hanashi h2 {
	position: relative;
	display: inline-block;
	/* font-size: var(--fsize-66); */
	font-size: 3.125vw;
	line-height: 1.2;
	letter-spacing: .02em;
}
.hanashi .title h2::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -50px;
	transform: translateX( -50%);
	display: block;
	width: 105%;
	height: 80px;
	background: url(../img/border1.png) no-repeat center center;
	background-size: contain;
}
.hanashi .title h2 span {
	color: var(--color-blue);
	/* font-size: var(--fsize-90); */
	font-size: 4.8vw;
}
.hanashi .txt-wrap {
	width: 45vw;
}
.hanashi figure {
	width: 33vw;
}
.hanashi p {
	font-size: var(--fsize-22);
	margin-bottom: 2em;
}
.under-or {
	position: relative;
	display: inline;
	font-size: var(--fsize-30);
	font-weight: 700;
	/* background: linear-gradient( transparent 90%, var(--color-or) 0% ); */
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone; /* Safari, Chrome */
	background: linear-gradient(to right, var(--color-or) 0%, var(--color-or) 100%);
	background-repeat: repeat-x;
	background-size: 100% .18em; /* テキストの高さに合わせて調整 */
	background-position: bottom;
	padding: 0 0 0.1em; /* テキストと背景の間の余白 */
}

/*------------------------------ responsive */
@media screen and (max-width: 1800px) {
	.hanashi {
		padding-inline: 6.8vw;
	}
}
@media screen and (max-width: 1200px) {
	.hanashi {
		padding-inline: 5%;
		padding-block-end: 0;
	}
	.hanashi .txt-wrap {
		width: 64%;
	}
	.hanashi figure {
		width: 33%;
	}
	.hanashi p {
		font-size: var(--fsize-20);
	}
	.under-or {
		font-size: var(--fsize-26);
	}
}
@media screen and (max-width: 800px) {
	.hanashi h2 {
		font-size: 3.5vw;
	}
	.hanashi .half-wrap {
		flex-direction: column-reverse;
	}
	.hanashi .txt-wrap {
		width: 100%;
	}
	.hanashi figure {
		width: 80%;
		margin: 0 auto 30px;
	}
	.hanashi p {
		font-size: var(--fsize-18);
	}
	.under-or {
		font-size: var(--fsize-24);
	}
}
@media screen and (max-width: 700px) {
	.hanashi h2 {
		font-size: var(--fsize-32);
		text-align: center;
	}
	.hanashi .title h2 span {
		display: block;
		font-size: var(--fsize-36);
	}
}

/*---------------------------------------------------
 soudan
----------------------------------------------------*/
.soudan {
	position: relative;
	background: linear-gradient(to bottom, #FFF 0, #b7e2f4 100%);
	padding-block: 110px;
}
.soudan::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -9vw;
	transform: translateX(-50%);
	display: block;
	width: 100%;
	height: 9vw;
	background: url(../img/bg-soudan.svg) no-repeat bottom center;
	background-size: cover;
}
.soudan .half-wrap {
	width: 85%;
	margin-inline: auto;
}
.soudan figure {
	width: 26.5%;
}
.soudan .txt-wrap {
	width: 70.5%;
}
.soudan h3 {
	font-size: var(--fsize-42);
	line-height: 1.5;
	letter-spacing: .02em;
	margin-block-end: 1em;
}
.soudan h3 span {
	display: inline-block;
	color: var(--color-or);
	font-size: var(--fsize-52);
}
.soudan .txt-wrap p {
	font-size: var(--fsize-22);
	line-height: 2.25;
}
.soudan .txt-wrap .under-or {
	font-size: var(--fsize-28);
}
.soudan .txt-wrap .btn {
	margin-inline-start: auto;
	margin-block-start: 1em;
}
.service {
	margin-block-start: 90px;
}
.service .title {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-block-end: 50px;
}
.service .title::before {
	content: '';
	display: block;
	width: 104px;
	height: 88px;
	background: url(../img/icon-service.svg) no-repeat center center;
	background-size: contain;
}
.service h2 {
	font-size: var(--fsize-50);
    line-height: 1.2;
    letter-spacing: .02em;
    text-align: center;
    margin-block-end: 0;
	padding-inline-start: .25em;
}
.service h2 .sub {
	display: block;
    color: var(--color-gray);
    font-family: var(--font-en);
    font-weight: 400;
    font-size: var(--fsize-32);
}
.service .list {
	display: grid;
	/* place-items: center; */
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	margin-inline: 1%;
}

.service .list li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	aspect-ratio: 36 / 49;
	background-color: #FFF;
	color: #2b3234;
	font-weight: 500;
	font-size: var(--fsize-32);
	text-align: center;
}
.service .list li:hover {
	color: var(--color-blue);
	cursor: pointer;
}
.service .list li figure {
	position: relative;
	width: 86.1%;
	aspect-ratio:  1 / 1;
	border-radius: 50%;
	border: 3px solid var(--color-blue);
	box-shadow: 4px 4px 4px rgba(0,0,0,.45);
	overflow: hidden;
	transition: all .5s ease;
}
.service .list li figure img {
	transition: all .5s ease;
}
.service .list li:hover figure img {
	transform: scale(1.1);
}
/*.service .list li {
	width: 100%;
	aspect-ratio: 36 / 49;
}
.service .list a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	color: #2b3234;
	font-weight: 500;
	font-size: var(--fsize-32);
	text-align: center;
}
.service .list a:hover {
	color: var(--color-blue);
}
.service .list a figure {
	position: relative;
	width: 86.1%;
	aspect-ratio:  1 / 1;
	border-radius: 50%;
	border: 3px solid var(--color-blue);
	box-shadow: 4px 4px 4px rgba(0,0,0,.45);
	overflow: hidden;
	transition: all .5s ease;
}
.service .list a figure img {
	transition: all .5s ease;
}
.service .list a:hover figure img {
	transform: scale(1.1);
}*/
.service .btns {
	margin-block-start: 70px;
	gap: 0 5.2vw;
}

/*------------------------------ responsive */
@media screen and (max-width: 1500px) {
	.service .list li {
		font-size: var(--fsize-26);
	}
	/* .service .list a {
		font-size: var(--fsize-26);
	} */
}
@media screen and (max-width: 1300px) {
	.soudan .half-wrap {
		width: 90%;
	}
}
@media screen and (max-width: 1200px) {
	.soudan {
		padding-block: 100px 50px;
	}
	.soudan .half-wrap {
		width: 90%;
	}
	.soudan h3 {
		font-size: var(--fsize-36);
	}
	.soudan h3 span {
		font-size: var(--fsize-48);
	}
	.soudan .txt-wrap p {
		font-size: var(--fsize-20);
	}
	.soudan .txt-wrap .under-or {
		font-size: var(--fsize-24);
	}
	.service h2 {
		font-size: var(--fsize-44);
	}
	.service h2 .sub {
		font-size: var(--fsize-28);
	}
	.service .title::before {
		width: 88px;
		height: auto;
		aspect-ratio: 25 / 22;
	}
	.service .list {
		gap: 10px;
	}
	.service .list li {
		aspect-ratio: unset;
		font-size: var(--fsize-22);
		padding-block: 1.3em;
	}
	/* .service .list a {
		font-size: var(--fsize-22);
		padding-block: 1.3em;
	} */
	.service .btns {
		margin-block-start: 40px;
	}
}
@media screen and (max-width: 1000px) {
	.service .list {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (max-width: 800px) {
	.service .title::before {
		width: 78px;
	}
	.service h2 {
		font-size: var(--fsize-36);
	}
	.service h2 .sub {
		font-size: var(--fsize-24);
	}
	.soudan figure {
		width: 216px;
		margin: 0 auto 30px;
	}
	.soudan .txt-wrap {
		width: 100%;
	}
	.soudan h3 {
		font-size: var(--fsize-32);
		text-align: center;
	}
	.soudan .txt-wrap p {
		font-size: var(--fsize-18);
	}
	.soudan .txt-wrap .under-or {
		font-size: var(--fsize-22);
	}
	.service .list figure {
		margin-block-end: 0;
	}
}
@media screen and (max-width: 700px) {
	.service .list {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 480px) {
	.soudan h3 {
		font-size: var(--fsize-24);
	}
	.soudan .txt-wrap .btn {
		margin-inline: auto;
	}
	.service .list {
		/* grid-template-columns: 1fr; */
		margin-inline: 5%;
	}
	.service .list li {
		font-size: var(--fsize-20);
		padding-block: 1em;
	}
	/* .service .list a {
		font-size: var(--fsize-20);
		padding-block: 1em;
	} */
}
@media screen and (max-width: 400px) {
	.service .list li {
		font-size: var(--fsize-18);
	}
	/* .service .list a {
		font-size: var(--fsize-18);
	} */
}

/*---------------------------------------------------
 about
----------------------------------------------------*/
.about {
	display: flex;
	justify-content: space-between;
	padding-inline: 5%;
	padding-block: calc(50px + 9vw) 110px;
	background: url(../img/bg-about.png) no-repeat top left;
}
.about .txt-wrap {
	width: 49.5%;
}
.about .img-wrap {
	width: 45.9%;
}
.about .title {
	position: relative;
}
.about h2 {
	position: relative;
	display: inline-block;
	text-align: center;
	font-size: var(--fsize-50);
	line-height: 1.2;
	margin-block: 2.9em 2em;
	z-index: 1;
}
.about h2 span {
	display: inline-block;
}
.about h2 span::first-letter {
	color: var(--color-or);
}
.about h2 span.sub {
	display: block;
	text-align: center;
	color: var(--color-gray);
    font-family: var(--font-en);
    font-weight: 400;
    font-size: var(--fsize-32);
}
.about h2 span.sub::first-letter {
	color: var(--color-gray)
}
.about .title figure {
	position: absolute;
	top: -50px;
	right: 0;
	width: 52.8%;
}
.about .catch {
	font-family: var(--font-strong);
	font-weight: 500;
	font-size: var(--fsize-36);
	line-height: 1.5;
	letter-spacing: .02em;
	margin-block-end: 1em;
}
.about .catch span {
	font-weight: 700;
	color: var(--color-or);
	margin-block-end: 1em;
}
.about figure {
	border-radius: 66px;
	overflow: hidden;
}
@media screen and (max-width: 1200px) {
	.about {
		padding-block-end: 80px;
	}
	.about h2 {
		font-size: var(--fsize-44);
		margin-block-start: 1.1em;
	}
	.about h2 span.sub {
		font-size: var(--fsize-28);
	}
	.about .catch {
		font-size: var(--fsize-30);
	}
}
@media screen and (max-width: 1000px) {
	.about h2 {
		font-size: var(--fsize-40);
		margin-block-start: .75em;
		margin-block-end: 1em;
	}
	.about h2 span.sub {
		font-size: var(--fsize-26);
	}
}
@media screen and (max-width: 800px) {
	.about {
		flex-wrap: wrap;
	}
	.about h2 {
		margin-block-start: 2.5em;
		margin-block-end: 2em;
	}
	.about .txt-wrap {
		width: 100%;
		margin-block-end: 30px;
	}
	.about .img-wrap {
		width: 100%;
	}
	.about .catch {
		font-size: var(--fsize-26);
		text-align: center;
	}
}
@media screen and (max-width: 480px) {
	.about h2 {
		font-size: var(--fsize-36);
		margin-block-start: .75em;
		margin-block-end: 1em;
	}
	.about h2 span.sub {
		font-size: var(--fsize-24);
	}
}

/*---------------------------------------------------
 news
----------------------------------------------------*/
.news {
	display: flex;
	justify-content: space-between;
	padding: 40px 5%;
	background-color: #b7e2f4;
}
.news .title {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 325px;
	margin-block-end: 60px;
	padding-block-start: 40px;
}
.news .title::before {
	content: '';
	display: block;
	width: 102px;
	height: auto;
	aspect-ratio: 51 / 41;
	background: url(../img/icon-news.svg) no-repeat center center;
	background-size: contain;
}
.news h2 {
	font-size: var(--fsize-50);
    line-height: 1.2;
    letter-spacing: .02em;
    text-align: center;
    margin-block-end: 0;
	padding-inline-start: .25em;
}
.news h2 .sub {
	display: block;
    color: var(--color-gray);
    font-family: var(--font-en);
    font-weight: 400;
    font-size: var(--fsize-32);
}
.news > .btn {
	display: none;
}
.news-wrap {
	display: flex;
	justify-content: space-between;
	width: calc( 100% - 325px - 2%);
}
.cat-link {
	min-width: 163px;
	width: 18%;
	padding-inline-end: 2%;
	padding-block: 40px;
	border-right: 1px solid var(--color-gray);
}
.cat-link .cat {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 45px;
	background-color: #FFF;
	border: 1px solid #ff8f6a;
	border-radius: 23px;
	margin-block-end: 18px;
	font-weight: 300;
	transition: all .5s ease;
}
.cat-link .cat:hover {
	cursor: pointer;
	background-color: #ff8f6a;
}
.cat-link .cat.active {
	background-color: #ff8f6a;
}
.cat-link .cat:last-child {
	margin-block-end: 0;
}
.tabs {
	width: 80%;
	padding-inline-start: 2%;
	padding-block-start: calc( 40px - 1em );
}
.tab-content {
	display: none;
}
.tab-content.active {
	display: block;
}
.tab-content .btn {
	display: none;
}
.tab-content li {
	display: flex;
	align-items: center;
	line-height: 1.5;
	padding-block: 1em;
	border-bottom: 1px solid #6a8fa8;
}
.tab-content li time {
	font-weight: 300;
	font-size: 1rem;
	width: 6em;
	margin-inline-end: 2em;
}
.tab-content li span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 40px;
	border-radius: 20px;
	border: 1px solid #ff8f6a;
	background-color: #FFF;
	color: #2b3234;
	font-weight: 300;
	font-size: 1rem;
	margin-inline-end: 2.5em;
}
.tab-content a {
	display: block;
	width: calc( 100% - 6em - 150px - 4.5em );
	color: #2b3234;
}
.tab-content a:hover {
	color: var(--color-or);
}

/*------------------------------ responsive */
@media screen and (max-width: 1200px) {
	.news {
		flex-wrap: wrap;
		padding-block: 60px;
	}
	.news .title-wrap {
		width: 100%;
	}
	.news .title-wrap .btn {
		display: none;
	}
	.news .title {
		margin-inline: auto;
		margin-block-end: 40px;
		padding-block-start: 0;
	}
	.news .title::before  {
		width: 88px;
	}
	.news h2 {
		font-size: var(--fsize-44);
	}
	.news h2 .sub {
		font-size: var(--fsize-28);
	}
	.news-wrap {
		width: 100%;
	}
	.tab-content li time {
		width: 5em;
		margin-inline-end: 1em;
	}
	.tab-content li span {
		margin-inline-end: 1.5em;
	}
	.news > .btn {
		display: block;
		margin: 40px auto 0;
	}
	.cat-link {
		padding-block: 30px;
	}
	.tabs {
		padding-block-start: calc( 20px - 1em );
	}
}
@media screen and (max-width: 800px) {
	.news-wrap {
		flex-wrap: wrap;
	}
	.cat-link {
		display: grid;
		grid-template-columns: repeat( 5, 1fr );
		gap: 6px;
		width: 100%;
		border-right: unset;
		padding: 0;
		margin-block-end: 30px;
	}
	.cat-link .cat {
		font-size: var(--fsize-14);
		font-weight: 400;
		margin-block-end: 0;
	}
	.tabs {
		width: 100%;
		padding-inline-start: 0;
	}
	.tab-content li span {
		width: 120px;
		font-size: var(--fsize-14);
		font-weight: 400;
	}
}
@media screen and (max-width: 700px) {
	.cat-link {
		grid-template-columns: repeat( 3, 1fr );
	}
	.tab-content li {
		flex-wrap: wrap;
	}
	.tab-content a {
		width: 100%;
		margin-block-start: .5em;
	}
}
@media screen and (max-width: 480px) {
	.news .title::before  {
		width: 80px;
	}
	.news h2 {
		font-size: var(--fsize-36);
	}
	.news h2 .sub {
		font-size: var(--fsize-24);
	}
}
/*---------------------------------------------------
 voice
----------------------------------------------------*/
.voice {
	max-width: 1606px;
	width: 90%;
	margin: 110px auto;
}
.voice .title {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-block-end: 60px;
}
.voice .title::before {
	content: '';
	display: block;
	width: 89px;
	height: auto;
	aspect-ratio: 89 / 80;
	background: url(../img/icon-voice.svg) no-repeat center center;
	background-size: contain;
}
.voice h2 {
	font-size: var(--fsize-50);
    line-height: 1.2;
    letter-spacing: .02em;
    text-align: center;
    margin-block-end: 0;
	padding-inline-start: .25em;
}
.voice h2 .sub {
	display: block;
    color: var(--color-gray);
    font-family: var(--font-en);
    font-weight: 400;
    font-size: var(--fsize-32);
}
.voice .card {
	position: relative;
	display: flex;
	justify-content: flex-end;
	background-color: #ededed;
	border-radius: 40px;
	padding: 1em;
}
.voice .syokusyu {
	position: absolute;
	left: 4.2%;
	bottom: 48px;
	z-index: 1;
	width: 155px;
}
.voice .syokusyu figure {
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	overflow: hidden;
}
.voice .syokusyu figure img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.voice .syokusyu em {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 42px;
	border-radius: 15px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: .02em;
	margin-block-start: 1em;
}
.voice .card:nth-of-type(2n+1) .syokusyu em {
	background-color: #ff8f6a;
}
.voice .card:nth-of-type(2n) .syokusyu em {
	background-color: #b7e2f4;
}
/* .voice dl {
	width: 84%;
	aspect-ratio: 528 / 384;
	background: #fcfcfc;
  	clip-path: path("M158.88,49.44c126.82-90.09,237.93-2.69,237.93-2.69,0,0,117.53-22.84,135.58,90.13,7.49,46.91-13.69,63.9,2.48,116.99,19.83,65.12-105.9,98.74-105.9,98.74,0,0-77.48,62.86-192.97,32.69-59.56-15.56-150.58-18.07-188.59-72.16C-1.46,243.6,6.47,168.41,15.24,147.37,69.15,18.07,158.88,49.44,158.88,49.44Z");
  	-webkit-clip-path: path("M158.88,49.44c126.82-90.09,237.93-2.69,237.93-2.69,0,0,117.53-22.84,135.58,90.13,7.49,46.91-13.69,63.9,2.48,116.99,19.83,65.12-105.9,98.74-105.9,98.74,0,0-77.48,62.86-192.97,32.69-59.56-15.56-150.58-18.07-188.59-72.16C-1.46,243.6,6.47,168.41,15.24,147.37,69.15,18.07,158.88,49.44,158.88,49.44Z"); 
  	overflow: hidden;
  	position: relative;
  	border: 1px solid #af9e91;
  	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.75);
} */
.voice dl {
	width: 84%;
	aspect-ratio: 528 / 384;
	background: url(../img/bg-voice.svg) no-repeat right center;
	background-size: cover;
}
.voice dt {
	font-family: var(--font-strong);
	font-weight: 400;
	font-size: var(--fsize-24);
	line-height: 1.5;
	color: var(--color-or);
	margin-block-end: .5em;
	padding: 3em 10% 0 12.5%;
}
.voice dd {
	padding: 0 7.5% 0 14%;
}
.card {
	margin-inline: 25px;
}
.slick-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	background-color: #ff8f6a;
	opacity: 1;
	border-radius: 50%;
	transition: all .5s ease;
}
.slick-arrow::before {
	content: '';
	display: block;
	width: 12px;
	height: 20px;
	background: url(../img/slide-arrow.svg) no-repeat center center;
	background-size: contain;
}
.slick-prev {
	left: -96px;
}
.slick-prev::before {
	transform: rotate(180deg);
}
.slick-next {
	right: -96px;
}
.slick-arrow:hover {
	background-color: #ff8f6a;
	opacity: .8;
}

/*------------------------------ responsive */
@media screen and (max-width: 1800px) {
	.voice .slick-prev {
		left: -60px;
	}
	.voice .slick-next {
		right: -60px;
	}
}
@media screen and (max-width: 1700px) {
	.voice dl {
		aspect-ratio: 528 / 400;
	}
	.voice dt {
		line-height: 1.4;
		/* padding-block-start: 2.5em; */
	}
	.voice dd {
		line-height: 1.8;
		padding-inline-start: 10%;
	}
	.voice .syokusyu {
		width: 125px;
	}
}
@media screen and (max-width: 1600px) {
	.voice dl {
		aspect-ratio: 528 / 460;
	}
}
@media screen and (max-width: 1500px) {
	.voice dl {
		aspect-ratio: 528 / 500;
	}
}
@media screen and (max-width: 1400px) {
	.voice .card {
		padding-inline-end: 0;
	}
	.voice dl {
		aspect-ratio: 528 / 520;
	}
}
@media screen and (max-width: 1300px) {
	.voice .syokusyu {
		width: 95px;
	}
	.voice dl {
		width: 88%;
		aspect-ratio: 528 / 550;
	}
}
@media screen and (max-width: 1200px) {
	.voice {
		margin-block: 80px;
	}
	.voice .title {
		margin-block-end: 40px;
	}
	.voice .title::before {
		width: 78px;
	}
	.voice h2 {
		font-size: var(--fsize-44);
	}
	.voice h2 .sub {
		font-size: var(--fsize-28);
	}
	.voice .syokusyu {
		left: 2%;
	}
	.voice dl {
		width: 90%;
	}
	.voice dt {
		font-size: var(--fsize-22);
	}
	.voice dd {
		padding-inline-start: 12.5%;
	}
	.card {
		margin-inline: 10px;
	}
	.slick-arrow {
		width: 60px;
		height: 60px;
		z-index: 100;
	}
	.voice .slick-prev {
		left: -20px;
	}
	.voice .slick-next {
		right: -20px;
	}
}
@media screen and (max-width: 1000px) {
	.voice {
		width: 72%;
	}
	.voice dl {
		width: 100%;
		aspect-ratio: 528 / 300;
		margin-block-start: 90px;
	}
	.voice dt {
		padding-block-start: 4em;
	}
	.voice dd {
		padding-inline: 10%;
	}
	.voice .syokusyu {
		top: 20px;
		left: 4%;
		bottom: unset;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
	}
	.voice .syokusyu figure {
		width: 80px;
	}
	.voice .syokusyu em {
		width: auto;
		padding-inline: 1em;
	}
}
@media screen and (max-width: 900px) {
	.voice {
		width: 78%;
	}
}
@media screen and (max-width: 800px) {
	.voice {
		width: 84%;
	}
	.voice dl {
		aspect-ratio: 528 / 340;
	}
	.voice dt {
		padding-block-start: 3.5em;
	}
	.voice dd {
		padding-inline: 12%;
	}
}
@media screen and (max-width: 700px) {
	/* .voice {
		width: 80%;
	} */
	.voice dl {
		aspect-ratio: 528 / 444;
	}
	/* .voice .syokusyu {
		width: 85px;
	} */
}
@media screen and (max-width: 600px) {
	.voice {
		width: 88%;
	}
	.voice .card {
		padding-inline: 1em;
	}
	.voice dl {
		aspect-ratio: 4 / 3;
		background: #FFF;
		border-radius: 20px;
		padding-block-end: 1em;
	}
	.voice dt {
		padding-block: 1em 0;
		padding-inline: 10%;
	}
	.voice dd {
		padding-inline: 10%;
	}
	.voice .syokusyu {
		left: 2%;
	}
}
@media screen and (max-width: 480px) {
	.voice .title::before  {
		width: 74px;
	}
	.voice h2 {
		font-size: var(--fsize-36);
	}
	.voice h2 .sub {
		font-size: var(--fsize-24);
	}
}
@media screen and (max-width: 420px) {
	
}

/*---------------------------------------------------
 tips
----------------------------------------------------*/
.tips {
	position: relative;
	padding: 110px 0;
	background-color: #FFF;
}
.tips .title {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-block-end: 60px;
}
.tips .title::before {
	content: '';
	display: block;
	width: 56px;
	height: auto;
	aspect-ratio: 56 / 87;
	background: url(../img/icon-tips.svg) no-repeat center center;
	background-size: contain;
}
.tips h2 {
	font-size: var(--fsize-50);
    line-height: 1.2;
    letter-spacing: .02em;
    text-align: center;
    margin-block-end: 0;
	padding-inline-start: .25em;
}
.tips h2 .sub {
	display: block;
    color: var(--color-gray);
    font-family: var(--font-en);
    font-weight: 400;
    font-size: var(--fsize-32);
}
.tips-list {
	max-width: 1520px;
	width: 90%;
	margin: 0 auto;
}
.tips-list figure {
	width: 94%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border-radius: 33px;
	margin-block-end: 30px;
	margin-inline: auto;
}
.tips-list figure img {
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.tips-list figure img:hover {
	transform: scale(1.2);
	transition: all 0.3s ease;
}
.tips-list dt {
	font-weight: 500;
	font-size: var(--fsize-22);
	letter-spacing: .02em;
	text-align: center;
	color: #2b3234;
}
.tips-list dt:hover {
	color: var(--color-blue);
	transition: all 0.3s;
}
.tips-list dd {
	font-size: var(--fsize-20);
	line-height: 1.3;
	letter-spacing: .02em;
	color: #2b3234;
}
.tips-list dd:hover {
	color: var(--color-blue);
	transition: all 0.3s;
}
.tips .slick-arrow {
	background-color: var(--color-blue);
}
.tips .btn {
	margin: 50px auto 0;
}
.tips .doctor {
	position: absolute;
	width: 12.7vw;
	left: calc( 50% - 22vw );
	bottom: -60px;
}
.tips .slick-next {
	right: -76px;
}
/*------------------------------ responsive */
@media screen and (max-width: 1800px) {
	.tips .slick-prev {
		left: -60px;
	}
	.tips .slick-next {
		right: -40px;
	}
}
@media screen and (max-width: 1200px) {
	.tips {
		padding-block: 80px;
	}
	.tips .title {
		margin-block-end: 40px;
	}
	.tips .title::before {
		width: 48px;
	}
	.tips h2 {
		font-size: var(--fsize-44);
	}
	.tips h2 .sub {
		font-size: var(--fsize-28);
	}
	.tips-list {
		width: 85%;
	}
	.tips-list dd {
		font-size: var(--fsize-18);
	}
	.tips-list figure {
		width: 100%;
	}
	.tips .slick-prev {
		left: -30px;
	}
	.tips .slick-next {
		right: -20px;
	}
	.tips .card {
		margin-inline: 10px;
	}
	.tips .doctor {
		left: calc( 50% - 270px );
		bottom: -20px;
		width: 120px;
	}
}
@media screen and (max-width: 480px) {
	.tips {
		padding-block-end: 110px;
	}
	.tips .title::before  {
		width: 44px;
	}
	.tips h2 {
		font-size: var(--fsize-36);
	}
	.tips h2 .sub {
		font-size: var(--fsize-24);
	}
	.tips .doctor {
		left: 0;
	}
}

/*---------------------------------------------------
 banners
----------------------------------------------------*/
.banners {
	max-width: 1450px;
	width: 90%;
	margin: 0 auto;
	padding: 86px 0;
}
.banners ul {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 78px 8.6%;
}
.banners a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 1;
	background-color: var(--color-gray);
	color: #FFF;
}
@media screen and (max-width: 1200px) {
	.banners {
		padding: 60px 0;
	}
	.banners ul {
		gap: 60px 8.6%;
	}
}
@media screen and (max-width: 700px) {
	.banners ul {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}