@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	line-height: 100%;
    box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: 100%;
}
body.sr-is-loading {
	visibility: hidden;
}
body {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", 
    "Hiragino Kaku Gothic Pro", "游ゴシック", 
    "メイリオ", Meiryo, sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
h1, h2, h3, h4, .h5, h6 {
	text-align: center;
	color: #222;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}
p, li, th, td {
	font-size: 16px;
	line-height: 160%;
	color: #222;
	letter-spacing: 0.02em;
}
p {
	line-height: 170%;
}
@media screen and (min-width: 1000px) {
p, li {
	font-size: 17px;
}
}

table, ul, ol {
    text-align: left;
	list-style: none;
    border-collapse: collapse;
}
table {
    width: 100%;
}
a {
    color: #222;
	text-decoration: none;
    transition: all 0.2s ease;
}
a img {
	border: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
img {
    width: 100%;
    vertical-align: bottom;
    object-fit: cover;
}
.palt {
	font-feature-settings: "palt";
}
.pkna {
	font-feature-settings: "pkna";
}
.bold {
	font-weight: bolder;
}
.normal {
	font-weight: normal;
}
.center {
    text-align: center;
}
.justify {
    text-align: justify;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.nowrap {
    white-space: nowrap;
}
.block {
    display: block;
}
.white {
    color: #fff;
}
.yellow {
    color: #ff0;
}
.clr_main {
    color: #41af32;
}
.clr_sub {
    color: #ff5a6e;
}
.clear {
    opacity: 0;
}
.no_link {
	pointer-events: none;
}
@media screen and (min-width: 1000px){
.no_tel_link {
    pointer-events: none;
}
}

/* rectangle */
.rectangle {
	color: #192f60;
	display: inline-block;
	width: 16px;
	transform: scale(0.5, 1.1);
	transform-origin: top left;
	margin-right: -3px;
	vertical-align: 1px;
}


/* ulolまわり */
ul.rectangle_bkclr {
	list-style: url(../img/ul_rectangle_bkclr.svg);
	padding-left: 18px;
}
ul.rectangle_mainclr {
	list-style: url(../img/ul_rectangle_mainclr.svg);
	padding-left: 18px;
}
ul.rectangle_subclr {
	list-style: url(../img/ul_rectangle_subclr.svg);
	padding-left: 18px;
}
ul.circle_mainclr  {
	list-style: url(../img/ul_circle_mainclr.svg);
	padding-left: 22px;
}
ul.circle_subclr  {
	list-style: url(../img/ul_circle_subclr.svg);
	padding-left: 22px;
}
ul.donuts_mainclr {
	list-style: url(../img/ul_donuts_mainclr.svg);
	padding-left: 25px;
}
ul.dot_mainclr {
	list-style: url(../img/ul_dot_mainclr.svg);
	padding-left: 15px;
	text-indent: -3px;
}
ul.dot_bkclr {
	list-style: url(../img/ul_dot_bkclr.svg);
	padding-left: 15px;
	text-indent: -2px;
}
ul.checkbox_mainclr {
	list-style: url(../img/ul_checkbox_mainclr.svg);
	padding-left: 25px;
}
ul.checkbox_main_bk {
	list-style: url(../img/ul_checkbox_mainclr_x_bk.svg);
	padding-left: 25px;
}
ul.ul_inline {
	display: flex;
	flex-wrap: wrap;
	gap: 0 30px;
}
ul.ul_inline00 {
	display: flex;
	flex-wrap: wrap;
}
ul.li_18 li {
	font-size: 18px;
}
@media screen and (min-width: 1000px){
ul.ul_inline {
	gap: 0 40px;
}
}
ul.ul_inline02 {
	display: flex;
	flex-wrap: wrap;
	gap: 0px;
}
ul.ul_inline03 {
	display: flex;
	flex-wrap: wrap;
	gap: 0 50px;
}
/* iosのための新しいol */
ol.num {
	list-style: none; /* デフォルトのリストスタイルを消す */
	counter-reset: list-counter; /* カウンターをリセット */
}
ol.num li {
	counter-increment: list-counter; /* カウンターを増やす */
	position: relative;
	padding-left: 25px; /* 番号の分だけ余白を確保 */
}
ol.num li::before {
	content: counter(list-counter) ".";
	position: absolute;
	left: 4px; /* 番号を左端に固定 */
}
ul.ibauto, ol.ibauto {
	display: inline-block;
	width: auto;
}

li {
	margin-bottom: 5px;
}
ul.slim li, 
ol.slim li, 
li.slim {
	margin-bottom: 0;
}
ul.wide li, 
ol.wide li, 
li.wide {
	margin-bottom: 10px;
}
ul.wide02 li, 
ol.wide02 li, 
li.wide02 {
	margin-bottom: 15px;
}
ul.ul_inline li, 
ul.ul_inline02 li {
	text-align: left;
	margin-bottom: 0;
}
ul.ul_palt li {
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}
li:last-of-type, 
ol.wide02 li:last-of-type {
	margin-bottom: 0;
}


.container {
	width: 100%;
	margin: 0 auto;
}


/* SPヘッダー */
.SP_header {
	width: 100%;
	height: 80px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.2));
}
.SP_header a img {
	height: 70px;
	object-fit: contain;
    margin: 5px auto;
}
@media screen and (min-width: 768px) {
.SP_header {
	height: 60px;
}
.SP_header a img {
	height: 46px;
    margin: 7px auto;
}
}

@media screen and (min-width: 1000px) {
/* PCヘッダー */
.PC_header {
	width: 100%;
    height: 70px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}
.PC_header_box {
    display: flex;
    justify-content: center;
    align-items: center;
}
.PC_header_in {
    width: 100%;
    max-width: 1200px;
    height: 70px;
    margin: 0 10px;
    display: flex;
    justify-content: space-between;
}
.PC_logo a img {
	height: 54px;
    object-fit: contain;
	margin: 8px 0;
}

.top_linkbox {
	display: flex;
}
a.top_rec_box {
	width: 170px;
	height: 55px;
	margin: 7.5px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
a.top_rec_box:hover {
	opacity: 0.8;
}
a.top_rec_box p {
	font-size: 15px;
	line-height: 130%;
	color: #fff;
	width: 90px;
	height: 55px;
	padding-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 5px 0 0 5px;
	clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
}
.trb_L {
}
.trb_R {
	background: linear-gradient(135deg, #ff647a, #ff5062);
}
.trb_L span {
	font-size: 15.5px;
	font-weight: bold;
	margin: 0 auto -17.5px;
}
.trb_R span {
	font-size: 15.5px;
	font-weight: bold;
	margin: 2.5px auto 0;
}
.top_rec_pic {
	width: 100px;
	height: 55px;
	border-radius: 0 5px 5px 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

/* グローバルナビゲーション */
#menupc {
	width: 100%;
	height: 60px;
	background: linear-gradient(#eefceb, #e4f8e1);
	position: absolute;
	top: 70px;
	z-index: 1000;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1));
}
#menupc.m_fixed {
	position: fixed;
	top: 0;
	left: 0;
}
.mp_in {
	max-width: 1200px;
	margin: 0 auto;
}
.mp_list {
	display: flex;
	justify-content: space-around;
	align-items: center;
	text-align: center;
}
.mp_item {
	font-size: 16px;
	display: table;
	flex: 1;
	border-left: 1px solid #fff;
	margin-bottom: 0;
}
.mp_item:last-of-type {
	border-right: 1px solid #fff;
}
.mp_item a {
  line-height: 130%;
	font-weight: bold;
	height: 60px;
	color: #222;
	background: linear-gradient(#eefceb, #e4f8e1);
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 0;
}
.mp_item a:after {
	content: "";
	width: 100%;
	height: 100%;
	background: #daf3d7;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	transition: all 0.2s ease;
}
.mp_item a:hover:after {
	opacity: 1;
}
.mp_item .mp_eng {
	font-size: 13px;
	line-height: 100%;
	font-family: "Mulish", sans-serif;
	font-weight: 600;
	color: #41af32;
}
.mp_item a.mp_now {
	background: #daf3d7;
}
}

/* メイン画像 */
.mainimg {
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: sticky;
	top: 0;
	z-index: -2;
}

/* .viewer
------------------------- */
.viewer {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.viewer ul {
	margin: 0;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.viewer ul li {
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.viewer ul li img {
	width: 100%;
	height: 100vh;
	position: absolute;
	object-fit: cover;
}


/*===  丸が動いてスクロールを促す ====*/
/*スクロールダウン全体の場所*/
.scrolldown2 {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 100;
}
/*Scrollテキストの描写*/
.scrolldown2 span {
	position: absolute;
	left: 10px;
	bottom: 90px;
	color: #41af32;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
/* 丸の描写 */
.scrolldown2:before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: -4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #41af32;
	/*丸の動き1.6秒かけて透過し、永遠にループ*/
	animation:
		circlemove 2.0s ease-in-out infinite,
		cirlemovehide 2.0s ease-out infinite;
}
/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
0% {
	bottom: 125px;
}

100% {
	bottom: -5px;
}
}
/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
0% {
	opacity: 0
}

50% {
	opacity: 1;
}

80% {
	opacity: 0.9;
}

100% {
	opacity: 0;
}
}
/* 線の描写 */
.scrolldown2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 130px;
	background: #41af32;
}

@media screen and (min-width: 1000px) {
.scrolldown2 span {
	bottom: 10px;
}
/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
0% {
	bottom: 45px;
}

100% {
	bottom: -5px;
}
}
/* 線の描写 */
.scrolldown2:after {
	height: 50px;
}
}


/* 各ブロック */
.box {
	padding: 50px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.greeting {
	background-image: url(../img/bg_watercolor.avif);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.philosophy {
	padding: 70px 0;
}
.contents {
	background: #fff;
	overflow: hidden;
	margin-top: -1px /* 背景画像が1px見えちゃうのを防ぐの */
}
.news {
	background: linear-gradient(135deg, #eefceb, #e4f8e1);
}
.recruit {
	background: #fff;
}
.s_inner, .m_inner, .l_inner {
	width: 100%;
	max-width: 700px;
	margin: 0 20px;
}
.xs_inner {
	width: 100%;
	max-width: 700px;
	margin: 0 20px;
}
@media screen and (min-width: 1000px) {
/* 各ブロック */
.box {
	padding: 100px 0;
}
.s_inner, .m_inner, .l_inner {
	margin: 0 50px;
}
.m_inner {
	max-width: 1000px;
}
.l_inner {
	max-width: 1200px;
}
}

/* テキスト周り */
h2.h2_top {
	font-size: 24px;
	line-height: 160%;
	font-weight: 400;
	text-align: center;
	color: #41af32;
	margin: 0 0 20px;
	letter-spacing: 0em;
	font-feature-settings: "pkna";
}
h3.philo {
	line-height: 100%;
	margin: 0 0 25px;
}
h2.h2_top_bd {
	font-size: 24px;
	line-height: 110%;
	font-weight: 400;
	text-align: center;
	color: #222;
	margin: 0 15px 50px;
	padding-bottom: 30px;
	position: relative;
}
h2.h2_top_bd:after {
	width: 60px;
	content: "";
	border-bottom: 5px solid #41af32;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
/* ######## 1000px以上 ######## */
@media screen and (min-width: 1000px) {
h2.h2_top {
    font-size: 28px;
    margin: 0 0 40px;
}
h3.philo {
	line-height: 100%;
	margin: 0 0 25px;
}
h2.h2_top_bd {
	font-size: 28px;
}
h2.h2_top_bd:after {
	width: 60px;
}
}


p.txt01 {
	line-height: 170%;
	text-align: justify;
}
@media screen and (min-width: 1000px) {
p.txt01 {
	line-height: 200%;
}
}

p.mp01b {
	font-size: 17px;
	line-height: 160%;
	font-weight: bold;
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
p.mp01b {
	font-size: 18px;
	line-height: 170%;
	font-weight: bold;
	margin-bottom: 10px;
}
}


/* 背景固定 */
.back-img-a,
.back-img-b {
	display: block;
	position: sticky;
	top: 0;
	height: 0;
	max-height: 0;
	overflow: visible;
	z-index: -1;
}

.back-img-a::after,
.back-img-b::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.back-img-a::after {
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.7)), url(../img/top_bg01_4849.avif);
}

.back-img-b::after {
	background-image: linear-gradient(-45deg, #e9fae6dd, rgba(255, 255, 255, 0.7)), url(../img/top_bg02_4984.avif);
}


/* 当院について */
.philo_box {
	text-align: center;
	background: #e9fae6b3;
    border-radius: 5px;
	padding: 30px 20px;
}
p.philo_mes {
    font-size: 18px;
    line-height: 180%;
	text-align: left;
    display: inline-block;
}
ol.philo_list li {
	font-size: 17px;
	line-height: 160%;
	margin-bottom: 20px;
	display: inline-block;
}
.philo_list li:last-of-type {
	margin-bottom: 0;
}
@media screen and (min-width: 768px){
p.philo_mes {
    font-size: 19px;
}
}
@media screen and (min-width: 1000px){
.philo_box {
    border-radius: 10px;
}
ol.philo_list li {
	font-size: 18px;
	line-height: 180%;
	margin-bottom: 25px;
}
}

/* 看護部紹介 */
.contentsbox {
	text-align: center;
}

.c_box1,
.c_box2 {
	width: 100%;
	margin-bottom: 40px;
}

.c_box2:last-of-type {
	margin-bottom: 0;
}

.c_pic1 img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.flame img {
	width: 100%;
	height: 200px;
	object-fit: contain;
}

.c_pic2 img {
	object-position: 50% 20%;
}

.c_pic3 img {
	object-position: 50% 10%;
}

.flame {
	border: solid 10px #eee;
	;
}

.c_txt {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.ct1 {
	background: #ffebf5;
}

.ct2 {
	background: #e1f5ff;
}

.ct3 {
	background: #fff0e1;
}

.ct4 {
	background: #e6ffeb;
}

.ct_box {
	padding: 25px 15px;
}

h3.h3_top {
	font-size: 18px;
	line-height: 100%;
	font-weight: bolder;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}

.ct1 h3.h3_top {
	color: #ff50a0;
}

.ct2 h3.h3_top {
	color: #00beff;
}

.ct3 h3.h3_top {
	color: #ff8c00;
}

.ct4 h3.h3_top {
	color: #3cc846;
}

h3.h3_top:after {
	margin-left: 10px;
	content: "";
	flex-grow: 1;
}

.ct1 h3.h3_top:after {
	border-top: solid 1px #ff50a0;
}

.ct2 h3.h3_top:after {
	border-top: solid 1px #00beff;
}

.ct3 h3.h3_top:after {
	border-top: solid 1px #ff8c00;
}

.ct4 h3.h3_top:after {
	border-top: solid 1px #3cc846;
}

p.ct_title {
	font-size: 22px;
	line-height: 140%;
	font-weight: 600;
	text-align: justify;
	margin-bottom: 15px;
}

p.ct_intro {
	text-align: justify;
	margin-bottom: 15px;
}


/* moreボタン */
.ct_link_box {
	width: 200px;
	height: 50px;
	padding: 1px;
	border-radius: 25px;
	margin: 0 auto;
}
.clb01 {
	background: linear-gradient(120deg, #ff50a0 0%, #e13291 100%);
}
.clb02 {
	background: linear-gradient(120deg, #00beff 0%, #0096e1 100%);
}
.clb03 {
	background: linear-gradient(120deg, #ff8c00 0%, #e16400 100%);
}
.clb04 {
	background: linear-gradient(120deg, #3cc846 0%, #1e7d23 100%);
}
a.ct_link {
	font-size: 16px;
	line-height: 50px;
	width: 198px;
	height: 48px;
	color: #fff;
	border-radius: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 0;
	transition: all 0.2s ease;
}

a.ct_link i {
	font-size: 13px;
	margin-left: 10px;
}

a.ct_link span {
	position: relative;
}

a.ct_link::before {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 25px;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.2s ease;
}

a.cl1::before {
	background: linear-gradient(120deg, #ff50a0 0%, #e13291 100%);
}

a.cl2::before {
	background: linear-gradient(120deg, #00beff 0%, #0096e1 100%);
}

a.cl3::before {
	background: linear-gradient(120deg, #ff8c00 0%, #e16400 100%);
}

a.cl4::before {
	background: linear-gradient(120deg, #3cc846 0%, #1e7d23 100%);
}

a.ct_link:hover::before {
	opacity: 0;
}



/* おしらせ */
.table_information th {
	font-size: 15px;
	line-height: 140%;
	font-weight: bold;
	text-align: left;
	color: #41af32;
	display: block;
	padding: 15px 15px 5px;
}
.table_information td {
	font-size: 16px;
	line-height: 160%;
	text-align: left;
	color: #222;
	display: block;
	border-bottom: solid 1px #ccc;
	padding: 0 15px 15px;
}
.table_information tr:first-child th {
	border-top: solid 1px #ccc;
}
.table_information td a.ti_link {
	color: #41af32;
	text-decoration: underline;
	transition: all 0.2s ease;
}

/* 採用情報 */
a.rec_boxL,
a.rec_boxR {
	width: 100%;
	max-width: 500px;
	height: 130px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	transition: all 0.2s ease;
}
a.rec_boxL {
	background: linear-gradient(135deg, #50b63e, #32a826
);
	margin: 0 auto 25px;
}
a.rec_boxR {
	background: linear-gradient(135deg, #ff647a, #ff5062);
	margin: 0 auto;
}
.rec_box p {
	font-size: 18px;
	line-height: 150%;
	color: #fff;
	margin: 0 auto;
}
.r_pic {
	max-width: 200px;
	max-height: 130px;
	object-fit: cover;
	clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
}
.rec_i {
	font-size: 50px;
	line-height: 100%;
	color: rgba(255, 255, 255, 0.2);
	position: absolute;
	right: 10px;
}


/*フッター*/
footer {
	padding: 50px 0 40px;
	display: flex;
	justify-content: center;
	align-items: center;
    text-align: center;
}
.f-logo {
	max-width: 300px;
	margin: 0 auto 30px;
}
.f-ad {
	margin: 0 auto 40px;
}
p.f-ad-in {
	margin: 0 auto 30px;
}
a.f-tel {
	color: #222;
}
p.f-link-in a {
	font-size: 15px;
	color: #222;
	background: #fff;
	padding: 10px 15px;
	border: solid 1px #222;
	box-sizing: border-box;
	transition: all 0.2s linear;
}
.f-link-in a i {
	margin-left: 5px;
}
p.copyright {
	font-size: 11px;
	line-height: 150%;
	text-align: center;
}

/*ページトップへGOボタン*/
.page_top {
	position: fixed;
	bottom: 10px;
	left: 10px;
	background: linear-gradient(#fff, #ddd);
	z-index: 100;
	filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.4));
}
.page_top a {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.2s linear;
}
.page_top i {
	font-size: 22px;
	color: #222;
}


/* SPメニュー */
.header__trigger {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	background: #41af32;
    z-index: 9999;
	filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.4));
}
.header__trigger span {
	display: block;
	position: absolute;
	left: 50%;
	width: 20px;
	height: 2px;
	border-radius: 1px;
	background-color: #fff;
	transform: translateX(-50%);
}
.header__trigger span:first-child {
	top: 15px;
}
.header__trigger span:nth-child(2) {
	top: 50%;
	transform: translate(-50%, -50%);
}
.header__trigger span:last-child {
	bottom: 15px;
}
.header__trigger.active span:first-child {
	transform: translate(-50%, 10px) rotate(-45deg);
	transition: transform 0.3s ease-in-out;
}

.header__trigger.active span:nth-child(2) {
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.header__trigger.active span:last-child {
	transform: translate(-50%, -8px) rotate(45deg);
	transition: transform 0.3s ease-in-out;
}

/* ハンバーガー中身 */
.global-SPnav {
	width: 100%;
	height: 100vh;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	background-image: url(../img/bg_watercolor.avif);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.2s ease-in-out;
	overflow: auto;
	pointer-events: none;
	z-index: 1000;
}
.global-SPnav.active {
	left: 0;
	opacity: 1;
	pointer-events: auto;
}
.global-SPnav_in {
	max-width: 600px;
	margin: 0 auto 80px;
}
.global-SPnav_in img {
	width: 100%;
	max-width: 280px;
	margin: 20px;
}

/* ハンバーガーメニュー展開時、背景を固定 */
body.active {
	height: 100%;
	overflow: hidden;
}
.global-SPnav ul {
	margin: 0 30px;

}

.global-SPnav ul li {
	font-weight: bolder;
	width: 100%;
	border-bottom: solid 1px #41af32;
}

.global-SPnav ul li.mfirst {
	border-top: 1px solid #41af32;
}

.global-SPnav ul li a {
	font-size: 16px;
	line-height: 60px;
	font-weight: normal;
	text-align: center;
	color: #222;
	padding: 0 10px;
	display: block;
}


.r_box {
	display: flex;
	margin: 30px 25px 0;
}
.i_box {
	display: flex;
	margin: 30px 30px 0;
	padding-bottom: 150px;
}
a.r_in,
a.i_in {
	font-size: 16px;
	line-height: 140%;
	text-align: center;
	color: #fff;
	padding: 15px 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
a.r_in {
	width: 50%;
	background: linear-gradient(135deg, #50b63e, #32a826
);
}
a.i_in {
	width: 100%;
	background: linear-gradient(135deg, #50b63e, #32a826
);
}
a.rL {
	margin-right: 10px;
}
a.rR {
	margin-left: 10px;
}


/* ######## 499px以上 ######## */
@media screen and (min-width: 499px) {
.c_pic1 img {
	height: 300px;
}
.flame img {
	height: 300px;
}
}


/* ######## 768px以上 ######## */
@media screen and (min-width: 768px) {
.philo_box {
	padding: 50px 50px;
}
.c_pic1 img {
	height: 350px;
}
.flame img {
	height: 350px;
}
.ct_box {
	padding: 30px;
}
}


/* ######## 1000px以上 ######## */
@media screen and (min-width: 1000px) {
/* 当院について */
p.philo_list {
	/* line-height: 100%; */
}

.policy_box {
	padding: 50px 40px;
	margin-top: 50px;
}

/* コンテンツ */
.c_box1 {
	height: 400px;
	margin-bottom: 70px;
	display: flex;
}

.c_box2 {
	height: 400px;
	margin-bottom: 70px;
	display: flex;
	flex-direction: row-reverse;
}

.c_pic1,
.flame {
	width: 50%;
}

.c_pic1 img {
	height: 400px;
}

.flame img {
	height: 380px;
}

.c_txt {
	width: 50%;
	height: 400px;
}

.ct_box {
	max-width: 500px;
	padding: 40px;
}

h3.h3_top {
	font-size: 20px;
	margin-bottom: 20px;
}

p.ct_title {
	font-size: 26px;
	margin-bottom: 25px;
}

p.ct_intro {
	margin-bottom: 40px;
}

a.ct_link:hover {
	background: #fff;
}

a.cl1:hover {
	color: #ff50a0;
}

a.cl2:hover {
	color: #00beff;
}

a.cl3:hover {
	color: #ff8c00;
}

a.cl4:hover {
	color: #3cc846;
}



/* おしらせ */
.table_information th,
.table_information td {
	display: table-cell;
	text-align: left;
	border-bottom: solid 1px #ccc;
}

.table_information th {
	padding: 20px 10px 20px 20px;
}

.table_information td {
	padding: 20px 20px 20px 10px;
}

.table_information tr:first-child {
	border-top: solid 1px #ccc;
}

/* 採用情報 */
.rec_box {
	display: flex;
	justify-content: space-between;
}
a.rec_boxL, a.rec_boxR {
	height: 170px;
}
a.rec_boxL {
	width: calc(50% - 20px);
	margin: 0 20px 0 0;
}
a.rec_boxR {
	width: calc(50% - 20px);
	margin: 0 0 0 20px;
}
a.rec_boxL:hover, a.rec_boxR:hover {
	opacity: 0.8;
}
.rec_box p {
	padding-right: 10px;
}
.r_pic {
	max-width: 300px;
	max-height: 170px;
}


/*フッター*/
footer {
	padding: 80px 0 40px;
}

.f-ad {
	margin: 0 auto 50px;
}

p.f-ad-in {
	font-size: 16px;
	margin: 30px auto;
}

.f-link-in a:hover {
	color: #fff;
	background: #41af32;
}

.f-sm {
	margin-bottom: 50px;
	display: flex;
	justify-content: space-around;
}

.f-sm-in li {
	margin-bottom: 20px;
}

.f-sm-in li:last-of-type {
	margin-bottom: 0;
}

.f-sm-in li a {
	font-size: 16px;
	color: #222;
	display: block;
	transition: all 0.2s linear;
}

.f-sm-in li a:hover {
	color: #41af32;
}

.f-sm-in li i {
	color: #41af32;
	margin-right: 5px;
}

/*ページトップへGOボタン*/
.page_top {
	right: 10px;
	left: auto;
}
.page_top a:hover {
	background-color: #fff;
}
}

