/* CSS Document */
/*------------------------------------------------------------------*/
/*  common                                                          */
/*------------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
	font-weight: 400;
	font-style: normal;	
}
body {
	font-family: ryo-gothic-plusn,sans-serif;
	color: #333;
}
article[id^="MARK"] {
	background-color:#fff;
}
article {
	box-shadow: 0px 0px 15px #666;
	width:100%;
	overflow-x:hidden;
	overflow-y:hidden;
}
:root {
	--color-01: #00a2e5;
	--color-02: #d41e32;
	--color-03: #1f82c1;
	--color-04: #f39800;
	--color-05: #d9eef6;
	--color-06: #036086;
}
.header_content {
	border-bottom: 1px solid #808080;
}
h1,h2,h3,h4 {
	font-family: ten-mincho-text;
	letter-spacing: 0.05em;
}
.wrap_scroll_fixed_img {display: none !important;}
/*h2:before {
	content: '';
	position: absolute;
	top: 0;
	text-align: center;
	margin: 0 auto;
	width: 2em;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}*/
h2 {
	margin-top: 70px;
    padding-top: 30px;
    color: var(--color-01);
    text-align: center;
    padding-bottom: 30px;
    font-weight: 400;
    font-size: 140%;
	background: url("../img/h2bg.png") no-repeat top center;
}
h3 {
    color: var(--color-01);
    text-align: center;
	padding:5px;
    font-weight: 400;
    font-size: 120%;	
}
footer {
	background-color: var(--color-05);
    position: relative;
    z-index: 30;
	padding	:50px 10px 0;
}
p {line-height: 1.8;}
p.p_std {
	margin:20px;
}
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

.pt_col { color: var(--color-02); }
.ot_col { color: var(--color-03); }
.st_col { color: var(--color-04); }
.sp_view {
	display: block;
}
.pc_view {
	display: none;
}
.dummy_box {
	width: 90%;
    height: 100vh;
    background-color: #eee;
    margin: 20px auto;
    border: 1px solid #333;
    border-radius: 10px;
    text-align: center;
    line-height: 280px;
    display: table;
}
.w100 {width: 100%;}
.benefit {margin-bottom: 2em;}
.benefit img { width: 100%;}
#PRINT_IMAGES {
	display:none;	
}


/*------------------------------------------------------------------*/
/*  animation                                                       */
/*------------------------------------------------------------------*/
/*.fade_left.switch {
    opacity: 0;
    transform: translate(-20px, 0);
}
.fade_left {
	opacity: 1;
    transform: translate(0, 0);
    transition: opacity .7s ease-in-out,all .7s ease;
}
.fade_right.switch {
    opacity: 0;
    transform: translate(20px, 0);
}
.fade_right {
	opacity: 1;
    transform: translate(0, 0);
    transition: opacity .7s ease-in-out,all .7s ease;
}
.fade_top.switch {
    opacity: 0;
    transform: translate(0px, -20px);
}
.fade_top {
	opacity: 1;
    transform: translate(0, 0);
    transition: opacity .7s ease-in-out,all .7s ease;
}
.fade_bottom.switch {
    opacity: 0;
    transform: translate(0px, 20px);
}
.fade_bottom {
	opacity: 1;
    transform: translate(0, 0);
    transition: opacity .7s ease-in-out,all .7s ease;
}*/
/*------------------------------------------------------------------*/
/*  animation                                                       */
/*------------------------------------------------------------------*/
.h2_animation {
	
}
.h2_animation span {
	opacity: 0;
	display:inline-block;
}
.h2_animation span.show {
	animation-name: h2_animation_exe;
    animation-duration: 0.6s;
	animation-fill-mode:both;
}
@keyframes h2_animation_exe {
	0% {
		opacity: 0;
		transform: translateY(0px);
	}
	30% {
		opacity: 0.3;
		transform: translateY(20px);
	}
	70% {
		opacity: 0.7;
		transform: translateY(-10px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
/*------------------------------------------------------------------*/
/*  目次                                                            */
/*------------------------------------------------------------------*/
.wrap_table_contents {
	
}
.wrap_table_contents_btn {
	position: fixed;
    bottom: -50px;
    right: -40px;
    z-index: 50;
    background-color: var(--color-01);
    color: #fff;
    width: 130px;
    height: 130px;
    border-radius: 50%;
	transition: all .5s ease-in-out;
	cursor: pointer;
}
.wrap_table_contents_btn.hideIcon {
	opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}
.tabele_contents_btn {
	position: absolute;
    top: 15px;
    left: 33px;
    font-size: 20px;
    font-weight: bold;
	opacity:1;
}
.tabele_contents_btn i {
	display: block;
    font-size: 130%;
    text-align: center;
}
.gnavi.open {
    visibility: visible;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all .3s ease .1s;
    transition: all .3s ease .1s;
}
.gnavi {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
	background-color:var(--color-01);
    z-index: 200;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    -webkit-overflow-scrolling: touch;
}
.gnavi.open .gnavi-bg {
    visibility: visible;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all .3s ease-in .3s;
    transition: all .3s ease-in .3s;
}
.gnavi .gnavi-bg {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transition: all .3s ease-in .3s;
    transition: all .3s ease-in .3s;
    z-index: -1;
}
.gnavi.open .gnavi-wrap {
    opacity: 1;
    -webkit-transition: all 1s ease .5s;
    transition: all 1s ease .5s;
}
.gnavi .gnavi-wrap {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
}
.gnav_top_images {
	background: var(--color-01);
}
.wrap_gnav_top_images_contents {
	width: 50%;
	float: left;
}
.gnav_top_img {
	width: calc( 50% - 20px );
    float: left;
    display: block;
    margin: 10px;
    box-sizing: border-box;
}
.gnav_top_images_h1 {
	margin: 60px 3px;
	padding: 20px 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
	line-height: 1.8;
    font-size: 100%;
	border-top: 4px double #fff;
	border-bottom: 4px double #fff;
}
.gnavi_ul {
	border-bottom: 1px solid #ccc;
}
.gnav_li {
    border-top: 1px solid #ccc;
    padding: 5px;
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
	position:relative;
	cursor: pointer;
}
.gnav_li::after {
    content: "\f35a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: calc( 50% - 10px );
    right: 10px;
    font-size: 20px;
    color: #00a2e5;
}
.gnav_li:nth-of-type(2n) {
    /* background-color: var(--color-05); */
}
.gnav_thumbnai {
    display: inline-block;
	width: 30px;
    margin: 15px 15px;
}
.gnav_table_header {
	display: inline-block;
    padding: 5px 20px 5px 10px;
	font-size:90%;
}
.gnavi_close {
	text-align: center;
    color: #333;
	background: #eee;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 15px;
	margin: 10px;
    margin-top: 40px;
}
.gnavi_close i {
}
body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}

/*------------------------------------------------------------------*/
/*  slick                                                           */
/*------------------------------------------------------------------*/
.slick-dots li {
	width: 10px!important;
	height:10px!important;
}
/*------------------------------------------------------------------*/
/*  slick  (end)                                                    */
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*  footer                                                          */
/*------------------------------------------------------------------*/
.ft_img_yuu {
	display: block;
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
	
}
.ft_img_wedding {
	width: 80%;
    max-width: 400px;
    display: block;
    margin: 10px auto;	
}
.ft_link_riha_section {
	text-decoration: none;
    display: block;
    text-align: center;
    color: #333;
    margin: 10px auto 50px;
}
.ft_link_holonicsystem {
	
}
.ft_link_holonicsystem img {
	width: 80%;
    max-width: 400px;
    margin: 0 auto;
    display: block;
}
.ft_link_social_media_policy {
	display: block;
    font-size: 80%;
    text-align: center;
    margin: 50px 0;
}
.ft_copyright {
	font-size: 80%;
    color: #aaa;
    margin-top: 50px;
    text-align: center;
}

/*------------------------------------------------------------------*/
/*                                                                  */
/*------------------------------------------------------------------*/

.header_img {
	width: 100%;
}
.wrap_scroll_fixed_img {
	position:relative;
	width:100%;
	/* height: calc( 100vw / 1129.0 * 751.0 ); */
	height: 100vw;
}
.fit_img {
	width: 100%;
	vertical-align: bottom;
}
.fit_img.scroll_fixed_img {
	position:absolute;
	top:0;
	left:0;	
}
.fit_img.scroll_fixed_img.fixed_img {
    position: fixed;
}
.fac_adder_h3 {
	font-size:90%;
}

.wrap_body {
	width:100%;
	overflow-x:hidden;
}
/* .inner_header_fixed_bg {
	background-image: url('./../img/reha_3.png');
	background-attachment: fixed;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100vw;
	height: calc( 100vw / 1125.0 * 1627.0 );
}*/
.inner_header_fixed_bg {
	display:block;
	width: 100%;
	height: calc( 100vw / 1125.0 * 1627.0 );
	position:relative;
}
.inner_header_fixed_bg::before {
	content:"";
	display:block;
	position:fixed;
	top:30px;
	left:0;
	z-index:-1;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:top center;
	/* background-image:url(./../img/reha_3.png); */
	background-image:url(./../img/cover.png);
	background-size:contain;
	/* animation-name: fadein; */
    /* animation-duration: 2s; */
}
@keyframes fadein {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

	
.inner_header_fixed_bg2 {
	background-image: url('./../img/reha_10.png');
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: calc( 100vw / 1125.0 * 1969.0 );
}
.fixed_bg {
	
}
.wrap_cut_in {
	/* width:100%; */
	/* height:100%; */
	width:0%;
	height:0%;
	position:fixed;
	z-index:100;
	top:0;
	left:0;
	overflow-x:hidden;
	overflow-y:hidden;
}
.wrap_cut_in.active {
	width: 100%;
	height: 100%;
}
.cut_in {
	width: 100%;
	height:100%;
	position:absolute;
	top:0;
	left:-100%;
	z-index:101;
	background-color:rgba(25,173,216,0.9 );
}
.cut_in_h2 {
	color: #fff;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 100vh;
	padding:0;
}
.wrap_auto_x_scroll {
	background-color: #fff;
    padding: 10px;
    padding-bottom: 30px;
}
.inner_auto_x_scroll {
	border: 1px solid #eee;
	padding: 5px;
	overflow-x: scroll;
}
.inner_auto_x_scroll img {
	width: 1200px;
}
.top_message {
	text-align: center;
    margin: 10px 10px 50px 10px;
    line-height: 1.8;
}
.wrap_facilities {
	
}
.flex_osaka {
    text-align: center!important;
    justify-content: center!important;
    display: flex;
    display: inline-block;
}
.fac_link {
    width: calc( ( 100% - 15px ) / 6 );
    display: block;
    float: left;
    margin-right: 5px;
    line-height: 0;
    margin-bottom: 5px;
}
.fac_link:nth-of-type(4n) {
	margin-right:0;
}
.fac_img {
	width: 100%;
}
.fac_map {
	width:49.5%;
	display:block;
	float:left;
    margin-bottom: 5px;
}
.fac_map:first-of-type {
	margin-right: 1%;
}
.wrap_fac_sub_1col {	
	width: calc( 25% - ( 15px / 4 ) );
	float:left;
	margin-right:5px;
}
.wrap_fac_sub_1col.no_mr {
	margin-right:0px;
}
.wrap_fac_sub_1col .fac_link{
	width: 100%;
	margin-right:0;
}
.wrap_fac_sub_1col.no_mr .fac_link{
	margin-right:0;
}
.wrap_fac_sub_1col .fac_img {
}
.wrap_fac_sub_2col {	
	width: calc( 50% - ( 15px / 2.0 ) + 5px );
	float:left;
	margin-right:5px;
}
.wrap_fac_sub_2col .fac_link{
	width: calc( ( 100% - 5px ) / 2 );
}
.wrap_fac_sub_2col .fac_link:nth-of-type(2){
	margin-right:0;
}
.wrap_fac_sub_2col .fac_img {
}
.wrap_fac_sub_2col.no_mr {	
	margin-right:0;
}
.boss_message {
    padding: 0 30px;
    margin-bottom: 50px;
}
.bs_msg_p {
	float: left;
    width: 60%;
    font-size: 90%;
    padding-right: 20px;
    box-sizing: border-box;
}
.wrap_bs_msg_images {
	float:left;
	width:40%;	
}
.bs_msg_img {
	width:100%;
}
.bs_msg_motto_img {
	width:100%;
}
.bs_msg_motto {
font-size: 75%;
    color: var(--color-06);
    text-align: center;
    padding: 10px 3px;
    /* padding-top: 27px; */
    background-color: #e2f4fb;
    border-radius: 5px;
    position: relative;
    margin-top: 15px;
    border: 1px solid var(--color-06);
}
.bs_msg_motto::after {
    content: "";
    width: 100%;
    background-image: url(./../img/icon_motto_sml.png);
    background-size: 90px;
    background-position: center 0px;
    background-repeat: no-repeat;
    position: absolute;
    top: -25px;
    left: 0;
    height: 50px;
}
.wrap_supervisor {
	padding: 20px 0;
	display:flex;
	flex-wrap: wrap;
}
.supervisor {
	width:25%;
	margin-bottom:10px;
}
.supervisor_img {
	width: 70%;
    display: block;
    border-radius: 50%;
    margin: 0 auto;
	border: 1px solid #eee;
}
.supervisor_name {
	font-size: 9px;
    text-align: center;
    color: var(--color-01);
    line-height: 12px;
    margin: 3px 0 0;
}
.has_motto .supervisor {
	width: 33.3333333%;
	margin-bottom:30px;
}
.page_ft {
	color: #fff;
	padding: 10px;
	text-align: center;
	background-color: var(--color-06);
}
.page_ft.oubo {background: #eee;}
.page_ft.pt {
	background-color: var(--color-02);
}
.page_ft.ot {
	background-color: var(--color-03);
}
.page_ft.st {
	background-color: var(--color-04);
}
.page_ft.pt,
.page_ft.ot {
	margin-bottom:30px;
}
.page_ft_img {
	width: 25px;
	display:inline-block;
	vertical-align: middle;
	margin-right: 3px;
}
.wrap_leader_motto {
    text-align: center;
    padding: 50px 0 5px;
    line-height: 21px;
    background-image: url(./../img/icon_motto.png);
    background-size: 110px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
}
.wrap_leader_motto.txt_algn_left {
	text-align: left;
}
.page_ft_p {
	font-size: 90%;
    display: inline;
	margin-left:2em;
}
.page_ft_p:first-of-type {
	margin-left:0;
}
.page_ft_p .leader_sub {
	font-size:9px;
}
.page_ft_p  i{
}
.wrap_grp_pt {
	background-image: url(../img/supervisor_msg_01.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    /* height: calc( 100vw / 1125.0 * 750.0 ); */
    height: auto;
    padding: 10px 0;
	background-position-x: 60%;
	margin-bottom: 40px;
	margin-top:20px;
}
.supervisor_comment {
	background-color: rgba(255,255,255,0.9);
    margin: 10px 10px 10px 50%;
    padding: 10px;
    font-size: 85%;
    border-radius: 10px;
    border: 1px solid #fff;
}
.supervisor_comment_img {
	width: 60%;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    border: 1px solid #fff;
}
.wrap_grp_ot {
	background-image: url(../img/supervisor_msg_02.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    /* height: calc( 100vw / 1125.0 * 750.0 ); */
    height: auto;
    padding: 10px 0;
	background-position-x: 40%;
	margin-bottom: 40px;
	margin-top:20px;
}
.wrap_grp_ot .supervisor_comment,
.wrap_grp_edu .supervisor_comment {
    margin: 10px 50% 10px 10px;

}
.wrap_grp_st {
	background-image: url(../img/supervisor_msg_03.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    /* height: calc( 100vw / 1125.0 * 750.0 ); */
    height: auto;
    padding: 10px 0;
	background-position-x: 60%;
	margin-bottom: 40px;
	margin-top:20px;
}
.wrap_grp_edu {
	background-image: url(../img/supervisor_msg_04.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    /* height: calc( 100vw / 1125.0 * 750.0 ); */
    height: auto;
    padding: 10px 0;
	background-position-x: 40%;
	margin-bottom: 40px;
	margin-top:20px;
}
.license_h3_pt {
	color: var(--color-02);
}
.license_h3_ot {
	color: var(--color-03);
    margin-top: 70px;
    margin-bottom: 30px;
}
.license_h3_st {
	color: var(--color-04);
    margin-top: 70px;
    margin-bottom: 30px;
}
.lic_background_table .license_h3_ot {
    margin-top: 0px;
    margin-bottom: 0px;	
}
.lic_background_table .license_h3_st {
    margin-top: 0px;
    margin-bottom: 0px;	
}
.wrap_lic {
	position:relative;
	width: 100%;
	height:auto;
	margin-top: 10px;
	/* min-height:80vh; */
	min-height: 140vw;
}
.wrap_lic.pt {
	background-image: url(../img/license_bg_01.png);
	background-position: 80% -30%;
	/* background-position: 120% -30%; */
    background-size: 130%;
    background-repeat: no-repeat;
}
/* iPhone 5/SE */
@media screen and (max-width: 320px) {
	.wrap_lic {
		min-height: 160vw;
	}
}

.wrap_lic.ot {
	background-image: url(../img/license_bg_02.png);
    background-position: 40% -100%;
    background-size: 130%;
    background-repeat: no-repeat;
}
.wrap_lic.st {
	background-image: url(../img/license_bg_03.png);
    background-position: 50% -30%;
	/* background-position: 140% -110%; */
    background-size: 130%;
    background-repeat: no-repeat;
}
.lic_img_bg {
    position: absolute;
    width: 110%;
    border-radius: 50%;
    top: -40px;
    left: -100px;
}
.lic_img_word {
	position: absolute;
    width: 40%;
    top: 50vh;
    right: 10px;
}
.lic_img_word.ot {
    left: 10px;
}
.lic_img_word.st {
	top:20px;
}
.lic_dl {
    position: absolute;
    width: 55%;
    /* top: 40%; */
	top: 310px;
    padding: 10px 10px 10px 20px;
    background-color: rgba(255,255,255,0.9);
    border-radius: 10px;
}
.lic_dl.pt {
    right: 10px;
}
.lic_dl.ot {
	top: 340px;
	right: 10px;
}
.lic_dl.st {
	top: 360px;
}

.pt_col::before {
	color:var( --color-02);
}
.ot_col::before {
	color:var( --color-03);
}
.st_col::before {
	color:var( --color-04);
}
.lic_dt {
    font-size: 11px;
    float: left;
    width: calc( 100% - 4em);
    margin-bottom: 7px;
    line-height: 12px;
	position:relative;
}
.lic_dt::before {
	content:"●";
	position:absolute;
	top:0;
	left:-13px;
	
}
.lic_dd {
	font-size: 11px;
	text-align: right;
	float:left;
	width: 4em;
	margin-bottom:7px;
    line-height: 12px;
}
.lic_member_pt {
	color:#fff;
	background-color:var(--color-02);
	position:absolute;
	top:10px;
	right:0;
	padding:10px;
	font-weight: bold;
}
.wrap_lic_background {
	display:flex;
}
.wrap_lic_background.pt {
	flex-direction: column-reverse;
}
.wrap_lic_background.ot {
	flex-direction: column-reverse;
}
.lic_background_images {
    width: 100%;
    margin: 5px auto;
}
.lic_bg_img {
	display: block;
    width: calc( 50% - 1.5px );
    margin: 3px 3px 0px 0px;
    float: left;
}
.lic_bg_img:nth-of-type(2n) {
	display: block;
    width: calc( 50% - 1.5px );
    margin: 3px 0px 0px 0px;
    float: left;
}
.lic_background_table {
    width: 100%;
    margin: 0 auto;
}
.lic_bg_table {
	font-size: 90%;
    border: 2px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    width: calc( 100% - 0px );
}
.lic_bg_tr {
	
}
.lic_bg_th {
	border:1px solid #ccc;
	padding: 3px;
}
.lic_bg_td {
	border:1px solid #ccc;
	padding: 3px;
}
.lic_bg_td span.marker_pt {
    background-color: var(--color-02);
    display: inline-block;
    border-radius: 5px;
    padding: 3px 7px;
    color: #fff;
    font-weight: bold;
}
.lic_bg_td span.marker_ot {
    background-color: var(--color-03);
    display: inline-block;
    border-radius: 5px;
    padding: 3px 7px;
    color: #fff;
    font-weight: bold;
}
.lic_bg_td span.marker_st {
    background-color: var(--color-04);
    display: inline-block;
    border-radius: 5px;
    padding: 3px 7px;
    color: #fff;
    font-weight: bold;
}
.lic_bg_td span.sml_pd {
	padding: 3px 1px;
}
.lic_bg_td span.year {
	width: 7em;
	text-align: center;
}

.lic_bg_td span.value {
	float: right;
    padding: 3px 12px 3px 0;
}
.lic_bg_td span.value2 {
	float: right;
    padding: 3px 5px 3px 0;
}
.lic_bg_td.ta_center {
	text-align: center;
}
.introduce_facilty_header {
	width: 100%;
}
.wrap_license {
	padding-bottom:50px;
}
.intor_h2 {
	background-image: url(../img/introduce_facility_bg.png);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    height: calc( 100vw / 1126.0 * 1453.0 );
    color: #fff;
    line-height: calc( 100vw / 1126.0 * 1453.0 );
    padding-top: 0;
	margin-top:0;
}
.intor_p_announcement {
	text-align: center;
}
.fac_select_slider {
	width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	margin-top: 20px;
}
.fac_select_slider_list {
	width: calc( 100% / 4 );
	list-style: none;
	position:relative;
	cursor: pointer;
}
.fac_select_slider_list::after {
	position:absolute;
	top:5vw;
	right:1vw;
    content: "\f140";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	color: var(--color-01);
  	animation: flash_fac_select 2s linear infinite;
}
@keyframes flash_fac_select {
  0%,100%{
    opacity: 1;
  }

  35%{
    opacity: 0;
  }
  
  45%{
    opacity: 0;
  }
}

.fac_select_slider_img {
	width: 100%;
}
.wrap_fac_details {
	
}
.fac_details {
	display:none;
}
.wrap_facility_info {
}
.fac_info_addr {
	text-align: center;
    font-size: 90%;
}
.wrap_facility_icons {
	text-align: center;
    margin: 10px 0;
}
.facility_icon {
	width:20vw;
}
.fac_details h3 {
	margin-top: 10px;
	font-size: 120%;
    padding: 20px 0;
}
.facility_data_img {
	width: 100%;
	display:block;
	margin: 0 auto 20px;
}
.facility_info_dl {
	width: 12em;
    margin: 0 auto;
}
.facility_info_dt {
	display: block;
    float: left;
	width: 6em;
	font-size: 90%;
	text-align: left;
}
.facility_info_dd {
	display: block;
    float: left;
	width: 6em;
	font-size: 90%;
	text-align: right;
}
.wrap_facility_info_feature {
	background-color: var(--color-05);
    padding-top: 20px;
}
.facility_info_feature {
	margin: 0 40px;
    font-size: 90%;
}
.facility_info_feature_span {
	display: block;
    /* text-align: center; */
    font-weight: bold;
    margin-top: 10px;
    font-size: 140%;
}

.wrap_facility_info_education {
	margin: 50px 0 10px;
    padding: 10px 10px 30px 10px;
    background-color: #efefef;
}
.facility_info_edu_ul {
	
}
.facility_info_edu_li {
	min-width: calc( 50% - 40px );
	display: inline-block;
    font-size: 100%;
    list-style: none;
    padding-left: 30px;
    margin: 10px 0;
	position:relative;
}
.facility_info_edu_li::before {
    position: absolute;
    top: 0;
    left: 11px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f559";
    color: #d41e32;
    font-size: 140%;
}
.wrap_older_messages {
	margin-top: 50px;
}
.older_message {
	
}
.wrap_older_msg_img {
	
}
.older_msg_img {
    width: 200px;
    border-radius: 100px;
    display: block;
    margin: 10px auto;
}
.wrap_older_msg {
	
}
.older_msg_h3 {
	margin-top: 0!important;
}
.older_msg_p {
    margin: 15px 20px;
}
.older_msg_p.name {
	text-align: right;
}
.wrap-facility_img_wide {
	text-align: center;
}
.facility_img_wide {
	width: 80%;
}
.wrap_bg_pictures {
	position:relative;
}
.wrap_bg_pictures::before {
	content:"";
	
}
.wrap_facility_img_sub {
	margin-top: 50px;	
}
.facility_img_sub {
	width: 50%;
	float:left
}
.wrap_facility_group {
	position:relative;
}
.facility_group {
	height:auto;
	min-height:60vw;
}
.wrap_facility_group_bg_left {
	position:absolute;
	top:0;
	left:0;
	width: 60%;
	z-index: -1;
}
.facility_info_staff {
    background-color: rgba(255,255,255,0.9);
    border-radius: 5px;
	/* border: 3px solid var(--color-01); */
	margin-top: 50vw;
    /* margin-left: 20vw; */
	padding-bottom: 15px;
}
.facility_info_recruted{
    background-color: rgba(255,255,255,0.9);
    border-radius: 5px;
	/* border: 3px solid var(--color-01); */
    margin-top: 50vw;
    /* margin-right: 20vw; */
	padding-bottom: 15px;
}
.wrap_facility_info {
	/* padding: 60px 20px; */
	padding: 20px;
    margin-top: 0px;
}
.wrap_facility_info.i_hsp_staff {
	background-image:url("../img/facility_detail_i_01.jpg");
	background-size:100%;
	background-repeat: no-repeat;
	background-position:top 50% left;
}
.wrap_facility_info.i_hsp_recruted {
	background-image:url("../img/facility_detail_i_03.jpg");
	background-size:100%;
	background-repeat: no-repeat;
	background-position:top 30% right;
}
.wrap_facility_info.j_hsp_staff {
	background-image:url("../img/facility_detail_j_01.jpg");
	background-size:100%;
	background-repeat: no-repeat;
	background-position:center left;
}
.wrap_facility_info.j_hsp_recruted {
	background-image:url("../img/facility_detail_j_03.jpg");
	background-size:100%;
	background-repeat: no-repeat;
	background-position:top right;
}
.wrap_facility_info.s_hsp_staff {
	background-image:url("../img/facility_detail_s_01.jpg");
	background-size:100%;
	background-repeat: no-repeat;
	background-position:top 10% left;
}
.wrap_facility_info.s_hsp_recruted {
	background-image:url("../img/facility_detail_s_03.jpg");
	background-size:100%;
	background-repeat: no-repeat;
	background-position:top right;
}
.wrap_facility_info.ib_hsp_staff {
	background-image:url("../img/facility_detail_ib_01.jpg");
	background-size:100%;
	background-repeat: no-repeat;
	background-position:top left;
}
.wrap_facility_info.ib_hsp_recruted {
	background-image:url("../img/facility_detail_ib_04.jpg");
	background-size:100%;
	background-repeat: no-repeat;
	background-position:top right;
}
.wrap_facility_info.kj_hsp_staff {
	background-image:url("../img/facility_detail_kj_01.jpg");
	background-size:100%;
	background-repeat: no-repeat;
	background-position:top left;
}
.wrap_facility_info.kj_hsp_recruted {
	background-image:url("../img/facility_detail_kj_03.jpg");
	background-size:100%;
	background-repeat: no-repeat;
	background-position:top right;
}
.wrap_facility_info.kn_hsp_staff {
	background-image:url("../img/facility_detail_kn_01.jpg");
	background-size:100%;
	background-repeat: no-repeat;
	background-position:top 10% left;
}
.wrap_facility_info.kn_hsp_recruted {
	background-image:url("../img/facility_detail_kn_03.jpg");
	background-size:100%;
	background-repeat: no-repeat;
	background-position:top 10% right;
}
.wrap_facility_info.kr_hsp_staff {
	background-image:url("../img/facility_detail_kr_01.jpg");
	background-size:100%;
	background-repeat: no-repeat;
	background-position:center left;
}
.wrap_facility_info.kr_hsp_recruted {
	background-image:url("../img/facility_detail_kr_03.jpg");
	background-size:100%;
	background-repeat: no-repeat;
	background-position:top 25% right;
}
.wrap_facility_info.h_hsp_staff {
	background-image:url("../img/facility_detail_h_01.jpg");
	background-size:100%;
	background-repeat: no-repeat;
	background-position:center left;
}
.wrap_facility_info.h_hsp_recruted {
	background-image:url("../img/facility_detail_h_03.jpg");
	background-size:100%;
	background-repeat: no-repeat;
	background-position:top 15% right;
}
.wrap_facility_info.t_hsp_staff {
	background-image:url("../img/facility_detail_t_01.jpg");
	background-size:100%;
	background-repeat: no-repeat;
	background-position:center left;
}
.wrap_facility_info.t_hsp_recruted {
	background-image:url("../img/facility_detail_t_02.jpg");
	background-size:100%;
	background-repeat: no-repeat;
	background-position:top right;
}
.wrap_facility_info.esp_h_staff {
	background-image:url("../img/facility_detail_esp_h_01.jpg");
	background-size:100%;
	background-repeat: no-repeat;
	background-position:top 7% left;
}
.wrap_facility_info.esp_h_recruted {
	background-image:url("../img/facility_detail_esp_h_02.jpg");
	background-size:100%;
	background-repeat: no-repeat;
	background-position:top 10% right;
}
.wrap_facility_info.esp_i_staff {
	background-image:url("../img/facility_detail_esp_i_01.jpg");
	background-size:100%;
	background-repeat: no-repeat;
	background-position:center left;
}
.wrap_facility_info.esp_i_recruted {
	background-image:url("../img/facility_detail_esp_i_02.jpg");
	background-size:100%;
	background-repeat: no-repeat;
	background-position:top 15% right;
}
.wrap_facility_info.esp_s_staff {
	background-image:url("../img/facility_detail_esp_s_01.jpg");
	background-size:100%;
	background-repeat: no-repeat;
	background-position:top left;
}
.wrap_facility_info.esp_s_recruted {
	background-image:url("../img/facility_detail_esp_s_02.jpg");
	background-size:100%;
	background-repeat: no-repeat;
	background-position:top right;
}
.wrap_facility_info.esp_hm_staff {
	background-image:url("../img/facility_detail_esp_hm_01.jpg");
	background-size:100%;
	background-repeat: no-repeat;
	background-position:top left;
}
.wrap_facility_info.esp_hm_recruted {
	background-image:url("../img/facility_detail_esp_hm_02.jpg");
	background-size:100%;
	background-repeat: no-repeat;
	background-position:center right;
}
.wrap_facility_info.esp_o_staff {
	background-image:url("../img/facility_detail_esp_o_01.jpg");
	background-size:100%;
	background-repeat: no-repeat;
	background-position:top 20% left;
}
.wrap_facility_info.esp_o_recruted {
	background-image:url("../img/facility_detail_esp_o_02.jpg");
	background-size:100%;
	background-repeat: no-repeat;
	background-position:center right;
}
.wrap_facility_info.esp_t_staff {
	background-image:url("../img/facility_detail_esp_t_01.jpg");
	background-size:100%;
	background-repeat: no-repeat;
	background-position:top 10% left;
}
.wrap_facility_info.esp_t_recruted {
	background-image:url("../img/facility_detail_esp_t_02.jpg");
	background-size:100%;
	background-repeat: no-repeat;
	background-position:top 10% right;
}

.back2facility_selection {
	display: block;
    margin: 50px 10px;
    background-color: var(--color-01);
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 30px 10px;
    border-radius: 10px;
	position:relative;
}
.back2facility_selection::after {
	content:"";
	position:absolute;
	top: 5px;
	left:5px;
	width:calc( 100% - 10px );
	height: calc( 100% - 10px );
	border :1px solid #fff;
	border-radius: 10px;
}
.wrap_reha_info {
	margin-top:50px;
}
.sub_h2_esp {
    color: #333;
    font-size: 65%;
    display: block;
    font-weight: bold;
}
.esp_addr {
    text-align: center;
    font-size: 80%;
	margin-bottom: 50px;
}
.esp_fac_info {
	text-align: center;
    font-weight: bold;
    font-size: 90%;
    margin-top: 20px;
}
.esp_fac_info_dl {
	padding: 10px;
    font-size: 80%;
    text-align: center;
}
.esp_func_info_dt {
	display: inline-block;
}
.esp_func_info_dd {
	display: inline-block;
}
.esp_summary {
	margin: 20px;
    font-size: 90%;
}
.wrap_esp_pic {
	
}
.facility_img_esp_pic_sub {
	width: 100%;
}
.facility_img_esp_wide {
	width: 100%;
}
.contanct_section {
    font-size: 90%;
    text-align: center;
    margin-top: 40px;
}
.contact_tel {
	text-align: center;
    display: block;
    margin: 20px 0;
    text-decoration: none;
    font-size: 110%;
    font-weight: bold;
	color: var(--color-01);
}
.contact_addr {
	text-align: center;
    font-size: 90%;
	margin: 20px 0;
}
.contact_parson {
	text-align: center;
    font-size: 90%;
    margin: 20px 0 100px;
}
.wrap_facility_apply_contents {
    margin: 10px 20px;
    padding: 5px;	
	text-align: left;
}
.facility_apply_link {
    display: inline-block;
    /* width: 31%; */
    width: 48%;
    margin-right: 2%;
	margin-bottom:10px;
    background-color: #fefefe;
    padding: 20px 5px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    border-radius: 15px;
    font-size: 100%;
}
.facility_apply_link:nth-of-type(2),
.facility_apply_link:nth-of-type(4) {
	margin-right:0px;
}
.facility_apply_link span{
	display: block;
    font-size: 5vw;
    font-weight: bold;
	margin-top: 0.5em;
}
.facility_apply_link.facilitytour {
    background-color: #999;
    color: #fff;
}
.facility_apply_link:nth-of-type(3).facilitytour {
	width:100%;
	margin-left:0;
	margin-right:0;
}
.facility_apply_note {
	margin-bottom: 15px;
	color: #666;
	text-align: center;
    font-weight: bold;
}
.wrap_additional_comennts {
	
}
.inner_additional_commenets {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: stretch;
    background-color: var(--color-05);
}
.additional_comennt {
	width: calc( 40% - 2px );
    padding: 10px;
    border: 1px solid #ccc;
    margin: 10px 0;
	background-color:#fefefe;
}
.additional_comennt:nth-of-type(2) {
	transform:rotate(4deg);
}
.additional_comennt:nth-of-type(5) {
	transform:rotate(-4deg);
}
.additional_cmt_img {
	width:100%;
}
.additional_cmt {
	text-align: center;
	font-size: 80%;
}
.frame_additional_cmt_img {
	display: inline-block;
	position: relative;
}
.frame_additional_cmt_img:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: rgb(255,255,255);
	background: -moz-linear-gradient(125deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 25%, rgba(255,255,255,0) 75%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(125deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 25%, rgba(255,255,255,0) 75%, rgba(255,255,255,1) 100%);
	background: linear-gradient(125deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 25%, rgba(255,255,255,0) 75%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);*/
}
.befefit_h3 {
    font-family: ryo-gothic-plusn,sans-serif;
	color:#333;
}
.befefit_h3:first-letter {
    color: var(--color-01);
    font-size: 140%;
}
.befefit_p {
	padding: 20px;
    line-height: 2;
}
.befefit_link {
    color: #fff;
    background-color: var(--color-01);
    /* font-weight: bold; */
    padding: 10px 30px;
    font-size: 150%;
    text-align: center;
    text-decoration: none;
    display: block;
    width: calc( 90% - 60px );
    margin: 0 auto 20px;
    border-radius: 5px;
    letter-spacing: 0.3em;
}
.befefit_img {
	width: 90%;
    display: block;
    margin: 0 auto 5px;
}
.wrap_specialty {
	padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
}
.specialty {
    width: 33.3333333%;
	/* padding: 10px 0; */
	margin-bottom:30px;
}
.specialty:nth-of-type(even) {
/* background: rgb(0,162,229);
background: -moz-linear-gradient(125deg, rgba(0,162,229,0.4542191876750701) 0%, rgba(0,162,229,0.06486344537815125) 16%, rgba(0,162,229,0.05926120448179273) 94%, rgba(0,162,229,0.10127801120448177) 100%);
background: -webkit-linear-gradient(125deg, rgba(0,162,229,0.4542191876750701) 0%, rgba(0,162,229,0.06486344537815125) 16%, rgba(0,162,229,0.05926120448179273) 94%, rgba(0,162,229,0.10127801120448177) 100%);
background: linear-gradient(125deg, rgba(0,162,229,0.4542191876750701) 0%, rgba(0,162,229,0.06486344537815125) 16%, rgba(0,162,229,0.05926120448179273) 94%, rgba(0,162,229,0.10127801120448177) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a2e5",endColorstr="#00a2e5",GradientType=1);
	*/
}
.specialty_img {
    width: 70%;
    display: block;
    border-radius: 50%;
    margin: 0 auto;
    border: 1px solid #eee;
}
.specialty_name {
	font-size: 9px;
    text-align: center;
    color: var(--color-01);
    line-height: 12px;
    margin: 3px 0 0;
}
.specialty_job {
	display: block;
	font-size: 100%;
	font-weight: normal;
	color: #fff;
	background: #00a2e5;
	border-radius: 30px;
	margin: 10px 10px 5px;
	padding: 2px;
}
.motto_content{
	font-size: 70%;
    color: var(--color-06);
    text-align: center;
    padding: 5px;
    /* background-color: #e2f4fb; */
    background-color: #ffffff;
    border-radius: 5px;
    position: relative;
    margin-top: 15px;
    border: 1px solid var(--color-06);
    margin: 30px 10px 5px;
    text-align: left;
    line-height: 1.4;
}
.wrap_older_msg_img .motto_content {
    width: 80%;
    margin: 35px auto 10px;
    text-align: center;
}
.motto_content::after {
    content: "";
    width: 100%;
    background-image: url(./../img/icon_motto_sml.png);
    background-size: 90px;
    background-position: center 0px;
    background-repeat: no-repeat;
    position: absolute;
    top: -25px;
    left: 0;
    height: 50px;
}
.wrap_license_motto {
	margin: 0 auto;
	z-index: 1000000;
    padding: 5px;
}
.wrap_license_motto p {
	margin-top: -20px;
}
.wrap_license_motto p span {
	font-size: 120%;
}

/* iPhone 6/7/8 Plus*/
@media screen and (max-width: 414px) {
	.wrap_license_motto.pt {
	}
	.wrap_license_motto.ot {
	}
	.wrap_license_motto.st {
		margin-top: -50px;
	}
}
/* iPhone 6/7/8 */
@media screen and (max-width: 375px) {
	.wrap_license_motto.pt {
		margin-top: 70px;
	}
	.wrap_license_motto.ot {
		margin-top: 40px;
	}
	.wrap_license_motto.st {
		margin-top: 0px;
	}
}
/* iPhone 5/SE */
@media screen and (max-width: 320px) {
	.wrap_license_motto.pt {
		margin-top: 130px;
	}
	.wrap_license_motto.ot {
		margin-top: 70px;
	}
	.wrap_license_motto.st {
		margin-top: 10px;
	}
}



.wrap_license_motto .motto_content {
	width: calc(100% - 22px);
	text-align: center;
	padding: 10px;
	margin: 40px 0 20px;
}
.disease_type_h4 {
    color: #fff;
    background-color: var(--color-01);
    padding: 2px 10px;
    width: 100px;
    text-align: center;
    margin: 0 auto 10px;
    border-radius: 20px;
    font-size: 80%;	
}
.disease_type {
	margin-bottom: 20px;
}
.disease_caution {
    padding: 5px 10px;
    line-height: 1.3;
    color: #999;
    font-size: 80%;
    text-align: center;
}
.wrap_sdgs {
	display:flex;
	margin: 20px;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.wrap_sdgs_gole_section {
    width: 100%;
	background-color: #e9f5fe;
	margin-bottom: 5px;
	padding-bottom: 20px;
}
.wrap_sdgs_gole_section:last-of-type{
	background-color:#fff;
	margin-bottom:0;
	padding-bottom:0;
}
.sdgs_gole_icon_img {
	width: 30%;
    display: inline-block;
    margin-right: 2px;
}
.sdgs_activity_ul {
	margin: 0 0 0 2em;
}
.sdgs_activity_li {
	line-height: 1.4;
    padding: 5px 10px 5px 2px;
}
.sdgs_additional_img {
    width: 30%;
    display: block;
    margin: 0 auto;
}
.wrap_sdgs_5_add {
	margin: 20px;
	background-color: #fff;
	border-radius: 5px;
	padding: 10px;
}
.sdgs_5_add {
	text-align: center;
    font-weight: bold;
    color: #e83418;
}
.sdgs_5_add_list {
    width: 200px;
    margin: 0 auto;
}
.sdgs_5_add_list dt {
	width: 70%;
	float:left;
}
.sdgs_5_add_list dd {
	width: 30%;
	float:left;	
}
.cntr {
	text-align: center !important;
}
.mobile-rght {
	text-align: right !important;
}
.print_btn {
	width: 120px;
    margin: 50px auto 50px;
    background-color: #00a2e5;
    color: #fff;
    padding: 13px 30px;
    border-radius: 5px;
    letter-spacing: 0.3em;
    text-align: center;
    cursor: pointer;
    line-height: 1.2;
}
.print_btn.active {
    background-color: #ccc;
    cursor: wait;
}
.print_btn_link {
	text-decoration: none;
    color: #fff;
}


.facility_img_sub_100 {
    width: 100%;
}


