@charset "utf-8";
#header {
	position: fixed;
	width: 100%;
	background-color: #FFF;
	z-index: 999;
}
#header-inner, #footer-inner {
	width: 1000px;
	margin: auto;
}
#header-area {
	margin: 0 0 10px 0;
}
#yakushinkai-logo {
	float: left;
	width: 620px;
}
#yakushinkai-logo h1 {
	float: left;
	padding: 10px 0 0 0;
}
#yakushinkai-logo #title-hd_1 {
	float: right;
	padding: 26px 55px 0 0;
}
#yakushinkai-logo #title-hd_2 {
	float: right;
	padding: 12px 54px 0 0;
}
#contact-top {
	float: right;
}
nav#global-navi {
	background-color: #FFF;
	position: fixed;
	top: 128px;
	width: 1000px;
}
#gnav-wrap nav ul li {
	display: inline-block;
}
nav#global-navi ul li {
	float: left;
	position: relative;
	line-height: 0;
	font-size: 0.87em;
	font-weight: bold;
}
nav#global-navi ul li span {
	display: flex;
	height: 50px;
	padding: 0 20px;
	line-height: normal;
	align-items: center;
	justify-content: center;
}
nav#global-navi ul li.contact span {
	padding: 0 19px;
}
nav#global-navi ul li a.gn-button {
	position: relative;
	z-index: 2;
	background-color: #fff;
	color: #333;
	overflow: hidden;
}
nav#global-navi ul li a.gn-button:hover {
	color: #fff;
	text-decoration: none;
}
nav#global-navi ul li a.gn-button::after {
	top: 100%;
	width: 100%;
	height: 100%;
}
nav#global-navi ul li a.gn-button:hover::after {
	top: 0;
	background-color: #00bea4;
}
.button {
	display: inline-block;
	height: 50px;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	outline: none;
}
.button::before, .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button, .button::before, .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#gnav-line {
	background: #00bea4;
	height: 5px;
	padding: 0;
	margin: 60px 0 0 0;
}
#wrap {
	margin: auto;
	padding: 178px 0 40px 0;
	max-height: 100%;
}
.imp {
	padding: 20px 30px;
	background-color: #FFC;
}
.imp-in {
	background-image: url(../curriculum/images/check.png);
	background-repeat: no-repeat;
	padding: 0 0 0 70px;
}
.g-maps {
	width: 800px;
	margin: auto;
	text-align: center;
}
.g-maps iframe {
	height: 400px;
}
footer {
	width: 100%;
	padding: 3em 0;
	background-color: #c7e9e9;
	border-top: 1px solid #77a1a1;
}
#information {
	padding: 0 30px;
}
.mb1em {
	margin-bottom: 1em;
}
.mb2em {
	margin-bottom: 2em;
}
.mb3em {
	margin-bottom: 3em;
}
.mb4em {
	margin-bottom: 4em;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb60 {
	margin-bottom: 60px;
}
.indent-1 {
	text-indent: 1em;
}
.indent-2 {
	text-indent: 2em;
}
.bold {
	font-weight: bold;
}
.sp {
	display: none;
}
nav#global-navi ul li.interview_sp, nav#global-navi ul li.m-copyright {
	display: none;
}
 @media screen and (max-width:479px) {
img {
	width: 100%;
	height: auto;
}
.pc {
	display: none;
}
nav#global-navi ul li.interview_pc {
	display: none;
}
.sp {
	display: inherit;
}
nav#global-navi ul li.interview_sp {
	display: inherit;
}
nav#global-navi ul li.m-copyright {
	display: inherit;
	padding: 2.5em 0 0 0;
	text-align: center;
	font-size: 0.6em;
}
#header-area {
	margin: 0 0 0 0;
}
#header-inner, #footer-inner {
	width: 100%;
	margin: auto;
}
#yakushinkai-logo {
	float: none;
	width: 100%;
}
#yakushinkai-logo h1 {
	float: none;
	padding: 3% 20% 0 3%;
}
#yakushinkai-logo h1 img {
	width: 100%;
}
#gnav-wrap nav {
	position: fixed;
	top: 0;
	right: -250px;
	width: 250px;
	height: 100%;
	border-left: solid 1px #999;
	box-sizing: border-box;
	z-index: 2
}
#gnav-wrap nav ul li {
	display: block;
	padding: 0 0;
}
#gnav-wrap nav ul li a {
	width: 100%;
	text-decoration: none;
}
#gnav-wrap .btn-gnavi {
	position: fixed;
	top: 3%;
	right: 5%;
	width: 30px;
	height: 24px;
	z-index: 3;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all 400ms;
	transition: all 400ms
}
#gnav-wrap .btn-gnavi span {
	position: absolute;
	width: 30px;
	height: 3px;
	background: #666;
	border-radius: 10px;
	-webkit-transition: all 400ms;
	transition: all 400ms
}
#gnav-wrap .btn-gnavi span:nth-child(1) {
	top: 4px
}
#gnav-wrap .btn-gnavi span:nth-child(2) {
	top: 12px
}
#gnav-wrap .btn-gnavi span:nth-child(3) {
	top: 20px
}
#gnav-wrap .btn-gnavi.open {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
#gnav-wrap .btn-gnavi.open span {
	width: 24px;
}
#gnav-wrap .contents section p {
	position: absolute;
	top: 50%;
	width: 30%;
	line-height: 1.4;
	font-size: 20px;
	color: #fff;
	text-shadow: 0 0 6px #666
}
#gnav-wrap .contents section:nth-child(odd) p {
	left: 10%
}
#gnav-wrap .contents section:nth-child(even) p {
	right: 10%
}
nav#global-navi ul.menu li {
	float: none;
}
nav#global-navi ul.menu li span {
	padding: 0 25px;
	line-height: inherit;
	justify-content: start;
}
nav#global-navi ul li.contact span {
	padding: 0 25px;
}
.button {
	text-align: inherit;
}
nav#global-navi ul li a.gn-button {
	border-bottom: solid 1px #00bea4;
}
#global-navi ul#gnav-icon {
	padding: 5% 50px 10px 25px;
}
#global-navi ul#gnav-icon li {
	float: left;
	width: 25px;
	margin: 5px 20px 10px 0;
}
#global-navi ul#gnav-icon li.end {
	margin: 5px 0;
}
#gnav-line {
	background: #00bea4;
	height: 2px;
	padding: 0;
	margin: 4% 0 0 0;
}
#header-back {
	padding: 3% 20% 4% 3%;
	margin-bottom: 2px;
}
#wrap {
	padding: 0;
}
#wrap section.sp {
	width: 100%;
	padding: 0;
	margin: 0;
}
.imp {
	padding: 1.5em 5%;
	background-color: #FFC;
}
.imp-in {
	background-image: none;
	padding: 0 0 0 0;
}
.g-maps {
	width: 100%;
	height: auto;
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 100%;
	margin-bottom: 4em;
}
.g-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
footer {
	padding: 0;
	background-color: #c7e9e9;
	border-top: 1px solid #77a1a1;
}
#contact-top {
	float: none;
	background-color: #fff799;
	padding: 20px 9%;
}
#contact-top span.telephone {
	display: block;
	background-image: url(../images/telephone.png);
	background-repeat: no-repeat;
	background-size: 100%;
	float: left;
	width: 40px;
	height: 40px;
}
#contact-top span.tel-number {
	display: block;
	font-family:"Times New Roman", Times, serif;
	font-size: 10vw;
	text-align: right;
}
#contact-top .contact-tel {
	line-height: normal;
	margin-bottom: 10px;
}
#contact-top .contact-number {
	line-height: normal;
}
#contact-top .contact-number a {
	color: #333;
}
#contact-top .contact-number a:hover, #contact-top .contact-number a:active {
	text-decoration: none;
}
#information {
	width: 90%;
	padding: 10% 5%;
}
#information h2 {
	line-height: 1.4;
	margin-bottom: 15px;
}
address {
	font-style: normal;
	font-size: 0.7em;
	line-height: 1.4;
	margin-bottom: 15px;
}
#information p {
	font-style: normal;
	font-size: 0.7em;
	line-height: 1.4;
}
.emp {
	font-weight: bold;
	color: #1159aa;
}
.center-sp {
	text-align: center;
}
.indent-2-sp {
	margin-left: 1.5em;
}
.font90 {
	font-size: 90%;
}
.mb1em-sp {
	margin-bottom: 1em !important;
}
.mb2em-sp {
	margin-bottom: 2em !important;
}
.mb3em-sp {
	margin-bottom: 3em !important;
}
}
