@charset "UTF-8";

@font-face {
	font-family: 'Ryumin';
	src: local("Ryumin Regular KL"), local("リュウミン R-KL");
	font-weight: normal;
}

@font-face {
	font-family: 'Ryumin';
	src: local("Ryumin Medium KL"), local("リュウミン M-KL");
	font-weight: 500;
}

@font-face {
	font-family: 'Ryumin';
	src: local("Ryumin Bold KL"), local("リュウミン B-KL");
	font-weight: bold;
}

/* 文字装飾
	最初に赤い四角をつける
*/
/* ボックス
	タイトルをベタ塗り白文字、内容を同色の線で囲う
*/
/*-----------------------------------------------------------------------
	base
-----------------------------------------------------------------------*/
html {
	font-size: 62.5%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
}

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

body {
	font-family: Ryumin, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #231815;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	position: relative;
	min-width: 980px;
	font-size: 15px;
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
	body {
		min-width: 320px;
		font-size: 13px;
	}
}

a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

a:hover {
	opacity: 0.7;
}

img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

img[src*=".svg"] {
	max-width: none;
	width: 100%;
}

.contentIn {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

@media screen and (max-width: 768px) {
	.contentIn {
		width: auto;
		padding-left: 2.8125%;
		padding-right: 2.8125%;
	}
}

/*-----------------------------------------------------------------------
	header
-----------------------------------------------------------------------*/
/* current表示 */
#header {
	padding: 45px 0 40px;
	font-weight: 500;
	/* centerPart */
}

@media screen and (max-width: 768px) {
	#header {
		position: relative;
		padding: 10px 0 15px;
	}
}

#header > .contentIn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

@media screen and (max-width: 768px) {
	#header > .contentIn {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		position: static;
	}
}

#header .centerPart {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	padding: 0 25px;
	line-height: 1.0;
}

@media screen and (max-width: 768px) {
	#header .centerPart {
		-ms-flex-item-align: center;
		    align-self: center;
		padding: 0;
	}
}

#header .companyLead {
	margin-bottom: 13px;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "游ゴシック", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size: 10px;
}

#header .companyName {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.6em;
}

@media screen and (max-width: 768px) {
	#header .companyName {
		margin-right: -0.5em;
		text-align: center;
		font-size: 22px;
		letter-spacing: 0.5em;
	}
}

#header .companyName .pre {
	display: inline-block;
	margin-right: 1.0em;
	font-size: 20px;
	letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
	#header .companyName .pre {
		margin-right: 0.8em;
		font-size: 13px;
		letter-spacing: 0;
		vertical-align: bottom;
	}
}

#hLogo {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}

@media screen and (max-width: 768px) {
	#hLogo {
		max-width: 33%;
	}
	#hLogo a {
		display: block;
	}
}

#hLogo.current a {
	position: relative;
}

#hLogo.current a::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	padding-top: 5px;
	border-bottom: 6px solid #ca151a;
}

@media screen and (max-width: 768px) {
	#hLogo.current a::before {
		padding-top: 3px;
		border-bottom-width: 3px;
	}
}

#hTel {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	font-size: 28px;
	text-align: right;
	line-height: 1.0;
	text-transform: uppercase;
}

#hTel .pre {
	font-size: 20px;
}

#hTel .time {
	display: inline-block;
	font-size: 15px;
	margin-right: -0.5em;
}

@media screen and (max-width: 768px) {
	#hMenuBtn {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		-ms-flex-item-align: center;
		    align-self: center;
	}
}

@media screen and (max-width: 768px) {
	#hMenuBtn button {
		position: relative;
		width: 35px;
		height: 35px;
		background: #2d2869;
		font-size: 0;
		color: transparent;
		vertical-align: middle;
	}
	#hMenuBtn button:hover {
		opacity: 0.8;
	}
	#hMenuBtn button::before,
	#hMenuBtn button::after,
	#hMenuBtn button .center {
		content: "";
		display: block;
		position: absolute;
		left: 15%;
		top: 50%;
		width: 70%;
		height: 2px;
		margin-top: -1px;
		background: #fff;
		-webkit-transition: all 0.3s ease 0.0s;
		transition: all 0.3s ease 0.0s;
	}
	#hMenuBtn button::before {
		top: 25%;
	}
	#hMenuBtn button::after {
		top: 77%;
	}
	
	.jsMenuOpen #hMenuBtn button .center {
		opacity: 0.0;
	}
	.jsMenuOpen #hMenuBtn button::before {
		top: 50%;
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
	.jsMenuOpen #hMenuBtn button::after {
		top: 50%;
		-webkit-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}
}

/*-----------------------------------------------------------------------
	gNavi
-----------------------------------------------------------------------*/
/* メニューを区切る縦線 */
#gNavi {
	margin-top: 15px;
	text-align: center;
	font-size: 12px;
}

@media screen and (max-width: 768px) {
	#gNavi {
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		margin-top: 0;
		background: #2d2869;
		font-size: 15px;
		color: #fff;
		overflow: hidden;
		z-index: 9999;
	}
}

#gNavi > .contentIn {
	width: 100%;
}

@media screen and (max-width: 768px) {
	#gNavi > .contentIn {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

#gNavi .navi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 1px;
}

@media screen and (max-width: 768px) {
	#gNavi .navi {
		display: inline-block;
		margin-right: 0;
	}
}

#gNavi .navi > .item {
	position: relative;
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 33.33%;
	        flex: 0 1 33.33%;
	padding-left: 1px;
}

@media screen and (max-width: 768px) {
	#gNavi .navi > .item {
		margin-bottom: 20px;
		padding-left: 0;
	}
}

#gNavi .navi > .item::before {
	content: "";
	display: block;
	position: absolute;
	top: 10%;
	width: 1px;
	height: 80%;
	background: #9fa0a0;
	left: 0;
}

@media screen and (max-width: 768px) {
	#gNavi .navi > .item::before {
		content: none;
	}
}

#gNavi .navi > .item:last-of-type::after {
	content: "";
	display: block;
	position: absolute;
	top: 10%;
	width: 1px;
	height: 80%;
	background: #9fa0a0;
	left: 100%;
}

@media screen and (max-width: 768px) {
	#gNavi .navi > .item:last-of-type::after {
		content: none;
	}
}

#gNavi .navi > .item.current a {
	position: relative;
}

#gNavi .navi > .item.current a::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	padding-top: 5px;
	border-bottom: 6px solid #ca151a;
}

@media screen and (max-width: 768px) {
	#gNavi .navi > .item.current a::before {
		padding-top: 3px;
		border-bottom-width: 3px;
	}
}

#gNavi .navi a {
	width: 100%;
}

@media screen and (max-width: 768px) {
	#gNavi .navi a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding: 5px 10px;
	}
}

@media screen and (max-width: 768px) {
	#hMenuTel {
		margin-top: 20px;
		text-transform: uppercase;
		font-size: 18px;
	}
	#hMenuTel .time {
		display: inline-block;
		margin-top: 8px;
		font-size: 12px;
	}
}

/*-----------------------------------------------------------------------
	contents
-----------------------------------------------------------------------*/
#contents {
	padding: 25px 0 85px;
}

@media screen and (max-width: 768px) {
	#contents {
		padding-bottom: 50px;
	}
}

#contents .contentIn > section {
	margin-top: 55px;
}

#contents .contentIn > section:first-of-type {
	margin-top: 25px;
}

@media screen and (max-width: 768px) {
	#contents .contentIn > section:first-of-type {
		margin-top: 20px;
	}
}

#contents .contentIn > section > section {
	margin-top: 50px;
}

.column2Style {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 50px;
}

@media screen and (max-width: 768px) {
	.column2Style {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}

.column2Style > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 450px;
	        flex: 0 0 450px;
}

@media screen and (max-width: 768px) {
	.column2Style > * {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
	}
	.column2Style > * + * {
		margin-top: 55px;
	}
}

/*-----------------------------------------------------------------------
	footer
-----------------------------------------------------------------------*/
#footer {
	padding-bottom: 45px;
	font-size: 10px;
}

@media screen and (max-width: 768px) {
	#footer {
		padding-bottom: 20px;
	}
}

#footer .contentIn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 768px) {
	#footer .contentIn {
		display: block;
	}
}

#footer .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

@media screen and (max-width: 768px) {
	#footer .container {
		margin-top: 5px;
	}
}

#fLogo {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 136px;
}

#fLogo a {
	display: block;
}

#fNavi {
	padding-left: 30px;
	padding-bottom: 5px;
	border-bottom: 2px solid #2d2869;
	font-weight: 500;
}

@media screen and (max-width: 768px) {
	#fNavi {
		padding-left: 0;
	}
}

#fNavi .navi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: start;
	    align-content: flex-start;
}

@media screen and (max-width: 768px) {
	#fNavi .navi {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}

@media screen and (max-width: 768px) {
	#fNavi .navi > .item {
		margin-top: 5px;
		padding-right: 10px;
	}
}

#fNavi .navi > .item + .item {
	margin-left: 10px;
}

@media screen and (max-width: 768px) {
	#fNavi .navi > .item + .item {
		margin-left: 0;
	}
}

#fNavi .navi > .item a {
	position: relative;
	padding-left: 1.15em;
}

#fNavi .navi > .item a::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0.3em;
	width: 0.85em;
	height: 0.85em;
	background: #ca151a;
}

#fCopy {
	margin-top: 2px;
	text-align: right;
}

#fCopy .copy {
	display: inline-block;
	-webkit-transform-origin: right bottom;
	        transform-origin: right bottom;
	-webkit-transform: scale(0.8);
	        transform: scale(0.8);
}
