/* ホーム */

body.home article { position: relative;}

.main-visual {
	position: relative;
	overflow: hidden;
}

/* .main-visual:after {
 content: "";
 background: rgba(0,0,0,.3);
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
} */

.visual-inner {	position: relative;}
.visual-inner:before {
	content: '';
	background: url("../imgs/home/bg_main_visual.png") center top no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.visual-inner:after {
	content: '';
	background: url("../imgs/home/bg_wave_4.png") center bottom no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.visual-inner-pc{

}
.visual-inner-sp{
	display: none;
}
/*.visual-inner:after {
	content: url("../imgs/home/bg_wave_4.png");
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 2;
	margin-bottom: -9px;
} */

.visual-inner img {
	width: 100%;
	height: auto;
}

.catchcopy {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
	z-index: 2;
 width: 90%;
}

.catchcopy dl {}
.catchcopy dl dt {
	margin-bottom: 30px;
	font-size: 45px;
	font-weight: bold;
	text-align: center;
	color: #fff;
 font-family: 'M PLUS Rounded 1c', sans-serif;
	transform:rotate(0.03deg);
	line-height: 1.2;
}

.catchcopy dl dd {
	font-size: 25px;
	text-align: center;
	color: #fff;
}
.catchcopy dl dd p {
	margin-bottom: 0;
	line-height: 1.4;
}

.news-line {
	padding-top: 120px;
	position: relative;
 background-image:
		url("../imgs/home/img-20.png"),
		url("../imgs/home/img-21.png"),
		url("../imgs/home/img-5.png"),
		url("../imgs/home/img-1.png"),
		url("../imgs/home/img-8.png"),
		url("../imgs/home/img-2.png"),
		url("../imgs/home/img-17.png"),
		url("../imgs/home/img-23.png"),
		url("../imgs/home/img-3.png"),
		url("../imgs/home/img-22.png");
	background-position:
		top 50px left 80vw,
		top 300px right 80vw,
		top 740px right 83vw,
		top 1100px right 70vw,
		top 1000px left 89vw,
		top 1600px left 85vw,
		top 2200px right 80vw,
		top 2400px left 85vw,
		top 3000px right 70vw,
		top 3400px left 83vw;
	background-repeat:
		no-repeat,
		no-repeat,
		no-repeat,
		no-repeat,
		no-repeat,
		no-repeat,
		no-repeat,
		no-repeat,
		no-repeat,
		no-repeat;
}

body.home .news-line {
	background: url("../imgs/home/bg_wave_1.png") center bottom no-repeat;
	background-size: contain;
	padding-bottom: 180px;
}

.news-line .cut-1 {
	background: url("../imgs/home/img-1.png") center center no-repeat;
	background-size: cover;
	width: 171px;
	height: 207px;
	position: absolute;
	top: -90px;
	left: 50%;
	margin-left: -40vw;
	z-index: 1;
}

.news-line .cut-2 {
	background: url("../imgs/home/img-2.png") center center no-repeat;
	background-size: cover;
	width: 133px;
	height: 138px;
	position: absolute;
	top: 30px;
 left: 50%;
 transform: translateX(-50%);
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
	margin-left: 35vw;
	z-index: 1;
}

.news-line .cut-3 {
	background: url("../imgs/home/img-3.png") center center no-repeat;
	background-size: cover;
	width: 118px;
	height: 122px;
	position: absolute;
	top: 500px;
	left: 50%;
	margin-left: -41vw;
	z-index: 1;
}

.news-line h2 {
	margin-bottom: 0;
	font-size: 86px;
	font-family: 'Josefin Sans', sans-serif;
	color: #90975E;
	line-height: 1.0;
}

.news-cat {
	margin-top: 0;
	padding-right: 5px;
}
.home .news-cat { margin-top: 60px;}

.news-cat ul {
	margin-bottom: 0;
}

.news-cat ul li {
	margin-bottom: 16px;
	font-size: 23px;
 font-family: 'M PLUS Rounded 1c', sans-serif;
	transform:rotate(0.03deg);
}

.news-cat ul li a {
	display: block;
	border-radius: 999px;
	background: #819fc1;
	color: #fff;
	text-align: center;
}

/* a.cat-1 { background: #ada999!important;}
a.cat-2 { background: #b3b3b3!important;}
a.cat-3 { background: #b3b57a!important;} */

.cat-item-1 a { background: #ada999!important;}
.cat-item-3 a { background: #b0b178!important;}
.cat-item-4 a { background: #b3b1b2!important;}

.link-archive {
	margin-top: 145px;
	padding-left: 20px;
}

.link-archive-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 174px;
	height: 174px;
	background: #e9e9d8;
	border-radius: 999px;
	position: relative;
}

.link-archive-inner a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 24px;
	font-weight: bold;
 font-family: 'M PLUS Rounded 1c', sans-serif;
	transform:rotate(0.03deg);
	color: #4E4B43;
	white-space: nowrap;
	position: absolute;
	left: 16px;
}

.link-archive a:after {
	content: url("../imgs/home/arrow_link.png");
	margin-left: 24px;
	transition: 0.4s;
}

.link-archive a:hover {	text-decoration: none;}
.link-archive a:hover:after {
	content: url("../imgs/home/arrow_link.png");
	margin-left: 34px;
	transition: 0.4s;
}

.news-list {	padding-left: 60px;}
.news-box {	margin-bottom: 70px;}
.news-box a {
	display: block;
	overflow: hidden;
}

.news-box a:hover {
	text-decoration: none;
 color: #4e4b43;
}

.news-box a img { transition: 0.4s;}
.news-box a:hover img {
	transform: scale(1.1);
 transition: 0.4s;
}

.news-box ul {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.news-box .cat {
	padding: 2.5px 25px;
	background: #819fc1;
	border-radius: 999px;
	font-size: 20px;
	color: #fff;
 font-family: 'M PLUS Rounded 1c', sans-serif;
 transform: rotate(0.03deg);
}

.news-box.info .cat { background: #ada999;}
.news-box.report .cat {	background: #b3b1b2;}
.news-box.etc .cat {	background: #b0b178;}

.news-box.info .date,
.news-box.info h3 { color: #ada999;}

.news-box.report .date,
.news-box.report h3 {	color: #b3b1b2;}

.news-box.etc .date,
.news-box.etc h3 {	color: #b0b178;}


.news-box .date {
	background: none!important;
	margin-left: 10px;
	font-size: 15px;
}

.news-box p {
	margin-bottom: 0;
}

.news-box h3 {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 25px;
 font-family: 'M PLUS Rounded 1c', sans-serif;
 transform: rotate(0.03deg);
}

.message-line {
	padding-top: 60px;
	padding-bottom: 100px;
}

.message-line .message-title h2 {
	margin-bottom: 0;
	text-align: center;
	font-size: 37px;
	font-weight: bold;
 font-family: 'M PLUS Rounded 1c', sans-serif;
 transform: rotate(0.03deg);
}

.message-line dl {
 display: flex;
}

.message-line dl dt {
	width: 320px;
	text-align: center;
	font-weight: normal;
	font-size: 19px;
 font-family: 'M PLUS Rounded 1c', sans-serif;
 transform: rotate(0.03deg);
}

.message-line dl dt img {
	margin-bottom: 10px;
	height: 380px;
}

.message-line dl dd {
	width: calc(100% - 320px);
	padding-left: 40px;
}

.message-head {
	display: flex;
	align-items: center;
	height: 400px;
	background: url("../imgs/home/bg_title.png") center center no-repeat;
	background-size: contain;
	margin-left: 30px;
	margin-right: 30px;
}

.message-inner {	margin-top: 30px;}
.message-inner h1 {
	margin-bottom: 15px;
	font-size: 26px;
	font-weight: bold;
 font-family: 'M PLUS Rounded 1c', sans-serif;
 transform: rotate(0.03deg);
}

.message-inner ul {
	list-style: disc;
	margin-left: 2.0rem;
}

.works-line {
	padding-top: 120px;
	background: #e1e2cb;
	position: relative;
}

.works-line .cut-1 {
	background: url("../imgs/home/img-4.png") center center no-repeat;
	background-size: cover;
	width: 295px;
	height: 148px;
	position: absolute;
	top: 30px;
 left: 50%;
 transform: translateX(-50%);
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
	margin-left: -470px;
	z-index: 1;
}

.works-line .cut-2 {
	background: url("../imgs/home/img-5.png") center center no-repeat;
	background-size: cover;
	width: 117px;
	height: 122px;
	position: absolute;
	top: 120px;
 left: 50%;
 transform: translateX(-50%);
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
	margin-left: 320px;
	z-index: 1;
}

.works-line .cut-3 {
	background: url("../imgs/home/img-6.png") center center no-repeat;
	background-size: cover;
	width: 126px;
	height: 160px;
	position: absolute;
	top: 850px;
 left: 50%;
 transform: translateX(-50%);
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
	margin-left: -560px;
	z-index: 1;
}

.works-line .cut-4 {
	background: url("../imgs/home/img-7.png") center center no-repeat;
	background-size: cover;
	width: 111px;
	height: 183px;
	position: absolute;
	top: 1470px;
 left: 50%;
 transform: translateX(-50%);
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
	margin-left: 550px;
	z-index: 1;
}

.works-line .cut-5 {
	background: url("../imgs/home/img-8.png") center center no-repeat;
	background-size: cover;
	width: 317px;
	height: 147px;
	position: absolute;
	top: 1980px;
 left: 50%;
 transform: translateX(-50%);
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
	margin-left: -600px;
	z-index: 1;
}

.works-title {
	margin-bottom: 100px;
}

.works-title h2 {
	margin-bottom: 0;
	text-align: center;
	font-size: 43px;
	font-weight: bold;
	color: #90975E;
 font-family: 'M PLUS Rounded 1c', sans-serif;
 transform: rotate(0.03deg);
}

/* .works-title h2:before {
	content: '';
	background: url("../imgs/home/img_book.png") center center no-repeat;
	background-size: cover;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
	width: 113px;
	height: 95px;
} */

.works-box {
	padding: 60px 45px 45px 45px;
	background: #fff;
	border-radius: 20px;
	margin-bottom: 85px;
	position: relative;
}

.bottom_text { margin-bottom: 120px;}
.bottom_text p {
	margin-bottom: 0;
	/* font-size: 28px; */
	text-align: center;
}

.bottom_text p span {
	display: block;
}

.works-box.works-1:before {
	content: '01';
	font-family: 'Josefin Sans', sans-serif;
	font-size: 120px;
	color: #B3B57A;
	position: absolute;
	top: -95px;
	left: 45px;
}

.works-box.works-2:before {
	content: '02';
	font-family: 'Josefin Sans', sans-serif;
	font-size: 120px;
	color: #B3B57A;
	position: absolute;
	top: -95px;
	right: 45px;
}

.works-box.works-3:before {
	content: '03';
	font-family: 'Josefin Sans', sans-serif;
	font-size: 120px;
	color: #B3B57A;
	position: absolute;
	top: -95px;
	left: 45px;
}

.works-box.works-4:before {
	content: '04';
	font-family: 'Josefin Sans', sans-serif;
	font-size: 120px;
	color: #B3B57A;
	position: absolute;
	top: -95px;
	right: 45px;
}

.works-box.works-5:before {
	content: '05';
	font-family: 'Josefin Sans', sans-serif;
	font-size: 120px;
	color: #B3B57A;
	position: absolute;
	top: -95px;
	left: 45px;
}

.works-box dl {
	display: flex;
}

.works-box.works-2 dl,
.works-box.works-4 dl {
	flex-direction: row-reverse;
}

.works-box dl dt {	width: 380px;}
.works-box dl dt img {	border-radius: 30px;}
.works-box dl dd {
	width: calc(100% - 380px);
	padding-left: 25px;
}

.works-box.works-2 dl dd,
.works-box.works-4 dl dd {
	width: calc(100% - 380px);
	padding-left: 0;
	padding-right: 25px;
}


.works-box dl dd h3 {
	margin-bottom: 15px;
	font-size: 30px;
	font-weight: bold;
	color: #90975E;
 font-family: 'M PLUS Rounded 1c', sans-serif;
 transform: rotate(0.03deg);
}

.works-box dl dd p {
	margin-bottom: 0;
}

.flow-line {
	padding-top: 200px;
	background: url("../imgs/home/bg_wave_2.png") center top no-repeat;
	background-size: contain;
	position: relative;
}

.flow-line .cut-1 {
	background: url("../imgs/home/img-9.png") center center no-repeat;
	background-size: cover;
	width: 323px;
	height: 335px;
	position: absolute;
	top: 40px;
 left: 50%;
 transform: translateX(-50%);
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
	margin-left: 500px;
	z-index: 1;
}

.flow-line .cut-2 {
	background: url("../imgs/home/img-10.png") center center no-repeat;
	background-size: cover;
	width: 179px;
	height: 257px;
	position: absolute;
	top: 170px;
 left: 50%;
 transform: translateX(-50%);
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
	margin-left: -650px;
	z-index: 1;
}

.flow-line .cut-3 {
	background: url("../imgs/home/img-11.png") center center no-repeat;
	background-size: cover;
	width: 94px;
	height: 98px;
	position: absolute;
	top: 720px;
 left: 50%;
 transform: translateX(-50%);
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
	margin-left: -670px;
	z-index: 1;
}

.flow-title {	margin-bottom: 60px;}
.flow-title h2 {
	margin-bottom: 0;
 text-align: center;
 font-size: 43px;
 font-weight: bold;
 color: #90975E;
 font-family: 'M PLUS Rounded 1c', sans-serif;
 transform: rotate(0.03deg);
}

/* .flow-title h2::before {
 content: url('');
	background: url("../imgs/home/img_tenbin.png") center center no-repeat;
	background-size: cover;
 display: block;
	width: 129px;
	height: 103px;
	margin: 0 auto;
	margin-bottom: 15px;
} */

.flow-box {
	background: #c0cfe0;
	border-radius: 30px;
	padding-left: 128px;
	margin-bottom: 80px;
	position: relative;
}

.flow-box:after {
	content: url("../imgs/home/arrow-flow.png");
	width: 35px;
	height: 19px;
	position: absolute;
 left: 50%;
	bottom: -50px;
 transform: translateX(-50%);
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
}

.flow-box.flow-5:after {
	content: '';
	display: none;
} 

.flow-box dl {
	display: flex;
	align-items: center;
	min-height: 210px;
	padding-right: 50px;
	position: relative;
}

.flow-box.flow-1:before {
	content: '01';
	font-family: 'Josefin Sans', sans-serif;
	font-size: 80px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 30px;
 transform: translateY(-50%);
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
}

.flow-box.flow-2:before {
	content: '02';
	font-family: 'Josefin Sans', sans-serif;
	font-size: 80px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 30px;
 transform: translateY(-50%);
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
}

.flow-box.flow-3:before {
	content: '03';
	font-family: 'Josefin Sans', sans-serif;
	font-size: 80px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 30px;
 transform: translateY(-50%);
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
}

.flow-box.flow-4:before {
	content: '04';
	font-family: 'Josefin Sans', sans-serif;
	font-size: 80px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 30px;
 transform: translateY(-50%);
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
}

.flow-box.flow-5:before {
	content: '05';
	font-family: 'Josefin Sans', sans-serif;
	font-size: 80px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 30px;
 transform: translateY(-50%);
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
}

.flow-box dl dt {
	width: 280px;
	position: relative;
}

.flow-box dl dt img {
	position: absolute;
 left: 50%;
 transform: translateX(-50%);
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
}

.flow-box.flow-1 dl dt img {
	bottom: 0;
}

.flow-box.flow-2 dl dt img,
.flow-box.flow-3 dl dt img,
.flow-box.flow-4 dl dt img,
.flow-box.flow-5 dl dt img {
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
}

.flow-box dl dd {
	width: calc(100% - 280px);
	padding: 40px 0;
}

.flow-box dl dd h3 {
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: bold;
	color: #6e8fb2;
 font-family: 'M PLUS Rounded 1c', sans-serif;
 transform: rotate(0.03deg);
}

.flow-box dl dd p {
	margin-bottom: 0;
}

.flow-box.flow-2,
.flow-box.flow-4 {
	background: #d9dabc;
}

.flow-box.flow-2 h3,
.flow-box.flow-4 h3 {
	color: #90975E;
}

.cost-line {
	padding-top: 150px;
	position: relative;
}

.cost-line .cut-1 {
	background: url("../imgs/home/img-14.png") center center no-repeat;
	background-size: cover;
	width: 131px;
	height: 133px;
	position: absolute;
	top: 570px;
 left: 50%;
 transform: translateX(-50%);
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 margin-left: 680px;
	z-index: 1;
}

.cost-line .cut-2 {
	background: url("../imgs/home/img-15.png") center center no-repeat;
	background-size: cover;
	width: 108px;
	height: 192px;
	position: absolute;
	top: 720px;
 left: 50%;
 transform: translateX(-50%);
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 margin-left: -680px;
	z-index: 1;
}

.cost-line .cut-3 {
	background: url("../imgs/home/img-16.png") center center no-repeat;
	background-size: cover;
	width: 215px;
	height: 284px;
	position: absolute;
	bottom: 800px;
 left: 50%;
 transform: translateX(-50%);
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 margin-left: 700px;
	z-index: 1;
}

.cost-line .cut-4 {
	background: url("../imgs/home/img-17.png") center center no-repeat;
	background-size: cover;
	width: 295px;
	height: 148px;
	position: absolute;
	bottom: 460px;
 left: 50%;
 transform: translateX(-50%);
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 margin-left: -740px;
	z-index: 1;
}

.cost-line .cut-5 {
	background: url("../imgs/home/img-18.png") center center no-repeat;
	background-size: cover;
	width: 147px;
	height: 147px;
	position: absolute;
	bottom: 0px;
 left: 50%;
 transform: translateX(-50%);
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 margin-left: -700px;
	z-index: 1;
}

.cost-head {
	background: url("../imgs/home/bg_cost_title.png") center center no-repeat;
	background-size: contain;
	margin: 0 30px;
}

.cost-title {
	margin-bottom: 20px;
	height: 270px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.cost-title h2 {
 margin-bottom: 20px;
 text-align: center;
 font-size: 43px;
 font-weight: bold;
 color: #90975E;
 font-family: 'M PLUS Rounded 1c', sans-serif;
 transform: rotate(0.03deg);
}

/* .cost-title h2:before {
 content: '';
	background: url("../imgs/home/img_gavel.png") center center no-repeat;
	background-size: cover;
	width: 121px;
	height: 125px;
	margin: 0 auto;
	margin-bottom: 15px;
 display: block;
} */

.cost-title p {
	margin-bottom: 0;
}

.cost-box {
	padding: 28px 36px 32px 36px;
	border-radius: 30px;
	margin-bottom: 53px;
}

.cost-box h3 {
	display: flex;
	align-items: center;
	margin-bottom: 13px;
	font-size: 39px;
	font-weight: bold;
 font-family: 'M PLUS Rounded 1c', sans-serif;
 transform: rotate(0.03deg);
}

.cost-box h3 strong {
	display: inline-block;
	margin-right: 15px;
	border-radius: 999px;
	background: #fff;
	width: 52px;
	height: 52px;
	text-align: center;
	font-size: 52px;
	font-weight: normal;
	font-family: 'Josefin Sans', sans-serif;
}

.cost-box.cost-1 {	background: #d9dabc;}
.cost-box.cost-1 h3 { color: #90975e;}
.cost-box.cost-1 h3 strong {	color: #c7cbae;}
.cost-inner {
	padding: 25px 40px;
	background: #fff;
	border-radius: 30px;
}

.cost-inner p {
	margin-bottom: 0;
	font-size: 23px;
}

.cost-box em,
.cost-box i {
	display: block;
	margin-top: 10px;
	font-style: normal;
	font-size: 16px;
	line-height: 1.4;
}

.cost-box.cost-2 {	background: #c0cfe0;}
.cost-box.cost-2 h3 { color: #6e8fb2;}
.cost-box.cost-2 h3 strong {	color: #c0cfe0;}

.cost-box.cost-3 {	background: #d9dabc;}
.cost-box.cost-3 h3 { color: #90975E;}
.cost-box.cost-3 h3 strong {	color: #c7cbae;}

.cost-box.cost-4 {	background: #c0cfe0;}
.cost-box.cost-4 h3 { color: #6E8FB2;}
.cost-box.cost-4 h3 strong {	color: #819FC1;}

.cost-box table {
	width: 100%;
	margin-bottom: 5px;
	background: #fff;
	border-radius: 30px;
 font-family: 'M PLUS Rounded 1c', sans-serif;
 transform: rotate(0.03deg);
	overflow: hidden;
}

.cost-box table tbody tr {
	border-bottom: #b3b3b3 solid 1px;
}

.cost-box table tbody tr:last-child {
	border-bottom: none;
}

.cost-box table th,
.cost-box table td {
	padding: 15px 30px;
	border-left: #b3b3b3 solid 1px;
	font-size: 20px;
}

.cost-box table th:first-child,
.cost-box table td:first-child {
	border-left: none;
}

.cost-box table th {
	width: 33.333%;
	color: #fff;
	text-align: center;
	font-size: 24px;
}

.cost-box.cost-2 th {	background: #6E8FB2;}
.cost-box.cost-3 th {	background: #90975E;}
.cost-box.cost-4 th {	background: #6E8FB2;}

.cost-box table ul {
	margin-bottom: 0;
	margin-left: 10px;
	list-style: disc;
	line-height: 1.4;
}

.cost-box table ul li {	margin-bottom: 5px;}
.cost-box table ul li:last-child {	margin-bottom: 0;}

.sp-news-title {
	display: none;
	justify-content: space-between;
	align-items: center;
}

.sp-news-title .link-archive {
	margin-top: 0;
	padding-left: 0;
	transform: scale(0.65);
}

.page-title-line {
	border-bottom: #e3ded0 solid 1px;
}

.page-title-inner {
	margin-top: 200px;
}

.page-title-inner h1 {
 color: #90975E;
 font-size: 86px;
 font-family: 'Josefin Sans', sans-serif;
 line-height: 1.4;	
 margin-bottom: 0;
}

.category .page-title-inner h1 {
 font-size: 66px;
 font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	margin-bottom: 25px;
}

.news-thum {
	border-radius: 30px;
	float: left;
	margin-right: 30px;
	height: 280px;
	overflow: hidden;
	width: 280px;
}

.single-line {
	padding-top: 120px;
	background-image:
		url("../imgs/home/img-21.png"),
		url("../imgs/home/img-24.png"),
		url("../imgs/home/img-17.png"),
		url("../imgs/home/img-3.png");
	background-position:
		top 120px left 85vw,
		top 300px right 85vw,
		top 600px right 70vw,
		top 1100px left 85vw;
	background-repeat:
		no-repeat,
		no-repeat,
		no-repeat,
		no-repeat;
}

.single-inner {}
.single-inner h1 {
	color: #90975E;
	font-size: 36px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	margin-bottom: 20px;
}

.single-inner p {}
.single-inner ul,
.single-inner ol {
	margin-left: 30px;
}

.single-inner ul {
	list-style: disc;
}

.news-box-cat {
	border-bottom: #e1e2cb dotted 1px;
	margin-bottom: 40px;
}

.news-box-cat ul {
	align-items: center;
	display: flex;
	margin-bottom: 40px;
	margin-left: 0;
	list-style: none;
}

.news-box-cat ul .date {
	color: #90975e;
	font-size: 20px;
	font-weight: bold;
}

.news-box-cat ul .cat {
	background: #ada999;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	margin-left: 20px;
	padding: 2px 18px;
	border-radius: 999px;
}

.back_archive {
	margin-top: 100px;
}

.back_archive .link-archive-inner {
	margin-left: auto;
	margin-right: auto;
}

.back_archive .link-archive-inner a {
	left: -50px;
}

.back_archive .link-archive-inner a:hover {
	text-decoration: none;
}

.back_archive .link-archive-inner a:before {
  content: url("../imgs/home/arrow_link_back.png");
  margin-right: 14px;
  transition: 0.4s;
}

.single-inner img {
	border-radius: 30px;
}

.back_archive .link-archive-inner a:hover {	text-decoration: none;}

@media screen and (max-width: 991px){
	article { padding-bottom: 60px;}
	.sp-news-title { display: flex;}
	.news-line {	padding-top: 90px;}
	body.home .news-line { padding-bottom: 90px;}
	.news-line .cut-3 { display: none;}
	.news-line .col-lg-3 h2,
	.news-line .col-lg-3 .link-archive {	display: none;}
	.news-cat {
		margin-top: 0;
		margin-bottom: 30px;
 	overflow: hidden;
	}
	.news-cat ul li {
		width: 33.3%;
		padding: 0 10px;
		float: left;
	}
	.news-list {
		margin-top: 30px;
		padding-left: 0;
	}
	.news-box {	margin-bottom: 35px;}
	.news-line .cut-1 {	transform: scale(0.6);}
	.news-line .cut-2 {
		top: -10px;
		transform: scale(0.6);
	}
	.message-line {
		padding-top: 60px;
		padding-bottom: 50px;
	}
	.works-line { padding-top: 60px;}
	.works-line .cut-1 {
		transform: scale(0.75);
		top: 30px;
		left: 0;
		margin-left: 0;
	}
	.works-line .cut-2 {
		transform: scale(0.75);
		margin-left: auto;
		left: auto;
		right: 30px;
		top: 110px;
	}
	.works-line .cut-3,
	.works-line .cut-4,
	.works-line .cut-5 { display: none;}
	.bottom_text {	margin-bottom: 60px;}
	.flow-line { padding-top: 150px;}
	.flow-line .cut-1 {
		transform: scale(0.6);
		top: -40px;
		left: auto;
		right: -10px;
		margin-left: 0;
	}
	.flow-box.flow-5 { margin-bottom: 0;}
	.cost-line { padding-top: 75px;}
	.cost-box.cost-4 { margin-bottom: 0;}
	.flow-box.flow-1 dl dt img {
		position: absolute;
		top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
	}
	.catchcopy dl dt {	font-size: 32px;}
	.catchcopy dl dd p { font-size: 20px;}
	.news-line h2 { font-size: 64px;}
	.sp-news-title .link-archive { transform: scale(0.6);}
	.works-title h2 { font-size: 36px;}
	.works-title h2::before {
		transform: scale(0.8);
		margin-bottom: 10px;
	}
	.works-box dl dt {	width: 300px;}
	.works-box dl dd { width: calc(100% - 300px);}
	.works-box.works-2 dl dd,
	.works-box.works-4 dl dd { width: calc(100% - 300px);}
	.flow-title h2 { font-size: 36px;}
	.flow-title h2:before { transform: scale(0.8);}
	.flow-box dl dt { width: 250px;}
	.flow-box dl dd {	width: calc(100% - 250px);}
	.cost-title h2 { font-size: 36px;}
	.cost-title h2::before { transform: scale(0.8);}
	.cost-box h3 { font-size: 32px;}
	.cost-box h3 strong {
		width: 46px;
		height: 46px;
		font-size: 42px;
	}
	.cost-box table th,
	.cost-box table td { font-size: 18px;}
	.page-title-inner { margin-top: 120px;}
	.page-title-inner h1 { font-size: 64px;}
	.category .page-title-inner h1 { font-size: 48px;}
}

@media screen and (max-width: 767px){
	.visual-inner::after {	display: none;}
	body.home .news-line {
		background: none;
		padding-bottom: 45px;
	}
	.news-line .cut-1 {
		transform: scale(0.4);
		top: -50px;
	}
	.news-line .cut-2 {
		transform: scale(0.5);
		top: 0;
		left: auto;
		right: 0;
	}
	/* .visual-inner {	height: 350px;} */
	.visual-inner img {
		height: 100%;
		object-fit: cover;
	}
	.visual-inner-pc{
		display: none;
	}
	.visual-inner-sp{
		display: block;
	}
	.catchcopy dl {
		width: 100%;
		padding: 0 40px;
	}
	.catchcopy dl dt {	font-size: 28px;}
	.catchcopy dl dd p { font-size: 18px;}
	.news-cat ul li {
		width: 50%;
		font-size: 18px;
	}
	.news-box dl {	flex-direction: column;}
	.news-box dl dt {
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.news-box dl dd {
		width: 100%;
		padding-left: 0;
	}
	.news-box dl dd ul .cat {	font-size: 18px;}
	.message-head {
		height: 150px;
		margin-left: 10px;
		margin-right: 10px;
		background-size: cover;
	}
	.message-line {
		background: none;
		padding-top: 30px;
  padding-bottom: 50px;
	}
	.message-line .message-title h2 {	font-size: 30px;}
	.message-line dl {	flex-direction: column;}
	.message-line dl dd { margin-top: 30px;}
	.message-line dl dt,
	.message-line dl dd { width: 100%;}
	.message-line dl dt { font-size: 15px;}
	.message-line dl dt img {
		display: block;
		margin: 0 auto;
		width: 60%;
		height: auto;

	}
	.message-line dl dd { padding-left: 0;}
	.works-line .cut-1 {
		transform: none;
		width: 142.5px;
		height: 74px;
		top: 30px;
		left: 30px;
	}
	.works-title { margin-bottom: 60px;}
	.works-title h2 {	font-size: 32px;}
	.works-title h2::before {
		transform: scale(0.7);
		margin-bottom: 0;
	}
	.works-line .cut-2 {
		transform: scale(0.6);
		top: 80px;
	}
	.works-box {	padding: 45px 25px 25px 25px;}
	.works-box dl { flex-direction: column;}
	.works-box dl dt {	width: 100%;}
	.works-box dl dt img { margin: 0 auto;}
	.works-box dl dd {
		width: 100%;
		padding-left: 0;
		margin-top: 30px;
	}
	.works-box.works-1::before,
	.works-box.works-3::before,
	.works-box.works-5::before {
		top: -64px;
		font-size: 80px;
		left: 25px;
	}
	.works-box.works-2::before,
	.works-box.works-4::before {
		top: -65px;
		font-size: 80px;
		left: 25px;
		right: auto;
	}
	.works-box.works-5 { margin-bottom: 30px;}
	.works-box.works-2 dl,
	.works-box.works-4 dl {
		flex-direction: column;
	}
 .works-box.works-2 dl dd,
	.works-box.works-4 dl dd {
		width: 100%;
		padding-right: 0;
	}
	.flow-line {
		padding-top: 60px;
		background: none;
	}
	.flow-line .cut-1 {
		transform: none;
		width: 161.5px;
		height: 167.5px;
		top: 30px;
	}
	.flow-title { margin-bottom: 30px;}
	.flow-title h2 { font-size: 32px;}
	.flow-title h2::before {
		transform: scale(0.7);
		margin-bottom: 0;
	}
	.flow-box {	padding: 30px;}
	.flow-box.flow-1::before,
	.flow-box.flow-3::before,
	.flow-box.flow-5::before {
		color: #6e8fb2;
		transform: none;
		top: 20px;
		left: 20px;
		line-height: 1.0;
	}
	.flow-box.flow-2::before,
	.flow-box.flow-4::before {
		color: #90975E;
		transform: none;
		top: 20px;
		left: 20px;
		line-height: 1.0;
	}
	.flow-box dl {
		padding-right: 0;
		flex-direction: column;
	}
	.flow-box dl dt,
	.flow-box dl dd {
		width: 100%;
		padding: 0;
	}
	.flow-box dl dt img,
	.flow-box.flow-1 dl dt img {
		position: static;
		transform: none!important;
		margin: 0 auto;
	}
	.flow-box dl dd {	margin-top: 30px;}
	.cost-line {	padding-top: 32.5px;}
	.cost-title h2 {	font-size: 32px;}
	.cost-title h2::before {
		transform: scale(0.7);
		margin-bottom: 0;
	}
	.cost-box h3 { font-size: 28px;}
	.cost-box {
		padding: 28px 20px 20px 20px;
		margin-bottom: 30px;
	}
	.cost-box table th,
	.cost-box table td {
		padding: 15px 15px;
		font-size: 16px;
	}
	.bottom_text p {	font-size: 20px;}
	.flow-line .cut-1,
	.cost-line .cut-1,
	.cost-line .cut-3 { display: none!important;}
 .news-thum {
		display: block;
 	float: none;
		margin-bottom: 30px;
	 margin-right: auto;
		margin-left: auto;
 	height: 280px;
 	overflow: hidden;
 	width: 280px;
 }
	.page-title-inner { margin-top: 60px;}
	.page-title-inner h1 { font-size: 58px;}
	.category .page-title-inner h1 {
		font-size: 40px;
		margin-bottom: 16px;
	}
	.news-line {	padding-top: 40px;}
	.single-line { padding-top: 30px;}
	.single-inner h1 { font-size: 32px;}
	.news-box-cat { margin-bottom: 20px;}
	.news-box-cat ul { margin-bottom: 20px;}
	.back_archive { margin-top: 50px;}
	.back_archive .link-archive-inner {
		transform: scale(0.6);
	}
	.header-inner dl dd ul{
		font-size: 10px;
	}
}

/*トップへ戻る追従ボタン*/
/***追従するトップへ戻るボタン***/
#page-top-button {
    position: fixed;
	width: 60px;
	height: 60px;
    right: 50px;
    bottom: 25px;
    background: #fff;
    color: #737373;
    padding: 10px;
    border: solid 2px;
    border-radius: 50%;
    box-shadow: 0 2px 10px -6px rgba(0,0,0,.5), 0 3px 10px -4px rgba(0,0,0,.2);
}
.page-top-button-arrow{
	position: absolute;
    top: calc(50% + 3px);
    left: 50%;
	transform:translate(-50%, -50%);
    display: block;
}
.page-top-button-arrow::before{
	transform:  rotate(-45deg);
    display: block;
    width: 15px;
    height: 15px;
    content: "";
    border: 2px solid #737373;
    border-width: 2px 2px 0px 0px;
}
@media screen and (max-width: 767px){
	#page-top-button {
		right: 25px;
	}
}
/***トップへ戻るボタンここまで***/
/*ハンバーガーメニュー */
/* overlay-styles.css */
.header-menu{
	width: 100%;
}
.hamburger-overlay{
	display: none;
}
.nav-overlay__list{
	display:flex;
	justify-content: center;
}
.nav-overlay__item{
	padding:0 20px;
}
.nav-overlay__link {
	display: inline-block;
	transition: color .3s;
}
.nav-overlay__link:hover {
	color: #4a90e2;
	text-decoration: none;
}
@media screen and (max-width: 1000px){
	/* overlay-styles.css */
	.hamburger-overlay {
		display: block;
		position: fixed;
		top: 5px;
		right: 10px;
		width: 40px;
		z-index: 1000;
		width: 48px;
		height: 48px;
		border: none;
		background: transparent;
		cursor: pointer;
	}

	.hamburger-overlay__line {
		position: absolute;
		left: 11px;
		width: 26px;
		height: 2px;
		background-color: #333;
		transition: all .6s;
	}

	.hamburger-overlay__line:nth-of-type(1) { top: 14px; }
	.hamburger-overlay__line:nth-of-type(2) { top: 23px; }
	.hamburger-overlay__line:nth-of-type(3) { top: 32px; }

	.hamburger-overlay.active .hamburger-overlay__line {
		background-color: #fff;
	}

	.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
		transform: translateY(9px) rotate(-45deg);
	}
	.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(2) {
		opacity: 0;
	}
	.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(3) {
		transform: translateY(-9px) rotate(45deg);
	}

	.nav-overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color: rgba(225, 226, 203, 0.95);
		visibility: hidden;
		opacity: 0;
		transition: all .6s;
		z-index: 900;
	}

	.nav-overlay.active {
		visibility: visible;
		opacity: 1;
	}

	.nav-overlay__content {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		text-align: center;
	}

	.nav-overlay__list {
		margin: 0;
		padding: 0;
		list-style: none;
		display: block;
	}

	.nav-overlay__item {
		opacity: 0;
		transform: translateY(20px);
		transition: all .6s;
	}

	.nav-overlay.active .nav-overlay__item {
		opacity: 1;
		transform: translateY(0);
	}

	.nav-overlay.active .nav-overlay__item:nth-child(1) { transition-delay: 0.1s; }
	.nav-overlay.active .nav-overlay__item:nth-child(2) { transition-delay: 0.2s; }
	.nav-overlay.active .nav-overlay__item:nth-child(3) { transition-delay: 0.3s; }
	.nav-overlay.active .nav-overlay__item:nth-child(4) { transition-delay: 0.4s; }

	.nav-overlay__link {
		padding: 20px;
		color: #fff;
		font-size: 24px;
		text-decoration: none;
	}
}