@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap&text=%21%22%23%24%25%26%27%28%29%2A%2B%2C-.%2F0123456789%3A%3B%3C%3D%3E%3F%40%C2%A9ABCDEFGHIJKLMNOPQRSTUVWXYZ%5B%5C%5D%5E_%60abcdefghijklmnopqrstuvwxyz%7B%7C%7D%7E');*/ /* URLエンコード→ !"#$%&'()*+,-./0123456789:;<=>?@©ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ */
/*@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap&text=%21%22%23%24%25%26%27%28%29%2A%2B%2C-.%2F0123456789%3A%3B%3C%3D%3E%3F%40%C2%A9ABCDEFGHIJKLMNOPQRSTUVWXYZ%5B%5C%5D%5E_%60abcdefghijklmnopqrstuvwxyz%7B%7C%7D%7E');*/ /* URLエンコード→ !"#$%&'()*+,-./0123456789:;<=>?@©ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ */

/*@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');*/  /*看護部サイト用*/
/*@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap&text=%21%22%23%24%25%26%27%28%29%2A%2B%2C-.%2F0123456789%3A%3B%3C%3D%3E%3F%40%C2%A9ABCDEFGHIJKLMNOPQRSTUVWXYZ%5B%5C%5D%5E_%60abcdefghijklmnopqrstuvwxyz%7B%7C%7D%7E');*/ /*看護部サイト用*/


@import url('common-fontface.css');


:root {
	--transition: all 0.2s ease;
	
	--color-normal: #333;
	--color-main: #37be7d;
	--color-main-rgb: 55, 190, 125;
	--color-main-light: #ebf8f2;
	
	--color-table-bg-light: #ebf8f2;
	
	--color-red: #d1001f;
	--color-link: #0071bc;
	
	--color-emg: #eb8f8f;
	
	--color-rec: #24a8c1;
	
	--color-kango: #ed918f;
	
	--color-kango-main: #ff92a5;
	--color-kango-main-rgb: 255, 146, 165;
	--color-kango-blue: #4fbdd1;
	--color-kango-blue-rgb: 79, 189, 209;
	--color-kango-green: #56c58f;
	
	
	--color-gray01: #f2f2f2;
	
	
	
	
	
	

}




/*================================================
 *  一般・共通設定（全ディレクトリ共通）
 ================================================*/

html {
	font-size: 10px;
}

@media screen and (max-width: 1600px) {
	html {
		font-size: calc(100vw / 1600 * 10);
	}
}


body {
	color: #333;
	font-size: 1.6rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	text-align: justify;
	text-justify: inter-ideograph;
}

a,.linearAnime {
	color: inherit;
	text-decoration: none;
	transition: all 0.2s ease;
}
.underline {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.15em;
}
a:hover {
	opacity: 0.7;
}
a.underline:hover {
	opacity: 1;
	text-decoration: none;
}
@media screen and (min-width:800.1px) {
	a[href^="tel"] {
		pointer-events: none;
	}
}

img,svg {
	vertical-align: bottom;
}

/*色*/
.color_main {
	color: #37be7d;
}
.color_main_light {
	color: #89dcc3;
}
.color_normal {
	color: #333;
}
.color_red {
	color: #d1001f;
}
.color_white {
	color: #fff;
}
.color_link {
	color: #0071bc;
}




.color_emg {
	color: #eb8f8f;
}

.color_rec {
	color: #24a8c1;
}


.color_kango {
	color: #ed918f; /*看護部サイト以外の看護部カラー*/
}







/*背景*/
.bg_main {
	background-color: #37be7d;
}
.bg_normal {
	background-color: #333;
}
.bg_red {
	background-color: #d1001f;
}
.bg_white {
	background-color: #fff;
}
.bg_gray01 {
	background-color: #f2f2f2;
}


.bg_emg {
	background-color: #eb8f8f;
}

.bg_rec {
	background-color: #24a8c1;
}


.bg_kango {
	background-color: #ed918f; /*看護部サイト以外の看護部カラー*/
}




/*線の色*/
.bdc_main {
	border-color: #37be7d!important;
}
.bdc_red {
	border-color: #d1001f!important;
}
.bdc_white {
	border-color: #fff!important;
}


.bdc_emg {
	border-color: #eb8f8f!important;
}







/*看護部ページ用*/
.color_kango_main {
	color: #ff92a5;
}
.color_kango_blue {
	color: #4fbdd1;
}
.color_kango_green {
	color: #56c58f;
}


.bg_kango_main {
	background-color: #ff92a5;
}
.bg_kango_blue {
	background-color: #4fbdd1;
}
.bg_kango_green {
	background-color: #56c58f;
}


.bdc_kango_main {
	border-color: #ff92a5!important;
}
.bdc_kango_blue {
	border-color: #4fbdd1!important;
}
.bdc_kango_green {
	border-color: #56c58f!important;
}


/* position */
.relative{
	position: relative;
}
.absolute{
	position: absolute;
}

/* sp/pcの切替 */
.sp,.sp_inline {
	display: none;
}
.d_block {
	display: block;
}
.d_iblock {
	display: inline-block;
}
.br_drawer {
	display: none;
}
@media screen and (max-width: 800.1px) {
	#drawer .br_drawer {
		display: block;
	}
}

/*文字揃え*/
.ta-l {
	text-align: justify;
	text-justify: inter-ideograph;
}
.ta-r {
	text-align: right;
}
.ta-c {
	text-align: center;
}
.pcspText { /*PC：中央揃え・SP左揃え用*/
	text-align: center;
}



/*文字種類*/
.ff_jost {
	font-family: "Jost", sans-serif;
	font-weight: 400;
}

.ff_josefin {
	font-family: "Josefin Sans", sans-serif;
	font-weight: 400;
}

.ff_kosugimaru {
	font-family: "Kosugi Maru", sans-serif;
	font-weight: 400;
}

.ff_marcellus {
	font-family: "Marcellus", serif;
	font-weight: 400;
}





/*文字太さ*/
.fontThin {
	font-weight: 100;
}
.fontExLight {
	font-weight: 200;
}
.fontLight {
	font-weight: 300;
}
.fontRegular {
	font-weight: 400;
}
.fontMedium {
	font-weight: 500;
}
.fontSemiBold {
	font-weight: 600;
}
.fontBold {
	font-weight: 700;
}
.fontExBold {
	font-weight: 800;
}
.fontBlack {
	font-weight: 900;
}

/*文字スタイル*/
.fs_italic {
	font-style: italic;
}



/*Text Crop*/
[class*="textcrop"] {
	display: block;
}
[class*="textcrop"]::before,
[class*="textcrop"]::after {
	content: '';
	display: block;
	height: 0;
	width: 0;
}
[class*="textcrop"]::before {
	margin-bottom: -0.133em;
}
[class*="textcrop"]::after {
	margin-top: -0.133em;
}

.ff_jost.textcrop::before {
	margin-bottom: -0.1em;
}
.ff_jost.textcrop::after {
	margin-top: -0.13em;
}

.ff_josefin.textcrop::before {
	margin-bottom: 0;
}
.ff_josefin.textcrop::after {
	margin-top: -0.22em;
}

.ff_marcellus.textcrop::before {
	margin-bottom: -0.1em;
}
.ff_marcellus.textcrop::after {
	margin-top: -0.13em;
}





.textcrop_notosans {
	display: inline-block;
}
.textcrop_notosans::before {
	margin-bottom: -0.09em;
}
.textcrop_notosans::after {
	margin-top: 0;
}


/*文字詰め*/
.ffs_palt {
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1; /*プロポーショナルメトリクス*/
}
.ffs_halt {
	-webkit-font-feature-settings: 'halt' 1;
	font-feature-settings: 'halt' 1; /*字幅半角メトリクス*/
}

/*文字間隔*/
.ltsg004em {
	letter-spacing: 0.04em!important;
}
.ltsg05em {
	letter-spacing: 0.5em!important;
}
.ltsg05em_indent {
	display: inline-block;
	letter-spacing: 0.5em!important;
	text-indent: 0.5em!important;
}
.ltsg1em {
	letter-spacing: 1em!important;
}
.ltsg1em_indent {
	display: inline-block;
	letter-spacing: 1em!important;
	text-indent: 1em!important;
}
.ltsg0 {
	letter-spacing: 0!important;
}

/*上付き文字*/
.sup {
	font-size: 60%;
	vertical-align: super;
}



/*幅*/
.wrap {
	max-width: 940px;
	margin: 0 auto;
	width: 100%;
}
.wrap_rem {
	margin: 0 auto;
	width: 94rem;
}
.wrap_ss_rem {
	margin: 0 auto;
	width: 80rem;
}
.wrap_medium_rem {
	margin: 0 auto;
	width: 104rem;
}
.wrap_wide_rem {
	margin: 0 auto;
	width: 110rem;
}
.wrap_big_rem {
	margin: 0 auto;
	width: 140rem;
}

/*PC用左右padding用*/
@media screen and (min-width: 800.1px) {
	.padding_lr {
		padding-left: 50px;
		padding-right: 50px;
	}
	.wrap.padding_lr {
		max-width: 1040px;
	}
}


.maxw_100 {
	max-width: 100%;
	height: auto;
}
.wid100 {
	width: 100%;
	height: auto;
}


/*高さ*/
.h100vh {
	height: 100vh;
	height: calc((var(--vh, 1vh) * 100));
}
.minh100vh {
	min-height: 100vh;
	min-height: calc((var(--vh, 1vh) * 100));
}


/*lazysize*/
.lazyload,
.lazyload-parent img[data-src] {
	opacity: 0;
}


/*******object-fit*******/
[class*="object-fit"] {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: center center;';
}
.object-fit-ct {
	object-fit: contain;
	font-family: 'object-fit: contain; object-position: center center;';
}
.object-fit-p-tc {
	object-position: top center;
}
.object-fit-p-tr {
	object-position: top right;
}
.object-fit-p-tl {
	object-position: top left;
}
.object-fit-p-bc {
	object-position: bottom center;
}
.object-fit-p-br {
	object-position: bottom right;
}
.object-fit-p-bl {
	object-position: bottom left;
}
.object-fit-p-cl {
	object-position: center left;
}
.object-fit-p-cr {
	object-position: center right;
}


/*******flexbox*******/
[class*="flex_start"] {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
[class*="flex_end"] {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
[class*="flex_between"] {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
[class*="flex_center"] {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
[class*="flex_inline"] {
	display: -webkit-inline-box;
	display: inline-flex;
}
.nowrap {
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.shrink0 {
	flex-shrink: 0;
}
.align_items_start {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.align_items_center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.align_items_end {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.direction_column {
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.row_reverse {
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}


/*================================================
 *  ホバー
 ================================================*/
.parent_link:hover {
	cursor: pointer;
}

.hover_opa:hover,
.hover_list_opa a:hover {
	opacity: 1;
}

/*色だけ*/
.hover_color_main:hover,
.hover_list_main a:hover,
.hover_list_main a.active {
	color: var(--color-main);
	opacity: 1;
}

.hover_list_c_red a:hover {
	color: var(--color-red);
	opacity: 1;
}



/*通常：線有+背景色付　ホバー：線有+背景白*/
.hover_main_bd {
	border: 1px solid;
	background-color: var(--color-main);
	color: var(--color-main);
}
.hover_main_bd:hover {
	background-color: #fff;
	opacity: 1;
}
.hover_main_bd:not(:hover) > * {
	color: #fff;
}

.hover_current_bd {
	border: 1px solid;
	background-color: currentColor;
}
.hover_current_bd:hover {
	background-color: #fff;
}
.hover_current_bd:not(:hover) > * {
	color: #fff;
}




/*通常：線有+背景白　ホバー：線有＋背景色付き*/
.hover_main_bg {
	border: 1px solid;
	color: var(--color-main);
}
.hover_main_bg:hover,
.hover_main_bg.active {
	border-color: var(--color-main)!important;
	background-color: var(--color-main)!important;
	opacity: 1;
}
.hover_main_bg:hover > *,
.hover_main_bg.active > * {
	color: #fff!important;
}

.hover_white_bg {
	border: 1px solid;
	color: #fff;
}
.hover_white_bg:hover,
.hover_white_bg.active {
	border-color: #fff!important;
	background-color: #fff!important;
	opacity: 1;
}
.hover_white_bg:hover > *,
.hover_white_bg.active > * {
	color: var(--color-main);
}


.hover_white_bd {
	border-color: #fff!important;
	background-color: #fff;
}
.hover_white_bd:hover,
.hover_white_bd.active {
	background-color: transparent!important;
	opacity: 1;
}
.hover_white_bd:hover > *,
.hover_white_bd.active > * {
	color: #fff;
}




/*ボタン用ホバー*/
[class*="hover_btn_bg_"],
[class*="hover_btn_bd_"] {
	transition: var(--transition);
}
[class*="hover_btn_bg_"]:hover,
[class*="hover_btn_bd_"]:hover {
	opacity: 1;
}
[class*="hover_btn_bg_"],
[class*="hover_btn_bd_"]:hover,
.hover_btn_parent:hover [class*="hover_btn_bd_"] {
	background-color: #fff;
}
.hover_btn_bg_main,
.hover_btn_bd_main {
	border: 1px solid;
	border-color: var(--color-main)!important;
}
.hover_btn_bg_rec {
	border-color: var(--color-rec)!important;
}
.hover_btn_bg_kango {
	border-color: var(--color-kango)!important;
}



.hover_btn_bg_main:hover,
.hover_btn_bd_main:not(:hover) {
	background-color: var(--color-main);
}
.hover_btn_bg_rec:hover {
	background-color: var(--color-rec);
}
.hover_btn_bg_kango:hover {
	background-color: var(--color-kango);
}

.hover_btn_bg_main > [class*="icon-"],
.hover_btn_bd_main:hover > * {
	color: var(--color-main);
}
.hover_btn_bg_rec > [class*="icon-"] {
	color: var(--color-rec);
}
.hover_btn_bg_kango > [class*="icon-"] {
	color: var(--color-kango);
}

[class*="hover_btn_bg_"]:hover > *,
[class*="hover_btn_bd_"]:not(:hover) > * {
	color: #fff;
}
.hover_btn_parent:hover [class*="hover_btn_bd_"] > * {
	color: currentColor;
}


.hover_btn_bd_current {
	background-color: currentColor;
	border: 1px solid;
}

.hover_btn_bg_current {
	background-color: #fff;
	border: 1px solid;
}
.hover_btn_bg_current:hover,
.parent_link:hover .hover_btn_bg_current {
	background-color: currentColor;
}

.parent_link:hover .hover_btn_bg_current > * {
	color: #fff;
}





/*******画像ホバー拡大*******/
.hover_img_scale,
.hover_thumb_scale .thumb,
.hover_thumb_parent .thumb {
	overflow: hidden;
}
.hover_img_scale img,
.hover_thumb_scale .thumb img,
.hover_thumb_parent .thumb img {
	transition: all 0.6s ease;
}
a:hover .hover_img_scale img,
.hover_thumb_scale a:hover .thumb img,
.hover_thumb_parent:hover .thumb img {
	transform: scale(1.05);
}
.hover_thumb_scale a:hover {
	opacity: 1;
}




/*================================================
 *  ボタン
 ================================================*/

.bdrs100 {
	border-radius: 100vh;
}



/*******矢印アイコン付ボタン*******/
[class*="btn_icon_arrow"] {
	border-radius: 100vh;
	border: 2px solid;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.35;
	padding-left: 1.7em;
	text-align: left;
	position: relative;
}
[class*="btn_icon_arrow"]:hover {
	opacity: 1;
}
[class*="btn_icon_arrow"] em {
	padding: 0.25em 0;
}
[class*="btn_icon_arrow"] em:not([class*="ff_"]) {
	margin-top: -0.09em;
	letter-spacing: 0.04em;
}
[class*="btn_icon_arrow"] [class*="icon-"] {
	flex-shrink: 0;
	font-size: 133.333%;
	/*font-size: 2.4rem;*/
	margin: 0.708em;
}
[class*="btn_icon_arrow"]:not(.btn_icon_arrow_prev) [class*="icon-"] {
	margin-left: 0!important;
}

.btn_icon_arrow_center {
	display: inline-grid;
	grid-template-columns: 1fr auto 1fr;
	text-align: center;
	padding-left: 0;
}
.btn_icon_arrow_center::before {
	content: '';
}
.btn_icon_arrow_center [class*="icon-"] {
	justify-self: end;
}


/*逆*/
.btn_icon_arrow_prev {
	padding-left: 0;
}
.btn_icon_arrow_prev [class*="icon-"] { 
	margin-right: 0!important;
}
.btn_icon_arrow_prev em {
	text-align: center;
	flex-grow: 1;
}











/*******ダウンロードボタン*******/
.dlbtn_list h4 {
	display: flex;
	font-weight: 700;
	letter-spacing: 0.06em;
	position: relative;
	margin-bottom: 0.8em;
}
.dlbtn_list h4::before {
	color: var(--color-main-light);
	content: "●";
	display: flex;
	align-items: center;
	flex-shrink: 0;
	width: 1em;
	height: 1lh;
	transform: scale(0.5, 0.5);
	margin-right: 0.15em;
}
.dlbtn_list h4:nth-of-type(n+2) {
	margin-top: 2em;
}

.dlbtn_list .inr {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
}
.dlbtn_list .inr [class*="btn_icon_dl"] {
	border: 2px solid;
	border-radius: 100vh;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 500;
	padding: 0 1.35em 0 1.7em;
	min-height: 3.5em;
	width: 15em;
}
.dlbtn_list .inr .btn_icon_dl_auto {
	width: auto;
}
.dlbtn_list .inr [class*="btn_icon_dl"] em {
	margin-top: -0.09em;
}
.dlbtn_list .inr [class*="btn_icon_dl"] [class*="icon-"] {
	font-size: 90%;
	flex-shrink: 0;
}
.dlbtn_list .inr .btn_icon_dl_auto  [class*="icon-"] {
	margin-left: 0.5em;
}




/*3列版*/
.dlbtn_list .inr.row03 {
	gap: 0.8em 0.8em;
}
.dlbtn_list .inr.row03 [class*="btn_icon_dl"]  {
	width: calc((100% - 0.8em * 2) / 3);
}






/*******画像拡大用ボタン*******/
.img_scale_box {
	position: relative;
}
.img_scale_box img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.img_scale_box .btn_scale {
	background-color: var(--color-main);
	border-radius: 100vh;
	border: 2px solid;
	color: var(--color-main);
	display: flex;
	justify-content: center;
	align-items: center;
	height: 3em;
	width: 14em;
	position: relative;
	margin: 0 auto;
	top: -1.5em;
	margin-bottom: -1.5em;
}
@media screen and (min-width: 800.1px) {
	.img_scale_box .btn_scale.sp {
		display: none;
	}
}
.img_scale_box .btn_scale:hover {
	background-color: #fff;
	opacity: 1;
}
.img_scale_box .btn_scale:not(:hover) > * {
	color: #fff;
}
.img_scale_box .btn_scale [class*="icon-"] {
	position: absolute;
	top: 50%;
	left: 1.4em;
	transform: translate(0,-50%);
}
.img_scale_box .btn_scale em {
	font-size: 90%;
	font-weight: 700;
	margin-top: -0.09em;
}










/*================================================
 *  ヘッダー
 ================================================*/
header {
	position: relative;
	width: 100%;
	z-index: 10;
}






/*******ハンバーガーメニュー共通*******/
.hamburger-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.hamburger-icon span,
.hamburger-icon::before,
.hamburger-icon::after {
	width: 100%;
	height: 2px;
	transition: all .3s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	background-color: currentColor;
}
.hamburger-icon::before,
.hamburger-icon::after {
	position: absolute;
	left: 0;
	content: '';
}
.hamburger-icon::before {
	top: 0;
}
.hamburger-icon::after {
	bottom: 0;
}


.js-btn-hamburger.active .hamburger-icon span {
	background-color: transparent;
}
.js-btn-hamburger.active .hamburger-icon::before,
.js-btn-hamburger.active .hamburger-icon::after {
	top: 50%;
	bottom: auto;
}
.js-btn-hamburger.active .hamburger-icon::before {
	transform: rotate(45deg);
}
.js-btn-hamburger.active .hamburger-icon::after {
	transform: rotate(-45deg);
}





/*================================================
 *  パンくずリスト
 ================================================*/
ol.breadcrumb {
	color: #999;
	display: flex;
	align-items: center;
	font-size: 1.4rem;
	padding: 2rem 3rem 5rem;
}
ol.breadcrumb li {
	position: relative;
}
ol.breadcrumb li + li:before {
	content: '/';
	margin: 0 0.4em 0 0.7em;
}
ol.breadcrumb li a {
	color: #4b8cc8;
	text-decoration: underline;
}
body[id^="kango_"] ol.breadcrumb li a {
	color: inherit;
}
ol.breadcrumb li a:hover {
	opacity: 1;
	text-decoration: none;
}





/*================================================
 *  ページ構造用
 ================================================*/
main {
	/*overflow: hidden;*/
	overflow-x: clip;
}

main#main_column { /*カラム有*/
	font-size: 20px;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	flex-direction: row-reverse;
	padding-left: 1.5em;
	padding-right: 1.5em;
}
@media screen and (max-width: 1200px) and (min-width: 800.1px) {
	main#main_column:not(.main_fontcalc_wrap) {
		font-size: calc(100vw / 1200 * 20);
	}
}

/*左サイド無し＋偽装rem用*/
main#main_column.no_aside {
	display: block;
}
/*左サイド無し用＋偽装rem用（wrapサイズ）*/
@media screen and (min-width: 800.1px) {
	main#main_column.main_fontcalc_wrap {
		max-width: 1000px;
	}
}
@media screen and (max-width: 1000px) and (min-width: 800.1px) {
	main#main_column.main_fontcalc_wrap {
		font-size: calc(100vw / 1040 * 20);
	}
}

/*左サイド無し用＋偽装rem用（wrap_remサイズ）*/
@media screen and (min-width: 800.1px) {
	main#main_column.main_fontcalc_wrap_wide {
		max-width: 1160px;
	}
}
@media screen and (max-width: 1160px) and (min-width: 800.1px) {
	main#main_column.main_fontcalc_wrap_wide {
		font-size: calc(100vw / 1200 * 20);
	}
}




main#main_column,
main:not(#main_column) .article_contents {
	padding-bottom: 12rem;
}
body[id^="resident"] main#main_column,
body[id^="resident"] main:not(#main_column) .article_contents,
body[id^="kango"] main#main_column,
body[id^="kango"] main:not(#main_column) .article_contents {
	padding-bottom: 0;
}


main#main_column article {
	flex-grow: 1;
	line-height: 1.75;
}

main#main_column article section:nth-of-type(n+2) {
	margin-top: 3.5em;
}
main#main_column article img {
	max-width: 100%;
	height: auto;
}


/*******カラム内ボタン*******/
main#main_column article [class^="btn_list"] {
	margin-top: 1.5em;
}
main#main_column article .btn_list [class*="btn_icon_arrow"] {
	width: 15em;
}
main#main_column article .btn_list [class*="btn_icon_arrow"].btn_inline {
	width: auto;
	display: inline-flex;
}
main#main_column article .btn_list [class*="btn_icon_arrow"].btn_inline em {
	margin-right: 1em;
}


/*1列版*/
main#main_column article .btn_list_block [class*="btn_icon_arrow"]:nth-of-type(n+2) {
	margin-top: 1em;
}

@media screen and (min-width: 800.1px) {
	main#main_column article [class*="btn_icon_arrow"] {
		font-size: 100%;
	}
	main#main_column article [class^="btn_list"] [class*="btn_icon_arrow"] em {
		/*font-size: 90%;*/
	}
	main#main_column article [class^="btn_list"] [class*="btn_icon_arrow"] [class*="icon-"] {
		font-size: 120%;
		margin: 0.875em;
	}
}



/*grid 2列版*/
@media screen and (min-width: 800.1px) {
	main#main_column article .btn_list_grid02 {
		display: grid;
		grid-template-columns: 17em 17em;
		gap: 1em 1em;
	}
	main#main_column article .btn_list_grid02 [class*="btn_icon_arrow"] {
		width: 17em;
	}
}

main#main_column article .btn_list_grid02:not(.min_btn) [class*="btn_icon_arrow"] [class*="icon-"] {
	margin: 1.125em;
}




/*******カラム内文字サイズ*******/
@media screen and (min-width: 800.1px) {
	main#main_column article [class*="f16"]:not(.f16_rem) {
		font-size: 80%!important;
	}
	main#main_column article [class*="f18"]:not(.f18_rem) {
		font-size: 90%!important;
	}
	main#main_column article [class*="f22"]:not(.f22_rem) {
		font-size: 110%!important;
	}
	main#main_column article [class*="f24"]:not(.f24_rem) {
		font-size: 120%!important;
	}
}






/*================================================
 *  左メニュー
 ================================================*/

main#main_column aside {
	width: 14em;
	flex-shrink: 0;
	margin-right: 3em;
}


/*見出し*/
main#main_column aside h4 {
	color: var(--color-main);
	font-weight: 500;
	line-height: 1.5;
	padding: 0 0 0.8em;
	position: relative;
	margin-block-start: -0.25em;
}




/*ナビゲーション*/
main#main_column aside .nav_side > ul > li + li {
	border-top: 2px solid #fff;
}
main#main_column aside .nav_side > ul > li > a,
main#main_column aside .nav_side > ul > li .headline {
	display: flex;
	align-items: center;
	background: var(--color-gray01) url("../images/icon_navside_arrow.svg") center right 1em / 1.3em auto no-repeat;
	font-weight: 500;
	line-height: 1.5;
	text-align: left;
	min-height: 3.5em;
	position: relative;
	padding: 0.85em 2.6em 0.85em 1em;
	word-break: break-all;
	overflow-wrap: break-word;
	overflow: hidden;
	cursor: pointer;
}
main#main_column aside .nav_side > ul > li > .headline {
	background-image: url("../images/icon_navside_plus.svg");
}
main#main_column aside .nav_side > ul > li > .headline.active {
	background-image: url("../images/icon_navside_minus.svg");
}
main#main_column aside .nav_side > ul > li > a:hover,
main#main_column aside .nav_side > ul > li > a.active {
	background-color: var(--color-main);
	background-image: url("../images/icon_navside_arrow_active.svg");
	color: #fff;
	opacity: 1;
}



/*アコーディオン内*/
main#main_column aside .nav_side ul li .inr {
	display: none;
	padding: 1em;
}
main#main_column aside .nav_side ul li .inr ul li + li {
	margin-top: 0.5em;
}
main#main_column aside .nav_side ul li .inr ul li a {
	background: url("../images/icon_navside_arrow_bd.svg") center left / 1em auto no-repeat;
	display: block;
	line-height: 1.5;
	padding: 0 0 0.09em 1.5em;
}
main#main_column aside .nav_side ul li .inr ul li a.active,
main#main_column aside .nav_side ul li .inr ul li a:hover {
	background-image: url("../images/icon_navside_arrow.svg");
	color: var(--color-main);
	font-weight: 600;
	opacity: 1;
}



/* 募集要項用*/
body[id$="_guide"] main#main_column aside .nav_side > ul > li > a {
	background: #F2F2F2;
	justify-content: space-between;
	padding: 0.85em 0.55em 0.85em 1em;
}
body[id$="_guide"] main#main_column aside .nav_side > ul > li > a.active,
body[id$="_guide"] main#main_column aside .nav_side > ul > li > a:hover {
	background-color: var(--color-main);
}
body[id$="_guide"] main#main_column aside .nav_side > ul > li > a::before {
	content: none;
}
body[id$="_guide"] main#main_column aside .nav_side > ul > li > a .icon_list {
	display: flex;
	justify-content: flex-end;
	flex-shrink: 0;
	gap: 0 0.25em;
	margin-left: 0.5em;
}
body[id$="_guide"] main#main_column aside .nav_side > ul > li > a .icon_list img {
	width: 2.3em;
	height: auto;
}

/*採用情報 募集要項用*/
#recruit_guide main#main_column aside .nav_side > ul > li > a.active,
#recruit_guide main#main_column aside .nav_side > ul > li > a:hover {
	background-color: var(--color-rec);
}

/*看護部 募集要項用*/
#kango_guide main#main_column aside .nav_side > ul > li > a.active,
#kango_guide main#main_column aside .nav_side > ul > li > a:hover {
	background-color: var(--color-kango-main);
}




/*================================================
 *  見出し
 ================================================*/

/*******背景＋右画像付*******/
.headline_bg {
	color: #fff;
	background: url("../images/headline_bg.webp") top left / 50rem auto repeat;
	border-radius: 5px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	padding: 0.678em 0.83em 0.74em;
	overflow: hidden;
	margin-bottom: 2.083em;
	text-align: left;
}
html.no-webp .headline_bg {
	background-image: url("../images/headline_bg.jpg");
}
.headline_bg:nth-of-type(n+2) {
	margin-top: 3.5em;
}
@media screen and (min-width: 800.1px) {
	main#main_column article .headline_bg {
		border-radius: 0.5rem;
		font-size: 120%;
	}
}



/*******色付き■付き*******/
.title_square {
	display: flex;
	font-size: 120%;
	font-weight: 500;
	line-height: 1.5;
	text-align: left;
	position: relative;
	margin-bottom: 1em;
}
.title_square:nth-of-type(n+2) {
	margin-top: 2em;
}
h3 + .title_square {
	margin-top: 0!important;
}
.title_square::before {
	flex-shrink: 0;
	content: "\25A0";
	color: var(--color-main);
	font-size: 80%;
	margin: 0.2em 0.2em 0 0;
}



/*******マーク画像＋下線*******/
.title_img_mark {
	border-bottom: 1px solid #ccc;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.04em;
	position: relative;
	margin-bottom: 1.66em;
	margin-block-start: -0.25em;
	padding: 0 0 0.5em 2.1em;
	text-align: left;
}
@media screen and (min-width: 800.1px) {
	main#main_column article .title_img_mark {
		font-size: 120%;
	}
	body[id*="kango"] .title_img_mark {
		font-size: 2.6rem;
		margin-bottom: 2em;
	}
}
.title_img_mark::before {
	position: absolute;
	content: '';
	top: 0.09em;
	left: 0;
	height: 1lh;
	width: 2.1em;
	background: url("../images/icon_mark01.svg") center left 0.13em / 1.33em auto no-repeat;
}
body[id*="kango"] .title_img_mark::before {
	background-image: url("../kango/images/icon_kango_mark01.svg");
	background-size: 1.464em auto;
}

main#main_column article section .img_scale_box + .title_img_mark,
main#main_column article section .img_wide_box + .title_img_mark,
main#main_column article section p + .title_img_mark,
main#main_column article section table + .title_img_mark,
main#main_column article section .title_img_mark:nth-of-type(n+2) {
	margin-top: 2.5em; /*60px*/
}


/*******左色線＋下線*******/
.headline_bd {
	border-bottom: 1px solid #ccc;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.04em;
	position: relative;
	margin-bottom: 1.66em;
	margin-block-start: -0.25em;
	padding: 0 0 0.5em 0.83em;
	text-align: left;
}
@media screen and (min-width: 800.1px) {
	main#main_column article .headline_bd {
		font-size: 120%;
	}
	body[id*="kango"] .headline_bd {
		font-size: 2.4rem;
		margin-bottom: 2em;
	}
}
.headline_bd::before {
	position: absolute;
	content: '';
	top: 0.1em;
	left: 0;
	background-color: var(--color-main);
	border-radius: 0.25em;
	width: 0.25em;
	height: calc(100% - 0.6em);
}

main#main_column article section .img_scale_box + .headline_bd,
main#main_column article section .headline_bd:nth-of-type(n+2) {
	margin-top: 2.5em; /*60px*/
}







/*================================================
 *  コンテンツ
 ================================================*/




/*******箇条書きリスト*******/
.kome_list > li,
.disc_list > li,
.square_list > li,
.indent_list > li {
	list-style-position:inside;
	padding-left: 1em;
	text-indent: -1em;
}

.disc_flex_list > li,
.bull_flex_list > li {
	display: flex;
}


/*※箇条書き*/
.kome_list > li:before{
	display: inline;
	content: "\203b";
}

/*・箇条書き*/
.disc_list > li:before {
	display: inline;
	content: "\30fb";
}
.disc_flex_list > li:before {
	content: "\30fb";
	flex-shrink: 0;
}


/*ビュレット*/
.bull_flex_list > li:before {
	content: "●";
	display: flex;
	align-items: center;
	flex-shrink: 0;
	width: 1em;
	height: 1lh;
	transform: scale(0.5, 0.5);
	margin-right: 0.15em;
}


/*●箇条書き*/
[class*="circle_list"] > li {
	display: flex;
	align-items: flex-start;
}
[class*="circle_list"] > li:before {
	content: "\25CF";
	color: var(--color-main);
	font-size: 70%;
	padding: 0.75em 0.43em 0 0;
	line-height: 1;
}
body[id^="kango"] [class*="circle_list"] > li:before {
	color: var(--color-kango-main);
}
.circle_list_nocolor > li:before {
	color: inherit;
}



/*■箇条書き*/
.square_list > li:before{
	display: inline;
	content: "\25A0";
}


/*インデントflex版*/
.indentflex_list > li {
	display: flex;
}
.indentflex_list > li > span:first-child {
	flex-shrink: 0;
}




/*()数字*/
.number_list {
	counter-reset: cnt 0;
}
.number_list > li{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	counter-increment: cnt;
}
.number_list > li:before{
	flex-shrink: 0;
	content: "（" counter(cnt) "）";
	margin-left: -0.5em;
}

/*()ローマ数字*/
.roman_list {
	counter-reset: rcnt 0;
}
.roman_list > li{
	display: flex;
	counter-increment: rcnt;
}
.roman_list > li:before{
	flex-shrink: 0;
	content: "（" counter(rcnt,upper-roman) "）";
	margin-left: -0.5em;
}


/*数字.*/
.decimal_list {
	counter-reset: dcnt 0;
}
.decimal_list > li {
	display: flex;
	counter-increment: dcnt;
}
.decimal_list > li::before {
	color: var(--color-main);
	content: counter(dcnt) ".";
	font-weight: 700;
	flex-shrink: 0;
	margin-right: 0.5em;
}
.decimal_list.before_color_none > li::before {
	color: inherit!important;
	font-weight: 400!important;
}
[id^="kango_"] .decimal_list > li::before {
	color: inherit;
	font-weight: 400;
}

/*数字.(dl_dt_dd版)*/
.dl_decimal_list {
	counter-reset: dldcnt 0;
}
.dl_decimal_list > dt {
	font-weight: 700;
	display: flex;
	counter-increment: dldcnt;
	text-align: left;
}
.dl_decimal_list > dt:nth-of-type(n+2) {
	margin-top: 1em;
}
.dl_decimal_list > dt::before {
	content: counter(dldcnt) ".";
	flex-shrink: 0;
	min-width: 1.5em;
	padding-right: 0.4em;
}
.dl_decimal_list > dd {
	padding-left: 1.5em;
}

/*0付数字*/
.decimal_zero_list {
	counter-reset: dzcnt 0;
}
.decimal_zero_list > li {
	display: flex;
	counter-increment: dzcnt;
}
.decimal_zero_list > li::before {
	content: counter(dzcnt, decimal-leading-zero);
	flex-shrink: 0;
}


/*大文字アルファベット.*/
.alpha_list {
	counter-reset: alphaCnt 0;
}
.alpha_list > li {
	display: flex;
	counter-increment: alphaCnt;
}
.alpha_list > li::before {
	content: counter(alphaCnt, upper-alpha) ".";
	flex-shrink: 0;
	margin-right: 0.3em;
}



/*-*/
.dash_list > li {
	display: flex;
}
.dash_list > li::before {
	content: "-";
	flex-shrink: 0;
	width: 0.8em;
}

/*色変更用*/
.before_color_main > li::before {
	color: var(--color-main);
}
.before_color_kango_main > li::before {
	color: var(--color-kango-main);
}


/*li強制・箇条書き*/
.li_before_disc:before {
	color: inherit!important;
	content: "\30fb"!important; 
}



/*******リスト行間（ul li ol li の行間空け用）*******/
.list_line_space > li + li {
	margin-top: 0.5em;
}
.list_line_space1em > li + li {
	margin-top: 1em;
}
.list_line_space105em > li + li {
	margin-top: 1.5em;
}



/*******dl>dt+dd Gridリスト*******/
dl.dl_grid_list {
	display: grid; 
	grid-template-columns: auto 1fr;
	gap: 0px 2em; 
}



/*******テーブル*******/
table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
}
table th,
table td {
	text-align: left;
}

[class*="table_common"] {
	line-height: 1.75;
}
.img_box + [class*="table_common"] {
	margin-top: 50px;
}
[class*="table_common"] th {
	border-bottom: 1px solid;
	color: var(--color-main);
	width: 200px;
	padding: 1.075em 0;
}
[class*="table_common"].th_color_normal th {
	border-color: var(--color-main)!important;
	color: var(--color-normal);
}

body[id^="recruit_"] [class*="table_common"] th {
	color: var(--color-rec);
}
body[id^="resident_"] [class*="table_common"] th {
	color: var(--color-main);
}
body[id^="kango_"] [class*="table_common"] th {
	color: var(--color-kango-main);
}
@media screen and (min-width: 800.1px) {
	main#main_column article [class*="table_common"] th {
		width: 10em;
	}
}



[class*="table_common"] tr:first-of-type th {
	border-top: 1px solid;
}
[class*="table_common"] td {
	border-bottom: 1px solid #C8C8C8;
	padding: 1.075em 1em;
}
[class*="table_common"] tr:first-of-type td {
	border-top: 1px solid #C8C8C8;
}





/*******テキスト画像 ボックス*******/
@media screen and (min-width: 800.1px) {
	main#main_column article .txt_img_box {
		display: flex;
		justify-content: space-between;
		gap: 0 2.5em;
	}
	
	main#main_column article .txt_img_box .unit_img {
		flex-shrink: 0;
		width: 15em;
	}
}

main#main_column article p + .txt_img_box,
main#main_column article ul + .txt_img_box,
main#main_column article ol + .txt_img_box,
main#main_column article .btn_list + .txt_img_box,
main#main_column article .txt_img_box + .txt_img_box,
main#main_column article .img_grid_box + .txt_img_box {
	margin-top: 2.5em;
}

main#main_column article .txt_img_box .unit_txt {
	flex-grow: 1;
	margin-block: -0.375em;
}
main#main_column article .txt_img_box .unit_img img {
	display: block;
	width: 100%;
}
main#main_column article .txt_img_box .unit_img figure + figure,
main#main_column article .txt_img_box .unit_img figure + img,
main#main_column article .txt_img_box .unit_img img + figure,
main#main_column article .txt_img_box .unit_img img + img {
	margin-top: 1em;
}

main#main_column article .txt_img_box .unit_img figure figcaption {
	color: #808080;
	font-size: 80%;
	line-height: 1.5;
	text-align: center;
	margin: 0.6em 0 -0.25em;
}


/*******画像のみボックス（.img_grid_boxはキャプション対応）*******/
main#main_column article .img_grid_box,
main#main_column article .img_list_box {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1em 1em;
	align-items: start;
}
main#main_column article .img_grid_box {
	gap: 2em 1em;
}
main#main_column article p + .img_grid_box,
main#main_column article div + .img_grid_box,
main#main_column article p + .img_list_box,
main#main_column article div + .img_list_box {
	margin-top: 2.5em;
}
main#main_column article .img_grid_box img,
main#main_column article .img_list_box img {
	width: 100%;
}
main#main_column article .img_grid_box figure figcaption,
main#main_column article .img_wide_box figure figcaption {
	color: #808080;
	font-size: 90%;
	line-height: 1.5;
	text-align: left;
	padding: 1.2em 0 0;
}


/*画像横サイズMAX用*/
main#main_column article .img_wide_box img {
	max-width: 100%;
}


/*センター揃え＋横幅MAX用*/
main#main_column article .img_wide_box.ta-c  figure figcaption {
	text-align: center;
}


/*画像に線を入れる用*/
main#main_column article .img_wide_box img.img_bd {
	border: 1px solid #e6e6e6;
}






/*================================================
 *  Modaal
 ================================================*/
.modaal-overlay {
	z-index: 9000;
}
.modaal-inner-wrapper {
	padding: 3rem;
}
.modaal-container {
	max-width: inherit;
}
.modaal-content-container {
	padding: 0;
}


.modaal-image .modaal-inner-wrapper  {
	padding: 3rem 15rem;
	height: 100%;
}
.modaal-image .modaal-inner-wrapper .modaal-gallery-item img {
	max-width: 120rem;
}



/*******閉じるボタン*******/
.modaal-close {
    position: fixed;
    right: .3em;
    top: .3em;
    width: 1em;
    height: 1em;
    font-size: 5rem;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	background: var(--color-main)!important;
}
.modaal-close:focus,.modaal-close:hover,
body[id^="kango"] .modaal-close {
    outline: 0;
    background: transparent!important;
}

.modaal-close:focus:after,.modaal-close:focus:before,.modaal-close:hover:after,.modaal-close:hover:before {
    background:#fff
}

.modaal-close span {
    position: absolute!important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    padding: 0!important;
    border: 0!important;
    height: 1px!important;
    width: 1px!important;
    overflow: hidden
}

.modaal-close:before,.modaal-close:after {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 50%;
    width: 0.08em;
    height: 0.6em;
    border-radius: 0.08em;
    background: #fff;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out
}

.modaal-close:before {
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    -ms-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg)
}

.modaal-close:after {
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    -ms-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg)
}




















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

html,
body {
	font-size: 4vw;
}	

img {
	max-width: 100%;
}



/*文字揃え*/
.pcspText { /*PC：中央揃え・SP左揃え用*/
	text-align: justify;
	text-justify: inter-ideograph;
}

/* sp/pcの切替 */
.sp {
	display: block;
}
.sp_inline {
	display: inline;
}
.pc,.sp_none {
	display: none;
}



/*文字間隔*/
.sp_ltsg0 {
	letter-spacing: 0!important;
}

/*幅*/
.wrap {
	max-width: inherit;
	width: 90vw;
}
.wrap_rem,
.wrap_medium_rem,
.wrap_wide_rem,
.wrap_big_rem {
	width: 100%;
}
.wrap_sp {
	width: 90vw!important;
	margin-left: auto!important;
	margin-right: auto!important;
}
.wrap_sp_ss {
	width: 74vw!important;
	margin-left: auto!important;
	margin-right: auto!important;
}
.wrap_sp_small {
	width: 80vw!important;
	margin-left: auto!important;
	margin-right: auto!important;
}
.wrap_sp_medium {
	width: 86vw!important;
	margin-left: auto!important;
	margin-right: auto!important;
}


.sp_wid100 {
	width: 100%!important;
}



/*******flexbox*******/
.flex_start_spblock,
.flex_end_spblock,
.flex_between_spblock,
.flex_center_spblock,
.flex_inline_spblock {
	display: block;
}




/*================================================
 *  ボタン
 ================================================*/


/*******矢印アイコン付ボタン*******/
[class*="btn_icon_arrow"] {
	font-size: 4vw;
}
[class*="btn_icon_arrow"] [class*="icon-"] {
	font-size: 5.6vw;
	margin: 3.6vw;
}


/*PC中央揃えSPは左揃え*/
.btn_icon_arrow_center.sp_btn_left {
	grid-template-columns: 1.9em auto 1fr;
}









/*******ダウンロードボタン*******/
.dlbtn_list .inr [class*="btn_icon_dl"] {
	min-height: 13.87vw;
}
.dlbtn_list .inr [class*="btn_icon_dl"]:not(.btn_icon_dl_auto) {
	width: 63vw;
}


/*3列版*/
.dlbtn_list .inr.row03 [class*="btn_icon_dl"]  {
	width: calc((100% - 0.8em) / 2);
}




/*******画像拡大用ボタン*******/
.img_scale_box .btn_scale {
	width: 50vw;
	padding-left: 1em;
}






/*================================================
 *  パンくずリスト
 ================================================*/
ol.breadcrumb {
	display: none;
}





/*================================================
 *  ページ構造用
 ================================================*/

main#main_column,
main:not(#main_column) .article_contents {
	padding: 8vw 0 16vw;
}
main#main_column { /*カラム有*/
	display: block;
	width: 100%;
	margin: 0;
	font-size: 4vw;
	padding-left: 7vw;
	padding-right: 7vw;
}
main#main_column .article_contents,
body[id^="kango_"] main#main_column,
body[id^="resident_"] main:not(#main_column) .article_contents,
body[id^="kango"] main:not(#main_column) .article_contents {
	padding-top: 0;
}
	
main#main_column article section:nth-of-type(n+2),
.article_section_mt section:nth-of-type(n+2) {
	margin-top: 12vw;
}



/*******カラム内ボタン*******/
main#main_column article [class^="btn_list"] {
	margin-top: 5vw;
}
main#main_column article .btn_list [class*="btn_icon_arrow"] {
	width: 63vw;
}

/*grid 2列版（SP1列）*/
main#main_column article .btn_list_grid02 a {
	width: 100%;
}
main#main_column article .btn_list_grid02 a + a {
	margin-top: 3vw;
}

main#main_column article .btn_list_grid02:not(.min_btn) [class*="btn_icon_arrow"] [class*="icon-"] {
	margin: 5vw;
}



/*================================================
 *  左メニュー
 ================================================*/


main#main_column aside {
	font-size: 4.2vw;
	width: 100%;
	margin: 16vw 0 0;
}

/*見出し*/
main#main_column aside h4 {
	font-size: 4.8vw;
}


/*ナビゲーション*/
main#main_column aside .nav_side > ul > li > a,
main#main_column aside .nav_side > ul > li .headline {
	background-size: 6vw auto;
}



/*募集要項用*/
body[id$="_guide"] main#main_column aside .nav_side > ul > li > a .icon_list {
	gap: 0 1vw;
}
body[id$="_guide"] main#main_column aside .nav_side > ul > li > a .icon_list img {
	width: 9vw;
}




/*================================================
 *  見出し
 ================================================*/

/*******背景＋右画像付*******/
.headline_bg {
	background-size: 66.6vw auto;
	border-radius: 1.3vw;
	font-size: 4.8vw;
	margin-bottom: 8vw;
}
.headline_bg:nth-of-type(n+2) {
	margin-top: 12vw;
}



/*******色付き■付き*******/
.title_square {
	font-size: 4.8vw;
}
.title_square:nth-of-type(n+2) {
	margin-top: 8vw;
}



/*******マーク画像＋下線*******/
.title_img_mark {
	font-size: 5vw;
	padding-left: 1.9em;
}
main#main_column article section .img_scale_box + .title_img_mark,
main#main_column article section .img_wide_box + .title_img_mark,
main#main_column article section p + .title_img_mark,
main#main_column article section table + .title_img_mark,
main#main_column article section .title_img_mark:nth-of-type(n+2) {
	margin-top: 10vw;
}

	
/*******左色線＋下線*******/
.headline_bd {
	font-size: 5vw;
}
	
main#main_column article section .img_scale_box + .headline_bd,
main#main_column article section .headline_bd:nth-of-type(n+2) {
	margin-top: 10vw;
}





/*================================================
 *  コンテンツ
 ================================================*/


	
	
/*******テーブル*******/
[class*="table_common"] {
	font-size: 4vw;
}
.img_box + [class*="table_common"] {
	margin-top: 8vw;
}
[class*="table_common"] th {
	width: 20vw;
}


/*ブロック版*/
[class*="table_common"].table_spblock,
[class*="table_common"].table_spblock tbody,
[class*="table_common"].table_spblock tr,
[class*="table_common"].table_spblock th,
[class*="table_common"].table_spblock td {
	display: block;
	border: none!important;
	width: 100%!important;
}
[class*="table_common"].table_spblock tbody th {
	border-top: 1px solid!important;
	padding: 5vw 0 3vw;
}
[class*="table_common"].table_spblock tbody td {
	padding: 0 0 6vw;
}
.table_common.table_spblock tbody tr:last-of-type td {
	border-bottom: 1px solid var(--color-main)!important;
}
body[id^="resident_"] .table_common.table_spblock tbody tr:last-of-type td {
	border-color: var(--color-main)!important;
}
body[id^="kango_"] .table_common.table_spblock tbody tr:last-of-type td {
	border-color: var(--color-kango-main)!important;
}




/*スクロール用*/
.sp_table_scroll,
.sp_img_scroll {
	overflow-x: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	/*white-space: nowrap;*/
}
.sp_table_scroll::-webkit-scrollbar,
.sp_img_scroll::-webkit-scrollbar {
	display: none;
}
.sp_img_scroll img {
	width: 150vw;
	max-width: inherit!important;
}

/*スクロール用（固定）*/
.sp_table_sticky {
	overflow-x: scroll;
	padding-bottom: 1px;
}

.sp_table_sticky table thead tr:first-of-type th:first-of-type,
.sp_table_sticky table tbody th {
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	z-index: 5;
}


/*テーブルスクロール画像*/
.sp_table_scroll,
.sp_table_sticky,
.sp_img_scroll {
	position: relative;
}
.sp_table_scroll::before,
.sp_table_sticky::before,
.sp_img_scroll::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: url(../images/table_scroll.svg) center center / auto 24vw no-repeat;
	transition: all 0.2s linear;
}
.sp_table_scroll.active::before,
.sp_table_sticky.active::before,
.sp_img_scroll.active::before {
	opacity: 0;
	visibility: hidden;
}




/*******テキスト画像 ボックス*******/
main#main_column article p + .txt_img_box,
main#main_column article ul + .txt_img_box,
main#main_column article ol + .txt_img_box {
	margin-top: 6vw;
}
main#main_column article .btn_list + .txt_img_box {
	margin-top: 10vw;
}

main#main_column article .txt_img_box .unit_img {
	margin-top: 8vw;
}
main#main_column article .txt_img_box .unit_img figure + figure,
main#main_column article .txt_img_box .unit_img figure + img,
main#main_column article .txt_img_box .unit_img img + figure,
main#main_column article .txt_img_box .unit_img img + img {
	margin-top: 5vw;
}

main#main_column article .txt_img_box .unit_img figure figcaption {
	font-size: 3.7vw;
}





/*******画像のみボックス（.img_grid_boxはキャプション対応）*******/
main#main_column article .img_grid_box,
main#main_column article .img_list_box {
	grid-template-columns: 1fr;
}
main#main_column article .img_grid_box {
	gap: 8vw 0;
}
main#main_column article .img_list_box {
	gap: 5vw 0;
}

main#main_column article .img_grid_box figure figcaption,
main#main_column article .img_wide_box figure figcaption {
	font-size: 3.7vw;
}








/*================================================
 *  Modaal
 ================================================*/
.modaal-inner-wrapper {
	padding: 3.5vw;
}



.modaal-image .modaal-inner-wrapper  {
	padding: 15vw 5vw!important;
	height: auto;
}

/*画像拡大して見る用*/
.js_modaal_scale .modaal-gallery-item img {
	width: 200vw!important;
	max-width: inherit;
}
	

/*******閉じるボタン*******/
.modaal-close {
    font-size: 11vw;
}

















}