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

#pageWrap {
    padding: 0 0 0;
	background-color: #f3f0ed;
	font-family: 'YakuHanMP','Noto Sans JP', sans-serif;
	font-weight: 300;
}
.mincho {
	font-family: 'YakuHanMP','Noto Serif JP', serif;
}
.notes-area {
    margin: 0 auto 0;
}
.capImg::after {
    content: "image photo";
}

.titWrap {}
.titWrap .gimon {
	width: 30%;
	max-width: 180px;
	margin: 0 auto;
}
.titWrap .h3Box {
	width: 90%;
	max-width: 760px;
	margin: 0 auto;
}
.titWrap .flex {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	padding: 3% 0;
}
.titWrap .flex .leftBox,
.titWrap .flex .rightBox{
	width: 28%;
	transform: rotateY(90deg);
}
.titWrap .flex.active .leftBox,
.titWrap .flex.active .rightBox {
	transform: rotateY(0deg);
	transition-duration: 0.5s;
	transition-timing-function: ease-out;
	transition-delay: 0.3s;
}
.titWrap .flex.active .rightBox {
	transition-delay: 0.6s;
}
.titWrap .flex .centerBox {
	width: 40%;
}
.titWrap .flex .rightBox {
	width: 28%;
}

#sec01,#sec02,#sec03 {
	padding: 5% 0;
}
.boxWidth {
	container-type: inline-size;
	max-width: 1100px;
}
h4.mincho {
	color: #8d6e3f;
	font-size: 2.6cqw;
	padding: 1em 0;
	letter-spacing: 0.1em;
}
p.lead {
	font-size: 2cqw;
	line-height: 1.8;
}
p.lead span {
	position: relative;
	z-index: 1;
}
p.lead span::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 25%;
	left: 0;
	bottom: 0;
	background-color: #f4d923;
	z-index: -1;
}
.titWrap {
	padding-bottom: 6%;
}
.cntWrap {
	padding-bottom: 6%;
}
.cntWrap h3 {
	background-color: #a5904c;
	color: #fff;
	text-align: center;
	font-size: 3.2cqw;
	padding: 0.3em 0;
	margin-bottom: 1em;
}
.cntWrap h3 span {
	color: #ffe556;
}
p.leadBw {
	color: #8d6e3f;
}
p.leadBw span {
	color: #fff;
	padding: 0 0.2em;
	margin: 0 0.0em;
	position: relative;
	background-color: #8d6e3f;
}
p.leadBw span::after {
	display: none;
}
  
#sec01 .fig01 {
	max-width: 890px;
	padding: 3% 0;
	margin: 0 auto;
}

.pointBox {
	background-color: #fff;
	border: #8d6e3f solid 3px;
	padding: 4%;
	text-align: center;
	position: relative;
}
.pointBox p {
	display: inline-block;
	text-align: left;
	color: #8d6e3f;
	font-size: 2.2cqw;
	font-weight: 500;
}
.pointBox p span {
	color: #c1272d;
	font-size: 120%;
}
.pointBox .icoPoint {
	position: absolute;
	width: 16%;
	left: 0;
	top: 0;
	transform: translate(-20%,-20%) scale(0);
}
.pointBox.active .icoPoint {
	transform: translate(-20%,-20%) scale(1);
	transition: 0.3s ease-out 1s;
}
#sec01 .fig02 {
	max-width: 720px;
	padding: 10% 0 5% 0;
	margin: 0 auto;
}
#sec01 .fig02 p {
	font-size: 16px;
	text-align: left;
}
#sec01 .lead02 {
}
#sec01 .lead02 span {
	font-size: 160%;
}

.checkWrap {}
.checkWrap .checkMid {
	background-image: url("../images/bg-check.svg");
	background-repeat: repeat-y;
	background-position: left top;
	background-size: 100%;
	padding: 0 5%;
}
.checkWrap .check {
	width: 40%;
	max-width: 100px;
	margin: 0 auto;
	padding: 30px 0;
	transform: scale(0);
}
.checkWrap .check.active {
	transform: scale(1);
	transition: 0.3s ease-out 0.5s;
}
.checkWrap .checkbottom {
	transform: rotateZ(180deg);
}
.checkWrap .h3-02 {
	
}
.checkWrap .itemBox {
	max-width: 760px;
	padding: 5% 0;
	margin: 0 auto;
	align-items: flex-start;
}
.checkWrap .itemBox dl {
	text-align: left;
	width: 60%;
	container-type: inline-size;
}
.checkWrap .itemBox dt {
	font-size:5cqw;
	color: #8d6e3f;
	font-weight: 500;
	position: relative;
	padding-bottom: 0.5em;
}
.checkWrap .itemBox dt::before {
	content: "";
	position: absolute;
	width: 30px;
	height: 100%;
	top: 0;
	right: 103%;
	background-image: url("../images/mark-check.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.checkWrap .itemBox dd {
	font-size: 3.2cqw;
}
.checkWrap .itemBox .imgBox {
	width: 37%;
	max-width: 280px;
}
.checkWrap .itemBox {}

#sec02 {}
#sec02 .h4-02 {
	background-color: #a5904c;
	color: #fff;
	text-align: center;
	padding: 0.5em 0;
}
#sec02 .fig01 {
	padding: 5% 0;
}
#sec02 .cntBox {
	padding: 5% 0;
}
#sec02 .merit {
	background-color: #fff;
	padding: 20px;
	position: relative;
	margin-bottom: 50px;
}
#sec02 .merit::before {
	content: "";
	position: absolute;
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	border: #a5904c solid 1px;
	left: 6px;
	top: 6px;
}
#sec02 .merit::after {
	content: "";
	position: absolute;
	width: 10%;
	height: 100%;
	left: 0;
	top: 0;
	transform: translate(-10%,-10%);
	background-image: url("../images/ico-merit.svg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
	transform: rotateY(90deg);
}
#sec02 .merit.active::after {
	transform: rotateY(0deg);
	transition: 0.3s ease-out 0.3s;
}
#sec02 .demerit::after {
	background-image: url("../images/ico-demerit.svg");
}
#sec02 .merit .ist {
	position: absolute;
	width: 10%;
	bottom: 0;
	right: 0;
}
#sec02 .merit ul {
	margin-left: 20%;
}
#sec02 .merit li {
	text-align: left;
	font-size: 1.7cqw;
	line-height: 1.3;
	padding: 0.5em 0;
	text-indent: -1em;
}
#sec02 .merit li span {
	color: #e08488;
}
#sec02 .demerit li span {
	color: #65aaae;
}

#sec02 .h4-02.kai {
	background-color: #fff;
	border: #a5904c solid 2px;
	color: #a5904c;
}
#sec02 .txtBox {
	padding: 3% 0;
	max-width: 900px;
	margin: 0 auto;
}
#sec02 .txtBox .lead {
	text-align: justify;
	color: #8d6e3f;
}
#sec02 .txtBox .lead span {
	font-size: 130%;
}
#sec02 .txtBox h5 {
	background-color: #8d6e3f;
	color: #fff;
	margin: 5% 0;
	font-size: 2.2cqw;
	padding: 0.3em;
	font-weight: 300;
}
#sec02 .txtBox h5 span {
	font-weight: 500;
}

#sec03 h4.mincho span {
	font-size: 130%;
}
#sec03 .titWrap .lead span {
	font-size: 130%;
}
#sec03 .tokurei {
	max-width: 900px;
	margin: 0 auto;
}
#sec03 .tokurei p,#sec03 .tokurei li {
	font-size: 2.0cqw;
}
#sec03 .tokurei ul {
	width: 100%;
	padding: 1em 0;
}
#sec03 .tokurei li {
	display: inline-block;
	width: 46%;
	margin: 0 1%;
	background-color: #df8386;
	color: #fff;
	text-align: center;
	padding: 0.2em;
}
#sec03 .tokurei li:nth-of-type(2) {
	background-color: #66a9ac;
}

#sec03 .tokurei p.bwn {
	text-align: justify;
	color: #8d6e3f;
	font-size: 1.7cqw;
	padding: 1em 0;
}

#sec03 .checkWrap {}
#sec03 .checkWrap .items {
	padding-bottom: 3%;
	max-width: 830px;
	margin: 0 auto;
	border-bottom: #777 dotted 1px;
}
#sec03 .checkWrap .items02 {
	padding-top: 3%;
	padding-bottom: 3%;
	border: none;
}
#sec03 .checkWrap .items h5 {
	color: #df8386;
	font-size: 2.0cqw;
	font-weight: 500;
}
#sec03 .checkWrap .items02 h5 {
	color: #66a9ac;
}
#sec03 .checkWrap .items ul {
	padding: 1em 0;
	padding-left: 3em;
}
#sec03 .checkWrap .items li {
	font-size: 1.7cqw;
	text-align: left;
	text-indent: -1em;
}
#sec03 .pointBox {
	margin-top: 6%;
}
#sec03 .pointBox p {
	display: block;
	width: 70%;
	margin-left: 20%;
	
}
#sec03 .pointBox p.cap {
	font-size: 1.3cqw;
	color: #000;
	text-align: left;
}
#sec03 .pointBox .ist {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 22%;
	transform: translate(13%,13%);
}

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

@media screen and (max-width: 599px) {
.boxWidth {
	width: 90%;
	}
	.titWrap .flex .leftBox {
		width: 48%;
	}
	.titWrap .flex .centerBox {
		width: 70%;
		order: 1;
		margin: 0 auto;
	}
	.titWrap .flex .rightBox {
		width: 48%;
	}
	h4.mincho,.cntWrap h3 {
		font-size: 4.6cqw;
	}
	p.lead {
		font-size: 4cqw;
		line-height: 1.8;
	}
	.pointBox {
		padding-left: 20px;
		margin-top: 60px;
	}
	.pointBox.active .icoPoint {
    width: 30%;
		left: 0;
    top: 0;
    transform: translate(-20%, -70%);
	}
	.pointBox p {
    font-size: 3.5cqw;
		padding-top: 1.2em;
	}
	.pointBox p br {
		display: none;
	}
	#sec01 .lead02 span {
    font-size: 140%;
	}
	.checkWrap .check {
    width: 30%;
    padding: 0 0 20px 0;
	}
	.checkWrap .itemBox dl {
		width: 90%;
		margin: 0 auto;
	}
	.checkWrap .itemBox dt {
		font-size:6cqw;
	}
	.checkWrap .itemBox dt br {
		display: none;
	}
	.checkWrap .itemBox dt::before {
		width: 20px;
	}
	.checkWrap .itemBox dd {
		font-size: 5cqw;
		padding-bottom: 1em;
	}
	.checkWrap .itemBox .imgBox {
		width: 100%;
		max-width: 280px;
		margin: 0 auto;
	}
	#sec02 .merit {
		margin-bottom: 20px;
		margin-top: 20px;
	}

	#sec02 .merit.active::after {
		width: 25%;
		transform: translate(-18%, -10%);
	}
	#sec02 .merit .ist {
		position: absolute;
		width: 20%;
		bottom: 0;
		right: auto;
		left: 0;
		z-index: 2;
	}
	#sec02 .merit ul {
		margin-left: 25%;
	}
	#sec02 .merit li {
		font-size: 4cqw;
		text-indent: -1.7em;
	}
	#sec02 .merit li span {
		font-size: 150%;
		position: relative;
		top: 0.1em;
		margin-right: 0.2em;
	}
	#sec02 .txtBox h5 {
    font-size: 4.2cqw;
	}
	#sec03 .tokurei p,#sec03 .tokurei li {
		font-size: 4.0cqw;
	}
	#sec03 .tokurei ul {
		width: 100%;
		padding: 1em 0;
	}

	#sec03 .tokurei p.bwn {
    font-size: 4cqw;
	}
	#sec03 .checkWrap .items h5 {
		font-size: 4.0cqw;
	}
	#sec03 .checkWrap .items li {
		font-size: 4cqw;
	}
	#sec03 .pointBox {
    margin-top: 12%;
	}
	#sec03 .pointBox p {
    width: 75%;
    margin-left: 0%;
	}
	#sec03 .pointBox .ist {
    width: 30%;
	}
	#sec03 .pointBox p.cap {
    font-size: 3.3cqw;
	}
}

