@charset "utf-8";

@media print, screen and (min-width: 701px) {
	.display-sp {
		display:none !important;
	}
}
@media screen and (max-width: 700px) {
	.display-pc {
		display:none !important;
	}
}

html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
	background:transparent;
	list-style-type:none;
	font-size: medium;
	color: #000;
	font-family: "Meiryo UI", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 300;
	line-height: 1.65em;
}

a {
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

* {
	box-sizing:border-box;
	margin: 0;
	padding: 0;
}

img {
	vertical-align:bottom;
	width:100%;
}

/* -------------　リンクボタン　---------------*/
.btn {
	position:relative;
	transition: 0.2s ease-in-out;
}

.btn a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* -----------------------------------------------------------------------
　ヘッダーメニュー
--------------------------------------------------------------------------*/
.header-top {
	width:100%;
	height:60px;
	padding:0 30px 0 30px;
	display: flex;
	justify-content: space-between;
	transition: 0.2s ease-in-out;
	position:absolute;
	top:0;
	left:0;
	z-index:5;
}

.header {
	width:100%;
	padding:0 30px 0 30px;
	display: flex;
	justify-content: space-between;
	transition: 0.2s ease-in-out;
}

@media screen and (max-width: 600px) {
	.header-top,
	.header {
		padding:0 0 0 12px;
	}
}

.header-logo {
	width:250px;
	padding:10px 0 5px 50px;
	transition: 0.3s ease-in-out;
}

.lang-box {
	width:120px;
	height:20px;
	display:flex;
	margin:6px 20px 0 auto;
}

.lang-box-jp {
	width:50%;
	border-left:1px solid #333;
	border-right:1px solid #333;
}

.lang-box-en {
	width:50%;
	border-right:1px solid #333;
}

.header-top .lang-box-jp {
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}

.header-top .lang-box-en {
	border-right:1px solid #fff;
}

.lang-link {
	display:block;
	width:100%;
	font-size:16px;
	font-weight:bold;
	color:#000;
	letter-spacing:2px;
	text-align:center;
	line-height:20px;
}

.lang-text {
	width:100%;
	font-size:16px;
	font-weight:bold;
	letter-spacing:2px;
	text-align:center;
	line-height:20px;
}

.header-top .lang-text,
.header-top .lang-link {
	color:#fff;
}

.lang-link:hover {
	color:#499edc;
}

.header-top .lang-link:hover {
	color:#9ac9ec;
}

@media screen and (max-width: 1100px) {
	.header-logo {
		width:210px;
		padding:10px 0 0 0;
	}
}

@media screen and (max-width: 600px) {
	.header-logo {
		width:160px;
		padding:10px 0 5px 0;
	}
}

.drawer_hidden {
	display:none !important;
}

@media print, screen and (min-width: 1101px) {
	.drawer_open,
	.sp-nav-logo {
		display:none !important;
	}
	.nav_list {
		display:flex;
	}
	.nav-text {
		display:inline-block;
		padding:0 4px;
		margin:0 17px;
		font-size:16.5px;
		font-weight:400;
		letter-spacing:1px;
		line-height:60px;
		color:#000;
		position:relative;
	}
	.header-top .nav-text {
		color:#fff;
	}
	.nav-text::after {
		position: absolute;
		background:#000;
		content: '';
		display: block;
		width:0;
		height: 1px;
		bottom:15px;
		left:0;
		transition: 0.2s ease-in-out;
		z-index:5;
	}
	.header-top .nav-text::after {
		background:#fff;
	}
	.nav-text:hover::after {
		width:100%;
	}
}

@media screen and (max-width: 1100px) {
	.nav-wrap {
		position:absolute;
		top:0;
		right:0;
	}
	.lang-box {
		position:absolute;
		top:15px;
		right:60px;
	}
	/* ハンバーガーアイコンの設置スペース */
	.drawer_open {
		display: flex;
		height: 60px;
		width: 70px;
		justify-content: center;
		align-items: center;
		position: relative;
		z-index: 100;
		cursor: pointer;
	}
	/* ハンバーガーメニューのアイコン */
	.drawer_open span,
	.drawer_open span:before,
	.drawer_open span:after {
		content: '';
		display: block;
		height: 3px;
		width: 35px;
		border-radius: 3px;
		background: #000;
		transition: 0.5s;
		position: absolute;
	}
	.header-top .drawer_open span,
	.header-top .drawer_open span:before,
	.header-top .drawer_open span:after {
		background: #fff;
	}
	
	/* 三本線の一番上の棒の位置調整 */
	.drawer_open span:before {
		bottom: 10px;
	}
	/* 三本線の一番下の棒の位置調整 */
	.drawer_open span:after {
		top: 10px;
	}
	/* アイコンがクリックされたら真ん中の線を透明にする */
	#drawer_input:checked ~ .drawer_open span {
		background: rgba(255, 255, 255, 0);
	}
	/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
	#drawer_input:checked ~ .drawer_open span::before {
		background: #000;
		bottom: 0;
		transform: rotate(45deg);
	}
	#drawer_input:checked ~ .drawer_open span::after {
		background: #000;
		top: 0;
		transform: rotate(-45deg);
	}
	/* メニューのデザイン*/
	.nav_content {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 100%; /* メニューを画面の外に飛ばす */
		z-index: 90;
		background: #fff;
		transition: .5s;
		padding:45px 10% 0;
	}
	.sp-nav-logo {
		width:220px;
		margin:0 auto 25px;
	}
	.nav_list {
		list-style: none;
		display: flex;
		flex-wrap: wrap;
	}
	.nav_list li {
		display:block;
		width:48%;
		height:100px;
		margin:0 2% 25px;
		border:2px solid #000;
		border-radius:20px;
		transition: 0.3s ease-in-out;
	}
	.nav_list li:nth-child(2n) {
    	margin-right:0;
	}
	.nav_list li:nth-child(2n+1) {
    	margin-left:0;
	}
	.nav_list li:last-child {
		width:100%;
		margin-right:0;
	}
	.nav_list li:hover {
		background:#cee2f6;
	}
	.nav_list li a {
		display:block;
		width:100%;
		font-size:17px;
		font-weight:bold;
		color:#000;
		text-align:center;
		line-height:100px;
	}
	/* アイコンがクリックされたらメニューを表示 */
	#drawer_input:checked ~ .nav_content {
		left: 0;
	}
	body.active {
  		height: 100%;
  		overflow: hidden;
	}
}

@media screen and (max-width: 700px) {
	.lang-box {
		width:106px;
		height:18px;
		top:17px;
		right:56px;
	}
	.lang-link,
	.lang-text {
		font-size:15px;
		line-height:18px;
	}
	.drawer_open {
		height: 60px;
		width: 70px;
	}
	.nav_content {
		padding:25px 0 0;
	}
	.sp-nav-logo {
		width:160px;
		margin:0 auto 20px;
	}
	.nav_list {
		display:block;
		flex-wrap: nowrap;
	}
	.nav_list li {
		width:85%;
		height:46px;
		margin:0 auto 15px;
		border-radius:8px;
	}
	.nav_list li:nth-child(2n) {
    	margin-right:auto;
	}
	.nav_list li:nth-child(2n+1) {
    	margin-left:auto;
	}
	.nav_list li:last-child {
		width:85%;
		margin-right:auto;
	}
	.nav_list li a {
		font-size:17px;
		line-height:43px;
	}
}


/* -----------------------------------------------------------------------
　リンクボタン
--------------------------------------------------------------------------*/
.thanks-link-btn {
	display:block;
	width:200px;
	height:60px;
	background:#0d4765;
	padding-right:20px;
	font-size:17px;
	color:#fff;
	letter-spacing:1px;
	line-height:60px;
	text-align:center;
	margin:20px auto;
	position:relative;
	transition: 0.3s ease-in-out;
}

.thanks-link-btn::after {
	content: '';
	width: 16px;
	height: 16px;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	margin: auto;
	transition: 0.3s ease-in-out;
}

.thanks-link-btn:hover {
	background:#1876ba;
	transition: 0.3s ease-in-out;
}

.thanks-link-btn:hover::after {
	right: 15px;
}

@media screen and (max-width: 700px) {
	.thanks-link-btn {
		width:200px;
		height:60px;
		font-size:15px;
		padding-right:10px;
		line-height:60px;
	}
	.thanks-link-btn::after {
		width: 14px;
		height: 14px;
		right: 25px;
  }
}

/* -----------------------------------------------------------------------
　フッター
--------------------------------------------------------------------------*/
footer {
	padding:30px 30px;
	text-align:center;
}

.footer-logo {
	width:140px;
	margin:0 auto 40px;
}

.foot-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom:30px;
}

.foot-menu li {
 	padding: 0 15px 5px;
}

.foot-menu li a {
 	font-size:14px;
 	color:#000;
 	line-height:1.6;
 	transition: 0.2s ease-in-out;
}

.foot-menu li a:hover {
	color:#1876ba;
	text-decoration:underline;
	transition: 0.2s ease-in-out;
}

.copyright {
	font-size:13px;
}

/* -----------------------------------------------------------------------
　お問い合わせ
--------------------------------------------------------------------------*/
.form-page-wrap {
	padding:60px 45px 100px;
}

.form-page-title {
	font-size:32px;
	color:#0d4765;
	letter-spacing:1px;
	text-align:center;
	margin-bottom:40px;
}

.form-lead-wrap {
	max-width:600px;
	margin:0 auto 60px;
}

.form-lead-wrap p {
	font-size: 16px;
	line-height: 1.75;
	margin-bottom: 15px;
}

@media screen and (max-width: 700px) {
	.form-page-wrap {
		padding:40px 5% 50px;
	}
	.form-page-title {
		font-size:25px;
		margin-bottom:30px;
	}
	.form-lead-wrap {
		margin:0 auto 40px;
	}
	.form-lead-text {
		font-size: 15px;
	}
}

.form-lead-wrap p.jyunbicyu {
	font-size:22px;
	text-align:center;
	margin:250px 0 100px;
}

/* -----------------------------------------------------------------------
 フォーム
--------------------------------------------------------------------------*/
.contact-form-box {
	max-width:720px;
	margin:0 auto;
	overflow:hidden;
	padding:40px;
}

.form-box {
	max-width:720px;
	margin:0 auto;
	overflow:hidden;
	padding:0 40px 10px;
}

form {
	margin: 0;
	padding: 0 20px;
}

@media screen and (max-width: 767px) {
	.form-box {
		padding:20px;
	}
	.contact-form-box {
		padding:0;
	}
	form {
		padding: 0;
	}
}

.form-box form p,
.contact-form-box form p {
	line-height: 1.7;
	margin-top: 22px;
}

.form-box form span.form-text-small {
	display:inline-block;
	font-size:13.5px;
	line-height: 1.5;
	margin:0 0 10px;
}

.label_tag {
    font-size: 12px;
    font-weight:bold;
    letter-spacing:1px;
    color: #ffffff;
    border-radius: 3px;
    margin-right: 10px;
    padding: 4px 10px;
}

.label_must {
    background-color: #a33;
}

.label_option {
    background-color: #aaa;
}

form label {
	font-size:15px;
	font-weight:bold;
	color:#333;
	line-height: 2.4;
}

input,
textarea {
	-webkit-appearance: none;
	background-image: none;
	border: 1px solid #999;
	border-radius: 0;
	font-family: inherit;
	font-size: 1em;
	padding: 12px 15px;
	width: 100%;
}

input.age {
	width: 60px;
}

span.age-text {
	margin-left:10px;
}

textarea:hover,
textarea:focus {
	outline: none;
}

textarea:focus {
	border-color: #999;
	box-shadow: none;
	outline: none;
}

textarea ::-moz-focus-inner {
	border: none;
	padding: 0;
}

input::-webkit-input-placeholder {
	color: #e2e2e2;
}

input::-moz-placeholder {
	color: #e2e2e2;
}

input::-ms-input-placeholder {
	color: #e2e2e2;
}

input::placeholder {
	color: #e2e2e2;
}

input:focus {
	border-color: #999;
	box-shadow: none;
	outline: none;
}

input[type="submit"] {
	-webkit-appearance: none;
	background-color: #000;
	background-image: none;
	border: none;
	border-radius: 0;
	box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-weight:bold;
	letter-spacing:2px;
	margin: 20px auto 0;
	padding: 0.6em 3em;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	width: auto;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
	outline: none;
}

input[type="submit"]:hover {
	opacity: 0.6;
}

input[type="submit"] ::-moz-focus-inner {
	border: none;
	padding: 0;
}

input[type="button"] {
	-webkit-appearance: none;
	background-color: #fff;
	background-image: none;
	border: 1px solid #666;
	border-radius: 30px;
	color: #666;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight:bold;
	letter-spacing:2px;
	margin: 50px auto 10px;
	padding: 0.3em 1.8em;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	width: auto;
}

input[type="button"]:hover,
input[type="button"]:focus {
	outline: none;
}

input[type="button"]:hover {
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
}

input[type="button"] ::-moz-focus-inner {
	border: none;
	padding: 0;
}

input[type="radio"] {
	display: none;
}

input[type="radio"] + span {
	cursor: pointer;
	display: inline-block;
	margin: 0 16px 0 0;
	padding: 0 0 0 30px;
	position: relative;
}

input[type="radio"] + span::before {
	-webkit-transform: translateY(-50%);
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 50%;
	content: "";
	display: block;
	height: 26px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
}

input[type="radio"] + span::after {
	opacity: 0;
	transition: opacity 0.3s ease 0s;
}

input[type="radio"]:checked + span::after {
	-webkit-transform: translateY(-50%);
	background: #999;
	border-radius: 50%;
	content: "";
	display: block;
	height: 10px;
	left: 8px;
	opacity: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}

input[type="checkbox"] {
	display: none;
}

input[type="checkbox"] + span {
	cursor: pointer;
	display: inline-block;
	margin: 0 16px 0 0;
	padding: 0 0 0 30px;
	position: relative;
	transition: all 1s ease 0s;
}

input[type="checkbox"] + span::before {
	-webkit-transform: translateY(-50%);
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 2px;
	content: "";
	display: block;
	height: 26px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
}

input[type="checkbox"] + span::after {
	opacity: 0;
	transition: opacity 0.3s ease 0s;
}

input[type="checkbox"]:checked + span::after {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	border-bottom: 4px solid #e2e2e2;
	border-left: 4px solid #e2e2e2;
	content: "";
	display: block;
	height: 15.6px;
	left: 0;
	margin-top: -0.2em;
	opacity: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	width: 26px;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: url(../img/select-arrow.svg);
	background-position: right 6px center;
	background-repeat: no-repeat;
	background-size: 22px;
	border: 1px solid #aaa;
	border-radius: 4px;
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	font-size: 1em;
	padding: 0.4em 2.4em 0.4em 0.8em;
}

select::-ms-expand {
	display: none;
}

select:focus {
	border-color: #aaa;
	border-radius: 4px;
	box-shadow: none;
	outline: none;
}

/* -----------------------------------------------------------------------
　送信完了
--------------------------------------------------------------------------*/
.thanks-body {
	max-width:600px;
	margin:0 auto 100px;
}

.thanks-body p {
	font-size: 16px;
	line-height: 1.75;
	margin-bottom: 15px;
}

/* -----------------------------------------------------------------------
　404
--------------------------------------------------------------------------*/
.entry-404 {
	padding: 160px 0 100px;
	text-align: center;
}

.entry-404-head,
.entry-404-head span {
	color: #aaa;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 36px;
}

.entry-404-head span::after {
	content: " ";
}

.entry-404-lead {
	color: #aaa;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 24px;
}

.entry-404-lead .m_sp {
	display: none;
}

.entry-404-content {
	font-size:16px;
	color: #999;
	margin-bottom:50px;
}

@media screen and (max-width: 700px) {
	.entry-404 {
		padding: 60px 20px 50px;
	}
	.entry-404-head,
	.entry-404-head span {
		font-size: 38px;
		margin-bottom: 25px;
	}
	.entry-404-lead {
		font-size: 21px;
	}
	.entry-404-content {
		font-size:14px;
	}
}