.wrapper {
	color: #000;
	font-family: "RyoGothicPlusN", sans-serif;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: normal;
	margin: 0 auto;
	max-width: 100%;
	overflow: hidden;
}

.inner {
	margin: 0 auto;
	max-width: 100%;
	width: 1280px;
}

body {
	font-feature-settings: "palt";
	font-family: "RyoGothicPlusN", sans-serif;
}

.sp_only {
	display: none;
}

img {
	display: block;
	height: auto;
	width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	opacity: 0.8;
}

/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */

* {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
	display: block;
}

img {
	border: none;
	vertical-align: bottom;
}

a {
	cursor: pointer;
	text-decoration: none;
}

.dn {
	display: none !important;
}

html {
	scroll-behavior: smooth;
}

header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

.header__top-desc {
	background: #f5f5f5;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: lighter;
	letter-spacing: 0.04em;
	padding: 7px 0 7px 50px;
	padding: 0.4375rem 0 0.4375rem 3.125rem;
}

.header__inner {
	align-items: center;
	display: flex;
	height: 93px;
	height: 5.8125rem;
	background: #fff;
	justify-content: space-between;
	width: 100%;
}

.header__logo {
	aspect-ratio: 273/62;
	margin-left: 32px;
	margin-left: 2rem;
	width: 273px;
	width: 17.0625rem;
}

.header__text-box {
	aspect-ratio: 441/67;
	margin-left: 76px;
	margin-left: 4.75rem;
	width: 441px;
	width: 27.5625rem;
}

.header__nav-box {
	margin-left: 50px;
	margin-left: 3.125rem;
}

.header__nav-items {
	display: flex;
}

.header__item--contact {
	aspect-ratio: 140/93;
	width: 140px;
	width: 8.75rem;
}

.header__item--tel {
	aspect-ratio: 268/93;
	width: 268px;
	width: 16.75rem;
}

.fv {
	margin-top: 9.411764705882353vw;
	;
}

.fv__nav-box {
	display: flex;
}

.cta {
	padding-bottom: 74px;
	padding-bottom: 4.625rem;
	padding-top: 36px;
	padding-top: 2.25rem;
	position: relative;
}

.cta::after {
	background: url(../img/cta-bg-p.webp) center/cover no-repeat;
	bottom: 0;
	content: "";
	height: 160px;
	height: 10rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 1280px;
	width: 80rem;
	z-index: -1;
}

.cta::before {
	background: #AD271D;
	content: "";
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -2;
}

.cta__title {
	aspect-ratio: 880/51;
	margin: 0 auto;
	width: 880px;
	width: 55rem;
}

.cta__box {
	background: #fff;
	border-radius: 10px;
	margin: 0 auto;
	margin-top: 29px;
	margin-top: 1.8125rem;
	padding-bottom: 33px;
	padding-bottom: 2.0625rem;
	padding-left: 360px;
	padding-left: 22.5rem;
	position: relative;
	width: 1000px;
	width: 62.5rem;
}

.cta__img {
	aspect-ratio: 487/357;
	bottom: -41px;
	bottom: -2.5625rem;
	content: "";
	left: -90px;
	left: -5.625rem;
	position: absolute;
	width: 487px;
	width: 30.4375rem;
}

.cta__head {
	color: #1a1a1a;
	font-size: 28px;
	font-size: 1.75rem;
	letter-spacing: 0.06em;
	padding-top: 25px;
	padding-top: 1.5625rem;
}

.cta__grid {
	display: grid;
	grid-template: "tel mail line";
	margin-top: 11px;
	margin-top: 0.6875rem;
}

.cta__tel {
	aspect-ratio: 373/68;
	grid-area: tel;
	width: 373px;
	width: 23.3125rem;
}

.cta__mail {
	aspect-ratio: 111/75;
	grid-area: mail;
	margin-left: 15px;
	margin-left: 0.9375rem;
	margin-right: 9px;
	margin-right: 0.5625rem;
	width: 111px;
	width: 6.9375rem;
}

.cta__line {
	aspect-ratio: 111/75;
	grid-area: line;
	margin-right: 20px;
	margin-right: 1.25rem;
	width: 111px;
	width: 6.9375rem;
}

.cta__text-box {
	margin-top: 17px;
	margin-top: 1.0625rem;
}

.cta__top-text {
	margin-right: 40px;
	margin-right: 2.5rem;
}

.cta__bottom-text {
	align-items: flex-start;
	display: flex;
	margin-top: 13px;
	margin-top: 0.8125rem;
}

.cta__bottom-text p {
	color: #1a1a1a;
	font-size: 20px;
	font-size: 1.25rem;
	letter-spacing: 0.04em;
}

.cta__bottom-text img {
	aspect-ratio: 141/26;
	width: 140px;
	width: 8.75rem;
}

.countermeasure {
	background: url(../img/countermeasure__bg-p.webp);
	padding-bottom: 118px;
	padding-bottom: 7.375rem;
	padding-top: 80px;
	padding-top: 5rem;
}

.countermeasure__title {
	aspect-ratio: 488/126;
	margin: 0 auto;
	width: 488px;
	width: 30.5rem;
}

.countermeasure__grid {
	display: grid;
	gap: 70px;
	gap: 4.375rem;
	grid-template-columns: 31.25rem 17.4375rem;
	margin-left: 180px;
	margin-left: 11.25rem;
	margin-right: 180px;
	margin-right: 11.25rem;
	margin-top: 23px;
	margin-top: 1.4375rem;
}

.countermeasure__contents {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: lighter;
	letter-spacing: 0.04em;
	line-height: 2;
}

.countermeasure__img {
	aspect-ratio: 279/279;
	width: 279px;
	width: 17.4375rem;
}

.countermeasure__box {
	display: grid;
	gap: 5px;
	gap: 0.3125rem;
	grid-template-columns: repeat(5, 1fr);
	margin-left: 180px;
	margin-left: 11.25rem;
	margin-right: 180px;
	margin-right: 11.25rem;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.countermeasure_content img {
	height: 100%;
}

.countermeasure__head {
	background: #ad271d;
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: normal;
	letter-spacing: 0.04em;
	line-height: 1.1428571429;
	padding: 18px 10px;
	padding: 1.125rem 0.625rem;
	text-align: center;
}

.worries__box {
	background: url(../img/worries__bg-p.webp) center/cover no-repeat;
	padding-bottom: 150px;
	padding-bottom: 9.375rem;
	padding-top: 80px;
	padding-top: 5rem;
}

.worries__contents {
	margin: 0 auto;
	width: 920px;
	width: 57.5rem;
}

.worries__contents:nth-of-type(2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.worries__contents:nth-of-type(3) {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.worries__grid {
	display: grid;
	gap: 40px;
	gap: 2.5rem;
	grid-template-columns: repeat(3, 1fr);
	margin-left: 48px;
	margin-left: 3rem;
	margin-right: 48px;
	margin-right: 3rem;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.worries__text {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-top: 13px;
	margin-top: 0.8125rem;
	text-align: center;
}

.worries__head--bottom {
	aspect-ratio: 575/68;
	margin: 0 auto;
	width: 575px;
	width: 35.9375rem;
}

.solution {
	background: url(../img/solution__bg-p.webp);
	padding-bottom: 150px;
	padding-bottom: 9.375rem;
	padding-top: 150px;
	padding-top: 9.375rem;
}

.solution__title__box {
	display: grid;
	grid-template: "left ttl right";
	margin-left: 162px;
	margin-left: 10.125rem;
	margin-right: 180px;
	margin-right: 11.25rem;
}

.solution__img01 {
	aspect-ratio: 230/212;
	grid-area: left;
	width: 230px;
	width: 14.375rem;
}

.solution__title {
	aspect-ratio: 477/197;
	grid-area: ttl;
	width: 477px;
	width: 29.8125rem;
}

.solution__img02 {
	aspect-ratio: 219/200;
	grid-area: right;
	margin-left: 14px;
	margin-left: 0.875rem;
	width: 219px;
	width: 13.6875rem;
}

.solution__contents {
	margin-left: 180px;
	margin-left: 11.25rem;
	margin-right: 180px;
	margin-right: 11.25rem;
}

.solution__grid {
	display: grid;
	grid-template: "point head img text" /6.9375rem 14.5625rem 10.625rem 1fr;
}

.solution__grid:not(:first-child) {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.solution__point {
	align-items: center;
	background: #4e400f;
	display: flex;
	grid-area: point;
	height: 120px;
	height: 7.5rem;
	position: relative;
}

.solution__point::after {
	background: url(../img/solution__boder-p.webp) center/cover no-repeat;
	content: "";
	height: 120px;
	height: 7.5rem;
	position: absolute;
	right: -10px;
	right: -0.625rem;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	width: 0.625rem;
}

.solution__point img {
	aspect-ratio: 64/80;
	margin: 0 auto;
	width: 64px;
	width: 4rem;
}

.solution__head {
	align-items: center;
	background: #4e400f;
	color: #fffefc;
	display: inline-flex;
	flex-direction: column;
	/* 縦に並べる */
	font-size: 20px;
	font-size: 1.25rem;
	grid-area: head;
	height: 120px;
	height: 7.5rem;
	justify-content: center;
	letter-spacing: 0.06em;
	text-align: center;
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.5);
}

.solution__head span {
	display: block;
}

.solution__head span:last-child {
	color: #f4d65e;
	font-size: 24px;
	font-size: 1.5rem;
	letter-spacing: 0.04em;
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.5);
}

.solution__img {
	aspect-ratio: 160/120;
	grid-area: img;
	margin-left: 10px;
	margin-left: 0.625rem;
	width: 160px;
	width: 10rem;
}

.solution__text {
	align-items: center;
	background: #fffce5;
	color: #1a1a1a;
	display: flex;
	font-size: 18px;
	font-size: 1.125rem;
	grid-area: text;
	height: 120px;
	height: 7.5rem;
	letter-spacing: 0.06em;
	line-height: 1.7777777778;
	padding: 35px 30px;
	padding: 2.1875rem 1.875rem;
}

.know {
	background: url(../img/solution__bg-p.webp);
	margin-bottom: 100px;
	margin-bottom: 6.25rem;
}

.know__grid {
	align-items: center;
	display: grid;
	gap: 100px;
	gap: 6.25rem;
	grid-template: "cont img" /31.25rem 31.25rem;
	margin-left: 180px;
	margin-left: 11.25rem;
	margin-top: 80px;
	margin-top: 5rem;
}

.know__contents {
	grid-area: cont;
}

.know__head {
	font-size: 22px;
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	line-height: 1.5454545455;
}

.know__head span {
	color: #f27f4c;
}

.know__text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: lighter;
	letter-spacing: 0.02em;
	line-height: 2.0625;
	margin-top: 7px;
	margin-top: 0.4375rem;
}

.know__text span {
	font-weight: bold;
}

.know__img {
	grid-area: img;
}

.know__grid--rev {
	grid-template: "img cont" /31.25rem 31.25rem;
	margin-left: 0;
}

.danger {
	background: url(../img/danger__bg-a-p.webp) center/cover no-repeat;
	padding-bottom: 210px;
	padding-bottom: 13.125rem;
	padding-top: 62px;
	padding-top: 3.875rem;
	position: relative;
	z-index: 2;
}

.danger__title {
	aspect-ratio: 1020/274;
	margin-left: 120px;
	margin-left: 7.5rem;
	margin-right: 140px;
	margin-right: 8.75rem;
	width: 1020px;
	width: 63.75rem;
}

.danger__box {
	display: flex;
	margin: 0 auto;
	width: 920px;
	width: 57.5rem;
}

.danger__box:not(.first-child) {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.danger__case {
	align-items: center;
	background: #1a1a1a;
	display: flex;
	height: 110px;
	height: 6.875rem;
	position: relative;
	width: 120px;
	width: 7.5rem;
}

.danger__case img {
	aspect-ratio: 59/83;
	margin: 0 auto;
	width: 59px;
	width: 3.6875rem;
}

.danger__case::after {
	background: url(../img/danger__border-p.webp) center/cover no-repeat;
	content: "";
	height: 100%;
	position: absolute;
	right: -10px;
	right: -0.625rem;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	width: 0.625rem;
	z-index: 2;
}

.danger__head {
	align-items: center;
	background: #1a1a1a;
	color: #fcfcfc;
	display: flex;
	font-size: 24px;
	font-size: 1.5rem;
	height: 110px;
	height: 6.875rem;
	letter-spacing: 0.06em;
	line-height: 1.4166666667;
	padding-left: 40px;
	padding-left: 2.5rem;
	width: 800px;
	width: 50rem;
}

.danger__grid {
	display: grid;
	grid-template: "img text";
	margin: 0 auto;
	width: 920px;
	width: 57.5rem;
}

.danger__img {
	align-items: center;
	background: #fff;
	display: flex;
	grid-area: img;
	height: 246px;
	height: 15.375rem;
	padding-left: 46px;
	padding-left: 2.875rem;
	width: 320px;
	width: 20rem;
}

.danger__text {
	align-items: center;
	background: #fff;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	font-weight: lighter;
	grid-area: text;
	letter-spacing: 0.02em;
	line-height: 2.125;
	padding-left: 46px;
	padding-left: 2.875rem;
	padding-right: 35px;
	padding-right: 2.1875rem;
}

.consultation {
	background: url(../img/consultation__bg-p.webp) center/cover no-repeat;
	margin-top: -110px;
	margin-top: -6.875rem;
	padding-bottom: 150px;
	padding-bottom: 9.375rem;
	padding-top: 179px;
	padding-top: 11.1875rem;
}

.consultation__title {
	aspect-ratio: 567/142;
	margin: 0 auto;
	width: 567px;
	width: 35.4375rem;
}

.consultation__box {
	background: #f5f5f5;
	margin: 82px auto 0;
	margin: 5.125rem auto 0;
	position: relative;
	width: 920px;
	width: 57.5rem;
}

.consultation__head {
	aspect-ratio: 372/61;
	content: "";
	left: 50%;
	position: absolute;
	top: -30px;
	top: -1.875rem;
	transform: translateX(-50%);
	width: 372px;
	width: 23.25rem;
}

.consultation__grid {
	display: grid;
	gap: 40px;
	gap: 2.5rem;
	grid-template-columns: repeat(3, 1fr);
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
	padding-left: 48px;
	padding-left: 3rem;
	padding-right: 48px;
	padding-right: 3rem;
	padding-top: 66px;
	padding-top: 4.125rem;
}

.consultation__text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
}

.consultation__bottom-box {
	margin: 32px auto 0;
	margin: 2rem auto 0;
	width: 920px;
	width: 57.5rem;
}

.consultation__bottom-contents-box {
	background: #fff;
	padding-bottom: 36px;
	padding-bottom: 2.25rem;
}

.consultation__content {
	aspect-ratio: 578/44;
	margin: 0 auto;
	padding-top: 30px;
	padding-top: 1.875rem;
	width: 578px;
	width: 36.125rem;
}

.consultation__bottom-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin: 20px 44px 0;
	margin: 1.25rem 2.75rem 0;
}

.consultation__bottom-contents {
	text-align: center;
}

.consultation__bottom-contents:first-child {
	border-right: 2px solid #cecece;
}

.consultation__bottom-text {
	color: #1a1a1a;
	font-size: 28px;
	font-size: 1.75rem;
	letter-spacing: 0.04em;
	margin-left: -60px;
	margin-left: -3.75rem;
}

.consultation__bottom-text img {
	aspect-ratio: 91/88;
	display: inline-block;
	width: 91px;
	width: 5.6875rem;
}

.consultation__bottom-text02 img {
	aspect-ratio: 111/88;
	width: 111px;
	width: 6.9375rem;
}

.consultation__bottom-price {
	color: #f27f4c;
	font-family: "DIN 2014";
	font-size: 44px;
	font-size: 2.75rem;
	font-weight: bold;
	letter-spacing: -0.02em;
	margin-top: 4px;
	margin-top: 0.25rem;
}

.consultation__bottom-price span {
	font-size: 53px;
	font-size: 3.3125rem;
}

.consultation__bottom-price .consultation__bottom-price--sm {
	display: inline-block;
	font-size: 32px;
	font-size: 2rem;
	margin: 0 7px 0;
	margin: 0 0.4375rem 0;
}

.thought {
	background: url(../img/thought__bg-p.webp) center/cover no-repeat;
	padding-bottom: 140px;
	padding-bottom: 8.75rem;
	padding-top: 150px;
	padding-top: 9.375rem;
}

.thought__title {
	aspect-ratio: 550/158;
	margin: 0 auto;
	width: 550px;
	width: 34.375rem;
}

.thought__text {
	color: #141414;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: normal;
	letter-spacing: 0.02em;
	line-height: 2;
	margin-top: 18px;
	margin-top: 1.125rem;
	text-align: center;
}

.voice {
	background: url(../img/voice__bg-p.webp) center/cover no-repeat;
	padding-bottom: 162px;
	padding-bottom: 10.125rem;
	padding-top: 142px;
	padding-top: 8.875rem;
}

.section__ttl-box {
	text-align: center;
}

.section__desc {
	border: 1px solid rgba(0, 0, 0, 0);
	color: #f56618;
	font-family: "DIN 2014";
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0.1em;
}

.section__ttl {
	color: #1a1a1a;
	font-size: 32px;
	font-size: 2rem;
	letter-spacing: 0.06em;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.voice__grid {
	display: grid;
	gap: 26px;
	gap: 1.625rem;
	grid-template-columns: repeat(2, 1fr);
	margin: 52px auto 0;
	margin: 3.25rem auto 0;
	width: 920px;
	width: 57.5rem;
}

.voice__contents {
	background: #f5f5f5;
	padding: 20px 35px;
	padding: 1.25rem 2.1875rem;
}

.voice__head-box {
	align-items: center;
	display: flex;
}

.voice__img {
	margin-right: 11px;
	margin-right: 0.6875rem;
	width: 65px;
	width: 4.0625rem;
}

.voice__head {
	color: #404040;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.voice__head span:first-child {
	font-weight: normal;
}

.voice__head span:last-child {
	font-weight: lighter;
}

.voice__text {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	font-weight: lighter;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.price {
	background: url(../img/price__bg-p.webp) center/cover no-repeat;
	padding-bottom: 120px;
	padding-bottom: 7.5rem;
	padding-top: 150px;
	padding-top: 9.375rem;
}

.price__top-price {
	margin: 0 auto;
	margin-top: 64px;
	margin-top: 4rem;
	width: 819px;
	width: 51.1875rem;
}

.price-top__box {
	background: #f27f4c;
	border: 5px solid #f27f4c;
	border-radius: 10px 10px 0px 0px;
	border-radius: 0.625rem 0.625rem 0px 0px;
	margin: 0 auto;
	margin-top: 83px;
	margin-top: 5.1875rem;
	width: 820px;
	width: 51.25rem;
}

.price-top__head {
	align-items: center;
	display: flex;
	justify-content: center;
	padding-top: 16px;
	padding-top: 1rem;
	position: relative;
}

.price-top__head span:first-child {
	color: #fffefc;
	display: block;
	font-size: 32px;
	font-size: 2rem;
	letter-spacing: 0.04em;
	text-align: center;
}

.price-top__head span:last-child {
	background: #fff;
	color: #f27f4c;
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0.06em;
	margin-left: 26px;
	margin-left: 1.625rem;
	padding: 5px 18px;
	padding: 0.3125rem 1.125rem;
}

.price-top__head::after {
	background: url(../img/price-head-img01-p.webp) center/cover no-repeat;
	bottom: -18px;
	bottom: -1.125rem;
	content: "";
	height: 141px;
	height: 8.8125rem;
	left: 20px;
	left: 1.25rem;
	position: absolute;
	width: 146px;
	width: 9.125rem;
}

.price-top__grid {
	background: #fff;
	display: grid;
	grid-template-columns: 23.625rem 1fr;
	margin-top: 20px;
	margin-top: 1.25rem;
	padding-bottom: 36px;
	padding-bottom: 2.25rem;
}

.price-top__price-box {
	padding-top: 44px;
	padding-top: 2.75rem;
	position: relative;
}

.price-top__price-box::after {
	background: #d9d9d9;
	content: "";
	height: 80%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.price-top__text {
	color: #000;
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0.04em;
	line-height: 1.6666666667;
	padding-left: 40px;
	padding-left: 2.5rem;
	text-align: left;
}

.price-top__price {
	margin: 0 auto;
	margin-top: 10px;
	margin-top: 0.625rem;
	width: 273px;
	width: 17.0625rem;
}

.price-top__contents {
	color: #1a1a1a;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.02em;
	line-height: 1.625;
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-right: 40px;
	padding-right: 2.5rem;
	padding-top: 24px;
	padding-top: 1.5rem;
	text-align: left;
}

.price-top__contents p:last-child {
	color: #000;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: lighter;
	letter-spacing: 0.02em;
	line-height: 2.1428571429;
	margin-top: 6px;
	margin-top: 0.375rem;
	text-align: left;
}

.price-end__grid {
	align-items: center;
	display: grid;
	grid-template-columns: 1fr 26.25rem;
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.price__end__contents {
	color: #fcfcfc;
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0.06em;
	line-height: 1.5555555556;
	margin-left: 49px;
	margin-left: 3.0625rem;
}

.price-end__price {
	background: #fff;
}

.price-end__price img {
	margin: 0 auto;
	width: 214px;
	width: 13.375rem;
}

.price-mid__grid {
	display: grid;
	gap: 43px;
	gap: 2.6875rem;
	grid-template-columns: 1fr 1fr;
	/* 2列のグリッドレイアウト */
	justify-items: center;
	margin: 0 auto;
	margin-top: 55px;
	margin-top: 3.4375rem;
	width: 820px;
	width: 51.25rem;
}

.price-mid__box {
	background: #f4d65e;
	border: 5px solid #f4d65e;
	border-radius: 10px 10px 0px 0px;
	text-align: center;
}

.price-mid__box--center {
	grid-column: span 2;
	justify-self: center;
	width: 387px;
	width: 24.1875rem;
}

.price-mid__head {
	color: #1a1a1a;
	font-size: 32px;
	font-size: 2rem;
	letter-spacing: 0.04em;
	padding: 20px 0;
	padding: 1.25rem 0;
	text-align: left;
}

.price-mid__b-box {
	background: #fff;
	padding: 30px 24px;
	padding: 1.875rem 1.5rem;
}

.price-mid__text {
	color: #000;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: lighter;
	letter-spacing: 0.02em;
	line-height: 2.1428571429;
	text-align: left;
}

.price-mid__price {
	margin: 0 auto;
	margin-top: 9px;
	margin-top: 0.5625rem;
	width: 280px;
	width: 17.5rem;
}

.price-mid__head {
	position: relative;
}

.price-mid__head01 {
	margin-right: 41px;
	margin-right: 2.5625rem;
	text-align: right;
}

.price-mid__head01::after {
	background: url(../img/price-head-img02-p.webp) center/cover no-repeat;
	bottom: 10px;
	bottom: 0.625rem;
	content: "";
	height: 85px;
	height: 5.3125rem;
	left: 0px;
	position: absolute;
	width: 168px;
	width: 10.5rem;
}

.price-mid__head02 {
	margin-left: 25px;
	margin-left: 1.5625rem;
}

.price-mid__head02::after {
	background: url(../img/price-head-img03-p.webp) center/cover no-repeat;
	bottom: 10px;
	bottom: 0.625rem;
	content: "";
	height: 94px;
	height: 5.875rem;
	position: absolute;
	right: 0px;
	width: 156px;
	width: 9.75rem;
}

.price-mid__head03 {
	margin-right: 79px;
	margin-right: 4.9375rem;
	text-align: right;
}

.price-mid__head03::after {
	background: url(../img/price-head-img04-p.webp) center/cover no-repeat;
	bottom: 10px;
	bottom: 0.625rem;
	content: "";
	height: 98px;
	height: 6.125rem;
	left: 0px;
	position: absolute;
	width: 130px;
	width: 8.125rem;
}

.price-bottom__box {
	margin: 0 auto;
	margin-top: 80px;
	margin-top: 5rem;
	width: 820px;
	width: 51.25rem;
}

.price-bottom__text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: lighter;
	letter-spacing: 0.04em;
	line-height: 1.75;
	margin: 0 auto;
	margin-top: 33px;
	margin-top: 2.0625rem;
	text-align: center;
	width: 760px;
	width: 47.5rem;
}

.price-bottom__text span {
	color: #f27f4c;
	font-weight: bold;
}

.price-bottom__grid {
	display: grid;
	gap: 15px;
	gap: 0.9375rem;
	grid-template-columns: repeat(3, 1fr);
	margin: 34px 6px 0;
	margin: 2.125rem 0.375rem 0;
}

.price-bottom__ttl {
	background: url(../img/price-bottom__ttl-p.webp) center/cover no-repeat;
	color: #fffefc;
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0.06em;
	padding: 13px 0;
	padding: 0.8125rem 0;
	text-align: center;
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.5);
}

.price-bottom__ttl span {
	color: #f4d65e;
}

.price-bottom__img {
	align-items: end;
	display: flex;
}

.price-bottom__img01 {
	margin: 30px auto;
	margin: 1.875rem auto;
	width: 177px;
	width: 11.0625rem;
}

.price-bottom__img02 {
	margin: 39px auto;
	margin: 2.4375rem auto;
	width: 210px;
	width: 13.125rem;
}

.price-bottom__img03 {
	margin: 14px auto;
	margin: 0.875rem auto;
	width: 167px;
	width: 10.4375rem;
}

.qa {
	background: #f5f5f5;
	padding-bottom: 150px;
	padding-bottom: 9.375rem;
	padding-top: 140px;
	padding-top: 8.75rem;
}

.qa .section__desc {
	color: #ad271d;
}

.qa__text {
	color: #1a1a1a;
	font-size: 16px;
	font-size: 1rem;
	font-weight: lighter;
	letter-spacing: 0.04em;
	line-height: 1.75;
	margin: 0 auto;
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: center;
	width: 602px;
	width: 37.625rem;
}

.qa__box {
	margin-top: 70px;
	margin-top: 4.375rem;
}

.qa__head {
	background: #ad271d;
	color: #fffefc;
	font-size: 28px;
	font-size: 1.75rem;
	letter-spacing: 0.05em;
	padding: 15px 0;
	padding: 0.9375rem 0;
	text-align: center;
}

.qa__contents {
	margin: 0 auto;
	margin-top: 46px;
	margin-top: 2.875rem;
	width: 900px;
	width: 56.25rem;
}

.qa__content {
	border-bottom: 1px dashed #707070;
	margin-top: 30px;
	margin-top: 1.875rem;
	padding-bottom: 24px;
	padding-bottom: 1.5rem;
}

.qa__ques {
	color: #1a1a1a;
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0.04em;
}

.qa__ques span {
	color: #F27F4C;
}

.qa__ans {
	color: #1a1a1a;
	font-size: 16px;
	font-weight: lighter;
	letter-spacing: 0.04em;
	line-height: 1.75;
	margin-top: 8px;
	margin-top: 0.5rem;
	text-align: left;
}

.contact {
	background: url(../img/price__bg-p.webp) center/cover no-repeat;
	padding-bottom: 150px;
	padding-bottom: 9.375rem;
	padding-top: 160px;
	padding-top: 10rem;
}

.contact__text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: lighter;
	letter-spacing: 0.02em;
	line-height: 34px;
	line-height: 2.125;
	margin: 0 auto;
	margin-top: 11px;
	margin-top: 0.6875rem;
	text-align: center;
	width: 558px;
	width: 34.875rem;
}

.contact__tel-box {
	background: #f5f5f5;
	margin: 0 auto;
	margin-top: 52px;
	margin-top: 3.25rem;
	padding: 31px 48px;
	padding: 1.9375rem 3rem;
	width: 500px;
	width: 31.25rem;
}

.contact__head {
	color: #1a1a1a;
	font-size: 21px;
	font-size: 1.3125rem;
	letter-spacing: 0.04em;
	text-align: center;
}

.contact__tel {
	display: block;
	margin: 0 auto;
	margin-top: 12px;
	margin-top: 0.75rem;
	width: 335px;
	width: 20.9375rem;
}

.contact__news-box {
	color: #1a1a1a;
	display: inline-flex;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.02em;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.contact__news-box span:first-child {
	align-items: center;
	background: linear-gradient(#f56618 0%, #be4706 100%);
	color: #fffefc;
	display: inline-flex;
	font-size: 14px;
	font-size: 0.875rem;
	height: 24px;
	height: 1.5rem;
	justify-content: center;
	letter-spacing: 0.06em;
	margin-right: 10px;
	margin-right: 0.625rem;
	padding-top: 3px;
	padding-top: 0.1875rem;
	width: 78px;
	width: 4.875rem;
}

.contact__new-left {
	margin-left: 30px;
	margin-left: 1.875rem;
	margin-right: 20px;
	margin-right: 1.25rem;
	text-align: right;
}

.contact-form {
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 80px;
	margin-top: 5rem;
	max-width: 680px;
}

.form-group {
	color: #1a1a1a;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.04em;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

.form-group label {
	display: block;
	font-weight: bold;
}

.form-group .required {
	background: #e00a17;
	color: #fffefc;
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: 0.04em;
	margin-left: 10px;
	margin-left: 0.625rem;
	padding: 4px 13px;
	padding: 0.25rem 0.8125rem;
}

.form-group input[type=text],
.form-group input[type=tel],
.form-group input[type=email],
.form-group input[type=radio]+label,
.form-group select,
.form-group textarea {
	background: #f5f5f5;
	border: none;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.02em;
	line-height: 2.125;
	margin-top: 12px;
	margin-top: 0.75rem;
	padding: 12px 25px;
	padding: 0.75rem 1.5625rem;
	width: 100%;
}

.form-group input[type=radio]+label {
	background: none;
	margin: 0;
	padding: 0;
}

.form-group textarea {
	max-height: 190px;
	max-height: 11.875rem;
	resize: vertical;
}

.form-group input[type=radio] {
	width: auto;
}

.form-group input[type=radio]+label {
	display: inline-block;
	margin-right: 20px;
	width: auto;
}

.form-group div {
	align-items: center;
	/* display: flex; */
}

.privacy-policy-box {
	color: #1a1a1a;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	margin-top: 60px;
	margin-top: 3.75rem;
	text-align: center;
}

.privacy-text {
	color: #1a1a1a;
	font-size: 14px;
	font-size: 0.875rem;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1.8571428571;
	margin-bottom: 50px;
	margin-bottom: 3.125rem;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.checkbox-group {
	font-size: 16px;
	font-size: 1rem;
	justify-content: center;
}

.btn-box {
	height: 64px;
	height: 4rem;
	margin: 0 auto;
	margin-top: 60px;
	margin-top: 3.75rem;
	position: relative;
	width: 308px;
	width: 19.25rem;
}

.btn-box::after {
	border-bottom: 6px solid transparent;
	border-left: 8px solid #fff;
	border-right: 0;
	border-style: solid;
	border-top: 6px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	right: 20px;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
}

.contact-btn {
	background: linear-gradient(#f29847 0%, #ee7300 50%, #d45e12 100%);
	border: none;
	border-radius: 10px;
	border-radius: 0.625rem;
	color: #fff;
	height: 64px;
	height: 4rem;
	margin: 0 auto;
	width: 308px;
	width: 19.25rem;
}

.company {
	background: #f5f5f5;
	padding-bottom: 55px;
	padding-bottom: 3.4375rem;
	padding-top: 80px;
	padding-top: 5rem;
}

.company__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin: 0 auto;
	width: 920px;
	width: 57.5rem;
}

.company__title {
	color: #ad271d;
	font-size: 22px;
	font-size: 1.375rem;
	letter-spacing: 0.1em;
}

.company__box {
	margin-top: 33px;
	margin-top: 2.0625rem;
}

.company__content {
	color: #1a1a1a;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.06em;
	line-height: 1.375;
	padding-bottom: 6px;
	padding-bottom: 0.375rem;
	position: relative;
	text-align: left;
}

.company__content::after {
	background: #1a1a1a;
	content: "";
	height: 100%;
	left: 105px;
	left: 6.5625rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.company__dt {
	width: 105px;
	width: 6.5625rem;
}

.company__dd {
	margin-left: 19px;
	margin-left: 1.1875rem;
	width: 283px;
	width: 17.6875rem;
}

.company__logo {
	align-items: center;
	display: flex;
}

.footer {
	background: #ad271d;
	color: #fcfcfc;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.1em;
	padding-bottom: 19px;
	padding-bottom: 1.1875rem;
	padding-top: 19px;
	padding-top: 1.1875rem;
	text-align: center;
}

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

	html {
		font-size: 4.1025641026vw;
	}

}

@media (max-width:1280px) and (min-width:768px) {

	html {
		font-size: 1.25vw;
	}

}

@media (min-width: 1280px) {

	.danger {
		background: url(../img/danger__bg-pc-p.webp) bottom/cover no-repeat;
		padding-bottom: 105px;
		position: relative;
	}

	.danger::after {
		background: url(../img/danger__bg-pc2-p.webp) center/cover no-repeat;
		bottom: 0;
		content: "";
		height: 105px;
		left: 50%;
		position: absolute;
		transform: translate(-50%, 99%);
		width: 341px;
	}

	.consultation {
		margin-top: 0;
	}

}

@media (max-width: 767px) {

	.pc_only {
		display: none;
	}

	.sp_only {
		display: block;
	}

	header {
		position: initial;
	}

	.header__top-desc {
		font-size: 10px;
		font-size: 0.625rem;
		padding: 12px 0 12px 20px;
		padding: 0.75rem 0 0.75rem 1.25rem;
	}

	.header__inner {
		height: 57px;
		height: 3.5625rem;
		justify-content: space-between;
	}

	.header__logo {
		aspect-ratio: 137/31;
		margin-left: 12px;
		margin-left: 0.75rem;
		width: 137px;
		width: 8.5625rem;
	}

	.header__text-box {
		aspect-ratio: 199/30;
		margin-left: 0;
		margin-right: 30px;
		margin-right: 1.875rem;
		width: 199px;
		width: 12.4375rem;
	}

	.fv {
		margin: 0 auto;
	}

	.fv__nav-box {
		position: fixed;
		z-index: 1000;
		bottom: 0;
	}

	.fv__contact {
		aspect-ratio: 134/88;
		display: block;
		width: 134px;
		width: 8.375rem;
	}

	.fv__tel {
		aspect-ratio: 256/88;
		display: block;
		width: 256px;
		width: 16rem;
	}

	.cta {
		padding-bottom: 82px;
		padding-bottom: 5.125rem;
		padding-top: 40px;
		padding-top: 2.5rem;
	}

	.cta::after {
		background: url(../img/cta-bg-sp-p.webp) center/cover no-repeat;
		height: 115px;
		height: 7.1875rem;
		width: 100%;
	}

	.cta__title {
		aspect-ratio: 330/58;
		width: 330px;
		width: 20.625rem;
	}

	.cta__box {
		margin-top: 25px;
		margin-top: 1.5625rem;
		padding-left: 0;
		width: 330px;
		width: 20.625rem;
	}

	.cta__img {
		aspect-ratio: 812/383;
		bottom: -82px;
		bottom: -5.125rem;
		left: -30px;
		left: -1.875rem;
		width: 366px;
	}

	.cta__head {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.3888888889;
		text-align: center;
	}

	.cta__grid {
		gap: 10px;
		gap: 0.625rem;
		grid-template: "tel tel" "mail line";
		margin-top: 10px;
		margin-top: 0.625rem;
		padding: 0 16px;
		padding: 0 1rem;
	}

	.cta__tel {
		align-self: 247/46;
		margin: 0 auto;
		width: 247px;
		width: 15.4375rem;
	}

	.cta__mail {
		aspect-ratio: 148/47;
		margin: 0;
		width: 100%;
	}

	.cta__line {
		aspect-ratio: 148/47;
		margin: 0;
		width: 100%;
	}

	.cta__text-box {
		margin-top: 20px;
		margin-top: 1.25rem;
	}

	.cta__top-text {
		aspect-ratio: 330/30;
		margin-right: 0;
		width: 330px;
		width: 20.625rem;
	}

	.cta__bottom-text {
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 7px;
		margin-top: 0.4375rem;
		padding: 0 30px;
		padding: 0 1.875rem;
	}

	.cta__bottom-text p {
		font-size: 16px;
		font-size: 1rem;
	}

	.cta__bottom-text img {
		aspect-ratio: 107/20;
		width: 107px;
		width: 6.6875rem;
	}

	.countermeasure {
		background: url(../img/countermeasure__bg-sp-p.webp) left/cover no-repeat;
		padding-bottom: 100px;
		padding-bottom: 6.25rem;
		padding-left: 30px;
		padding-left: 1.875rem;
		padding-right: 30px;
		padding-right: 1.875rem;
		padding-top: 100px;
		padding-top: 6.25rem;
	}

	.countermeasure__title {
		aspect-ratio: 330/85;
		width: 330px;
		width: 20.625rem;
	}

	.countermeasure__grid {
		display: block;
		margin-left: 0;
		margin-right: 0;
		margin-top: 40px;
		margin-top: 2.5rem;
	}

	.countermeasure__contents {
		font-size: 16px;
		font-size: 1rem;
		letter-spacing: 0.02em;
		line-height: 2.1;
	}

	.countermeasure__box {
		gap: 10px 5px;
		gap: 0.625rem 0.3125rem;
		grid-template-columns: repeat(2, 1fr);
		margin-left: 0;
		margin-right: 0;
		margin-top: 50px;
		margin-top: 3.125rem;
	}

	.countermeasure__head {
		font-size: 13px;
		font-size: 0.8125rem;
		letter-spacing: -0.1em;
		line-height: 1.3076923077;
		padding: 14px 10px;
		padding: 0.875rem 0.625rem;
	}

	.worries__box {
		padding-bottom: 100px;
		padding-bottom: 6.25rem;
		padding-top: 60px;
		padding-top: 3.75rem;
	}

	.worries__contents {
		width: 100%;
	}

	.worries__contents:nth-of-type(3) {
		margin-top: 80px;
		margin-top: 5rem;
	}

	.worries__head img {
		-o-object-fit: cover;
		height: 73px;
		object-fit: cover;
		width: 390px;
		width: 24.375rem;
	}

	.worries__grid {
		grid-template-columns: 1fr;
		margin-left: auto;
		margin-right: auto;
		width: 248px;
		width: 15.5rem;
	}

	.worries__head--bottom {
		aspect-ratio: 330/94;
		width: 330px;
		width: 20.625rem;
	}

	.solution {
		padding-bottom: 100px;
		padding-bottom: 6.25rem;
		padding-top: 100px;
		padding-top: 6.25rem;
	}

	.solution__title__box {
		grid-template: "ttl ttl" "left right";
		margin: 0;
	}

	.solution__img01 {
		aspect-ratio: 186/171;
		margin-left: 30px;
		margin-left: 1.875rem;
		width: 186px;
		width: 11.625rem;
	}

	.solution__title {
		aspect-ratio: 380/183;
		margin-bottom: 10px;
		margin-bottom: 0.625rem;
		width: 380px;
		width: 23.75rem;
	}

	.solution__img02 {
		aspect-ratio: 178/163;
		margin-left: 0;
		margin-left: -30px;
		margin-left: -1.875rem;
		margin-right: 30px;
		margin-right: 1.875rem;
		width: 178px;
		width: 11.125rem;
	}

	.solution__contents {
		margin-left: 30px;
		margin-left: 1.875rem;
		margin-right: 30px;
		margin-right: 1.875rem;
	}

	.solution__grid {
		grid-template: "point head" "img text" /5.8125rem 1fr;
	}

	.solution__grid:not(:first-child) {
		margin-top: 20px;
		margin-top: 1.25rem;
	}

	.solution__point {
		height: 53px;
		height: 3.3125rem;
	}

	.solution__point::after {
		background: url(../img/solution__border-sp-p.webp) center/cover no-repeat;
		height: 100%;
		right: -5px;
		right: -0.3125rem;
		width: 4px;
		width: 0.25rem;
	}

	.solution__point img {
		aspect-ratio: 42/44;
		width: 42px;
		width: 2.625rem;
	}

	.solution__head {
		flex-direction: row;
		font-size: 15px;
		font-size: 0.9375rem;
		height: 53px;
		height: 3.3125rem;
		text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
	}

	.solution__head span:last-child {
		font-size: 18px;
		font-size: 1.125rem;
		text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
	}

	.solution__img {
		aspect-ratio: 93/70;
		margin-left: 0;
		width: 93px;
		width: 5.8125rem;
	}

	.solution__text {
		font-size: 14px;
		font-size: 0.875rem;
		height: 70px;
		height: 4.375rem;
		line-height: 1.2857142857;
		padding: 19px 14px;
		padding: 1.1875rem 0.875rem;
	}

	.know__grid {
		gap: 33px;
		gap: 2.0625rem;
		grid-template: "cont" "img";
		margin-left: 30px;
		margin-left: 1.875rem;
		margin-right: 30px;
		margin-right: 1.875rem;
		margin-top: 78px;
		margin-top: 4.875rem;
	}

	.know__text {
		letter-spacing: 0.01em;
		line-height: 2.1;
	}

	.know__grid--rev {
		grid-template: "cont" "img";
	}

	.danger {
		background: url(../img/danger__bg-sp-p.webp) center/cover no-repeat;
		padding-bottom: 168px;
		padding-bottom: 10.5rem;
	}

	.danger__title {
		aspect-ratio: 390/363;
		margin: 0;
		width: 390px;
		width: 24.375rem;
	}

	.danger__box {
		padding: 0 30px;
		padding: 0 1.875rem;
		width: 100%;
	}

	.danger__case {
		height: 91px;
		height: 5.6875rem;
		width: 67px;
		width: 4.1875rem;
	}

	.danger__case img {
		aspect-ratio: 35/52;
		width: 35px;
		width: 2.1875rem;
	}

	.danger__head {
		font-size: 16px;
		font-size: 1rem;
		height: 91px;
		height: 5.6875rem;
		letter-spacing: 0.04em;
		line-height: 23/16;
		padding-left: 20px;
		padding-left: 1.25rem;
		padding-right: 10px;
		padding-right: 0.625rem;
		width: 283px;
		width: 16.4375rem;
	}

	.danger__grid {
		background: #fff;
		grid-template: "img" "text";
		padding-bottom: 26px;
		padding-bottom: 1.625rem;
		width: 330px;
		width: 20.625rem;
	}

	.danger__img {
		aspect-ratio: 274/186;
		height: auto;
		margin: 0 auto;
		margin-top: 40px;
		margin-top: 2.5rem;
		padding: 0;
		width: 274px;
		width: 17.125rem;
	}

	.danger__text {
		margin: 20px 28px 0;
		margin: 1.25rem 1.75rem 0;
		padding-left: 0;
		padding-right: 0;
	}

	.consultation {
		margin-top: -90px;
		margin-top: -5.625rem;
		padding-bottom: 102px;
		padding-bottom: 6.375rem;
		padding-top: 168px;
		padding-top: 10.5rem;
	}

	.consultation__title {
		aspect-ratio: 375/142;
		width: 375px;
		width: 23.4375rem;
	}

	.consultation__box {
		margin: 65px auto 0;
		margin: 4.0625rem auto 0;
		width: 330px;
		width: 20.625rem;
	}

	.consultation__head {
		aspect-ratio: 284/61;
		width: 284px;
		width: 17.75rem;
	}

	.consultation__grid {
		gap: 32px;
		gap: 2rem;
		grid-template-columns: 1fr;
		padding-bottom: 60px;
		padding-bottom: 3.75rem;
		padding-left: 41px;
		padding-left: 2.5625rem;
		padding-right: 41px;
		padding-right: 2.5625rem;
		padding-top: 76px;
		padding-top: 4.75rem;
	}

	.consultation__bottom-box {
		width: 330px;
		width: 20.625rem;
	}

	.consultation__content {
		aspect-ratio: 274/75;
		padding-top: 40px;
		padding-top: 2.5rem;
		width: 274px;
		width: 17.125rem;
	}

	.consultation__bottom-grid {
		gap: 20px;
		gap: 1.25rem;
		grid-template-columns: 1fr;
		margin: 53px 30px 0;
		margin: 3.3125rem 1.875rem 0;
	}

	.consultation__bottom-contents:first-child {
		border-bottom: #cecece 2px solid;
		border-right: none;
		padding-bottom: 20px;
		padding-bottom: 1.25rem;
	}

	.consultation__bottom-text {
		font-size: 20px;
		font-size: 1.25rem;
	}

	.consultation__bottom-text img {
		aspect-ratio: 66/64;
		margin-right: 6px;
		margin-right: 0.375rem;
		width: 66px;
		width: 4.125rem;
	}

	.consultation__bottom-text02 img {
		aspect-ratio: 88/70;
		width: 88px;
		width: 5.5rem;
	}

	.consultation__bottom-price {
		font-size: 32px;
		font-size: 2rem;
	}

	.consultation__bottom-price span {
		font-size: 38px;
		font-size: 2.375rem;
	}

	.consultation__bottom-price .consultation__bottom-price--sm {
		font-size: 23px;
		font-size: 1.4375rem;
		margin: 0 6px 0;
		margin: 0 0.375rem 0;
	}

	.thought {
		background: url(../img/thought__bg-sp-p.webp) center/cover no-repeat;
		padding-bottom: 70px;
		padding-bottom: 4.375rem;
		padding-top: 80px;
		padding-top: 5rem;
	}

	.thought__title {
		aspect-ratio: 330/95;
		width: 330px;
		width: 20.625rem;
	}

	.thought__text {
		font-size: 16px;
		font-size: 1rem;
		line-height: 2.125;
		margin: 22px 30px 0;
		margin: 1.375rem 1.875rem 0;
	}

	.voice {
		padding-bottom: 100px;
		padding-bottom: 6.25rem;
		padding-top: 104px;
		padding-top: 6.5rem;
	}

	.section__desc {
		font-size: 14px;
		font-size: 0.875rem;
	}

	.section__ttl {
		font-size: 26px;
		font-size: 1.625rem;
	}

	.voice__grid {
		grid-template-columns: 1fr;
		width: 330px;
		width: 20.625rem;
	}

	.voice__contents {
		padding: 24px 25px 40px;
		padding: 1.5rem 1.5625rem 2.5rem;
	}

	.voice__img {
		width: 63px;
		width: 3.9375rem;
	}

	.voice__head span:first-child {
		font-size: 16px;
		font-size: 1rem;
	}

	.voice__text {
		margin-top: 17px;
		margin-top: 1.0625rem;
	}

	.price {
		background: url(../img/price__bg-p.webp);
		padding-bottom: 43px;
		padding-bottom: 2.6875rem;
		padding-top: 104px;
		padding-top: 6.5rem;
	}

	.price__top-price {
		margin-top: 46px;
		margin-top: 2.875rem;
		width: 330px;
		width: 20.625rem;
	}

	.price-top__box {
		border: 10px solid #f27f4c;
		margin-top: 45px;
		margin-top: 2.8125rem;
		width: 330px;
		width: 20.625rem;
	}

	.price-top__head {
		display: block;
	}

	.price-top__head span:first-child {
		line-height: 1;
		margin-left: 93px;
		margin-left: 5.8125rem;
	}

	.price-top__head span:last-child {
		display: inline-block;
		font-size: 16px;
		font-size: 1rem;
		padding: 10px 12px;
		padding: 0.625rem 0.75rem;
	}

	.price-top__head::after {
		height: 105px;
		height: 6.5625rem;
		left: 24px;
		left: 1.5rem;
		top: -24px;
		top: -1.5rem;
		width: 108px;
		width: 6.75rem;
	}

	.price-top__grid {
		grid-template-columns: 1fr;
		padding-bottom: 30px;
		padding-bottom: 1.875rem;
	}

	.price-top__price-box {
		padding-top: 23px;
		padding-top: 1.4375rem;
	}

	.price-top__price-box::after {
		display: none;
	}

	.price-top__text {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.625;
		padding-left: 10px;
		padding-left: 0.625rem;
		padding-right: 10px;
		padding-right: 0.625rem;
		text-align: center;
	}

	.price-top__price {
		margin-top: 5px;
		margin-top: 0.3125rem;
		width: 230px;
		width: 14.375rem;
	}

	.price-top__contents {
		padding-right: 20px;
		padding-right: 1.25rem;
		padding-top: 8px;
		padding-top: 0.5rem;
		text-align: center;
	}

	.price-top__contents p:last-child {
		margin-top: 16px;
		margin-top: 1rem;
		text-align: left;
	}

	.price-end__grid {
		gap: 10px;
		gap: 0.625rem;
		grid-template-columns: 1fr;
		margin-top: 20px;
		margin-top: 1.25rem;
	}

	.price__end__contents {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.625;
		margin: 0 auto;
		width: 273px;
		width: 17.0625rem;
	}

	.price-end__price {
		padding: 10px 0;
	}

	.price-end__price img {
		aspect-ratio: 214/88;
		width: 214px;
		width: 13.375rem;
	}

	.price-mid__grid {
		gap: 50px;
		gap: 3.125rem;
		grid-template-columns: 1fr;
		margin-top: 50px;
		margin-top: 3.125rem;
		width: 330px;
		width: 20.625rem;
	}

	.price-mid__box {
		border: 10px solid #f4d65e;
	}

	.price-mid__box--center {
		grid-column: auto;
		width: 330px;
		width: 20.625rem;
	}

	.price-mid__head {
		font-size: 28px;
		font-size: 1.75rem;
		padding: 10px 0 20px;
		padding: 0.625rem 0 1.375rem;
	}

	.price-mid__b-box {
		padding: 24px 16px 15px;
		padding: 1.5rem 1rem 0.9375rem;
	}

	.price-mid__text {
		text-align: left;
	}

	.price-mid__head01 {
		margin-right: 25px;
		margin-right: 1.5625rem;
	}

	.price-mid__head01::after {
		left: -24px;
		left: -1.5rem;
	}

	.price-mid__head02 {
		margin-left: 13px;
		margin-left: 0.8125rem;
	}

	.price-mid__head02::after {
		bottom: 4px;
		bottom: 0.25rem;
		right: -21px;
		right: -1.3125rem;
	}

	.price-mid__head03 {
		margin-right: 39px;
		margin-right: 2.4375rem;
	}

	.price-mid__head03::after {
		bottom: 2px;
		bottom: 0.125rem;
		left: 8px;
		left: 0.5rem;
	}

	.price-bottom__box {
		margin-top: 60px;
		margin-top: 3.75rem;
		width: 330px;
		width: 20.625rem;
	}

	.price-bottom__text {
		width: 280px;
		width: 17.5rem;
	}

	.price-bottom__grid {
		gap: 5px;
		gap: 0.3125rem;
		grid-template-columns: 1fr;
		margin: 40px auto;
		margin: 2.5rem auto;
		width: 260px;
		width: 16.25rem;
	}

	.price-bottom__ttl {
		padding: 15px 0;
		padding: 0.9375rem 0;
	}

	.qa {
		padding-bottom: 100px;
		padding-bottom: 6.25rem;
		padding-top: 100px;
		padding-top: 6.25rem;
	}

	.qa__text {
		width: 330px;
		width: 20.625rem;
	}

	.qa__box {
		margin-top: 60px;
		margin-top: 3.75rem;
	}

	.qa__head {
		font-size: 24px;
		font-size: 1.5rem;
	}

	.qa__contents {
		margin-top: 40px;
		margin-top: 2.5rem;
		width: 330px;
		width: 20.625rem;
	}

	.qa__ques {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.75;
	}

	.contact {
		background: url(../img/price__bg-p.webp);
		padding-bottom: 73px;
		padding-bottom: 4.5625rem;
		padding-top: 100px;
		padding-top: 6.25rem;
	}

	.contact__text {
		margin-top: 25px;
		margin-top: 1.5625rem;
		width: 330px;
		width: 20.625rem;
	}

	.contact__tel-box {
		margin-top: 30px;
		margin-top: 1.875rem;
		padding: 28px 16px;
		padding: 1.75rem 1rem;
		width: 330px;
		width: 20.625rem;
	}

	.contact__head {
		font-size: 18px;
		letter-spacing: 0.06em;
		line-height: 1.4444444444;
	}

	.contact__tel {
		align-self: 272/50;
		margin-top: 3px;
		margin-top: 0.1875rem;
		width: 272px;
		width: 17rem;
	}

	.contact__news-box {
		font-size: 14px;
		font-size: 0.875rem;
	}

	.contact__news-box span:first-child {
		font-size: 13px;
		font-size: 0.8125rem;
		height: 22px;
		height: 1.375rem;
		margin-right: 5px;
		margin-right: 0.3125rem;
		width: 68px;
		width: 4.25rem;
	}

	.contact__new-left {
		margin-left: 0;
		margin-right: 13px;
		margin-right: 0.8125rem;
	}

	.contact-form {
		margin: 55px 30px 0;
		margin: 3.4375rem 1.875rem 0;
	}

	.form-group {
		margin-bottom: 28px;
		margin-bottom: 1.75rem;
	}

	.form-group textarea {
		max-height: 270px;
		max-height: 16.875rem;
	}

	.privacy-policy-box {
		margin-top: 0px;
		margin-top: 0rem;
	}

	.checkbox-group {
		text-align: left;
	}

	.company {
		padding-bottom: 45px;
		padding-bottom: 2.8125rem;
		padding-top: 60px;
		padding-top: 3.75rem;
	}

	.company__inner {
		grid-template-columns: 1fr;
		width: 330px;
		width: 20.625rem;
	}

	.company__box {
		margin-top: 27px;
		margin-top: 1.6875rem;
	}

	.company__content {
		padding-bottom: 18px;
		padding-bottom: 1.125rem;
	}

	.company__dd {
		width: 220px;
		width: 13.75rem;
	}

	.company__logo {
		display: block;
		margin: 0 auto;
		margin-top: 30px;
		margin-top: 1.875rem;
		width: 288px;
		width: 18rem;
	}

	.footer {
		font-size: 10px;
		font-size: 0.625rem;
	}

}

.thanks_wrap {
	max-width: 850px;
	margin: 0 auto 18.38235294117647vw;

	.thanks_txt {
		margin: 18.38235294117647vw auto 4.411764705882353vw;

		h2 {
			margin-bottom: 4.411764705882353vw;
			font-size: 1.911764705882353vw;
			font-family: "Noto Sans JP", sans-serif;
			font-weight: 700;
			font-style: normal;
			letter-spacing: 0.04em;
			display: inline-block;
		}

		p {
			line-height: 1.8;
			text-align: left;
		}
	}

	.back_btn {
		width: 11.029411764705882vw;
		background-color: #000;
		padding: 0.7352941176470588vw 0.3676470588235294vw;
		margin: 0 auto;
		text-align: center;

		&:hover {
			opacity: 0.8;
		}

		.back {
			color: #fff;
			margin: 0;
			padding: 0;
			font-size: 100%;
			vertical-align: baseline;
			background: transparent;
		}
	}
}

@media(max-width:768px) {
	.thanks_wrap {
		width: 84.61538461538461vw;
		margin: 0 auto 20.51282051282051vw;

		.thanks_txt {
			margin: 20.51282051282051vw auto 10.256410256410255vw;

			h2 {
				font-size: 6.153846153846154vw;
				margin-bottom: 10.256410256410255vw;
			}
		}

		.back_btn {
			width: 38.46153846153847vw;
			padding: 2.564102564102564vw 1.282051282051282vw;

			&:hover {
				opacity: 0.8;
			}

			.back {
				color: #fff;
			}
		}
	}
}


/*# sourceMappingURL=style.css.map */