@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, footer, header, main, hgroup, menu, nav, summary {
	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: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
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: #3c3c3c;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #3c3c3c;
}
a:hover {
	color: #3c3c3c;
}
a:active {
	color: #3c3c3c;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #3c3c3c;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #f5f5f4;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	position: relative;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
#main {
	padding-top: 11.1rem;
	margin-bottom: 5rem;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#main {
		padding-top: 8rem;
		margin-bottom: 2.5rem;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
}
#gHeader .hBox {
	padding: 2rem 0 0 3rem;
	align-items: flex-start;
}
#gHeader h1 {
	margin-top: 0.9rem;
	width: 31.2rem;
}
.menuBox .linkUl {
	margin-bottom: 2.1rem;
}
.menuBox .linkUl li {
	margin-left: 0.5rem;
	width: fit-content;
}
.menuBox .linkUl li:first-child {
	margin-left: 0;
}
.menuBox .linkUl a {
	padding: 0.5rem 1.8rem 0.4rem 1.9rem;
	color: #fff;
	font-size: 1.4rem;
	display: block;
	font-weight: 500;
	letter-spacing: 0.03em;
	background-color: #e97e94;
	border-radius: 1.5rem;
}
.menuBox .linkUl span {
	padding-right: 1.5rem;
	background: url(../img/icon01.png) no-repeat right center / 0.7rem;
}
.menuBox .linkUl .li01 a {
	background-color: #2fb7d0;
}
.menuBox .linkUl .li02 a {
	font-weight: 600;
	letter-spacing: 0.13em;
	background-color: #24479c;
}
.menuBox .linkUl .li02 span {
	padding: 0 1.5rem 0 2.5rem;
	background: url(../img/icon02.png) no-repeat left center / 2rem, url(../img/icon01.png) no-repeat right center / 0.7rem;
}
.menuBox .linkUl a:hover {
	opacity: 0.7;
}
#gNavi {
	padding: 2.3rem 2.5rem 2.2rem 1rem;
	margin-left: auto;
	width: fit-content;
	background-color: #fff;
	border-radius: 2rem 0 0 2rem;
}
#gNavi li {
	position: relative;
}
#gNavi li:not(:last-child)::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	content: "";
	right: 0;
	width: 1px;
	height: 1rem;
	background-color: #c2ccd8;
}
#gNavi a {
	padding: 0 2rem;
	display: inline-block;
	text-align: center;
	color: #47596f;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.43;
}
#gNavi a .en {
	margin-top: 0.2rem;
	display: block;
	font-size: 1rem;
	letter-spacing: 0.1em;
	color: #068fa8;
	font-family: "Montserrat", sans-serif;
}
#gNavi a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) {
	.menuBox {
		display: flex !important;
		flex-direction: column-reverse;
		flex: 1;
	}
	.menuBox .linkUl {
		padding-right: 2rem;
		width: 100%;
		justify-content: right;
	}
	#gNavi ul {
		justify-content: right;
	}
	
}
@media all and (max-width: 896px) {
	#gHeader .hBox {
		padding: 2rem 1.5rem;
		display: block;
	}
	#gHeader h1 {
		margin-top: 0;
		width: 20rem;
	}
	.menu {
		width: 3rem;
		height: 4rem;
		position: absolute;
		z-index: 12;
		top: 1.5rem;
		right: 2rem;
	}
	.menu span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		width: 2.9rem;
		height: .2rem;
		background-color: #24479c;
	}
	.menu span:nth-of-type(1) {
		top: 1rem;
	}
	.menu span:nth-of-type(2) {
		top: 2rem;
	}
	.menu span:nth-of-type(3) {
		top: 3rem;
	}
	.menu.on span:nth-of-type(1) {
		transform: translateY(1rem) rotate(-45deg);
	}
	.menu.on span:nth-of-type(2) {
		opacity: 0;
	}
	.menu.on span:nth-of-type(3) {
		transform: translateY(-1rem) rotate(45deg);
	}
	.menuBox { 
		padding: 6rem 0 5rem;
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		background: rgba(255, 255, 255, 1);
		z-index: 9;
		height: 100%;
		overflow-y: auto;
		box-sizing: border-box;
	}
	.menuBox .linkUl {
		margin-bottom: 0;
		display: block;
	}
	.menuBox .linkUl li {
		margin: 0 auto 1.5rem !important;
		width: 25rem;
	}
	.menuBox .linkUl a {
		padding: 0.9rem 1.8rem;
		text-align: center;
		border-radius: 0.5rem;
	}
	#gNavi {
		margin-bottom: 3rem;
		padding: 0 2rem;
		width: auto;
		background-color: transparent;
		border-radius: 0;
	}
	#gNavi ul {
		display: block;
	}
	#gNavi li:not(:last-child)::after {
		display: none;
	}
	#gNavi a {
		padding: 1rem 2rem;
		display: block;
		border-bottom: 1px solid #47596f;
	}
	#gNavi a .en {
		margin-top: 0.2rem;
		display: block;
		font-size: 1rem;
		letter-spacing: 0.1em;
		color: #068fa8;
		font-family: "Montserrat", sans-serif;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-bottom: 5rem;
	position: relative;
}
#gFooter .pageTop {
	position: absolute;
	top: -12rem;
	right: 5rem;
	width: 6rem;
}
#gFooter .pageTop a {
	display: block;
}
#gFooter .pageTop a:hover {
	opacity: 0.7;
}
#gFooter .fBox {
	margin: 0 5rem;
}
#gFooter .lBox {
	width: 35rem;
}
#gFooter .lBox .fLogo {
	margin-bottom: 3rem;
}
#gFooter .lBox .fLogo a {
	display: block;
}
#gFooter .lBox .add {
	margin-bottom: 3rem;
	font-size: 1.2rem;
	letter-spacing: 0.03em;
	color: #24479c;
}
#gFooter .lBox .infoBox {
	margin-bottom: 3rem;
}
#gFooter .lBox .infoBox .text {
	margin-bottom: 0.8rem;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	color: #24479c;
} 
#gFooter .lBox .infoBox .text span {
	padding: 0.4rem 0 0.6rem;
	margin-right: 1rem;
	width: 5.1rem;
	display: inline-block;
	background-color: #24479c;
	color: #fff;
	text-align: center;
	font-size: 1rem;
}
#gFooter .lBox .infoBox a {
	padding: 1.55rem 1rem;
	display: block;
	width: 25.8rem;
	text-align: center;
	color: #24479c;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.13em;
	border-top: 1px solid #24479c;
	border-bottom: 1px solid #24479c;
}
#gFooter .lBox .infoBox a span {
	padding-left: 2.5rem;
	background: url(../img/icon03.png) no-repeat left center / 2rem;
}
#gFooter address {
	color: #24479c;
	font-size: 1.2rem;
	letter-spacing: 0.03em;
}
#gFooter .rBox {
	flex: 1;
	justify-content: right;
}
#gFooter .rBox .naviBox {
	margin-right: 5.2rem;
	width: 26rem;
}
#gFooter .rBox .fNavi li {
	margin-bottom: 0.4rem;
}
#gFooter .rBox .fNavi li:last-child {
	margin-bottom: 0;
}
#gFooter .rBox .fNavi a {
	padding-left: 1.5rem;
	position: relative;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	color: #47596f;
}
#gFooter .rBox .fNavi a::after {
	position: absolute;
	top: 1.1rem;
	left: 0;
	width: 0.5rem;
	height: 1px;
	background-color: #2fb7d0;
	content: "";
	z-index: 1;
}
#gFooter .rBox .outBox {
	width: 29.8rem;
}
#gFooter .rBox .linkUl {
	margin-bottom: 4.3rem;
}
#gFooter .rBox .linkUl li:not(:last-child) {
	margin-bottom: 1.2rem;
}
#gFooter .rBox .linkUl a {
	padding: 2.5rem 3rem;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	background: #30b7d0 url(../img/icon01.png) no-repeat right 3.2rem center / 0.7rem;
	border-radius: 3.5rem;
	display: block;
}
#gFooter .rBox .linkUl .li01 a {
	background-color: #e97e93;
}
#gFooter .rBox .linkBox {
	background-color: #fff;
	border-radius: 1rem;
}
#gFooter .rBox .linkBox a {
	padding: 1.5rem 1.6rem 1.5rem 1.8rem;
	display: block;
}
#gFooter .rBox .linkBox .link01 {
	margin-bottom: 0.4rem;
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: 0.03em;
	color: #583a40;
}
#gFooter .rBox .linkBox .link01 span {
	padding-right: 2rem;
	margin-left: 2.8rem;
	color: #583a40;
	font-weight: 600;
	font-size: 1rem;
	letter-spacing: 0;
	display: inline-block;
	background: url(../img/icon04.png) no-repeat right top / 1.5rem;
}
#gFooter .rBox .linkBox .title {
	margin-bottom: 0.5rem;
	color: #e97e94;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.04em;
}
#gFooter .rBox .linkBox .link02 {
	display: block;
	font-size: 1.2rem;
	letter-spacing: 0.03em;
	color: #583a40;
	background: url(../img/icon05.png) no-repeat right center / 1.6rem;
}
#gFooter .rBox .fNavi a:hover,
#gFooter .rBox .linkUl a:hover,
#gFooter .rBox .linkBox a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gFooter {
		margin-bottom: 1.5rem;
	}
	#gFooter .pageTop {
		top: -7.5rem;
		right: 2rem;
		width: 4rem;
	}
	#gFooter .fBox {
		margin: 0 2rem;
		display: block;
	}
	#gFooter .lBox {
		width: auto;
	}
	#gFooter .lBox .fLogo {
		width: 25rem;
	}
	#gFooter .lBox .infoBox {
		margin-bottom: 3rem;
	}
	#gFooter .lBox .infoBox .text {
		text-align: center;
	}
	#gFooter .lBox .infoBox a {
		width: auto;
	}
	#gFooter address {
		text-align: center;
	}
	#gFooter .rBox {
		display: block;
	}
	#gFooter .rBox .naviBox {
		margin: 0 0 3rem;
		width: auto;
		display: block;
	}
	#gFooter .rBox .fNavi {
		margin-bottom: 1rem;
	}
	#gFooter .rBox .fNavi li {
		margin-bottom: 1rem;
	}
	#gFooter .rBox .fNavi a {
		display: block;
	}
	#gFooter .rBox .outBox {
		margin: 0 auto;
		width: 33.5rem;
	}
	#gFooter .rBox .linkUl a {
		padding: 1.5rem 2rem;
	}
	#gFooter .rBox .linkBox {
		margin-bottom: 4rem;
	}
}