@charset "utf-8";
@font-face {
	font-family: font-bb;
	src: url(../font/chalkboard.woff) format('woff');
 src:url(../font/春夏秋冬ⅡB.woff) format('woff');
 src:url(../font/春夏秋冬ⅡＢＢ.woff) format('woff')
}
@font-face {
	font-family: font-b;
 src:url(../font/春夏秋冬ⅡB.woff) format('woff')
}
.font-b {
	font-family: font-b
}
.font-bb {
	font-family: font-bb;
}
.chalkboard {
	font-family: chalkboard
}
.img-fluid {
	width: 100%;
	height: auto
}
.mgt10 {
	margin-top: 10px
}
.mgt20 {
	margin-top: 20px
}
.mgt30 {
	margin-top: 30px
}
.mgt40 {
	margin-top: 40px
}
.mgt50 {
	margin-top: 50px
}
.mgb10 {
	margin-bottom: 10px
}
.mgb20 {
	margin-bottom: 20px
}
.mgb30 {
	margin-bottom: 30px
}
.mgb40 {
	margin-bottom: 40px
}
.mgb50 {
	margin-bottom: 50px
}
.col_2, .col_3, .col_4, .col_5 {
	margin: 0 auto
}
.col_2 {
	width: 50%
}
.col_2-3 {
	width: 48%;
}
.col_3 {
	width: 33%
}
.col_4 {
	width: 25%
}
.col_5 {
	width: 20%
}
.txt_xl {
	font-size: 200%
}
.txt_l {
	font-size: 150%
}
.txt_m {
	font-size: 120%
}
.txt_s {
	font-size: 90%
}
.txt_xs {
	font-size: 80%
}
/* フォントの大きさ  */

h2.font-bb {
	font-size: 60px;
}
p.txt-m {
	font-size: 21px;
}
p.txt-l {
	font-size: 32px;
}
.pace-running .wrap {
	display: none;
}
.sp-hide {
	display: inline;
}
.pc-hide {
	display: none;
}
/* メニュー　*/
header {
	width: 100%;
	box-sizing: border-box;
	font-size: 13px;
}
header ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
header.sp-hide ul li {
	display: inline-block;
	width: 15%;
	height: 0;
	margin: 15px auto;
	padding-top: 25px;
	box-sizing: border-box;
	border-right: 1px solid #000;
	text-indent: -9999px;
	position: relative;
}
header ul li:last-child {
	border-right: none;
}
header ul li a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: auto;
}
header ul li a:hover {
	background: rgba(255,255,255,0.7);
}
header ul #home_btn {
	background: url(../image/menu1.png) no-repeat center;
	background-size: contain;
}
header ul #about_btn {
	background: url(../image/menu2.png) no-repeat center;
	background-size: contain;
}
header ul #recruit_btn {
	background: url(../image/menu3.png) no-repeat center;
	background-size: contain;
}
header ul #service_btn {
	background: url(../image/menu4.png) no-repeat center;
	background-size: contain;
}
header ul #topics_btn {
	background: url(../image/menu6.png) no-repeat center;
	background-size: contain;
}
header ul #contact_btn {
	background: url(../image/menu5.png) no-repeat center;
	background-size: contain;
}
#top_anime {
	margin: 0 auto;
}
#top_anime img {
	width: 100%;
	margin: 0 auto;
}
.main {
	width: 100%;
	margin: 0 auto;
	padding: 70px 0 0 0;
	box-sizing: border-box;
	text-align: center;
}
.subttl {
	width: 18%;
	margin: 0 auto;
}
/* ボタンデザイン */
.effect_btn {
	width: 75%;
	margin: 30px auto 50px;
}
.effect_btn li {
	width: 15%;
	display: inline-block;
	padding: 3em 1.5em 2.0em;
	box-sizing: border-box;
	border: 2px solid #000;
	position: relative;
}
.effect_btn li::after {
	content: "";
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 30px 30px;
	border-color: transparent transparent #FAEE00 transparent;
}
.effect_btn li a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 0;
	padding: 2.0em 2em 2.5em;
	box-sizing: border-box;
	font-size: 15px;
	font-weight: bold;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.effect_btn li a:hover {
	background: #00B2DB;
	color: #fff;
}
footer {
	width: 100%;
	background: #F7F8F8;
	font-family: 'Sawarabi Mincho', sans-serif!important;
	font-weight: bold;
}
footer #footer_area {
	width: 75%;
	margin: 0 auto;
	padding: 50px 0 60px;
	display: -webkit-box;
	display: flex;
	-js-display: flex;
}
#footer_area #footer_menu {
	width: 50%;
}
#footer_area #footer_menu ul li {
	display: inline-block;
	width: 40%;
	margin: 20px auto 0;
	padding-left: 20px;
	position: relative;
}
#footer_area #footer_menu ul li::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#footer_area #footer_menu ul li:nth-child(-n+2) {
	margin-top: 0;
}
#footer_area #footer_menu ul li:hover a {
	color: #00B2DB;
}
#footer_area #footer_menu ul li:hover::before {
	border-bottom: 2px solid #00B2DB;
	border-right: 2px solid #00B2DB;
}
#footer_area #footer_info {
	width: 50%;
	line-height: 1.5;
	margin: 0 auto;
}
#footer_area #footer_info ul {
}
#footer_area #footer_info ul li {
	width: 60%;
	margin: 0 auto;
	padding-left: 10%;
}
#footer_area #footer_info ul li:first-child {
	width: 70%;
	margin: 0 auto;
	padding-left: 0;
}

@media screen and (max-width: 980px) {
footer #footer_area {
	width: 90%;
}
#footer_area #footer_info ul li {
	width: 100%;
	margin: 0 auto;
	padding-left: 10%;
}
#footer_area #footer_info ul li:first-child {
	width: 80%;
	margin: 0 auto;
	padding-left: 0;
}
/* ボタンデザイン */
.effect_btn {
	width: 70%;
	margin: 30px auto 50px;
}
.effect_btn li {
	width: 48%;
	display: inline-block;
	margin: 10px 5px;
	padding: 3em 1.5em 2.0em;
	box-sizing: border-box;
	border: 2px solid #000;
	position: relative;
}
.effect_btn li a {
	font-size: 15px;
}
}

@media screen and (max-width: 800px) {
.subttl {
	width: 40%;
}
footer #footer_area {
	width: 80%;
	padding: 40px 0 20px;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
#footer_area #footer_info ul li {
	width: 90%;
	margin: 0 auto;
	padding-left: 0%;
}
#footer_area #footer_info ul li:first-child {
	width: 80%;
	margin: 0 auto;
}
/* ボタンデザイン */
.effect_btn {
	width: 80%;
}
.effect_btn li {
	width: 48%;
}
}

/**/
@media screen and (max-width: 640px) {
.pc-hide {
	display: inline;
}
.sp-hide {
	display: none;
}
body {
	font-size: 14px;
}
.main {
	padding: 30px 0 0 0;
}
#top_anime {
	margin-top: 60px;
	background: #fefcfc;
}
.subttl {
	width: 30%;
	margin: 0 auto;
}
h2.font-bb {
	font-size: 300%;
}
p.txt-m {
	font-size: 20px;
}
p.txt-l {
	font-size: 24px;
}
/* ボタンデザイン */
.effect_btn {
	width: 90%;
	margin: 20px auto 30px;
}
.effect_btn li {
	width: 45%;
}
div#hamburger {
	width: 100%;
	height: 50px;
	background: #fff;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 150;
}
#nav-toggle {
	position: fixed;
	top: 15px;
	right: 15px;
	height: 32px;
	cursor: pointer;
}
#nav-toggle> div {
	position: relative;
	width: 36px;
}
#nav-toggle> div span {
	width: 100%;
	height: 2px;
	left: 0;
	display: block;
	background: #333;
	position: absolute;
	transition: transform .6s ease-in-out, top .5s ease;
}
#nav-toggle> div span:nth-child(1) {
	top: 0;
}
#nav-toggle> div span:nth-child(2) {
	top: 10px;
}
#nav-toggle> div span:nth-child(3) {
	top: 20px;
}
#nav-toggle> div span:hover span:nth-child(1) {
	top: 4px;
}
#nav-toggle> div span:hover span:nth-child(3) {
	top: 23px;
}
.open #nav-toggle span {
	background: #fff;
}
.open #nav-toggle span:nth-child(1) {
	top: 15px;
	transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
	top: 15px;
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 15px;
	transform: rotate(-45deg);
}
/* z-index */
#nav-toggle {
	z-index: 1000;
}
#container {
	z-index: 900;
}
#gloval-nav {
	background: #000;
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 990;
	text-align: center;
	display: flex;
	visibility: hidden;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 29px;
	opacity: 0;
	transition: opacity .6s ease, visibility .6s ease;
}
#gloval-nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px 0;
	transition: color .6s ease;
}
#gloval-nav a:hover {
	color: #666;
}
#gloval-nav ul {
	list-style: none;
}
#gloval-nav ul li {
	opacity: 0;
	transform: translateX(200px);
	transition: transform .6s ease, opacity .2s ease;
}
#gloval-nav ul li:nth-child(2) {
	transition-delay: .15s;
}
#gloval-nav ul li:nth-child(3) {
	transition-delay: .3s;
}
#gloval-nav ul li:nth-child(4) {
	transition-delay: .45s;
}
#gloval-nav ul li:nth-child(5) {
	transition-delay: .6s;
}
#gloval-nav ul li:nth-child(6) {
	transition-delay: .75s;
}
#gloval-nav ul li:nth-child(7) {
	transition-delay: .9s;
}
/* open */
.open {
	overflow: hidden;
}
.open #gloval-nav {
	visibility: visible;
	opacity: 1;
}
.open #gloval-nav li {
	margin-top: 20px;
	opacity: 1;
	transform: translateX(0);
	transition: transform 1s ease, opacity .9s ease;
}
footer #footer_area {
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}
#footer_area #footer_menu {
	width: 100%;
	margin: 0 auto 50px;
}
#footer_area #footer_menu ul {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	display: -webkit-box;
	display: flex;
	-js-display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
#footer_area #footer_menu ul li {
	width: 40%;
	display: inherit;
	margin: 15px 0 0 0;
	;
	letter-spacing: normal;
}
#footer_area #footer_menu ul li::before {
	margin: auto 0 auto 0px;
}
#footer_area #footer_info {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
}

@media screen and (max-width: 480px) {
.effect_btn li {
	width: 90%;
	display: block;
	padding: 3em 1.5em;
	margin: 10px auto;
	box-sizing: border-box;
	border: 2px solid #000;
	position: relative;
}
/* ボタンデザイン */
.effect_btn {
	width: 100%;
	margin: 20px auto 30px;
}
.effect_btn li {
	width: 80%;
	display: block;
	padding: 3em 1.5em 2.0em;
}
footer #footer_area {
	font-size: 14px;
}
#footer_area #footer_info {
	width: 100%;
}
}

@media screen and (max-width: 360px) {
#footer_area #footer_menu ul li {
	width: 40%;
	text-align: center;
}
#footer_area #footer_menu ul li::before {
	margin: auto 0 auto 0px;
}
#footer_area #footer_menu ul li:nth-child(2)::before {
	margin-left: 0px;
}
}
