@charset "UTF-8";

body{
	min-width: 1100px;
}
body:before{
	content: "";
	display: block;
	background: #01af1a;
	width: 42rem;
	height: 150vw;
	transform: skew(-45deg);
	position: absolute;
	right: 0;
	top: 9rem;
	transform-origin: right top;
	z-index: 1;
}
body:after{
	content: "";
	display: block;
	background: #01af1a;
	width: 4rem;
	height: 26rem;
	transform: skew(-45deg);
	position: absolute;
	left: 20rem;
	top: 0;
	transform-origin: right top;
	z-index: 1;
}

/* +++++#main-visual+++++ */
#main-visual p,
main p{
	line-height: 1.8;
}
#main-visual{
	padding-block: 3.6rem;
	z-index: 99;
}
#main-visual .inner{
	width: 100%;
	max-width: 126rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#main-visual .pic-area{
	width: calc(50% - 4.8rem);
	position: relative;
}
#main-visual .pic-area .pic{
	width: 100%;
}
.pic-area p{
	color: #fff;
	font-weight: 500;
	position: absolute;
	z-index: 9999;
	letter-spacing: .1em;
	text-shadow: 0 0 .3em rgba(0,0,0,.25);
}
.pic-area p.tate{
	writing-mode: vertical-rl;
	font-size: min(3rem, 2.7vw);
	right: 2.4rem;
	top: 2.4rem;
	letter-spacing: .15em;
}
.pic-area p.yoko{
	font-size: min(3rem, 2.7vw);
	left: 2.4rem;
	bottom: 1.2rem;
	line-height: 1.5;
	text-align: right;
	width: fit-content;
}
.pic-area p.yoko span{
	display: block;
	transform: translateX(4em);
}
.pic-area .bg{
	position: absolute;
	left: 4.8rem;
	bottom: -2.4rem;
	width: 30% !important;
}
.maru{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 7em;
	height: 7em;
	text-align: center;
	letter-spacing: 0;
	font-weight: 500;
	line-height: 1.5;
	background: #dffc01;
	position: absolute;
	left: -4.8rem;
	bottom: 36%;
	font-size: 2.2rem;
	transform: rotate(-7deg);
	border-radius: 50%;
}
.maru:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: -3px;
	top: -3px;
	margin: auto;
	border: 3px solid #dffc01;
	transform: scale(1.07);
	border-radius: 50%;
}


#main-visual .text{
	width: calc(50% - 4.8rem);
	position: relative;
}
.jisseki h2{
	font-weight: 400;
	text-align: center;
	font-size: 2.4rem;
	margin-bottom: .8em;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.jisseki h2:before{
	content: "";
	display: block;
	width: 1px;
	height: 1.25em;
	background: #000;
	transform: rotate(-30deg);
	margin-right: .5em;
	transform-origin: left bottom;
}
.jisseki h2:after{
	content: "";
	display: block;
	width: 1px;
	height: 1.25em;
	background: #000;
	transform: rotate(30deg);
	margin-left: .5em;
	transform-origin: left bottom;
}
.jisseki ul{
	display: flex;
	justify-content: center;
}
.jisseki li{
	width: 21rem;
	margin-inline: 1.8rem;
	position: relative;
}
.button-area{
	display: flex;
	align-items: flex-start;
	padding-left: 1.8rem;
}
.button-area li{
	height: 5.4rem;
	margin-right: 1.8rem;
}
.button-area li *{
	display: block;
	width: auto;
	height: 100%;
}
.button-area .link-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: .6rem;
	border: 3px solid #01af1a;
	background: #fff;
	width: 18rem;
	box-shadow: 0 0 .5rem rgba(0,0,0,.15);
	font-weight: 500;
}
.button-area .link-btn:after{
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	background: url(../images/mv-arrow01.svg) no-repeat;
	background-size: 100% auto;
	background-position: center;
	margin-left: .5em;
}
.detail-text{
	position: relative;
	margin-top: 2.4rem;

}
.detail-text .pic{
	width: 16rem;
	position: absolute;
	right: 2.4rem;
	top: 0;
}
.detail-text p{
	line-height: 1.5;
	font-size: 1.4rem;
	margin-bottom: 1.5em;
	letter-spacing: .1em;
	margin-left: 2.4rem;
}
.detail-text p.catch{
	font-size: 2rem;
	padding-left: .5em;
	border-left: 4px solid #01af1a;
}
.detail-text h3{
	font-weight: 500;
	font-size: 2.2rem;
	margin: 3.6rem 0 2.4rem;
	line-height: 1;
	padding-left: .5rem;
}




/* +++++++++++++++mobile style+++++++++++++++ */
@media screen and (max-width: 768px){
	html{
		overflow-x: hidden;
	}
	body{
		width: 100vw;
		min-width: 100%;
		overflow-x: hidden;
	}
	body:before{
		width: 50vw;
		height: 150vw;
		right: -50vw;
		top: 50rem;

	}
	body:after{
		width: 10vw;
		left: 20vw;
		top: 5rem;
	}

/* +++++#main-visual+++++ */
	#main-visual{
		padding-block: 1.5rem;
		margin-top: 5rem;
	}
	#main-visual .inner{
		width: 100%;
		max-width: 100%;
		flex-direction: column-reverse;
		justify-content: flex-start;
		align-items: flex-start;
	}
	#main-visual .pic-area{
		width: 100%;
	}
	.pic-area p.tate{
		font-size: 1.6rem;
		right: 1.5rem;
		top: 1.5rem;
	}
	.pic-area p.yoko{
		font-size: 1.7rem;
		left: 1.5rem;
		bottom: .7rem;
	}

	.pic-area .bg{
		position: absolute;
		left: 3rem;
		bottom: -2rem;
		width: 36% !important;
	}
	.maru{
		line-height: 1.35;
		left: -1.2rem;
		bottom: 36%;
		font-size: 1.2rem;
	}
	.maru:before{
		left: -2px;
		top: -2px;
		border: 2px solid #dffc01;
		transform: scale(1.05);
	}


	#main-visual .text{
		width: 100%;
		margin-top: 3.6rem;
	}
	.jisseki h2{
		font-size: 1.6rem;
		margin-bottom: .8em;
	}

	.jisseki ul{
		display: flex;
		justify-content: center;
	}
	.jisseki li{
		width: 24rem;
		margin-inline: 1.2rem;
		position: relative;
	}
	.button-area{
		display: flex;
		align-items: flex-start;
		padding-left: 0;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.button-area li{
		height: 4.6rem;
		margin-right: 0;
		margin-inline: 0;
	}
	.button-area li:last-of-type{
		width: 100%;
		margin-inline: 0;
	}
	.button-area .link-btn{
		width: 100%;
		margin-top: 1.2rem;
		border-radius: .3rem;
		border: 2px solid #01af1a;
	}

	.detail-text{
		margin-top: 1.6rem;
	}
	.detail-text .pic{
		width: 10rem;
		right: 0;
		top: 0;
	}
	.detail-text p{
		font-size: 1.2rem;
		margin-bottom: 1.5em;
		letter-spacing: .1em;
		margin-left: 0;
	}
	.detail-text p.catch{
		font-size: 1.6rem;
		border-left: 3px solid #01af1a;
	}
	.detail-text h3{
		font-weight: 500;
		font-size: 1.8rem;
		margin: 2.4rem 0 1.6rem;
		line-height: 1;
		padding-left: 0;
		text-align: center;
	}
}




/* ++++++#introduction+++++ */
#introduction{
	z-index: 99;
}
.sec-inner{
/*
	position: relative;
	padding-inline: 2.5vw;

	padding-top: 5.8rem;
	margin-top: -1.8rem;
*/
}
/*
.sec-inner:before{
	content: "";
	display: block;
	width: 100%;
	max-width: calc(50% + 55rem);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: rgba(239,235,230, .8);
}
.sec-inner:after{
	content: "";
	display: block;
	width: 100%;
	max-width: calc(50% + 55rem);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: rgba(239,235,230, .8);
}
*/
#introduction h2,
#about h2,
#service h2,
#news h2{
	font-size: 4.8rem;
	position: relative;
	z-index: 9;
	letter-spacing: .1em;
	line-height: 1;
	padding-inline: 3.6rem;
	text-align: center;
	z-index: 99;
}
#introduction div.inner{
	padding-bottom: 4.8rem;
	background: rgba(239,235,230, .8);
	padding: 5.8rem 3.6rem 3.6rem;
	margin-top: -1.8rem;
	z-index: 9;
	max-width: 86rem;
}
#introduction h3{
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: .75em;
	line-height: 1;
	text-align: center;
}
#introduction p{
	font-weight: 500;
	margin-inline: auto;
	width: fit-content;
	text-align: center;
}
#introduction p:last-of-type{
	margin-bottom: 2em;
}
.sec-inner dl{
	display: flex;
	border-bottom: 1px dotted #222;
	padding: 1.8rem 0;
	width: 50%;
	line-height: 2;
}
.sec-inner dt{
	font-weight: 700;
	width: 7em;
}
.sec-inner dd{
	width: calc(100% - 7em);
}
.movie-area{
	width: calc(55rem - 2.5vw);
	height: calc((55rem - 2.5vw) / 16 * 9);
	margin-inline: auto;
}
.movie-area *{
	display: block;
	width: 100%;
	height: 100%;
}
.sec-inner h4{
	font-size: 1.8rem;
	font-weight: 500;
	margin-block: 2.4rem 1.2rem;
	text-align: center;
}
#introduction .bg{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50%;
	z-index: 1;
}
.bg-logo-area{
	position: absolute;
	left: 0;
	bottom: 10rem;
}
.bg-logo-area .logo{
	width: 30rem;
	transform-origin: left bottom;
	transform: rotate(90deg);
	z-index: 1;
	position: absolute;
	left: 0;
	bottom: 42rem;
}
.bg-logo-area .jamijami{
	z-index: 2;
	position: absolute;
	left: 0;
	bottom: 13rem;
	width: 24rem;
}
.kazari-moji{
	transform: rotate(90deg);
	color: rgba(255,255,255,.85);
	font-weight: 700;
	position: absolute;
	right: 2.5vw;
	bottom: 8rem;
	transform-origin: right top;
	font-size: 4.8rem;
	text-shadow: 0 0 1rem rgba(0,0,0,.15);
}

.kurukuru{
	width: 8rem;
	height: 8rem;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 2.5vw;
	bottom: 4.8rem;
	z-index: 9;
}
.kurukuru img{
	display: block;
/*
	width: 3.3rem;
*/
	width: 2.7rem;
	position: relative;
	z-index: 9;
}
.kurukuru:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/kurukuru-icon01.svg);
	background-size: 100% auto;
	z-index: 1;
}



/* +++++mobile style+++++ */
@media screen and (max-width: 768px){
	.kurukuru{
		margin-right: 0;
		width: 5rem;
		height: 5rem;
		margin-top: -2rem;
		margin-right: 1rem;
	}
	.kurukuru img{
		width: 33.75%;
	}

/* ++++++#introduction+++++ */
	#introduction h2,
	#about h2,
	#service h2,
	#news h2{
		font-size: 2.4rem !important;
		padding-inline: 1.5rem !important;
		text-shadow: 0 0 1rem rgba(255,255,255,.95);
	}
	#introduction div.inner{
		padding: 3rem 1.5rem;
		margin-top: -1.2rem;
		max-width: 100%;
	}
	#introduction h3{
		font-size: 1.6rem;
		margin-bottom: .75em;
		line-height: 1.5;
		text-align: left;
	}
	#introduction p{
		width: 100%;
		text-align: left;
		font-size: 1.2rem;
		letter-spacing: 0;
	}

	.movie-area{
		width: 100%;
		height: calc((100vw - 6rem) / 16 * 9);
	}

	#introduction{
		padding-top: 12.5rem;
		margin-top: 5rem;
	}
	#introduction .bg{
		bottom: auto;
		top: 0;
		width: 70%;
	}
	#introduction .bg img{
		height: 50vw;
		object-fit: cover;
	}
	.bg-logo-area{
		bottom: 21rem;
	}
	.bg-logo-area .logo{
		width: 14rem;
		bottom: 42rem;
	}
	.bg-logo-area .jamijami{
		bottom: 31rem;
		width: 10rem;
	}
	.kazari-moji{
		display: none;
	}

	.kurukuru{
		display: none;
	}
/*
.kurukuru img{
	display: block;
	width: 2.7rem;
	position: relative;
	z-index: 9;
}
.kurukuru:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/kurukuru-icon01.svg);
	background-size: 100% auto;
	z-index: 1;
}
*/
}
.kurukuru:before{
	animation-name: kurukuru;
	animation-duration: 18s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
@keyframes kurukuru{
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
	}
}




/* +++++#flow++++ */
#flow{
	z-index: 2;
	overflow: hidden;
}
#flow:before{
	content: "";
	display: block;
	width: 50%;
	min-width: 550px;
	height: calc(50vw / 1 * 1);
	min-height: calc(550px / 1 * 1);

	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/about-pic01.png) no-repeat;
	background-size: cover;
	background-position: center center;
}
#flow:after{
	content: "";
	display: block;
	width: 50%;
	min-width: 980px;
	height: calc(100vw * 1.42);
	background: #01af1a;
	transform: skew(-45deg);
	position: absolute;
	left: 50%;
	top: 33rem;
	transform-origin: left top;
	mix-blend-mode: multiply;
}
#flow .desc{
	background: rgba(255,255,255,.7);
	border-radius: 2rem;
	padding: 2.4rem;
	width: 454px;
}
#flow .step{
	width: 50%;
	min-width: 550px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
#flow .inner{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	z-index: 99;
}
#flow h2{
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1;
	text-align: center;
	width: fit-content;
}
#flow h2 span{
	display: flex;
	align-items: center;
	font-weight: 700;
	font-size: 300%;
	margin-top: .2em;
	position: relative;
}
.tada-icon{
	height: .7em;
	width: auto;
	display: block;
	margin-right: .2em;
}
.yajirusi{
	width: 1.2em;
	margin-left: .2em;
	margin-top: .15em;
}
.tag{
	position: absolute;
	width: 1.5em;
	height: auto;
	bottom: -1.5em;
	left: 1.2em;
	position: absolute;
}
.contact-btn{
	margin-top: 6em;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	width: 22rem;
	height: 5rem;
	border-radius: 1.2rem;
	background: linear-gradient(180deg, #efcb2c, #d5a914);
	box-shadow: 0 0 1.5rem rgba(0,0,0,.2);
	border: 1px solid #cfde47;
}
.contact-btn:after{
	content: "";
	display: block;
	width: .5em;
	height: 1em;
	background: url(../images/btn-arrow-b.svg) no-repeat;
	background-position: center;
	background-size: 100% auto;
	margin-left: 1em;
	transform: translateY(.1em);
}
.step-outer{
	position: relative;
	padding-right: 5vw;
	margin-top: 14rem;
	margin-inline: auto 0;
}
.step-outer:nth-of-type(2){
	transform: translateX(-18rem);
	margin-top: 10rem;
}
.step-outer:nth-of-type(3){
	transform: translateX(-32rem);
	margin-top: 10rem;
}
.step-outer:nth-of-type(2) .tag{
	left: .8em;
}

.step-outer:nth-of-type(3) .tag{
	left: 2.8em;
}
.step-outer:nth-of-type(3) .btn-area{
	margin-top: 6rem;
}
.canvas-kurukuru{
	display: block;
	width: 6rem;
	animation-name: kurukuru;
	animation-duration: 6s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	position: absolute;
	z-index: 999;
	background: #fff;
	border-radius: 50%;
	border: 3px solid #fff;
}
.canvas1{
	left: calc(50% + 649px);
	top: 53%;
}
.canvas2{
	right: calc(50% + 649px);
	bottom: 10%;
}



@media screen and (max-width: 768px){
/* +++++#flow++++ */
	#flow{
		padding-top: 1.5rem;
	}
	#flow:before{
		width: 100%;
		min-width: 100%;
		height: 100vw;
		min-height: 100vw;
	}
	#flow:after{
		content: "";
		display: block;
		width: 117%;
		min-width: 117%;
		left: 58%;
		top: 100vw;
	}
	#flow .inner{
		display: block;
	}
	#flow .desc{
		font-size: 1.2rem;
		border-radius: 1rem;
		padding: 1.5rem;
		width: 100%;
	}
	#flow .desc p{
		letter-spacing: 0;
		line-height: 1.75;
	}
	#flow .step{
		width: 100%;
		min-width: 100%;
	}
	#flow h2{
		font-size: 1.2rem;
	}
	#flow h2 span{
		font-size: 200%;
		margin-top: .2em;
	}
	.tada-icon{
		height: 1em;
	}
	.tag{
		width: 1em;
		bottom: -1em;
		left: 2.3em;
	}
	
	#flow .contact-btn{
		margin-top: 2.5em;
		width: 12rem;
		height: 3.2rem;
		border-radius: .6rem;
		font-size: 1.2rem;
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
	}
	.contact-btn:after{
		margin-left: .5em;
	}
	.step-outer{
		padding-right: 0;
		margin-top: 16rem;
	}
	.step-outer:nth-of-type(2){
		transform: translateX(-8rem);
		margin-top: 1rem;
	}
	#flow .button-area{
		width: 100%;
	}
	#flow .button-area li:last-of-type{
		width: fit-content;
	}
	#flow .button-area li{
		height: 3rem;
		margin-right: 1rem;
	}
	.step-outer:nth-of-type(3){
		transform: translateX(-8rem);
		margin-top: 1rem;
	}
	.step-outer:nth-of-type(2) .tag{
		left: 1.3em;
	}

	.step-outer:nth-of-type(3) .tag{
		left: 3.8em;
	}
	.step-outer:nth-of-type(3) .btn-area{
		margin-top: 1rem;
	}
	.canvas-kurukuru{
		width: 4rem;
		border: 2px solid #fff;
	}
	.canvas1{
		left: 12rem;
		top: 50%;
	}
	.canvas2{
		right: 3rem;
		bottom: 6%;
	}
}



/* +++about,service+++ */
#about{
	background: url(../images/service-bg.png) no-repeat;
	background-size: cover;
	background-position: center bottom;
	overflow: hidden;
}
#about h2{
	width: fit-content;
	margin-inline: auto;
}
#about h2 img{
	display: block;
	width: 1.5em;
	position: absolute;
	right: -2em;
	top: 0;
}
.about-text{
	margin-top: 1.5em;
	text-align: center;
}

.service-naiyou{
	margin-top: -2.4rem;
	padding: 7.2rem 3.6rem 3.6rem;
	border-radius: 3.6rem;
	background: rgba(255,255,255,.75);
	box-shadow: 0 0 2.4rem rgba(0,0,0,.2);
	display: flex;
	flex-wrap: wrap;
}
.naiyou{
	width: 50%;
	position: relative;
	padding: 2.4rem;
	height: 47.5rem;
}
.naiyou:nth-of-type(1):before,
.naiyou:nth-of-type(4):before{
	content: "";
	display: block;
	width: 1px;
	height: calc(100% - 2.4rem);
	border-left: 1px dotted #444;
	position: absolute;

}
.naiyou:nth-of-type(1):before{
	right: 0;
	top: 0;
}
.naiyou:nth-of-type(4):before{
	left: 0;
	bottom: 0;
}
.naiyou:nth-of-type(2):before,
.naiyou:nth-of-type(3):before{
	content: "";
	display: block;
	height: 1px;
	width: calc(100% - 2.4rem);
	border-top: 1px dotted #444;
	position: absolute;
}
.naiyou:nth-of-type(2):before{
	right: 0;
	bottom: 0;
}
.naiyou:nth-of-type(3):before{
	left: 0;
	top: 0;
}
.service-box-outer{
	background: #fff;
	width: 32rem;
	height: 32rem;
	box-shadow: 0 0 2rem rgba(0,0,0,.1);
	margin: 0 auto 2.4rem;
	padding: 1.6rem;
	position: relative;
}
.setumei{
	margin: 0 auto;
	width: fit-content;
}
.service-box{
	border: 3px solid #01af1a;
	text-align: center;
	height: 100%;
	position: relative;
	padding: 1.2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.service-box h3{
	line-height: 1.4;
	font-weight: 500;
	font-size: 1.5rem;
	letter-spacing: 0;
}
.service-box p{
	font-size: 1.4rem;
}
.service-box .pic{
	margin: 1.2rem 0;
}
.link-text{
	display: flex;
	align-items: center;
	font-size: 1.3rem;
	position: absolute;
	right: 2.6rem;
	bottom: 2.6rem;
	z-index: 99;
	letter-spacing: 0;
	font-weight: 500;
}
.link-text:after{
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	background-image: url(../images/naiyou-arrow01.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	margin-left: .3em;
}
.service-box-outer:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-bottom: 4.8rem solid #e0fc00;
	border-left: 4.8rem solid transparent;
	position: absolute;
	right: 1.6rem;
	bottom: 1.6rem;
	z-index: 9;
}

#about .bg-logo-area{
	left: auto;
	right: 7.5vw;
	top: 56rem;
	bottom: auto;
}
#about .bg-logo-area .jamijami{
    	left: auto;
	right: -8vw;
	bottom: 23rem;
}
#about .bg-logo-area .jamijami img{
	transform: scale(-1,1);
}
#about .kurukuru-area{
	position: absolute;
	right: auto;
	bottom: 14%;
	left: 0;
	width: 12vw;
	border-bottom: 2px solid #fff;
	height: 6rem;
}
#about .canvas-kurukuru{
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	margin-left: 6vw;
}

@media screen and (max-width: 1400px){
	#about .kurukuru-area{
		bottom: 7%;
	}
}

@media screen and (max-width: 768px){
	#about h2,
	#service h2,
	#news h2{
		text-shadow: none !important;
	}

	.about-text{
		margin-top: 1em;
		font-size: 1.3rem;
	}

	.service-naiyou{
		margin-top: -1.2rem;
		padding: 3rem 1.5rem 1.5rem;
		border-radius: 1.2rem;
	}
	.naiyou{
		width: 100%;
		position: relative;
		padding: 2.4rem 0;
		height: auto;
		border-bottom: 1px dotted #444;
	}
	.naiyou:nth-of-type(1):before,
	.naiyou:nth-of-type(4):before{
		display: none;

	}
	.naiyou:nth-of-type(2):before,
	.naiyou:nth-of-type(3):before{
		display: none;
	}
	.naiyou{
		width: 100%;
		height: auto;
	}
	.service-box-outer{
		width: calc(100vw - 6rem);
		height: calc(100vw - 6rem);
		max-width: 22rem;
		max-height: 22rem;
		padding: .8rem;
		margin-bottom: 1.2rem;
	}
	.setumei{
		margin: 0 auto;
		width: fit-content;
		font-size: 1.2rem;
	}
	.service-box{
		padding: .8rem;
		padding-bottom: 2.2rem;
	}
	.service-box h3{
		font-size: 1.3rem;
	}
	.service-box p{
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.service-box .pic{
		margin: 1.2rem 0;
		padding-inline: 1.8rem;
	}
	.link-text{
		font-size: 1.1rem;
		right: 1.6rem;
		bottom: 1.6rem;
	}
	.service-box-outer:after{
		right: .8rem;
		bottom: .8rem;
	}

	#about .bg-logo-area .logo {
		width: 9rem;
		bottom: 39rem;
	}
	#about .bg-logo-area .jamijami {
		right: -8vw;
		bottom: 33rem;
		width: 6rem;
	}





	#about .kurukuru-area{
		position: absolute;
		right: auto;
		bottom: 2%;
		left: 0;
		width: 28vw;
		height: 4rem;
	}
	#about .canvas-kurukuru{
		width: 4rem;
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		margin-left: 12vw;
	}

}


/* +++#news+++ */
.news-list{
	margin-top: 4.8rem;
	border-top: 1px solid #ccc;
}
.news-content{
	width: 100%;
	border-bottom: 1px solid #ccc;
}
.news-content a{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 2.4rem 3.6rem 2.4rem 1.8rem;
}
.news-content a:hover{
	background: #f1f1f1;
}
.date{
	width: 10rem;
}
.cats{
	width: calc(100% - 10rem);
	display: flex;
}
.cat{
	display: flex;
	padding: 0 1em;
	height: 1.8em;
	background: #dffc01;
	border-radius: .9em;
	margin-right: .5em;
	font-size: 1.3rem;
	align-items: center;
	justify-content: center;
	font-weight: 500;
}

.post-ttl{
	line-height: 1.5;
	font-weight: 500;
	font-size: 1.6rem;
	width: 100%;
	margin-top: 1.8rem;
}


@media screen and (max-width: 768px){
	.news-list{
		margin-top: 2.4rem;
	}
	.news-content a{
		padding: 1.8rem 1.2rem;
	}

	.date{
		width: 8rem;
		font-size: 1.3rem;
	}
	.cats{
		width: calc(100% - 8rem);
	}
	.cat{
		font-size: 1.2rem;
	}

	.post-ttl{
		font-size: 1.4rem;
		width: 100%;
		margin-top: 1.2rem;
	}
}