@charset "UTF-8";

/*================================================
 *  臨床研修医募集サイト　／　TOPページ用
 ================================================*/

/*******共通タイトル*******/
section .title_box {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 148rem;
	padding: 16rem 0 8rem;
	margin: 0 auto;
}
section .title_box .unit_txt {
	font-size: 2rem;
	line-height: 1.75;
	margin-bottom: -0.375em;
	width: 78rem;
}






/*******共通見出し*******/
[class*="title_res_top"] {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.title_res_top_center {
	align-items: center;
}
[class*="title_res_top"] > em {
	font-size: 2.8rem;
	font-weight: 600;
}
.title_res_top > em {
	margin-left: 0.22em;
}
[class*="title_res_top"] > span {
	font-size: 9.8rem;
	font-weight: 600;
	letter-spacing: 0.04em;
}
[class*="title_res_top"] > em + span {
	margin-top: 0.28em;
}






/*******グラデ背景*******/
article .bg_top_grad::before {
	background : linear-gradient(180deg, rgba(29, 121, 208, 0.1) 0%, rgba(29, 121, 208, 0.01) 85.83%, rgba(29, 121, 208, 0) 99.95%);
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	height: calc(100% - 37rem);
	z-index: -1;
}






/*******メインエリア*******/
section#main_area {
	max-width: 190rem;
	width: 100%;
	margin: 0 auto;
	padding: 0 11rem;
}
section#main_area .inner  #main_slider {
	width: 100%;
	height: 65.2rem;
	margin: 0 auto;
}

section#main_area .inner h1 {
	position: absolute;
	bottom: 16rem;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 5;
}
section#main_area .inner h1 img {
	width: 77.5rem;
	height: auto;
}


/*波線*/
section#main_area .inner #canvas_wave {
	position: absolute;
	bottom: 19rem;
	left: 50%;
	transform: translateX(-50%);
	height: 20rem;
	width: 100vw;
	z-index: 2;
}



/*ボタン*/
section#main_area .btn_list {
	position: relative;
	margin-top: -9rem;
	z-index: 10;
}
section#main_area .btn_list li {
	width: 55rem;
}
section#main_area .btn_list li a {
	border-width: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 18rem;
	position: relative;
}

section#main_area .btn_list li a em {
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
}
section#main_area .btn_list li a em span {
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	margin-top: 1em;
}
section#main_area .btn_list li a [class*="icon-"] {
	position: absolute;
	top: 50%;
	right: 6rem;
	transform: translateY(-50%);
	font-size: 4rem;
}
section#main_area .btn_list li a [class*="icon-"]::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	background-color: #fff;
	border-radius: 50%;
	z-index: -1;
}
section#main_area .btn_list li a:not(:hover) [class*="icon-"] {
	color: currentColor;
}





/*スクロール*/
section#main_area .scroll {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	right: 0;
	bottom: 0;
	width: 11rem;
	height: 29rem;
}
section#main_area .scroll span {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	writing-mode: vertical-rl;
}
section#main_area .scroll div {
	width: 1px;
	height: 20rem;
	overflow: hidden;
	position: relative;
}
section#main_area .scroll div::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 1px;
	height: 120%;
	background-color: currentColor;
	animation: 3s cubic-bezier(0.8, 0, 0.1, 1) infinite scrollAnimeY;
}













/*******新着情報*******/
section#news_area {
	padding-left: 2rem;
	margin-top: 12rem;
}

section#news_area .unit_title .title_res_top > span {
	font-size: 7.6rem;
	letter-spacing: -0.04em;
}

section#news_area .unit_title .btn_more {
	font-size: 2rem;
	font-weight: 700;
	margin-top: 4.5rem;
}
section#news_area .unit_title .btn_more em {
	margin-right: 1.1em;
}
section#news_area .unit_title .btn_more [class*="icon-"] {
	font-size: 5rem;
}


section#news_area .news {
	height: 22rem;
	width: 78rem;
	font-size: 2rem;
}

section#news_area .news ul li,
section#news_area .news ul li a,
section#news_area .news ul li .date_icon {
	display: flex;
	align-items: flex-start;
}
section#news_area .news ul li {
	line-height: 1.75;
	padding: 1em 0;
}
section#news_area .news ul li:first-of-type {
	padding-top: 0;
}
section#news_area .news ul li .date_icon {
	justify-content: space-between;
	align-items: center;
	flex-shrink: 0;
	font-size: 1.8rem;
	width: 22.5rem;
	margin-right: 2rem;
}
section#news_area .news ul li .date_icon img {
	height: 2.6rem;
	width: auto;
}
section#news_area .news ul li span {
	letter-spacing: 0.08em;
	flex-shrink: 0;
}
section#news_area .news ul li .date_icon > span,
section#news_area .news ul li p {
	margin-top: -0.09em;
}







/*******OUR POSITION*******/
section#position_area {
	margin-top: 12rem;
	min-height: 74rem;
}

section#position_area [class*="deco_box"] img {
	position: absolute;
	isolation: isolate;
	height: auto;
}


@media screen and (min-width: 800.1px) {
	section#position_area [class*="deco_box"] {
		position: absolute;
		top: 0;
		height: 74rem;
	}
	section#position_area .deco_box01 {
		left: 50%;
		margin-left: 42.5rem;
		width: 52.5rem;
	}
	section#position_area .deco_box02 {
		right: 50%;
		margin-right: 40rem;
		width: 55rem;
	}
	
	section#position_area [class*="deco_box"] img {
		border-radius: 1rem;
	}
	
	section#position_area .deco_box01 .deco01 {
		top: 0;
		left: 5.5rem;
		width: 34rem;
	}
	section#position_area .deco_box01 .deco02 {
		top: 30rem;
		right: 0;
		width: 34rem;
	}
	section#position_area .deco_box01 .deco03 {
		left: 0;
		bottom: 0;
		width: 27rem;
	}
	
	section#position_area .deco_box02 .deco04 {
		top: 0;
		right: 4rem;
		width: 32rem;
	}
	section#position_area .deco_box02 .deco05 {
		top: 31rem;
		left: 0;
		width: 39rem;
	}
	section#position_area .deco_box02 .deco06 {
		right: 0;
		bottom: 0;
		width: 22.5rem;
	}
}


section#position_area .inner {
	padding-top: 7.5rem;
}
section#position_area .inner h2 {
	text-align: center;
	margin-bottom: 7rem;
}
section#position_area .inner h2 > span {
	display: block;
	font-size: 2.2rem;
	font-weight: 600;
	letter-spacing: 0.2em;
}
section#position_area .inner h2 img {
	display: block;
	width: 72.9rem;
	margin: 5rem auto 0;
}

















/*******当院の特色*******/
section#features_area {
	padding: 4.5rem 2rem 35rem;
}

@media screen and (min-width: 800.1px) {
	section#features_area .bg_box {
		left: 50%;
		transform: translateX(-50%);
		min-width: 190rem;
	}
}
section#features_area .bg_box {
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
section#features_area .bg_box::after {
	background : linear-gradient(0deg, rgba(0, 160, 255, 0.2) 0%, rgba(0, 160, 255, 0) 100%);
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 230rem;
	z-index: -2;
}
section#features_area .bg_box img {
	position: absolute;
	bottom: 0;
	left: 0;
	height: auto;
}

section#features_area #features_slider {
	margin-top: 9rem;
}
@media screen and (min-width: 800.1px) {
	section#features_area #features_slider .swiper-wrapper {
		flex-wrap: wrap;
		justify-content: center;
		gap: 0 0.8rem;
	}
}
section#features_area #features_slider .swiper-slide {
	height: auto;
	max-width: 39.4rem;
	width: calc((100% - 0.8rem * 4) / 4);
}
section#features_area #features_slider .swiper-slide a {
	display: block;
	height: 100%;
}
section#features_area #features_slider .swiper-slide figure {
	position: relative;
	padding-top: 2.2rem;
	display: flex;
	flex-direction: column;
	height: 100%;
}
section#features_area #features_slider .swiper-slide figure > .num {
	position: absolute;
	top: 0;
	left: 2.2rem;
	font-size: 8.4rem;
	font-weight: 300;
	font-style: italic;
	z-index: 5;
}
section#features_area #features_slider .swiper-slide figure .thumb {
	height: 24rem;
}
section#features_area #features_slider .swiper-slide figure figcaption {
	flex-grow: 1;
	background-color: #fff;
	padding: 3rem 8.5rem 3.5rem 8.8%;
	position: relative;
}
section#features_area #features_slider .swiper-slide figure figcaption h4 {
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.08em;
	margin: 0 -2em 0.4em 0;
}
@media screen and (max-width: 1600px) {
	section#features_area #features_slider .swiper-slide figure figcaption h4 {
		font-size: 1.8vw;
	}
}
section#features_area #features_slider .swiper-slide figure figcaption > [class*="icon-"] {
	position: absolute;
	bottom: 2.5rem;
	right: 2.5rem;
	font-size: 5rem;
}












/*******研修プログラム*******/
section#program_area .program_list {
	padding: 0 3rem;
}
section#program_area .program_list > [class*="unit_"] {
	max-width: 83rem;
	width: 50%;
}
section#program_area .program_list > [class*="unit_"] a {
	display: block;
}
section#program_area .program_list > [class*="unit_"] a figure {
	position: relative;
	padding-bottom: 8rem;
}
section#program_area .program_list > [class*="unit_"] a figure figcaption {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 0 8rem 0 4.5rem;
	height: 15rem;
	z-index: 5;
}
section#program_area .program_list > [class*="unit_"] a figure figcaption::after {
	position: absolute;
	content: '';
	bottom: 2px;
	left: 0;
	transform: translateY(100%);
	background-color: currentColor;
	border-bottom-right-radius: 1rem;
	width: 45.5rem;
	height: 4.2rem;
	z-index: -1;
}
section#program_area .program_list > [class*="unit_"] a figure figcaption h3 {
	padding-top: 4rem;
}
section#program_area .program_list > [class*="unit_"] a figure figcaption h3 img {
	width: auto;
	height: 12.2rem;
}
section#program_area .program_list > [class*="unit_"] a figure figcaption > [class*="icon-"] {
	font-size: 7rem;
	align-self: center;
	position: relative;
}
section#program_area .program_list > [class*="unit_"] a figure figcaption > [class*="icon-"]::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
	border-radius: 50%;
	height: calc(100% - 2px);
	width: calc(100% - 2px);
	z-index: -1;
}

section#program_area .program_list > [class*="unit_"] a figure .thumb {
	overflow: hidden;
	height: 46.6rem;
	width: 68rem;
	margin: 0 auto;
	position: relative;
}
section#program_area .program_list > [class*="unit_"] a figure .thumb h4 {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 5;
}
section#program_area .program_list > [class*="unit_"] a figure .thumb h4 img {
	width: 10rem;
	height: auto;
}
section#program_area .program_list > [class*="unit_"] a:hover figure .thumb h4 img {
	transform: none;
}










/*******先輩インタビュー*******/











/*******病院見学*******/
section#tour_area {
	margin-top: 22rem;
	padding-bottom: 5.5rem;
}
section#tour_area a {
	display: block;
}
section#tour_area .inner {
	background-color: #fff;
	border: 0.4rem solid var(--color-res-main);
	display: block;
	padding: 6.5rem 0 4rem;
}
section#tour_area .inner h3 {
	font-size: 4.6rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.08em;
	text-align: center;
	margin: 1em 0 0.2em;
}


section#tour_area .inner .unit_txt .btn_more {
	font-size: 2.2rem;
	font-weight: 600;
	margin-top: 4rem;
}
section#tour_area .inner .unit_txt .btn_more em {
	margin-right: 1.1em;
}
section#tour_area a:hover .inner .unit_txt .btn_more em {
	color: var(--color-res-main);
}
section#tour_area .inner .unit_txt .btn_more [class*="icon-"] {
	font-size: 7rem;
}



/*デコ*/
section#tour_area .inner .deco_list .inr ul li img {
	isolation: isolate;
	height: auto;
}
@media screen and (min-width: 800.1px) {
	section#tour_area .inner .deco_list .inr ul li {
		position: absolute;
	}
	section#tour_area .inner .deco_list .inr ul li img {
		border-radius: 1rem;
		width: 100%;
	}
	section#tour_area .inner .deco_list .inr ul li.deco01 {
		top: -7.5rem;
		left: -15.5rem;
		width: 31rem;
	}
	section#tour_area .inner .deco_list .inr ul li.deco02 {
		bottom: -5.5rem;
		left: -11.5rem;
		width: 32rem;
		animation-delay: 0.6s;
	}
	section#tour_area .inner .deco_list .inr ul li.deco03 {
		bottom: -6rem;
		right: -9.5rem;
		width: 26rem;
		animation-delay: 0.9s;
	}
	section#tour_area .inner .deco_list .inr ul li.deco04 {
		top: -6rem;
		right: -15.5rem;
		width: 36rem;
		animation-delay: 0.3s;
	}
}














/*******指導医メッセージ*******/
section#message_area .link_message {
	display: block;
	width: 136rem;
	margin: 0 auto;
}
section#message_area .link_message figure {
	display: flex;
	flex-direction: row-reverse;
	position: relative;
}
section#message_area .link_message figure .thumb {
	height: 56rem;
	width: 88rem;
	flex-shrink: 0;
}
section#message_area .link_message figure figcaption {
	padding: 4rem 0 0 9rem;
	position: relative;
	z-index: 5;
	flex-grow: 1;
}
section#message_area .link_message figure figcaption h3 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-size: 4.2rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	transition-delay: 0.5s;
	margin-right: -30rem;
}
section#message_area .link_message figure figcaption h3 em {
	background-color: #fff;
	padding: 0.523em;
	padding-right: 0.423em;
}
section#message_area .link_message figure figcaption h3 em + em {
	margin-top: -0.21em;
}
section#message_area .link_message figure figcaption .inr {
	animation-delay: 1.2s;
	padding: 6rem 0 0 4rem;
}
section#message_area .link_message figure figcaption .inr h4 > span {
	display: block;
	font-size: 1.8rem;
	font-weight: 600;
}
section#message_area .link_message figure figcaption .inr h4 > em {
	display: block;
	font-size: 3.6rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	margin-top: 0.4em;
}

section#message_area .link_message figure figcaption .inr .btn_more {
	font-size: 2.2rem;
	font-weight: 600;
	margin-top: 4.5rem;
}
section#message_area .link_message figure figcaption .inr .btn_more em {
	margin-right: 1.1em;
}
section#message_area .link_message:hover figure figcaption .inr .btn_more em {
	color: var(--color-res-main);
}
section#message_area .link_message figure figcaption .inr .btn_more [class*="icon-"] {
	font-size: 7rem;
}










/*******福利厚生*******/
section#benefits_area {
	margin: 16rem auto 0;
	padding: 0 3rem 0;
}
section#benefits_area .inner {
	border-radius: 1rem;
	overflow: hidden;
	isolation: isolate;
	max-width: 160rem;
	margin: 0 auto;
	padding: 7.5rem 0 5.5rem;
	min-height: 74rem;
	width: 100%;
}

section#benefits_area .inner .unit_txt {
	z-index: 10;
}
section#benefits_area .inner .unit_txt h3 {
	font-size: 3rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: center;
	margin-top: 3.5rem;
}

section#benefits_area .inner .unit_txt .point_list {
	display: flex;
	justify-content: center;
	gap: 0 2rem;
	margin-top: 2rem;
}
section#benefits_area .inner .unit_txt .point_list li {
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.5;
	height: 22rem;
	width: 22rem;
}


section#benefits_area .inner .unit_txt .btn_more {
	font-size: 2.2rem;
	font-weight: 700;
	margin-top: 4rem;
}
section#benefits_area .inner .unit_txt .btn_more em {
	margin-right: 1.3em;
}
section#benefits_area .inner .unit_txt .btn_more [class*="icon-"] {
	font-size: 7rem;
}





/*ループスライダー*/
section#benefits_area .inner [class*="loop_slider"] {
	position: absolute;
	top: 0;
	width: 43rem;
	z-index: 0;
}
section#benefits_area .inner .loop_slider_left {
	left: -2rem;
}
section#benefits_area .inner .loop_slider_right {
	right: -2rem;
}
@media screen and (min-width: 800.1px) {
	section#benefits_area .inner [class*="loop_slider"] .inr,
	section#benefits_area .inner [class*="loop_slider"] .inr ul {
		flex-direction: column-reverse;
	}
}
section#benefits_area .inner [class*="loop_slider"] .inr {
	display: flex;
	overflow: hidden;
	height: 100%;
	white-space: nowrap;
}
section#benefits_area .inner [class*="loop_slider"] .inr ul {
	display: flex;
	animation: slideLoopV 20s infinite linear;
}
section#benefits_area .inner .loop_slider_right .inr ul {
	animation: slideLoopVR 20s infinite linear;
}
section#benefits_area .inner [class*="loop_slider"] .inr ul li {
	width: 100%;
	margin: 2rem auto;
}
section#benefits_area .inner [class*="loop_slider"] .inr ul li img {
	border-radius: 1rem;
	isolation: isolate;
	width: 100%;
}

















/*================================================================================================
 *  スマートフォン向けデザイン
 ================================================================================================*/
@media screen and (max-width: 800px) {

.article_contents {
	padding-top: 0!important;
}







/*******共通タイトル*******/
section .title_box {
	display: block;
	padding: 22vw 6.5vw 8vw 5vw;
	width: 100%;
}
section .title_box .unit_txt {
	font-size: 4vw;
	width: 80vw;
	margin: 7vw 0 0 auto;
}






/*******共通見出し*******/
[class*="title_res_top"] > em {
	font-size: 4.5vw;
}
[class*="title_res_top"] > span {
	font-size: 13vw;
}
[class*="title_res_top"] > em + span {
	margin-top: 4vw;
}












/*******メインエリア*******/
section#main_area {
	max-width: inherit;
	padding: 3.3vw 4vw 0;
}
section#main_area .inner  #main_slider {
	height: 115.3vw;
}

section#main_area .inner h1 {
	bottom: 18vw;
}
section#main_area .inner h1 img {
	width: 70vw;
}


/*波線*/
section#main_area .inner #canvas_wave {
	bottom: 24vw;
	height: 30vw;
}



/*ボタン*/
section#main_area .btn_list {
	margin-top: -8vw;
}
section#main_area .btn_list li {
	width: 100%;
}
section#main_area .btn_list li a {
	justify-content: flex-start;
	height: 22.6vw;
}

section#main_area .btn_list li a em {
	font-size: 5.6vw;
	text-align: left;
	padding-left: 7.5vw;
}
section#main_area .btn_list li a em span {
	font-size: 3vw;
	margin-left: 0.2em;
}
section#main_area .btn_list li a [class*="icon-"] {
	right: 1em;
	font-size: 6.6vw;
}
section#main_area .btn_list li a [class*="icon-"]::after {
	width: calc(100% - 1px);
	height: calc(100% - 1px);
}





/*スクロール*/
section#main_area .scroll {
	display: none;
}














/*******新着情報*******/
section#news_area {
	margin-top: 18vw;
	padding: 0;
}
section#news_area .unit_title {
	padding: 0;
}
section#news_area .unit_title {
	display: flex;
	justify-content: space-between;
	align-items: end;
}
section#news_area .unit_title .title_res_top > span {
	font-size: 11.4vw;
}

section#news_area .unit_title .btn_more {
	font-size: 3.6vw;
	margin: 0;
}
section#news_area .unit_title .btn_more [class*="icon-"] {
	font-size: 8.3vw;
}


section#news_area .news {
	height: 67vw;
	width: 100%;
	font-size: 4vw;
	margin-top: 8vw;
}
section#news_area .news.no_scroll {
	height: auto;
}
section#news_area .news ul li,
section#news_area .news ul li a {
	display: block;
}
section#news_area .news ul li {
	padding: 3.5vw 0 3.5vw 6vw;
}
section#news_area .news ul li .date_icon {
	font-size: 3.7vw;
	width: 47vw;
	margin: 0 0 2.5vw;
}
section#news_area .news ul li .date_icon img {
	height: 5.3vw;
}






/*******OUR POSITION*******/
section#position_area {
	margin-top: 18vw;
	min-height: inherit;
}

section#position_area [class*="deco_box"] {
	height: 42vw;
	width: 96vw;
	position: relative;
}
section#position_area [class*="deco_box"] img {
	border-radius: 1.3vw;
}
section#position_area .deco_box01 .deco01 {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	top: 5vw;
	left: 0;
	width: 38vw;
}
section#position_area .deco_box01 .deco02 {
	top: 0;
	left: 45vw;
	width: 27vw;
	z-index: 2;
}
section#position_area .deco_box01 .deco03 {
	right: 0;
	bottom: 0;
	width: 33.8vw;
}

section#position_area .deco_box02 {
	margin-left: auto;
}
section#position_area .deco_box02 .deco04 {
	top: 4.5vw;
	left: 0;
	width: 31.7vw;
}
section#position_area .deco_box02 .deco05 {
	bottom: 0;
	right: 20vw;
	width: 38.6vw;
}
section#position_area .deco_box02 .deco06 {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	top: 0;
	right: 0;
	width: 28vw;
}

section#position_area .inner {
	padding: 10vw 0 2vw;
}
section#position_area .inner h2 {
	margin-bottom: 10vw;
}
section#position_area .inner h2 > span {
	font-size: 4.2vw;
}
section#position_area .inner h2 img {
	width: 86vw;
	margin-top: 9vw;
}


































/*******当院の特色*******/
section#features_area {
	padding: 21vw -0px 50vw;
}

section#features_area .bg_box {
	left: 0;
}
section#features_area .bg_box::after {
	height: 390vw;
}

section#features_area #features_slider {
	margin-top: 10vw;
}
section#features_area #features_slider .swiper-slide {
	max-width: inherit;
	width: 82.6vw;
	padding: 0 1.3vw;
}
section#features_area #features_slider .swiper-slide figure {
	padding-top: 4vw;
}
section#features_area #features_slider .swiper-slide figure > .num {
	left: 4.5vw;
	font-size: 17vw;
}
section#features_area #features_slider .swiper-slide figure .thumb {
	height: 49vw;
}
section#features_area #features_slider .swiper-slide figure figcaption {
	padding: 6vw 17vw 7vw 7vw;
}
section#features_area #features_slider .swiper-slide figure figcaption h4 {
	font-size: 6vw;
}
section#features_area #features_slider .swiper-slide figure figcaption > [class*="icon-"] {
	bottom: 5vw;
	right: 5vw;
	font-size: 10vw;
}











/*******研修プログラム*******/
section#program_area .program_list {
	padding: 0;
}
section#program_area .program_list > [class*="unit_"] {
	max-width: inherit;
	width: 100%;
}
section#program_area .program_list > [class*="unit_"] a figure {
	padding-bottom: 9vw;
}
section#program_area .program_list > [class*="unit_"] a figure figcaption {
	padding: 0  6.6vw 0 4.6vw;
	height: 20vw;
}
section#program_area .program_list > [class*="unit_"] a figure figcaption::after {
	bottom: 1px;
	width: 60vw;
	height: 6vw;
}
section#program_area .program_list > [class*="unit_"] a figure figcaption h3 {
	padding-top: 6vw;
}
section#program_area .program_list > [class*="unit_"] a figure figcaption h3 img {
	height: 16.1vw;
}
section#program_area .program_list > [class*="unit_"] a figure figcaption > [class*="icon-"] {
	font-size: 9.5vw
}


section#program_area .program_list > [class*="unit_"] a figure .thumb {
	height: 69.3vw;
	width: 86vw;
}
section#program_area .program_list > [class*="unit_"] a figure .thumb h4 img {
	width: 17vw;
}








	
	
	
	
	

/*******先輩インタビュー*******/















/*******病院見学*******/
section#tour_area {
	margin-top: 20vw;
	padding-bottom: 0;
}
section#tour_area .inner {
	border-width: 1vw;
	padding: 10vw 0 7vw;
}
section#tour_area .inner h3 {
	font-size: 6.4vw;
	margin-bottom: 0;
}

section#tour_area .inner .unit_txt {
	width: 76vw;
	margin: 7.5vw auto 0;
}
section#tour_area .inner .unit_txt .btn_more {
	font-size: 4vw;
	margin-top: 6vw;
}
section#tour_area .inner .unit_txt .btn_more [class*="icon-"] {
	font-size: 10.6vw;
}


/*デコ*/
section#tour_area .inner .deco_list {
	margin-top: 5vw;
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
	position: relative;
}
section#tour_area .inner .deco_list .inr {
	display: flex;
	overflow: hidden;
	height: 100%;
	white-space: nowrap;
}
section#tour_area .inner .deco_list .inr ul {
	display: flex;
	animation: slideLoop01 40s -20s infinite linear;
}
section#tour_area .inner .deco_list .inr ul:nth-of-type(even) {
	animation: slideLoop02 40s infinite linear;
}
section#tour_area .inner .deco_list .inr ul li {
	width: 42.5vw;
	animation: none!important;
	opacity: 1!important;
}
section#tour_area .inner .deco_list .inr ul li img {
	border-radius: 1.3vw;
	display: block;
	width: 39vw;
	height: auto;
	margin: 0 auto;
}










/*******指導医メッセージ*******/
section#message_area .link_message {
	width: 100%;
}
section#message_area .link_message figure {
	display: block;
}
section#message_area .link_message figure .thumb {
	height: 74.6vw;
	width: 93vw;
	margin-left: auto;
}
section#message_area .link_message figure figcaption {
	padding: 14vw 6.6vw 0 12vw;
}
section#message_area .link_message figure figcaption h3 {
	position: absolute;
	top: -27vw;
	left: 4vw;
	font-size: 6.1vw;
	margin: 0;
}

section#message_area .link_message figure figcaption .inr {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 0;
}
section#message_area .link_message figure figcaption .inr h4 > span {
	font-size: 3.2vw;
}
section#message_area .link_message figure figcaption .inr h4 > em {
	font-size: 7.2vw;
}

section#message_area .link_message figure figcaption .inr .btn_more {
	font-size: 4vw;
	margin: 0;
}
section#message_area .link_message figure figcaption .inr .btn_more [class*="icon-"] {
	font-size: 10.6vw;
}
















/*******福利厚生*******/
section#benefits_area {
	margin-top: 24vw;
	padding: 0;
}
section#benefits_area .inner {
	border-radius: 2.6vw;
	max-width: inherit;
	padding: 12vw 0 8vw;
	min-height: inherit; 
}

section#benefits_area .inner .unit_txt h3 {
	font-size: 4.8vw;
	margin-top: 6vw;
}

section#benefits_area .inner .unit_txt .point_list {
	flex-wrap: wrap;
	gap: 2.6vw 2.6vw;
	margin-top: 4vw;
}
section#benefits_area .inner .unit_txt .point_list li {
	font-size: 3.7vw;
	height: 30vw;
	width: 30vw
}


section#benefits_area .inner .unit_txt .btn_more {
	font-size: 4vw;
	margin-top: 6vw;
}
section#benefits_area .inner .unit_txt .btn_more [class*="icon-"] {
	font-size: 10.6vw;
}





/*ループスライダー*/
section#benefits_area .inner [class*="loop_slider"] {
	position: relative;
	width: 100%;
	margin-top: 7vw;
}
section#benefits_area .inner .loop_slider_left {
	left: 0;
}
section#benefits_area .inner [class*="loop_slider"] .inr ul {
	animation: slideLoop01 40s -20s infinite linear;
}
section#benefits_area .inner [class*="loop_slider"] .inr ul:nth-of-type(even) {
	animation: slideLoop02 40s infinite linear;
}
	
section#benefits_area .inner [class*="loop_slider"] .inr ul li {
	width: 42.6vw;
	margin: 0 1.3vw;
}
section#benefits_area .inner [class*="loop_slider"] .inr ul li img {
	border-radius: 1.5vw;
}

























	
}