﻿@charset "utf-8";


header {
	width: 100%;
}

header a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}
header input {
	-webkit-appearance: none;
}

/* *** スマホのメニューを表示(bodyに付与) ***/
.sp_menu_disp {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/* *** PC版 ここから *** */
.pc_header {
	width: 100%;

	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.6);

	position: relative;
	z-index: 1;
}

/* *** 会社ロゴと検索 *** */
.pc_header .header_top {
	width: 100%;
	/*
	padding: 90px 0 30px;
	*/
	padding: 55px 0 15px;

	background-color: #fff;
	background-image: url("../img/common/header_back.png");
	background-repeat:  no-repeat;
	background-size: 90% auto;
	background-position: left top;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.pc_header .header_top_box {
	width: 85%;
	
	position: relative;
}
.pc_header .header_title {
	width: calc(100% - 350px);
	max-width: 585px;
	min-width: 450px;

	float: left;
}
.pc_header .header_title img {
	display: block;
	width: 100%;
	height: auto;
}

.pc_header .header_search {
	float: right;
}

.pc_header .text_size {
	text-align: right;
	padding-right: 35px;
}

.pc_header .text_size p {
	display: inline-block;
	vertical-align: middle;

	color: #6c645e;
	font-family: "小塚ゴシック Pr6N R", "Kozuka Gothic Pr6N R", sans-serif;
	font-size: 13px;
	line-height: 15px;
}

.pc_header .text_size p.enlargement,
.pc_header .text_size p.standard {
	margin-left: 5px;
	padding: 5px;
	border: 2px solid #b6b6b6;
	border-radius: 7px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(222, 222, 222, 1));

	font-family: "小塚ゴシック Pr6N M", "Kozuka Gothic Pr6N M", sans-serif;
	font-weight: bold;

	cursor: pointer;
	outline: none;
}
.pc_header .text_size button {
	font-family: "小塚ゴシック Pr6N M", "Kozuka Gothic Pr6N M", sans-serif;
	font-weight: bold;

	corsole: pointer;
}


.pc_header .search_box {
	margin-top: 10px;
}
.pc_header .search_input,
.pc_header .search_btn {
	display: inline-block;
	vertical-align: middle;
}
.pc_header .search_input {
	width: 270px;
	height: 27px;
	padding: 5px 10px;

	border: 1px solid #090103;
	border-radius: 7px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	color: #6c645e;
	font-family: YuGo Medium-83pv-RKSJ-H, sans-serif;
	font-size: 16px;
	line-height: 19px;

	outline: none;
}
.pc_header .search_input::placeholder {
	color: #6c645e;
}
.pc_header .search_btn {
	width: 27px;
	height: 27px;

	background: url(../img/common/search.png) no-repeat center center #0e7a65;
	border: none;
	border-radius: 7px;

	outline: none;
    cursor: pointer;
}

.pc_header .search_btn img {
	display: block;

	width: 13px;
	height: auto;
	margin: auto;
}

/* *** メニュー *** */
.pc_header .header_menu {
	border: none;
	border-top: 1px solid #0e7a65;
}
.pc_header .header_menu ul {
	list-style: none;
}
.pc_header .menu_box {
	display: block;
	width: calc(100% / 6);

	text-align: center;
	background: #fff;
	border-left: 1px solid #ddd;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	float: left;
}
.pc_header .menu_box a {
	display: block;

	padding: 15px 0;
}
.pc_header .menu_box:hover,
.pc_header .menu_box:active:hover {
	background: #f0f7f5;
}
.pc_header .menu_box:last-child {
	border-right: 1px solid #ddd;
}
.pc_header .menu_img {
	width: 100%;
	height: 25px;
}
.pc_header .menu_img img {
	display: block;

	width: auto;
	height: auto;
	margin: auto;
}

.pc_header .menu_box p {
	margin-top: 10px;

	color: #6c645e;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", sans-serif;
	font-size: 18px;
	line-height: 21px;
	font-weight: 600;
}
/* *** PC版 ここまで *** */


/* *** スマホ版 ここから *** */
.sp_header,
.header_menubar {
	display: none;
}

.header_menubar {
	width: 40px;

	position: absolute;
    top: 0;
	right: 7%;
}

.header_menubar span {
	display: block;
	width: 100%;
	height: 3px;
	background: #575757;
	margin-bottom: 7px;
}

.sp_header {
	width: 100%;
	height: 100%;
/*
	background: rgba(0,0,0,0.6);
*/

	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
}
.sp_header .nav_bar {
	width: 80%;
	margin: auto;
	margin-right: 0;

	position: relative;
	right: -80%;
}
.sp_header .nav_bar ul {
	background: #595857;
	list-style: none;
	padding-bottom: 80px;
}


/* *** ×ボタン *** */
.sp_header .nav_close {
	padding: 20px 0;
}

.sp_header .nav_close div {
	width: 40px;
	height: 40px;
	margin: auto;
	margin-right: 5%;

	border: 1px solid #fff;

	position: relative;
}

.sp_header .nav_close span::before,
.sp_header .nav_close span::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 84%;
	height: 3px;
	margin: -4% 0 0 -40%;
	background: #fff;
}

.sp_header .nav_close span::before {
	transform: rotate(-45deg);
}

.sp_header .nav_close span::after {
	transform: rotate(45deg);
}


/* *** 検索 *** */
.sp_header .nav_search {
	padding-bottom: 20px;
}
.sp_header .search_box {
	width: 90%;
	margin: auto;
	position: relative;
}
.sp_header .search_input {
    width: 100%;
	height: 30px;
    padding: 5px 10px;
	padding-right: 70px;

    background: #3F3B3A;

    border: none;
    border-radius: 10px;

	outline: none;

	color: #d8d8d8;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 16px;
	line-height: 19px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.sp_header .search_input::placeholder {
	color: #6c645e;
}

.sp_header .search_btn {
	width: 30px;
	height: 30px;

	background: url(../img/common/search.png) no-repeat center center transparent;
	border: none;
	border-radius: 7px;

	position: absolute;
    top: 50%;
	right: 5px;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

	outline: none;
    cursor: pointer;
}


/* *** メニュー *** */
.sp_header .nav_menu {
	width: 100%;
	padding: 20px 5%;
	border: none;
	border-bottom: 1px solid #3F3B3A;

	font-size: 0;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.sp_header .nav_menu:active:hover {
	background: #efb135;
}
.sp_header .nav_menu .menu_img,
.sp_header .nav_menu p {
	display: inline-block;
	vertical-align: middle;
}

.sp_header .nav_menu .menu_img {
	width: 35px;
}
.sp_header .nav_menu .menu_img img {
	display: block;
	margin: auto;
}
.sp_header .nav_menu p {
	margin-left: 22%;

	color: #fff;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", sans-serif;
	font-size: 18px;
	line-height: 21px;
	font-weight: 600;
	letter-spacing: 2px;
}
/* *** スマホ版 ここまで *** */


/* *** IE用 *** */
@media all and (-ms-high-contrast: none) {
	.pc_header .text_size p,
	.pc_header .text_size p.enlargement,
	.pc_header .text_size p.standard {
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", sans-serif;
	}
	.pc_header .menu_box {
		width: calc((100% / 6) - (1px / 7));
	}
}

/* *** Edge用 *** */
@supports (-ms-ime-align: auto) {
	.pc_header .text_size p,
	.pc_header .text_size p.enlargement,
	.pc_header .text_size p.standard {
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", sans-serif;
	}
	.pc_header .menu_box {
		width: calc((100% / 6) - (1px / 7));
	}
}

/* *** レスポンシブ *** */
@media screen and (max-width: 920px) {
	.pc_header .header_search,
	.pc_header .header_menu {
		display: none;
	}

	.header_menubar {
		display: block;
	}
	.pc_header .header_top {
		/*
		padding-top: 70px;
		*/
		padding-top: 40px;
	}
	.pc_header .header_top_box {
		width: 100%;
	}
	.pc_header .header_title {
		width: 50%;
		margin-left: 7%;
	}
}

/* スマホレイアウトに切り替え */
@media screen and (max-width: 900px) {
}

/* iPad */
@media screen and (max-width: 768px) {
	.pc_header .header_top {
		padding-top: 55px;
	}
}

@media screen and (max-width: 650px) {
	.pc_header .header_title {
		min-width: auto;
		width: 70%;
		margin-left: 5%;
	}
	.header_menubar {
		right: 5%;
	}
}

/* iPhone6/7/8 Plus */
@media screen and (max-width: 480px) {
	.pc_header .header_top {
		/*
		padding-top: 40px;
		padding-bottom: 20px;
		*/
		padding-top: 35px;
		padding-bottom: 10px;
	}
	.header_menubar {
		width: 30px;
	}
	.header_menubar span {
		margin-bottom: 5px;
	}

	.sp_header .nav_bar {
		width: 70%;
		right: -70%;
	}
	.sp_header .nav_close div {
		width: 30px;
		height: 30px;
	}
	.sp_header .nav_menu {
		padding: 15px 10%;
	}
	.sp_header .nav_menu .menu_img {
		width: 20px;
		height: 15px;
	}
	.sp_header .home .menu_img img,
	.sp_header .introduction .menu_img img,
	.sp_header .schedule .menu_img img,
	.sp_header .progress .menu_img img { 
		height: 100%;
	}
	.sp_header .guide .menu_img img,
	.sp_header .contactus .menu_img img { 
		width: 100%;
	}
	.sp_header .nav_menu p {
		margin-left: 15%;
		font-size: 14px;
		line-height: 16px;
	}
}

/* iPhone6/7/8/X */
@media screen and (max-width:375px) {
}

/* iPhone5 */
@media screen and (max-width:320px) {
}
