@charset "UTF-8";

/***** 全ページ共通CSS *****/

/* base (reset)
---------------------------------------------------*/
body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
	font-weight: 400;
}

ul,
ol,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

ol,
li {
	list-style: none;
}
img {
	border: none;
	line-height: 0;
	font-size: 0;
	vertical-align: middle;
	max-width:100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

/* ---------- */
a {
	margin: 0;
	padding: 0;
	font-size: inherit;
	background: transparent;
}

th,
td {
	font-style: normal;
	font-weight: normal;
	font-size: inherit;
	empty-cells: show;
}

input,
select {
	vertical-align: middle;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	/*-webkit-appearance: none;*/
	border-radius: 0;
}

pre {
	white-space: -moz-pre-wrap;/* Mozilla */
	white-space: -pre-wrap;/* Opera 4-6 */
	white-space: -o-pre-wrap;/* Opera 7 */
	white-space: pre-wrap;/* CSS3 */
	word-wrap: break-word;/* IE 5.5+ */
}

/* Selected Text
---------------------------------------------------*/
::selection {
	background: #191919;
	/* Safari */
	color: #FFFFFF;
}
/* HTML
---------------------------------------------------*/
html {
	margin: 0;
	padding: 0;
	min-height: 100%;
	font-size: 62.5%;
}
body {
	position: relative;
	width: 100%;
	line-height: 1;
	font-size: 16px;
	font-family: "M PLUS 2", serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	background: #fff;
}

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

.spno {display:block;}
br.spno {display: inline;}
.tbno {display: none;}
.pcno {display:none;}
br.pcno {display:none;}

/* 768px以下 */
@media screen and (max-width: 768px) {
	body {
		background-color: #fff;
		min-width: auto;
		min-width: inherit;
		min-height: 100%;
		font-size: 24px;
		font-size: 2.4rem;
		-webkit-text-size-adjust: 100%;
	}

	.pcno {display: block;}
	br.pcno {display: inline;}
	.tbno {display: none}
	
}
/* 390px以下 */
@media screen and (max-width: 390px) {
	.tbno {display: inline;}
	.spno {display: none;}
	br.spno {display: none;}
}

/* link
---------------------------------------------------*/
a {
	text-decoration: none;
}
a:link,
a:visited,
a:active {
	color: #000000;
}
a:hover {
	color: #2CA6E0;
}
a.u {
	text-decoration: underline;
}
a,
a:hover,
.hover {
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.hover:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
/* clearfix
---------------------------------------------------*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: '';
	clear: both;
	height: 0;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/**/
	height: auto;
	overflow: hidden;
	/**/
}
.clearfix {
	zoom: 1;
}

/* INPUT
---------------------------------------------------*/
input, button, select, textarea {
	font-family: inherit;
	font-size: 1em;
	color: inherit;
	margin: 0;
}
input, button {
	border: 0;
	line-height: normal;
	vertical-align: inherit;
	*vertical-align: middle;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	cursor: pointer;
	-webkit-appearance: button;
	*overflow: visible;
	border: 0;
	outline: none;
}
input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="email"],
textarea,
select {
	overflow : hidden;
	outline : none;
}

input:focus{ outline: 0 none #28B9B3; }

/* ------ */
input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="email"],
textarea {
	width: 100%;
	color: #3A4040;
	background-color: #FFF;
	border: 1px solid #9F9F9F;
	vertical-align: middle;
	padding: 10px 6px 10px 12px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	font-family: "M PLUS 2", serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.87em;
	letter-spacing: 0.06em;
}
textarea {
	overflow: auto;
}

select {
	border: 2px solid #00B09E;
	vertical-align: middle;
	padding: 5px;
	line-height: 1.0em;
	background-color: #D9F3FF;
}

.form-button-error {display: none !important;}

.w100 {width: 100%;}
.w80 {width: 80%;}
.w60 {width: 60%;}
.w40 {width: 40%;}
.w20 {width: 20%;}

.W790 { width: 790px;}
.W430 { width: 430px;}
.W395 { width: 395px;}
.W180 { width: 180px;}
.W250 { width: 250px;}

/*margin*/
.mt-10 {
    margin-top: 10px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mt-80 {
    margin-top: 76px !important;
}
/*gap*/
.gap-10 {
	gap: 10px;
}
.gap-30 {
	gap: 30px;
}
.gap-60 {
	gap: 60px;
}
/*  768px  */
@media screen and (max-width: 768px) {
   .mt-10 {
		margin-top: 1.3vw !important;
	}
	.mt-20 {
		margin-top: 2.6vw !important;
	}
	.mt-40 {
		margin-top: 5.2vw !important;
	}
	.mt-60 {
		margin-top: 7.8vw !important;
	}
	.mt-80 {
		margin-top: 9.88vw !important;
	}
	/*gap*/
	.gap-10 {
		gap: 1.3vw;
	}
	.gap-30 {
		gap: 3.9vw;
	}
	.gap-60 {
		gap: 7.8vw;
	}
}
/* 768px */
@media screen and (max-width: 390px) {
	/*margin*/
	.mt-10 {
		margin-top: 2.56vw !important;
	}
	.mt-20 {
		margin-top: 5.12vw !important;
	}
	.mt-40 {
		margin-top: 10.24vw !important;
	}
	.mt-60 {
		margin-top: 15.36vw !important;
	}
	.mt-80 {
		margin-top: 19.456vw !important;
	}
	/*gap*/
	.gap-10 {
		gap: 2.56vw;
	}
	.gap-30 {
		gap: 7.68vw;
	}
	.gap-60 {
		gap: 15.36vw;
	}
}
/** placeholder **/
.placeholder {color: #ccc; background: #fff;}
:placeholder-shown{color:#ccc; background: #fff;}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder{color:#ccc; background: #fff;}
/* Firefox 18- */
:-moz-placeholder{color:#ccc;opacity:1; background: #fff;}
/* Firefox 19+ */
::-moz-placeholder{color:#ccc;opacity:1; background: #fff;}
/* IE 10+ */
:-ms-input-placeholder{color:#ccc !important; background: #fff;}

/* 768px以下 */
@media screen and (max-width: 768px) {
	input[type="text"],
	input[type="password"],
	input[type="number"],
	input[type="tel"],
	input[type="email"],
	textarea,
	select {
		font-size: 1.95vw;
	}

	.W180 { width: 180px;}
	.W250 { width: 250px;}
}
/* 390px以下 */
@media screen and (max-width: 390px) {
	input[type="text"],
	input[type="password"],
	input[type="number"],
	input[type="tel"],
	input[type="email"],
	textarea,
	select {
		font-family: "M PLUS 2", serif;
		font-weight: 400;
		font-size: 3.32vw;
		line-height: 2.07em;
		letter-spacing: 0.06em;
	}
}
input[type="text"]:hover,
input[type="password"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover,
input[type="email"]:hover,
textarea:hover {
	box-shadow: 0px 2px 6px 0px #00000033;
}

input[type="radio"] {
	appearance: none; 
	width: 20px;
	height: 20px;
	border: 2px solid #3A4040;
	border-radius: 50%;
	background-color: #fff;
	position: relative;
	cursor: pointer;
}
/* チェックされたときに中の赤丸を描く */
input[type="radio"]:checked {
	border: 2px solid #43BCF4;
}
input[type="radio"]:checked::before {
	content: '';
	position: absolute;
	top: 20%;
	left: 17%;
	width: 10px;
	height: 10px;
	background-color: #43BCF4;
	border-radius: 50%;
}
/*check box*/
input[type="checkbox"] {
	appearance: none;
	width: 20px;
	height: 20px;
	border: 2px solid #3A4040;
	border-radius: 4px;
	background-color: white;
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
}
input[type="checkbox"]:checked {
	border: 2px solid #43BCF4;
	background-color: #43BCF4;
}
  /* チェックマークを描画（擬似要素） */
  input[type="checkbox"]:checked::after {
	content: '';
	position: absolute;
	top: 45%;
	left: 48%;
	width: 6px;
	height: 14px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: translate(-50%, -50%) rotate(45deg);
  }
  /* 768px以下 */
@media screen and (max-width: 768px) {
	input[type="radio"] {
		width: 2.6vw;
		height: 2.6vw;
		border: 0.26vw solid #3A4040;
	}
	/* チェックされたときに中の赤丸を描く */
	input[type="radio"]:checked {
		border: 0.26vw solid #43BCF4;
	}
	input[type="radio"]:checked::before {
		width: 1.3vw;
		height: 1.3vw;
	}
	/*check box*/
	input[type="checkbox"] {
		width: 2.6vw;
		height: 2.6vw;
		border: 0.26vw solid #3A4040;
		border-radius: 0.52vw;
	}
	input[type="checkbox"]:checked {
		border: 0.26vw solid #43BCF4;
	}
	/* チェックマークを描画（擬似要素） */
	input[type="checkbox"]:checked::after {
		width: 0.78vw;
		height: 1.82vw;
		border-width: 0 0.26vw 0.26vw 0;
	}
}
/* 390px以下 */
@media screen and (max-width: 390px) {
	input[type="radio"] {
		width: 5.12vw;
		height: 5.12vw;
		border: 0.512vw solid #3A4040;
	}
	/* チェックされたときに中の赤丸を描く */
	input[type="radio"]:checked {
		border: 0.512vw solid #43BCF4;
	}
	input[type="radio"]:checked::before {
		width: 2.56vw;
		height: 2.56vw;
	}
	/*check box*/
	input[type="checkbox"] {
		width: 5.12vw;
		height: 5.12vw;
		border: 0.512vw solid #3A4040;
		border-radius: 1.024vw;
	}
	input[type="checkbox"]:checked {
		border: 0.512vw solid #43BCF4;
	}
  /* チェックマークを描画（擬似要素） */
  input[type="checkbox"]:checked::after {
	width: 1.536vw;
	height: 3.58vw;
	border-width: 0 0.512vw 0.512vw 0;
  }
}
.font {
	font-family: 'Arial', serif !important;
	font-weight: bold !important;
}
/**/
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.text-center {
	text-align: center !important;
}
.text-white {
	color: white !important;
}
.text-primary {
	color: #43BCF4 !important;
}
.text-red-01 {
	color: #EA5A3D !important;
}
/* flex */
.flex {
	display: flex;
    display: -webkit-flex;
	flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	align-items: center;
    -webkit-align-items: center;
}
.flex-start {
	justify-content: flex-start;
    -webkit-justify-content: flex-start;
}
.flex-center {
	justify-content: center;
    -webkit-justify-content: center;
}
.flex-between {
	justify-content: space-between;
    -webkit-justify-content: space-between;
}
.flex-end {
	justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.align-self-start {
	align-self: flex-start;
}
.error {
	color: #EA5A3D !important;
}
.error.hidden {
	display: none;
}
/*  wrapper */
#wrapper {
	background-color: #F3F5F5;
	margin: 0 auto;
	width: 100%;
    min-height: auto;
	overflow: hidden;
}
/* 768px以下 */
@media screen and (max-width: 768px) {
	/*#wrapper {
	}*/
}

/* header
---------------------------------------------------*/
#Header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	background: #FFFFFF99;
	z-index: 999;
}
#Header .inner {
	display: -webkit-flex;
 	display: flex;
  	-webkit-flex-wrap: wrap;
  	flex-wrap: wrap;
 	-webkit-justify-content: space-between;
  	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	padding: 6px 20px 8px;
}
#Header .inner .logo {
	display: block;
}
#Header .inner .logo a {
	display: flex;
	width: 191px;
}
#Header .inner .logo a:hover {
	opacity: 0.6;
}
#Header .inner .logo a img {
	padding: 10px 0;
	width: 100%;
}
#Header .inner .block {
	/*width: 82%;*/
}
#Header .inner .block ul {
	display: -webkit-flex;
 	display: flex;
  	-webkit-flex-wrap: wrap;
  	flex-wrap: wrap;
 	-webkit-justify-content: flex-end;
  	justify-content: flex-end;
	-webkit-align-items: center;
	align-items: center;
	margin-left: auto;
	width: 100%;
	gap: 24px;
}

#Header .inner .block ul li a {
	font-family: "M PLUS 2", serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.867em;
	letter-spacing: 0.06em;
	color: #43BCF4;
}
#Header .inner .block ul li a:hover {
	color: #3696C3;
}
/* tel*/
#Header .inner .block ul li.tel a {
	padding: 6px 8px 4px 34px;
	font-family:  "M PLUS 2", serif;
	position: relative;
}
#Header .inner .block ul li.tel a:hover {
	color: #064738 !important;
}
#Header .inner .block ul li.tel:hover {
	background-color: #06473833;
	border-radius: 10px;
}
#Header .inner .block ul li.tel a::before {
	position: absolute;
	top: 50%;
	left: 8px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 24px;
	height: 24px;
	background-image: url('../images/icon/icon_tell.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	z-index: 0;
}

/* 768px */
@media screen and (max-width: 768px) {

	#Header .inner {
		padding:  1.43vw 1.95vw;
	}
	#Header .inner .logo {
		display: block;
		z-index: 99;
	}
	#Header .inner .logo a {
		width: 16.77vw;/*width 129px*/
	}
	#Header .inner .logo a img {
		/*width: 16.77vw;*/
		padding: 1.3vw 0;
	}
	/* menu */
	#menu {
		position: relative;
		background-color: #43BCF4;
		border-radius: 2.99vw;
		width: 4.94vw;
		height: 4.94vw;
		padding-top: 1.56vw;
		z-index: 20;
	  }
	  #menu span {
		display: block;
		position: absolute;
		width: 2.73vw;
		height: 0.26vw;
		border-top-left-radius: 6.5vw;
		border-bottom-left-radius: 6.5vw;
		border-top-right-radius: 6.5vw;
		border-bottom-right-radius: 6.5vw;
		background-color: #FFFFFF;
		border-bottom: 0.26vw solid #FFFFFF;
	  }
	  #menu span:nth-child(1) {
		left: 1.105vw;
	  }
	  
	  #menu span:nth-child(2) {
		top: 2.275vw; 
		left: 1.105vw;
	  }
	  #menu span:nth-child(3) {
		bottom: 1.56vw; 
		left: 1.105vw;
	  }
	  /*ddd*/
	  /* active状態 */
	  #menu.active {
		width: 4.94vw;
		height: 4.94vw;
		padding: 0;
	  }
	  #menu.active span {
		width: 2.385vw;
		height: 0.26vw;
		border-top-left-radius: 6.5vw;
		border-bottom-left-radius: 6.5vw;
		border-top-right-radius: 6.5vw;
		border-bottom-right-radius: 6.5vw;
	  }
	  #menu.active span:nth-child(1) {
		top: 45%;
		left: 1.339vw;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	  }
	  
	  #menu.active span:nth-child(2),
	  #menu.active span:nth-child(3) {
		top: 45%; 
		left: 1.339vw;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	  }
	  
	#Header .inner .block {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		max-width: 100%;
		text-align: center;
		z-index: 10;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s all;
		border-radius: 20px;
	}
	#gnav {
		/*margin-top: 7.8vw;*/
	}
	#Header .inner .block ul {
		display: none;
		max-width: 100%;
    	-webkit-overflow-scrolling: touch;
		background: #43BCF4;
		padding: 5.2vw 2.6vw 22.23vw;
		box-shadow: 0 0.26vw 0.78vw 0 #00000033;
		margin-top: 7.8vw;
	}
	#Header .inner .block ul li {
		position: relative;
		padding: 1.82vw 0;
		text-align: right;
		border-bottom: 0.26vw solid #3696C3;
	}
	#Header .inner .block ul li a {
		font-family: "M PLUS 2", serif;
		font-weight: 700;
		font-size: 2.34vw;
		line-height: 1.56em;
		letter-spacing: 0.04em;
		color: #FFFFFF;
	}
	/*contact*/
	#Header .inner .block ul li.contact {
		padding-top: 5.2vw;
		border-bottom: 0;
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		align-items: center;
		-webkit-align-items: center;
		justify-content: flex-end;
    	-webkit-justify-content: flex-end;
	}
	#Header .inner .block ul li.contact a {
		display: block;
		width: 26vw;
		padding: 1.56vw 2.08vw;
		border-radius: 3.9vw;
		font-family: "M PLUS 2", serif;
		font-weight: 700;
		font-size: 1.95vw;
		line-height: 1.87em;
		letter-spacing: 0.06em;
		text-align: center;
		background-color: #EDBE21;
	}
	/* active */
	.active {
		display: block !important;
	}
	/* hidden */
	.hidden {
		overflow: hidden;
	}
}
/*  390px sp */
@media screen and (max-width: 390px) {
	#Header .inner {
		padding: 2.816vw 3.84vw;
	}
	#Header .inner .logo a {
		width: 33.024vw;
	}
	#Header .inner .logo a img{
		/*width: 33.024vw;*/
		padding: 2.56vw 0;
	}
	/* menu */
	#menu {
		position: relative;
		background-color: #43BCF4;
		border-radius: 5.888vw;
		width: 9.728vw;
		height: 9.728vw;
		padding-top: 3.072vw;
	  }
	  #menu span {
		display: block;
		position: absolute;
		width: 5.376vw;
		height: 0.512vw;
		border-top-left-radius: 12.8vw;
		border-bottom-left-radius: 12.8vw;
		border-top-right-radius: 12.8vw;
		border-bottom-right-radius: 12.8vw;
		background-color: #FFFFFF;
		border-bottom: 0.512vw solid #FFFFFF;
	  }
	  #menu span:nth-child(1) {
		left: 2.26vw;
	  }
	  #menu span:nth-child(2) {
		top: 4.48vw; 
		left: 2.26vw;
	  }
	  #menu span:nth-child(3) {
		bottom: 3.072vw;
		left: 2.26vw;
	  }
	  /*ddd*/
	  /* active状態 */
	  #menu.active {
		width: 9.728vw;
		height: 9.728vw;
		padding: 0;
	  }
	  #menu.active span {
		width: 4.68vw;
		height: 0.512vw;
		border-top-left-radius: 12.8vw;
		border-bottom-left-radius: 12.8vw;
		border-top-right-radius: 12.8vw;
		border-bottom-right-radius: 12.8vw;
	  }
	  #menu.active span:nth-child(1) {
		top: 45%;
		left: 2.63vw;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	  }
	  
	  #menu.active span:nth-child(2),
	  #menu.active span:nth-child(3) {
		top: 45%; 
		left: 2.63vw;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	  }
	  
	#Header .inner .block {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		max-width: 100%;
		text-align: center;
		z-index: 10;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s all;
		border-radius: 5.12vw;
	}
	#gnav {
		margin-top: 15.36vw;
	}
	#Header .inner .block ul {
		display: none;
		max-width: 100%;
    	-webkit-overflow-scrolling: touch;
		background: #43BCF4;
		padding: 10.24vw 5.12vw 43.77vw;
		box-shadow: 0 0.512vw 1.536vw 0 #00000033;
	}
	#Header .inner .block ul li {
		position: relative;
		padding: 3.58vw 0;
		text-align: right;
		border-bottom: 0.512vw solid #3696C3;
	}
	#Header .inner .block ul li a {
		font-family: "M PLUS 2", serif;
		font-weight: 700;
		font-size: 4.608vw;
		line-height: 1.56em;
		letter-spacing: 0.04em;
		color: #FFFFFF;
	}
	/*contact*/
	#Header .inner .block ul li.contact {
		padding-top: 10.24vw;
		border-bottom: 0;
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		align-items: center;
		-webkit-align-items: center;
		justify-content: flex-end;
    	-webkit-justify-content: flex-end;
	}
	#Header .inner .block ul li.contact a {
		display: block;
		width: 51.2vw;
		padding: 3.072vw 4.096vw;
		border-radius: 7.68vw;
		font-family: "M PLUS 2", serif;
		font-weight: 700;
		font-size: 3.84vw;
		line-height: 1.87em;
		letter-spacing: 0.06em;
		text-align: center;
		background-color: #EDBE21;
	}
	/* active */
	.active {
		display: block !important;
	}
	/* hidden */
	.hidden {
		overflow: hidden;
	}
}
/* footer
---------------------------------------------------*/
#Footer {
	width: 100%;
	background-color: #43BCF4;
	padding: 60px 40px 20px;
}
#Footer .logo {
	width: 232px;
}
#Footer .menu-list ul {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
#Footer .menu-list ul li a {
	font-family: "M PLUS 2", serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.87em;
	letter-spacing: 0.06em;
	color: #FFFFFF;
}
#Footer .menu-list ul li a:hover {
	color: #3696C3;
}
#Footer .contact-list {
	align-self: flex-start;
}
#Footer .contact-list ul li.title {
	font-family: "M PLUS 2", serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.87em;
	letter-spacing: 0.06em;
	text-align: right;
	color: #3A4040;
}
#Footer .contact-list ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
#Footer .contact-list ul li a {
	font-family: "M PLUS 2", serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.87em;
	letter-spacing: 0.06em;
	color: #FFFFFF;
}
#Footer .contact-list ul li a:hover {
	color: #3696C3;
}
#Footer .contact-list ul li.tel {
	border-radius: 30px;
	padding: 6px 16px;
	border: 1px solid #3A4040;
	background-color: #FFFFFF;
}
#Footer .contact-list ul li.tel:hover {
	background-color: #EBEBEB;
}
#Footer .contact-list ul li.tel a {
	display: block;
	text-align: center;
	color: #3A4040;
}
#Footer .contact-list ul li.open {
	font-family: "M PLUS 2", serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 1.64em;
	letter-spacing: 0.06em;
	text-align: right;
	color: #FFFFFF;
}
#Footer .contact-list ul li a img {
	margin-left: 2px;
	padding: 4px;
	transition: opacity 0.3s ease;
}
#Footer .contact-list ul li a:hover img {
  filter: brightness(0) saturate(100%) invert(67%) sepia(2%) saturate(0%) hue-rotate(180deg) brightness(90%) contrast(90%);
}

#Footer .copy {
	font-family: "M PLUS 2", serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 1.64em;
	letter-spacing: 0.06em;
	text-align: center;
	color: #FFFFFF;
}

/*  768px  */
@media screen and (max-width: 768px) {
	#Footer {
		padding: 7.8vw 5.2vw 2.6vw;
	}
	#Footer .logo {
		width: 30.16vw;
	}
	#Footer .menu-list ul {
		gap: 2.08vw;
	}
	#Footer .menu-list ul li a {
		font-size: 1.95vw;
	}
	#Footer .contact-list ul li.title {
		font-size: 1.95vw;
	}
	#Footer .contact-list ul {
		gap: 1.3vw;
	}
	#Footer .contact-list ul li a {
		font-size: 1.95vw;
	}
	#Footer .contact-list ul li.tel {
		border-radius: 3.9vw;
		padding: 0.78vw 2.08vw;
		border: 0.13vw solid #3A4040;
	}
	#Footer .contact-list ul li.open {
		font-size: 1.43vw;
	}
	#Footer .contact-list ul li a img {
		margin-left: 0.26vw;
		padding: 0.52vw;
		transition: opacity 0.3s ease;
	}
	#Footer .copy {
		font-size: 1.43vw;
	}
}
/*  390px sp */
@media screen and (max-width: 390px) {
	#Footer {
		padding: 15.36vw 3.84vw 5.12vw;
	}
	#Footer .logo {
		width: 59.392vw;
		margin: 0 auto;
	}
	#Footer .menu-list {
		width: 100%;
	}
	#Footer .menu-list ul {
		gap: 5.12vw;
		margin-bottom: 5.12vw;
	}
	#Footer .menu-list ul li a {
		font-size: 3.84vw;
	}
	#Footer .contact-list ul li.title {
		font-size: 3.84vw;
	}
	#Footer .contact-list {
		width: 100%;
		border-top: 0.512vw solid #3696C3;
	}
	#Footer .contact-list ul {
		padding-top: 2.56vw;
		gap: 5.12vw;
		align-items: flex-start;
	}
	#Footer .contact-list ul li a {
		font-size: 3.84vw;
	}
	#Footer .contact-list ul li.tel {
		border-radius: 7.68vw;
		padding: 1.536vw 4.096vw;
		border: 0.256vw solid #3A4040;
	}
	#Footer .contact-list ul li.open {
		font-size: 2.816vw;
	}
	#Footer .contact-list ul li a img {
		margin-left: 0.512vw;
		padding: 1.024vw;
		transition: opacity 0.3s ease;
	}
	#Footer .copy {
		font-size: 2.816vw;
	}
}
/* title */
.title {
	font-family: "M PLUS 2", serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.6em;
	letter-spacing: 0.04em;
	text-align: center;
	color: #EDBE21;
}
.sub_title {
	font-family: "M PLUS 2", serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.28em;
	letter-spacing: 0.02em;
	text-align: center;
	color: #43BCF4;
}
p.p-title {
    font-family: "M PLUS 2", serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.87em;
    letter-spacing: 0.06em;
	text-align: center;
    color: #3A4040;
	margin-top: 20px;
}
/* 768px */
@media screen and (max-width: 768px) {
	.title {
		font-size: 2.34vw;
	}
	.sub_title {
		font-size: 4.68vw;
	}
	p.p-title {
		font-size: 1.95vw;
		margin-top: 2.6vw;
	}
}
/*  390px sp */
@media screen and (max-width: 390px) {
    .title {
		font-size: 4.6vw;
	}
	.sub_title {
		font-size: 9.2vw;
	}
	p.p-title {
		font-family: "M PLUS 2", serif;
		font-weight: 400;
		font-size: 3.328vw;
		line-height: 2.07em;
		letter-spacing: 0.06em;
		text-align: center;
		margin-top: 5.12vw;
	}
}
/* Btn */
.Btn {
	position: relative;
	width: 200px;
	margin: 0 auto;
}
/*.Btn a {
    border-radius: 30px;
    background-color: #EDBE21;
    color:#FFF;
	font-family: "M PLUS 2", serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.87em;
	letter-spacing: 0.06em;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
    display: block;
    width: 200px;
    padding: 16px 38px;
    position: relative;
    transition: all 0.5s; 
    -webkit-transition: all 0.5s; 
	margin: 0 auto;
}
.Btn a::before {
	position: absolute;
    top: 50%;
	right: 16px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    background-image: url('../images/icon/icon_arrow_right.svg');
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
}
.Btn a:hover {
	background-color: #D6AB1D;
}*/
.Btn .btn-submit:hover {
	background-color: #D6AB1D;
}

/*.btn-cancle a {
	color: #3A4040;
    background-color: #EBEBEB;
	border-radius: 30px;
	font-family: "M PLUS 2", serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.87em;
	letter-spacing: 0.06em;
	text-align: center;
    display: block;
    width: 200px;
    padding: 16px 16px 16px 38px;
    position: relative;
    transition: all 0.5s; 
    -webkit-transition: all 0.5s; 
}
.btn-cancle a::before  {
	position: absolute;
    top: 50%;
	left: 12px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    background-image: url('../images/icon/icon_arrow_left.svg');
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
}
.btn-cancle a:hover {
    background-color: #9F9F9F;
}
	*/
.btn-submit {
	border-radius: 30px;
    background-color: #EDBE21;
    color:#FFF;
	font-family: "M PLUS 2", serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.87em;
	letter-spacing: 0.06em;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
    display: block;
    width: 200px;
    padding: 16px 38px;
    position: relative;
    transition: all 0.5s; 
    -webkit-transition: all 0.5s; 
	margin: 0 auto;
}
.Btn::before {
	position: absolute;
    top: 50%;
	right: 16px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    background-image: url('../images/icon/icon_arrow_right.svg');
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
	z-index: 100;
}
.Btn-cancle {
	position: relative;
}
.Btn-cancle::before {
	position: absolute;
    top: 50%;
	left: 12px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    background-image: url('../images/icon/icon_arrow_left.svg');
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
	z-index: 100;
}
.Btn-cancle .btn-submit {
	color: #3A4040;
	 background-color: #EBEBEB;
}
.Btn-cancle .btn-submit:hover {
	background-color: #9F9F9F;
}
/*  768px  */
@media screen and (max-width: 768px) {
	/* Btn */
	.Btn a {
		border-radius: 3.9vw;
		font-size: 1.95vw;
		width: 26vw;
		padding: 2.08vw 4.94vw;
	}
	.Btn a::before {
		right: 2.08vw;
		width: 2.6vw;
		height: 2.6vw;
	}
	.btn-cancle a {
		border-radius: 3.9vw;
		font-size: 1.95vw;
		display: block;
		width: 26vw;
		padding: 2.08vw 2.08vw 2.08vw 4.94vw;
	}
	.btn-cancle a::before  {
		left: 1.56vw;
		width: 2.6vw;
		height: 2.6vw;
	}
	.Btn-cancle::before {
		left: 1.56vw;
		width: 2.6vw;
		height: 2.6vw;
	}
}
/*  390px sp */
@media screen and (max-width: 390px) {
    .Btn a {
		border-radius: 7.68vw;
		font-size: 3.84vw;
		width: 51.2vw;
		padding: 4vw 9.7vw;
	}
	.Btn a::before {
		right: 16px;
		width: 5.12vw;
		height: 5.12vw;
	}
	.btn-cancle a {
		border-radius: 7.68vw;
		font-size: 3.84vw;
		width: 51.2vw;
		padding: 4vw 4vw 4vw 9.7vw;
	}
	.btn-cancle a::before  {
		left: 3.07vw;
		width: 5.12vw;
		height: 5.12vw;
	}
	.Btn-cancle::before {
		left: 3.07vw;
		width: 5.12vw;
		height: 5.12vw;
	}
}
/* Effect
---------------------------------------------------*/
.fadein {
	filter:alpha(opacity=0);
	opacity: 0.0;
	transform: scale(1.0) translate(0, 60px);
	-webkit-transform: scale(1.0) translate(0, 60px);
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.fadein_on {
	filter:alpha(opacity=100);
	opacity: 1.0;
	transform: scale(1.0) translate(0, 0);
	-webkit-transform: scale(1.0) translate(0, 0);
}

/* scalein */
.fadein.scalein {
	transform: scale(1.0) translate(0, 0);
	-webkit-transform: scale(1.0) translate(0, 0);
	transition: 0.5s;
	-webkit-transition: 0.5s;
  transition-timing-function: ease-in;
  -webkit-filter: blur(5px);
     -moz-filter: blur(5px);
      -ms-filter: blur(5px);
          filter: blur(5px);

}
.fadein_on.scalein {
	filter:alpha(opacity=100);
	opacity: 1.0;
	transform: scale(1.0) translate(0, 0);
	-webkit-transform: scale(1.0) translate(0, 0);
  -webkit-filter: blur(0px);
     -moz-filter: blur(0px);
      -ms-filter: blur(0px);
          filter: blur(0px);
}

/* fadeout */
.fadeout_on {
	filter:alpha(opacity=0) !important;
	opacity: 0.0 !important;
	transform: scale(1.0) !important;
	-webkit-transform: scale(1.0) !important;
}
.animated {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

/*breadcrumbs*/
#breadcrumbs {
	position: relative;
	height: 24px;
	margin-top: 83px;
	margin-left: 40px;
}
#breadcrumbs li:first-child {
	margin-right: 10px;
}
#breadcrumbs li:first-child span {
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background-image: url('../images/icon/icon_home.svg');
	background-size: contain;
	background-repeat: no-repeat;
	content: '';
}
#breadcrumbs li:first-child span:hover {
	background-image: url('../images/icon/icon_home_green.svg');;
}

#breadcrumbs .active span {
	position: absolute;
	top: 5px;
	left: 34px;
	font-family: "M PLUS 2", serif;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.7em;
	letter-spacing: 0.03em;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #9D9D9D;
}
#breadcrumbs .active span::before {
	content: '／';
	margin-right: 10px;
}
/*  768px  */
@media screen and (max-width: 768px) {
	#breadcrumbs {
		height: 6.144vw;
		margin-top: 21.48vw;
		margin-left: 3.84vw;
	}
	#breadcrumbs li:first-child {
		margin-right: 2.56vw;
	}
	#breadcrumbs li:first-child span {
		width: 6.144vw;
		height: 6.144vw;
	}

	#breadcrumbs .active span {
		top: 1.28vw;
		left: 8.7vw;
		font-size: 2.8vw;
	}
	#breadcrumbs .active span::before {
		content: '／';
		margin-right: 2.56vw;
	}
}

/* page-loader
---------------------------------------------------*/
body.nowloading #wrapper {
	filter:alpha(opacity=0);
	opacity: 0.0;
	height: 100vh;
	overflow: hidden;
}
#page-loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #43BCF4;
	z-index: 999999;
	transition: clip-path 1s ease-out, opacity 1s ease-out;
  clip-path: inset(0 0 0 0);
}
#page-loader.fadeOutTopToBottom {
  clip-path: inset(0 0 0 0);
  animation: fadeOutTopToBottom 2s ease-out forwards;
}
#page-loader .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}
#page-loader .inner img {
	width: 232px;
}

@keyframes fadeOutTopToBottom {
  from {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  to {
    clip-path: inset(100% 0 0 0);
    opacity: 0;
  }
}
