@charset "UTF-8";
/*====================================================================
　Commons
====================================================================*/
.fit{
	inline-size: fit-content;
}
.w95{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.img_bx{
	margin: 0 auto 80px;
	padding: 0;
	text-align: center;
}
.pat_box{
	padding: 40px;
	margin : 0 auto 40px;
	border: 1px solid #fff;
	/*border-image: linear-gradient(to left top, #d0a22c 0%, #fffc19 40%,#fffc19 55%, #d0a22c 70%, #fffc19 100%);
	border-image-slice: 1;*/
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	color: #fafcff;
	font-family: "Noto Serif JP", serif;
}
.bg_gry .pat_box{
	padding: 30px 30px 0px;
	margin: 40px auto;
}
.pat_box>div{
	margin-bottom: 40px;
}
.pat_box .date{
	text-align: center;
	padding: 0;
	font-size: 30px;
	letter-spacing: 3px;
	background: linear-gradient(180deg, #ffdb6d 0%, #ffdb6d 45%, #cdab41 46%, #ffdb6d 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	text-shadow: none;
	margin-bottom: 5px;

}
.pat_box .result{
	text-align: center;
	padding: 0;
	color: var(--color-sub1);
	mix-blend-mode: color-dodge;
	font-weight: bold;
	font-size: 2em;
	font-family: "Noto Serif JP", serif;
}

.pat_box .result>span{
	font-size: 2em;
}
.pat_box .date>span{
	display: inline-block;
	font-size: 1.3em;
	font-weight: bold;
	margin-left: 20px;
}
.benefit{
	max-width: 1000px;
	margin: 0 auto 80px;
/*	background: rgba(0, 0, 0, .8);*/
	font-size: 2em;
	color: var(--color-wht);
	text-shadow: 1px 0 8px rgb(33,33,33,0.5),
				 0 1px 8px rgb(33,33,33,0.5),
				 -1px 0 8px rgb(33,33,33,0.5),
				 0 -1px 8px rgb(33,33,33,0.5);
	font-family: "Noto Serif JP", serif;
/*	font-style: italic;*/
	font-weight: 600;
	line-height: 1.4;
}
.benefit>div{
	padding: 45px 30px;
	margin-bottom: 20px;
	display: flex;
	gap: 30px;
}
.benefit p{
	margin-bottom: 0;
	flex: 1;
	letter-spacing: -0.01em;
}
.benefit .num{
	display: inline-block;
	margin: auto;
	font-size: 2.2em;
	line-height: 1;
	font-style: italic;
	color: var(--color-main2);
}
.benefit .ben01{
	background: url(../images/ben01.png) no-repeat center;
	background-size: cover;
}
.benefit .ben02{
	background: url(../images/ben02.png) no-repeat center;
	background-size: cover;
}
.benefit .ben03{
	background: url(../images/ben03.png) no-repeat center;
	background-size: cover;
}
.benefit .ben04{
	background: url(../images/ben04.png) no-repeat center;
	background-size: cover;
}
.benefit .ben05{
	background: url(../images/ben05.png) no-repeat center;
	background-size: cover;
}
.benefit .ben06{
	background: url(../images/ben06.png) no-repeat center;
	background-size: cover;
}
.benefit .ben07{
	background: url(../images/ben07.png) no-repeat center;
	background-size: cover;
}
.benefit .ben08{
	background: url(../images/ben08.png) no-repeat center;
	background-size: cover;
}
.benefit .ben09{
	background: url(../images/ben09.png) no-repeat center;
	background-size: cover;
}
.benefit .ben10{
	background: url(../images/ben10.png) no-repeat center;
	background-size: cover;
}
.benefit .ben11{
	background: url(../images/ben11.png) no-repeat center;
	background-size: cover;
}

.voice{
	padding: 40px;
	margin: 0 auto 80px;
	background: rgba(0, 0, 0, 0.7);
}
.voice>div{
	background: var(--color-wht);
	padding: 40px;
	border-radius: 30px 30px 30px 0;
	color: var(--color-blk1);
	text-shadow: none;
}
.voice>div:not(:last-child){
	margin-bottom: 20px;
}
.voice p{
	margin-bottom: 1em;
}
.voice .voice_name{
	margin-bottom: 0;
	text-align: right;
	font-size: .8em;
}
.box1 {
	max-width: 1000px;
	margin: 0 auto 80px;
	position: relative;
	padding: 30px 0 15px;
	border-top: solid 2px var(--color-main1);
	border-bottom: solid 2px var(--color-main1);
	background: var(--color-blk3);
}
.box1:before,
.box1:after{
	content: '';
	position: absolute;
	top: -10px;
	width: 2px;
	height: -webkit-calc(100% + 20px);
	height: calc(100% + 20px);
	background-color: var(--color-main1);
}
.box1:before {left: 10px;}
.box1:after {right: 10px;}
.box1 p {
	padding: 0 20px;
	margin: 0 auto 10px;
}
.box2{
	line-height: 1.4;
	color: var(--color-blk1);
	max-width: 1000px;
	margin: 0 auto 80px;
	padding: 30px 30px 10px;
	background: rgba(255,255,255,0.9);
	position: relative;
	text-shadow: none;
}
.box2:after{
	border:1px solid var(--color-main1);
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 100%;
}
.box2 p {
	margin: 0 auto 20px;
}
.box3{
	max-width: 1000px;
	margin: 0 auto 80px;
	position: relative;
	border: 1px solid var(--color-sub1);
	background: rgba(0,0,0,0.7);
/*	inline-size: fit-content;*/

}
.box3 .box3_ttl{
	background: var(--color-sub1);
	text-align: center;
	text-shadow: none;
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 0;
	padding: 20px;
	position: relative;
	color: var(--color-blk1);
}
.box3 .box3_ttl::after{
	position: absolute;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: solid 10px transparent;
	border-top: solid 10px var(--color-sub1);
	bottom: -20px;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
}
.box3>div{
	padding: 40px;
}
.box3 p{
	margin: 0 auto 30px;
}
.box3 p:last-child{
	margin-bottom: 0;
}
/*.box3 ul{
	padding: 30px;
}
.box3 ul li{
	list-style: none;
	font-size: 22px;
	position: relative;
	line-height: 1.4;
	padding-left: 1.5em;
	text-indent: -1em;

}
.box3 ul li::before{
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50px;
	background: var(--color-main1);
	margin-right: 10px;
}
.box3 ul li:not(:last-child){
	margin-bottom: 20px;
}*/
.box4{
	max-width: 1000px;
	margin: 0 auto 40px;
	position: relative;
	padding: 30px;
	background: var(--color-sub3);
	border: 1px solid var(--color-main2);
}
.box4 .box4_ttl{
	font-size: 1.6em;
	position: relative;
	font-weight: 600;
	color: var(--color-sub2);
}
.box4 .box4_ttl::before{
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50px;
	background: var(--color-main2);
	margin-right: 10px;
}
.box4 p{
	margin-bottom: 20px;
}
.box5{
	max-width: 1000px;
	margin: 0 20px 15px 0;
	padding: 10px 20px 10px 40px;
	position: relative;
	background: var(--color-wht);
	font-style: italic;
	display: inline-block;
}
.box5::before{
	display: inline-block;
	position: absolute;
	top: -4px;
	left: -5px;
	content: "“";
	font-family: sans-serif;
	font-size: 3em;
	line-height: 1;
	z-index: 2;
}
.box5::after{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	border-width: 0 0 50px 50px;
	border-style: solid;
	border-color: transparent var(--color-blk3);
}
.box5 p{
	padding: 0;
	line-height: 1.4;
	margin-bottom: 10px;
	font-size: 1.2em;
}
.box5 p:last-child{
	margin-bottom: 0;
}

.box6{
	margin: 80px auto;
	background: rgba(0,0,0,0.7);
	padding: 50px 40px 40px;
	position: relative;
	border: 1px solid var(--color-wht);
}
.box6_ttl {
	position: absolute;
	display: inline-block;
	background: var(--color-sub1);
	padding:10px;
	color: var(--color-blk1);
	text-align: center;
	font-weight: bold;
	top: -20px;
	left: 40px;
	padding: 5px 20px;
	border-radius: 3px;
	text-shadow: none;
}
.box6 p{
	margin: 0 auto 30px;
}
.box6>p:last-child{
	margin-bottom: 0;
}
.box6 .mb60{
	margin-bottom: 60px;
}
.box7 {
	max-width: 1000px;
	margin: 0 auto 80px;
	position: relative;
	padding: 60px 50px 10px;
	background: #faf9f0;
	border: 4px solid #f21379;
/*	border-image: linear-gradient(to left top, #d8346b 0%,#e84254 20%,#f53c42 40%,#f21379 60%,#ed138b 80%,#d732b6 100%);*/
	border-image: linear-gradient(0deg, rgba(182,168,130,1) 0%, rgba(232,229,209,1) 30%, rgba(233,224,204,1) 40%, rgba(249,247,234,1) 60%, rgba(200,189,157,1) 90%, rgba(182,168,130,1) 100%);
	border-image-slice: 1;
	box-shadow: 0px 0px 3px 0px rgb(208,208,208,0.9);
}

.box7:before,
.box7:after {
	position: absolute;
	content: '';
}

.box7:before {
	top: -40px;
	left: calc(50% - 40px);
	width: 80px;
	height: 80px;
	border: 2px solid #d5c7a6;
	border-radius: 50%;
	background: #d5c7a6;
	background:
	 linear-gradient(0deg, rgba(182,168,130,1) 0%, rgba(232,229,209,1) 30%, rgba(233,224,204,1) 40%, rgba(249,247,234,1) 60%, rgba(200,189,157,1) 90%, rgba(182,168,130,1) 100%);

}

/*.box7:after {
	top: 0px;
		left: calc(50% - 40px);
		width: 80px;
		height: 40px;
		background: #ffffff;
}*/
.box7 .box7_ttl{
	line-height: 1.4;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 2px dashed #d5c7a6;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: var(--color-main2);
}

.box7 .box7_ttl>span {
	font-size: 1rem;
	line-height: 60px;
	position: absolute;
	z-index: 1;
	top: -30px;
	left: calc(50% - 40px);
	width: 80px;
	/*height: 60px;*/
	text-align: center;
	color: #4af600;
	font-weight: bold;
	font-style: italic;
}

.box7 span {
	position: relative;
	z-index: 1;
}
.box7 p{
	margin: 0 auto 40px;
	padding: 0;
}
.box8{
	max-width: 1000px;
	margin: 0 auto 80px;
	position: relative;
	padding: 30px;
	border: 1px solid var(--color-sub1);
	background: rgba(0,0,0,0.7);
}
.box8 p:last-child{
	margin-bottom: 0;
}
.box9{
	max-width: 1000px;
	margin: 0 auto 80px;
	position: relative;
	padding: 30px;
	background: rgba(255,255,255,0.9);
	text-shadow: none;
	color: var(--color-blk1);
	border: 2px solid #ff0000;
    box-shadow: inset 0 0 0 5px var(--color-wht), inset 0 0 0 6px #ff0000;
}
.box9 p:last-child{
	margin-bottom: 0;
}
.box10{
	max-width: 1000px;
	margin: 0 auto 80px;
	position: relative;
	padding: 90px;
	border: 9px double var(--color-sub1);
	box-shadow:
	 inset 0 0 0 10px rgba(0,0,0,1),
	 inset 0 0 0 11px var(--color-sub1);
	background: rgba(0,0,0,0.7);
	text-align: center;
	font-size: 1.2em;
	position: relative;
}
.box10::before,
.box10::after,
.box10>div::before,
.box10>div::after{
	content: "";
	position: absolute;
	display: block;
}
.box10::before{
	top: -120px;
	left: -150px;
	width: 347px;
	height: 398px;
	background: url(../images/box10_img01.png) no-repeat center;
	background-size: contain;
	transform: scale(-1, 1);
}
.box10::after{
	bottom: -110px;
	right: -70px;
	width: 314px;
	height: 416px;
	background: url(../images/box10_img03.png) no-repeat center;
	background-size: contain;
}
.box10>div::before{
	top: 100px;
	right: -140px;
	width: 342px;
	height: 363px;
	background: url(../images/box10_img04.png) no-repeat center;
	background-size: contain;
	transform: scale(1, 1) rotate(-15deg);
}
.box10>div::after{
	bottom: 250px;
	left: -140px;
	width: 339px;
	height: 353px;
	background: url(../images/box10_img02.png) no-repeat center;
	background-size: contain;
	transform: scale(1, -1) rotate(-15deg);
}
.box10 .box10_img05,
.box10 .box10_img06,
.box10 .box10_img07,
.box10 .box10_img08{
	display: none;
	position: absolute;
}
.box10 p:last-child{
	margin-bottom: 0;
}
.check1{
	position: relative;
	margin: 0 auto 40px;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	background: var(--color-wht);
	gap: 10px;
}
.check1::after{
	content: "";
	position: absolute;
	bottom: -20px;
	left: calc(50% - 10px);
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 10px solid var(--color-wht);
}
.check1 li{
	list-style: none;
	position: relative;
	padding-left: 28px;
	width: calc(100% / 3 - (30px / 2));
	color: var(--color-blk2);
	line-height: 1.4;
	font-size: 1.4em;
	font-weight: 600;
	text-shadow: none;
}
.check1 li:not(:last-child){
	border-right: 1px dashed var(--color-blk1);
	padding-right: 20px;
}
.check1 li::before{
	content: "";
	display: inline-block;
	margin-left: -28px;
	margin-right: 8px;
	width: 20px;
	height: 20px;
	border: 1px solid var(--color-blk1);
}
.check1 li::after{
	content: "";
	position: absolute;
	top: 12px;
	left: 4px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 20px;
	height: 10px;
	border-left: 2px solid var(--color-main1);
	border-bottom: 2px solid var(--color-main1);
}
.check2{
	margin: 0 auto 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: stretch;
	gap: 10px;
}
.check2 li{
	list-style: none;
	position: relative;
	padding: 20px;
	padding-left: 2.4em;
	text-indent: -1.3em;
	background: var(--color-main2);
	border-radius: var(--raidus-main);
	margin-bottom: 10px;
}
.check2 li::before{
	content: "";
	position: absolute;
	top: 25px;
	left: 25px;
	-webkit-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	transform: rotate(50deg);
	width: 10px;
	height: 17px;
	border-right: 3px solid var(--color-main1);
	border-bottom: 3px solid var(--color-main1);
}
.check2 .bgred{
	padding-left: 1.3em;
}
.check3{
	margin: 0 auto 40px;
	text-align: left;
	padding: 30px;
	background: var(--color-wht);
	color: var(--color-blk1);
	line-height: 1.4;
	font-size: 1.4em;
	font-weight: 600;
	text-shadow: none;
}

.check3 li{
	list-style: none;
	position: relative;
	padding-left: 40px;
}
.check3 li:not(:last-child){
	padding-bottom: 10px;
}
.check3 li::before{
	content: "";
	display: inline-block;
	margin-left: -30px;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	border: 1px solid var(--color-blk1);
}
.check3 li::after{
	content: "";
	position: absolute;
	top: 15px;
	left: 14px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 20px;
	height: 10px;
	border-left: 2px solid var(--color-sub2);
	border-bottom: 2px solid var(--color-sub2);
}
.check3 li:not(:last-child){
	margin-bottom: 10px;
	border-bottom: 1px dashed var(--color-blk1);
}

.list1{
	margin: 0 auto 40px;
	padding: 30px;
	background: var(--color-blk1);
	color: var(--color-blk2);
}
.list2{
	margin: 30px auto 80px;
	font-weight: 600;
}
.list3,
.list4{
	margin: 0 auto 40px;
}
.list5{
	padding: 30px 30px 10px;
	margin: 0 auto 40px;
	background: var(--color-sub3);
	border: 1px solid var(--color-sub2);
}
.list1 li,
.list2 li,
.list3 li,
.list4 li,
.list6 li{
	list-style: none;
	position: relative;
	padding-left: 40px;
	line-height: 1.4;
}
.list1 li::before,
.list1 li::after,
.list3 li::before{
	content: "";
	position: absolute;
}
.list1 li{
	padding-left: 50px;
	padding-right: 30px;
	font-size: 24px;
}
.list1 li::before{
	top: 0;
	left: 20px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 25px;
	height: 25px;
	border-bottom: 3px solid var(--color-blk2);
}
.list1 li::after{
	top: 0;
	left: 5px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 25px;
	height: 25px;
	border-bottom: 3px solid var(--color-blk2);
}
.list1 li:not(:last-child){
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed var(--color-blk2);
}

.list2 li{
	font-size: 28px;
	border-bottom: 1px dashed var(--color-blk1);
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 1.5em;
	text-indent: -1em;
}
.list2 li:before{
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50px;
	background: var(--color-blk1);
	margin-right: 10px;
}
.list3 li{
	padding: 30px;
	border: 1px solid var(--color-main2);
	background: var(--color-sub3);
}
.list3 .list3_ttl{
	font-size: 1.6em;
	margin-bottom: 10px;
	color: var(--color-sub2);
	font-weight: bold;
	padding-left: 1em;
	text-indent: -0.8em;
}
.list3 .list3_ttl::before{
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50px;
	background: var(--color-main2);
	margin-right: 10px;
	vertical-align: 3px;
}
.list3 li:not(:last-child){
	margin-bottom: 20px;
}
.list3 p{
	margin-bottom: 0;
}
.list4 li{
	text-align: left;
	padding: 30px;
	border: 1px solid var(--color-blk3);
	background: var(--color-wht);
	font-size: 20px;
}
.list4 li:not(:last-child){
	margin-bottom: 20px;
}
.list5 li{
	list-style: none;
	position: relative;
	padding-left: 70px;
	/*padding-bottom: 10px;*/
	counter-increment: count-ex01;
	font-size: 1.4em;
	font-weight: 600;
	line-height: 1.4;
	padding-bottom: 20px;
}
.list5 li::before{
	content: "違い " counter(count-ex01);
	position: absolute;
	display: inline-block;
	background: var(--color-main1);
	color: var(--color-wht);
	width: 55px;
	height: 30px;
	text-align: center;
	top: 50%;
	left: 0;
	line-height: 27px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 14px;
	margin-top: -10px;
	font-weight: 500;
}
.list5 li::after{
	position: absolute;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: solid 4px transparent;
	border-left: solid 6px var(--color-main1);
	top: 50%;
	left: 55px;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	margin-top: -10px;
}
.list5 li:not(:last-child){
	border-bottom: 1px dashed var(--color-sub2);
	margin-bottom: 20px;
}
.list6{
	margin: 30px auto 80px;
	font-weight: 600;
	font-size: 20px;
}

.list6 li{
	padding-bottom: 10px;
	padding-left: 0;
	margin-bottom: 30px;
	position: relative;
	display: flex;
	gap: 10px;
}
.list6 li::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100%;
	background: var(--color-blk1);
}
.list6 li::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 15%;
	background: var(--color-main2);
}
.list6 .tag{
	display: inline-block;
	border: 1px solid var(--color-main2);
	color: var(--color-sub2);
	background: var(--color-sub3);
	padding: 3px 8px;
	line-height: 1;
	font-size: 14px;
	border-radius: var(--raidus-main);
	margin: auto;
}
.list6 p{
	margin-bottom: 0;
	flex: 1;
}
.border-box{
    position: relative;
    display: block;
    padding:20px 40px;
}
.border-box_impact{
	max-width: 900px;
	margin: 0 auto 50px;
	padding: 34px 44px;
	background:
		radial-gradient(circle at 50% 18%, rgba(255, 222, 104, .26) 0, rgba(255, 222, 104, 0) 34%),
		linear-gradient(135deg, rgba(69, 0, 0, .94) 0%, rgba(150, 0, 0, .88) 48%, rgba(42, 0, 0, .96) 100%);
	box-shadow:
		0 0 26px rgba(246, 53, 8, .44),
		inset 0 0 34px rgba(255, 206, 79, .18);
	overflow: hidden;
}
.border-box_impact>span{
	display: block;
	line-height: 1.15;
	background: linear-gradient(180deg, #fff8d7 0%, #ffd45c 32%, #ff3c1f 68%, #970000 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	text-shadow: none;
	filter:
		drop-shadow(0 2px 0 rgba(70, 0, 0, .75))
		drop-shadow(0 0 12px rgba(255, 53, 20, .55));
}
.border-box_impact .fs80{
	display: inline-block;
	font-size: clamp(82px, 8.6vw, 108px);
}

.border-box::before,
.border-box::after,
.border-box span::before,
.border-box span::after{
    content:"";
    position:absolute;
    background:#fff;
}

/* 下 */
.border-box::before{
    left:0;
    bottom:0;
    width:0;
    height:2px;
    animation:borderBottom .5s linear forwards;
    box-shadow:0 0 8px rgba(0,0,0,.8);
}

/* 右 */
.border-box::after{
    right:0;
    bottom:0;
    width:2px;
    height:0;
    animation:borderRight .5s linear .5s forwards;
    box-shadow:0 0 8px rgba(0,0,0,.8);
}

/* 上 */
.border-box span::before{
    right:0;
    top:0;
    width:0;
    height:2px;
    animation:borderTop .5s linear 1s forwards;
    box-shadow:0 0 8px rgba(0,0,0,.8);
}

/* 左 */
.border-box span::after{
    left:0;
    top:0;
    width:2px;
    height:0;
    animation:borderLeft .5s linear 1.5s forwards;
    box-shadow:0 0 8px rgba(0,0,0,.8);
}
.border-box_impact::before,
.border-box_impact::after,
.border-box_impact span::before,
.border-box_impact span::after{
	background: linear-gradient(180deg, #fff4b8, #ff2d18 55%, #ffd35a);
	box-shadow:
		0 0 12px rgba(255, 210, 83, .8),
		0 0 22px rgba(255, 45, 24, .62);
}
@media screen and (max-width: 640px){
	.border-box_impact{
		padding: 28px 20px;
	}
	.border-box_impact .fs80{
		font-size: 64px;
	}
}
@media screen and (max-width: 414px){
	.border-box_impact .fs80{
		font-size: 56px;
	}
}
@media screen and (max-width: 320px){
	.border-box_impact .fs80{
		font-size: 48px;
	}
}

@keyframes borderBottom{
    to{
        width:100%;
    }
}

@keyframes borderRight{
    to{
        height:100%;
    }
}

@keyframes borderTop{
    to{
        width:100%;
    }
}

@keyframes borderLeft{
    to{
        height:100%;
    }
}

.form_area{
	padding: 90px 0;
	margin: 0 auto;
	width: 100%;
	background: url(../images/form_bg.png) no-repeat center bottom var(--color-blk1);
}

.form_box{
	max-width: 1000px;
	margin: 0 auto;
	padding: 60px 100px;
	/*border: 6px double var(--color-main2);
	box-shadow:
	 inset 0 0 0 10px rgba(0,0,0,1),
	 inset 0 0 0 11px var(--color-main2);*/
	background: rgba(0, 0, 0, .7);
	border: 1px solid #958614;
    border-image: linear-gradient(160deg, rgb(97 107 17) 0%, rgb(253 246 16) 40%, rgb(131 115 29) 60%, rgb(236 251 112) 100%);
	border-image-slice: 1;
	font-size: 20px;
	color: var(--color-wht);
	position: relative;
}
.form_box p {
	margin: 30px auto 5px;
	padding: 0px ;
	letter-spacing: 1px;
	line-height: 1.6;
}
.form_box .form_ttl{
	margin: 0 auto 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(235, 199, 51, 0.9);
	text-align: center;
	/*border-bottom: 1px solid #f2136a;
	border-image: linear-gradient(to left top, #d8346b 0%,#e84254 20%,#f53c42 40%,#f21379 60%,#ed138b 80%,#d732b6 100%);
	border-image-slice: 1;*/
}
.form_box::before{
	content: "";
	position: absolute;
	display: block;
	top: -260px;
	right: -100px;
	width: 314px;
	height: 416px;
	background: url(../images/form_img01.png) no-repeat center;
	background-size: contain;
}
.form_box::after{
	content: "";
	position: absolute;
	display: block;
	bottom: -40px;
	left: -100px;
	width: 229px;
	height: 243px;
	background: url(../images/form_img02.png) no-repeat center;
	background-size: contain;
}
.form_item:before{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-left: 7px solid var(--color-main2);
}

input[type="text"],
textarea {
	font-size: 20px;
	padding: 20px;
	border: none;
	box-shadow: inset 0 0 8px rgba(15, 34, 62, 0.5);
/*	border-radius: 5px;*/
	width: 100%;
	background: var(--color-wht);
}
textarea{
	font-size: 18px;
	padding: 15px 20px;
	min-height: 250px;
	line-height: 1.4;
}
label {
	cursor: pointer;
	cursor: hand;
	/*font-weight:normal;*/
	font-size: 1.4em;
	font-weight: 600;
	margin-right: 20px;
	display: inline-block;
	line-height: 1;
}
.form_box .btn{
	cursor: pointer;
	cursor: hand;
	display: block;
	margin: 30px auto 0;
	max-width: 100%;
}
.form_box .error{
	display: block;
	color: var(--color-sub2);
	font-weight: bold;
}
.form_box .end{
	font-size: 1.8em;
	color: var(--color-sub2);
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 30px;
	text-align: center;
}
input:checked + span{
	color: var(--color-sub1);
	/*text-shadow: 1px 0 0 rgb(255,255,255,1),
				 0 1px 0 rgb(255,255,255,1),
				 -1px 0 0 rgb(255,255,255,1),
				 0 -1px 0 rgb(255,255,255,1);*/
	position: relative;
}
input:checked + span::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 110%;
	height: 5px;
	left: -10%;
	bottom: -5px;
	background: var(--color-sub1);
	/*box-shadow: 1px 0 0 rgb(255,255,255,1),
				 0 1px 0 rgb(255,255,255,1),
				 -1px 0 0 rgb(255,255,255,1),
				 0 -1px 0 rgb(255,255,255,1);*/
}
input:checked + span::after{
	content: "を選択する";
	display: inline-block;
	font-size: .7em;
}

#cr_btn {
	cursor: pointer;
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding: 20px;
	background: rgba(247,165,69,1);
	background: linear-gradient(0deg, rgba(247,165,69,1) 0%, rgba(255,255,86,1) 100%);
	border-radius: 50px;
	box-shadow:
		 inset 0px 0px 2px 3px rgba(255,255,86,0.5);
	border: 2px solid #370c08;
	font-weight: bold;
	font-size: 24px;
	text-decoration: none;
	color: var(--color-blk1);
	letter-spacing: 1px;
	text-shadow: 1px 0 0 rgb(255,255,86,1),
				 0 1px 0 rgb(255,255,86,1),
				 -1px 0 0 rgb(255,255,86,1),
				 0 -1px 0 rgb(255,255,86,1);
	border: 2px solid #f7a545;
	text-align: center;
}

#cr_btn:hover {
	background: rgba(255,255,86,1);
	background: linear-gradient(0deg, rgba(247,165,69,1) 0%, rgba(255,255,86,1) 80%,rgba(255,255,86,1) 100%);
	color: var(--color-sub2);
}
#cr_btn::after{
	content: "\025b6";
	display: inline-block;
	margin-left: .5em;
	font-size: .6em;
	vertical-align: .2em;
}
::-webkit-placeholder {
	color: #979797;
}
:-moz-placeholder {
	color: #979797;
}
::-moz-placeholder {
	color: #979797;
}
:-ms-placeholder {
	color: #979797;
}
::placeholder{
	color: #979797;
}

/*.info{
	color: #fefefe;
	font-size: 20px;
	margin: 0 auto;
	width: 100%;
	letter-spacing: 1px;
	margin: 0 auto;
	background: var(--color-blk1);
}
.info_ttl{
	max-width: 1000px;
	margin: 0 auto 10px;
	letter-spacing: 5px;
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--color-main2);
	text-align: center;
	color: var(--color-main2);
	font-size: 24px;
	font-weight: 600;
}*/
.info{
	width: 100%;
	max-width: 1000px;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0 auto 40px;
	color: #2d2d2d;
	border: 1px solid var(--color-main2);
/*	background: #fefefe;*/
}

.info th,
.info td{
	padding: .5em;
	border-bottom: 1px dashed var(--color-main2);
}
.info tr:last-child th,
.info tr:last-child td{
	border-bottom: none;
}
.info th{
	background: var(--color-blk2);
	color: var(--color-main2);
	width: 25%;
	letter-spacing: 2px;
	font-weight: normal;
	font-size: .9em;
}
.info td{
	border-color: var(--color-blk1);
	text-align: left;
	background: var(--color-wht);
}
.info .small{
	display: inline-block;
	font-size: .9em;
}

.info .price>div{
	display: inline-block;
	line-height: 1;
}
.info .price>div:not(:last-child){
	margin-right: 20px;
}
.info .arrow {
	display: inline-block;
	width: 30px;
	height: 19.8px;
	background: var(--color-blk1);
	clip-path: polygon(0 34.8%, 67% 34.8%, 67% 0, 100% 50%, 67% 100%, 67% 65.2%, 0 65.2%);
}
/*.info .arrow_r::before,
.info .arrow_r::after{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-left: 15px solid var(--color-main2);
}
.arrow_r::after {
	margin-left: -10px;
}*/
.info .tag{
	display: inline-block;
	background: var(--color-main1);
	color: var(--color-wht);
	font-size: .7em;
	line-height: 1;
	padding: 3px 6px 5px;
	border-radius: 1px;
	margin-right: 15px;
	vertical-align: 6px;
	position: relative;
}
.info .tag::after{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 8px solid var(--color-main1);
	position: absolute;
	top: calc(50% - 5px);
	right: -12px;
}
.info .tag_red{
	background: #fa2d2d;
}
.info .tag_red::after{
	 border-left-color: #fa2d2d;
}
.line_through{
	text-decoration: line-through;
}

.arrow_w{
	position: relative;
	margin-bottom: -40px;
}
.arrow_w::after{
	content: "";
	display: block;
	margin: 0 auto;
	background: url(../images/arrow_w.png) no-repeat center;
	background-size: contain;
	width: 130px;
	height: 74px;
}
.arrow_w_2{
	margin-bottom: -150px;
}

.arrow_b{
	position: relative;

}
.arrow_b::before,
.arrow_b::after{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: 30px solid transparent;
	border-top: 20px solid var(--color-main2);
	position: absolute;
}
.arrow_b::before{
	top: -10px;
	left: calc(50% - 30px);
}
.arrow_b::after{
	top: 10px;
	left: calc(50% - 30px);
}
@media screen and (max-width: 768px){

}

/* スマホ適用CSS */
@media screen and (max-width: 640px){
	.img_bx{
		margin: 0 auto 60px;
	}
	.form_area{
		padding: 80px 20px;
		background: url(../images/form_bg_sp.png) no-repeat center var(--color-blk1);
		background-size: cover;
	}
	.form_box{
		padding: 30px 20px;
	}
	.form_box::before{
		top: -160px;
		right: -50px;
		width: 164px;
		height: 266px;
		z-index: 1;
	}
	.form_box::after{
		bottom: -90px;
		left: -40px;
		width: 119px;
		height: 133px;
	}
	.form_box .form_ttl{
		text-align: left;
		margin-bottom: 30px;
	}
	input[type="text"],
	textarea{
		padding: 15px 10px;
	}
	textarea{
		min-height: 400px;
	}
	label{
		display: block;
		margin-bottom: 20px;
	}
	input:checked + span:after{
		/*width: 300px;*/
		/*bottom: 0;*/
	}

	.pat_box{
		padding: 30px 20px 10px;
		margin: 40px auto;
	}
	.pat_box .date{
		font-size: 22px;
		letter-spacing: 1px;
	}
	.pat_box .result{
		font-size: 1.3em;
	}
	.bg_gry .pat_box{
		padding: 20px 20px 0;
	}
	.benefit{
		font-size: 1.9em;
	}
	.benefit>div{
		flex-direction: column;
		padding: 30px 20px;
	}
	.voice,
	.voice>div{
		padding: 20px;
	}

	/*.box1,
	.box2,
	.box3,
	.box6,
	.box6,
	.box7{
		width: 95%;
	}*/
	/*.box1{
		padding:40px 0 10px;
	}*/
	.box1 p{
		padding: 0 15px;
	}
	.box2{
		padding: 20px 20px 10px;
	}
	.box3>div,
	.box4{
		padding: 20px;
	}
	.box6{
		padding: 30px 20px 20px;
	}
	.box6_ttl{
		left: 2.5%;
		width: 95%;
		padding: 5px 0;
		font-size: .8em;
	}
	.box6 p.mb80{
		margin-bottom: 60px;
	}
	.box7{
		padding: 80px 30px 10px;
		margin-top: 100px;
	}
	.box7:before{
		width: 140px;
		height: 140px;
		top: -70px;
		left: calc(50% - 70px);
	}
	.box7 .box7_ttl{
		font-size: 50px;
	}
	.box7 .box7_ttl>span{
		font-size: 1.8rem;
		line-height: 1.2;
		width: 140px;
		top: -20px;
		left: calc(50% - 70px);
	}
	.box8,
	.box9{
		padding: 20px;
	}
	.box10{
		padding: 40px 20px;
		box-shadow:
		 inset 0 0 0 6px rgba(0,0,0,1),
		 inset 0 0 0 7px var(--color-sub1);

	}
	.box10::before{
		top: -150px;
		left: -120px;
		width: 247px;
		height: 298px;
		transform: scale(-1, 1) rotate(-40deg);
	}
	.box10::after{
		bottom: -110px;
		right: -70px;
		width: 214px;
		height: 316px;
	}
	.box10>div::before{
		top: 120px;
		width: 242px;
		height: 263px;
		transform: scale(1, 1) rotate(-25deg);
	}
	.box10>div::after{
		bottom: 210px;
        left: -130px;
        width: 239px;
        height: 253px;
        transform: scale(1, -1) rotate(-30deg);
	}
	.box10 .box10_img05,
	.box10 .box10_img06,
	.box10 .box10_img07,
	.box10 .box10_img08{
		position: absolute;
		display: inline-block;
	}
	.box10 .box10_img05{
		top: 290px;
		left: -115px;
		transform: scale(1,-1) rotate(-25deg);
	}
	.box10 .box10_img06{
		bottom: 360px;
        right: -70px;
        transform: rotate(-15deg);
	}
	.box10 .box10_img07{
		bottom: 440px;
        left: -60px;
        transform: scale(1, -1);
	}
	.box10 .box10_img08{
		bottom: calc(50% - 120px);
        right: -110px;
        transform: scale(-1, 1) rotate(-50deg);
	}
	.check1 li{
		width: 100%;
	}
	.check1 li:not(:last-child){
		padding-right: 0;
		padding-bottom: 10px;
		border-right: none;
		border-bottom: 1px dashed var(--color-blk1);
	}
	.check2 li{
		width: 100%;
		padding: 10px;
		padding-left: 2.4em;
		font-size: 20px;
	}
	.check2 li::before{
		top: 15px;
	}
	.check3{
		padding: 20px;
	}
	.check3 li{
		padding-left: 30px;
	}
	.check3 li::after{
		left: 3px;
	}
	.list1 li,
	.list2 li,
	.list3 li,
	.list4 li,
	.list5 li{
		line-height: 1.2;
	}
	.list1{
		padding: 20px;
	}
	.list1 li{
		padding-left: 25px;
		padding-right: 0;
		font-size: 22px;
	}
	.list1 li::after{
		width: 20px;
		height: 20px;
		left: -10px;
	}
	.list1 li::before{
		width: 20px;
		height: 20px;
		left: 2px;
	}
	.list2 li::before{
		top: calc(50% - 9px);
		left: 20px;
		width: 18px;
		height: 18px;
	}
	.list2 li::after{
		top: 22px;
		left: 24px;
		width: 18px;
		height: 8px;
	}
	.list3 li,
	.list4 li{
		padding: 20px;
	}
	.list5{
		padding: 20px 20px 10px;
	}
	.jisseki{
		width: 95%;
		font-size: 26px;
	}
	.jisseki_bg{
		background: url(../images/jisseki_bg_sp.png) repeat top center #001736;
		background-size: contain;
	}
	.jisseki td:nth-of-type(1),
	.jisseki td:nth-of-type(2){
		width: 20%;
	}
	.jisseki_total .fs50{
		font-size: 70px;
	}

	.info{
		line-height: 1.4;
		font-size: 18px;
	}
	.info th{
		font-size: .8em;
		width: 18%;
	}
	.info .small{
		font-size: .7em;
	}
	.info .price>div{
		display: block;
	}
	.info .price>div:not(:last-child){
		margin: 0 auto 5px;
	}
	.info .arrow{
		display: block;
		margin: 0 auto;
		text-align: center;
		width: 19.8px;
		height: 22px;
		clip-path: polygon(0 55%, 34.8% 55%, 34.8% 0, 65.2% 0, 65.2% 55%, 100% 55%, 50% 100%);
	}

	#tgl_btn{
		font-size: 24px;
	}
	.arrow_w_2{
		margin-bottom: -80px;
	}


}


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

	.info .tag{
		font-size: .7em;
	}
	.check1 li{
		font-size: 1.2em;
	}
	.check1 li::after{
		top: 7px;
	}
	.check3{
		font-size: 1.2em;
	}
	.check3 li::after{
		top: 9px;
	}
}
@media screen and (max-width: 375px){
	.pat_box .date{
		font-size: 20px;
	}
	.pat_box .date>span{
		margin-left: 10px;
		font-size: 1.2em;
	}
	.pat_box .result{
		font-size: 1em;
	}

	.box6_ttl{
		font-size: 14px;
	}
	.info .fs40{
		font-size: 30px;
	}
	.info .fs60{
		font-size: 40px;
	}
}
@media screen and (max-width: 320px){
	.pat_box{
		padding: 15px 15px 5px;
	}
	.pat_box>*{
		margin-bottom: 10px;
	}
	.pat_box .result .fs50{
		font-size: 30px;
	}
	.box10{
		font-size: 1em;
	}
	.box10>div::after{
		bottom: 170px;
	}

}
