@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');

.pc {
	display: inline;
}

.sp {
	display: none;
}

@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}

	.sp {
		display: inline;
	}
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

@media (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}


img {
	flex-shrink: 0;
	vertical-align: bottom;
}

@media screen and (max-width: 1024px) {
	img {
		width: 100%;
	}
}

html {
	line-height: 1;
	overflow-x: hidden;
}

ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th,td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q,
blockquote {
	quotes: none;
}

q:before,q:after,blockquote:before,blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
	display: block;
}


/* ADDITIONAL RESET
 * ----------------------------------------------- */

*,*:before,*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}



/* ----------------------------
	Base
---------------------------- */
body {
	line-height: 1.692307692;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: "palt";
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 400;
	font-style: normal;
	color: #000;
	position: relative;
	letter-spacing: 0em;
	padding: 0;
	margin: 0;
	overflow: hidden;
	background: #fff;
}



main {
	max-width: 1920px;
	margin: 0 auto;
}


/*******メインビジュアル********/
#fv {
	background: url(../img/fv/fv_bg.svg) no-repeat;
	background-size: cover;
	display: flex;
	background-position: top center;
	justify-content: center;
	height: auto;
	position: relative;
}

#fv_sp {
	display: none;
}

@media screen and (max-width: 767px) {
	#fv {
		display: none;
	}

	#fv_sp {
		display: inline;
		width: 100%;
	}

	#fv_sp img {
		width: 100%;
	}
}


#fv:before {
	/**FVの黒枠***/
	border: 15px #000 solid;
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: 1;
	width: 100%;
	height: 100%;
	content: '';
}

#fv_img {
	width: 98%;
	height: auto;
	display: contents;
}

#fv_img img {
	width: 90%;
}

#header_logo {
	width: clamp(150px, 15vw, 300px);
	height: auto;
	position: absolute;
	top: 25px;
	left: 40px;
}

#header_logo img {
	width: 100%;
}

#fv_btn {
	position: absolute;
	z-index: 1;
	top: 34px;
	right: 36px;
	display: flex;
	column-gap: 15px;
}

@media screen and (max-width: 767px) {
	#fv_btn {
		display: none;
	}
}

.btn {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #D9516F;
	box-shadow: 0 8px 0 #743240;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.3s;
	font-size: clamp(16px, 4vw, 25px);
	font-weight: 900;
	width: clamp(180px, 20vw, 350px);
	height: auto;
	aspect-ratio: 7 / 2;
}

@media screen and (max-width: 1024px) {
	.btn {
		font-size: clamp(16px, 6vw, 18px);
		aspect-ratio: 6 / 1.3;
	}
}

@media screen and (max-width: 767px) {
	.btn {
		width: 75%;
		font-size: clamp(18px, 4.5vw, 20px)
	}
}

.btn.line {
	background-color: #00AE30;
	box-shadow: 0 8px 0 #0D6F28;
}

/* ホバー時 */
.btn:hover {
	box-shadow: none;
	transform: translateY(5px);
}

/* クリック時 */
.btn:active {
	box-shadow: none;
	transform: translateY(5px);
}

/*******CTA********/
.cta {
	background: #003A8D;
	padding: 60px 0 54px 0
}

@media screen and (max-width: 767px) {
	.cta {
		padding: 8.45410628vw 0 7.24637681vw 0
	}
}

.cta_btn {
	display: flex;
	justify-content: center;
	column-gap: 35px;
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.cta_btn {
		display: flex;
		flex-direction: column;
	}

	.cta_btn div {
		display: flex;
		justify-content: center;
		margin-bottom: 6.03864734vw;
	}
}

.cta p {
	font-size: 40px;
	color: #fff;
	font-weight: 600;
	display: block;
	text-align: center;
	filter: drop-shadow(5px 5px 0px #000);
}

@media screen and (max-width: 767px) {
	.cta p {
		font-size: clamp(20px, 9vw, 36px);
	}
}




/*******家電もPC等のオフィス用品もOK！ 青背景********/
#intro {
	background: #4DA5C3 url(../img/dot.png) repeat-x;
	text-align: center;
	padding: 40px 0 35px 0
}

@media screen and (max-width: 767px) {
	#intro {
		padding: 9.66183575vw 0 2.41545894vw 0
	}
}

#intro_title {
	width: clamp(500px, 100vw, 922px);
	margin: 0 auto;
	background: url(../img/intro/intro_title.svg) no-repeat;
	height: 108px;
	font-size: clamp(30px, 9vw, 44px);
	padding: 3px 0 0 0;
	font-weight: 900;
}

@media screen and (max-width: 767px) {
	#intro_title {
		width: 97%;
		font-size: 4.34782609vw;
		height: 10.86956522vw;
	}
}




/*******ステルンが選ばれる3つの理由********/
#reason {
	background: url(../img/intro/reason_bg.svg) no-repeat;
	background-size: cover;
	max-width: 1240px;
	width: 100%;
	max-height: 405px;
	height: 405px;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: center;
	margin: 60px auto 80px auto;
}

@media screen and (max-width: 767px) {
	#reason {
		background: url(../img/intro/reason_bg_sp.svg) no-repeat;
		background-size: cover;
		width: 85%;
		height: 106.280193vw;
		max-height: 100%;
	}
}


#reason_title {
	top: -25px;
}

@media screen and (max-width: 767px) {
	#reason_title {
		top: -2.65700483vw;
	}
}

.reason_fukidashi {
	/* background: url(../img/fukudashi.svg) no-repeat;
	background-size: cover; */
	width: 485px;
	height: 244px;
	position: absolute;
    top: 50px;
    left: -40px;
	color: #FF8319;
	font-weight: 900;
	text-align: left;
	padding: 58px 0 0 90px;
	text-shadow: 3px 4px 0 #fff2e7;
}

@media screen and (max-width: 767px) {
	.reason_fukidashi {
		width: 95%;
		height: auto;
		top: 10%;
        left: 7%;
        padding: 0;
		text-shadow: 1px 2px 0 #fff;
	}
}

.point {
	font-size: 44px;
	line-height: 1em;
	margin-bottom: 5px;
}

.naiyou {
	font-size: 62px;
	line-height: 1;
}

@media screen and (max-width: 767px) {
	.point {
		font-size: 5.79710145vw;
		margin-bottom: 2.207729vw;
	}

	.naiyou {
		font-size: 7.24637681vw;
		line-height: 1;
	}
}


#reason02 {
    top: 160px;
    left: 320px;
	color: #D9516F;
	text-shadow: 3px 4px 0 #ffe6ec;
}

#reason03 {
	top: 20px;
    left: 700px;
	color: #0D6F28;
	text-shadow: 3px 4px 0 #e4ffeb;
}

@media screen and (max-width: 767px) {
	#reason02 {
        top: 32%;
        left: inherit;
        right: -35%;
		text-shadow: 1px 2px 0 #ffe6ec;
	}

	#reason03 {
		top: 55%;
		left: 6%;
		text-shadow: 1px 2px 0 #e4ffeb;
	}
}


#reason03 .naiyou {
	font-size: 48px;
	line-height: 1.2em;
	letter-spacing: -0.05em;
}

.reason_fukidashi#reason03 {
	padding: 39px 0 0 93px;
	width: 535px;
}

@media screen and (max-width: 767px) {
	#reason03 .naiyou {
		font-size: 7.24637681vw;
		line-height: 1.2em;
	}

	.reason_fukidashi#reason03 {
		padding: 0;
	}
}




/*******こんなお悩みありませんか？********/
#nayami {
	background: url(../img/intro/nayami_bg.svg) no-repeat;
	background-size: cover;
	max-width: 1240px;
	width: 100%;
	height: 707px;
	margin: 0 auto;
	position: relative;
	margin: 60px auto 80px auto;
	padding: 80px 0 0 0;
}

@media screen and (max-width: 767px) {
	#nayami {
		background: url(../img/intro/nayami_bg_sp.svg) no-repeat;
		background-size: 100% auto;
		width: 85%;
		height: 189.61352657vw;

	}
}

#nayami_title {
	top: -25px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	#nayami_title {
		top: -2.65700483vw;
	}
}

#no_illust {
	width: 400px;
}

@media screen and (max-width: 767px) {
	#no_illust {
		order: 2;
		width: 42.478261vw;
		margin: auto 0 0 -31.40096618vw;
	}
}

#nayami ul {
	height: 204px;
	position: relative;
}

@media screen and (max-width: 767px) {
	#nayami ul {
		order: 1;
		height: 37.19806763vw;
	}
}

#nayami ul li {
	font-size: clamp(20px, 10vw, 24px);
	font-weight: 900;
	text-align: left;
	position: relative;
	padding-left: 2em;
}

@media screen and (max-width: 767px) {
	#nayami ul li {
		font-size: 3.62318841vw;
		margin-bottom: 1.20772947vw;
		padding-left: 1em;
	}
}

#nayami ul::after {
	content: 'etc.';
	font-size: clamp(20px, 10vw, 24px);
	font-weight: 900;
	position: absolute;
	right: 0;
	bottom: -45px;
}

@media screen and (max-width: 767px) {
	#nayami ul::after {
		font-size: 3.38164251vw;
	}
}

#nayami ul li::before {
	content: '';
	background: url(../img/intro/check.svg) no-repeat;
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	top: 20%;
	left: 0;
}

@media screen and (max-width: 767px) {
	#nayami ul li::before {
		width: 3.8647343vw;
		height: 3.8647343vw;
	}
}

#illust_list {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 290px;
	gap: 30px;
}

@media screen and (max-width: 767px) {
	#illust_list {
		flex-direction: column;
		justify-content: flex-start;
		height: 64.048309vwvw;
	}
}

#arrow {
	margin: 0 auto 10px;
	height: 150px;
	width: 90px;
}

@media screen and (max-width: 767px) {
	#arrow {
		margin: 8.492754vw 0 4.83091787vw 4.83091787vw;
		height: 19.3236715vw;
		width: 9.17874396vw;
	}
}

#anata {
	font-size: clamp(40px, 10vw, 55px);
	font-weight: 900;
	-moz-text-shadow: 3px 5px 0px rgba(255, 255, 255, 1);
	-webkit-text-shadow: 3px 5px 0px rgba(255, 255, 255, 1);
	-ms-text-shadow: 3px 5px 0px rgba(255, 255, 255, 1);
	text-shadow: 3px 5px 0px rgba(255, 255, 255, 1);
	position: relative;
}

@media screen and (max-width: 767px) {
	#anata {
		line-height: 1.3em;
		font-size: 6.28019324vw;
		-moz-text-shadow: 2px 3px 0px rgba(255, 255, 255, 1);
		-webkit-text-shadow: 2px 3px 0px rgba(255, 255, 255, 1);
		-ms-text-shadow: 2px 3px 0px rgba(255, 255, 255, 1);
		text-shadow: 2px 3px 0px rgba(255, 255, 255, 1);
	}
}

#anata::before {
	position: absolute;
	right: 450px;
	top: -25px;
	content: '';
	background: url(../img/intro/attention.svg) no-repeat;
	width: 56px;
	height: 55px;
}

@media screen and (max-width: 767px) {
	#anata::before {
		position: absolute;
		right: inherit;
		top: -7.7294686vw;
		left: 3.62318841vw;
		content: '';
		width: 8.69565217vw;
		height: 8.45410628vw;
	}

}


#anata_illust {
	position: absolute;
	top: -149px;
	right: 80px;
	width: 320px;
	height: 160px;
}

#anata_illust>img {
	width: auto;
	height: 100%;
}

@media screen and (max-width: 767px) {
	#anata_illust {
        margin: 2vw auto 0;
        width: 77.29468599vw;
        height: 35.647343vw;
        position: static;
	}
}



.wrap {
	width: 95%;
	margin: 0 auto;
}

.slider li {
	margin: 35px 0 65px 0;
	display: block;
}



/*******ステルンの《4つの約束》 黄緑背景********/
#promise {
	background: rgba(255, 255, 255, 0.15) url(../img/green_bg.svg) no-repeat 50% 50%;
	background-blend-mode:lighten;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 120px 0 48px 0;
	position: relative;
}

@media screen and (max-width: 767px) {
	#promise {
		padding: 18.11594203vw 0 12.07729469vw 0;
		background-size: cover;
	}
}

#promise_bg {
	clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 99%);
	background: #000;
	width: 1240px;
	height: 890px;
	display: flex;
	justify-content: center;
	position: relative;
	padding: 40px 0;
	margin: 0 auto;
	z-index: 0;
}

#promise_bg .inside {
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 99%);
    background: #fff;
    padding-top: 30px;
}

@media screen and (max-width: 767px) {
	#promise_bg {
		clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 99%);
		width: 85%;
		height: 318.84057971vw;
		border-bottom: 6px solid #000;
		display: block;
	}
	#promise_bg .inside {
		top: 4px;
        left: 4px;
        right: 4px;
        bottom: 4px;
        clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 99%);
	}
}

#promise_title {
	top: 68px;
	position: absolute;
}

@media screen and (max-width: 767px) {
	#promise_title {
		width: 80%;
		top: 14.044928vw;
	}
}

.wow {
	position: absolute;
	top: -11px;
	right: -366px;
	width: 238px;
	height: 170px;
}

@media screen and (max-width: 767px) {
	.wow {
		top: 9.17874396vw;
		right: -6.28019324vw;
		width: 27.0531401vw;
		height: 16.90821256vw;
	}
}


.promise_box {
	position: relative;
	padding: 14px;
	border: solid 3px #000;
	/**内側の線***/
	max-width: 500px;
	position: relative;
	background: #fff;
	font-size: 18px;
	font-weight: 600;
	text-align: justify;
}

@media screen and (max-width: 767px) {
	.promise_box {
		font-size: 4.34782609vw;
		max-width: 85%;
		padding: 2.41545894vw;
		margin: 15.2173913vw auto 13.84058vw auto;
	}
}

.promise_box::before {
	content: "";
	position: absolute;
	top: -16px;
	bottom: -16px;
	left: -16px;
	right: -16px;
	border: solid 1px #000;
	/**外側の線***/
	background: #fff;
	z-index: -1;
	box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 1);
}

.promise_fukidashi {
	background: url(../img/fukudashi02.svg) no-repeat;
	background-size: contain;
	width: 420px;
	height: 240px;
	position: absolute;
	z-index: 1;
	top: -65px;
	left: -16px;
	display: flex;
	flex-direction: column;
	padding: 25px 0 0 75px;
}

@media screen and (max-width: 767px) {
	.promise_fukidashi {
		width: 69.80676329vw;
		height: 38.647343vw;
		top: -13.28502415vw;
		padding: 5.31400966vw 0 0 14.97584541vw;
	}
}

#pb1 {
	position: absolute;
	top: 104px;
	left: 50px;
}

#pb2 {
	position: absolute;
	top: 164px;
	left: 643px;
}

#pb3 {
	position: absolute;
	top: 511px;
	left: 86px;
}

#pb4 {
	position: absolute;
	top: 558px;
	left: 703px;
}

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

	#pb1,#pb2,#pb3,#pb4 {
		position: static;
		top: inherit;
		left: inherit;
	}
}

#pb4 .promise_fukidashi {
	padding: 45px 0 0 55px;
}

@media screen and (max-width: 767px) {
	#pb4 .promise_fukidashi {
		padding: 5.55555556vw 0 0 17.87439614vw;
	}
}



.p_pink {
	color: #D9516F !important;
}

.p_green {
	color: #0D6F28 !important;
}

.p_blue {
	color: #003A8D !important;
}



.promise_no {
	font-size: clamp(18px, 6vw, 22px);
	font-weight: 900;
	color: #FF8319;
}

@media screen and (max-width: 767px) {
	.promise_no {
		font-size: 3.38164251vw;
	}
}

.yakusoku {
	font-size: clamp(24px, 6vw, 34px);
	font-weight: 900;
	color: #FF8319;
	line-height: 1.2em;
}

@media screen and (max-width: 767px) {
	.yakusoku {
		font-size: 5.31400966vw;
	}
}

.p_text {
	text-align: justify;
	font-size: clamp(14px, 6vw, 18px);
	margin: 15px 0 0 0;
}

#promise .p_text {
	margin: 25px 0 0 0;
}

@media screen and (max-width: 767px) {
	.p_text {
		font-size: 3.8647343vw;
		margin: 3vw 0 0 0;
		letter-spacing: -0.01em;
	}

	#promise .p_text {
		margin: 3vw 0 0 0;
	}
}



/*******対応サービス オレンジ背景********/
#service {
	background: url(../img/service/orange_bg.svg) no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 120px 0 48px 0;
	position: relative;
}

@media screen and (max-width: 767px) {
	#service {
		padding: 18.11594203vw 0 31.40096618vw 0;
		background-size: cover !important;
		background: rgba(255, 255, 255, 0.15) url(../img/service/orange_bg_sp.svg) no-repeat;
		background-blend-mode:lighten;
	}
}

.title {
	background: url(../img/title_bg.svg) no-repeat;
	width: 563px;
	height: 109px;
	font-size: clamp(20px, 9vw, 34px);
	padding: 11px 0 0 0;
	font-weight: 900;
	text-align: center;
	position: absolute;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.title {
		width: 95%;
		height: 26.32850242vw;
		font-size: 4.83091787vw;
	}
}

#service_title,
#otoiawase_title {
	top: 100px;
}

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

	#service_title,
	#otoiawase_title {
		top: 14.25120773vw;
		width: 80% !important;
	}
}


#service_character {
	width: clamp(170px, 30vw, 278px);
	position: absolute;
	z-index: 1;
	top: -82px;
	right: -329px;
}

@media screen and (max-width: 767px) {
	#service_character {
		display: none;
	}
}

#service_character_sp {
	display: none;
}

@media screen and (max-width: 767px) {
	#service_character_sp {
		display: inline;
		width: clamp(170px, 30vw, 278px);
		position: absolute;
		z-index: 1;
		top: inherit;
		right: inherit;
		bottom: 6.28019324vw;
		left: 4.58937198vw;
	}
}


#service_bg {
	clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 97%);
	background: #000;
	width: 1240px;
	height: 766px;
	display: flex;
	justify-content: center;
	position: relative;
	padding: 40px 0;
}

#service_bg .inside {
	position: absolute;
	top: 8px;
	left: 8px;
	right: 8px;
	bottom: 8px;
	clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 97%);
	background: #F2A139;
}


@media screen and (max-width: 767px) {
	#service_bg {
		clip-path: polygon(0 1%, 100% 0, 100% 100%, 0 99%);
		background: #000;
		width: 85%;
		height: clamp(840px, 100vh, 860px);
		display: flex;
		justify-content: center;
		position: relative;
		padding: 9.66183575vw 0;
	}

	#service_bg .inside {
		position: absolute;
		clip-path: polygon(0 1%, 100% 0, 100% 100%, 0 99%);
		background: #F2A139;
		top: 4px;
        left: 4px;
        right: 4px;
        bottom: 4px;
	}
}

/*input要素は非表示*/
.tab_area input {
	display: none;
}

/*タブエリアの設定*/
.tab_area {
	display: flex;
	flex-wrap: wrap;
	width: 1100px;
	margin: 80px auto 0 auto;
}

@media screen and (max-width: 767px) {
	.tab_area {
		margin: 14.49275362vw auto 0;
		width: 100%;
	}
}



/*タブボタン部分*/
label {
	display: block;
	float: left;
	cursor: pointer;
	order: -1;
}

/*コンテンツ部分*/
.content {
	display: none;
	width: 97%;
	padding: 32px 14px;
	background: #fff;
	border: 7px #000000 solid;
	margin: 0 auto;
}


.inner {
	opacity: 0;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.inner {
		flex-direction: column;
	}
}


.tab_img img {
	width: 250px;
}

.tab_box {
	border-left: 3px #000000 solid;
	padding: 45px 0 45px 36px;
	margin-left: 36px;
}

@media screen and (max-width: 767px) {
	.tab_box {
		border-left: none;
		border-top: 3px #000000 solid;
		padding: 4.83091787vw 0 0px 0px;
		margin-left: 0px;
		margin-top: 2.41545894vw;
		width: 100%;
	}
}


.tab_box h4 {
	font-size: 26px;
	font-weight: 900;
}

@media screen and (max-width: 767px) {
	.tab_box h4 {
		font-size: clamp(18px, 6vw, 22px);
		margin-bottom: 2.41545894vw;
	}
}

.tab_box p {
	font-size: 20px;
	font-weight: 700;
	text-align: justify;
}

@media screen and (max-width: 767px) {
	.tab_box p {
		font-size: clamp(14px, 5vw, 18px);
	}
}


.btn_tab {
	width: 259px;
	z-index: 1;
	margin-bottom: -7px;
}

@media screen and (max-width: 767px) {
	.btn_tab {
		width: 30%;
		margin-bottom: -3px;
	}
}


input:checked+.btn_tab {
	background-size: contain;
	width: 323px;
	height: 128px;
	background-position: bottom center;
}

/*タブ1を選択したとき*/
input:checked#tab1+.btn_tab {
	background: url(../img/tab/tab_recycle_active.svg) no-repeat;
}

/*タブ2を選択したとき*/
input:checked#tab2+.btn_tab {
	background: url(../img/tab/tab_office_active.svg) no-repeat;
}

/*タブ2を選択したとき*/
input:checked#tab3+.btn_tab {
	background: url(../img/tab/tab_pc_active.svg) no-repeat;
}

input:checked+.btn_tab img {
	display: none;
}

@media screen and (max-width: 767px) {
	input:checked+.btn_tab {
		width: 40%;
		height: auto;
	}
}




input:checked+.btn_tab+.content {
	display: block;
}
@media screen and (max-width: 767px) {
	input:checked+.btn_tab+.content {
		border: 5px solid #000;
	}
}

/*コンテンツをフェイドインするアニメーション*/
input:checked+.btn_tab+.content .inner {
	animation: fadeIn 1.5s forwards;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

#kaisyu_title {
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	margin: 36px 0 20px 0;
}

@media screen and (max-width: 767px) {
	#kaisyu_title {
		font-size: clamp(16px, 5vw, 20px);
	}
}


#kaisyu_list {
	display: flex;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	#kaisyu_list {
		width: 95%;
		flex-wrap: wrap;
	}
}

#kaisyu_list li {
	background: #fff;
	border-radius: 30px;
	border: 5px #000 solid;
	font-size: 24px;
	font-weight: 700;
	width: 260px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	#kaisyu_list li {
		width: 49%;
		font-size: 3.62318841vw;
		border: 2px #000 solid;
		margin-bottom: 1.93236715vw;
	}
}



/*******パック一覧 赤背景********/
#pack {
	background: url(../img/pack/red_bg.svg) no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 98px 0 144px 0;
	position: relative;
}

@media screen and (max-width: 767px) {
	#pack {
		background: rgba(255, 255, 255, 0.15) url(../img/pack/red_bg_sp.svg) no-repeat;
		background-blend-mode:lighten;
		padding: 16.90821256vw 0;
		background-size: cover;
	}
}

#pack_bg {
	clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 99%);
	background: #000;
	width: 1240px;
	height: 2490px;
	display: flex;
	justify-content: center;
	position: relative;
	padding: 40px 0;
}

#pack .inside {
	position: absolute;
	top: 8px;
	left: 8px;
	right: 8px;
	bottom: 8px;
	clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 99%);
	background: #fff;
	padding-top: 70px;
}

@media screen and (max-width: 767px) {
	#pack_bg {
		clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 99%);
		width: 85%;
		height: 537.63285vw;
	}

	#pack_bg .inside {
		top: 4px;
		left: 4px;
		right: 4px;
		bottom: 4px;
		clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 99%);
	}
}

#pack_title {
	top: 70px;
}

@media screen and (max-width: 767px) {
	#pack_title {
		top: 12.56038647vw;
		width: 80%;
	}
}

#pack_midashi {
	font-size: clamp(20px, 10vw, 51px);
	color: #D9516F;
	font-weight: 900;
	margin: 25px 0 25px 55px;
}

@media screen and (max-width: 767px) {
	#pack_midashi {
		font-size: 5.31400966vw;
		text-align: left;
		padding-left: 4.34782609vw;
		margin: 1.20772947vw auto 2.41545894vw auto;
		line-height: 1.3em;
	}
}

#pack_midashi span {
	position: relative;
}

#pack_midashi span:before {
	content: '';
	background: url(../img/odoroki.svg) no-repeat;
	width: 32px;
	height: 30px;
	display: inline-block;
	position: absolute;
	left: -23px;
}

@media screen and (max-width: 767px) {
	#pack_midashi span:before {
		width: 6.03864734vw;
		height: 3.62318841vw;
		left: -8px;
		top: -4px;
	}
}

#pack_character {
	width: clamp(170px, 30vw, 209px);
	position: absolute;
	z-index: 1;
	top: 22px;
	right: -329px;
}

@media screen and (max-width: 767px) {
	#pack_character {
		width: clamp(90px, 30vw, 120px);
		top: 12.31884058vw;
		right: -7.97101449vw;
	}
}

#orange_box {
	border: 8px #FF8319 solid;
	background: #fff;
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}

#orange_box h4 {
	font-size: clamp(20px, 9vw, 30px);
	font-weight: 900;
	color: #fff;
	text-align: center;
	background: #FF8319;
	padding: 0px 0 10px 0;
}

@media screen and (max-width: 767px) {
	#orange_box h4 {
		font-size: 3.8647343vw;
		padding: 1.20772947vw 0 2.89855072vw 0;
		line-height: 1.4em;
	}
}

#orange_box ul {
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 30px 0;
}

@media screen and (max-width: 767px) {
	#orange_box ul {
		flex-wrap: wrap;
		padding: 3.38164251vw 2.41545894vw;
		gap: 2.41545894vw;
	}
}

#orange_box ul li {
	background: #FF8319;
	color: #fff;
	font-weight: 900;
	font-size: clamp(14px, 5vw, 20px);
	text-align: center;
	border-radius: 30px;
	width: clamp(220px, 13vw, 255px);
	line-height: 0.9em;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 767px) {
	#orange_box ul li {
		font-size: 3.38164251vw;
		width: 46%;
		height: 8.21256039vw;
	}
}

#orange_box ul li p {
	font-size: 70%;
	display: contents;
}

.pack_box {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 20px;
	border: solid 3px #000;
	/**内側の線***/
	max-width: 1072px;
	margin: 105px auto 0 auto;
	position: relative;
}

@media screen and (max-width: 767px) {
	.pack_box {
		flex-direction: column-reverse;
		max-width: 88%;
		padding: 2.41545894vw;
		margin: 10.531401vw auto 0 auto;
	}
}

.pack_box::before {
	content: "";
	position: absolute;
	top: -16px;
	bottom: -16px;
	left: -16px;
	right: -16px;
	border: solid 1px #000;
	/**外側の線***/
	z-index: -1;
	box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 1);
}

.illist_box {
	width: 35%;
	margin-right: 75px;
	position: relative;
}

@media screen and (max-width: 767px) {
	.illist_box {
		width: 100%;
		margin-right: 0px;
		margin-top: 7.24637681vw;
	}

	.blue .illist_box {
		display: none;
	}
}

.illist_box img {
	position: absolute;
	bottom: 0;
}

@media screen and (max-width: 767px) {
	.illist_box img {
		position: inherit;
		width: 70%;
		margin: 0 auto;
		display: block;
	}
}

.pack_text {
	width: 65%;
}

@media screen and (max-width: 767px) {
	.pack_text {
		width: 100%;
		margin: 0;
	}
}

.pack_fukidashi {
	width: 459px;
	height: 240px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	position: absolute;
	display: flex;
	flex-direction: column;
	padding: 40px 0 0 50px;
}

@media screen and (max-width: 767px) {
	.pack_fukidashi {
		width: auto;
		height: auto;
		position: static;
		padding: 0 0 3.8647343vw 0;
	}
}



.style {
	font-size: clamp(11px, 4vw, 16px);
	color: #fff;
	background: #FF8319;
	display: block;
	font-weight: 900;
	text-align: center;
	padding: 0 12px;
	border-radius: 4px;
	width: fit-content;
}

@media screen and (max-width: 767px) {
	.style {
		font-size: 2.89855072vw;
		padding: 0 2.41545894vw;
	}
}

.grade {
	font-size: clamp(30px, 10vw, 40px);
	font-weight: 900;
	color: #FF8319;
	line-height: 1.3em;
}

@media screen and (max-width: 767px) {
	.grade {
		font-size: 5.31400966vw;
	}
}

.price {
	font-size: clamp(30px, 10vw, 50px);
	color: #FF2928;
	font-weight: 900;
	line-height: 0.7em;
	-webkit-text-stroke: 5px #fff;
	text-stroke: 5px #fff;
	paint-order: stroke;
}

@media screen and (max-width: 767px) {
	.price {
		font-size: 6.76328502vw;
	}
}

.price span {
	font-size: 70%;
}

.rotate {
	transform: rotate(-10deg);
}

.meyasu {
	font-size: clamp(14px, 10vw, 24px);
	font-weight: 900;
	color: #fff;
	background: #FF8319;
	margin-bottom: 24px;
	padding-left: 10px;
}

@media screen and (max-width: 767px) {
	.meyasu {
		font-size: 3.8647343vw;
		margin-bottom: 1.44927536vw;
	}
}

ul.meyasu_text {
	font-size: clamp(14px, 10vw, 20px);
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	ul.meyasu_text {
		font-size: 3.8647343vw;
	}
}

ul.item {
	font-size: clamp(14px, 10vw, 20px);
	font-weight: 600;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin: 24px 0;
}

@media screen and (max-width: 767px) {
	ul.item {
		font-size: 2.89855072vw;
		gap: 1.44927536vw;
		margin: 1.44927536vw 0 0 0;
	}
}

ul.item li {
	border: 2px #FF8319 solid;
	color: #FF8319;
	border-radius: 4px;
	padding: 0 10px;
}

@media screen and (max-width: 767px) {
	ul.item li {
		padding: 0 1.20772947vwvw;
	}
}

.pink .style {
	background: #D9516F
}

.pink .grade {
	color: #D9516F
}

.pink .meyasu {
	background: #D9516F
}

.pink ul.item li {
	color: #D9516F;
	border: 2px #D9516F solid;
}

.green .style {
	background: #0D6F28
}

.green .grade {
	color: #0D6F28
}

.green .meyasu {
	background: #0D6F28
}

.green ul.item li {
	color: #0D6F28;
	border: 2px #0D6F28 solid;
}

.blue .style {
	background: #003A8D
}

.blue .grade {
	color: #003A8D;
	line-height: 1em;
	position: relative;
}

.blue .meyasu {
	background: #003A8D
}

.blue .pack_fukidashi {
	padding: 30px 0 0 45px;
}

@media screen and (max-width: 767px) {
	.blue .pack_fukidashi {
		padding: 0 0 3.8647343vw 0
	}
}

.blue .grade span {
	position: relative;
}

.blue .grade span::after {
	position: absolute;
	content: '';
	background: url(../img/pack/pack_odoroki.svg) no-repeat;
	width: 86px;
	height: 85px;
	top: -20px;
	right: -70px;
}

@media screen and (max-width: 767px) {
	.blue .grade span::after {
		width: 12.56038647vw;
		height: 12.07729469vw;
		top: -3.14009662vw;
		right: -24.63768116vw;
	}
}



#panpan_illust {
	margin: 40px 0 0 0;
	width: 80%;
}

@media screen and (max-width: 767px) {
	#panpan_illust {
		margin: 0;
		width: 100%;
	}
}

#description {
	border: 8px #000 solid;
	background: #fff;
	font-weight: 600;
	max-width: 1240px;
	width: 100%;
	margin: 80px auto 0 auto;
	padding: 35px 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: justify;
}

@media screen and (max-width: 767px) {
	#description {
		flex-direction: column;
		padding: 6.03864734vw 3.62318841vw;
		margin: 4.83091787vw auto 0 auto;
		width: 84%;
		border: 4px #000 solid;
	}
}


#description_logo img {
	width: 215px;
}

@media screen and (max-width: 767px) {
	#description_logo img {
		width: 38.647343vw;
		margin-top: 4.83091787vw;
	}
}

#description ul {
	list-style-type: disc;
}

@media screen and (max-width: 767px) {
	#description ul {
		padding-left: 4.83091787vw;
	}
}


/*******利用までの流れ 黄緑背景********/
#flow {
	background: rgba(255, 255, 255, 0.15) url(../img/green_bg.svg) no-repeat 50% 50%;
	background-blend-mode:lighten;
	background-size: cover;
	/*display: flex;
	justify-content: center;
	align-items: center;*/
	padding: 102px 0 108px 0;
	position: relative;
}

@media screen and (max-width: 767px) {
	#flow {
		padding: 19.3236715vw 0 1.93236715vw 0;
	}
}


#flow_title {
	top: 70px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	#flow_title {
		top: 15.2173913vw;
		width: 80%;
	}
}

#flow_bg {
	clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 98%);
	background: #000;
	width: 1240px;
	height: 880px;
	display: flex;
	justify-content: center;
	position: relative;
	padding: 40px 0;
	margin: 0 auto
}

#flow_bg .inside {
	position: absolute;
	top: 8px;
	left: 8px;
	right: 8px;
	bottom: 8px;
	clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 98%);
	background: #fff;
	padding-top: 70px;
}

@media screen and (max-width: 767px) {
	#flow_bg {
		clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 99%);
		width: 85%;
		height: 178.74396135vw;
	}

	#flow_bg .inside {
		top: 0.96618357vw;
		left: 0.96618357vw;
		right: 0.96618357vw;
		bottom: 0.96618357vw;
		clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 99%);
	}
}

.mazu {
	font-size: 28px;
	font-weight: 600;
	color: #d9516f;
	text-align: center;
	margin: 20px 0 25px 0;
}

@media screen and (max-width: 767px) {
	.mazu {
		font-size: 5.31400966vw;
		text-align: left;
		margin: 0px auto 6.03864734vw auto;
		line-height: 1.5em;
		width: 95%;
	}
}


#flow_character {
	width: clamp(120px, 30vw, 161px);
	position: absolute;
	z-index: 1;
	top: 12px;
	right: -280px;
}

@media screen and (max-width: 767px) {
	#flow_character {
		width: clamp(100px, 20vw, 150px);
		position: absolute;
		z-index: 1;
		top: 14.49275362vw;
		right: -2.41545894vw;
	}
}



#flow dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	max-width: 1100px;
	width: 100%;
	margin: 0 auto 14px auto;
}

@media screen and (max-width: 767px) {
	#flow dl {
		width: 92%;
		align-items: flex-start;
		column-gap: 4%;
		margin: 0 auto 7.24637681vw auto;
		align-items: center;
	}
}

#flow dl dt {
	width: 20%;
	color: #d9516f;
	display: flex;
	align-items: center;
	text-align: center;
}

@media screen and (max-width: 767px) {
	#flow dl dt {
		width: 25%;
		flex-direction: column-reverse;
	}
}

.icon {
	width: 61px;
	margin: 0 auto;
	position: relative;
}

#flow dl dd {
	width: 80%;
	font-weight: 600;
	text-align: justify;
}

@media screen and (max-width: 767px) {
	#flow dl dd {
		font-size: 3.38164251vw;
		width: 70%;
	}
}

.flow_item {
	font-weight: 900;
	font-size: 14px;
}

@media screen and (max-width: 767px) {
	.flow_item {
		font-size: 2.65700483vw;
	}
}


.flow_number {
	font-size: 64px;
	margin-left: 20px;
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	.flow_number {
		font-size: clamp(18px, 21vw, 57px);
		margin-left: 1.20772947vw;
		line-height: 0.8em;
		margin-bottom: 3.62318841vw;
	}
}


.item_icon {
	text-align: center;
	width: 100px;
	position: relative;
}

@media screen and (max-width: 767px) {
	.item_icon {
		width: 100%
	}
}

.icon::after {
	content: '';
	background: url(../img/flow/sankaku.svg) no-repeat;
	position: absolute;
	width: 20px;
	height: 12px;
	bottom: -23px;
	left: 0;
	right: 0;
	margin: 0 auto;
}



/**********最後のアイコンだけ三角なし**********/
.no_sankaku.icon::after {
	background: none;
}


/**********基準の高いスタッフが対応！**********/

#staff {
	background: url(../img/flow/staff_bg.svg) no-repeat;
	background-size: cover;
	max-width: 1240px;
	width: 100%;
	height: 565px;
	position: relative;
	display: flex;
	justify-content: center;
	margin: 110px auto 0px auto;
}

@media screen and (max-width: 767px) {
	#staff {
		background: url(../img/flow/staff_bg_sp.svg) no-repeat;
		background-size: cover;
		border-bottom: 1.207729vw solid #000;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: left;
		width: 85%;
		height: auto;
		margin: 14.49275362vw auto 12.07729469vw auto;
	}
}


#staff_title {
	top: 15px;
	background: none;
	font-size: 40px;
	text-shadow: 4px 4px 0 #fff;
}

@media screen and (max-width: 767px) {
	#staff_title {
		top: 1.20772947vw;
		left: 0;
		right: 0;
		margin: 0 auto;
		font-size: 5.52173913vw;
		text-shadow: 2px 2px 0 #fff;
	}
}

#staff_list {
	display: flex;
	justify-content: space-between;
	max-width: 1100px;
	width: 100%;
	margin: 50px auto 0 auto;
}

@media screen and (max-width: 767px) {
	#staff_list {
		flex-direction: column;
		width: 94%;
	}
}

.staff_box {
	background: url(../img/flow/take.png) no-repeat;
	width: 342px;
	height: 413px;
	font-size: 22px;
	font-weight: 900;
	text-align: left;
	line-height: 1.3em;
	position: absolute;
	top: 70px;
	left: 40px;
}

@media screen and (max-width: 767px) {
	.staff_box {
		background: url(../img/flow/take.png) no-repeat;
		background-size: contain !important;
		width: 46%;
		height: 53vw;
		aspect-ratio: 340 / 413;
		position: static;
		margin: 2.41545894vw 2% 2.41545894vw;
		font-size: 2.5986vw;
	}

	.staff_box:nth-child(-n+3) {
		margin: 14.49275362vw 2% 2.41545894vw;
	}
}

.staff_comment {
	padding: 43px 0 0 80px;
}

#kenken .staff_comment {
	padding: 59px 0 0 70px;
}

#stern .staff_comment {
	padding: 61px 0 0 100px;
}

@media screen and (max-width: 767px) {
	.staff_comment {
		padding: 11% 0 0 23%;
	}

	#kenken .staff_comment {
		padding: 16% 0 0 15%;
	}

	#stern .staff_comment {
		padding: 16% 0 0 26%;
	}
}

#kenken {
	background: url(../img/flow/kenken.png) no-repeat;
	top: 110px;
	left: 440px;
}

#stern {
	background: url(../img/flow/stern.png) no-repeat;
	top: 70px;
	left: 840px;
}

@media screen and (max-width: 767px) {
	#stern {
		left: 0;
		top: 212.56038647vw;
	}
}




/*******お客様の声 青背景********/
#voice {
	background: #4DA5C3 url(../img/dot.png) repeat-x;
	text-align: center;
	padding: 101px 0 171px 0;
	position: relative;

}

@media screen and (max-width: 767px) {
	#voice {
		padding: 21.343089vw 0 10.62801932vw 0
	}
}

#voice_bg {
	background: url(../img/voice/voice_bg.png) no-repeat;
	background-size: cover;
	margin: 30px auto 0 auto;
	max-width: 1240px;
	width: 100%;
	height: 1366px;
	position: relative;
	z-index: 0;
	border-bottom: 9px solid #000;
}

#voice_bg::before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 110px;
	width: 327px;
	height: 227px;
	background: url(../img/voice/stern.svg) 50% 100% no-repeat;
	background-size: contain;
}

#voice_bg::after {
	content: "";
	position: absolute;
	bottom: 0px;
	right: 40px;
	width: 597px;
	height: 487px;
	background: url(../img/voice/thanks.svg) 50% 100% no-repeat;
	background-size: contain;
}

@media screen and (max-width: 767px) {
	#voice_bg {
		background: url(../img/voice/voice_bg_sp.png) no-repeat;
		background-size: cover;
		margin: 7.24637681vw auto 0 auto;
		width: 85%;
		height: auto;
		padding: 2vw 0 50vw 0;
		border-bottom: 6px solid #000;
	}

	#voice_bg::before {
		display: none;
	}

	#voice_bg::after {
		bottom: -1px;
		right: 50%;
		transform: translateX(50%);
		width: 90%;
		height: 70vw;
	}
}

@media screen and (max-width: 767px) {
	#voice_content {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: scroll;
		-ms-overflow-style: none;
		scrollbar-width: none;
		width: 100%;
		margin: 0 auto;
		align-items: stretch;
	}
}

#voice .promise_fukidashi {
	padding: 72px 0 0 78px;
}

@media screen and (max-width: 767px) {
	#voice .promise_fukidashi {
		padding: 10.62801932vw 0 0 10.86956522vw;
	}
}


#v06 .promise_fukidashi {
	padding: 92px 0 0 71px;
}

@media screen and (max-width: 767px) {
	#v06 .promise_fukidashi {
		padding: 10.14492754vw 0 0 20.28985507vw;
	}

}

#voice_title {
	left: 0;
	right: 0;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	#voice_title {
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 80%;
	}	
}

.v_midashi {
	font-size: clamp(22px, 6vw, 28px);
	font-weight: 900;
	color: #FF8319;
	line-height: 1.2em;
}

@media screen and (max-width: 767px) {
	.v_midashi {
		font-size: 4.83091787vw;
		letter-spacing: -0.02em;
	}
}



#v01,#v02,#v03,#v04,#v05,#v06,#v07,#v08 {
	position: absolute;
}

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

	#v01,#v02,#v03,#v04,#v05,#v06,#v07,#v08 {
		position: static;
		min-width: 85%;
		display: flex;
		align-items: stretch;
	}
}

#v01 {
	top: 111px;
	left: 50px;
}

#v02 {
	top: 171px;
	left: 640px;
}

#v03 {
	top: 484px;
	left: 80px;
}

#v04 {
	top: 594px;
	left: 680px;
}

#v05 {
	top: 790px;
	left: 50px;
}

#v06 {
	top: 1374px;
	left: 640px;
}

#v07 {
	top: 1764px;
	left: 80px;
}

#v08 {
	top: 1854px;
	left: 680px;
}





/*******対応エリア 白背景********/
#area_faq {
	text-align: center;
	padding: 0px 0 70px 0
}

@media screen and (max-width: 767px) {
	#area_faq {
		padding: 10.62801932vw 0 14.49275362vw 0
	}
}

#area_faq h2 {
	font-size: clamp(20px, 10vw, 34px);
	font-weight: 900;
	margin: 70px 0 35px 0;
}

@media screen and (max-width: 767px) {
	#area_faq h2 {
		font-size: 6.28019324vw;
	}
}

.head-border {
	position: relative;
	display: inline-block;
	padding: 0 155px;
}

@media screen and (max-width: 767px) {
	.head-border {
		padding: 0 24%;
	}
}

.head-border:before,
.head-border:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 135px;
	height: 1px;
	background-color: #000;
}

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

	.head-border:before,
	.head-border:after {
		width: 6rem;
	}
}

.head-border:before {
	left: 0;
}

.head-border:after {
	right: 0;
}

#area {
	border: 8px #000 solid;
	max-width: 1240px;
	width: 100%;
	padding: 40px 85px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	font-weight: 600;
	text-align: left;
}

@media screen and (max-width: 767px) {
	#area {
		flex-direction: column;
		width: 85%;
		padding: 4.83091787vw;
		border: 4px #000 solid;
	}
}


#border {
	border-right: 1px #CCCCCC solid;
}

#area_block h3 {
	color: #D9516F;
	font-size: clamp(18px, 10vw, 26px);
	font-weight: 900;
	text-align: center;
	margin-bottom: 7px;
}

@media screen and (max-width: 767px) {
	#area_block h3 {
		font-size: 5.31400966vw;
	}
}

.chiiki {
	font-weight: 400;
}

@media screen and (max-width: 767px) {
	.chiiki {
		text-align: center;
	}
}


#map {
	width: 312px;
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	#map {
		width: 80%;
		margin: 2.41545894vw auto 0 auto;
	}
}

#kyoten_block h3 {
	font-weight: 600;
	font-size: clamp(18px, 10vw, 26px);
	margin-bottom: 7px;
}

@media screen and (max-width: 767px) {
	#kyoten_block h3 {
		font-size: 5.31400966vw;
	}
}

#kyoten_block dl {
	width: 500px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 70px;
}

@media screen and (max-width: 767px) {
	#kyoten_block dl {
		width: 100%;
		margin-top: 30px;
	}

}

#kyoten_block dl dt {
	width: 35%;
	margin-bottom: 10px;
}

#kyoten_block dl dd {
	width: 65%;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	#kyoten_block dl dt {
		width: 40%;
		font-size: 3.38164251vw;
	}

	#kyoten_block dl dd {
		width: 60%;
		font-size: 3.38164251vw;
	}
}

#kyoten_block .message {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}



dl.faq {
	max-width: 1240px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	text-align: left;
}

@media screen and (max-width: 767px) {
	dl.faq {
		width: 85%;
	}
}

dl.faq dt {
	width: 8%;
	margin-bottom: 15px;
	font-size: clamp(30px, 10vw, 54px);
	font-weight: 900;
	color: #D9516F;
	line-height: 1em;
}

@media screen and (max-width: 767px) {
	dl.faq dt {
		width: 15%;
	}
}

dl.faq dd {
	width: 92%;
	margin-bottom: 15px;
	font-weight: 600;
	font-size: clamp(16px, 10vw, 22px);
	margin: 11px 0 0 0;
}

@media screen and (max-width: 767px) {
	dl.faq dd {
		width: 85%;
		font-size: 3.8647343vw;
	}
}


.answer {
	color: #003A8D;
	 !important
}

#faq_illust {
	width: clamp(250px, 60vw, 500px);
	margin: 65px auto 0 auto;
}

@media screen and (max-width: 767px) {
	#faq_illust {
		width: clamp(150px, 60vw, 210px);
		margin: 8.45410628vw auto 0 auto;
	}
}


.hr {
	max-width: 1240px;
	width: 100%;
	border-bottom: 1px #ccc solid;
	margin: 10px auto;
}

@media screen and (max-width: 767px) {
	.hr {
		width: 85%;
	}
}


.sub {
	font-size: clamp(12px, 3vw, 18px);
	font-weight: 400;
	margin: 50px 0 10px 0;
}

@media screen and (max-width: 767px) {
	.sub {
		margin: 12.07729469vw 0 4.83091787vw 0;
	}
}

.card img {
	width: 500px;
}

@media screen and (max-width: 767px) {
	.card img {
		width: 60%;
	}
}

#taimen {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	#taimen {
		flex-direction: column;
		justify-content: left;
	}
}

.denshi img {
	width: 380px;
}

.paypay img {
	width: 300px;
}

.id img {
	width: 300px;
}

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

	.denshi img,.paypay img,.id img {
		width: 60%;
	}
}


.dash_border {
	width: 1px;
}

@media screen and (max-width: 767px) {
	.dash_border {
		height: 14.49275362vw;
		width: 60%;
	}
}



/*******お問い合わせ 黄緑背景********/
#contact {
	background: rgba(255, 255, 255, 0.15) url(../img/green_bg.svg) no-repeat 50% 50%;
	background-blend-mode:lighten;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 120px 0 112px 0;
	position: relative;
}

#contact_bg {
	clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 97%);
	background: #000;
	width: 1240px;
	height: 830px;
	display: flex;
	justify-content: center;
	position: relative;
	padding: 40px 0;
}

#contact_bg .inside {
	position: absolute;
	top: 8px;
	left: 8px;
	right: 8px;
	bottom: 8px;
	clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 97%);
	background: #fff;
	padding-top: 70px;
}

@media screen and (max-width: 767px) {
	#contact_bg {
		clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 99%);
		width: 85%;
		height: 270.53140097vw;
	}

	#contact_bg .inside {
		clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 99%);
		top: 4px;
        left: 4px;
        right: 4px;
        bottom: 4px;
	}
}


#otoiawase_title {
	max-width: clamp(370px, 30vw, 562px);
	width: 562px;
	position: absolute;
	z-index: 1;
	top: 110px;
}

#contact_character {
	width: clamp(170px, 30vw, 343px);
	position: absolute;
	z-index: 1;
	top: -85px;
	right: -420px;
}

@media screen and (max-width: 767px) {
	#contact_character {
		width: clamp(130px, 20vw, 200px);
        top: 12.077295vw;
		right: -8.415459vw;
	}
}


#kantan_midashi {
	font-size: clamp(20px, 10vw, 40px);
	color: #D9516F;
	font-weight: 900;
	text-align: center;
	margin: 25px auto;
}

@media screen and (max-width: 767px) {
	#kantan_midashi {
		font-size: 5.31400966vw;
		text-align: left;
		padding-left: 2.89855072vw;
		margin: 1.20772947vw auto 0 auto;
	}
}

#kantan_midashi span {
	position: relative;
}

#kantan_midashi span:before {
	content: '';
	background: url(../img/odoroki.svg) no-repeat;
	width: 32px;
	height: 30px;
	display: inline-block;
	position: absolute;
	left: -23px;
}

@media screen and (max-width: 767px) {
	#kantan_midashi span:before {
		width: 6.03864734vw;
		height: 3.62318841vw;
		left: -1.93236715vw;
		top: -0.96618357vw;
	}
}


#container {
	max-width: 1062px;
	margin: 0 auto;
	position: relative;
}

/*******フッター********/
footer {
	background: #333333;
	color: #fff;
	height: 64px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 64px;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	footer {
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
		padding: 6.28019324vw 0;
		height: auto;
	}

	footer a {
		margin-bottom: 3.62318841vw;
	}
}

a {
	color: #fff;
}