@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;
}
.inter {
	font-family: "Inter", 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: #4D4D4D;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #4D4D4D;
}
a:hover {
	color: #4D4D4D;
	opacity: 0.7;
}
a:active {
	color: #4D4D4D;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 128rem;
	color: #4D4D4D;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 500;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
a.under {
	text-decoration: underline;
}
a.under:hover {
	text-decoration: none;
}
#container {
	padding-bottom: 9.9rem;
	text-align: left;
	position: relative;
	z-index: 1;
	background: url(../../image/body_bg.jpg) no-repeat center top/cover;
	background-attachment: fixed;
}
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;
	}
	#container {
		padding-bottom: 6.7rem;
		background: none;
	}
	#container:before {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		background: url(../../image/body_bg_sp.png) no-repeat center top/cover;
		content: "";
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding: 1.8rem 2.8rem 3rem 3.2rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 18%, rgba(255, 255, 255, 0) 100%);
	z-index: 9999;
	min-width: 128rem;
}
#gHeader .logo {
	width: 29.9rem;
}
#gHeader .logo a:hover {
	opacity: 1;
}
#gHeader .rBox {
	margin-top: 1.2rem;
	flex: 1;
	align-items: flex-start;
	justify-content: flex-end;
}
#gNavi {
	margin-top: -0.3rem;
	flex: 1;
}
#gNavi > ul {
	justify-content: flex-end;
}
#gNavi > ul > li {
	margin-left: 1.3rem;
	position: relative;
}
#gNavi > ul > li > a {
	padding: 0.5rem 0;
	display: inline-block;
	color: #333;
	font-size: 1.5rem;
	letter-spacing: 0em;
}
#gNavi .dropBox li {
	white-space: nowrap;
	color: #333;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	line-height: 1.93;
}
#gHeader .rBox .language {
	margin: 0.1rem 0rem 0 1rem;
	position: relative;
}
#gHeader .rBox .language p {
	cursor: pointer;
	padding: 0.3rem 1.5rem 0.3rem 0.7rem;
	width: 11.4rem;
	color: #1B1464;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	border: 1px solid #E6E6E6;
	background: #fff url(../image/icon01.png) no-repeat right 1.1rem center/0.9rem;
}
#gHeader .rBox .language ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	border: 1px solid #E6E6E6;
	border-top: none;
	background-color: #fff;
	z-index: 10;
}
#gHeader .rBox .language li:not(:last-child) {
	border-bottom: 1px solid #E6E6E6;
}
#gHeader .rBox .language li a {
	padding: 0.3rem 1.5rem 0.3rem 0.7rem;
	display: block;
	color: #1B1464;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}
#gHeader .rBox .sns li {
	width: 3rem;
	margin-left: .6rem;
}
/*#container a.outlink:after {
	content: "";
	width: 1.2rem;
	height: 1.2rem;
	background-image:url("../image/icon_out.png");
	background-size: cover;
	display: inline-block;
	margin-left: .5rem;
}
#container a.outlink_b:after {
	background-image:url("../image/icon_out_b.png");
}*/
@media all and (min-width: 897px) {
	#gHeader .rBox {
		display: flex !important;
	}
	#gNavi .dropBox {
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		background-color: #fff;
		z-index: 80;
	}
	#gNavi .dropBox li a {
		display: block;
		padding: 1rem 2rem;
		background-color: #EFEBDF;
		border-bottom: 2px solid #fff;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 1rem 1.2rem 3rem 1.3rem;
		justify-content: space-between;
		background: linear-gradient(180deg, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 0) 100%);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
		min-width: inherit;
	}
	#gHeader .logo {
		width: 16.9rem;
		margin-top: .5rem;
	}
	#gHeader .btnList li {
		margin-left: .3rem;
	}
	#gHeader .btnList a {
		display: block;
		color: #5E75B3;
		font-size: 0.6rem;
		letter-spacing: 0.06em;
		text-align: center;
	}
	#gHeader .btnList img {
		display: block;
		margin: 0 auto 0.3rem;
		width: 4.2rem;
	}
	#gHeader .rBox {
		display: none;
		margin-top: 0;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		overflow-y: auto;
		z-index: 100;
	}
	#gHeader .rBox .close {
		margin: 1rem 1rem 1rem auto;
		width: 4rem;
		cursor: pointer;
		color: #5E75B3;
		font-size: 0.9rem;
		letter-spacing: 0.06em;
		text-align: center;
	}
	#gHeader .rBox .close img {
		display: block;
		margin: 0 auto 0.3rem;
		width: 1.8rem;
	}
	#gNavi {
		margin-top: 0;
		flex: 1;
	}
	#gNavi > ul {
		display: block;
	}
	#gNavi > ul > li {
		margin-left: 0;
		position: relative;
		border-bottom: 1px solid #333;
	}
	#gNavi > ul > li > a {
		padding: 1.5rem 2rem;
		display: block;
		font-size: 1.4rem;
	}
	#gNavi > ul > li .ico {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 4rem;
		height: 5.2rem;
		cursor: pointer;
		background: url(../image/icon16.png) no-repeat center center/1.3rem;
	}
	#gNavi > ul > li .ico.on {
		background-image: url(../image/icon17.png);
	}
	#gNavi .dropBox {
		display: none;
	}
	#gNavi .dropBox li a{
		display: block;
		padding: 1rem 2rem;
		background-color: #FBFAF7;
		border-top: 1px solid #A08036;
	}
	#gHeader .rBox .language {
		margin: 2rem auto 3rem;
		width: fit-content;
	}
	#gHeader .rBox .sns {
		margin-bottom: 3rem;
		justify-content: center;
	}
	#gHeader .rBox .sns li {
		margin: 0 1rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 3.9rem 0 5.5rem;
	position: relative;
	background: #5E75B3;
}
#gFooter .pageTop {
	position: absolute;
	right: 1.7rem;
	width: 7.2rem;
	top: -5rem;
}
#gFooter .content {
	max-width: 117.4rem;
}
#gFooter .fInner {
	margin-bottom: 2.5rem;
}
#gFooter .lBox {
	width: 35rem;
}
#gFooter .fLogo {
	margin: 0 0 1.1rem -1.8rem;
	width: 34.5rem;
}
#gFooter .fLogo a:hover {
	opacity: 1;
}
#gFooter .banner {
	margin-bottom: 3rem;
	gap: 0 1.5rem;
}
#gFooter .banner img {
	height: 10.8rem;
}
#gFooter .telBox {
	margin-bottom: 2.8rem;
}
#gFooter .telBox p {
	color: #fff;
	letter-spacing: 0.14em;
}
#gFooter .telBox p a {
	color: #fff;
}
#gFooter .telBox .large {
	font-size: 1.8rem;
}
#gFooter .telBox .tel {
	margin: 1rem 0 1.4rem 0.5rem;
	width: 31.7rem;
}
#gFooter .sns {
	margin-right: 3.8rem;
	justify-content: center;
}
#gFooter .sns li {
	margin: 0 1.4rem;
	width: 3.1rem;
}
#gFooter .fNavi {
	margin: 1.8rem 0 0 1.3rem;
	flex: 1;
}
#gFooter .fNavi .item {
	margin-right: 3.3rem;
}
#gFooter .fNavi a {
	color: #fff;
	letter-spacing: 0.04em;
}
#gFooter .fNavi a .sml {
	font-size: 1.2rem;
}
#gFooter .fNavi .ttl {
	margin-bottom: 0.3rem;
	font-size: 1.6rem;
	font-weight: 700;
}
#gFooter .fNavi li {
	line-height: 1.93;
	font-weight: 400;
}
#gFooter .fNavi .naviList.flex {
	gap: 0 3rem;
}
#gFooter address {
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.15em;
	text-align: center;
}
@media all and (min-width: 897px) {}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 3.2rem 0 4rem;
	}
	#gFooter .content {
		margin: 0 2rem;
		width: auto;
	}
	#gFooter .fInner {
		margin-bottom: 3.7rem;
	}
	#gFooter .lBox {
		width: 100%;
	}
	#gFooter .fLogo {
		margin: 0 auto 1rem;
		width: 28.9rem;
	}
	#gFooter .banner {
		margin-bottom: 2.5rem;
		gap: 0 1.5rem;
		justify-content: center;
	}
	#gFooter .banner img {
		height: 9rem;
	}
	#gFooter .telBox {
		margin-bottom: 3.5rem;
		text-align: center;
	}
	#gFooter .telBox .large {
		font-size: 1.5rem;
	}
	#gFooter .telBox .tel {
		margin: 0.8rem auto 1.2rem;
		width: 26.8rem;
	}
	#gFooter .sns {
		margin-right: 0;
		justify-content: center;
	}
	#gFooter .sns li {
		margin: 0 1.5rem;
		width: 3.4rem;
	}
	#gFooter address {
		letter-spacing: 0.15em;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-ltt */
/* 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;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.min {
	font-family: "Noto Serif JP", serif;
}
.content {
	margin: 0 auto;
	max-width: 120rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 3rem;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn a {
	margin: 0 auto;
	width: 32.4rem;
	padding: 1rem;
	display: block;
	color: #fff;
	font-size: 1.6rem;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.06em;
	text-align: center;
	background: #5E75B3 url(../image/arrow02.png) no-repeat right 1.2rem center/2.1rem;
	box-shadow: 0.256rem 0.256rem 0.358rem rgba(0, 0, 0, 0.23);
}
.comBtn a img {
	width: 1.7rem;
	vertical-align: -0.5rem;
	margin-right: 1.5rem;
}
@media all and (max-width: 896px) {
	.comBtn a {
		width: 31.7rem;
		background-size: 2rem;
	}
	.comBtn a img {
		width: 1.7rem;
		margin-right: 1.2rem;
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 3.6rem;
	color: #fff;
	font-size: 3.6rem;
	font-weight: 500;
	line-height: 1.28;
	letter-spacing: 0.06em;
	font-family: "Noto Serif JP", serif;
	text-align: center;
}
.headLine01 .en {
	margin-bottom: 0.8rem;
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 0.9rem;
	letter-spacing: 0.15em;
}
.headLine01 .en .sub {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0.2rem 1.9rem;
	background: #A08036;
	border: 1px solid #fff;
}
.headLine01 .en:after {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%);
	width: 23rem;
	height: 1px;
	background-color: #fff;
	content: "";
}
.headLine01.color02 {
	color: #5E75B3;
	font-size: 3.1rem;
	line-height: 1.3;
}
.headLine01.color02 .en {
	margin-bottom: 1.7rem;
	color: #A08036;
	font-size: 1.7rem;
	letter-spacing: 0.06em;
}
.headLine01.color02 .en .sub {
	padding-bottom: 0.8rem;
	background-color: #fff;
	border: 1px solid #A08036;
}
.headLine01.color02 .en:after {
	width: 42.3rem;
	background-color: #A08036;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 2rem;
		font-size: 2.1rem;
		line-height: 1.33;
		color: #5E75B3;
	}
	.headLine01 .en {
		margin-bottom: 1.4rem;
		color: #A08036;
		font-size: 1.2rem;
		letter-spacing: 0.1em;
	}
	.headLine01 .en .sub {
		padding: 0.3rem 2.5rem;
		background: #fff;
		border: 1px solid #A08036;
	}
	.headLine01 .en:after {
		width: 28.8rem;
		background-color: #A08036;
	}
	.headLine01.color02 {
		font-size: 2.1rem;
	}
	.headLine01.color02 .en {
		margin-bottom: 1.2rem;
		font-size: 1.15rem;
		letter-spacing: 0.06em;
	}
	.headLine01.color02 .en .sub {
		padding: 0.3rem 1.4rem;
	}
	.headLine01.color02 .en:after {
		width: 28.8rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
#main .headLine02 {
	margin-bottom: 3.8rem;
	color: #5E75B3;
	font-size: 4rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	font-family: "Noto Serif JP", serif;
	text-align: center;
}
#main .headLine02 img {
	margin: 0 auto -4.5rem;
	display: block;
	width: 63.8rem;
}
@media all and (max-width: 896px) {
	#main .headLine02 {
		margin: 0 -1rem 4.4rem;
		font-size: 2.3rem;
	}
	#main .headLine02 img {
		margin-bottom: 0.3rem;
		width: 27.1rem;
	}
}
/*------------------------------------------------------------
	fixBox
------------------------------------------------------------*/
.fixBox {
	padding: 2.1rem 2rem;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #fff;
	z-index: 80;
}
.fixBox .content {
	align-items: center;
	justify-content: center;
}
.fixBox .tel {
	width: 27.4rem;
}
.fixBox .btnList {
	margin-left: 1rem;
}
.fixBox .btnList li {
	margin-left: 2rem;
	width: 31.4rem;
}
.fixBox .btnList a {
	padding-bottom: 0.5rem;
	height: 5.7rem;
	font-size: 1.3rem;
	letter-spacing: 0.14em;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #EFEBDF url(../image/icon15.png) no-repeat right 1rem bottom 1rem/0.9rem;
}
.fixBox .btnList a .large {
	margin-left: 1rem;
	color: #5E75B3;
	font-size: 2.3rem;
	line-height: 1.2;
	vertical-align: -0.3rem;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.08em;
}
.fixBox .btnList a .ico {
	display: inline-block;
	padding-left: 4.5rem;
	background: url(../image/icon13.png) no-repeat left 0.5rem/2rem;
}
.fixBox .btnList .contact a .ico {
	padding-left: 3.8rem;
	background-image: url(../image/icon14.png);
	background-size: 2.3rem;
}
@media all and (max-width: 1024px) {
	.fixBox .btnList {
		margin-left: 0;
	}
	.fixBox .btnList li {
		width: 26.5rem;
	}
	.fixBox .btnList a {
		letter-spacing: 0.1em;
	}
	.fixBox .btnList a .large {
		margin-left: 0.5rem;
		font-size: 2rem;
	}
	.fixBox .btnList a .ico {
		padding-left: 3.8rem;
		background-position: left 0.3rem;
	}
}
@media all and (max-width: 896px) {
	.fixBox {
		padding: 0;
	}
	.fixBox .list li {
		width: calc(100%/3);
	}
	.fixBox .list a {
		padding: 0.8rem 0.5rem .4rem;
		height: 100%;
		display: block;
		font-size: 1rem;
		letter-spacing: 0.14em;
		text-align: center;
	}
	.fixBox .list .large {
		margin-bottom: 0.6rem;
		padding-left: 2.1rem;
		display: inline-block;
		color: #5E75B3;
		font-size: 1.7rem;
		line-height: 1.2;
		font-family: "Noto Serif JP", serif;
		background: url(../image/icon13.png) no-repeat left 0.4rem/1.5rem;
	}
	.fixBox .list .contact a {
		background: #EFEBDF;
	}
	.fixBox .list .contact .large {
		padding-left: 2.4rem;
		background-image: url(../image/icon14.png);
		background-size: 1.8rem;
	}
	.fixBox .list .tel a {
		font-size: 0.9rem;
		line-height: 1.28;
		letter-spacing: 0.12em;
	}
	.fixBox .list .tel .large {
		margin-bottom: 0.4rem;
		padding-left: 2.3rem;
		background-size: 1.7rem;
		background-image: url(../image/icon10.png);
	}
}