.hero{
	min-height:calc( 100vh - 132px );
	display:flex;
	align-items:center;
	background:linear-gradient(to bottom right,#FFF1E3,#FFFFF3,#FFFFF3,#FEEFC8);
	position:relative;
	overflow: hidden;
}
.hero:before{
	content:"";
	width:100%;
	height: 100vh;
	background:url("../img/logo2.svg") no-repeat center;
	background-size:contain;
	mix-blend-mode:multiply;
	position:absolute;
}
.hero:after{
	content:"";
	width:85%;
	height:95vh;
	background:url("../img/main.png") no-repeat center;
	background-size:contain;
	mix-blend-mode:multiply;
	position:absolute;
	left:-24vw;
	z-index: 1;
}
.hero .hero_contents{
	width:86%;
	margin-bottom:10vh;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	z-index: 2;
}
.hero .right_column{
	width:528px;
	max-width:90%;
	margin-right:6.4%;
}
.translated-ltr .hero .right_column br{
	display:none;
}
.translated-ltr .hero .right_column .hero_btn a .btn_ttl{
	line-height:1.2;
}
.hero .right_column .hero_btn a{
	width:100%;
	padding:8% 16%;
	background:linear-gradient(to bottom right, #88cb7f, #0daf69);
	border-radius:200px;
	box-shadow: 0px 6px 6px #0970362b;
	display: inline-block;
	color: #ffffff;
	box-sizing:border-box;
	transition: all 1s ease-out;
}
.hero .right_column .hero_btn a:first-child{
	margin-bottom:40px;
}
.hero .right_column .hero_btn a:hover{
	background:linear-gradient(to bottom right, #0daf69, #88cb7f)!important;
}
.hero .right_column .hero_btn a .btn_ttl{
	margin-bottom:4px;
	font-size:32px;
	font-weight: 600;
}
.hero .right_column .hero_btn a p{
	font-size:20px;
    font-weight: 500;
	line-height:1.6;
	letter-spacing:0.12em;
}
.hero .right_column .hero_btn.txt_shadow a p{
    text-shadow: 0 0 12px #0005;
}
.hero_txt h2{
	margin-bottom:24px;
	text-shadow:0 2px 10px #f7101066;
}
.hero_txt p{
	max-width:480px;
	padding-left:8px;
	font-size:28px;
	font-weight:500;
	color:#fff;
	line-height:1.8;
	letter-spacing:0.12em;
	text-shadow:0 2px 10px #f7101066;
}


/*news*/

.news{
	padding:3% 4% 4%;
	background:#fff;
	border-radius:12px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:flex-start;
	position:absolute;
	z-index:2;
	top:82vh;
	left:0;
	right:0;
	box-shadow: 0 6px 6px #0000001f;
}
.news_ttl{
	width:192px;
}
.news_ttl p{
	margin-bottom:20px;
	font-size:36px;
	font-weight: 600;
	letter-spacing:0.16em;
	color:#F39700;
}
.news_list{
	width:calc( 100% - 272px );
}
.news_list a{
	padding:2.12% 0;
	font-size:16px;
	display:inline-block;
}
.news_list a:hover{
	color:#f9660d;
}
.news .accent{
	color:#F39700;
}

/*news*/


/*about*/

.about{
	position:relative;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}
.about_img{
	width:33%;
	height:100%;
	display:block;
	background:url("../img/about.jpg") center no-repeat;
	background-size:cover;
}
.about_contents{
	width:100%;
    padding:16vw 4% 14vw 36vw;
    box-sizing: border-box;
	position:relative;
	background:#FAFAFA;
    z-index: 1;
    text-align: center;
}
.about_contents:before{
    content: "";
    width: 32vw;
    height: 100%;
    position: absolute;
    display: block;
    background: url(../img/about.jpg) center no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
}
.about_contents .about_txt{
	margin:24px 0;
	font-size:17px;
	line-height:2;
}
.translated-ltr .about_contents .about_txt br{
	display:none;
}
.about_contents .accent{
	color:#11B93E;
}

/*about*/


/*topics*/

.topics{
    padding:8vw 3%;
	position:relative;
	overflow:hidden;
}
.topics:after{
	content:"";
	width:22.5vw;
	height:22.5vw;
	background:url("../img/topics.svg") no-repeat center;
	background-size:contain;
	mix-blend-mode:multiply;
	position:absolute;
    top: -4vw;
    right: -2vw;
    opacity: .33;
    z-index:-1;
}
.topics_ttl{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}
.page_topics .topics_list{
	display:flex;
	flex-wrap: wrap;
	text-align:left;
}
.page_topics .topics_list li:nth-child( 3n + 1 ){
	margin-left:0;
}
.page_topics .topics_list li{
	width:calc( 100% / 3 - 12px );
	margin-left:12px;
	margin-bottom:20px;
}
.topics_list li .topics_box{
	margin:0 3% 4%;
	box-shadow: 0 6px 6px #0000001f;
	border-radius:8px;
    overflow-y: hidden;
}
.topics_list li .topics_box .topics_txt{
	padding:5%;
}
.topics_list li .topics_box a:hover{
	opacity:.5;
}

/*topics*/


/*page */

.page_main{
	display:flex;
	align-items:center;
	min-height:512px;
	overflow: hidden;
	background: linear-gradient(to right, #fff, #fff, #fff,#fffd, #FFF3, #fff0);
	position:relative;
}
.page_main:after{
	content:"";
	width: 100vw;
	height: 512px;
	background: url("../img/medical_main.jpg") no-repeat;
	background-position: 22.5vw center;
	background-size: 100%;
	position: absolute;
	right: 0;
	z-index: -1;
}
.page_main.sponsar_img:after{
	content:"";
	width: 100vw;
	height: 512px;
	background: url("../img/medical_img.jpg") no-repeat;
	background-position: 22.5vw center;
	background-size: 80%;
	position: absolute;
	right: 0;
	z-index: -1;
}
.page_main:before{
	content:"";
	width:22.5vw;
	height:22.5vw;
	background:url("../img/topics.svg") no-repeat center;
	background-size:contain;
	mix-blend-mode:multiply;
	position:absolute;
    top: -4vw;
    right: -2vw;
    opacity: .33;
    z-index: 1;
}
.page_main_txt p.page_ttl2{
    margin-bottom: 16px;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.7;
    color: #F39700;
}
.page_main_txt p{
    font-size: 17px;
    letter-spacing: 0.1em;
    line-height: 1.8;
}
.layout_box li{
	width:100%;
	padding:44px 3%;
	margin-bottom:16px;
    box-sizing: border-box;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 6px 6px #0000000f;
}
.layout_box li .box_h{
	width:100px;
	font-weight:600;
	text-align:center;
}
.layout_box li .box_h2{
    width: 100%;
    padding: 16px;
    background: #ddd;
    margin-top: 20px;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 110%;
    line-height: 1.6;
    border-radius: 8px;
}
.layout_box li .box_h2.first{
	margin-top:0;
}
.layout_box li .box_h2 span{
	font-size:90%;
}
.layout_box li p{
	width:calc( 100% - 100px - 3% );
	text-align:left;
}
.layout_box li.w100 p{
	width:100%;
}
.layout_box li p span{
	font-size:85%;
	color:#555;
}
.layout_box li p a{
	color:#0D277D;
	text-decoration:underline;
}
.layout_box li p a:hover{
	opacity:.7;
}
.layout_box li img{
	margin-top:2%;
	border-radius:8px;
}
.layout_box2{
	width:100%;
    box-sizing: border-box;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 6px 6px #0000000f;
}
.layout_box2 li{
	width:100%;
	padding:32px;
    box-sizing: border-box;
   	position:relative;
	border-bottom:1px solid #eee;
}
.layout_box2 li:last-child{
	border:none;
}
.layout_box2 li p{
	padding-left:22px;
	font-size:17px;
	position:relative;
}
.layout_box2 li p:before{
	content:"●";
    color:#11B93E;
	position:absolute;
	left:0;
}
.layout_box3{
	width:100%;
	padding:32px;
	text-align:center;
    display: inline-block;
    box-sizing: border-box;
    background:linear-gradient(to right,#FFD561,#FFAA00);
    border-radius: 8px;
    box-shadow: 0 6px 6px #0000000f;
}
.layout_box3 p{
	font-size:22px;
	font-weight:bold;
	color:#fff;
}
.layout_box3 p strong{
	font-size:125%;
}
.layout_box3 p span{
	font-size:75%;
}
.box_ttl{
	width: 100%!important;
	padding:0 20px 20px;
	margin-bottom:48px;
	font-weight: 500;
	font-size:24px;
	line-height:1.7;
	box-sizing:border-box;
	position: relative;
	display: inline-block;
}
.box_ttl:before{
	content: "";
	position: absolute;
	left: 0;
	/* 疑似要素の位置を左端に設定 */
	bottom: -3px;
	/* 下線の位置を調整 */
	width: 10%;
	height: 3px;
	background-color: #11b93e;
}
.box_ttl:after{
	content: "";
	position: absolute;
	left: 10%;
	/* 疑似要素の位置を左端に設定 */
	bottom: -3px;
	/* 下線の位置を調整 */
	width: 90%;
	height: 3px;
	background-color: #d7f0de;
}
.box_ttl2{
	padding:20px 24px;
	margin-bottom:24px;
	font-weight: 500;
	font-size:22px;
	color:#fff;
	text-align:center;
	line-height:1.7;
	box-sizing:border-box;
	position: relative;
	display: inline-block;
	background:#40CF7E;
	border-radius:100px;
}
.box_ttl2:hover{
	background:#0daf69;
}
.box_ttl3{
	background:#FFAA00!important;
}
.box_ttl3:hover{
	background:#F39700!important;
}
.medical_contents{
	padding:144px 0 184px;
    background: linear-gradient(to bottom right, #FFF1E3, #FFFFF3, #FFFFF3, #FEEFC8);
}
.medical_contents2,.business_contents{
	padding:144px 0 212px;
	background:#FAFAFA;
}
.page_link_contents{
	margin-top:64px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.page_link_contents a.page_link{
    height: 104px;
    padding: 0 64px 0 44px;
    margin-right: 24px;
    box-sizing:border-box;
    background: linear-gradient(to bottom right, #88cb7f, #0daf69);
    border-radius: 120px;
    color:#fff;
    display: flex;
    align-items: center;
    font-size:22px;
    font-weight:500;
    text-align:center;
    line-height:1.7;
    box-shadow: 0px 6px 6px #0970362b;
    position:relative;
}
.page_link_contents a.page_link:hover{
    background: linear-gradient(to bottom right, #0daf69, #88cb7f);
}
.page_link_contents a.page_link:after{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 16px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	margin: auto;
}
.page_link_contents a.page_link:last-child{
	margin-right: 0;
}
.page_link_contents img{
	width:640px;
    transition: all 0.3s;
}
.page_link_contents img:hover{
	opacity:.5;
}
.page_link_contents img.schedule_img{
    filter: drop-shadow(3px 3px 4px #11b93e44);
}
.strong_contents{
	background:#FFFFF3!important;
}
.medical_ttl{
    width:auto!important;
	margin-bottom:12px;
	padding:12px 16px;
	font-size:120%;
	line-height:1;
	font-weight:bold;
	display:inline-block;
	color:#fff;
	background:#f39700;
	border-radius:40px
}
.medical_contents2 dl {
	width:100%;
	margin-top:12px;
}
.medical_contents2 .medical_list{
	display:flex;
	justify-content: flex-start;
	align-items:center;
	border-bottom: 1px solid #ccc;
}
.medical_contents2 dt {
	width: 200px;
	padding: 8px;
	text-align: center;
}
.medical_contents2 dd {
	padding: 8px;
	width: calc(100% - 200px );
	border-left: 1px solid #ccc;
	text-align: left;
}
.medical_contents2 .medical_list:first-child{
	border-top: 1px solid #ccc;
}
.medical_txt{
    padding: 44px 3%;
    box-sizing: border-box;
	font-size:17px;
	font-weight:bold;
	line-height:2.24;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 6px 6px #0000000f;
}

.company_contents{
	padding:40px 0 112px;
	text-align:center;
	position:relative;
    overflow: hidden;
}
.recruit_contents{
	padding:80px 0;
	text-align:center;
	position:relative;
    overflow: hidden;
}
.company_contents:after,.recruit_contents:after{
	content:"";
	width:22.5vw;
	height:22.5vw;
	background:url("../img/page.svg") no-repeat center;
	background-size:contain;
	mix-blend-mode:multiply;
	position:absolute;
    top: -4vw;
    right: -2vw;
    opacity: .33;
    z-index: 1;
}
.company_contents p{
	margin-top:28px;
	font-size:17px;
	text-align:left;
	line-height:2;
}
.recruit_contents p{
	font-size:19px;
	font-weight:500;
	line-height:2.2;
}
.company_contents2,.recruit_contents2{
	padding:144px 0 184px;
    background: linear-gradient(to bottom right, #FFF1E3, #FFFFF3, #FFFFF3, #FEEFC8);
}

.recruit_contents3{
	padding:144px 0 212px;
	background:#FAFAFA;
}
.support_box,.recruit_box{
	margin-bottom:120px;
}
.support_box:last-child,.recruit_box:last-child{
	margin-bottom:0;
}
.business_txt{
	margin:32px auto 0;
	font-size:16px;
}
.office_img{
    width: calc(100% - 100px - 3%);
	margin-top:16px;
	margin-left:calc(100px + 3%); 
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.office_img img{
	width:48%;
	height:auto;
}


.info_contents{
	padding:144px 0 160px;
	text-align:center;
	position:relative;
    overflow: hidden;
}
.info_box li{
	width:100%;
	border-bottom:solid #F39700 1px;
}
.info_box li:first-child{
	border-top:solid #F39700 1px;
}
.info_box li a{
	width:100%;
	padding:36px 3%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
    align-items: center;
	box-sizing:border-box;
}
.info_box li a:hover{
	background:#fffff3;
}
.info_box li a .info_days{
	width:100px;
	text-align:center;
}
.info_box li a p{
	width:calc( 100% - 100px - 3% );
    text-align: left;
}
.info_txt{margin-top:3.2%;}
.info_txt p{
	margin-top:2%;
	line-height:2;
}
.info_txt p:first-child{
	margin-top:0;
}

/* schedule */
.schedule_ttl{
	margin:4% auto 1.4%;
	font-size:140%;
	font-weight:bold;
}
.schedule_ttl:first-child{
	margin:0 auto 1.4%;
}
.schedule_ttl strong{
	color:#ffaa00;
}
.schedule_ttl strong.green{
	color:#40CF7E;
}
.toggle {
	display: none;
}
.label,.day_label {
	display: block;
	cursor:pointer;
}
.label::before{		/*タイトル横の矢印*/
	content:"";
    width: 40px;
    height: 40px;
    background: url(../img/open.svg) no-repeat;
    background-size: contain;
	position: absolute;
	top:calc( 50% - 20px );
	right: 20px;
}
.day_label::before{		/*タイトル横の矢印*/
	content:"";
    width: 32px;
    height: 32px;
    background: url(../img/open2.svg) no-repeat;
    background-size: contain;
	position: absolute;
	top:calc( 50% - 16px );
	right: 12px;
}
.day_label2::before{		/*タイトル横の矢印*/
    background: url(../img/open3.svg) no-repeat;
    background-size: contain;
}
.day_label{
	border:#F39700 solid 1px;
	background:none!important;
}
.day_label2{
	border:#40cf7e solid 1px;
}
.label,
.day_label,
.schedule_content,
.day_contents{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.schedule_content,
.day_contents {		/*本文*/
	width:100%;
	height: 0;
	display:none!important;
	overflow: hidden;
}
.toggle:checked + .label + .schedule_content {	/*開閉時*/
	height: auto;
	display:flex!important;
	transition: all .3s;
}
.toggle:checked + .day_label::before {
	transform: rotate(-45deg) !important;
}
.toggle:checked + .day_label + .day_contents {	/*開閉時*/
	height: auto;
	display:block!important;
	transition: all .3s;
}
.toggle:checked + .label::before {
	transform: rotate(-45deg) !important;
}
.toggle:checked + .day_label::before {
	transform: rotate(-45deg) !important;
}
.layout_box li .schedule_box{
	width:100%;
	padding:12px 20px;
	margin-bottom:3px;
	background:#fff7e8;
	border-radius:8px;
    display: flex;
	flex-wrap:wrap;
    justify-content: space-between;
    box-sizing: border-box;
}
.layout_box li .schedule_box2{
	background:#ecfaf2;
}
.layout_box li .comment_box{
	width:100%;
	padding:12px 20px;
	margin-bottom:3px;
	background:#eee;
	border-radius:8px;
    display: flex;
	flex-wrap:wrap;
    justify-content: space-between;
    box-sizing: border-box;
}
.layout_box li p.comment{
	width:100%;
	font-size:95%;
	line-height:2;
}

.label2{
	background:#777;
	color:#fff;
}
/* schedule */

table{
	width:100%;
	margin-bottom:8px;
}
table th {
	padding:16px;
    background: #eee;
    font-weight: 500;
	border: solid 3px #FAFAFA;
}

table td {
	padding:16px;
    background: #eee;
	text-align:center;
	border: solid 3px #FAFAFA;
}

/*page */

.tel_txt{
    max-width: 640px;
	margin: auto;
	color:#fff;
	font-size:140%;
    line-height: 1.1;
}
.tel_txt strong{
	font-size:180%;
}
.tel_txt span{
	font-size:90%;
}

@media screen and (max-width: 1280px){
	.hero .hero_contents{
		width:90%;
	}
	.hero .right_column{
        width: 48%;
        margin-right: 1.6%;
	}
	.hero_txt p{
		max-width:none;
		font-size:2.28vw;
	}
	.hero .right_column .hero_btn a{
	    padding: 8% 14%;
	}
	.hero .right_column .hero_btn a .btn_ttl{
		font-size:2.64vw;
	}
	.hero .right_column .hero_btn a p{
		font-size:1.8vw;
	}
	
/*news*/
	.news_ttl p{
		font-size:32px;
	}
/*news*/


/*about*/
	.about_contents{
    	padding: 17vw 4% 12vw 36vw;
	}
	.about_contents .about_txt{
		font-size:16px;
	}
/*about*/
	
	
	.page_link_contents a.page_link{
        width: 100%;
        margin: 0 auto 24px;
        justify-content: center;
        text-align: center;
	}
	.page_link_contents a.page_link br{
		display:none;
	}
	
	
}

@media screen and (max-width: 1080px){
	
	.hero{
		min-height: calc( 88vh - 120px );
	}
	.hero .hero_contents{
		margin-bottom:4vw;
	}
/*news*/
	.news{
		top:72vh;
	}
	.news_list{
		width:calc( 100% - 212px );
	}
/*news*/
/*about*/
	.about_contents{
    	padding:52vw 4% 12vw;
	}
	.about_contents:before{
    	width: 100vw;
		height:44vw;
	}
	.about_contents .about_txt{
		font-size:15px;
	}
/*about*/
/*topics*/
	.topics_list li .topics_box{
    	margin: 0 5% 4%;
	}
	.topics_txt p{
        font-size: 14px;
	}
/*topics*/
	
/*page*/
	
	.page_main.sponsar_img:after{
		background-size: cover;
	}
/*page*/
}


@media screen and (max-width: 820px){
    .hero {
        min-height: calc(100vw - 120px);
    }
    .news {
        top:80vw;
    }
	
	
	
/*page*/
	.company_contents p{
		font-size:14px;
	}
	
	.page_main{
    	min-height: 440px;
	}
	.page_main:before{
    	width: 33.5vw;
    	height: 33.5vw;
	}
	.page_main_txt p.page_ttl2{
	    font-size: 32px;
	}
	.layout_box2 li{
		padding:28px;
	}
	.layout_box2 li p{
		font-size:16px;
	}
	.layout_box3{
        padding: 40px 16px;
	}
	.layout_box3 p{
		font-size:20px;
	}
	.box_ttl{
		font-size:22px;
	}
	.box_ttl2{
		font-size:18px;
	}
	.medical_contents {
		padding: 104px 0 144px;
	}
	.medical_contents2,.business_contents{
		padding: 112px 0 128px;
	}
	
	.page_topics .topics_list li{
		width:calc( 100% / 2 );
		margin:auto;
		margin-bottom:20px;
	}
	.page_topics .topics_list li:nth-child( 3n + 1 ){
		margin:auto;
		margin-bottom:20px;
	}
/*page*/
}


@media screen and (max-width: 640px){
	.hero{
		min-height: auto;
	}
	.hero:after{
        width: 144vw;
        height: 112vw;
        top: -3.2vw;
        left: -32vw;
	}
	.hero .hero_contents{
        padding: 12vw 0 8vw;
	}
	.hero .left_column{
		width:100%;
		margin-bottom: 2.8vh;
	}
	.hero_txt h2{
    	margin-bottom:2.4vw;
	}
	.hero_txt p{
        padding-left: 1vw;
		font-size:5.12vw;
	}
	.hero .right_column{
		width:100%;
		max-width:none;
		margin:0 auto;
	}
	.hero .right_column .hero_btn a{
        padding: 8% 12%;
	}
	.hero .right_column .hero_btn a:first-child{
		margin-bottom:4.8%;
	}
	.hero .right_column .hero_btn a .btn_ttl{
		font-size:5.64vw;
	}
	.hero .right_column .hero_btn a p{
		font-size:3.8vw;
	}
/*news*/
	.news{
        width: 90%;
        margin: 12vw auto;
        padding: 8%;
        position: relative;
        top: 0;
	}
	.news_ttl{
		width:100%;
        margin-bottom:3vw;
		display:flex;
		justify-content:space-between;
		align-items:center;
	}
	.news_ttl p{
		font-size:5.6vw;
        margin-bottom: 0;
		display:inline-block;
	}
	.news_list{
		width:100%;
	}
	.news_list a{
		font-size:3.35vw;
	}
/*news*/
/*about*/
	.about_contents {
        padding: 64vw 5% 10vh;
	}
	.about_contents:before{
		height:56vw;
	}
	.about_contents .about_txt{
 	    margin-bottom: 4vw;
		font-size:3.4vw;
	}
/*about*/
/*topics*/
	.topics{
		padding:10vh 0 12vh;
		background:#fff;
	}
	.topics:after{
		width:40vw;
		height:40vw;
		top:-8vw;
		right:-4vw;
	}
	.topics_ttl{
 	    margin-bottom: 4vw;
	}
/*topics*/
	
	
/*page*/
	.company_contents{
        padding: 4vh 0 6.4vh;
	}
	.company_contents:after{
		width:40vw;
		height:40vw;
		top:-8vw;
		right:-4vw;
	}
	.layout_box li{
		padding: 5vw 5%;
		font-size: 3.4vw;
		box-shadow: 0 4px 4px #0000000f;
	}
	.layout_box li .box_h{
		width:100%;
		font-size:3.7vw;
		text-align: left;
	}
	.layout_box li .box_h2{
		width:100%;
        margin-top: 1.6vw;
        margin-bottom: 1.6vw;
		padding:3vw;
		padding-right:8vw;
		font-size:3.5vw;
		text-align: left;
	}
	.layout_box li p{
		width:100%;
		font-size:3.4vw;
	}
	.layout_box3{
        padding: 2.4vh 4vw;
	}
	.layout_box3 p{
		font-size: 4.4vw;
	}
    .page_main {
        padding: 8vh 0;
        min-height: auto;
    }
    .page_main:before {
		width:40vw;
		height:40vw;
		top:-8vw;
		right:-4vw;
    }
	.page_main:after{
    	height: 100%;
        background-position: 9.5vw;
		background-size:cover;
	}
	.page_main.sponsar_img:after{
    	height: 100%;
	}
	.page_main_txt p.page_ttl2{
		font-size:5vw;
	}
	.page_main_txt p{
        font-size: 3.4vw;
	}
	.layout_box2 li{
        padding: 4% 3%;
	}
	.layout_box2 li p{
		padding-left: 4.2vw;
		font-size:3.4vw;
	}
	.box_ttl{
		padding:0 2vw 4vw 3.6vw;
		margin-bottom:6vw;
		font-size:4.24vw;
	}
	.box_ttl:before{
		bottom: -2px;
		height: 2px;
	}
	.box_ttl:after{
		bottom: -2px;
		height: 2px;
	}
	.box_ttl2{
        padding:3.2vw 4.4vw;
        margin-bottom:3.2vw;
        font-size:4.2vw;
	}
	.company_contents p{
		margin-top:4vw;
        font-size: 3.3vw;
	}
	.company_contents2{
        padding: 10vh 0 12vh;
	}
	.medical_contents{
        padding: 8vh 0 10vh;
	}
	.medical_contents2,.business_contents{
        padding: 8vh 0 10vh;
	}
	.medical_ttl{
	    font-size: 110%!important;
	}
	.medical_txt{
    	padding: 6vw 5%;
		font-size:3.9vw;
	}
	.medical_contents2 dt {
		width: 30%;
	}
	.medical_contents2 dd {
		width: 70%;
	}
	.page_link_contents{
		margin-top:4vh;
	}
	.page_link_contents a.page_link{
        margin: 0 auto 2vh;
        padding:2vh 12vw 2vh 6vw;
        height:auto;
        font-size:4vw;
	}
	.page_link_contents a.page_link:last-child{
		margin:0;
	}
	.page_link_contents a.page_link:after{
    	border-width: 2.64vw 0 2.64vw 4vw;
		right:4vw;
	}
	.support_box,.recruit_box {
    	margin-bottom: 8vh;
	}
	.business_txt{
		margin:4vh auto 0;
		font-size:3.4vw;
	}
	
	.info_contents{
        padding: 8vh 0 10vh;
	}
	.info_box li a{
		padding:7.2vw 4%;
        font-size: 3.4vw;
	}
	.info_box li a .info_days{
		text-align: left;
	}
	.info_box li a p{
		width:100%;
	}
	
	.page_topics .topics_list li{
		width:100%;
		margin-left:0;
		margin-bottom:3.6vh;
	}
	.recruit_contents{
        padding: 5.6vh 0;
    }
	.recruit_contents p{
		font-size:3.5vw;
	}
	.office_img{
		width:100%;
        margin-top: 3%;
        margin-left: auto;
	}
	.recruit_contents2{
        padding: 10vh 0 12vh;
	}
	.recruit_contents3{
        padding: 10vh 0 12vh;
	}
	
	/* schedule */
	.layout_box li .schedule_box{
        padding: 3.2vw 4vw;
	}
	.label::before{		/*タイトル横の矢印*/
		content:"";
		width: 6.4vw;
		height: 6.4vw;
		background: url(../img/open.svg) no-repeat;
		background-size: contain;
		position: absolute;
		top:calc( 50% - 3.2vw );
		right: 3.2vw;
	}
	.day_label::before{
		width: 5vw;
		height: 5vw;
    	top: calc(50% - 2.5vw);
		right:2vw;
	}
	table th {
		padding:3vw 1.6vw;
		font-size:3.5vw;
        line-height: 1.25;
		border: solid 2px #FAFAFA;
        vertical-align: middle;
	}
	table td {
		padding:3vw 1.6vw;
		font-size:3.4vw;
        line-height: 1.25;
		border: solid 2px #FAFAFA;
	}
/*page*/

	.tel_txt{
		margin:3vw auto 4vw;
	}
}
/*# sourceMappingURL=top.css.map */



