@charset "UTF-8";
/* CSS Document */





.Bold {
	font-weight: 500;
}
.txRed {
	color: #C6000B;
}
.sc07 {font-size: 70%;}
.sc12 {font-size: 120%;}
.sc13 {font-size: 120%;}

.px14 {
	font-size: 14px;
	font-size: clamp(12px, 1.4vw, 14px);
}
.px22 {
	font-size: 1.2vw;
	font-size: clamp(18px, 1.2vw, 22px);
}
.px24 {
	font-size: 24px;
	font-size: clamp(20px, 1.5vw, 24px);
}
.px28 {
	font-size: 28px;
	font-size: clamp(24px, 1.8vw, 28px);
}
.px30 {
	font-size: 30px;
	font-size: clamp(24px, 2.5vw, 30px);
}
.px34 {
	font-size: 34px;
	font-size: clamp(28px, 2.8vw, 34px);
}
.px37 {
	font-size: 37px;
	font-size: clamp(32px, 3.1vw, 37px);
}
.px42 {
	font-size: 42px;
	font-size: clamp(35px, 4vw, 42px);
}
.px45 {
	font-size: 45px;
	font-size: clamp(38px, 4.2vw, 45px);
}
.px55 {font-size: 55px;}

@media screen and (max-width : 959px ){
	.px22 {
		font-size: 2.5vw;
		/*font-size: clamp(20px, 2.7vw, 22px);*/
	}
	.px24 {
		font-size: 2.5vw;
		/*font-size: clamp(20px, 2.7vw, 22px);*/
	}
	.px28 {
		font-size: 2.5vw;
		/*font-size: clamp(20px, 2.7vw, 22px);*/
	}
	.px30 {
		font-size: 2.5vw;
		/*font-size: clamp(24px, 2.5vw, 30px);*/
	}
	.px34 {
		font-size: 2.9vw;
		/*font-size: clamp(28px, 2.8vw, 34px);*/
	}
	.px37 {
		font-size: 3.2vw;
		/*font-size: clamp(32px, 3.1vw, 37px);*/
	}
	.px42 {
		font-size: 3.5vw;
		/*font-size: clamp(35px, 4vw, 42px);*/
	}
	.px45 {
		font-size: 4.7vw;
		/*font-size: clamp(38px, 4.2vw, 45px);*/
	}
	.px55 {
		font-size: 4.7vw;
	}
	.px14 {
		font-size: 1.8vw;
		/*font-size: clamp(12px, 1.4vw, 14px);*/
	}
	
}

@media screen and (max-width : 599px ){
	.px22 {
		font-size: 4.0vw;
		line-height: 1.8;
	}
	.px24 {
		font-size: 4.2vw;
		font-size: clamp(14px, 4.2vw, 16px);
		line-height: 1.8;
	}
	.px28 {
		font-size: 4.3vw;
		line-height: 1.8;
	}
	.px30 {
		font-size: 4.6vw;
		font-size: clamp(16px, 4.6vw, 20px);
		line-height: 1.8;
	}
	.px34 {
		font-size: 4.5vw;
		font-size: clamp(13px, 4.5vw, 18px);
	}
	.px37 {
		font-size: 4.8vw;
		font-size: clamp(17px, 4.8vw, 19px);
		/*font-size: clamp(32px, 3.1vw, 37px);*/
	}
	.px42 {
		font-size: 5.2vw;
		font-size: clamp(18px, 5.2vw, 20px);
		/*font-size: clamp(35px, 4vw, 42px);*/
	}
	.px45 {
		font-size: 6.1vw;
		font-size: clamp(21px, 6.1vw, 23px);
		/*font-size: clamp(38px, 4.2vw, 45px);*/
	}
	.px55 {
		font-size: 4.7vw;
	}
	.px14 {
		font-size: 3.8vw;
		/*font-size: clamp(12px, 1.4vw, 14px);*/
	}
	
}



.dShadow {
	/*filter: drop-shadow(5px 5px 10px rgba(0, 0, 0,0.7));*/
	box-shadow: 2px 5px 10px  rgba(0, 0, 0,0.7);
}
.btn {
	display: block;
	border-radius: 999px;
	color: #fff;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2em;
	padding: 0 1em;
	box-shadow: 2px 3px 6px rgba(0,0,0,0.6);
	font-weight: 500;
	transition: 0.3s;
}
/*.btn:hover {
	transition: 0.3s;
	box-shadow: 2px 3px 6px rgba(0,0,0,0.6),0px 0px 10px rgba(255,255,255,1)inset,0px 0px 5px rgba(255,255,255,1)inset;
	opacity: 0.9;
}*/
.btn:hover {
	box-shadow: 0px 0px 0px rgba(0,0,0,0.8);
	opacity: 0.7;
}
.btnRed {
	background-color: #C6000B;
}
.btnBl {
	background-color: #1D5193;
}
.arw {
	position: relative;
}
.arw::after {
	position: absolute;
	right: 5%;
	content: '　';
	background-image: url("../img/arrow.svg");
	background-position: center right;
	background-size: 50%;
	background-repeat: no-repeat;
}
.agL {text-align: left;}
.agC {text-align: center;}
.agR {text-align: right;}
.uline {
	position: relative;
}
/*.uline::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 20%;
	left: 0;
	bottom: 4%;
	background-color: #FCCF00;
	mix-blend-mode: multiply;
}*/
.wrapWidth {
	width: 100%;
	margin: 0 auto;
}
.boxWidth {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}
.brSp {
	display: none;
}
@media screen and (max-width : 599px ){
	.brSp {
		display: inline;
	}
}

/*========== FLEX BOX ==========*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.f-vh-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


/*========== header ==========*/

header {
	background-color: #fff;
	z-index: 200;
	position: relative;
}
header #headWrap {
	padding: 15px;
	align-items: center;
}
header #headWrap .headlogo {
	display: block;
	width: 30%;
	max-width: 330px;
}
header #headWrap ul {
width: 68%;
	max-width: 1050px;
}
header #headWrap ul li {
display: inline-block;
	border-left: #777 solid 1px;

}
header #headWrap ul li:first-child {
	border: none;
}
header #headWrap ul li a {
	font-size: 1.1vw;
	font-size: clamp(10px, 1.1vw, 18px);
	color: #000;
	margin: 0 0.8em;
	text-decoration: none;
	font-weight: 500;
}

@media screen and (max-width : 959px ){
	header {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0
	}
	header #headWrap {
		display: block;
	height: 60px;
		padding: 0 15px;
display: flex;
/*justify-content: flex-start;*/
align-items: center;
	}
	header #headWrap .headlogo {
		width: 200px;
		
	}

	
	
	
}

@media screen and (max-width : 599px ){
	
}

/*========== スマホナビ ==========*/
.nav-button {
	display: none;
}
@media screen and (max-width : 959px ){
	.nav-button {
		display: block;
		appearance: none;
		border: none;
		transition: 0.5s;
		position: relative;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		cursor: pointer;
		transition: 0.5s;
			outline: none;
		background: transparent;
		font: inherit;
	}
	.nav-button .humberger-line {
		transform: translateX(-50%);
		display: block;
		position: absolute;
		left: 50%;
		width: 18px;
		height: 2px;
		transform: translateX(-50%);
		background-color: #64809E;
	}
	.nav-button .humberger-line::before {
		transition: 0.5s;
		display: block;
		position: absolute;
		top: 9px;
		left: 0;
		width: 18px;
		height: 2px;
		background-color: #64809E;
		content: "";
		transition: 0.5s;
	}
	.nav-button .humberger-line::after {
		transition: 0.5s;
		display: block;
		position: absolute;
		bottom: 9px;
		left: 0;
		width: 18px;
		height: 2px;
		background-color: #64809E;
		content: "";
		transition: 0.5s;
	}
	header #headWrap ul {
		position: fixed;
		left: 0;
		top: 60px;
		width: 100%;
		height: 100vh;
		max-width: 100%;
		background-color: #64809E;
		transition: 0.5s;
		z-index: 100;
		opacity: 0.9;

	}
	header #headWrap ul {
		position: fixed;
		left: 0;
		top: 0px;
		width: 100%;
		height: 100vh;
		max-width: 100%;
		background-color: #64809E;
		transition: 0.5s;
		z-index: 100;
		opacity: 0.9;
		transform: translateX(100%);
		padding-top: 60px;

	}
	header #headWrap ul.is-open {
		transform: translateX(0%);
	}
	header #headWrap ul li {
	}
	header #headWrap ul li,header #headWrap ul li:first-child {
	display: block;
		border: none;
	
	}
	header #headWrap ul li a {
		display: block;
		color: #fff;
		padding: 1em;
		font-size: clamp(20px, 2.7vw, 22px);
		font-weight: 400;
	}
	.is-open.nav-button {
		z-index: 100;
		background-color: #B0BECE;
	}
	.is-open .humberger-line {
	height: 0;
	}
	.is-open .humberger-line::before {
		box-shadow: none;
		transform: translateY(2px) rotateZ(45deg);
		transition: 0.5s;
		top: -2px;
		transform: translateY(2px) rotateZ(45deg);
		box-shadow: none;
		transition: 0.5s;
	}
	.is-open .humberger-line::after {
		transform: rotate(-45deg);
		transition: 0.5s;
		bottom: -2px;
		transform: rotate(-45deg);
		transition: 0.5s;
	}
	
}
@media screen and (max-width : 599px ){
	header #headWrap ul li a {
		font-size: 5vw;
		font-size: clamp(18px, 5vw, 20px);
	}
}

/*========== footer ==========*/

footer{
    height: 100%;
    padding: 10px 0;
    background-color: #64809E;
    color: #ffffff;
}


.footer-copy{
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #ffffff;

    
}
.footer-copy img{
	width: 220px;
}
#goPageTop {
	position: fixed;
	right: 10px;
	z-index: 20;
	bottom: 5px;/*margin-left: 600px;*/
	width: 40px;
}
#goPageTop a {
	height: 40px;
	width: 40px;
	border-radius: 5px;
	background-color: #000;
	display: block;
	text-align: center;
	padding-top: 0px;
  opacity: 0.3;
  transition: all 0.3s;
}
#goPageTop a img {
	width: 70%;
}
#goPageTop a:hover {
	opacity: 0.9;
}

@media screen and (max-width : 959px ){
	.footer-copy{
		display: block;
	}
	.footer-copy img{
	width: 200px;
}
	.footer-copy p {
		font-size: 11px;
		padding-top: 0.5em;
	}
	
}
@media screen and (max-width : 599px ){
	.footer-copy img{
	width: 180px;
}
	.footer-copy p {
		font-size: 10px;
	}
}

/*========== content ==========*/


#mainWrap {
	position: relative;
	overflow: hidden;
}
#mainWrap .fuki img {
	filter: drop-shadow(0px 0px 0px rgba(0, 0, 0,0));
}
#mainWrap .fuki.dropS img {
	transition: 0.6s;
	filter: drop-shadow(5px 5px 10px rgba(0, 0, 0,0.3));
}

#mainWrap #fuki01 {
	position: absolute;
	left: 12%;
	top: 8%;
	width: 20%;
opacity: 0;
}
#mainWrap #fuki02 {
	position: absolute;
	right: 12%;
	top: 18%;
	width: 20%;
	opacity: 0;
}
#mainWrap h1 {
	position: absolute;
	left: 25%;
	top: 50%;
	width: 50%;
	transform: translate(0%,-50%);
opacity: 0;
}

#sec01 {
	position: relative;
	padding: 50px 0;
}
#sec01 .imgBox {
	margin: 0 auto;
	padding: 30px 0;
}
#sec01 .flex01 {
	align-items: flex-end;
	/*position: absolute;*/
	width: 100%;
	top:5%;
	z-index: 2;
}
#sec01 .flex01 .txtBox {
	width: 73%;
}

#sec01 .flex01 .txtBox p {
	line-height: 2;
	padding-top: 1em;
}
#sec01 .flex01 a {
	display: block;
	width: 23%;
	margin: 10px auto 0;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
	padding: 1% 2%;
	position: relative;
	line-height: 1;
}
#sec01 .flex01 a:hover {
	opacity: 0.6;
	transition: 0.3s;
}
#sec01 .flex01 a::after {
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	top:60%;
	left: 90%;
	background-image: url("../img/yubi.png");
	background-size: cover;
}


#sec01 .flex02 {
	width: 100%;
	bottom:9%;
}
#sec01 .flex02 li {
	width: 48%;
}
#sec01 .caption {
	padding: 1em 0;
	width: 100%;
}

#sec02 {

}
#sec02 h2 {}
#sec02 .why {}
#sec02 .why #whyBox {
	position: relative;
}
#sec02 .why #whyBox a {
	position: absolute;
	width: 27%;
	right: 6%;
	bottom: 13%;
}
#sec02 .fig01 {
	width: 25%;
	max-width: 210px;
	margin: 0 auto;
	padding-bottom: 30px;
	position: relative;
	z-index: -1;
}
#sec02 h3#mome {
	max-width: 510px;
	width: 50%;
	margin: 30px auto;
}
#sec02 #letterBox {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	position: relative;
}
#sec02 #letterBox a {
	position: absolute;
	width: 40%;
	top:48%;
	left: 50%;
	transform: translateX(-50%);
}

#sec03 {

}
#sec03 .lead {
	padding: 1.5em 0 0;
}
#sec03 h3 {
	padding: 0.5em 0;
	font-weight: 500;
}
#sec03 .flex .bg02 {
	display: block;
	width: 48%;
	position: relative;
}
#sec03 .flex .bg02 p {
	position: absolute;
	width: 90%;
	left: 10%;
	top:12%;
}
#sec03 .flex .bg02 a {
	position: absolute;
	width: 70%;
	left: 50%;
	transform: translateX(-50%);
	bottom:12%;
}

#sec02,#sec03,#sec04,#sec05,#sec06,#sec07 {
	padding: 80px 0;
}
#sec04 .nayami {
	margin-top: 30px;
	background-color: #FAFBF4;
	border-radius: 20px;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.8);
	padding: 2% 5%;
}
#sec04 .nayami .flex {
	align-items: center;
}
#sec04 .nayami .flex dl {
width: 55%;
}
#sec04 .nayami .flex dt {
	display: inline-block;
	border-bottom: #000 solid 2px;
	padding-bottom: 0.1em;
	margin-bottom: 0.2em;
}
#sec04 .nayami .flex dt span {
	margin-left: 0.2em;
}
#sec04 .nayami .flex a {
width: 35%;
}

#sec05 {}
#sec05 .souzoku {
position: relative;
	padding: 3% 5%;
	margin: 30px 0;
}
#sec05 .lineYoko {
	position: absolute;
	width: calc(100% + 20px);
	height: 100%;
	top:0;
	left: -10px;
	border-top: #000 solid 1px;
	border-bottom: #000 solid 1px;
}
#sec05 .lineTate {
position: absolute;
	width: 100%;
	height: calc(100% + 20px);
	top:-10px;
	left: 0;
	border-left: #000 solid 1px;
	border-right: #000 solid 1px;
}
#sec05 .souzoku #atto {
width: 40%;
	transform: rotateZ(-10deg);
}
#sec05 .souzoku h3 {
	width: 100%;
}
#sec05 .souzoku a {
width: 40%;
	margin: 0 auto;
	margin-top: 10px;

}


#sec05 .kachi {
	position: relative;
	padding: 3% 5%;
	margin: 30px 0;
	background-color: #FAFBF4;
}
#sec05 .kachi h3 {

	width: 100%;

}
#sec05 .kachi ul {
	width: 90%;
	max-width: 530px;
	margin: 20px auto;
}
#sec05 .kachi ul li {
width: 48%;
}
#sec05 .kachi h4 {
	width: 100%;
	margin: 0;
	padding: 0 0 20px 0;
}
#sec05 .kachi a {
	width: 40%;
	margin: 0 auto;
}

#sec06 {
	padding-bottom: 0;
}
#sec06 .wrap {
	background-color: #FAFBF4;
	margin: 30px 0 0;
	border-radius: 20px;
	padding: 3% 5%;
}
#sec06 .wrap h3 {
	border-bottom: #000 solid 1px;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}
#sec06 .wrap ul {
}
#sec06 .wrap .ul01 li {
	text-indent: -1em;
	padding: 0.1em 0;
	padding-left: 1em;
	line-height: 1.3;
}
#sec06 .wrap .ul01 li:before {
	content: '■';
}
#sec06 #hyouka {
	padding: 30px 0;
}
#sec06 dl {
	padding-top: 30px;
}
#sec06 dl li {
	background-image: url("../img/bg-dot.png");
	background-position: center center;
	background-repeat: repeat-x;
	background-size: 10%;
	align-items: center;
}
#sec06 dl li span,#sec06 dl li sub {
	background-color: #FAFBF4;
	
	

}
#sec06 dl li sub {
	font-size: 70%;
}
#sec06 #baikyaku {
	max-width: 600px;
	margin: 80px auto 0;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}
#sec06 #baikyaku h3 {

}
#sec06 #baikyaku a {
	width: 100%;
	transition: 0.3s;
}
#sec06 #baikyaku a:hover {
	opacity: 0.6;
}


#sec07 .wrap {
	background-color: #FAFBF4;
	margin: 30px 0 0;
	border-radius: 20px;
	padding: 3% 5%;
}
#sec07 .wrap h3 {
	border-bottom: #000 solid 1px;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}
#sec07 .wrap ul {
}
#sec07 .wrap .ul01 li {
	padding: 0 0 1em 0;
	line-height: 1.6;
}
#sec07 .wrap .ul01 li.btnWrap {
	padding-top: 0;
}
#sec07 li a {
	width: 300px;
	display: block;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.7);
	border-radius: 10px;
	background-color: #fff;
	margin: 0 auto;
}

#btnBox {
	width: 90%;
	max-width: 900px;
	margin: 0px auto 60px;
}
#btnBox li {
	width: 32%;
}
#btnBox li a {
	display: block;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.7);
	border-radius: 10px;
	background-color: #fff;
}
#btnBox li:nth-of-type(1) a {
	background-color: #C7000B;
}
#btnBox li:nth-of-type(2) a {
	background-color: #D3EBEA;
}
#btnBox li a:hover {
	opacity: 0.6;
	transition: 0.3s;
}

#sec08 .wrap {
	background-color: #FAFBF4;
	margin: 30px 0 0;
	border-radius: 20px;
	padding: 5% 5%;
}
#sec08 .wrap h3 {
	border-bottom: #000 solid 1px;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}
#sec08 .wrap .figBox {
	padding: 30px 0;
	max-width: 960px;
	
}
#sec08 .wrap a {
width: 70%;
margin: 0 auto;
}


#secMatome {
	margin-bottom: 50px;
}
#secMatome .matome {
	width: 50%;
	max-width: 460px;
	margin: 80px auto 30px;
}
#secMatome .seiko {
	border: #000 solid 1px;
	padding: 5%;
}
#secMatome .seiko h4 {
	padding: 0 0 0.8em 0;
	margin: 0 auto;
}
#secMatome .seiko p.kotira {
	padding-top: 1em;
}

#secMatome ul {
	max-width: 640px;
	padding-top: 30px;
	margin-bottom: 0;
}
#secMatome ul li {
	width: 48%;
}
#secMatome ul li a {
	height: 100%;
	display: flex;
justify-content: center;
align-items: center;
	padding: 1% 0;
}
#secMatome ul li a img {
	width: 80%;
}
#secMatome ul  li:nth-of-type(2) a {
	background-color: #fff;
}
#secMatome .telWrap {
	padding-top: 30px;
}
#secMatome .telWrap a {
width: 48%;
	text-align: right;
}
#secMatome .telWrap a:nth-child(2n) {
text-align: left;
}

#secMatome .telWrap  a {
	display: block;
	color: #333;
	padding: 0.1em 0;
	font-size: 2.2vw;
	font-size: clamp(14px, 2.2vw, 20px);
	letter-spacing: 0.1em;
	pointer-events: none;
	text-decoration: none;
}
#secMatome .telWrap  a:hover {
	opacity: 0.6;
}
#secMatome .telWrap a .shop {

}
#secMatome .telWrap a .telNum {
}
#secMatome .telWrap a .telNum::before {
	content: '　';
	width: 2em;
	display: inline-block;
	background-image: url("../img/icon-tel.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}


@media screen and (max-width : 959px ){
	#pageTop {
		height: 60px;
	}
	#mainWrap {
	
	}
	#sec02, #sec03, #sec04, #sec05, #sec06, #sec07 {
		padding: 40px 0;
	}
	
	
	#secMatome .telWrap {
		padding-top: 30px;

		margin: 0 auto;
	}
	#secMatome .telWrap > div {

		
	}
	#secMatome .telWrap .leftBox {


	} 

	#secMatome .telWrap .rightBox {


	}
	#secMatome .telWrap > div a {
		
	}
	#secMatome .telWrap > div a .telNum {
		
	}
	#sec01 .flex01 a::after {
	width: 35px;
	height: 35px;
}
}

@media screen and (max-width : 599px ){
	#sec02, #sec03, #sec04, #sec05, #sec06, #sec07, #sec08 {
		padding: 25px 0;
	}
	.btn {
		height: 3em;
	}
	#mainWrap #fuki01 {
		left: 1%;
		top: 5%;
		width: 30%;
	}
	#mainWrap #fuki02 {
		right: 1%;
		top: 10%;
		width: 30%;
	}
	#mainWrap h1 {
		width: 64%;
		left: 18%;
	}
	#sec01 .flex01 {
		display: block;
		position: static;
		width: 100%;
		top: 5%;
	}
	#sec01 {
		padding: 30px 0 0;
	}
	#sec01 .flex01 .txtBox {
		width: 100%;
		text-align: center;
	}
	#sec01 .flex01 .txtBox p {
		text-align: justify;
	}
	#sec01 .flex01 .txtBox p br {
		display: none;
	}
	#sec01 .flex01 a {
	width: 66%;
		max-width: 220px;
		margin: 15px auto 30px;
		padding: 2% 4%
	}
	
	#sec01 .imgBox {
		width: 100%;
		padding: 0;
		z-index: -1;
		position: relative;
		padding-bottom: 20px;
	}
	#sec01 .flex02 {
		position: static;
		width: 90%;
		margin: 0 auto;
	}
	#sec02 .fig01 {
		padding-top: 10%;
	}
	#sec01 .flex02 li {
		width: 100%;
		margin-bottom: 10px;
	}
	#sec01 .flex02 li a {
		height: 3em;
	}
	#sec01 .caption {
		position: static;
		font-size: 10px;
		text-align: left;
	}
	#sec02 .why #whyBox a,#sec02 #letterBox a {
		position: absolute;
		width: 70%;
		left: 50%;
		transform: translateX(-50%);
		right: inherit;
		bottom: inherit;
		z-index: 2;
		height: 3em;
		
	}
	#sec02 #letterBox a {
		top:50%;
	}
	#sec02 h3#mome {
		width: 80%;
		margin: 20px auto;
	}
	#sec03 .flex .bg02 {
		display: block;
		width: 100%;
		position: relative;
	}
	#sec03 .flex .bg02 p {
		font-size: 5.4vw;
	}
	#sec04 .nayami .flex dl {
	width: 100%;
	}

	#sec04 .nayami .flex a {
	width: 80%;
		margin: 10px auto;
	}
	#sec05 .souzoku #atto {
		width: 60%;
		transform: rotateZ(-10deg);
		padding: 10px 0;
	}
	#sec05 .souzoku,#sec05 .kachi {
		/*width: 89%;*/
		padding-bottom: 30px;
	}
	#sec05 .souzoku h3 {
		width: 100%;
	}
	#sec05 .souzoku a,#sec05 .kachi a {
	width: 80%;

	}
	#sec06 .wrap {
		padding: 8% 5%;
	}
	#sec06 .caption {
		font-size: 10px;
	}
	#sec06 dt {
		text-align: center;
		padding-bottom: 0.3em;
		border-bottom: #777 solid 1px;
	}
	#sec06 dl li {
		background: none;
		display: block;
		text-align: center;
		padding: 0.3em 0;
	}
	#sec06 dl li sub {
		display: block;
	}
	#sec06 #baikyaku {
		display: block;
		margin-top: 30px;
		width: 90%;
	}
	#sec06 #baikyaku h3 {
		font-size: 7.4vw;
		text-align: center;
		margin-bottom: 10px;
	}
	#sec06 #baikyaku a {
		width: 80%;
		margin: 0 auto;
	}
	#sec07 .wrap .ul01 li br {
		display: none;
	}
	#sec07 li a {
		width: 90%;
		max-width: 200px;
	}
	#btnBox {
		width: 70%;
		max-width: 240px;
		margin: 0 auto 20px;
	}
	#btnBox li {
		width: 100%;
		margin: 5px 0;
	}
	#sec08 .wrap a {
		width: 100%;
		font-size: 4.3vw;
		font-size: clamp(13px, 4.3vw, 18px);
	}

	#secMatome .telWrap {
		max-width: 360px;
		padding-top: 30px;
		display: block;
		text-align: right;
		padding-right: 10%;
	}

	#secMatome .telWrap a {
width: inherit;
		color: #333;
		padding: 0.3em 0;
		font-size: 4.3vw;
		font-size: clamp(12px, 4.3vw, 19px);
		letter-spacing: 0em;
		pointer-events: auto;
		text-decoration: none;
		display: inline-block;
		text-align: right;
	}
	#secMatome .telWrap a:nth-child(2n) {
text-align: right;
}
	#secMatome .telWrap a .telNum {
		text-decoration: underline;
	}
	#secMatome ul {
		width: 90%;
	}
	#secMatome ul li {
		width: 100%;
	}
	#secMatome ul li a {
		height: 4em;
	}
}



/*========== animation ==========*/
.uline.active {
    background-size: 100% .5em;
}

.uline {
  background: rgb(242,168,170);
background: linear-gradient(180deg, rgba(255,210,0,0) 0%, rgba(255,210,0,1) 20%,rgba(255,210,0,0.3) 100%);

    background-repeat: no-repeat;
    /*background-size: 0% .5em;*/
    background-position: 0 1em;
    transition: all 0.8s ease;
      background-position:0 1em;
	
		background-size: 100% .5em;
}
/*.uline::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 20%;
	left: 0;
	bottom: 4%;
	background-color: #FCCF00;
	mix-blend-mode: multiply;
}*/

/*========== popup ==========*/
.mCSB_inside>.mCSB_container {
margin-right: 5px;
}
.btnClose {
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 999px;
	background-color: #000;
	background-image: url("../img/btn-close.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30%;
	right: 3%;
	top: 5%;
	z-index: 5;
}
.btnClose:hover {
	cursor: pointer;
}
.popWrap {
	position: fixed;
	width: 100%;
	background-color: #D3EBEA;
	z-index: 300;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	height: 100vh;
display: none;
}
.popBox {
	background-color: #fff;
	padding: 0px;

}
.popCont {
	padding: 5%;
}
/*.popWrap {
	position: fixed;
	width: 100%;
	height: 60vh;
	top:40vh;
	left: 0;
	display: none;
}
*/
.popCont .h3Pop {
	text-align: center;
	padding-bottom: 1em;
	color: #C7000B;
	font-weight: 500;
}
.popCont .h3Pop.txBk {
	color: #000;

}
.popWrap .popBox {
	position: absolute;
	width: 80%;
	max-width: 1200px;
	height: 80%;
	top:10%;
	left: 50%;
	transform: translateX(-50%);
	overflow: auto;
	
}
#pop01.popWrap dl {
	padding-bottom: 5%;
}
.popWrap dt {
	border: #000 solid 1px;
	height: 2em;
	width: 12em;
	display: flex;
justify-content: center;
align-items: center;
	margin-bottom: 10px;
}
.popWrap a {
	width: 12em;
	margin-left: auto;
}
.popWrap .rndBox {
	border-radius: 20px;
	background-color: #FAFBF4;
	box-shadow: 0px 4px 10px rgba(0,0,0,0.7);
	padding: 5% 5%;
	margin-top: 30px;
}
.popWrap .caption {
	padding: 1em 0;
	font-size: 13px;
}

#pop01.popWrap a {
	width: 17em;
	margin: 0 auto;
}
#pop02.popWrap dt {
	border: #000 solid 1px;
	height: auto;
	padding: 0.2em;
	width: 100%;
	display: flex;
justify-content: center;
align-items: center;
	margin-bottom: 10px;
}
#pop02.popWrap dd p {
	padding: 0.8em 0;
}

#pop03-1.popWrap {
	/*display: block;*/
}
#pop03-1 .flex {
	max-width: 1000px;
	margin: 30px auto 0;
	align-items: center;
}
#pop03-1 .flex p {
	width: 70%;
}
#pop03-1 .flex .imgBox {
	width: 30%;
}
#pop03-1 dt, #pop03-2 dt {
	border: none;
	display: inline-block;
	border-bottom: #000 solid 2px;
	padding: 0;
	margin-bottom: 0.6em;
	width: auto;
	height: auto;
}
#pop03-1 .yajirusi,#pop03-2 .yajirusi {
	width: 80px;
	margin: 20px auto;
}
#pop03-1 .siki {
	padding: 30px 0;
}

#pop03-2.popWrap {
	/*display: block;*/
}
#pop03-2 .yajirusi.yaji02 {
	width: 120px
}
#pop03-2 h3 {
	padding-bottom: 30px;
}

#pop04-1.popWrap {
	/*display: block;*/
}
.popWrap .kaiketu {
	width: 60%;
	max-width: 460px;
	margin: 0 auto;
	
}
.popWrap h3.waku {
	width: calc(100% - 2em);
	padding: 1em;
	border: #555 solid 1px;
	margin: 20px 0;
}
#pop04-2.popWrap {
	/*display: block;*/
}
#pop04-2 h3.waku p {
	padding-top: 1em;
}

#pop05.popWrap {
	/*display: block;*/
}
#pop05 dl {
	max-width: 660px;
	margin: 0 auto;
	border: #1D5193 solid 1px;
	position: relative;
}
#pop05 dl::after {
	content: '';
	position: absolute;
	left: -10%;
	top:0%;
	transform: translateY(-26%);
	width: 20%;
	height: 160px;
	background-image: url("../img/pp-05_1.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 100%;
	
}
#pop05 dl:nth-of-type(2)::after{
	background-image: url("../img/pp-05_2.png");
}
#pop05 dl:nth-of-type(3)::after{
	background-image: url("../img/pp-05_3.png");
}
#pop05 dl:nth-of-type(4)::after{
	background-image: url("../img/pp-05_4.png");
}
#pop05 dt {
	width: 100%;
	background-color: #1D5193;
	text-align: center;
	color: #fff;
	height: 3em;
	display: flex;
justify-content: center;
align-items: center;
	
}
#pop05 dd {
	padding: 1em 1em 1em 2em;
}
#pop05 dd li {}
#pop05 dd li::before {
	content: "■";
	margin-right: 0.3em;
}
#pop05 .arwBox {
	width: 20%;
	margin: 0 auto;
}

#pop06.popWrap {
	/*display: block;*/
}
#pop06 {
	
}
#pop06 dl:first-child {
	margin-bottom: 50px;
}
#pop06 .arw {
	width: 60%;
		max-width: 330px;
	margin: 0 auto;
}
#pop06 .rndBox {}
#pop06 .rndBox h3 {
	padding-bottom: 0.3em;
	margin-bottom: 0.3em;
	border-bottom: #555 solid 1px;
}
#pop06 .rndBox li {
	text-indent: -1.2em;
	margin-left: 1.2em;
}
#pop06 .rndBox li::before {
	content: '■';
	margin-right: 0.2em;
}
.popWrap .matome {
	width: 50%;
	max-width: 460px;
	margin: 80px auto 30px;
}
.popWrap .seiko {
	border: #000 solid 1px;
	padding: 5%;
}
.popWrap .seiko h4 {
	padding: 0 0 0.8em 0;
	margin: 0 auto;
}
.popWrap .seiko p.kotira {
	padding-top: 1em;
}
/*#pop06 .seiko a {
	display: block;
	width: 70%;
	max-width: 400px;
	margin:10px auto 0;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
	padding: 1% 2%;
	
}

#pop06 .seiko a:hover {
	opacity: 0.6;
	transition: 0.3s;
}*/
#pop06 .seiko ul,#pop08 ul {
	max-width: 640px;
	padding-top: 30px;
	margin-bottom: 0;
}
#pop06 .seiko ul li,#pop08 ul li {
	width: 48%;
}
#pop06 .seiko ul li a,#pop08 ul li a {
	width: 100%;
	height: 100%;
	display: flex;
justify-content: center;
align-items: center;
	padding: 1% 0;
}
#pop06 .seiko ul li a img,#pop08 ul li a img {
	width: 80%;
}
#pop06 .seiko ul li:nth-of-type(2) a,#pop08 ul  li:nth-of-type(2) a {
	background-color: #fff;
}

#pop08 {
	
}
#pop08 .lead {
	line-height: 1.6;
	padding-bottom: 2em;
}
#pop08 ol {
	
}

#pop08 li {
	color: #C7000B;
	padding: 0.1em 0;
}
#pop08 .kuwasiku {
	padding-bottom: 30px;
}
#pop08 .point {
	width: 50%;
	max-width: 300px;
	margin: 80px auto 30px;
}

@media screen and (max-width : 959px ){
	#pop05 dl::after {
		content: '';
		position: absolute;
		left: -5%;
		top: 0%;
		transform: translateY(-30%);
		width: 17%;
		height: 160px;

	}
}

@media screen and (max-width : 599px ){
	.popCont .h3Pop br {
		display: none;
	}
	.popWrap .popBox {
		position: absolute;
		width: 90%;


	}
	#pop03-1 .flex p {
		width: 100%;
	}
	#pop03-1 .flex .imgBox {
		width: 60%;
		margin: 10px auto;
	}
	#pop03-1 .yajirusi, #pop03-2 .yajirusi {
		width: 50px;
		margin: 10px auto;
	}
	#pop05 dl::after {
		height: 80px;
	}
	/*#pop06 .seiko a {
		display: block;
		width: 86%;
		max-width: 400px;
		padding: 4% 3%;
	}*/
	#pop06 .seiko ul,#pop08 ul {
		width: 90%;
	}
	#pop06 .seiko ul li,#pop08 ul li {
		width: 100%;
	}
	#pop06 .seiko ul li a,#pop08 ul li a {
		height: 4em;
	}
	#sec08 .wrap {
		padding: 7% 5%;
	}
	#sec08 .wrap .figBox {
		padding: 10px 0;
	}
	#pop08 .kuwasiku {
		text-align: left;
		line-height: 1.5;
	}
	#pop08 .point {
		margin: 3% auto;
	}
	#pop08 .matome {
		margin: 3% auto;
	}
	
}

