@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.op07 {
	opacity: 0.2;
}
.mainVisual {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
	width: 100%;
	height: 100vh;
	/*height:1000px;*/
	min-height: 500px;
    }
.mainVisual .mv_txt {
	position: relative;
	z-index: 5;
	width: 100%;
	height: 100%;
}
.mainVisual .imgs {
	position: absolute;
	right: 0;
	top: 90px;
	width: 100%;
	height: calc(100% - 90px);
}
.mainVisual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mainVisual .mv_txt .txt {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	margin: auto;
	top: 40%;
}
.mainVisual .mv_txt h1 {
	color: #5C4228;
	text-align: center;
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 75px */
	letter-spacing: 7.5px;
}
.mainVisual .mv_txt small {
	display: block;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: 0.9; /* 34.5px */
	letter-spacing: 1px;
	white-space: nowrap;
	color: #fff;
	margin-top: 29px;
}



@media all and (max-width: 768px) {
	.mainVisual {
		box-sizing: border-box;
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 410px;
		/*height:1000px;*/
		min-height: 0;
		}
	.mainVisual .mv_txt {
		position: relative;
		z-index: 5;
		width: 100%;
		height: 100%;
	}
	.mainVisual .imgs {
		position: absolute;
		right: 0;
		top: 55px;
		width: 100%;
		height: calc(100% - 55px);
	}
	.mainVisual img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.mainVisual .mv_txt .txt {
		position: absolute;
		text-align: center;
		left: 0;
		right: 0;
		margin: auto;
		top: 40%;
	}
	.mainVisual .mv_txt h1 {
		color: #5C4228;
		text-align: center;
		font-size: 30px;
		font-style: normal;
		font-weight: 700;
		line-height: 150%; /* 75px */
		letter-spacing: 7.5px;
	}
	.mainVisual .mv_txt small {
		display: block;
		font-size: 30px;
		font-style: normal;
		font-weight: 600;
		line-height: 0.9; /* 34.5px */
		letter-spacing: 1px;
		white-space: nowrap;
		color: #fff;
		margin-top: 29px;
	}
}




/* top-box1 */
.fix-1380 {
	max-width: 1380px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.fix-1240 {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.fix-1000 {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.fix-1200 {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.fix-980 {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.top-box1 {
	display: block;
	background: url("../images/bg1-2.png") top right no-repeat;
	background-size: 100% auto;
	position: relative;
}
.top-box1 .inner {
	position: relative;
	padding: 130px 0;
}
.top-box1 .fix-1240 {
	position: relative;
	z-index: 5;
}
.top-box1 h2 {
	display: block;
	color: #5C4228;
	text-align: center;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 250%; /* 90px */
	letter-spacing: 5.4px;
	margin-bottom: 55px;
}
.top-box1 .txt_01 {
	display: block;
	color: #5C4228;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 200%; /* 40px */
	letter-spacing: 1px;
}
.top-box1 .le {
	position: absolute;
	left: 5%;
	top: 85px;
	width: 30%;
}
.top-box1 .le figure img {
	max-width: 100%;
}
.top-box1 .le figure:nth-child(2) {
	margin-left: 220px;
	margin-top: -40px;
}
.top-box1 .re {
	position: absolute;
	right: 0%;
	top: 215px;
}
.top-box1 .re figure img {
	max-width: 100%;
}
.top-box1 .re figure.wl1 {
	position: relative;
	left: -200px;
	top: -45px;
}

@media all and (min-width: 1446px) {
	.top-box1 .inner {
		max-width: 1445px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media all and (min-width: 769px) and (max-width: 1380px) {
	.top-box1 .le {
		position: absolute;
		left: -1%;
		top: 85px;
		width: 40%;
	}
	.top-box1 .le figure {
		width: 25%;
	}
	.top-box1 .le figure:nth-child(2) {
		margin-left: 30%;
		margin-top: -40px;
	}
	.top-box1 .re {
		position: absolute;
		right: -7%;
		top: 40px;
	}
	.top-box1 .re figure {
		width: 50%;
		margin-left: 20%;
	}
	.top-box1 .re figure.wl1 {
		position: relative;
		left:-15%;
		top: -15px;
	}
}
@media all and (min-width: 769px) and (max-width: 950px) {
	.top-box1 h2 {
		display: block;
		color: #5C4228;
		text-align: center;
		font-size: 30px;
		font-style: normal;
		font-weight: 700;
		line-height: 200%; /* 90px */
		letter-spacing: 5.4px;
		margin-bottom: 55px;
	}
	.top-box1 .txt_01 {
		display: block;
		color: #5C4228;
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 500;
		line-height: 200%; /* 40px */
		letter-spacing: 1px;
	}
}
@media all and (min-width: 769px) and (max-width: 890px) {
	.top-box1 .le {
		position: absolute;
		left: -1%;
		top: 85px;
		width: 30%;
	}
	.top-box1 .le figure {
		width: 25%;
	}
	.top-box1 .le figure:nth-child(2) {
		margin-left: 30%;
		margin-top: -40px;
	}
	.top-box1 .re {
		position: absolute;
		right: -7%;
		top: 40px;
		width: 26%;
	}
	.top-box1 .re figure {
		width: 50%;
		margin-left: 20%;
	}
	.top-box1 .re figure.wl1 {
		position: relative;
		left:-15%;
		top: -15px;
	}
}


@media all and (max-width: 979px) {
	.fix-980 {
		margin-left: 4%;
		margin-right: 4%;
	}
}
@media all and (max-width: 999px) {
	.fix-1000 {
		margin-left: 4%;
		margin-right: 4%;
	}
}
@media all and (max-width: 1379px) {
	.fix-1380 {
		margin-left: 4%;
		margin-right: 4%;
	}
}
@media all and (max-width: 1199px) {
	.fix-1200 {
		margin-left: 4%;
		margin-right: 4%;
	}
}
@media all and (max-width: 1239px) {
	.fix-1240 {
		margin-left: 4%;
		margin-right: 4%;
	}
}
@media all and (max-width: 768px) {
	.fix-1240 {
		margin-left: 4%;
		margin-right: 4%;
		position: relative;
	}
	.top-box1 {
		display: block;
		background: url(../images/bg1-2.png) top right no-repeat;
		background-size: 109% auto;
		position: relative;
	}
	.top-box1 .inner {
		position: relative;
		padding: 60px 0;
	}
	.top-box1 .fix-1240 {
		position: relative;
		z-index: 5;
	}
	.top-box1 h2 {
		display: block;
		color: #5C4228;
		text-align: center;
		font-size: 25px;
		font-style: normal;
		font-weight: 700;
		line-height: 200%; /* 90px */
		letter-spacing: 2.4px;
		margin-bottom: 35px;
	}
	.top-box1 .txt_01 {
		display: block;
		color: #5C4228;
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 200%; /* 40px */
		letter-spacing: 1px;
	}
	.top-box1 .le {
		position: absolute;
		left: 5%;
		top: 85px;
		width: 30%;
		display: none;
	}
	.top-box1 .le figure img {
		max-width: 100%;
	}
	.top-box1 .le figure:nth-child(2) {
		margin-left: 220px;
		margin-top: -40px;
	}
	.top-box1 .re {
		position: absolute;
		right: 0%;
		top: 215px;
		display: none;
	}
	.top-box1 .re figure img {
		max-width: 100%;
	}
	.top-box1 .re figure.wl1 {
		position: relative;
		left: -200px;
		top: -45px;
	}
}



/* top-box2 */
.top-box2 {
	display: block;
	position: relative;
	padding-top: 50px;
}

.top-box2 .fix-1240 {
	/*background: url("../images/aboutservice.png") top center no-repeat;*/
	background: url("../images/base1.jpg") top center no-repeat;
	background-size: cover;
	border-radius: 0 0 100px 100px;
	position: relative;
}
.top-box2 .fix-1240::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 150px;
	background:  url("../images/nami.svg") top center repeat-x;
	background-size: 104% auto;
	z-index: 10;
}
.top-box2 .inner {
	padding: 140px 80px 75px 80px;
}
.top-box2 h2 {
	display: block;
	color: #FFF;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 64.8px */
	letter-spacing: 5.4px;
	margin-left: 60px;
	margin-bottom: 90px;
}
.top-box2 ul {
	display: flex;
	justify-content: center;
}
.top-box2 li {
	position: relative;
	display: flex;
	align-items: center;
	width: 28%;
	height: 124px;
	margin-left: 2%;
	margin-right: 2%;
	background: #FFF;
	border-radius: 10px;
}
.top-box2 li span {
	position: absolute;
	left: -40px;
	top: -30px;
	z-index: 5;
}
.top-box2 li p {
	display: block;
	padding: 0 36px;
	color: #5C4228;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 30px */
	letter-spacing: 1px;
}
@media all and (min-width: 769px) and (max-width: 1200px) {
	.top-box2 .inner {
		padding: 140px 35px 75px 35px;
	}
	.top-box2 li p {
		display: block;
		padding: 0 36px;
		color: #5C4228;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 150%; /* 30px */
		letter-spacing: 1px;
	}
}
@media all and (min-width: 769px) and (max-width: 850px) {
	.top-box2 .inner {
		padding: 140px 20px 75px 20px;
	}
	.top-box2 h2 {
		font-size: 28px;
		line-height: 180%; /* 64.8px */
		letter-spacing: 5.4px;
		margin-left: 60px;
		margin-bottom: 90px;
	}
	.top-box2 li p {
		display: block;
		padding: 0 26px;
		color: #5C4228;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: 150%; /* 30px */
		letter-spacing: 1px;
	}
}


@media all and (max-width: 768px) {
	.top-box2 {
		display: block;
		position: relative;
		padding-top: 40px;
	}
	.top-box2 .fix-1240 {
		background: url("../images/base1.jpg") top center no-repeat;
		background-size: cover;
		border-radius: 0 0 30px 30px;
	}
	.top-box2 .inner {
		padding: 70px 15px 25px 15px;
	}
	.top-box2 h2 {
		display: block;
		color: #FFF;
		font-size: 23px;
		font-style: normal;
		font-weight: 700;
		line-height: 180%; /* 64.8px */
		letter-spacing: 2.4px;
		margin-left: 0px;
		margin-bottom: 50px;
	}
	.top-box2 ul {
		display: block;
	}
	.top-box2 li {
		position: relative;
		display: flex;
		align-items: center;
		width: 100%;
		height: auto;
		margin-left: 0%;
		margin-right: 0%;
		background: #FFF;
		border-radius: 10px;
		margin-top: 26px;
	}
	.top-box2 li span {
		position: absolute;
		left: 10px;
		top: -30px;
		z-index: 5;
	}
	.top-box2 li p {
		display: block;
		padding: 26px 14px;
		color: #5C4228;
		font-size: 15px;
		font-style: normal;
		font-weight: 700;
		line-height: 150%; /* 30px */
		letter-spacing: 1px;
	}
}



/* top-box3 */
.top-box3 {
	display: block;
	position: relative;
	margin-top: 140px;
	background: #F8F7F5;
}
.top-box3 .bg {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: url("../images/tp3bg.png") top center no-repeat;
	background-size: cover;
	border-radius: 100px;
	padding-top: 125px;
}
.top-box3 .ch {
	display: inline-block;
	color: #5C4228;
	text-edge: cap;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5; /* 48px */
	letter-spacing: 1.2px;
	padding: 8px 36px;
	background: #F1BCD1;
	border-radius: 10px;
	margin-bottom: 23px;
}
.top-box3 h2 {
	display: block;
	color: #5C4228;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 64.8px */
	letter-spacing: 5.4px;
}
.top-box3 .flx {
	display: flex;
	justify-content: space-between;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	bottom: -80px;
	margin-top: 200px;
}
.top-box3 .flx .one {
	display: block;
	box-sizing: border-box;
	flex-basis: 48%;
	padding: 40px 40px 54px 40px;
	border-radius: 15.5px;
	background: #F5E8DE;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.top-box3 .flx .ti {
	display: flex;
	margin-bottom: 22px;
}
.top-box3 .flx .ti span {
	display: block;
	margin-right: 15px;
}
.top-box3 .flx .ti h3 {
	display: block;
	color: #5C4228;
	font-family: "Noto Sans JP";
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.7; /* 70px */
	letter-spacing: 1.4px;
}
.top-box3 .flx .txt_02 {
	display: block;
	color: #5C4228;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 200%; /* 36px */
	letter-spacing: 0.9px;
}
.bte1 {
	display: block;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 165px 0 95px 0;
}
.bte1 a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	border-radius: 66px;
	background: #AE7C4D;
	width: 100%;
	height: 122px;
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 200%; /* 48px */
	letter-spacing: 1.2px;
}
.bte1 a span {
	display: block;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 200%; /* 32px */
	letter-spacing: 0.8px;
}
.bte1 a::after {
	position: absolute;
	right: 35px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	background: url("../images/arrow.png") center center no-repeat;
	width: 48px;
	height: 48px;
}
@media all and (min-width: 769px) {
	.bte1 a:hover {
		background: #419F34;
	}
}
@media all and (min-width: 769px) and (max-width: 1259px) {
	.top-box3 .flx {
		display: flex;
		justify-content: space-between;
		margin-left: 4%;
		margin-right: 4%;
		position: relative;
		bottom: -80px;
		margin-top: 200px;
	}
}
@media all and (min-width: 769px) and (max-width: 1000px) {
	.top-box3 h2 {
		font-size: 30px;
		font-style: normal;
		font-weight: 700;
		line-height: 180%; /* 64.8px */
		letter-spacing: 5.4px;
	}
	.top-box3 .flx {
		position: relative;
		bottom: -80px;
		margin-top: 100px;
	}
	.top-box3 .flx .one {
		display: block;
		box-sizing: border-box;
		flex-basis: 48%;
		padding: 20px 20px 24px 20px;
		border-radius: 15.5px;
		background: #F5E8DE;
		box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	}
	.top-box3 .flx .ti {
		display: flex;
		margin-bottom: 22px;
	}
	.top-box3 .flx .ti span {
		display: block;
		margin-right: 15px;
	}
	.top-box3 .flx .ti h3 {
		display: block;
		color: #5C4228;
		font-family: "Noto Sans JP";
		font-size: 22px;
		font-style: normal;
		font-weight: 700;
		line-height: 1.7; /* 70px */
		letter-spacing: 1.4px;
	}
	.top-box3 .flx .txt_02 {
		display: block;
		color: #5C4228;
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
		line-height: 2; /* 36px */
		letter-spacing: 0.9px;
	}
}

@media all and (max-width: 768px) {
	.top-box3 {
		display: block;
		position: relative;
		margin-top: 60px;
		background: #F8F7F5;
	}
	.top-box3 .bg {
		margin-left: 4%;
		margin-right: 4%;
		background: url("../images/tp3bg.png") top center no-repeat;
		background-size:100% auto;
		border-radius: 30px;
		padding-top: 215px;
	}
	.top-box3 .ch {
		display: inline-block;
		color: #5C4228;
		text-edge: cap;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 1.5; /* 48px */
		letter-spacing: 1.2px;
		padding: 8px 17px;
		background: #F1BCD1;
		border-radius: 5px;
		margin-bottom: 18px;
	}
	.top-box3 h2 {
		display: block;
		color: #5C4228;
		font-size: 23px;
		font-style: normal;
		font-weight: 700;
		line-height: 180%; /* 64.8px */
		letter-spacing: 1.4px;
	}
	.top-box3 .flx {
		display: block;
		margin-left: 4%;
		margin-right: 4%;
		position: relative;
		bottom: 0px;
		margin-top: 40px;
	}
	.top-box3 .flx .one {
		display: block;
		box-sizing: border-box;
		flex-basis: 48%;
		padding: 20px 20px 20px 20px;
		border-radius: 5.5px;
		background: #F5E8DE;
		box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
		margin-top: 23px;
	}
	.top-box3 .flx .ti {
		display: flex;
		margin-bottom: 15px;
	}
	.top-box3 .flx .ti span {
		display: block;
		margin-right: 5px;
		width: 25px;
	}
	.top-box3 .flx .ti h3 {
		display: block;
		color: #5C4228;
		font-family: "Noto Sans JP";
		font-size: 17px;
		font-style: normal;
		font-weight: 700;
		line-height: 1.7; /* 70px */
		letter-spacing: 1.4px;
	}
	.top-box3 .flx .txt_02 {
		display: block;
		color: #5C4228;
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
		line-height: 2; /* 36px */
		letter-spacing: 0.9px;
	}
	.bte1 {
		display: block;
		max-width: 600px;
		margin-left: 4%;
		margin-right: 4%;
		padding: 45px 0 35px 0;
	}
	.bte1 a {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		flex-direction: column;
		border-radius: 66px;
		background: #AE7C4D;
		width: 100%;
		height: 100px;
		color: #FFF;
		font-size: 15px;
		font-style: normal;
		font-weight: 700;
		line-height: 200%; /* 48px */
		letter-spacing: 1.2px;
	}
	.bte1 a span {
		display: block;
		color: #FFF;
		font-size: 12px;
		font-style: normal;
		font-weight: 700;
		line-height: 200%; /* 32px */
		letter-spacing: 0.8px;
	}
	.bte1 a::after {
		position: absolute;
		right: 15px;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		background: url("../images/arrow.png") center center no-repeat;
		background-size: 100% 100%;
		width: 28px;
		height: 28px;
	}
}



.info-box {
	display: block;
	background: #FFF;
	padding: 100px 0;
}
.info-box .flx {
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.info-box .flx .lef {
	flex-basis: 100%;
}
.infolist {
	display: block;
}
.infolist h3 {
	display: block;
	color: #5C4228;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 200%; /* 60px */
	letter-spacing: 1.5px;
	border-bottom: #BABABA solid 1px;
	padding-bottom: 14px;
	margin-bottom: 20px;
}
.infolist a {
	display: flex;
	align-items: center;
	padding-right: 55px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	border-bottom: 1px dashed #BABABA;
}
.infolist a::after {
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	background: url("../images/arrow_forward.png") center center no-repeat;
	width: 26px;
	height: 26px;
}
.infolist a .imgs {
	display: block;
	width: 130px;
	min-width: 130px;
	margin-right: 20px;
}
.infolist a .imgs img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 5px;
	aspect-ratio: 130 / 100;
	object-fit: cover;
}
.infolist a .txt {
	display: block;
	flex-basis: 100%;
}
.inf-ct {
	display: flex;
	flex-wrap: wrap;
}
.infolist a .txt .days {
	display: block;
	color: #A0A0A0;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 133.333% */
	letter-spacing: 0.9px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.inf-ct .cats {
	display: block;
}
.inf-ct .cats span {
	display: inline;
	padding: 4px 14px;
	border-radius: 3px;
	font-size: 14px;
	background: #b27f4e;
	color: #FFF;
	margin-right: 5px;
}
.infolist a .txt p {
	display: block;
	color: #5C4228;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 24px */
	letter-spacing: 0.8px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 行数を指定 */
}
.fl-bt1 {
	display: flex;
	flex-direction: row-reverse;
	margin-top: 20px;
}
.fl-bt1 a {
	display: flex;
	align-items: center;
}
.fl-bt1 a .tx {
	display: block;
	margin-left: 8px;
	color: #AE7C4D;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 23.4px */
}
@media all and (min-width: 769px) {
	.infolist a:hover {
		background: #efefef;
	}
	.fl-bt1 a:hover .tx {
		text-decoration: underline;
	}
}


@media all and (max-width: 768px) {
	.info-box {
		display: block;
		background: #FFF;
		padding: 30px 0;
	}
	.info-box .flx {
		display: block;
	}
	.info-box .flx .lef {
		flex-basis: 47%;
		padding: 15px 0;
	}
	.infolist {
		display: block;
	}
	.infolist h3 {
		display: block;
		color: #5C4228;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 200%; /* 60px */
		letter-spacing: 1.5px;
		border-bottom: #BABABA solid 1px;
		padding-bottom: 14px;
		margin-bottom: 15px;
	}
	.infolist a {
		display: flex;
		align-items: center;
		padding-right: 55px;
		padding-top: 20px;
		padding-bottom: 20px;
		position: relative;
		border-bottom: 1px dashed #BABABA;
	}
	.infolist a::after {
		position: absolute;
		right: 10px;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		background: url("../images/arrow_forward.png") center center no-repeat;
		width: 26px;
		height: 26px;
	}
	.infolist a .imgs {
		display: block;
		width: 130px;
		min-width: 130px;
		margin-right: 20px;
	}
	.infolist a .imgs img {
		display: block;
		width: 100%;
		height: auto;
		border-radius: 5px;
		aspect-ratio: 130 / 100;
		object-fit: cover;
	}
	.infolist a .txt {
		display: block;
		flex-basis: 100%;
	}
	.inf-ct {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 4px;
	}
	.infolist a .txt .days {
		display: block;
		color: #A0A0A0;
		font-size: 13px;
		font-style: normal;
		font-weight: 700;
		line-height: 15px; /* 133.333% */
		letter-spacing: 0.9px;
		margin-bottom: 10px;
		margin-right: 10px;
	}
	.inf-ct .cats {
		display: block;
	}
	.inf-ct .cats span {
		display: inline;
		padding: 2px 7px;
		border-radius: 3px;
		font-size: 12px;
		background: #b27f4e;
		color: #FFF;
		margin-right: 5px;
	}
	.infolist a .txt p {
		display: block;
		color: #5C4228;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 150%; /* 24px */
		letter-spacing: 0.8px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2; /* 行数を指定 */
	}
	.fl-bt1 {
		display: flex;
		flex-direction: row-reverse;
		margin-top: 20px;
	}
	.fl-bt1 a {
		display: flex;
		align-items: center;
	}
	.fl-bt1 a .tx {
		display: block;
		margin-left: 8px;
		color: #AE7C4D;
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
		line-height: 130%; /* 23.4px */
	}
}



.top-box4 {
	display: block;
	padding: 80px 0;
}
.top-box4 .bg3 {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	border-radius: 100px;
	background: #CAE3D9;
	padding: 70px 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top-box4 .imgs {
	display: block;
	flex-basis: 40%;
}
.top-box4 .imgs img {
	max-width: 100%;
}
.top-box4 .txt {
	display: block;
	flex-basis: 58%;
}
.top-box4 .txt h2 {
	display: block;
	color: #5C4228;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 54px */
	letter-spacing: 4.5px;
	margin-bottom: 50px;
}
.btl {
	display: block;
}
.btl a {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	height: 85px;
	box-sizing: border-box;
	padding: 8px 80px 8px 50px;
	border-radius: 66px;
	background: #AE7C4D;
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 27px */
	letter-spacing: 0.9px;
}
.btl a::after {
	position: absolute;
	right: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	background: url("../images/arrow2.png") center center no-repeat;
	width: 44px;
	height: 45px;
}
@media all and (min-width: 769px) {
	.btl a:hover {
		background: #419F34;
	}
}
@media all and (min-width: 769px) and (max-width: 1000px) {
	.top-box4 .bg3 {
		border-radius: 100px;
		background: #CAE3D9;
		padding: 40px 30px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.top-box4 .txt h2 {
		display: block;
		color: #5C4228;
		font-size: 25px;
		font-style: normal;
		font-weight: 700;
		line-height: 180%; /* 54px */
		letter-spacing: 2.5px;
		margin-bottom: 30px;
	}
	.btl {
		display: block;
	}
	.btl a {
		display: flex;
		align-items: center;
		position: relative;
		width: 100%;
		height: 85px;
		box-sizing: border-box;
		padding: 8px 80px 8px 50px;
		border-radius: 66px;
		background: #AE7C4D;
		color: #FFF;
		font-size: 15px;
		font-style: normal;
		font-weight: 700;
		line-height: 150%; /* 27px */
		letter-spacing: 0.9px;
	}
	.btl a::after {
		position: absolute;
		right: 25px;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		background: url("../images/arrow2.png") center center no-repeat;
		width: 44px;
		height: 45px;
	}
}

@media all and (max-width: 768px) {
	.top-box4 {
		display: block;
		padding: 50px 0;
	}
	.top-box4 .bg3 {
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;
		border-radius: 30px;
		background: #CAE3D9;
		padding: 20px 20px;
		display: block;
	}
	.top-box4 .imgs {
		display: block;
		flex-basis: 40%;
		text-align: center;
		margin-bottom: 22px;
	}
	.top-box4 .imgs img {
		max-width: 200px;
		display: inline-block;
	}
	.top-box4 .txt {
		display: block;
		flex-basis: 58%;
	}
	.top-box4 .txt h2 {
		display: block;
		color: #5C4228;
		font-size: 23px;
		font-style: normal;
		font-weight: 700;
		line-height: 180%; /* 54px */
		letter-spacing: 1.5px;
		margin-bottom: 20px;
	}
	.btl {
		display: block;
	}
	.btl a {
		display: flex;
		align-items: center;
		position: relative;
		width: 100%;
		height: 65px;
		box-sizing: border-box;
		padding: 8px 40px 8px 30px;
		border-radius: 66px;
		background: #AE7C4D;
		color: #FFF;
		font-size: 15px;
		font-style: normal;
		font-weight: 700;
		line-height: 150%; /* 27px */
		letter-spacing: 0.9px;
	}
	.btl a::after {
		position: absolute;
		right: 15px;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		background: url("../images/arrow2.png") center center no-repeat;
		background-size: 100% auto;
		width: 24px;
		height: 25px;
	}
}


.top-box5 {
	display: block;
	padding: 0px 0;
}
.top-box5 .bg4 {
	background: url("../images/tp5bg.png") top center no-repeat;
	background-size: cover;
	border-radius: 100px;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}
.top-box5 .inner {
	display: block;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding: 120px 0 100px 0;
}
.top-box5 .ch2 {
	display: inline-block;
	border-radius: 10px;
	background: #9AE88F;
	padding: 1px 30px;
	color: #5C4228;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 200%; /* 48px */
	letter-spacing: 1.2px;
	margin-bottom: 40px;
}
.top-box5 h2 {
	display:block;
	color: #5C4228;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 64.8px */
	letter-spacing: 5.4px;
	margin-bottom: 35px;
}
.tp5-fl1 {
	display: flex;
	align-items: center;
	max-width: 520px;
	height: 80px;
	box-sizing: border-box;
	border-radius: 10px;
	background: #FFF;
	padding: 15px 40px;
	margin-top: 15px;
}
.tp5-fl1 p {
	display: block;
	color: #5C4228;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 200%; /* 48px */
	letter-spacing: 1.2px;
	margin-left: 10px;
}
.tp5-fl1 .sml {
	display: block;
	color: #5C4228;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 200%;
	letter-spacing: 0.9px;
}
.top-box5 .btl {
	margin-top: 70px;
	max-width: 545px;
}
@media all and (min-width: 769px) and (max-width: 1259px) {
	.top-box5 .inner {
		display: block;
		margin-left: 4%;
		margin-right: 4%;
		padding: 120px 0 100px 0;
	}
}
@media all and (min-width: 769px) and (max-width: 900px) {
	.top-box5 h2 {
		display:block;
		color: #5C4228;
		font-size: 30px;
		font-style: normal;
		font-weight: 700;
		line-height: 180%; /* 64.8px */
		letter-spacing: 5.4px;
		margin-bottom: 35px;
	}
}

@media all and (max-width: 768px) {
	.top-box5 {
		display: block;
		padding: 0px 0;
	}
	.top-box5 .bg4 {
		background: url("../images/tp5bg.png") top right no-repeat;
		background-size: cover;
		border-radius: 30px;
		margin-left: 4%;
		margin-right: 4%;
	}
	.top-box5 .inner {
		display: block;
		max-width: 1240px;
		margin-left: auto;
		margin-right: auto;
		padding: 30px 15px 30px 15px;
	}
	.top-box5 .ch2 {
		display: inline-block;
		border-radius: 10px;
		background: #9AE88F;
		padding: 1px 15px;
		color: #5C4228;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: 200%; /* 48px */
		letter-spacing: 1.2px;
		margin-bottom: 20px;
	}
	.top-box5 h2 {
		display:block;
		color: #5C4228;
		font-size: 21px;
		font-style: normal;
		font-weight: 700;
		line-height: 180%; /* 64.8px */
		letter-spacing: 1.4px;
		margin-bottom: 20px;
	}
	.tp5-fl1 {
		display: flex;
		align-items: center;
		max-width: 520px;
		height: 45px;
		box-sizing: border-box;
		border-radius: 10px;
		background: #FFF;
		padding: 15px 20px;
		margin-top: 15px;
	}
	.tp5-fl1 .ic {
		max-width: 24px;
		margin-left: -25px;
	}
	.tp5-fl1 p {
		display: block;
		color: #5C4228;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: 200%; /* 48px */
		letter-spacing: 1.2px;
		margin-left: 10px;
	}
	.tp5-fl1 .sml {
		display: block;
		color: #5C4228;
		font-size: 12px;
		font-style: normal;
		font-weight: 700;
		line-height: 200%;
		letter-spacing: 0.9px;
	}
	.top-box5 .btl {
		margin-top: 24px;
		max-width: 545px;
	}
	.top-box5 .btl a {
		font-size: 14px;
	}
}
@media all and (max-width: 590px) {
	.top-box5 .bg4 {
		background: url("../images/sp500bg.png") top right -70px no-repeat;
		background-size: cover;
		border-radius: 30px !important;
		overflow: hidden;
		margin-left: 4%;
		margin-right: 4%;
	}
	.top-box5 .inner {
		display: block;
		max-width: 1240px;
		margin-left: auto;
		margin-right: auto;
		padding: 30px 15px 25px 15px;
	}
}





.top-bottom {
	display: block;
	background: url("../images/cta.png") bottom center no-repeat;
	background-size: cover;
	padding: 140px 0 420px 0;
	position: relative;
}
.top-bottom::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 280px;
	background: linear-gradient(rgba(248,247,245,1),rgba(248,247,245,0));
}
.top-bottom::after {
	position: absolute;
	left: 0;
	bottom: -5px;
	content: "";
	width: 100%;
	height: 240px;
	background: url("../images/cta-nami.svg") center bottom no-repeat;
	background-size: 100% auto;
}
.top-bottom .ti {
	display: block;
	text-align: center;
}
.top-bottom .ti h2 {
	display: block;
	text-align: center;
	margin-bottom: 24px;
}
.top-bottom .ti h2 span {
	display: inline-block;
	border-radius: 10px;
	background: #FFF;
	padding: 10px 35px;
	color: #5C4228;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5; /* 48px */
	letter-spacing: 1.2px;
}
.top-bottom .mt {
	color: #5C4228;
	text-align: center;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 54px */
	letter-spacing: 4.5px;
	margin-bottom: 65px;
}
.top-bottom ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
}
.top-bottom ul li {
	display: block;
	flex-basis: 46%;
	text-align: right;
	margin-left: 2%;
	margin-right: 2%;
}
.top-bottom .tels b,
.top-bottom .tels a {
	color: #5C4228;
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 48px */
	letter-spacing: 1.28px;
}
.top-bottom .tels b small,
.top-bottom .tels a small {
	font-size: 32px;
	margin-right: 15px;
}
.top-bottom .tels .adds {
	display: block;
	text-align: right;
	color: #5C4228;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 30px */
	letter-spacing: 0.8px;
}
.top-bottom .mails {
	flex-basis: 46%;
	margin-left: 2%;
	margin-right: 2%;
}
.top-bottom .mails a {
	text-align: left !important;
}
.top-bottom .btl a span {
	font-size: 23px !important;
}
.top-bottom .btl a small {
	font-size: 17px !important;
}
@media all and (min-width: 1600px) {
	.top-bottom {
		display: block;
		padding: 140px 0 520px 0;
		position: relative;
	}
}
@media all and (min-width: 769px) {
	.top-bottom .mails a:hover {
		background: #851708;
	}
}
@media all and (min-width: 769px) and (max-width: 920px) {
	.top-bottom ul li {
		display: block;
		flex-basis: 500px;
		text-align: center;
		margin-left: 2%;
		margin-right: 2%;
		margin-bottom: 25px;
	}
	.top-bottom .tels .adds {
		display: block;
		text-align: center;
		color: #5C4228;
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%; /* 30px */
		letter-spacing: 0.8px;
	}
}

@media all and (max-width: 768px) {
	.top-bottom {
		display: block;
		background: url("../images/cta.png") bottom center no-repeat;
		background-size: cover;
		padding: 70px 0 220px 0;
	}
	.top-bottom .ti {
		display: block;
		text-align: center;
	}
	.top-bottom .ti h2 {
		display: block;
		text-align: center;
		margin-bottom: 24px;
	}
	.top-bottom .ti h2 span {
		display: inline-block;
		border-radius: 10px;
		background: #FFF;
		padding: 10px 25px;
		color: #5C4228;
		font-size: 17px;
		font-style: normal;
		font-weight: 700;
		line-height: 1.5; /* 48px */
		letter-spacing: 1.2px;
	}
	.top-bottom .mt {
		color: #5C4228;
		text-align: center;
		font-size: 23px;
		font-style: normal;
		font-weight: 700;
		line-height: 180%; /* 54px */
		letter-spacing: 1.5px;
		margin-bottom: 25px;
	}
	.top-bottom ul {
		display: block;
		max-width: 880px;
		margin-left: auto;
		margin-right: auto;
	}
	.top-bottom ul li {
		display: block;
		flex-basis: 48%;
		text-align:center;
		margin-left: 2%;
		margin-right: 2%;
		margin-bottom: 24px;
	}
	.top-bottom .tels b,
	.top-bottom .tels a {
		color: #5C4228;
		font-size: 30px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%; /* 48px */
		letter-spacing: 1.28px;
	}
	.top-bottom .tels b small,
	.top-bottom .tels a small {
		font-size: 17px;
		margin-right: 5px;
	}
	.top-bottom .tels .adds {
		display: block;
		text-align:center;
		color: #5C4228;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%; /* 30px */
		letter-spacing: 0.8px;
	}
	.top-bottom .mails {
		flex-basis: 46%;
		margin-left: 2%;
		margin-right: 2%;
	}
	.top-bottom .mails a {
		text-align: left !important;
	}
	.top-bottom .btl a span {
		font-size: 15px !important;
	}
	.top-bottom .btl a small {
		font-size: 12px !important;
	}
}







