@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, figcaption, figure, section {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 375px) {
	html {
		font-size: 2.666666vw;
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #1A1A1A;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #1A1A1A;
}
a:hover {
	color: #1A1A1A;
}
a:active {
	color: #1A1A1A;
}
.oswald {
	font-family: "Oswald", sans-serif;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1240px;
	color: #1A1A1A;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	text-align: left;
	overflow: hidden;
}
#main {
	margin-bottom: 18rem;
}
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.4rem;
	}
	#main {
		margin-bottom: 9rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding-top: 3rem;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
    
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 40%);
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 40%);
    background-image: linear-gradient(rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 40%);
    background-position: 0 -150px;
    background-size: 100% 300px;
    background-repeat: no-repeat;
    height: 150px;
    transition: background-position 0.5s ease-out;
}
#gHeader.on {
    background-position: 0 0;
}
#gHeader .hBox {
	padding: 0 15.9rem 0 3rem;
}
#gHeader h1 {
	width: 11.2rem;
    transition: all 0.5s ease-out;
    position: relative;
    top: 0;
}
@media all and (min-width: 897px) {
    #gHeader.on h1 {
        width: 5.6rem;
        top: -2rem;
    }
}
#gHeader .rBox {
	padding: 1.9rem 2.7rem 0 0;
}
#gHeader .menu {
	width: 10.7rem;
	position: absolute;
	top: 5rem;
	right: 4.9rem;
	cursor: pointer;
}
#gHeader .menuBox {
	display: none;
}
.menuBox {
	display: none;
	padding: 3rem 3rem 0;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background-color: rgba(26, 26, 26, 1);
	z-index: 120;
}
.menuBox .hBox {
	margin-bottom: 6rem;
}
.menuBox .hBox h1 {
	width: 11.2rem;
}
.menuBox .hBox .close {
	margin: 2rem 2rem 0 0;
	width: 10.7rem;
	height: 1.6rem;
}
.menuBox .close {
	cursor: pointer;
	transition: .3s;
	margin: 4rem 0 11.2rem;
	text-align: right;
}
.menuBox .subBox {
	margin: 0 auto;
	padding-left: 2rem;
	max-width: 124rem;
}
.menuBox .navi {
	width: 26.35%;
	border-right: 0.1rem solid #888;
}
.menuBox .navi:nth-child(2) {
	width: 39.35%;
	padding: 1.5rem 6rem 0;
}
.menuBox .contactBox {
	width: 34.3%;
	max-width: 41.85rem;
}
.menuBox .navi {
	padding: 1.5rem 0 2.5rem;
}
.menuBox .navi li:not(:last-child) {
	margin-bottom: 5rem;
}
.menuBox .navi a {
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	display: inline-block;
	letter-spacing: 0.1em;
}
.menuBox .navi .subNavi {
	padding: 2rem 0 0.6rem;
}
.menuBox .navi .subNavi a {
	padding-left: 0.6rem;
	font-size: 1.6rem;
	font-weight: 400;
	color: #888;
}
.menuBox .navi .subNavi li:not(:last-child) {
	margin-bottom: 1.6rem;
}
.menuBox .contactBox {
	padding: 2rem 0 3rem 4.8%;
}
.menuBox .contactBox .btnList {
	margin-bottom: 2.6rem;
}
.menuBox .contactBox .btnList li:not(:last-child) {
	margin-bottom: 2rem;
}
.menuBox .contactBox .btnList a {
	padding-bottom: 0.5rem;
	width: 94.5%;
	height: 7rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.1em;
	background-color: #003347;
}
.menuBox .contactBox .btnList li:nth-child(2) a {
	background-color: #00AEC4;
}
.menuBox .contactBox .telBox a {
	color: #fff;
}
.menuBox .contactBox .telBox .tel {
	margin-bottom: 0.3rem;
	display: block;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.06em;
}
.menuBox .contactBox .telBox .num {
	font-size: 3.9rem;
}
.menuBox .contactBox .telBox .date {
	font-size: 1.4rem;
	letter-spacing: 0.12em;
}
@media all and (min-width: 897px) and (max-width: 1200px)  {
	.menuBox .contactBox .telBox .tel {
		font-size: 2rem;
	}
	.menuBox .contactBox .telBox .num {
		font-size: 3rem
	}
}
@media all and (min-width: 897px) {
	#gHeader .menu:hover,
	.menuBox .hBox .close:hover {
	opacity: 0.7;
}
}
.menuBox .navi a:hover {
	opacity: 0.7;
}
.menuBox .contactBox .btnList a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gHeader {
		padding-top: 1.5rem;
	}
	#gHeader h1 {
		width: 6.2rem;
	}
	#gHeader .hBox {
		padding: 0 10rem 0 1.5rem;
	}
	#gHeader .menu {
		width: 9.7rem;
		top: 2.5rem;
		right: 1.5rem;
	}
	.menuBox {
		padding: 1.5rem 1.5rem;
	}
	.menuBox .hBox {
		margin-bottom: 1.9rem;
	}
	.menuBox .hBox h1 {
		width: 6.2rem;
	}
	.menuBox .hBox .close {
		margin: 1rem 0 0 0;
		width: 9.68rem;
	}
	.menuBox .subBox {
		padding-left: 0;
		display: block;
	}
	.menuBox .navi {
		padding-bottom: 0;
		width: auto !important;
		border-right: 0;
	}
	.menuBox .navi01 {
		margin-bottom: 4.1rem;
	}
	.menuBox .navi:nth-child(2) {
		padding: 0;
	}
	.menuBox .navi > li {
		border-top: 0.2rem solid #888;
	}
	.menuBox .navi li:not(:last-child) {
		margin-bottom: 0;
	}
	.menuBox .navi01 > li:last-child {
		border-bottom: 0.2rem solid #888;
	}
	.menuBox .navi > li > a {
		padding: 1.3rem 1.5rem 1.4rem;
		display: block;
		font-size: 1.4rem;
	}
	.menuBox .navi > .li01 {
		position: relative;
	}
	.menuBox .navi > .li01 > a {
		padding-bottom: 1.1rem;
	}
	.menuBox .navi .li01 > .mark {
		display: inline-block;
		width: 4.5rem;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 3;
	}
	.menuBox .navi .li01 > .mark::before {
		width: 1.6rem;
		height: 0.1rem;
		position: absolute;
		top: 2.3rem;
		right: 1.45rem;
		content: "";
		z-index: 2;
		background-color: #fff;
	}
	.menuBox .navi .li01 > .mark::after {
		width: 0.1rem;
		height: 1.6rem;
		position: absolute;
		top: 1.5rem;
		right: 2.2rem;
		content: "";
		z-index: 2;
		background-color: #fff;
	}
	.menuBox .navi .li01 > .mark.on::after {
		transform: rotate(180deg);
		opacity: 0;
	}
	.menuBox .navi .subNavi {
		padding: 0 0 1.9rem;
		display: none;	
	}
	.menuBox .navi .subNavi li:not(:last-child) {
		margin-bottom: 0.7rem;
	}
	.menuBox .navi .subNavi a {
		padding-left: 1.6rem;
		font-size: 1.4rem;
	}
	.menuBox .contactBox {
		margin: 0 auto;
		width: auto;
		padding: 0 2rem 2rem;
	}
	.menuBox .contactBox .btnList {
		margin-bottom: 2.2rem;
	}
	.menuBox .contactBox .btnList a {
		padding-bottom: 0;
		margin: 0 auto;
		width: 30rem;
		height: 6rem;
	}
	.menuBox .contactBox .telBox {
		text-align: center;
	}
	.menuBox .contactBox .telBox .tel {
		margin-bottom: 0.2rem;
		font-size: 2.2rem;
		letter-spacing: 0.07em;
	}
	.menuBox .contactBox .telBox .num {
		font-size: 2.9rem;
	}
	.menuBox .contactBox .telBox .date {
		font-size: 1.3rem;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi > ul > li {
	padding-bottom: 10.9rem;
}
#gNavi > ul > li > a {
	margin: 0 2.9rem;
	font-size: 1.6rem;
	font-weight: 900;
	letter-spacing: 0.1em;
}
#gNavi .dropMenu {
	display: none;
	position: absolute;
	left: 0;
	top: 10.9rem;
	z-index: 120;
	width: 100%;
}
#gNavi .dropMenu .subBox {
	padding: 5rem 0 6rem;
	background-color: #fff;
}
#gNavi .dropMenu .subBox .content {
	max-width: 120rem;
}
#gNavi .dropMenu .subBox .photoBox {
	width: 48rem;
}
#gNavi .dropMenu .subBox .textBox {
	margin-top: -0.6rem;
	width: 64rem;
}
#gNavi .dropMenu .subBox .innerBox {
	padding-bottom: 2.4rem;
	border-bottom: 0.1rem solid #CCC;
}
#gNavi .dropMenu .subBox .innerBox h3 {
	margin-bottom: 1rem;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
#gNavi .dropMenu .subBox .innerBox .txt {
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.1em;
}
#gNavi .dropMenu .subBox .linkList {
	margin-top: -2.6rem;
	padding: 4.4rem 0 3rem;
}
#gNavi .dropMenu .subBox .linkList:not(:last-of-type) {
	border-bottom: 0.1rem solid #CCC;
}
#gNavi .dropMenu .subBox .linkList01 {
	padding: 2.5rem 0 0;
}
#gNavi .dropMenu .subBox .linkList li {
	margin-top: 2.6rem;
	width: 43.9%;
}
#gNavi .dropMenu .subBox .linkList a {
	display: block;
	letter-spacing: 0.1em;
	background: url(../img/common/arrow01.png) no-repeat right center / 2rem;
}
#gNavi li a.on .dropMenu {
	display: block;
}
#gNavi .dropMenu .subBox .linkList a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	#gNavi .dropMenu .subBox {
		padding: 5rem 1rem 6rem;
	}
	#gNavi .dropMenu .subBox .photoBox {
		width: 40vw;
	}
	#gNavi .dropMenu .subBox .textBox {
		width: 53.333vw;
	}
	#gNavi .dropMenu .subBox .linkList {
		font-size:1.333vw;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	max-width: 120.2rem;
	margin: 0 auto;
	text-align: right;
	position: relative;
	z-index: 2;
}
#pagePath li {
	display: inline;
	margin-left: 1.1rem;	
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 0.1em;
}
#pagePath li a {
	padding-right: 1.6rem;
	display: inline-block;
	color: #00AEC4;
	font-weight: 600;
}
#pagePath li a:hover {
	opacity: 0.7;
} 
@media all and (max-width: 896px) {
	#pagePath {
		margin: 2rem 1.5rem;
		display: none;
	}
	#pagePath li {
		font-size: 1.3rem;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: -0.1rem;
	background-color: #1A1A1A;
}
#gFooter .innerBox {
	border-top: 0.1rem solid #888;
}
#gFooter .fBox {
	padding-top: 15rem;
	margin-bottom: 15.5rem;
	align-items: start;
}
#gFooter .fInner {
	color: #FFF;
	align-items: center;
}
#gFooter .fInner .fLogo {
	margin: 0.6rem 2.9rem 0 0;
	width: 11.2rem;
}
#gFooter .fInner .name {
	margin-bottom: 1.1rem;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.09em;
}
#gFooter .fInner .site {
	line-height: 1.75;
	letter-spacing: 0.1em;
}
#gFooter .fInner a {
	color: #FFF;
}
#gFooter .fNavi {
	margin: -1.6rem 0 0 8.9rem;
}
#gFooter .fNavi > li {
	margin-top: 2.2rem;
	letter-spacing: 0.09em;
}
#gFooter .fNavi a {
	display: block;
	color: #FFF;
	font-weight: 700;
}
#gFooter .fNavi .subList {
	margin: 2.3rem 0 3.4rem;
}
#gFooter .fNavi01 .subList {
	margin-bottom: 2.7rem;
}
#gFooter .fNavi .subList li {
	padding-left: 0.6rem;
	margin-top: 1.8rem;
}
#gFooter .fNavi .subList a {
	color: #888;
	font-weight: 400;
}
#gFooter .subBox {
	padding: 4.5rem 0 7rem;
	position: relative;
}
#gFooter .subBox .privacy {
	position: absolute;
	left: 0;
	top: 4.4rem;
}
#gFooter .subBox .privacy a {
	color: #888;
	font-size: 1.4rem;
}
#gFooter .subBox address {
	color: #FFF;
	text-align: right;
}
#gFooter .fNavi a:hover,
#gFooter .subBox .privacy a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gFooter .fBox {
		padding-top: 6rem;
		margin-bottom: 0;
		display: block;
	}
	#gFooter .fInner {
		margin-bottom: 4.2rem;
		text-align: center;
		display: block;
	}
	#gFooter .fInner .fLogo {
		margin: 0 auto 1.5rem;
		width: 6.3rem;
	}
	#gFooter .fInner .name {
		font-size: 1.5rem;
	}
	#gFooter .rBox {
		display:  block;
	}
	#gFooter .fNavi {
		margin: 0;
	}
	#gFooter .fNavi > li {
		margin-top: 0;
		border-top: 0.2rem solid #888;
	}
	#gFooter .fNavi > li:last-child {
		border-bottom: 0.2rem solid #888;
	}
	#gFooter .fNavi01 > li:last-child {
		border-bottom: 0;
	}
	#gFooter .fNavi > li > a {
		padding: 1.7rem 1.5rem 1.7rem;
	}
	#gFooter .fNavi > .li01 {
		position: relative;
	}
	#gFooter .fNavi > .li01 > a {
		padding-bottom: 1.7rem;
	}
	#gFooter .fNavi .li01 > .mark {
		display: inline-block;
		width: 4.5rem;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 3;
	}
	#gFooter .fNavi .li01 > .mark::before {
		width: 1.6rem;
		height: 0.1rem;
		position: absolute;
		top: 2.3rem;
		right: 1.45rem;
		content: "";
		z-index: 2;
		background-color: #fff;
	}
	#gFooter .fNavi .li01 > .mark::after {
		width: 0.1rem;
		height: 1.6rem;
		position: absolute;
		top: 1.5rem;
		right: 2.2rem;
		content: "";
		z-index: 2;
		background-color: #fff;
	}
	#gFooter .fNavi .li01 > .mark.on::after {
		transform: rotate(180deg);
		opacity: 0;
	}
	#gFooter .fNavi .subList {
		margin-top: 0;
		display: none;
	}
	#gFooter .fNavi01 .subList {
		margin-bottom: 1.9rem;
	}
	#gFooter .fNavi .subList li {
		padding-left: 1.7rem;
		margin-top: 1.3rem;
	}
	#gFooter .fNavi .subList li:first-child {
		margin-top: 0;
	}
	#gFooter .innerBox {
		border-width: 0;
	}
	#gFooter .subBox .privacy {
		margin-bottom: 2.5rem;
		position: static;
		text-align: center;
		letter-spacing: 0.1em;
	}
	#gFooter .content01 {
		margin: 0;
	}
	#gFooter .subBox address {
		text-align: center;
	}
	#gFooter .subBox {
		padding: 3.9rem 0 5.3rem;
	}
}

