/* ------ Top  ------ */

.pc {
	display: block;
}
/*---------------------------------------*/
.sec-mv {
	width: 100%;
	position: relative;
	padding: 0 5.2%;
	margin-bottom: 171px;
}
.mv-inner {
	max-width: 1720px;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	height: auto;
	max-height: 880px;
	aspect-ratio: 43 / 22;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mv-txt-box {
	position: absolute;
	display: flex;
	flex-flow: column;
	align-items: center;
	width: 100%;
	max-width: 684px;
	margin: 0 auto;
	gap: 50px;
}
.mv-txt-box > h2 {
	width: 100%;
	text-align: center;
	font-size: 80px;
	line-height: 1.5;
	font-weight: 300;
}
.mv-txt-box > p {
	width: 100%;
	letter-spacing: 0.2em;
	text-align: center;
	line-height: 2;
	font-size: 16px;
	font-weight: 400;
}

@media screen and (max-width: 1400px) {
	.mv-txt-box > h2 {
		font-size: 60px;
	}
	.mv-txt-box {
		gap: 35px;
	}
}
@media screen and (max-width: 1200px) {
	.mv-txt-box > h2 {
		font-size: 50px;
	}
}
@media screen and (max-width: 999px) {
	.mv-txt-box > h2 {
		font-size: 50px;
	}
	.mv-txt-box > p {
		font-size: 14px;
	}
}

@media screen and (max-width: 768px) {
	.sec-mv {
		margin-bottom: 50px;
	}
	.mv-inner {
		max-height: calc(100vh - 112px);
		aspect-ratio: 350 / 732;
	}

	.mv-txt-box {
		width: 95%;
		margin: 0 auto;
		max-width: 684px;
		gap: 25px;
	}
	.mv-txt-box > h2 {
		font-size: 40px;
		text-wrap: nowrap;
	}
}

.butterfly-area {
	width: 100%;
	height: 100%;
	max-width: 1720px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	background-image: url("../images/top/mv-bg.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
}
@media screen and (max-width: 768px) {
	.butterfly-area {
		background-image: url("../images/top/mv-bg-sp.png");
		background-size: cover;
	}
}

@keyframes flying {
	0%,
	60% {
		transform: rotateX(5deg) rotateY(0deg);
	}
	65% {
		transform: rotateX(8deg) rotateY(-80deg);
	}
	70% {
		transform: rotateX(10deg) rotateY(-120deg);
	}
	75% {
		transform: rotateX(20deg) rotateY(-160deg);
	}
	80% {
		transform: rotateX(-5deg) rotateY(-200deg);
	}
	85% {
		transform: rotateX(20deg) rotateY(-240deg);
	}
	90% {
		transform: rotateX(10deg) rotateY(-280deg);
	}
	95% {
		transform: rotateX(7deg) rotateY(-320deg);
	}
	100% {
		transform: rotateX(5deg) rotateY(-360deg);
	}
}
@keyframes butterfly-anim-1 {
	0%,
	60% {
		transform: rotateY(40deg);
	}
	62%,
	66%,
	70%,
	74%,
	78%,
	82%,
	86%,
	90%,
	94%,
	98% {
		transform: rotateY(90deg);
	}
	64%,
	68%,
	72%,
	76%,
	80%,
	84%,
	88%,
	92%,
	96%,
	100% {
		transform: rotateY(40deg);
	}
}
@keyframes butterfly-anim-2 {
	0%,
	60% {
		transform: rotateY(140deg);
	}
	62%,
	66%,
	70%,
	74%,
	78%,
	82%,
	86%,
	90%,
	94%,
	98% {
		transform: rotateY(90deg);
	}
	64%,
	68%,
	72%,
	76%,
	80%,
	84%,
	88%,
	92%,
	96%,
	100% {
		transform: rotateY(140deg);
	}
}

.butterfly,
.butterfly div {
	transform-style: preserve-3d;
	perspective: 500px;
}
.butterfly div,
.butterfly div div {
	width: 27%;
	height: auto;
	aspect-ratio: 50 / 80;
}
.butterfly img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.butterfly {
	animation: flying 15s linear infinite;
	position: absolute;
	top: 45%;
	left: 7%;
	width: calc(100% - 7%);
}
.butterfly div {
	position: relative;
	transform: rotateX(45deg);
}
.butterfly div div {
	position: absolute;
	transform-origin: 100% 50%;
	animation: 15s ease infinite;
}
.butterfly div div:nth-child(1) {
	animation-name: butterfly-anim-1;
}
.butterfly div div:nth-child(2) {
	animation-name: butterfly-anim-2;
}

@media screen and (max-width: 768px) {
	.butterfly div,
	.butterfly div div {
		width: 40%;
		max-width: 140px;
	}
	.butterfly {
		width: calc(100% + 120px);
	}
}

.mv-notes {
	width: 730px;
	height: 100px;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	justify-content: center;
	gap: 15px;
	position: absolute;
	bottom: -50px;
	left: 7.8%;
	padding: 20px 25px;
	background: #fefefe;
	border-radius: 10px;
	filter: drop-shadow(0px 0px 10px rgb(0 0 0 / 10%));
}
.mv-notes > p {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #e26464;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;
}
.mv-notes > p::before {
	content: "";
	width: 19px;
	height: auto;
	aspect-ratio: 1 / 1;
	background-image: url("../images/common/icon-note.svg");
	background-repeat: no-repeat;
	background-size: contain;
}

.mv-notes > div {
	width: 100%;
	display: flex;
	gap: 30px;
	align-items: center;
	justify-content: flex-start;
}
.mv-notes > div > a {
	width: auto;
	font-size: 16px;
	color: #47476d;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	transition: all ease 0.33s;
}
.mv-notes > div > a::before {
	content: "";
	width: 12px;
	height: auto;
	aspect-ratio: 12 / 10;
	background-image: url("../images/common/icon-arrow-right.svg");
	background-repeat: no-repeat;
	background-size: contain;
	flex-shrink: 0;
}
.mv-notes > div > a:hover {
	opacity: 0.6;
}

@media screen and (max-width: 1200px) {
	.mv-notes > p {
		font-size: 16px;
	}
	.mv-notes > div > a {
		font-size: 14px;
	}
}
@media screen and (max-width: 999px) {
	.mv-notes {
		max-width: 650px;
		margin: 0 auto;
	}
	.mv-notes > div {
		row-gap: 15px;
		column-gap: 20px;
	}
}
@media screen and (max-width: 768px) {
	.mv-notes {
		width: 90%;
		height: auto;
		gap: 25px;
		bottom: auto;
		top: calc(100% - 30px);
		max-width: 400px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.mv-notes > p {
		gap: 5px;
	}
	.mv-notes > p::before {
		width: 15px;
	}
	.mv-notes > div {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.mv-notes > div > a {
		width: 45%;
		flex-shrink: 0;
		gap: 8px;
		text-wrap: nowrap;
	}
}

/* ------ Concept------- */
.sec-top-concept {
	width: 100%;
	position: relative;
	padding: 0 5.2%;
	margin-bottom: 120px;
}
.top-concept-flex {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 30px;
	align-items: center;
	position: relative;
	padding: 0 3%;
}
.top-concept-txt-box {
	width: 100%;
	max-width: 750px;
	display: flex;
	flex-flow: column;
	gap: 80px;
	justify-content: flex-start;
	align-items: flex-start;
}
.top-concept-ttl {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 20px;
	justify-content: flex-start;
	align-items: flex-start;
	font-family: "Noto Sans JP", sans-serif;
}
.top-concept-ttl > span {
	width: 100%;
	font-size: 16px;
	font-weight: 500;
}
.top-concept-ttl > h2 {
	width: 100%;
	font-size: 50px;
	font-weight: 300;
	line-height: 1.5;
}
.top-concept-txt-box > p {
	width: 100%;
	font-size: 18px;
	line-height: 2;
	padding-top: 50px;
	position: relative;
}
.top-concept-txt-box > p::before {
	content: "";
	width: 30px;
	height: 1px;
	background: #fefefe;
	position: absolute;
	top: 0;
	left: 0;
}

.top-concept-img {
	width: 100%;
	height: auto;
	max-width: 637px;
	aspect-ratio: 637 / 625;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.top-concept-img > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.top-concept-flex > .btn-box {
	display: none;
}

@media screen and (max-width: 1700px) {
	.top-concept-img {
		max-width: 600px;
	}
}
@media screen and (max-width: 1400px) {
	.top-concept-img {
		max-width: 500px;
	}
}
@media screen and (max-width: 1200px) {
	.top-concept-txt-box {
		gap: 50px;
	}
	.top-concept-img {
		max-width: 400px;
	}
	.top-concept-ttl > h2 {
		font-size: 40px;
	}
}

@media screen and (max-width: 999px) {
	.sec-top-concept {
		margin-bottom: 57px;
	}
	.top-concept-flex {
		padding: 0;
		flex-flow: column;
		justify-content: flex-start;
		gap: 40px;
	}
	.top-concept-txt-box {
		gap: 50px;
	}
	.top-concept-txt-box > .btn-box {
		display: none;
	}
	.top-concept-flex > .btn-box {
		width: 100%;
		justify-content: flex-end;
	}
	.top-concept-ttl > h2 {
		font-size: 30px;
	}
	.top-concept-txt-box > p {
		font-size: 16px;
		padding-top: 30px;
	}

	.top-concept-img {
		max-width: 430px;
	}
}

/* ------ Guide ------ */
.sec-top-guide {
	width: 100%;
	position: relative;
	padding: 0 5.2%;
	padding-top: 200px;
	padding-bottom: 200px;
}
.sec-top-guide .sec-inner {
	position: relative;
	z-index: 10;
}
.bg-top-guide {
	width: 100%;
	height: calc(100% - 400px);
	position: absolute;
	z-index: 0;
	background: rgb(0 0 0 / 25%);
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
}
.bg-top-guide::before {
	content: "";
	width: 100%;
	height: 200px;
	position: absolute;
	top: -200px;
	left: 0;
	background: linear-gradient(0deg, rgb(0 0 0 / 25%), transparent);
}
.bg-top-guide::after {
	content: "";
	width: 100%;
	height: 200px;
	position: absolute;
	bottom: -200px;
	left: 0;
	background: linear-gradient(180deg, rgb(0 0 0 / 25%), transparent);
}

.top-guide-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 80px;
	position: relative;
}
.top-guide-flex {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 50px;
	position: relative;
}
.top-guide-list-wrapper {
	width: 100%;
	position: relative;
}
.top-guide-list {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 50px;
}

.top-guide-card {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-flow: column;
	justify-content: stretch;
	background: #fefefe;
	border-radius: 10px;
}
.top-guide-card > figure {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	aspect-ratio: 305 / 390;
	flex-shrink: 0;
}
.top-guide-card > figure > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all ease-in-out 0.4s;
}
.top-guide-card:hover > figure > img {
	transform: scale(1.05);
}
.top-guide-card-body {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	flex-flow: column;
	padding: 70px 20px 20px;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
}
.icon-guide-card {
	width: 80px;
	height: auto;
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ddd;
	border-radius: 999px;
	overflow: hidden;
	position: absolute;
	top: -40px;
	z-index: 10;
	background-image: url("../images/top/icon-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.icon-guide-card > img {
	width: 100%;
	height: 100%;
	max-width: 40px;
	max-height: 40px;
	object-fit: contain;
}

.top-guide-card-ttl {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 20px;
}
.top-guide-card-ttl > h4 {
	width: 100%;
	font-size: 20px;
	text-align: center;
	color: #3d83a5;
	letter-spacing: 0.1em;
	font-weight: 500;
}
.top-guide-card-ttl > p {
	width: 100%;
	font-size: 14px;
	line-height: 1.8;
	color: #47476d;
}

.top-guide-sub-list {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px;
}
.top-guide-sub-card {
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fefefe;
	border-radius: 10px;
	padding: 35px 50px;
	gap: 40px;
}
.top-guide-sub-card-body {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 30px;
}
.icon-guide-sub-card {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	width: 50px;
	height: auto;
	flex-shrink: 0;
	position: relative;
	aspect-ratio: 1 / 1;
}
.icon-guide-sub-card > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.top-guide-sub-card-ttl {
	font-size: 20px;
	color: #3d83a5;
	font-weight: 500;
	line-height: 1.5;
}

.icon-card-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	width: 50px;
	height: auto;
	flex-shrink: 0;
	border: 1px solid #3d83a5;
	border-radius: 999px;
	position: relative;
	aspect-ratio: 1 / 1;
	transition: all ease-in-out 0.4s;
}
.top-guide-card:hover .icon-card-arrow {
	background: #3d83a5;
}
.top-guide-sub-card:hover .icon-card-arrow {
	background: #3d83a5;
}
.icon-card-arrow::before {
	content: "";
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url("../images/common/icon-more-arrow-right-gr.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 8px;
	height: auto;
	aspect-ratio: 1 / 1;
	transition: all ease 0.33s;
	position: absolute;
}
.top-guide-card:hover .icon-card-arrow::before {
	background-image: url("../images/common/icon-more-arrow-right-wh.svg");
}
.top-guide-sub-card:hover .icon-card-arrow::before {
	background-image: url("../images/common/icon-more-arrow-right-wh.svg");
}

@media screen and (max-width: 1700px) {
	.sec-top-guide {
		padding: 0;
		padding-top: 45px;
		padding-bottom: 45px;
		margin-bottom: 55px;
	}

	.top-guide-cont {
		gap: 30px;
	}
	.top-guide-cont > .h2-box {
		padding-left: 10.2%;
	}
	.top-guide-list-wrapper {
		padding: 0 5.2%;
		padding-bottom: 20px;
		overflow-x: auto;
	}
	.top-guide-list {
		width: 1600px;
		gap: 25px;
	}
	.top-guide-sub-list {
		padding: 0 5.2%;
		gap: 30px;
	}

	.top-guide-sub-card {
		padding: 25px 20px;
		gap: 5px;
	}
}
@media screen and (max-width: 1600px) {
	.top-guide-sub-card-ttl {
		font-size: 16px;
		flex-shrink: 0;
	}
}
@media screen and (max-width: 1400px) {
	.top-guide-sub-card-ttl {
		font-size: 16px;
	}
	.icon-guide-sub-card {
		width: 32px;
	}
	.top-guide-sub-card-body {
		gap: 15px;
	}
}

@media screen and (max-width: 1200px) {
	.top-guide-sub-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 999px) {
	.top-guide-sub-list {
		grid-template-columns: repeat(1, 1fr);
	}
	.top-guide-sub-card-body {
		gap: 10px;
	}
	.top-guide-sub-card:last-of-type .top-guide-sub-card-ttl {
		letter-spacing: -0.1em;
	}
}

/* ------ News ------ */
.sec-top-news {
	width: 100%;
	position: relative;
	margin-bottom: 130px;
	padding: 0 5.2%;
}
.top-news-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 50px;
	position: relative;
}
.top-news-flex {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 50px;
	position: relative;
}
.top-news-list {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	justify-content: flex-start;
	margin-top: 30px;
}
.card-top-news {
	width: 100%;
	padding: 50px;
	border-bottom: 1px solid #fefefe;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 30px;
	transition: all ease 0.33s;
}
.card-top-news:first-of-type {
	border-top: 1px solid #fefefe;
}
.card-top-news:hover {
	opacity: 0.6;
}
.card-top-news > div {
	width: 270px;
	display: flex;
	align-items: center;
	gap: 27px;
	flex-shrink: 0;
}
.news-date {
	font-size: 16px;
	line-height: 1.8;
	flex-shrink: 0;
}
.news-cat {
	width: 150px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fefefe;
	color: #47476d;
	text-align: center;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 500;
	flex-shrink: 0;
	overflow: hidden;
	padding: 0 10px;
}
.news-ttl {
	width: 100%;
	line-height: 1.8;
	font-size: 16px;
}
.sec-top-news .btn-box {
	width: 100%;
	justify-content: flex-end;
}

@media screen and (max-width: 999px) {
	.sec-top-news {
		margin-bottom: 100px;
	}
	.top-news-cont {
		gap: 10px;
	}
	.top-news-list {
		margin-top: 0px;
	}
	.card-top-news {
		padding: 40px 20px;
		align-items: flex-start;
		flex-flow: column;
		gap: 25px;
	}
	.news-ttl {
		line-height: 1.6;
	}
	.sec-top-news .btn-box {
		margin-top: 30px;
	}
}

/* ------ Hospital ------ */
.sec-top-hospital {
	width: 100%;
	position: relative;
	margin-bottom: 225px;
	padding: 0 5.2%;
	background-image: url("../images/top/img-hospital.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
}
.top-hospital-cont {
	width: 100%;
	padding-top: 167px;
	padding-bottom: 180px;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	max-width: 630px;
	gap: 50px;
	position: relative;
}
.top-hospital-cont > h2 {
	font-size: 30px;
	line-height: 1.5;
}
.top-hospital-cont > p {
	font-size: 16px;
	line-height: 1.8;
}

.top-hospital-search-cont {
	width: 90%;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	bottom: -75px;
	z-index: 10;
	background: #fefefe;
	margin: 0 auto;
	max-width: 1620px;
	right: 0;
	left: 0;
	gap: 40px;
	padding: 45px 50px;
	border-radius: 10px;
}
.top-hospital-search-flex {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: flex-start;
	gap: 50px;
	max-width: 1160px;
}
.top-hospital-search-flex > h4 {
	font-size: 20px;
	color: #3d83a5;
	flex-shrink: 0;
	font-weight: 500;
}
.top-hospital-search-flex > p {
	padding-left: 50px;
	border-left: 1px solid #ddd;
	width: 100%;
	font-size: 14px;
	color: #47476d;
	line-height: 1.5;
}
.top-hospital-search-flex + a{
 background-color: #3d83a5;
 padding: 20px;
 border-radius: 30px;
 letter-spacing: 0.05rem;
 min-width: 276px;
}
@media screen and (max-width: 999px){
 .top-hospital-search-flex + a{
  width: 100%;
  text-align: center;
  font-size: 15px;
  padding: 15px 0px;
  letter-spacing: 0.09rem;
 }
}

.top-hospital-search-box {
	width: 100%;
	max-width: 650px;
	height: 60px;
	background: #efefef;
	border-radius: 5px;
	overflow: hidden;
}
.top-hospital-search-box form {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 35px;
	color: rgb(34 34 34 / 50%);
}
.top-hospital-search-box form input {
	width: 100%;
	background: none;
	border: none;
	outline: none;
}
.top-hospital-search-box form input:-webkit-autofill {
	-webkit-text-fill-color: rgb(34 34 34 / 50%) !important;
	background-color: transparent !important;
	-webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
	box-shadow: 0 0 0px 1000px transparent inset !important;
	transition: background-color 5000s ease-in-out 0s;
}
.top-hospital-search-box form input::placeholder {
	color: rgb(34 34 34 / 50%);
}

.btn-search-top-hospital {
	width: 80px;
	height: 100%;
	aspect-ratio: 80 / 60;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	cursor: pointer;
	flex-shrink: 0;
	background: #3d83a5;
	transition: all ease 0.33s;
}
.btn-search-top-hospital:hover {
	background: #05445f;
}
.btn-search-top-hospital img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	max-width: 30px;
}

@media screen and (max-width: 1600px) {
	.top-hospital-search-box {
		max-width: 450px;
	}
	.top-hospital-search-flex {
		gap: 30px;
	}
	.top-hospital-search-flex > p {
		padding-left: 30px;
	}
}
@media screen and (max-width: 1200px) {
	.top-hospital-search-flex > h4 {
		font-size: 16px;
	}
	.top-hospital-search-box {
		max-width: 400px;
	}
	.top-hospital-search-cont {
		gap: 30px;
		padding: 25px 30px;
	}
	.top-hospital-search-flex > p {
  font-size: 14px;
  line-height: 1.8;
	}
}
@media screen and (max-width: 999px) {
	.sec-top-hospital {
		margin-bottom: 50px;
		background: none;
		padding: 0;
	}
	.top-hospital-cont {
		width: 100%;
		height: auto;
		aspect-ratio: 3 / 2;
		padding: 0 5.2%;
		padding-top: 0;
		padding-bottom: 0;
		display: flex;
		flex-flow: column;
		align-items: flex-start;
		justify-content: center;
		max-width: none;
		gap: 30px;
		position: relative;
		margin-bottom: 155px;
		background-image: url("../images/top/img-hospital.png");
		background-position: bottom;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.top-hospital-cont > h2 {
		font-size: 23px;
	}
	.top-hospital-cont .btn-box {
		position: absolute;
		top: calc(100% + 10px);
		width: 100%;
		left: 0;
		justify-content: flex-end;
		padding: 0 5.2%;
	}
	.top-hospital-search-cont {
		width: 90%;
		height: auto;
		position: relative;
		bottom: auto;
		gap: 15px;
		padding: 35px 20px 25px;
		flex-flow: column;
	}
	.top-hospital-search-flex {
		align-items: flex-start;
		gap: 20px;
		flex-flow: column;
	}
	.top-hospital-search-flex > h4 {
		font-weight: 400;
		position: relative;
		padding-bottom: 20px;
	}
	.top-hospital-search-flex > h4::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 70px;
		height: 1px;
		background: #cccccc;
	}
	.top-hospital-search-flex > p {
		padding-left: 0px;
		border-left: none;
	}

	.top-hospital-search-box {
		height: 50px;
	}
	.top-hospital-search-box form {
		padding-left: 21px;
	}

	.btn-search-top-hospital {
		width: 64px;
		aspect-ratio: 64 / 48;
	}
	.btn-search-top-hospital img {
		max-width: 24px;
	}
	.top-hospital-search-box form input::placeholder {
		font-size: 12px;
	}
}
@media screen and (max-width: 768px) {
	.top-hospital-cont {
		aspect-ratio: 390 / 450;
		width: 100%;
		height: auto;
		padding: 0 5.2%;
		padding-top: 0px;
		padding-bottom: 26px;
		display: flex;
		flex-flow: column;
		align-items: flex-start;
		justify-content: flex-end;
		max-width: none;
		gap: 30px;
		position: relative;
		margin-bottom: 50px;
		background-image: url("../images/top/img-hospital-sp.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
}
@media screen and (max-width: 430px) {
	.top-hospital-cont {
		aspect-ratio: 390 / 638;
		background-position: bottom;
	}
}

/* ------- Interview ------ */
.sec-top-interview {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-left: 5.2%;
	margin-bottom: 152px;
}
.sec-top-interview .sec-inner {
	max-width: 1820px;
	margin: 0 0 0 auto;
}
.top-interview-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 50px;
	position: relative;
}
.top-interview-cont-heading {
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding-right: 5.5%;
	margin-bottom: 30px;
}
.top-slide-btn-box {
	width: 120px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	gap: 20px;
}
.top-interview-slider-area {
	width: 100%;
	position: relative;
}
.sec-top-interview .btn-box {
	width: 100%;
	padding-right: 5.5%;
	justify-content: flex-end;
}

.top-slide-btn-prev,
.top-slide-btn-next {
	cursor: pointer;
}
.top-slide-btn-prev:hover .btn-more-icon,
.top-slide-btn-next:hover .btn-more-icon {
	background: #fefefe;
}
.top-slide-btn-prev .btn-more-icon::before {
	transform: rotate(180deg);
}
.top-slide-btn-prev:hover .btn-more-icon::before,
.top-slide-btn-next:hover .btn-more-icon::before {
	background-image: url("../images/common/icon-more-arrow-right.svg");
}

.top-interview-slide-item {
	position: relative;
	overflow: hidden;
	font-family: "Noto Sans JP", sans-serif;
}
.top-interview-slide-item > a {
	position: relative;
	width: 100%;
	height: 100%;
	padding-right: 50px;
	padding-bottom: 65px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.top-interview-slide-item > a > figure {
	width: 100%;
	max-width: 450px;
	aspect-ratio: 450 / 250;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.top-interview-slide-item > a > figure > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top-interview-slide-item > a > div {
	position: absolute;
	z-index: 10;
	bottom: 0;
	right: 0;
	width: 100%;
	max-width: 350px;
	background: #fefefe;
	display: flex;
	justify-content: center;
	flex-flow: column;
	align-items: flex-start;
	min-height: 130px;
	border-radius: 10px;
	padding: 20px;
	overflow: hidden;
	gap: 17px;
}
.top-interview-slide-item > a > div > h3 {
	font-size: 18px;
	color: #3d83a5;
	line-height: 1.5;
	text-decoration: underline;
	text-underline-offset: 2px;
	font-weight: 500;
}
.top-interview-slide-item > a > div > div {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 30px;
	align-items: center;
}
.top-interview-slide-item > a > div > div > p {
	font-size: 14px;
	color: #47476d;
	flex-shrink: 0;
	font-weight: 500;
}
.top-interview-slide-item > a > div > div > span {
	font-size: 13px;
	color: #888888;
	flex-shrink: 0;
}

@media screen and (max-width: 999px) {
	.sec-top-interview {
		padding-left: 0;
		margin-bottom: 100px;
	}
	.top-interview-cont {
		gap: 30px;
	}
	.top-interview-cont-heading {
		padding-right: 5.2%;
		margin-bottom: 0px;
	}
	.sec-top-interview .btn-box {
		padding-right: 5.2%;
	}

	.top-interview-slide-item > a {
		padding-right: 0px;
		padding-bottom: 60px;
	}
	.top-interview-slide-item > a > figure {
		max-width: none;
	}
	.top-interview-slide-item > a > div {
		max-width: 270px;
		min-height: 105px;
		padding: 15px 25px 20px;
		gap: 13px;
		margin: 0 auto;
		left: 0;
	}
	.top-interview-slide-item > a > div > h3 {
		font-size: 14px;
	}
	.top-interview-slide-item > a > div > div > p {
		font-size: 10px;
	}
	.top-interview-slide-item > a > div > div > span {
		font-size: 10px;
	}
}

/* ------ Hospital info ------- */
.sec-top-hospital-info {
	width: 100%;
	position: relative;
	padding: 0 5.2%;
	margin-bottom: 100px;
	overflow: hidden;
}
.top-hospital-info-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 50px;
	position: relative;
}
.top-hospital-info-item {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 60px;
	padding-bottom: 50px;
	border-bottom: 1px solid #fefefe;
}
.top-hospital-info-item:last-of-type {
	padding-bottom: 0px;
	border-bottom: none;
}

.top-hospital-img-box {
	position: relative;
	width: 100%;
	max-width: 830px;
	padding-right: 100px;
	padding-bottom: 50px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-shrink: 0;
}
.top-hospital-img-box > figure {
	width: 100%;
	max-width: 730px;
	aspect-ratio: 730 / 250;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.top-hospital-img-box > figure > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top-hospital-address-box {
	position: absolute;
	z-index: 10;
	bottom: 0;
	right: 0;
	width: 100%;
	max-width: 335px;
	background: #fefefe;
	display: flex;
	justify-content: center;
	flex-flow: column;
	align-items: flex-start;
	min-height: 150px;
	border-radius: 10px;
	padding: 30px;
	overflow: hidden;
 gap: 10px;
}
.top-hospital-address-box > h3 {
	font-size: 24px;
	color: #3d83a5;
	line-height: 1.5;
	font-weight: 500;
}
.top-hospital-address-box > h3 > span {
	font-size: 16px;
	line-height: 1;
}
.top-hospital-address-box > p {
	font-size: 14px;
	color: #47476d;
	flex-shrink: 0;
	font-weight: 500;
	line-height: 1.5;
}

.top-hospital-contact-box {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 30px;
	position: relative;
	padding-top: 35px;
}
.top-hospital-info-item:nth-of-type(2) .top-hospital-contact-box {
	padding-top: 70px;
}
.top-hospital-contact-item {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: flex-start;
}
.top-hospital-contact-item > span {
	width: 180px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fefefe;
	border-radius: 999px;
	color: #47476d;
	font-size: 14px;
	text-align: center;
	flex-shrink: 0;
	letter-spacing: 0;
}
.hospital-tel-box,
.hospital-email-box {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: flex-start;
}
.btn-hospital-tel,
.btn-hospital-email {
	width: auto;
	max-width: 240px;
	display: flex;
	align-items: center;
	gap: 15px;
	justify-content: flex-start;
	flex-shrink: 0;
}
.btn-hospital-tel > figure,
.btn-hospital-email > figure {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	width: 40px;
	height: auto;
	flex-shrink: 0;
	border: 1px solid #fefefe;
	border-radius: 999px;
	position: relative;
	aspect-ratio: 1 / 1;
	flex-shrink: 0;
}

.btn-hospital-tel > figure > img,
.btn-hospital-email > figure > img {
	width: 100%;
	height: 100%;
	max-width: 20px;
	max-height: 16px;
	object-fit: contain;
}
.btn-hospital-tel > p {
	width: 100%;
	font-size: 28px;
	letter-spacing: 0;
	flex-shrink: 0;
}
.btn-hospital-email > p {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	flex-shrink: 0;
}
.hospital-info-note {
	font-size: 16px;
}

@media screen and (max-width: 1800px) {
	.top-hospital-img-box {
		max-width: 730px;
	}
}
@media screen and (max-width: 1600px) {
	.top-hospital-img-box {
		max-width: 600px;
		padding-right: 60px;
		padding-bottom: 90px;
	}
	.top-hospital-contact-item > span {
		width: 160px;
	}
	.top-hospital-info-item {
		gap: 40px;
	}
	.top-hospital-address-box {
		padding: 20px;
	}
}
@media screen and (max-width: 1400px) {
	.hospital-tel-box,
	.hospital-email-box {
		max-width: 220px;
		flex-flow: column;
		gap: 10px;
	}
	.btn-hospital-tel,
	.btn-hospital-email {
		gap: 10px;
	}
	.btn-hospital-tel > figure,
	.btn-hospital-email > figure {
		width: 30px;
	}

	.btn-hospital-tel > figure > img,
	.btn-hospital-email > figure > img {
		max-width: 15px;
		max-height: 12px;
	}
	.btn-hospital-tel > p {
		font-size: 24px;
	}
	.btn-hospital-email > p {
		font-size: 18px;
	}
	.hospital-info-note {
		font-size: 14px;
	}
	.hospital-email-box .hospital-info-note {
		font-size: 11px;
		text-wrap: nowrap;
	}
}
@media screen and (max-width: 1200px) {
	.top-hospital-img-box {
		max-width: 530px;
	}
}
@media screen and (max-width: 1100px) {
	.top-hospital-img-box {
		max-width: 500px;
	}
}
@media screen and (max-width: 999px) {
	.sec-top-hospital-info {
		margin-bottom: 50px;
	}
	.top-hospital-info-cont {
		flex-flow: row;
		gap: 30px;
	}
	.top-hospital-info-item {
		justify-content: flex-start;
		gap: 50px;
		padding-bottom: 0;
		border-bottom: none;
		flex-flow: column;
	}
	.top-hospital-img-box {
		padding-right: 0;
		padding-bottom: 0;
		margin-bottom: 60px;
	}
	.top-hospital-img-box > figure {
		aspect-ratio: 350 / 250;
		border-radius: 10px;
	}
	.top-hospital-address-box {
		width: 88.6%;
		min-height: 120px;
		border-radius: 10px;
		padding: 0 25px;
		overflow: hidden;
		gap: 10px;
		bottom: auto;
		left: 0;
		margin: 0 auto;
		top: calc(100% - 60px);
	}
	.top-hospital-address-box > h3 {
		font-size: 23px;
		font-weight: 400;
		line-height: 1;
	}
	.top-hospital-address-box > h3 > span {
		font-size: 14px;
		margin-bottom: 10px;
		display: inline-block;
	}
	.top-hospital-address-box > p {
		font-size: 15px;
		font-weight: 400;
  line-height: 1.7;
	}

	.top-hospital-contact-box {
		margin: 0 auto;
		width: 90%;
		gap: 20px;
		padding-top: 0px;
		max-width: 500px;
	}
	.top-hospital-info-item:nth-of-type(2) .top-hospital-contact-box {
		padding-top: 0px;
	}
	.top-hospital-contact-item > span {
		width: 90px;
		height: 70px;
		background: #11445e;
		border-radius: 10px;
		color: #fefefe;
		font-size: 14px;
		letter-spacing: 0;
		line-height: 1.4;
	}
}

@media screen and (max-width: 768px) {
	.top-hospital-info-cont {
		flex-flow: column;
		gap: 50px;
	}
	.top-hospital-info-item {
		align-items: center;
	}
	.top-hospital-contact-item {
  justify-content: left;
	}
}
/*---------------------------------------*/
/*
.sec-top-concept {
	margin-top: -200px;
}
*/

/*---------------------------------------*/
@media screen and (max-width: 896px) {
	.pc {
		display: none;
	}
}

@media screen and (min-width: 1500px) {
	.popup-container {
		left: 77%;
	}
}