@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700;900&display=swap');
@import url('form.css');

* {
	box-sizing: border-box;
}

/* フォント・文字サイズ指定
-------------------------------------------------------------*/
html {
	font-size: 10px;
}

body {
	font-family: "Noto Sans JP", "Noto Sans Japanese", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, sans-serif;
	font-size: 1.8rem;
	color: #000000;
	line-height: 1.5;
	position: relative;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	body {
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 767px) {
	:root {
		/*font-size: calc(100vw / 60);*/
		/*font-size: calc(100vw / 32);*/
	}
}

@media screen and (max-width: 767px) {
	:root {
		/*font-size: calc(100vw / 40);*/
		/*font-size: calc(100vw / 32);*/
	}
}

/*fonts*/
.mincho {
	font-family: 'Noto Serif JP', serif !important;
}

.gothic {
	font-family: "Noto Sans JP", "Noto Sans Japanese", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, sans-serif !important;
}

.rob {
	font-family: "Roboto", serif !important;
}

/* フォントサイズ
-------------------------------------------------------------*/
.fs64 {
	font-size: 6.4rem !important;
}

.fs50 {
	font-size: 5.0rem !important;
}

.fs48 {
	font-size: 4.8rem !important;
}

.fs42 {
	font-size: 4.2rem !important;
}

.fs40 {
	font-size: 4.0rem !important;
}

.fs38 {
	font-size: 3.8rem !important;
}

.fs36 {
	font-size: 3.6rem !important;
}

.fs35 {
	font-size: 3.5rem !important;
}

.fs34 {
	font-size: 3.4rem !important;
}

.fs33 {
	font-size: 3.3rem !important;
}

.fs30 {
	font-size: 3.0rem !important;
}

.fs28 {
	font-size: 2.8rem !important;
}

.fs26 {
	font-size: 2.6rem !important;
}

.fs25 {
	font-size: 2.5rem !important;
}

.fs24 {
	font-size: 2.4rem !important;
}

.fs23 {
	font-size: 2.3rem !important;
}

.fs22 {
	font-size: 2.2rem !important;
}

.fs21 {
	font-size: 2.0rem !important;
}

.fs20 {
	font-size: 2.0rem !important;
}

.fs19 {
	font-size: 1.8rem !important;
}

.fs18 {
	font-size: 1.8rem !important;
}

.fs17 {
	font-size: 1.7rem !important;
}

.fs16 {
	font-size: 1.6rem !important;
}

.fs15 {
	font-size: 1.5rem !important;
}

.fs14 {
	font-size: 1.4rem !important;
}

.fs13 {
	font-size: 1.3rem !important;
}

.fs12 {
	font-size: 1.2rem !important;
}

.fs11 {
	font-size: 1.1rem !important;
}

.fs10 {
	font-size: 1.0rem !important;
}

@media screen and (max-width: 767px) {
	.sp-fs40 {
		font-size: 4.0rem !important;
	}

	.sp-fs30 {
		font-size: 3.0rem !important;
	}

	.sp-fs28 {
		font-size: 2.8rem !important;
	}

	.sp-fs26 {
		font-size: 2.6rem !important;
	}

	.sp-fs24 {
		font-size: 2.4rem !important;
	}

	.sp-fs23 {
		font-size: 2.3rem !important;
	}

	.sp-fs22 {
		font-size: 2.2rem !important;
	}

	.sp-fs21 {
		font-size: 2.0rem !important;
	}

	.sp-fs20 {
		font-size: 2.0rem !important;
	}

	.sp-fs19 {
		font-size: 1.8rem !important;
	}

	.sp-fs18 {
		font-size: 1.8rem !important;
	}

	.sp-fs17 {
		font-size: 1.7rem !important;
	}

	.sp-fs16 {
		font-size: 1.6rem !important;
	}

	.sp-fs15 {
		font-size: 1.5rem !important;
	}

	.sp-fs14 {
		font-size: 1.4rem !important;
	}

	.sp-fs13 {
		font-size: 1.3rem !important;
	}

	.sp-fs12 {
		font-size: 1.2rem !important;
	}

	.sp-fs11 {
		font-size: 1.1rem !important;
	}

	.sp-fs10 {
		font-size: 1.0rem !important;
	}
}

/* 余白
-------------------------------------------------------------*/
/*margin*/
.pt0 {
	padding-top: 0 !important;
}

.mt0 {
	margin-top: 0 !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt70 {
	margin-top: 70px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mt90 {
	margin-top: 90px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.mb0 {
	margin-bottom: 0px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

@media screen and (max-width: 767px) {
	.sp-mt0 {
		margin-top: 0px !important;
	}

	.sp-mt10 {
		margin-top: 10px !important;
	}

	.sp-mt15 {
		margin-top: 15px !important;
	}

	.sp-mt20 {
		margin-top: 20px !important;
	}

	.sp-mt30 {
		margin-top: 30px !important;
	}

	.sp-mt40 {
		margin-top: 40px !important;
	}

	.sp-mt50 {
		margin-top: 50px !important;
	}

	.sp-mt60 {
		margin-top: 60px !important;
	}

	.sp-mt70 {
		margin-top: 70px !important;
	}

	.sp-mt80 {
		margin-top: 80px !important;
	}

	.sp-mb0 {
		margin-bottom: 0 !important;
	}

	.sp-mb10 {
		margin-bottom: 10px !important;
	}

	.sp-mb20 {
		margin-bottom: 20px !important;
	}

	.sp-mb30 {
		margin-bottom: 30px !important;
	}

	.sp-mb40 {
		margin-bottom: 40px !important;
	}

	.sp-mb50 {
		margin-bottom: 50px !important;
	}

	.sp-mb60 {
		margin-bottom: 60px !important;
	}

	.sp-mb70 {
		margin-bottom: 70px !important;
	}

	.sp-mb80 {
		margin-bottom: 80px !important;
	}
}

.pb0 {
	padding-bottom: 0 !important;
}

.pb10 {
	padding-bottom: 1.0rem !important;
}

.pb20 {
	padding-bottom: 2.0rem !important;
}

.pb30 {
	padding-bottom: 3.0rem !important;
}
@media (max-width:767px) {	
	.sp-pb20{
		padding-bottom: 2.0rem !important;
	}

	.sp-pt25{
		padding-bottom: 2.5rem !important;
	}

	.sp-pt40 {
		padding-top: 40px !important;
	}
}

.pb40 {
	padding-bottom: 4.0rem !important;
}

.pb50 {
	padding-bottom: 5.0rem !important;
}

.pb60 {
	padding-bottom: 6.0rem !important;
}

.pb70 {
	padding-bottom: 7.0rem !important;
}

.pb80 {
	padding-bottom: 8.0rem !important;
}

.pb90 {
	padding-bottom: 9.0rem !important;
}

.pt10 {
	padding-top: 1.0rem !important;
}

.pt20 {
	padding-top: 2.0rem !important;
}

.pt30 {
	padding-top: 3.0rem !important;
}

.pt40 {
	padding-top: 4.0rem !important;
}

.pt50 {
	padding-top: 5.0rem !important;
}

.pt60 {
	padding-top: 6.0rem !important;
}

.pt70 {
	padding-top: 7.0rem !important;
}

.pt80 {
	padding-top: 8.0rem !important;
}

.pt90 {
	padding-top: 9.0rem !important;
}

.pt100 {
	padding-top: 10.0rem !important;
}

/* その他指定
-------------------------------------------------------------*/
.clearfix::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

a {
	color: #222;
}

a:hover {
	transition: all .2s;
	opacity: .8;
}

a.underline {
	color: #58B1BD;
	text-decoration: underline;
}

a.underline:hover {
	text-decoration: none;
}

.header-top a:hover,
.foot-sitemap a:hover {
	transition: all .2s;
	opacity: .8;
}

.only-pc {
	display: inline !important;
}

.only-pc.db {
	display: block !important;
}

.only-pc.df {
	display: flex !important;
}

.only-sp {
	display: none !important;
}

.only-sp.db {
	display: none !important;
}

.only-sp.df {
	display: none !important;
}

@media screen and (max-width: 767px) {
	.only-pc {
		display: none !important;
	}

	.only-pc.db {
		display: none !important;
	}

	.only-pc.df {
		display: none !important;
	}

	.only-sp {
		display: inline !important;
	}

	.only-sp.db {
		display: block !important;
	}

	.only-sp.df {
		display: flex !important;
	}
}

.is-hidden {
	display: none;
}

/*common style*/
.reverce {
	flex-direction: row-reverse;
}

.wsnw {
	white-space: nowrap;
}

.b {
	font-weight: 700;
}

.m {
	font-weight: 500;
}

.r {
	font-weight: 400;
}

.l {
	font-weight: 300;
}

.t-center {
	text-align: center !important;
}

.t-right {
	text-align: right !important;
}

.t-left {
	text-align: left !important;
}

@media screen and (max-width: 767px) {
	.t-left-sp {
		text-align: left !important;
	}

	.t-center-sp {
		text-align: center !important;
	}

	.t-left-sp {
		text-align: left !important;
	}
}

/**********文字色**********/
.c-w {
	color: #ffffff;
}

.c-b {
	color: #5883B9;
}

.c-bl {
	color: #4173B0;
	;
}

.c-o {
	color: #F79421;
}

.c-r {
	color: #DD3C20;
}

.c-red {
	color: #D05651 !important;
}

.c-g {
	color: #666;
}

.c-gl {
	color: #222;
}

.c-green {
	color: #58B1BD;
}

/**********背景色**********/
.bg-blue {
	background: #002C56;
	color: #fff;
}

.bg-dgreen {
	background: #377B88;
}

/**********マーカー**********/
.marker {
	background: -webkit-linear-gradient(transparent 70%, rgba(255, 245, 0, 0.5) 60%);
	background: linear-gradient(transparent 70%, rgba(255, 245, 0, 0.5) 60%);
}

.marker02 {
	background: -webkit-linear-gradient(transparent 52%, rgba(255, 245, 0, 0.5) 60%);
	background: linear-gradient(transparent 52%, rgba(255, 245, 0, 0.5) 60%);
}

/**********電話イベント**********/
@media (min-width: 768px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}


/* ボタン
-------------------------------------------------------------*/
.arrow-img {
	background: url("../images/common/btn-arrow.svg") no-repeat;
	width: 36px;
	height: 8px;
	position: absolute;
	right: 20px;
	top: 49%;
	transition: all 0.3s;
}

.btn-arrow:hover .arrow-img {
	background: url("../images/common/btn-arrow.svg") no-repeat;
	width: 36px;
	height: 8px;
	position: absolute;
	right: 10px;
	top: 49%;
}

.btn {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 3pt;
	position: relative;
	display: inline-block;
	padding: 1rem 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	color: #fff;
	/*background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #ff3cac), to(#562b7c));*/
	background: #002C56;
	background-size: cover;
	min-width: 124px;
	max-width: 18rem;
	text-align: center;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
	margin-right: -2px;
	font-family: "Noto Sans JP", sans-serif;
}

.btn span {
	font-weight: 400;
	font-size: 2.2rem;
}

.btn-arrow {
	position: relative;
	font-size: 1.8rem;
	letter-spacing: 0.9px;
	font-weight: bold;
	background: #F6D600;
	border: 1px solid #F6D600;
	display: inline-block;
	color: #000;
	text-align: center;
	max-width: 340px;
	width: 100%;
	padding: 16.5px;
	transition: all 0.3s;
	position: relative;
	cursor: pointer;
}

.btn-arrow::after {
	position: absolute;
	right: 21px;
	top: 18%;
	transition: all 0.3s;
}

.btn-arrow:hover {
	opacity: .7;
	transition: all 0.3s;
	background: #F6D600;
	color: #000;
}

.btn-arrow:hover::after {

	right: 10px;
	transition: all 0.3s;
}

.btn-arrow.ye {
	background: #F6D600;
	color: #000;
	position: relative;
	border: none;
	font-weight: bold;
	font-family: "Noto Sans JP", sans-serif;
}

.btn-arrow.ye::after {
	content: url("../images/common/btn-arrow.svg");
}

.btn-arrow.ye:hover::after {
	content: url("../images/common/btn-arrow.svg");
}

.btn-arrow.gr {
	background: url("../images/common/btn-bg-gr.png") center center no-repeat;
	background-size: cover;
	border: none;
	color: #fff;
	position: relative;
}

.btn-arrow.gr::before {
	content: "";
	background: url("../images/common/btn-bg-gr.png") center center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-size: cover;
	z-index: -1;
}

.btn-arrow.gr:hover {
	opacity: 0.8;
	background: #fff;
}

.btn-arrow.gr::after {
	content: url("../images/common/btn-arrow-w.png");
}

.btn-arrow.gr:hover::after {
	content: url("../images/common/btn-arrow-w.png");
}

.btn-arrow.btn-navi {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 35px 10px 30px;
}

.btn-arrow.btn-navi::after {
	content: url("../images/common/btn-arrow.png");
	right: 15px;
}

.btn-arrow.btn-navi:hover::after {
	content: url("../images/common/btn-arrow-w.png");
	right: 15px;
}

.btn-box-2col {
	text-align: center;
}

.btn-box-2col div {
	display: inline-block;
	max-width: 325px;
	width: 100%;
	background: #fff;
	margin-left: 20px;
	margin-right: 20px;
}

.btn-list {
	display: flex;
	justify-content: space-between;
}

.btn-list li {
	width: 23%;
	display: flex;
	align-items: center;
}

.btn-list li a {
	line-height: 1.3;
	/*padding: 10px !important;*/
}

.btn-list li a::after {
	content: url("../images/common/icon-navi.png") !important;
	top: 40%;
}

.btn-list li a:hover::after {
	content: url("../images/common/icon-navi-w.png") !important;
}

@media screen and (max-width: 1024px) {
	.btn-arrow.btn-navi {
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 767px) {
	.btn {
		max-width: 100%;
	}

	.btn-arrow {
		font-size: 1.8rem;
		max-width: 767px;
	}

	.btn-arrow::after {
		right: 21px;
		top: 22%;
	}

	.btn-arrow:hover::after {
		right: 18px;
	}

	.btn-arrow.btn-navi {
		line-height: 1.2;
		padding: 10px 20px 10px 2px !important;
		font-size: 1.3rem;
		white-space: nowrap;
		;
		box-shadow: 0 2px 2px 1px rgb(0 0 0 / 12%);
	}

	.btn-list li a::after {
		content: url("../images/common/icon-navi.png") !important;
		right: 5px !important;
	}

	.btn-box-2col div {
		margin: 10px 0;
	}

	.btn-list {
		flex-wrap: wrap;
	}

	.btn-list li {
		width: 49%;
		margin: 1% 0;
	}
}


/* ヘッダーエリア
-------------------------------------------------------------*/
#header nav .inner {
	max-width: 100%;
	padding-right: 0px;
}

header {
	width: 100%;
	position: fixed;
	z-index: 999;
}

#header {
	background: none;
	padding: 0;
	transition: all 0.3s;
}

#header.fixed {
	background: #fff;
	padding: 0;
}

#header .header-top {
	display: flex;
	flex-flow: row;
	align-items: center;
	padding: 0 0;
	height: 90px;
	transition: all .6s;
	/*min-width: 1000px;*/
}

#header h1 {
	/*margin: 20px 0 0 30px;*/
	/*margin-right: auto;*/
	max-width: 255px;
	width: 20%;
}

#header h1 a {
	padding: 25px 0;
	display: block;
}

#header h1 a:hover {
	opacity: .7;
}

#header #navi-top {
	display: flex;
	align-items: center;
	font-weight: 500;
}

#header #navi-top li {
	background: url("../images/common/head_arrow.png") left 8px no-repeat;
	padding-left: 15px;
	margin-left: 25px;
	background-size: 7px;
}

#header li.header-bannar {
	margin-left: 10px;
}

@media screen and (max-width: 1125px) {
	#header li.header-bannar {
		margin-left: 0;
	}
}

#header li.header-bannar ul {
	display: flex;
	align-items: center;
	/*min-width: 500px;*/
}

#header li.header-bannar ul li {
	margin: 0 1%;
	font-family: "Noto Sans JP", sans-serif;
}

#header li.header-bannar .head-tel {
	background: url(../images/common/icon-phone.png) left 10px center no-repeat;
	padding-left: 45px;
	line-height: 1.2;
	white-space: nowrap;
}

#header li.header-bannar span {
	display: block;
	width: 100%;
}

#header li.header-bannar .phonenumbar {
	font-weight: bold;
	font-size: 2.3rem;
}

#header li.header-bannar .phone-day {
	font-size: 1.3rem;
}

#header nav {}

#header #navi {
	justify-content: flex-end;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	font-weight: normal;
	width: 100%;
}

#header .mnavi {
	max-width: 20%;
	text-align: left;
	margin: 0 1%;
	white-space: nowrap;
	padding-right: 1%;
	font-weight: 500;
	font-size: 1.6rem;
	font-family: "Noto Sans JP", sans-serif;
}

#header .mnavi span {
	position: relative;
	font-size: 1.6rem;
	letter-spacing: 0.8px;
}

#header .mnavi a {
	color: #fff;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.45);
	transition: all 0.3s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#header.fixed .mnavi a {
	color: #222;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.0);
}
#header .mnavi a span.eng {
	font-size: 18px;
	letter-spacing: 2px;
}
#header .mnavi a span.ja {
	font-size: 10px;
	letter-spacing: 2px;
	font-weight: 500;
}
#header.fixed .mnavi a span.ja {
	color:#002C56;
}

@media screen and (min-width:768px) and (max-width:1030px) {
	#header .mnavi {
		max-width: 17%;
		margin: 0 1%;
		padding-right: 0;
		font-size: 1.4rem;
	}
	#header .mnavi span{
		font-size: 1.4rem;
	}
	.btn span{
		font-size: 1.8rem;
	}

	#header h1 {
		max-width: 150px;
	}

	#header li.header-bannar .phonenumbar {
		font-size: 1.7rem;
	}

	#header li.header-bannar .phone-day {
		font-size: 1.2rem;
	}

	.btn {
		font-size: 1.3rem;
		min-width: 85px;
	}

	#header li.header-bannar .head-tel {
		background: url(../images/common/icon-phone.png) left 10px center no-repeat;
		padding-left: 31px;
		background-size: 12%;
	}
}

@media screen and (max-width: 767px) {
	header {
		z-index: 999999;
		min-height: 50px;
		background: #fff;
	}

	#header {
		width: 100%;
		/*height: 60px;
		z-index: 9999999;
		top: 0;
		left: 0;
		background: #fff;
		position: fixed;*/
	}

	#header .header-top {
		padding: 3px 0;
		height: auto;
	}

	#header h1 {
		/*width: 29%;
		width: 91px;*/
		max-width: 147px;
		max-width: 165px;
		width: 47%;
	}

	#header h1 img {
		width: 100%;
	}

	#header h1 a {
		padding: 5px 0;
	}

	#header #navi-top {
		font-size: 1.1rem;
		margin-right: 48px;
	}

	#header #navi-top li {
		background: url(../images/common/head_arrow.png) left center no-repeat;
		padding-left: 10px;
		margin-left: 10px;
		font-size: 1.1rem;
		background-size: 7px;
	}

	#header #navi {
		display: block;
		padding-top: 100px;
		padding-top: 18px;
		transition: all .3s;
		overflow-y: auto;
		width: 100%;
		height: 100vh;
		z-index: 200;
		top: 49px;
		background-color: #fff;
		position: fixed;
		opacity: 0;
		padding-bottom: 100px;
		right: -100%;
	}

	.nav_open #header #navi {
		background: rgba(255, 255, 255, 0.95);
		top: 49px;
		opacity: 1;
		box-shadow: -1px 17px 4px 1px rgb(0 0 0 / 10%);
		font-size: 1.6rem;
		right: 0;
	}

	#header #navi li {

		display: block;
		text-align: left;
		width: 100%;
		text-align: center;
		max-width: 100%;
	}

	#header #navi .mnavi {
		padding-left: 0;
		margin-left: 0;
	}

	#header #navi li.mnavi a {
		display: block;
		padding: 15px 0;
		color: #222;
		text-shadow: none;
	}

	#header #navi li:last-child {
		margin: 0;
	}

	#header .mnavi span {
		position: relative;
		display: block;
		margin: 0 auto;
	}

	#header #navi li.header-bannar {
		margin-top: 15%;
		/*position: absolute;
    bottom: 20%;
		left: 0;*/
	}

	#header #navi li.header-bannar li {
		border: none;
		margin-bottom: 3%;
	}

	#header li.header-bannar ul {
		display: block;
		text-align: center;
		max-width: 280px;
		min-width: 1px;
		margin: auto;
	}

	#header #navi li.header-bannar li.head-tel {
		text-align: left;
		/*margin-left: 30px;*/
		margin-top: 4%;
		display: table;
		margin: auto;
		width: auto;
	}

	#header li.header-bannar .phone-day {
		margin-top: 2px;
	}

	/* bager menu */
	#header #navi {}

	#header .nav_btn {
		width: 50px;
		height: 50px;
		z-index: 300;
		top: 0;
		right: 0;
		cursor: pointer;
		position: absolute;
		background: #002C56;
		display: inline-flex;
		justify-content: center;
		align-items: center;


	}

	#header .nav_btn span {
		color: #F0F0F0;
		text-align: center;
		font-family: "Noto Sans JP", sans-serif;
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 20px;
	}

	.nav_open #header .nav_btn {
		width: 50px;
		height: 50px;
		z-index: 300;
		top: 0;
		right: 0;
		cursor: pointer;
		position: absolute;
		background: #002C56;
	}

	.hamburger_line {
		transition: all .3s;
		width: 22px;
		height: 1px;
		left: 14px;
		background-color: #fff;
		position: absolute;
		border-radius: 100px;
	}

	.hamburger_line1 {
		top: 18px;
	}

	.hamburger_line2 {
		top: 24px;
	}

	.hamburger_line3 {
		top: 30px;
		width: 15px;
		left: auto;
		right: 14px;
	}

	.nav_bg {
		opacity: 0;
		transition: all .3s;
		width: 100vw;
		height: 100vh;
		z-index: 100;
		top: 0;
		left: 0;
		visibility: hidden;
		/*background-color: #000;*/
		cursor: pointer;
		position: fixed;
	}

	/* 表示された時用のCSS */

	.nav_open .nav_bg {
		margin-top: 100px;
		opacity: .8;
		visibility: visible;
		display: none;
	}

	.nav_open .hamburger_line1 {
		transform: rotate(45deg);
		top: 25px;
		background-color: #fff;
		height: 2px;
	}

	.nav_open .hamburger_line2 {
		width: 0;
		left: 50%;
	}

	.nav_open .hamburger_line3 {
		transform: rotate(-45deg);
		top: 27px;
		background-color: #fff;
		width: 22px;
		height: 2px;
		top: 25px;
	}
}


/* CTA
-------------------------------------------------------------*/

.cta {
	padding: 90px 0 !important;
	background: url("../images/top/cta.jpg") center top no-repeat;
	background-size: cover;
	background: url("../images/top/bg.png"), url("../images/top/cta.jpg");
	background-size: auto, cover;
	background-position: center center, center center;
	text-align: center;
	color: #fff;
}

.cta-tel {
	font-weight: 700;
	font-size: 5.0rem;
}

.cta-tel a {
	color: #fff;
	font-family: "din-2014", sans-serif;
text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

.cta .btn-arrow {
	font-size: 2.0rem;
	max-width: 400px;
	padding: 19px;
	box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
	letter-spacing: 1px;
	font-family: "Noto Sans JP", sans-serif;
}

.cta-main {
	font-size: 4.8rem;
	font-weight: bold;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
	font-family: "Noto Sans JP", sans-serif;
}

.cta-tel-txt {
	font-size: 2.2rem;
	font-weight: bold;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

.cta.cta-last {
	color: #222;
}

.cta.cta-last .inner {
	max-width: 1360px;
}

.cta.cta-last .inner .inner-inner {
	background: #fff;
	padding: 5.0rem;
}

.cta.cta-last p {
	text-shadow: none !important;
}

.cta-last .cta-tel a {
	color: #222;
}

.cta-last .btn-arrow {
	box-shadow: none;
}

.cta-tel {
	display: flex;
	justify-content: center;
	width: 526px;
	width: 100%;
	margin: auto;
}

.tel-tel {
	display: none;
}

.tel-wrapper {
	display: flex;
	/*flex-wrap: wrap;*/
	gap: 3rem;
}

.tel-inner {
	width: 100%;
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.tel-city {
	background: #fff;
	color: #000;
	border-radius: 10px;
	text-shadow: none;
	font-family: "din-2014", sans-serif;
	font-size: 2.4rem;
	margin-right: 1rem;
	width: 110px;
	/* box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4); */
}

@media screen and (max-width: 1199px) {
	.cta-main {
		font-size: 3.8rem;
	}
}

@media screen and (max-width: 900px) {
	.cta-tel {
		font-size: 4rem;
	}

	.tel-city {
		font-size: 2.5rem;
		width: 90px;
	}
}

@media screen and (max-width: 767px) {
	.cta {
		background: url("../images/top/cta.jpg") center top no-repeat;
		background-size: cover;
		padding-top: 3.0rem !important;
		padding-bottom: 3.0rem !important;
	}

	.cta-main {
		font-size: 2.4rem;
	}

	.cta.cta-last .inner .inner-inner {
		padding: 2.5rem 1.5rem;
	}

	.cta-tel-txt {
		font-size: 1.4rem;
	}

	.cta-tel {
		font-size: 3.2rem;
		margin-top: 1rem;
		margin-bottom: 2rem;
	}

	.cta-tel a {
		line-height: 32px;
	}

	.cta .btn-arrow {
		font-size: 1.6rem;
		letter-spacing: 1px;
		max-width: 326px;
		width: 100%;
		padding: 17px;
	}

	.tel-wrapper {
		flex-wrap: wrap;
		gap: 0.5rem;
	}

	.tel-city {
		border-radius: 4px;
		width: 80px;
		font-size: 1.8rem;
		padding-block: 2.5px;
	}

	.cta-tel {
		width: 280px;
	}
}

/* フッターエリア
-------------------------------------------------------------*/

/*footer*/
footer {
	padding: 100px 0 30px;
	background: #fff;
}

.footer-wrap {
	max-width: 1360px;
	width: 100%;
	padding-inline: 30px;
	margin-inline: auto;
}

@media (max-width:767px) {
	.footer-wrap {
		padding-inline: 20px;
	}

}

.foot-menu {
	display: flex;
	justify-content: space-between;
	gap: 50px;
	margin-bottom: 10px;
}

/* .foot-left {
	max-width: 864px;
	width: 100;
} */

.foot-right {
	max-width: 372px;
	width: 100%;
}

.foot-right ul {
	display: flex;
	/* flex-direction: column; */
	max-width: 372px;
	width: 100%;
	flex-wrap: wrap;
}

.foot-right ul li {
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 30px;
	/*font-family: "Roboto", sans-serif;*/
	width: calc((100% / 2));
}

.foot-logo {
	max-width: 252px;
	margin-bottom: 30px;
}

.foot-left dl {
	margin-bottom: 20px;
	font-size: 1.4rem;
	display: flex;
	justify-content: space-between;
}

.foot-left dt {
	font-weight: 600;
	min-width: 130px;
	font-family: "Roboto", sans-serif;
}

.foot-left dd {
	width: 100%;
	font-weight: 400;
	/*font-family: "Roboto", sans-serif;*/
}

.foot-right ul li {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 30px;
	display: block;
}

footer .btn-arrow {
	min-width: 372px;
	padding: 10.5px;
}

.sns-menu {
	display: flex;
	align-items: center;
	gap: 20px;
}

.copy-area {
	display: flex;
	justify-content: space-between;
	font-size: 1.4rem;
	font-weight: 400;
	border-top: 1px solid #000;
	padding: 30px 0 0;
	margin-top: 50px;
	/*font-family: "Roboto", sans-serif;*/

}

copy {
	font-size: 1.4rem;
}

.copy-area a {
	text-decoration: underline;
}

.copy-area a:hover {
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	footer {
		padding: 12% 0 8rem;
	}

	footer .inner {}

	.foot-menu {
		flex-wrap: wrap;
	}

	.foot-logo {
		margin-left: auto;
		margin-right: auto;
		max-width: 200px;
	}

	footer .btn-arrow {
		min-width: 1px;
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
	}

	.foot-right {
		width: 100%;
		margin-top: 2rem;
	}

	.copy-area {
		font-size: 1.4rem;
		font-weight: 400;
		border-top: 1px solid #000;
		padding: 3.0rem 0 0;
		margin-top: 3rem;
		flex-wrap: wrap;
	}

	copy {
		width: 100%;
		order: 2;
		margin-top: 0.5rem
	}

	.foot-left dl {
		font-size: 1.2rem;
	}

	.foot-left dl {
		margin-bottom: 1.5rem;
	}

	.foot-right ul li {
		font-size: 1.4rem;
		margin-bottom: 1.5rem;
	}

	.foot-menu {
		gap: 2rem;
	}
}


/* トップへ戻るボタン
-------------------------------------------------------------*/
.topBtn {
	position: fixed;
	/*固定*/
	bottom: 20px;
	/*場所を右下に移動*/
	right: 20px;
	/*場所を右下に移動*/
	display: block;
	/*aタグをblock要素に変更*/
	max-width: 1260px;
	width: 100%;
	margin: 0 auto 20px;
	left: 0;
	right: 0;
	text-align: right;
	z-index: 4;
	height: 1px;
	z-index: 99999;
}

.topBtn a {
	padding: 10px 20px;
	color: #fff;
}

.topBtn a img {
	max-width: 58px;
}

@media screen and (min-width: 768px) {
	.topBtn a {
		background: url("../images/common/icon-totop.png") center top 12px no-repeat #64C3D9;
		border: 1px solid #fff;
		transition: all 0.3s;
		padding: 30px 18px 13px;
		box-shadow: -2px -2px 2px 0px rgb(0, 0, 0, 0.12);
	}

	.topBtn a:hover {
		background: url("../images/common/icon-totop.png") center top 12px no-repeat #64C3D9;
		transition: all 0.3s;
		padding: 38px 18px 13px;
		opacity: 1;
	}
}

@media screen and (max-width: 767px) {
	.topBtn {
		margin: 0 auto;
		text-align: left;
		padding-bottom: 60px;
	}

	.topBtn a {
		padding: 25px 6px 10px
	}

	.topBtn {
		/*bottom: 20px !important;*/
	}

	.topBtn a img {
		max-width: 80px;
	}
}



/* コンテンツエリア
-------------------------------------------------------------*/
#contents {
	padding-top: 0;
	line-height: 1.5;
}

#contents .lh10 {
	line-height: 1.0 !important;
}

#contents .lh12 {
	line-height: 1.2 !important;
}

#contents .lh15 {
	line-height: 1.5 !important;
}

#contents .lh18 {
	line-height: 1.8 !important;
}

#contents section.sc-sec {
	padding-top: 0;
	padding-bottom: 100px;
}


@media screen and (max-width: 767px) {
	#contents {
		/* padding-top: 50px; */
	}

	#contents section.sc-sec {
		padding-top: 0;
		padding-bottom: 80px;
		padding-bottom: 3.0rem;
	}

	.sec-ttl {
		font-size: 2.4rem;
		margin-bottom: 30px;
	}
}

/*インナースタイル*/
* .inner {
	position: relative;
	max-width: 1210px;
	padding: 0 30px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	* .inner {
		padding: 0 15px;
	}
}

/* 共通タイトル
-------------------------------------------------------------*/
.sec-ttl {
	text-align: center;
	line-height: 1.4;
	/* letter-spacing: 2pt; */
	font-family: "Inter", serif;
	font-weight: 500;
	font-size: 4.2rem;
	margin-bottom: 50px;
	position: relative;
	color: #333;
}

.sec-ttl.white {
	color: #fff;
}

.ttljp.white {
	color: #fff;
}

.sec-ttl::before {
	content: "";
	display: block;
	margin: 0 auto 20px;
	height: 50px;
	width: 2px;
	background: #4173B0;
}

.sec-des {
	color: #002C56;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 41px;
	text-align: center;
}

.sec-des .org {
	color: #F79421;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 0;
}

.bg-blue .sec-ttl::before {
	background: #fff;
}

.ttljp {
	font-size: 2.4rem;
	display: block;
	font-weight: 500;
	color: #222;
	font-family: "Noto Sans JP", sans-serif;
	/* padding-top: 5px; */
}

@media screen and (max-width: 767px) {
	.sec-ttl {
		font-size: 2.8rem;
		margin-bottom: 3.0rem;
		/* letter-spacing: 1pt; */
	}

	.sec-des {
		text-align: center;
		line-height: 29px;
		font-size: 2rem;
	}

	.ttljp {
		font-size: 1.6rem;
		font-family: "Noto Sans JP", sans-serif;
	}

	.sec-ttl::before {
		height: 30px;
	}

}

.avantia-text h2 {
	font-family: "Noto Sans JP", sans-serif;
}

.avantia-text p {
	font-family: "Noto Sans JP", sans-serif;
}

.sp-mt10 a {
	letter-spacing: 1px;
}


/* ヘッダープルダウン
-------------------------------------------------------------*/
.mnavi {
	position: relative;
}
.mnavi dl{
	display: none;
	position: absolute;
	bottom: -104px;
	background: rgba(255,255,255,.5);
	background: #002C56;
	left: -84%;
	width: 200px;
}

.mnavi:hover dl{
	display: block;
}
.mnavi dl:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #002C56;
  z-index: 2;
}
#header .mnavi dl dd{
	border-bottom: 1px solid #fff;
}
#header .mnavi dl dd:last-child{
	border-bottom: none;
}
#header .mnavi dl a{
	color: #fff !important;
	text-shadow: none;
	padding: 15px 10px;
	font-size: 90%;
	display: block;
	text-align: center;
}

@media screen and (min-width: 768px) {
#header .mnavi {
    height: 90px;
}
#header .mnavi a{
	height: 100%;
  display: flex;
  align-items: center;
}

}
@media screen and (max-width: 767px) {
.mnavi dl {
    position: relative;
    display: block;
    margin: auto;
    bottom: 0;
    left: auto;
}
#header .mnavi dl a {
    padding: 10px 10px;
    font-size: 80%;
}
}

/* フッターサブメニュー追加
-------------------------------------------------------------*/
.footer-sub-menu{
	font-size: 14px;
	font-weight: 500;
}