@charset "UTF-8";
html {
	font-size: 100%;
	line-height: 1.7em;
	margin: 0px;
	padding: 0px;
	font-feature-settings: "palt";
	font-family:'Arial';
	color:#151515;
    word-wrap: break-word;
    overflow-wrap: break-word;
}


*{
    box-sizing:border-box;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}

.slider_inner{
	position:relative;
}

.swiper_container{
	position:relative;
}

.swiper-slide a:hover {
	opacity: 1;
}

a.contact_btn{
	display:block;
	position:relative;
	border:1px solid #ccc;
	padding:20px;
	width:60%;
	/*margin:20px auto;*/
	margin: 20px auto 50px auto;
	text-align:center;
	border-radius:100px;
	font-size:120%;
	text-decoration:none;
	letter-spacing:0.1em;
	background-color:#ebeff0;
}

a.contact_btn:hover{
	background-color:#666;
	color:#fff;
}

a.contact_btn:after{
	position:absolute;
content:">";
right:30px;
font-size:80%;
	color:#333;
}

a.contact_btn:hover:after{
	color:#fff;
}


dl{
	display:flex;
	flex-wrap:wrap;
}

dt{
	width:15%;
	margin:0;
	border-bottom:1px dotted #ccc;
	padding:10px 30px;
	box-sizing:border-box;
	text-align:right;
	font-size:85%;
}
dd{
	width:85%;
	margin:0;
	border-bottom:1px dotted #ccc;
	padding:10px;
	box-sizing:border-box;
}

h1{
	font-weight:normal;
	font-size:170%;
	margin:0px;
	background-repeat: no-repeat;
	background-size: 60px auto;	
	background-position: 0px 0px;
	padding:7px 10px 0px 0px;
}

h1 a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
}


.address{
	text-align: right;
}

.tel {
	font-size:130%;
	display:block;
	padding-top:10px;
}

.tel span{
	font-size:130%;
}
.tel a, .tela:hover{
	color:#151515;
	text-decoration: none;
}

a{
	color:#333;
}

.nav_en{
	display:block;
	padding-top:5px;
	font-size:70%;
}

.flex{
	display:flex;
	justify-content: space-between;
}

.address{
	text-align:right;
	line-height:1em;
}


/* font awesome */
.far, .fas{
    font-size: 1.5rem;
    vertical-align: baseline;
    margin: 0 0.5rem;
}
.fa-file-pdf{
    color:#fa0f00;
}
.fa-file-word{
    color:#185abd;
}
.fa-file-excel{
    color: #107c41;
}
.fa-file-powerpoint{
    color:#c43e1c;
}
.fa-envelope{
    color:#0066c0;
    font-size: 1.2rem;
    margin: 0 0.3rem 0 0;
}
.fa-phone{
    color:#666;
    font-size: 0.9rem;
    margin: 0 0.3rem 0 0;
}
.fa-fax{
    color:#666;
    font-size: 0.9rem;
    margin: 0 0.3rem 0 0;
}
.fa-rss-square{
    color:#ff8800;
    font-size: 1rem;
}
.fa-external-link-alt{
    color:#0066c0;
    font-size: 1.3rem;
}
.fa-chevron-circle-right{
    color:#0066cb;
    font-size: 1rem;
}
.fa-chevron-right{
    color:#707070;
    font-size: 1rem;
    margin:0 0.4rem 0 0;
}
.fa-sticky-note{
    color:#707070;
    font-size: 1rem;
    margin:0 0.4rem 0 0;
}
.fa-file-medical{
    color:#707070;
    font-size: 1rem;
    margin:0 0.4rem 0 0;
}
.fa-id-card{
    color:#707070;
    font-size: 1rem;
    margin:0 0.4rem 0 0;
}
.fa-arrow-circle-down{
    font-size:1rem;
}





.news_wrapper{
	padding:0px 0px 30px;
}

.service_wrapper{
	padding:0px 0px 30px;
	text-align:center;
	display:flex;
	flex-wrap:wrap;
	justify-content: center
}


.service_wrapper div{
	width:22%;
	padding:15px;
	box-sizing:border-box;
	
}

.service_wrapper div a{
	text-decoration:none;
}

.top_sp_wrapper{
	margin:0 auto;
	padding: 0 0 10px 0;
	width:50%;
}

.company_wrapper{
	padding:0px 0px 100px;
	text-align:left;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

.company_wrapper div{
	width:47%;
	padding:15px;
	box-sizing:border-box;
}

.company_wrapper img{
	width:50%;
	height:auto;
}

/* wp set */
.wp_wrapper{
	padding:0 1.5rem 1rem 1.5rem;
}
.wp_wrapper img{
	display:block;
}
.alignleft{
	margin:0 auto 0 0;
}
.aligncenter{
	margin:0 auto;
}
.alignright{
	margin:0 0 0 auto;
}
.wp_wrapper iframe{
	width:60%;
	margin:0 20%;
}
.wp_date{
	text-align: right;
}

.wp_wrapper table{
	border-collapse: collapse;
	margin:1.5rem;
	width:calc(100% - 3rem);
}
.wp_wrapper tr{
	border:solid 1px #666;
}
.wp_wrapper th{
	display: table-cell;
	font-weight: normal;
	border:solid 1px #666;
	background-color: #ebeff0;
	white-space: nowrap;
	padding:0.5rem 1rem;
}
.wp_wrapper td{
	display: table-cell;
	border:solid 1px #666;
	padding:0.5rem 1rem;
}
.wp_wrapper ul{
	padding:0;
	margin:0;
	list-style-type: circle;
}
.wp_wrapper ol{
	padding:0;
	margin:0;
}
.wp_wrapper li{
	margin-left:2rem;
}

.wp_wrapper video{
	width: 70%;
    height: auto;
    margin: 0 15%;
}

/* お問合せ */
.wp_contact input[type="text"], .wp_contact input[type="tel"], .wp_contact input[type="email"]{
	padding:0.5rem;
	width:80%;
}
.wp_contact select{
	padding:0.5rem;
}
.wp_contact textarea{
	padding:0.5rem;
	width:100%;
	height:10rem;
}
.wp_contact button{
	border-radius: 2rem;
    padding: 0.5rem 1rem;
    border: 1px solid #AAA;
    cursor: pointer;
}
.wp_contact th, .wp_contact td{
	display: table-cell;
	padding-top:1.5rem;
	padding-bottom: 1.5rem;
}
.wp_contact th{
	width:15rem;
}


.news{
	height:200px;
	width:100%;
	overflow-y:scroll;
}

.news_info{
	height:500px;
	width:100%;
	overflow-y:scroll;
}

.margin20{
	padding:20px 0px;
}

.width80{
	display:inline-block;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}

.bkgray{
	background-color:#F5F5F5;
}


#footer{
	width:1200px;
	padding:50px 0px;
	display:flex;
	font-size:90%;
	margin-left:auto;
	margin-right:auto;
}

#footer > div{
	width:50%;
}

#footer > div > a{
	text-decoration:none;
}


ul {
	margin: 0px;
	padding: 0px;
}

a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
img {
	max-width: 100% !important;
	height:auto;
}
body {
	margin: 0px;
	padding: 0px;
}

.head_box {
	max-width: 1200px;
	padding: 20px 0px 20px;
	margin-left: auto;
	margin-right: auto;
}

.contents {
	max-width: 1200px;
	padding: 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;

}
.center {
	text-align: center;
}
p {
	line-height: 2.3em;
	position: relative;
	display: block;
}

h2 {
	background-color:#574946;
	font-size: 120%;
	color:#fff;
	font-weight:normal;
	padding:15px 15px 15px 30px;
	background-repeat: no-repeat;
	background-size: 100px auto;	
	background-position: -30px -25px;
	display:flex;
}

.en{
	padding-left:10px;
	font-size:70%;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.inner {
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}
/* header */
#top-head {
	width: 100%;
	margin: 0 auto 0;
	padding: 0 0 0;
	line-height: 1;
	z-index: 999;
}
#top-head a, #top-head {
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}
#global-nav {
	width: 100%;
	padding: 10px 0px 10px;
	box-sizing: border-box;
}
#global-nav ul {
	list-style: none;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	display: flex;
	border-left: 1px solid #ccc;
}
#global-nav ul li {
	flex-wrap: nowrap;
	width: 25%;
	text-align: center;
	border-right: 1px solid #ccc;
}
#global-nav ul li a {
	display: block;
	width: auto;
	height: auto;
	padding:10px;
	text-decoration:none;
}
#global-nav ul li a:hover {
	background-color:#f8f8f8;
	display: block;
	width: auto;
	height: auto;
	padding:10px;
}
/* Fixed */
#top-head.fixed {
	margin-top: 0;
	padding-top: 10px;
	height: 55px;
	background: rgba(255, 255, 255, .7);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed #global-nav ul li a {
	color: #333;
	padding: 0 20px;
}
/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 30px;
	top: 30px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 1px;
	width: 100%;
	background: #000;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 9px;
}
#nav-toggle span:nth-child(3) {
	top: 18px;
}

.address {
    text-align: right;
    line-height: 1em;
    padding-top:10px;
    letter-spacing:0em;
    font-size:90%;
}


.textleft {
	text-align: left !important;
	margin: 0px;
}
.active{
	background-color: #000023;
}

.second{
	padding:20px 0px 50px;
}

.youtube{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}

h3{
	border-bottom: 1px solid #27245A;
	padding:5px 0px 10px 10px;
	margin-bottom: 30px;
	letter-spacing: 0.1em;
	margin-top: 10px;
	margin-bottom:20px;
}

h4{
	padding-left:10px;
	padding-bottom:10px;
	border-bottom: 1px dotted #555;
	font-size:110%;
	margin-bottom:10px;
}

h5{
	padding:0px 30px 0px 10px;
	font-size:100%;
	padding-bottom:10px;
	margin-bottom:20px;
}




hr{
	margin: 20px 0px;
}
.sp_br{
	display: none;
}


.copy{
	position:absolute;
	right:50px;
	top:50px;
	z-index:99999999999999999;
	width:120px;
}

.txt-right{
	text-align:right;
}

.sns_wrapper{
	display:flex;
	justify-content: center; 
	padding-bottom:30px;
}

.sns_wrapper2{
	display:flex;
	justify-content: flex-end; 
	padding-bottom:30px;
}

.sns_wrapper a{
	padding:0 10px;
	width:206px;
	height:auto;
}

.sns_wrapper2 a{
	padding:15px 5px 0px;
	width:120px;
	height:auto;
}

@media screen and (max-width:480px) {

body{
	overflow:none;
}

.sns_wrapper{
	padding: 0px 10px;
}


.sns_wrapper a{
	padding:0 5px;
	width:150px;
	height:auto;
}

.sns_wrapper2{
	display:flex;
	justify-content: flex-end; 
	padding:0px 10px 0px;
}


h2 {
	background-color:#574946;
	font-size: 100%;
	color:#fff;
	font-weight:normal;
	padding:15px;
	background-position: -30px -25px;
	display:flex;
}

.en{
	padding-left:10px;
	font-size:70%;
}

.copy{
	position:absolute;
	right:20px;
	top:20px;
	z-index:99999999999999999;
	width:55px;
}

	#footer{
		margin-top:50px;
	}

h3{
	padding:5px 0px 10px 20px;
	background-position: 10px 8px;
	letter-spacing: normal;
}
	
	h4{
	padding-left:20px;
	border-bottom: 1px dotted #555;
	padding-bottom:10px;
	font-size:110%;
}

	h5{
	padding-left:20px;
}




	html {
		font-family: Ryumin Regular KL;
		font-size: 90%;
		line-height: 1.5em;
		margin: 0px;
		padding: 0px;
		font-feature-settings: "palt";
		letter-spacing: 0.2em;
	}

.flex{
	display:block;
}

.head_box {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
    z-index: 9999999999999999999999999;
    display: block;
    width: 80%;
}

	#top-head, .inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: absolute;
		margin-top: 0;
		left:0px;
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}
#mobile-head {
    width: 20%;
    right: 0px;
    height: 56px;
    position:absolute;
    z-index: 999;
    font-size: 70%;
    letter-spacing: 0em;
}
	.menu{
		position:absolute !important;
		top:25px !important;
	}
	#top-head.fixed .logo, #top-head .logo {
		position: absolute;
		left: 13px;
		top: 13px;
		color: #333;
		left:0px;
		font-size: 26px;
	}
	#global-nav {
		position: fixed;
		/* 開いてないときは画面外に配置 */
		top: -485px;
		background: #333;
		background-color: #28282a;
		width: 100%;
		margin: 0;
		padding: 15px;
		text-align: center;
		padding: 10px 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		left:0px;
	}
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 14px;
		flex-direction: column;
	}
	#global-nav ul li {
		width: 100%;
		box-sizing: border-box;
	}
	#top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
		padding: 18px 0;
	}
	#nav-toggle {
		display: block;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav スライドアニメーション */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}

	.logo {
		padding-top: 20px;
		display: block;
		margin-right: auto;
		margin-left: auto;
		width: 300px;
	}
	.tel {
	
	}

	p {
		line-height: 1.6em;
		/*text-align: left !important;*/
		padding-left: 20px;
		padding-right: 20px;
	}

	.contents {
		max-width: 1200px;
		padding: 0px 15px 0px;
		margin-left: auto;
		margin-right: auto;
	}
	.ph2 {
		min-width: 150px;
		width: 20%;
		position: absolute;
		bottom: 40px;
	}

.address {
    text-align: center;
    line-height: 1em;
    padding-top:10px;
    padding-bottom:5px;
    letter-spacing:0em;
}


.tel span {
    font-size: 100%;
}


.news_wrapper {
    padding: 0px 0px 10px;
    font-size:90%;
}

dl{
	display:block;
	flex-wrap:wrap;
}

dt{
	width:100%;
	text-align:left;
	border-bottom:none;
	padding:10px 10px 0px;
}
dd{
	width:100%;
}

.service_wrapper{
	padding:0px 0px 30px;
	text-align:center;
	display:block;
	flex-wrap:wrap;
	justify-content: center
}

.service_wrapper div{
	width:100%;
	padding:15px;
	box-sizing:border-box;
	
}

.service_wrapper div a{
	text-decoration:none;
}

.top_sp_wrapper{
	margin:0;
	padding:15px;
	width:100%;
}

.company_wrapper{
	padding:0px 0px 20px;
	text-align:left;
	display:block;
	flex-wrap:wrap;
	justify-content: space-between;
}

.company_wrapper div{
	width:100%;
	padding:15px;
	box-sizing:border-box;
}

.company_wrapper img{
	width:100%;
}

/* wp */
.wp_wrapper table{
	margin:0;
	width:100%;
}
.wp_wrapper iframe{
	width:80%;
	margin:0 10%;
}

.wp_wrapper tr{
	border-top:solid 1px #666;
	border-bottom:solid 1px #666;
}
.wp_wrapper th, .wp_wrapper td{
	display: block;
	width:100%;
	border:none;
}

.wp_wrapper video{
	width: 100%;
	margin:0;
}

/*
.wp_contact tr{
	border-top:solid 1px #666;
	border-bottom:solid 1px #666;
}
.wp_contact th, .wp_contact td{
	display: block;
	width:100%;
	border:none;
}
*/



#footer{
	width:100%;
	box-sizing:border-box;
	padding:10px 20px 50px;
	display:block;
	font-size:90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
		letter-spacing:0px;
		text-align:center;
}

#footer > div{
	width:100%;
		text-align:center;
}

#footer > div > a{
	text-decoration:none;
}

.foot_en{
	font-size:80%;
}

.txt-right{
	text-align:left;
}

a.contact_btn{
	width:100%;
	font-size:110%;
}


	}	