@charset "UTF-8";

/*================================================
 *  臨床研修医募集サイト　／　研修プログラム用
 ================================================*/



/*******見出し共通*******/
section .title_res_program {
	position: relative;
	text-align: center;
}
section .title_res_program > span {
	display: block;
	font-size: 7.6rem;
	font-weight: 600;
	letter-spacing: 0.04em;
}
section#schedule_area .title_res_program > span {
	position: absolute;
	top: 0.06em;
	left: 50%;
	transform: translate(-50%, -100%);
}
section .title_res_program > em {
	display: block;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding-top: 1em;
}




/*******イントロダクション*******/
@media screen and (min-width: 800.1px) {
	section#intro_area .unit_txt,
	section#intro_area .unit_img {
		width: 50%;
	}
}
section#intro_area .unit_txt h2 {
	font-size: 5.4rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.04em;
	margin: -0.25em -3em 0.7em 0;
}

@media screen and (min-width: 800.1px) {
	section#intro_area .unit_img .inr {
		position: absolute;
		top: -10rem;
		left: 10rem;
		height: 70rem;
		width: 70rem;
	}
}
section#intro_area .unit_img .inr img {
	border-radius: 1rem;
	isolation: isolate;
}
section#intro_area .unit_img .inr img:nth-child(1) {
	top: 0;
	right: 0;
	width: 56rem;
}
section#intro_area .unit_img .inr img:nth-child(2) {
	left: 0;
	bottom: 12.5rem;
	width: 31.5rem;
}
section#intro_area .unit_img .inr img:nth-child(3) {
	bottom: 0;
	right: 12.5rem;
	width: 21.4rem;
}








/*******スケジュール*******/
section#schedule_area {
	margin-top: 25rem;
}




section#schedule_area .inner {
	padding: 6rem 0 8rem;
}


/*ループスライダー*/
section#schedule_area .loop_slider {
	z-index: 5;
}
section#schedule_area .loop_slider .inr {
	display: flex;
	overflow: hidden;
	height: 100%;
	white-space: nowrap;
}
section#schedule_area .loop_slider .inr ul {
	display: flex;
	animation: loopAnime 50s infinite linear;
}
section#schedule_area .loop_slider .inr ul li {
	width: 40rem;
}
section#schedule_area .loop_slider .inr ul li img {
	width: 100%;
	opacity: 1!important;
}


/*協力*/
section#schedule_area .kyoryoku_box {
	margin-top: 12rem;
}
section#schedule_area .kyoryoku_box table th {
	color: var(--color-res-green);
}
@media screen and (min-width: 800.1px) {
	section#schedule_area .kyoryoku_box table th {
		width: 24rem;
	}
}





/*******年次報告書*******/
section#report_area {
	margin-top: 14rem;
}




section#report_area .report_list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 2.5rem 2.5rem;
	margin-top: 6rem;
}
section#report_area .report_list li a,
section#report_area .entry_list li a {
	border: 2px solid;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	font-weight: 500;
}
section#report_area .report_list li a {
	border-radius: 1rem;
	font-size: 2.2rem;
	min-height: 13rem;
	padding: 0.5em 1.25em 0.5em 1.7em;
}
section#report_area .report_list li a em,
section#report_area .entry_list li a em {
	margin-top: -0.09em;
	line-height: 1.5;
}
section#report_area .report_list li a > span,
section#report_area .entry_list li a > span {
	border: 2px solid;
	background-color: #fff;
	color: inherit;
	border-radius: 50%;
	width: 1em;
	height: 1em;
	position: relative;
	font-size: 4.4rem;
	flex-shrink: 0;
}
section#report_area .report_list li a > span::after,
section#report_area .entry_list li a > span::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 0.16em;
	height: 0.16em;
	margin-left: -1px;
	border-top: 2px solid;
	border-right: 2px solid;
	transform: translate(-50%,-50%) rotate(45deg);
}




section#report_area .entry_list {
	width: 46rem;
	margin: 12rem auto 0;
}
section#report_area .entry_list li + li {
	margin-top: 3rem;
}
section#report_area .entry_list li a {
	font-size: 2.8rem;
	height: 12rem;
	padding: 0 1.1em 0 1.7em;
}














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

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



/*******見出し共通*******/
section .title_res_program > span {
	font-size: 13.3vw;
}
section .title_res_program > em {
	font-size: 4.5vw;
}









/*******イントロダクション*******/
section#intro_area .unit_txt h2 {
	font-size: 6.9vw;
}

section#intro_area .unit_img .inr {
	position: relative;
	width: 93vw;
	height: 95vw;
	margin: 7vw 0 0 auto;
}
section#intro_area .unit_img .inr img {
	border-radius: 1.3vw;
}
section#intro_area .unit_img .inr img:nth-child(1) {
	border-top-right-radius: 0!important;
	border-bottom-right-radius: 0!important;
	width: 70vw;
}
section#intro_area .unit_img .inr img:nth-child(2) {
	bottom: 20vw;
	width: 48vw;
}
section#intro_area .unit_img .inr img:nth-child(3) {
	right: 6.6vw;
	width: 32vw;
}




/*******スケジュール*******/
section#schedule_area {
	margin-top: 30vw;
}




section#schedule_area .inner {
	padding: 10vw 0 10vw;
}


/*ループスライダー*/
section#schedule_area .loop_slider .inr ul li {
	width: 60vw;
}



/*協力*/
section#schedule_area .kyoryoku_box {
	margin-top: 12vw;
}
section#schedule_area .kyoryoku_box table tbody tr:last-of-type td {
	border-color: var(--color-res-green)!important;
}







/*******年次報告書*******/
section#report_area {
	margin-top: 20vw;
}




section#report_area .report_list {
	grid-template-columns: 1fr 1fr;
	gap: 2.6vw 2.6vw ;
	margin-top: 10vw;
}
section#report_area .report_list li a {
	border-radius: 1.3vw;
	border-width: 1px;
	font-size: 3.7vw;
	min-height: 18.6vw;
	padding: 0.5em 0.3em 0.5em 0.8em;
}
section#report_area .report_list li a > span,
section#report_area .entry_list li a > span {
	font-size: 5.3vw;
}
section#report_area .report_list li a > span::after,
section#report_area .entry_list li a > span::after {
	width: 0.16em;
	height: 0.16em;
	border-width: 1px;
}




section#report_area .entry_list {
	width: 72vw;
	margin-top: 18vw;
}
section#report_area .entry_list li + li {
	margin-top: 2.6vw;
}
section#report_area .entry_list li a {
	font-size: 4.5vw;
	height: 18.6vw;
	padding: 0 0.75em 0 1.5em;
}
section#report_area .entry_list li a > span {
	font-size: 8.5vw;
}






























	
}