@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
a, a:link {
	color: #231815;
	text-decoration: none;
}
a:visited {
	color: #231815;
}
a:hover {
	color: #231815;
}
a:active {
	color: #231815;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #231815;
	font-size: 1.4rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
}
#main {
	margin-bottom: 10px;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}
	a:hover, a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	border-top: 30px solid #0c2f54;
	border-bottom: 3px solid #FFF100;
}
#gHeader .hBox {
	margin: -22px auto 12px;
	padding-top: 51px;
	width: 1180px;
	position: relative;
}
#gHeader .tabBtn {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fff;
}
#gHeader .tabBtn a {
	padding: 8px;
	width: 197px;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	background: -moz-linear-gradient(top, #DDDFE0 0%, #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#DDDFE0), to(#fff));
	background: linear-gradient(#DDDFE0, #fff);
	letter-spacing: 0.05em;
}
#gHeader .tabBtn a:hover {
	opacity: 0.7;
}
#gHeader h1 {
	width: 338px;
}
#gHeader .tel {
	margin: 5px 9px 0 5px;
	width: 177px;
}
#gHeader .txt {
	width: 576px;
	font-size: 1.2rem;
	line-height: 1.75;
}
#gHeader .hInner {
	display: flex;
	justify-content: space-between;
}
@media all and (max-width: 896px) {
	#gHeader {
		position: relative;
		border-top-width: 10px;
	}
	#gHeader .hBox {
		margin: 0;
		padding: 10px;
		width: auto;
	}
	#gHeader .tabBtn {
		top: 16px;
		right: 40px;
	}
	#gHeader .tabBtn a {
		padding: 3px;
		width: 50px;
		font-size: 1rem;
		letter-spacing: 0;
	}
	#gHeader .hInner {
		display: block;
	}
	#gHeader .txt {
		display: none;
	}
	#gHeader .tel {
		display: none;
	}
	#gHeader h1 {
		width: 200px;
	}
	.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: absolute;
  width: 25px;
  height: 22px;
	right: 10px;
	top: 15px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0c2f54;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
	.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	background: -moz-linear-gradient(top, #fff 0%, #DDDFE0);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#DDDFE0));
	background: linear-gradient(#fff, #DDDFE0);
	border-bottom: 3px solid #0B2F54;
}
#gNavi ul {
	margin: 0 auto;
	width: 1180px;
	display: flex;
	justify-content: space-between;
}
#gNavi ul li {
	width: 16.66%;
	position: relative;
}
#gNavi ul li::before {
	width: 2px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	content: '';
}
#gNavi ul li:last-child::after {
	width: 2px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #fff;
	content: '';
}
#gNavi ul li a {
	padding: 16px 5px 14px;
	font-size: 1.4rem;
	font-weight: bold;
	display: block;
	text-align: center
}
@media all and (min-width: 897px) {

#gNavi ul li a:hover {
	color: #fff;
	background: -webkit-linear-gradient(-90deg, #FDFDFD, #5B5B78, #0B2F54);
	background: -moz-linear-gradient(-90deg, #FDFDFD, #5B5B78, #0B2F54); /* Firefox 3.6+ */
	background: -ms-linear-gradient(-90deg, #FDFDFD, #5B5B78, #0B2F54); /* IE 10 */
	background: -o-linear-gradient(-90deg #FDFDFD, #5B5B78, #0B2F54); /* Opera 11.10+ */
	background: linear-gradient(180deg, #FDFDFD, #5B5B78, #0B2F54);
}
#gNavi ul li.on a {
	color: #fff;
	background: -webkit-linear-gradient(-90deg, #FDFDFD, #5B5B78, #0B2F54);
	background: -moz-linear-gradient(-90deg, #FDFDFD, #5B5B78, #0B2F54); /* Firefox 3.6+ */
	background: -ms-linear-gradient(-90deg, #FDFDFD, #5B5B78, #0B2F54); /* IE 10 */
	background: -o-linear-gradient(-90deg #FDFDFD, #5B5B78, #0B2F54); /* Opera 11.10+ */
	background: linear-gradient(180deg, #FDFDFD, #5B5B78, #0B2F54);
}
}
@media all and (max-width: 896px) {
	#gNavi {
		display: none;
		position: absolute;
		width: 100%;
		left: 0;
		top: 100%;
		z-index: 99;
	}
	#gNavi ul {
		width: auto;
		display: block;
		background-color: #0c2f54;
	}
	#gNavi ul li {
		width: auto;
	}
	#gNavi ul li a {
		display: block;
		color: #fff;
		text-align: center;
		border-bottom: 1px solid #fff;
	}
	#gNavi ul li::before {
		display: none;
	}
	#gNavi ul li:last-child::after {
		display: none;
	}
	#gNavi ul li:last-child a {
		border: none;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	padding: 9px 0 14px;
	margin: 0 auto;
	width: 1180px;
}
#pagePath li {
	margin-right: 17px;
	position: relative;
	display: inline;
}
#pagePath li a {
	display: inline-block;
}
#pagePath li a::before {
	margin-top: -5px;
	width: 10px;
	height: 10px;
	position: absolute;
	right: -16px;
	top: 50%;
	background: url("../img/common/iconj01.png") no-repeat left top / 100% 100%;
	content: '';
}
#pagePath li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#pagePath {
		padding: 5px;
		width: auto;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-bottom: 15px;
	background-color: #0B2F54;
}
#gFooter .fBox {
	margin-bottom: 30px;
	padding: 38px 0 34px;
	background-color: #FFF100;
}
#gFooter .fBox ul {
	margin: 0 auto;
	max-width: 1180px;
	display: flex;
	align-items: center;
}
#gFooter .fBox ul li {
	position: relative;
	margin-right: 67px;
}
#gFooter .fBox ul li::before {
	margin-top: -34px;
	width: 1px;
	top: 50%;
	height: 68px;
	right: -42px;
	position: absolute;
	background-color: #000;
	content: '';
}
#gFooter .comBox {
	padding-left: 70px;
	max-width: 1180px;
	box-sizing: border-box;
}
#gFooter .fNav {
	margin-top: -2px;
	width: 820px;
	float: left;
}
#gFooter .fNav li a {
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: -0.04em;
}
#gFooter .bannerUl {
	width: 251px;
	float: right;
}
#gFooter .bannerUl li:not(:last-child) {
	margin-bottom: 19px;
}
#gFooter .fNav > li {
	margin-right: 19px;
	padding-left: 13px;
	float: left;
	position: relative;
	line-height: 1;
}
#gFooter .fNav > li::before {
	position: absolute;
	left: 0;
	top: 2px;
	bottom: -1px;
	width: 1px;
	background-color: #fff;
	content: '';
}
#gFooter .fNav > li p {
	padding-left: 11px;
	position: relative;
}
#gFooter .fNav > li p::before {
	margin-top: -2px;
	width: 4px;
	height: 4px;
	position: absolute;
	left: 0;
	top: 50%;
	background-color: #fff;
	content: '';
}
#gFooter .fNav > li ul {
	margin: 6px 10px 0;
	position: relative;
}
#gFooter .fNav > li ul li {
	padding-left: 16px;
	position: relative;
	line-height: 1.7;
}
#gFooter .fNav > li ul li::before {
	position: absolute;
	content: ">";
	color: #fff;
	font-weight: bold;
	left: 2px;
	top: -2px;
	font-size: 1.5rem;
}
#gFooter .fNav > li:nth-child(3) {
	margin-right: 9px;
}
#gFooter .fNav > li:nth-child(4)::before {
	height: 305px;
}
#gFooter .fNav > li:nth-child(4) {
	margin-right: 2px;
}
#gFooter .fNav > li.list::before {
	display: none;
}
#gFooter .fNav > li .innerUl01 {
	margin-bottom: 28px;
}
#gFooter .fNav > li .link {
	margin-bottom: 35px;
}
#gFooter .fNav > .list p::after {
	position: absolute;
	left: -13px;
	top: 2px;
	height: 63px;
	width: 1px;
	background-color: #fff;
	content: '';
}
#gFooter .fNav > .list ul {
	position: relative;
}
#gFooter .fNav > li .link::after {
	height: auto;
	bottom: -1px;
}
#gFooter .fNav > li .link + p::after {
	height: 159px;
}
#gFooter .fNav a:hover {
	opacity: 0.7;
}
#gFooter .bannerUl li a:hover img {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gFooter {
	}
	#gFooter .fBox {
		padding: 15px 10px;
	}
	#gFooter .fBox ul {
		align-items: center;
	}
	#gFooter .fBox ul li {
		margin: 0;
	}
	#gFooter .fBox ul li::before {
		display: none;
	}
	#gFooter .fBox ul li:first-child {
		margin-right: 5px;
		width: 203px;
	}
	#gFooter .fBox ul li:last-child {
		width: 118px;
	}
	#gFooter .fNav {
		width: auto;
		float: none;
	}
	#gFooter .bannerUl {
		margin: 0 auto;
		float: none;
	}
	#gFooter .fNav > li {
		margin: 0 0 7px !important;
		float: none;
		width: auto !important;
	}
	#gFooter .fNav > li::before {
		display: none;
	}
	#gFooter .fNav > .list p::after {
		display: none;
	}
	#gFooter .comBox {
		padding: 15px;
	}
	#gFooter .fNav > li .link {
		margin-bottom: 7px;
	}
	#gFooter .fNav > li .innerUl01 {
		margin-bottom: 7px;
	}
	#gFooter .fNav {
		margin-bottom: 15px;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-between;
}
.flexC {
	justify-content: center;
}
/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
.comBox {
	margin: 0 auto;
	max-width: 1030px;
}
@media all and (max-width: 896px) {
	.comBox {
		padding: 0 15px;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 120px;
	position: relative;
	height: 300px;
	background: url("../img/land/page_img.jpg") no-repeat center center / cover;
}
.pageTitle h2 {
	margin-left: -590px;
	width: 1180px;
	position: absolute;
	color: #fff;
	font-size: 3.8rem;
	font-weight: 800;
	left: 50%;
	bottom: 10px;
	letter-spacing: 0.2em;
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-bottom: 50px !important;
		height: 150px;
	}
	.pageTitle h2 {
		padding: 10px;
		width: 100%;
		height: 100%;
		margin: 0;
		left: 0;
		bottom: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 2.4rem;
		text-align: center;
		letter-spacing: 0;
		box-sizing: border-box;
	}
}
/*------------------------------------------------------------
	comInfo
------------------------------------------------------------*/
.comInfo {
	padding: 48px 0 90px;
	background-color: #eff2f4;
}
.comInfo .comBox {
	max-width: 1030px !important;
}
.comInfo h3 {
	margin-bottom: 36px;
	color: #00437c;
	font-size: 2.4rem;
	text-align: center;
	letter-spacing: 0.28em;
}
.comInfo .linkUl {
	margin-top: -30px;
	display: flex;
	flex-wrap: wrap;
}
.comInfo .linkUl li {
	margin: 30px 28px 0 0;
	width: 236px;
	height: 80px;
	background-color: #fff;
}
.comInfo .linkUl li:nth-child(4n) {
	margin-right: 0;
}
.comInfo .linkUl li a {
	padding: 5px 10px;
	height: 100%;
	color: #00437c;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: -0.04em;
	text-align: center;
	background-color: #fff;
	border: 1px solid #00437c;
	box-sizing: border-box;
}
.comInfo .linkUl li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comInfo {
		padding: 40px 0 !important;
	}
	.comInfo .linkUl {
		margin-top: -5px;
		justify-content: space-between;
	}
	.comInfo .linkUl li {
		margin: 5px 0 0;
		width: 49%;
		height: 60px;
	}
	.comInfo .linkUl li a {
		padding: 5px;
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	comInfo01
------------------------------------------------------------*/
.comInfo01 {
	padding: 119px 0 111px;
}
.comInfo01 .linkUl {
	justify-content: space-between;
}
.comInfo01 .linkUl li {
	width: 502px;
	margin-right: 0;
}
@media all and (max-width: 896px) {
	.comInfo01 .linkUl li {
		width: 49%;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 16px;
	padding-left: 32px;
	font-size: 2.4rem;
	font-weight: 700;
	color: #000;
	position: relative;
}
.headLine01::before {
	width: 19px;
	height: 19px;
	position: absolute;
	left: 3px;
	top: 8px;
	background-color: #000;
	content: '';
}
.headLine01 span {
	font-size: 1.4rem;
	font-weight: normal;
}
@media all and (max-width: 896px) {
	.headLine01 {
		padding-left: 20px;
		font-size: 2rem;
	}
	.headLine01::before {
		width: 14px;
		height: 14px;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 43px;
	font-size: 3rem;
	color: #00437c;
	text-align: center;
}
@media all and (max-width: 896px) {
	.headLine02 {
		font-size: 2.4rem;
	}
}
/*------------------------------------------------------------
	comTxtBox
------------------------------------------------------------*/
.comTxtBox {
	margin: 0 auto 255px;
	width: 770px;
}
.comTxtBox p {
	color: #000;
	font-size: 1.4rem;
	line-height: 1.75;
	text-align: justify;
}
@media all and (max-width: 896px) {
	.comTxtBox {
		margin-bottom: 50px !important;
		width: auto !important;
	}
}
/*------------------------------------------------------------
	comPhotoUl
------------------------------------------------------------*/
.comPhotoUl {
	margin-bottom: 94px;
}
.comPhotoUl li {
	width: 318px;
}
.comPhotoUl li img {
	width: 100%;
}
@media all and (max-width: 896px) {
	.comPhotoUl {
		display: block;
		margin-bottom: 94px;
	}
	.comPhotoUl li {
		margin-bottom: 25px;
		width: auto !important;
	}
	.comPhotoUl li:last-child {
		margin-bottom: 0;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	margin: 0 auto;
	max-width: 708px;
}
.comBtn a, .comBtn input {
	padding: 24px 10px;
	display: block;
	color: #00437c;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	border: 1px solid #00437c;
	cursor: pointer;
	background-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.comBtn a:hover, .comBtn input:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comBtn a, .comBtn input {
		padding: 5px;
		font-size: 1.4rem;
	}
	.comBtn a:hover, .comBtn input:hover {
		opacity: 1;
	}
}
/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
.comTable {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #898989;
}
.comTable th, .comTable td {
	padding: 9px 30px;
	font-weight: 500;
	text-align: left;
	line-height: 1.45;
	vertical-align: top;
	border-top: 1px solid #898989;
}
.comTable th {
	padding: 11px 12px 10px 19px;
	width: 10.6%;
	background-color: #EDF1F3;
}
.comTable .addUl li {
	margin-bottom: 20px;
	padding-left: 13px;
	position: relative;
}
.comTable .addUl li::before {
	width: 11px;
	height: 11px;
	position: absolute;
	left: 0;
	top: 5px;
	background-color: #000;
	content: '';
}
.comTable .addUl li:last-child {
	margin-bottom: 0;
}
.comTable td .link {
	color: #0068b7;
}
.comTable td .link:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comTable th, .comTable td {
		padding: 8px !important;
		width: 100% !important;
		float: left !important;
		box-sizing: border-box;
	}
}
/*------------------------------------------------------------
	mailForm
------------------------------------------------------------*/
.mailForm .noteTxt {
	margin-bottom: 7px;
	line-height: 1.75;
}
.mailForm .tabBox {
	margin-bottom: 120px;
}
.mailForm .comTable th {
	width: 27.2%;
	vertical-align: middle;
}
.mailForm .comTable td input[type="text"], .mailForm .comTable td input[type="tel"], .mailForm .comTable td input[type="email"], .mailForm .comTable td textarea {
	width: 100%;
	height: 29px;
	font-size: 1.4rem;
	padding: 0 10px;
	border-radius: 0;
	border: 1px solid #c5c7c8;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.mailForm .comTable td {
	padding: 15px 18px;
}
.mailForm .comTable th .must {
	color: #e60012;
}
.mailForm .submit {
	margin: 0 auto;
	width: 502px;
}
.mailForm .submit input {
	width: 100%;
	border-radius: 0;
}
@media all and (max-width: 896px) {
	.mailForm .comTable td input[type="text"], .mailForm .comTable td input[type="tel"], .mailForm .comTable td input[type="email"] {
		width: 100% !important;
		font-size: 1.2rem;
	}
	.mailForm .tabBox {
		margin-bottom: 60px;
	}
	.mailForm .submit {
		width: 280px;
	}
	.mailForm .submit input {
		height: 50px;
	}
}
.errorMsg {
	margin-bottom: 15px;
	color: #f00;
	font-size: 1.6rem;
	font-weight: bold;
}
.contxt {
	margin-bottom: 10px;
	font-size: 1.6rem;
	font-weight: bold;
}
.thanks p {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 30px;
	font-weight: bold;
}
@media all and (max-width: 896px) {
	.thanks p {
		font-size: 1.6rem;
	}
	.thanks .comBtn a {
		padding: 15px 5px;
	}
	
}
@media all and (-ms-high-contrast:none){
	#gNavi ul li a {
		padding: 18px 5px 12px;
	}
	.comInfo .linkUl li a {
		padding: 10px 10px 2px;
	}
	.headLine01::before {
		top: 6px;
	}
	.comBtn a, .comBtn input {
		padding: 26px 10px 22px;
	}
}