@charset "UTF-8";

/*================================================
 * 看護部サイト　／　就業体験・病院見学用
 ================================================*/


/*******アンカーナビ*******/
#ancher_nav {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0 4rem;
	position: relative;
	z-index: 10;
}
#ancher_nav li {
	width: 32rem;
}
#ancher_nav li a {
	border-bottom: 1px solid;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 2.8rem;
	font-weight: 500;
	padding: 0 0.7em 1em;
}
#ancher_nav li a:not(:hover) > em {
	color: var(--color-normal);
}
#ancher_nav li a > img {
	width: 3rem;
	height: auto;
}



/*******【section共通】見出し*******/
section .title_img_mark {
	margin: 10rem auto 6rem;
}
section .title_img_mark:nth-of-type(n+2) {
	margin-top: 12rem;
}



/*******【section共通】イントロダクション*******/
@media screen and (min-width: 800.1px) {
	section .intro_box {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	
	section .intro_box .unit_txt {
		width: 64rem;
	}
	section .intro_box .unit_txt .inr {
		width: 53rem;
	}
	section .intro_box .unit_img {
		height: 58rem;
		width: 37rem;
	}
}



section .intro_box .unit_txt h3 {
	font-size: 5.4rem;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 0.5em;
}

section .intro_box .unit_txt .img_point {
	display: block;
	position: relative;
	height: auto;
	width: 63.8rem;
	margin-top: 3rem;
}


section .intro_box .unit_img img {
	display: block;
	border-radius: 6rem;
	isolation: isolate;
}
section .intro_box .unit_img img:first-of-type {
	width: 40rem;
}
section .intro_box .unit_img img:last-of-type {
	position: absolute;
	bottom: 0;
	left: 22rem;
	width: 26rem;
}




/*******【section共通】先輩の声*******/
@media screen and (min-width: 800.1px) {
	section .voice_list {
		display: flex;
		justify-content: center;
		gap: 0 5rem;
	}
}
section .voice_list li {
	border-radius: 6rem;
	padding: 5.5rem 5rem 19.5rem;
	position: relative;
	width: 36.2rem;
}
section .voice_list li.voice01 {
	background-color: #FFF2F3;
}
section .voice_list li.voice02 {
	background-color: #E1F0F4;
}
section .voice_list li.voice03 {
	background-color: #FFF0D9;
}

section .voice_list li .img_deco {
	position: absolute;
	top: -1.2rem;
	left: 4.5rem;
	height: auto;
	width: 3.4rem;
}
section .voice_list li .img_voice {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 19rem;
	width: auto;
	max-width: inherit;
}






/*******【section共通】table系*******/
section .table_common tr:first-of-type th,
section .table_common tr:first-of-type td {
	border-top: none!important;
	padding-top: 0;
}





/*******【section共通】ボタン系*******/
section [class*="btn_kango_arrow"] {
	background: linear-gradient(90deg, rgba(255, 119, 104, 1) 0%, rgba(255, 125, 140, 1) 100%);
	font-size: 3rem;
	padding-left: 2em;
	margin: 8rem auto 0;
	width: 50rem;
}
section [class*="btn_kango_arrow"]:hover {
	background: #fff;
}
section [class*="btn_kango_arrow"] [class*="icon-"] {
	font-size: 5rem;
}

section .voice_list + [class*="btn_kango_arrow"] {
	margin-top: 12rem;
}







/*******【section共通】ループスライダー*******/
section [class*="loop_slider"] {
	margin-top: 12rem;
}
section [class*="loop_slider"] .inr {
	display: flex;
	gap: 0 2rem;
	overflow: hidden;
	height: 100%;
	white-space: nowrap;
}
section [class*="loop_slider"] .inr ul {
	display: flex;
	gap: 0 2rem;
	animation: loopAnime 30s infinite linear;
}
/*section [class*="loop_slider"] .inr ul:nth-of-type(2) {
	
}*/
section [class*="loop_slider"] .inr ul li {
	width: 38.5rem;
}
section [class*="loop_slider"] .inr ul li:nth-of-type(even) {
	margin-top: 4rem;
}
section [class*="loop_slider"] .inr ul li img {
	width: 100%;
}













/*******就業体験*******/
section#experience_area {
	margin-top: 12rem;
}









/*******病院見学*******/
section#tour_area {
	margin-top: 15rem;
}














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

/*******アンカーナビ*******/
#ancher_nav {
	justify-content: space-between;
	gap: 0;
	width: 80vw;
	margin: 0 auto;
}
#ancher_nav li {
	width: 36vw;
}
#ancher_nav li a {
	font-size: 5vw;
	padding: 0 3vw 5vw;
}
#ancher_nav li a > img {
	width: 6vw;
}





/*******【section共通】見出し*******/
section .title_img_mark {
	margin: 15vw auto 9vw!important;
}



/*******【section共通】イントロダクション*******/
section .intro_box .unit_txt h3 {
	font-size: 7.2vw;
}

section .intro_box .unit_txt .img_point {
	left: 50%;
	transform: translate(-50%,0);
	max-width: inherit;
	width: 105.4vw;
	margin-top: 7vw;
}

section .intro_box .unit_img {
	margin-top: 10vw;
	height: 85vw;
}
section .intro_box .unit_img img {
	border-radius: 8vw;
}
section .intro_box .unit_img img:first-of-type {
	width: 60vw;
}
section .intro_box .unit_img img:last-of-type {
	left: auto;
	right: 0;
	width: 37.3vw;
}





/*******【section共通】先輩の声*******/
section .voice_list {
	width: 72.5vw;
	margin: 0 auto;
}
section .voice_list li {
	border-radius: 8vw;
	padding: 9vw 10vw 39vw;
	width: 100%;
}
section .voice_list li + li {
	margin-top: 10vw;
}

section .voice_list li .img_deco {
	top: -2.2vw;
	left: 9vw;
	width: 6.8vw;
}
section .voice_list li .img_voice {
	height: 37.3vw;
}














/*******【section共通】table系*******/






/*******【section共通】ボタン系*******/
section [class*="btn_kango_arrow"] {
	font-size: 5.3vw;
	padding-left: 1.3em;
	margin-top: 10vw;
	width: 80vw;
}
section [class*="btn_kango_arrow"] [class*="icon-"] {
	font-size: 8vw;
	margin: 1em;
}

section .voice_list + [class*="btn_kango_arrow"] {
	margin-top: 15vw;
}







/*******【section共通】ループスライダー*******/
section [class*="loop_slider"] {
	margin-top: 15vw;
}
section [class*="loop_slider"] .inr,
section [class*="loop_slider"] .inr ul {
	gap: 0 3.3vw;
}
section [class*="loop_slider"] .inr ul li {
	width: 64vw;
}
section [class*="loop_slider"] .inr ul li:nth-of-type(even) {
	margin-top: 6.5vw;
}














/*******就業体験*******/
section#experience_area {
	margin-top: 12vw;
}









/*******病院見学*******/
section#tour_area {
	margin-top: 20vw;
}










	
}