/********************************
* インナー
********************************/

/********************************
* フォント
********************************/

/********************************
* カラー
********************************/

html {
	font-size: 16px;
	scroll-behavior: smooth;
}

body {
	color: #2B5F1D;
	font-family: "Noto Sans JP", serif;
}

body.is-fixed {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

html.no-smooth-scroll {
  scroll-behavior: auto !important;
}

/* link */

/* ============================================ */

a {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}

a,
button {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

a:focus,
button:focus {
	opacity: 0.8;
}

/* img */

/* ============================================ */

img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
	width: 100%;
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
	border-style: solid;
	border-width: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-webkit-tap-highlight-color: transparent;
	/* 3*/
	line-height: 1.15;
	/* 1 */
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */

/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

/* Lists (enumeration) */

/* ============================================ */

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Lists (definition) */

/* ============================================ */

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	border-top-width: 1px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	/* 1 */
	clear: both;
	color: inherit;
	height: 0;
	/* 1 */
	margin: 0;
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;
	/* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Replaced content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none;
	/* 1 */
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border-radius: 0;
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
	text-transform: inherit;
	/* 2 */
	vertical-align: middle;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type=button],
[type=reset],
[type=submit] {
	cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
	cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

/**
 * Remove padding
 */

option {
	padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
	margin: 0;
	min-width: 0;
	padding: 0;
}

legend {
	padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type=search] {
	outline-offset: -2px;
	/* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/**
 * Fix appearance for Firefox
 */

[type=number] {
	-moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
	cursor: pointer;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
	outline: auto;
}

/* Tables */

/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
	border-collapse: collapse;
	border-color: inherit;
	/* 1 */
}

caption {
	text-align: left;
}

td,
th {
	padding: 0;
	vertical-align: top;
}

th {
	font-weight: bold;
	text-align: left;
}

/* フェード設定 */

/* ============================================ */

.splide {
	position: relative;
}

.splide__arrows {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 10;
}

/* 矢印のクリック範囲など */

.button {
	background-color: transparent;
	/* ボタンの背景を透明にする */
	height: 2.5rem;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	width: 2.5rem;
}

/* 矢印共通のスタイル */

.button::before {
	aspect-ratio: 40/40;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	height: auto;
	left: 0;
	margin: auto;
	position: absolute;
	top: 0;
	width: 2.5rem;
}

/* 前の矢印 */

.prev::before {
	background-image: url(../img/arrow-prev.png);
	left: -1.6875rem;
	z-index: 1;
}

/* 次の矢印 */

.next::before {
	background-image: url(../img/arrow-next.png);
	left: auto;
	right: -1.6875rem;
	z-index: 1;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 31.25rem;
	padding-inline: 0.9375rem;
	width: 100%;
}

.l-layer {
	margin-top: 3.125rem;
}

.l-layer--support {
	margin-top: 3.125rem;
}

.l-pcWrapper__left {
	display: none;
}

.l-pcWrapper__center {
	position: relative;
	z-index: 1;
}

.l-pcWrapper__right {
	display: none;
}


	@media screen and (min-width: 769px) {
		.sp-only {
			display: none;
	}
}

.c-button {
	-webkit-animation: emphasis_btn 1.5s infinite;
	animation: emphasis_btn 1.5s infinite;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff9da1), color-stop(33%, #dc373d), to(#9e1116));
	background: linear-gradient(to bottom, #ff9da1 0%, #dc373d 33%, #9e1116 100%);
	border-radius: 0.375rem;
	-webkit-box-shadow: 0 0.375rem 0.5rem rgba(0, 0, 0, 0.3);
	box-shadow: 0 0.375rem 0.5rem rgba(0, 0, 0, 0.3);
	color: #fff;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
	max-width: 21.5625rem;
	overflow: hidden;
	/* padding-block: 1.125rem; */
	position: relative;
	text-align: center;
	text-decoration: none;
	-webkit-transition: color 0.3s, background-color 0.3s;
	transition: color 0.3s, background-color 0.3s;
	width: 100%;
	height: 4.375rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
}

.c-button__icon {
	position: absolute;
	top: 0.3rem;
	left: 4rem;
	width: 1.2rem;
}

.c-button+.c-button {
	margin-top: 0.9375rem;
}

.c-button__smallTxt {
	display: block;
	font-size: 1rem;
}

.c-button--small {
	font-size: 1.3125rem;
	padding-right: 1.5rem;
}

.c-button--white {
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(62%, #ffffff), to(#e0e0e0));
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 62%, #e0e0e0 100%);
	color: #ba1017;
	/* padding-block: 1.375rem 1.5rem; */
}

.c-button--green {
	background: -webkit-gradient(linear, left top, left bottom, from(#6BE86B), color-stop(33%, #00C300), to(#009400));
	background: linear-gradient(to bottom, #6BE86B 0%, #00C300 33%, #009400 100%);
	color: #fff;
	/* padding-block: 1.375rem; */
}

.c-button--yellow {
	background: linear-gradient(to bottom, #FFF36B 0%, #FFD000 33%, #C39400 100%);;
	color: #000;
	/* padding-block: 1.375rem; */
}

.c-button::before {
	-webkit-animation: shiny_btn 3s ease-in-out infinite;
	animation: shiny_btn 3s ease-in-out infinite;
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: -11.25rem;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	width: 1.875rem;
}

.c-button--noAnimation::before {
	-webkit-animation: none;
	animation: none;
}

/* 光るアニメーション */

.c-button:focus {
	opacity: 0.7;
}

.c-button::after {
	background-image: url(../img/icon_arrow.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 1.5625rem;
	position: absolute;
	right: 1.5625rem;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 1.5625rem;
}

.c-button--white::after {
	background-image: url(../img/icon_arrow-red.svg);
}

.c-button--green::after {
	background-image: url(../img/icon_arrow-green.svg);
}

.c-button--yellow::after {
	background-image: url(../img/icon_arrow-yellow.svg);
}

.p-accordion__list {
	margin-top: 2rem;
	text-align: left;
}

.p-accordion__item {
	position: relative;
}

.p-accordion__item+.p-accordion__item {
	margin-top: 1rem;
}

.p-accordion__visible {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1.125rem 0.875rem 1rem 2rem;
	position: relative;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.p-accordion__visible:focus {
	opacity: 0.7;
}

.p-accordion__visible.is-active {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.p-accordion__hidden {
	background-color: #fff;
	display: none;
	padding-bottom: 1rem;
	padding-inline: 0.9375rem 1rem;
	padding-top: 0.25rem;
}

.p-accordion__text {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.6;
	position: relative;
}

.p-accordion__text--q {
	padding-left: 0.875rem;
	position: relative;
}

.p-accordion__text--q::before {
	aspect-ratio: 24/24;
	background: url(../img/question-icon.png) center center no-repeat;
	background-size: contain;
	content: "";
	content: "";
	display: block;
	height: auto;
	left: -1.0625rem;
	position: absolute;
	top: -0.125rem;
	width: 1.5rem;
}

.p-accordion__text--a {
	font-weight: 400;
	position: relative;
}

.p-accordion__text--a::after {
	-webkit-animation: opacity-border 0.5s 0.2s forwards;
	animation: opacity-border 0.5s 0.2s forwards;
	background-color: #2B5F1D;
	content: "";
	height: 0.0625rem;
	left: 0;
	opacity: 0;
	position: absolute;
	top: -0.625rem;
	width: 100%;
}

.p-accordion__btn img {
	max-width: 0.875rem;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	width: 0.875rem;
}

.p-accordion__btn {
	margin-top: -0.25rem;
	padding-left: 1.625rem;
}

.p-accordion__visible.is-active .p-accordion__btn img {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-case {
	background-color: #D3232A;
	padding-block: 2.5rem 3.125rem;
	text-align: center;
}

.p-case__ttlImg img {
	aspect-ratio: 345/130;
	position: relative;
	width: 21.5625rem;
	z-index: 1;
}

.p-case__cardsWrap {
	margin-top: 2rem;
	position: relative;
}

.p-case__cardsWrap::after {
	aspect-ratio: 375/90;
	background: url(../img/case-backImg.png) center center no-repeat;
	background-size: contain;
	content: "";
	content: "";
	display: block;
	height: auto;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	width: 100%;
}

.p-case__cardsWrap .splide__arrow {
	opacity: 1;
}

.p-case__card {
	background-color: #fff;
	border-radius: 0.625rem;
	height: 25.3125rem;
}

.p-case__card1 {
	background-color: #FFEA00;
}

.p-cta {
	background: url(../img/cta-back.jpg) center center no-repeat;
	background-size: 100% 100%;
	color: #fff;
	display: block;
	padding-block: 1.5rem 3.125rem;
	text-align: center;
}

.p-cta__subTtl {
	border-bottom: solid 0.0625rem #fff;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.6;
	padding-bottom: 0.1875rem;
}

.p-cta__subTtl .is-big {
	font-size: 1.5rem;
}
.p-cta__subTtl .is-yellow {
	color: #ffea00;
}

.p-cta__ttl {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 0.625rem;
}

.p-cta__arrowIcon img {
	aspect-ratio: 24/65;
	height: auto;
	position: relative;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 1.5rem;
}

.p-cta__btn {
	margin-top: 0.25rem;
}

.p-ctaBtn {
	background: url(../img/ctaBtn-back.jpg) center center no-repeat;
	background-size: 100% 100%;
	display: block;
	padding-block: 2.9375rem 3.125rem;
	position: relative;
	text-align: center;
	z-index: 9;
}

.p-dialogue {
	background: url(../img/dialogue-back.jpg) center center no-repeat;
	background-size: cover;
	display: block;
	padding-block: 2.5rem 3.125rem;
}

.p-dialogue__ttlInner {
	margin-inline: auto;
	max-width: 13rem;
	text-align: center;
	width: 100%;
}

.p-dialogue__ttl {
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.1;
	position: relative;
}

.p-dialogue__ttl::before {
	aspect-ratio: 37/46;
	background: url(../img/treat-yellow-l.png) center center no-repeat;
	background-size: contain;
	content: "";
	content: "";
	display: block;
	height: auto;
	left: -0.375rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
	width: 2.3125rem;
}

.p-dialogue__ttl::after {
	aspect-ratio: 37/46;
	background: url(../img/treat-yellow-r.png) center center no-repeat;
	background-size: contain;
	content: "";
	content: "";
	display: block;
	height: auto;
	position: absolute;
	right: -0.375rem;
	top: 50%;
	-webkit-transform: translate(100%, -50%);
	transform: translate(100%, -50%);
	width: 2.3125rem;
}

.p-dialogue__ttl--small {
	font-size: 1.625rem;
}

.p-dialogue__box {
	background-color: #7B7B7B;
	border: solid 0.1875rem #fff;
	height: 21.25rem;
	margin-inline: auto;
	margin-top: 1.6875rem;
	width: 100%;
}

.p-endCta {
	background-color: #fff;
	padding-block: 2.5rem;
}

.p-endCta__btn {
	text-align: center;
}

.p-features {
	text-align: center;
}

.p-features__ttlWrap {
	position: relative;
}

.p-features__catchTtl {
	font-size: 1.625rem;
	color: #000;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 2.875rem;
}

.p-features__ttl {
	background-color: #D3232A;
	color: #fff;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.3;
	padding-block: 1.125rem;
	position: relative;
	margin-bottom: 2.875rem;
}

.p-features__ttl::after {
	aspect-ratio: 36/18;
	background: url(../img/triangle.png) center center no-repeat;
	background-size: contain;
	bottom: 0.125rem;
	content: "";
	content: "";
	display: block;
	height: auto;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
	width: 2.25rem;
}

.p-features__subTtl {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 2.3125rem;
}

.p-features__subTtl--red {
	color: #D3232A;
	font-size: 1.5rem;
	position: relative;
}

.p-features__subTtl--red::after {
	aspect-ratio: 40/28;
	background: url(../img/features-point.png) center center no-repeat;
	background-size: contain;
	content: "";
	content: "";
	display: block;
	height: auto;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	width: 2.5rem;
}

.p-features__items {
	margin-top: 2rem;
}

.p-features__item {
	background-color: #E7FBD8;
	padding-bottom: 2rem;
	padding-inline: 0.9375rem;
	position: relative;
}

.p-features__item+.p-features__item {
	margin-top: 1.5rem;
}

.p-features__icon {
	aspect-ratio: 56/67;
	left: 0.625rem;
	position: absolute;
	width: 3.5rem;
}

.p-features__itemImg1 img {
	/* aspect-ratio: 117/104; */
	height: auto;
	margin-bottom: 1.5rem;
	margin-top: 2.0625rem;
	width: 13rem;
}

.p-features__itemImg2 img {
	aspect-ratio: 174.6/129;
	height: auto;
	margin-bottom: 1.5rem;
	margin-top: 1.6875rem;
	width: 10.9125rem;
}

.p-features__itemImg3 img {
	aspect-ratio: 193.1/86;
	height: auto;
	margin-bottom: 2.3125rem;
	margin-top: 3.5rem;
	width: 12.0625rem;
}

.p-features__itemTtl {
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.4;
}

.p-features__itemTxt {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 1rem;
	text-align: left;
}

.p-merit {
	background-color: #E7FBD8;
}

.p-merit__ttlWrap {
	background: url(../img/reason-back.jpg) center center no-repeat;
	background-size: cover;
	display: block;
	padding: 2.25rem 0.6875rem;
	text-align: center;
}

.p-merit__ttl {
	color: #fff;
	font-size: 2.25rem;
	font-weight: 700;
	font-size: 1.75rem;
}

.p-merit__items {
	padding: 1.875rem 0.9375rem 2.875rem;
}

.p-merit__item+.p-merit__item {
	margin-top: 1.875rem;
}

.p-merit__num {
	width: 58px;
	margin: 0 auto 1rem;
}

.p-merit__itemTtl {
	font-size: 1.75rem;
	line-height: 1.3;
	color: #D3232A;
	text-align: center;
	font-weight: bold;
	margin-bottom: 1rem;
}

.p-merit__img {
	margin: 0 auto 1rem;
}

.p-merit__txt {
	color: #222;
	line-height: 1.6;
	font-size: 0.875rem;
}

.p-form {
	background-color: #E7FBD8;
	padding: 4rem 0;
}

.p-form__ttlWrap {}

.p-form__ttlImg {
	text-align: center;
}

.p-form__ttlImg img {
	aspect-ratio: 54 / 18;
	width: 3.375rem;
}

.p-form__ttl {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	margin: 0.625rem 0 2.125rem;
}

.p-form__area {
	padding: 0 0.9375rem;
}

.p-form__row {
	margin-top: 2.125rem;
}

.p-form__rowTtl {
	display: block;
	font-size: 1rem;
	color: #222;
	font-weight: bold;
	margin-bottom: 1rem;
}

.p-form__require {
	color: #D3232A;
}

.p-form__select {
	position: relative;
}

.p-form__select::after {
	content: "▼";
	position: absolute;
	display: block;
	right: 11px;
	top: 12px;
	color: #222;
}
/* 確認画面モードのとき、p-form__select の疑似要素を上書き */
.confirm-mode .p-form__select::after {
	display: none;
  }
.p-form select {
	width: 100%;
	background-color: #fff;
	padding: 0.6875rem;
	font-size: 1rem;
	border-radius: 0.4444rem;
	border: 0.0625rem solid #B3B3B3;
	color: #222;
}

.p-form input {
	width: 100%;
	background-color: #fff;
	padding: 0.6875rem;
	font-size: 1rem;
	border-radius: 0.4444rem;
	border: 0.0625rem solid #B3B3B3;
	color: #222;
}

.p-form textarea {
	min-width: 100%;
	background-color: #fff;
	padding: 0.6875rem;
	font-size: 1rem;
	border-radius: 0.4444rem;
	border: 0.0625rem solid #B3B3B3;
	color: #222;
	min-height: 6rem;
}

.p-form__rowChild {
	margin-top: 0.75rem;
	display: flex;
	align-items: center;
}

.p-form__rowChild input {
	width: 100%;
}

.p-form__rowChild .p-form__select {
	width: 75%;
}

.p-form__rowChild input {
	width: 75%;
}

.p-form__rowChild input::placeholder,
.p-form textarea::placeholder {
	color: #B3B3B3;
}

.p-form__rowChildTtl {
	color: #222;
	font-size: 0.875rem;
	width: 25%;
}
.p-form__rowChildTtl--small {
	font-size: 0.75rem;
	text-align: left;
	display: block;
	margin-top: 0.2rem;
}
.confirm-text {
	color: #222;
}
.p-form__button {
	margin-top: 2.125rem;
	border-radius: 0.4444rem;
	border: 0.0625rem solid #B3B3B3;
	font-size: 1rem;
	color: #fff;
	text-align: center;
	padding: 0.8rem;
	background-color: #2B5F1D;
	width: 100%;
	font-weight: bold;
}

.p-form__button + .p-form__button {
	margin-top: 1rem;
}
.p-thanks {
    background-color: #E7FBD8;
    padding: 4rem 0;
}
.p-thanks .p-form__button {
	display: block;
}
.thanksTxt1 {
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	color: #222;
	line-height: 1.3;
	margin-bottom: 0.5rem;
}
.thanksTxt2 {
	font-size: 1rem;
	text-align: center;
	color: #222;
	line-height: 1.3;
}
.p-footer {
	background: #2B5F1D;
	padding-block: 1.5rem;
}

.p-footer__copy {
	color: #fff;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.6;
	text-align: center;
}

.p-left {
	display: none;
}

.p-left__wrap {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 21.5625rem;
}

.p-left__ttl {
	background-color: #D3232A;
	border-radius: 1.75rem;
	-webkit-box-shadow: 0.25rem 0.25rem 0.5625rem rgba(0, 0, 0, 0.3);
	box-shadow: 0.25rem 0.25rem 0.5625rem rgba(0, 0, 0, 0.3);
	color: #fff;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 100%;
	padding: 0.9375rem 1.5rem;
}

.p-left__img {
	margin-top: 1.875rem;
	text-align: center;
}

.p-left__img img {
	aspect-ratio: 240/140;
	width: 15rem;
}

.p-left__btn {
	margin-top: 2.5rem;
}

.p-modal {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
	width: 100%;
	z-index: 100;
}

.p-modal.is-open {
	opacity: 1;
	visibility: visible;
}

.p-modal__bg {
	background-color: rgba(0, 0, 0, 0.7);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-modal__container {
	background-color: white;
	height: 80%;
	max-width: 56.25rem;
	overflow-y: auto;
	padding-block: 3.125rem;
	padding-inline: 3.125rem;
	position: relative;
	width: 80%;
	z-index: 1;
}

.p-modal__container p {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.p-modal__image {
	aspect-ratio: 600/400;
	display: block;
	max-width: 37.5rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-modal__image source,
.p-modal__image img {
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-modal__close {
	background-color: transparent;
	border: none;
	cursor: pointer;
	height: 40px;
	position: absolute;
	right: 20px;
	top: 10px;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	width: 40px;
}

.p-modal__close:focus {
	opacity: 0.7;
}

.p-modal__close-line {
	background-color: black;
	display: block;
	height: 0.1875rem;
	width: 2.5rem;
}

.p-modal__close-line:nth-of-type(1) {
	position: absolute;
	top: 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.p-modal__close-line:nth-of-type(2) {
	position: absolute;
	top: 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.p-modal__trigger {
	cursor: pointer;
}

.p-modal__trigger:focus {
	opacity: 0.7;
}

.p-mv {
	padding-bottom: 3.125rem;
}

.p-mv__btn {
	margin-top: 0.3125rem;
	text-align: center;
}

.p-mv__img {
	position: relative;
}

.p-mv__pointImg {
	bottom: 1.125rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 84vw;
}

.p-voice__ttl{
	color: #fff;
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 0.625rem;
}
.p-voice__ttl--small{
	font-size: 1.375rem;
}

.p-google{}
.p-google__dec {
  position: absolute;
  top: -0.825rem;
  left: 1.6rem;
  width: 6.375rem;
  height: 6.375rem;
}
.p-google__dec.is-degree{
	transform: rotate(-20deg) translateY(10%);
}
.p-google__box01{
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: .2rem;
}
.p-google__box02{
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: .2rem;
	align-items: center;
}
.p-google__logo {
	width: 7.7rem;
	height: 2.4rem;
	display: inline-block;
}
.p-google__ttl{
	color: #fff;
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 0.625rem;

}
.p-google__ttl--small{
	font-size: 1.375rem;
}
.p-google__cont--ttl {
	background: #2B5F1D;
	color: #fff;
	border-radius: 10px 10px 0 0;
	font-weight: bold;
	letter-spacing: 0.08em;
	padding: .8rem 1rem;


}
.p-google__cont--ttl .is-small{
	font-size: 8px;
}
.p-google__cont{
	background: #fff;
	color: #000;
	font-size: 1rem;
	font-weight: bold;
	padding: 2rem 1.4rem;
	position: relative;
}
.p-google__cont:not(:last-child)::after{
	content: "";
	position: absolute;
	display: block;
	margin: 0 auto;
	height: .1rem;
	width: 90%;
	background: rgba(43, 95, 29, 0.6);
	bottom: 0;
}
.p-google__ico{
	width: 2.8rem;
	height: 2.8rem;
}
.p-google__name{}
.p-google__img01{
	width: 6rem;
	height: 1.2rem;
	margin-top: 1rem;
}
.p-google__txtBox {
	margin-top: 1rem;
	font-weight: bold;
	font-size: 14px;
	width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 60px;
    overflow: hidden;
}
.p-google__txtBox.show {
		height: auto;
		overflow: visible;
}
.p-google__btn {
	background-color: #2B5F1D;
	border-radius: 5rem;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	width: 14.2rem;
	height: 2.8rem;
	padding: .6rem 1.7rem;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin-top: 1rem;
	font-size: 14px;
}
.p-google__btn.show {
display: none;
}
.p-qa {
	background: url(../img/polygon-back.jpg) top center no-repeat;
	background-size: cover;
	display: block;
	padding-block: 2.5rem 3.125rem;
	text-align: center;
}

.p-qa__ttlImg img {
	aspect-ratio: 49/18;
	width: 4.8125rem;
}

.p-qa__ttl {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 0.625rem;
}

.p-reason {
	background-color: #E7FBD8;

	text-align: center;
}

.p-reason__ttlWrap {
	background: url(../img/reason-back.jpg) center center no-repeat;
	background-size: cover;
	display: block;
	padding: 1rem 0.6875rem 0.75rem;
  text-align: center;
  position: relative;
}
.p-reason__ttlWrap.voice {
  background: #2B5F1D !important;
}


.p-reason__ttlImg img {
	aspect-ratio: 71/18;
	height: auto;
	width: 4.8125rem;
  text-align: center;
}

.p-reason__ttl {
	color: #fff;
	font-size: 2.25rem;
	font-weight: 700;
	/* line-height: 1.3; */
	margin-top: 0.625rem;
}

.p-reason__dec {
  position: absolute;
  top: -0.825rem;
  left: 1.6rem;
  width: 5.375rem;
  height: 5.375rem;
}



.p-reason__ttl--small {
	font-size: 1.75rem;
}

.p-reason__pie-chartTtl {
	color: #D3232A;
	display: inline-block;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 2rem;
	position: relative;
}

.p-reason__pie-chart {
	margin-top: 2rem;
	position: relative;
}

.p-reason__pie-chartBody {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}

.p-reason__pie-chartTxt {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.3;
	white-space: nowrap;
}

.p-reason__pie-chart98 {
	margin-top: 0.4375rem;
	padding-left: 0.8125rem;
}

.p-reason__pie-chart98 img {
	height: auto;
	width: 9.3125rem;
}

.p-reason__cont {
  background: #E7FBD8;
  padding: 1.875rem 0 3.125rem;
  position: relative;
}

.p-reason__cont .p-mv__img{
  cursor: pointer;
}

.p-reason__cont .prev {
  left: 2.3125rem;
}
.p-reason__cont .next {
  right: 2.3125rem;
}

.pie-chart {
	aspect-ratio: 1/1;
	height: auto;
	position: absolute;
	-webkit-transform: rotate(90deg) scaleX(-1);
	transform: rotate(90deg) scaleX(-1);
	width: 15rem;
	z-index: 1;
}

.pie-chart-inner {
	stroke-width: 120;
	stroke-dasharray: 5 753.6;
}

.p-reason__pie-chartImg {
	aspect-ratio: 1/1;
	height: auto;
	width: 15rem;
}

.p-reason__voice {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 1.5625rem;
}

.p-reason__voice--red {
	color: #D3232A;
	font-size: 1.5rem;
}

.p-reason__voiceSupplement {
	font-size: 0.6875rem;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 0.5rem;
	text-align: left;
}

.p-reason__achievementsTtl {
	color: #D3232A;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 2.5rem;
}

.p-reason__treat {
	position: relative;
}

.p-reason__treat::before {
	aspect-ratio: 24/29;
	background: url(../img/reason-treatL.png) center center no-repeat;
	background-size: contain;
	content: "";
	content: "";
	display: block;
	height: auto;
	left: -0.5rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
	width: 1.5rem;
}

.p-reason__treat::after {
	aspect-ratio: 24/29;
	/* background: url(../img/reason-treatR.png) center center no-repeat; */
	background: url(../img/reason-treatR.webp) center center no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: auto;
	position: absolute;
	right: -0.5rem;
	top: 50%;
	-webkit-transform: translate(100%, -50%);
	transform: translate(100%, -50%);
	width: 1.5rem;
}

.p-reason__achievementsImg {
	margin-top: 0.9375rem;
}

.p-reason__achievementsImg img {
	aspect-ratio: 304/117;
	height: auto;
	width: 19rem;
}.p-media {
	margin-top: 2rem;
	/* background-color: #fff; */
	padding-inline: 8px;
	padding-bottom: 3.125rem;
}

.p-media__box01 {
	margin-top: 2rem;
	margin-inline: auto;

}

.p-media__ttl01 {
	width: 157px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.p-media__ttl01--txt{
	display: block;
	font-weight: bold;
	font-size: 14px;
	color: #2B5F1D;
	width: fit-content;
}

.p-media__ttl01--num{
	display: block;
	font-weight: bold;
	font-size: 14px;
	color: #2B5F1D;
	width: fit-content;
}
.p-media__imgWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-top: 10px;
}
.p-media__img{
	width: 9.8125rem;
	height: 7.125rem;
}
.p-media__img--img01 {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 157/114;
}
.p-media__link {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	background-color: #2B5F1D;
	width: 142px;
	height: 28px;
	padding: 10px 24px 10px 8px;
	border-radius: 50px;
	position: relative;
	margin-top: 18px;
	margin-left: auto;
}
.p-media__link::after {
	content: "▶";

position: absolute;
top: 50%;
transform: translateY(-50%);
right: 10px;
width: 11px;
height: 15px;
}
.p-media__catch {
	font-weight: bold;
	font-size: 1.5rem;
	color: #D3232A;
	text-align: center;

	line-height: 1.5;
	width: 24rem;
	margin: 3rem auto 0;
}
.p-media__catch02 {
	font-weight: bold;
	font-size: 18px;
	color: #2B5F1D;
	margin-top: 18px;
	text-align: center;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-top: 36px;
}

.p-media__npo{
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
 .p-media__npoImg01{
	width: 6.25rem;
 }
 .p-media__npoImg02{
	width: 114px;
 }
.p-media__npoTxt {
    padding: 10px 0 0 11px;
    color: #2F2F2F;
    font-size: 11px;
    line-height: 1.4;
		width: 7.5rem;
		text-align: left;
		font-weight: bold;
}
	
.p-right {
	display: none;
}

.p-right__wrap {
	left: 50%;
	min-height: 17.5rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 21rem;
}

.p-right__list a {
	color: #2B5F1D;
	display: block;
	font-size: max(10px, 1rem);
	font-weight: 700;
	line-height: 100%;
	opacity: 0.7;
	padding-block: 0.9375rem;
	padding-left: 1.625rem;
	position: relative;
	text-align: left;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.p-right__list a.is-active {
	font-size: 1.125rem;
	opacity: 1;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.p-right__list a::before {
	background-color: #D3232A;
	content: "";
	height: 0.625rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0.625rem;
}

.p-step {
	background-color: #E7FBD8;
	padding-block: 2.5rem 3.125rem;
	text-align: center;
}

.p-step__ttlImg {
	aspect-ratio: 53/18;
	height: auto;
	margin-inline: auto;
	width: 3.3125rem;
}

.p-step__ttl {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 0.625rem;
}

.p-step__ttl--red {
	color: #D3232A;
	font-size: 2.25rem;
}

.p-step__cardsWrap {
	margin-top: 2.5rem;
}

.p-step__cardsWrap .splide__arrow {
	opacity: 1;
}

.p-step__cardsWrap .splide__arrow[disabled] {
	opacity: 0;
}

.p-step__card {
	background-color: #fff;
	-webkit-box-shadow: 0 0 1.0625rem rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 1.0625rem rgba(0, 0, 0, 0.15);
	height: 25.25rem;
	padding-top: 3.0625rem;
	position: relative;
}

.p-step__icon {
	aspect-ratio: 93/37;
	display: block;
	height: auto;
	left: 0;
	position: absolute;
	top: 1.125rem;
	width: 5.8125rem;
}

.p-step__img img {
	aspect-ratio: 255/128;
	width: 15.9375rem;
}

.p-step__cardTtl {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 1.5rem;
}

.p-step__cardTxt {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 1rem;
	padding: 0 1.125rem;
}

.p-step__cardTxt.pat-small01{
	font-size: 0.75rem;
}

.p-support {
	background-color: #E7FBD8;
	padding-bottom: 3.125rem;
}

.p-support__ttlWrap {
	background-color: #2B5F1D;
	padding: 1.5625rem 0.4375rem 1.375rem 0.9375rem;
	position: relative;
}

.p-support__ttlWrap::after {
	aspect-ratio: 36/18;
	background: url(../img/triangle-green.svg) center center no-repeat;
	background-size: contain;
	bottom: 0.125rem;
	content: "";
	content: "";
	display: block;
	height: auto;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
	width: 2.25rem;
}

.p-support__ttlInner {
	margin-inline: auto;
	max-width: 22.0625rem;
	width: 100%;
}

.p-support__ttl {
	color: #fff;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: left;
}

.p-support__ttl--big {
	font-size: 1.625rem;
	position: relative;
}

.p-support__ttl--big::after {
	aspect-ratio: 99/84;
	background: url(../img/support__ttlImg.png) center center no-repeat;
	background-size: contain;
	content: "";
	content: "";
	display: block;
	height: auto;
	position: absolute;
	right: -0.9375rem;
	top: 0;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	width: 6.1875rem;
}

.p-support__items {
	margin-top: 2.8125rem;
}

.p-support__item {
	border: solid 0.125rem #D3232A;
	border-radius: 0.625rem;
}

.p-support__item.is-active {
	-webkit-animation: emphasis_item 1.5s infinite;
	animation: emphasis_item 1.5s infinite;
}

.p-support__item+.p-support__item {
	margin-top: 1.625rem;
}

.p-support__itemHeading {
	background-color: #fff47d;
	border-radius: 0.625rem 0.625rem 0 0;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
	padding-block: 1.25rem;
	text-align: center;
	-webkit-transition: text-shadow 0.3s;
	transition: text-shadow 0.3s;
}

.p-support__item:focus .p-support__itemHeading {
	text-shadow: 0.125rem 0.125rem 0.25rem #cabf4e;
}

.p-support__itemHeading--red {
	color: #D3232A;
	position: relative;
}

.p-support__itemHeading--red::after {
	aspect-ratio: 27/26;
	background: url(../img/support-treat.png) center center no-repeat;
	background-size: contain;
	content: "";
	content: "";
	display: block;
	height: auto;
	left: 0;
	position: absolute;
	top: -0.3125rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1.6875rem;
}

.p-support__itemContent {
	background-color: #fff;
	border-radius: 0 0 0.625rem 0.625rem;
	padding: 1.5rem 0.875rem 2rem 0.9375rem;
	text-align: center;
}
.p-support__itemContent.is-bgNone {
	background-color: transparent;

}

.p-support__itemImg1 img {
	aspect-ratio: 127/51;
	width: 7.9375rem;
}

.p-support__itemImg2 img {
	aspect-ratio: 127/80;
	width: 7.9375rem;
}

.p-support__itemAttention {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 1.5rem;
}

.p-support__itemTxt {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 1rem;
}

.p-support__itemTxt+.p-support__itemTxt {
	margin-top: 1.25rem;
}

.p-support__itemMessage {
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 1.5rem;
}

.p-support__itemMessage--left {
	text-align: left;
}

.p-support__itemMessage--red {
	color: #D3232A;
}

.p-support__itemMessage+.p-support__itemMessage {
	margin-top: 1.25rem;
}

.p-support__introduction {
	background-color: #f0f0f0;
	border-radius: 0.625rem;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 1.5rem;
	padding: 1rem 1.25rem;
}

.p-support__introduction+.p-support__introduction {
	margin-top: 1rem;
}

.p-support__introductionTtl {
	background-color: #D3232A;
	border-radius: 0.625rem;
	color: #fff;
	display: inline-block;
	font-size: 1.125rem;
	padding: 0.1875rem 0.5rem;
	position: relative;
}

.p-support__introductionTtl::after {
	aspect-ratio: 12/16;
	background: url(../img/arrow-red.png) center center no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	content: "";
	display: block;
	height: auto;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
	width: 0.75rem;
}

.p-support__introductionTxt {
	font-size: 1rem;
	margin-top: 1.5rem;
}
.p-support__introductionTxt.is-green {
	color: #2B5F1D;
}

.p-support__line {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFEA00));
	background: linear-gradient(transparent 50%, #FFEA00 50%);
}

.p-works {
	background: url(../img/polygon-back.jpg) top center no-repeat;
	background-size: 100% auto;
	display: block;
	padding-bottom: 3.125rem;
	padding-top: 2.5rem;
	position: relative;
	text-align: center;
}

.p-works__ttlImg img {
	aspect-ratio: 54/18;
	width: 3.375rem;
}

.p-works__ttl {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 0.625rem;
}

.p-works__ttl--big {
	font-size: 2.25rem;
}

.p-works__ttl--small {
	font-size: 1.75rem;
}

.p-works__case {
	margin-top: 3.875rem;
}

.p-works__case+.p-works__case {
	margin-top: 3.125rem;
}

.p-works__caseHeading {
	background-color: #2B5F1D;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
	padding: 1.5rem 1rem 1.5rem 0.9375rem;
	position: relative;
	text-align: left;
}

.p-works__caseIndex {
	background-color: #FFEA00;
	border: solid 0.125rem #2B5F1D;
	border-radius: 6.25rem;
	color: #2B5F1D;
	font-size: 0.875rem;
	font-weight: 700;
	left: 50%;
	overflow: hidden;
	padding: 0.25rem 1.125rem;
	position: absolute;
	top: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.p-works__caseIndex::before {
	-webkit-animation: shiny_btn 3s ease-in-out infinite;
	animation: shiny_btn 3s ease-in-out infinite;
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: -11.25rem;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	width: 1.875rem;
}

.p-works__caseIndex1 {
	width: 0.5625rem;
}

.p-works__caseIndex2 {
	padding-bottom: 0.09375rem;
	width: 0.875rem;
}

.p-works__caseIndex3 {
	padding-bottom: 0.09375rem;
	width: 1rem;
}

.p-works__caseIndex4 {
	padding-bottom: 0.09375rem;
	width: 1rem;
}

.p-works__caseTtl {
	border-bottom: solid 0.0625rem #fff;
	font-size: 1rem;
	padding-bottom: 0.5rem;
}

.p-works__caseTxt {
	font-size: 1.5rem;
	margin-top: 0.5rem;
	text-align: center;
}

.p-works__caseContents {
	background-color: #fff;
	border: 0.0625rem solid #2B5F1D;
	border-top: 0;
	padding: 1.5rem 0.9375rem 0.8125rem;
}

.p-works__img img {
	aspect-ratio: 315/195;
	width: 19.6875rem;
}

.p-works__caseContentsHidden {
	display: none;
	font-size: 0.875rem;
	line-height: 1.6;
	padding-top: 1.5rem;
	text-align: left;
	color: #000;
}

.p-works__caseContentsTxt {
	font-size: 0.875rem;
	margin-inline: auto;
	max-width: 19.6875rem;
	width: 100%;

}

.p-works__casePrice {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-inline: auto;
	margin-top: 1.5rem;
	max-width: 19.6875rem;
	width: 100%;
}

.p-works__casePrice dd img {
	height: 2.75rem;
}

.p-works__case2Price dd img {
	width: 6.8125rem;
}

.p-works__case3Price dd img {
	width: 6.6875rem;
}

.p-works__casePrice dt {
	background-color: #2B5F1D;
	color: #fff;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.4;
	padding: 0.4375rem 0.8125rem 0.4375rem 0.6875rem;
	position: relative;
}

.p-works__casePrice dt::after {
	aspect-ratio: 10/34;
	background: url(../img/works-triangle.svg) center center no-repeat;
	background-size: contain;
	content: "";
	content: "";
	display: block;
	height: auto;
	position: absolute;
	right: 1px;
	top: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	width: 0.625rem;
}

.p-works__caseItems {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-inline: auto;
	margin-top: 1.4375rem;
	max-width: 19.6875rem;
	width: 100%;
}

.p-works__caseItem {
	border: solid 0.09375rem #2B5F1D;
	width: 6.25rem;
}

.p-works__caseItem dt {
	background-color: #FFEA00;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
	padding-block: 0.1875rem 0.25rem;
}

.p-works__caseItem dd {
	background-color: #fff;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.4;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 3.5rem;
}

.p-works__arrowIcon {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #2B5F1D;
	border-radius: 1.25rem;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.25rem;
	height: 2.25rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-inline: auto;
	margin-top: 2rem;
	max-width: 10rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
}

.p-works__arrowIcon.is-active .p-works__arrowIconImg {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.p-works__arrowIconImg {
	height: auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 0.75rem;
}

.p-works__arrowIconTxt {
	color: #fff;
	font-size: 0.8125rem;
	font-weight: 500;
	padding-left: 2rem;
}

.p-worried {
	background: url(../img/worried-back.jpg) center center no-repeat;
	background-size: cover;
	display: block;
	padding-block: 1.25rem 3.125rem;
}

.p-worried__item {
	margin-top: 1.25rem;
}

.p-worried__item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 0.625rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 6.25rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-inline: auto;
	padding-inline: 1rem;
	width: 21.5625rem;
}

.p-worried__item+.p-worried__item {
	margin-top: 1.5rem;
}

.p-worried__item--reverse {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.p-worried__itemImg1 img {
	aspect-ratio: 53/60;
	width: 3.3125rem;
}

.p-worried__itemImg2 img {
	aspect-ratio: 52/70;
	width: 3.25rem;
}

.p-worried__itemImg2 img.ptn02 {
  aspect-ratio: initial;
}

.p-worried__itemImg3 img {
	aspect-ratio: 56/73;
	width: 3.5rem;
}

.p-worried__itemTxt {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: left;
	color: #572D1E;
}

.u-hidden-pc {
	display: none;
}

.u-hidden-sp {
	display: block;
}

.u-md {
	display: none;
}

.p-fixed-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity : 0;
  z-index: 999;
}

.p-fixed-banner__inner {
  padding: 8px 0;
  background: rgba(255, 255, 255, 0.8);
}

.p-fixed-banner__txt {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.p-fixed-banner__btn-area {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 8px;
}

.p-fixed-banner-btn{
  animation: emphasis_btn 1.5s infinite;
  overflow: hidden;
}

.p-fixed-banner-btn:before{
  -webkit-animation: shiny_btn 3s ease-in-out infinite;
  animation: shiny_btn 3s ease-in-out infinite;
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: -11.25rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 1.875rem;
}

.p-fixed-banner-btn__link {

}

.c-modal-item {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    z-index: 100;
    display: none;
  }
  .c-modal-item.is-active {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .c-modal-item__wrap {
    max-width: 90%;
    max-height: 90vh;
    padding: 0 0 3.125rem;
  }


  .c-modal-item__box {
    overflow: auto;
    position: relative;
    width: 100%;
    height: 100%;
  }

  .c-modal-item__dec {
    position: relative;
    width: 1.875rem;
    height: 1.875rem;
    margin-left: auto;
    margin-right: 1.5rem;
  }
  .c-modal-item__dec span {
    width: 100%;
    height: 0.0625rem;
    position: absolute;
    background: #333;
  }
  .c-modal-item__dec span:first-child {
    transform: rotate(-35deg);
    top: 0.5125rem;
    right: 0;
  }
  .c-modal-item__dec span:last-child {
    transform: rotate(35deg);
    top: 0.5125rem;
    right: 0;
  }

  .c-modal-item__cont {
    width: 100%;
    height: 100%;
  }
  .c-modal-item__cont img {
    width: 100%;
    height: 100%;
  }

@media (any-hover: hover) {

	a:hover,
	button:hover {
		opacity: 0.8;
	}

	.c-button:hover {
		opacity: 0.7;
	}

	.p-accordion__visible:hover {
		opacity: 0.7;
	}

	.p-modal__close:hover {
		opacity: 0.7;
	}

	.p-modal__trigger:hover {
		opacity: 0.7;
	}

	.p-support__item:hover .p-support__itemHeading {
		text-shadow: 0.125rem 0.125rem 0.25rem #cabf4e;
	}

}

@media screen and (min-width: 767px) {

	html {
		font-size: 1.2213740458vw;
	}

	a {
		opacity: 1;
		opacity: initial;
	}

	.l-inner {
		max-width: 81.875rem;
		padding-inline: 1.875rem;
	}

	.l-pcWrapper {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.l-pcWrapper__left {
		background-color: #E7FBD8;
		display: block;
		-webkit-box-flex: 1;
		-webkit-flex: 1 1;
		-ms-flex: 1 1;
		flex: 1 1;
		height: 100vh;
		left: 0;
		position: -webkit-sticky;
		position: sticky;
		top: 0;
	}

	.l-pcWrapper__center {
		-webkit-box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.3);
		box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.3);
		max-width: 31.25rem;
	}

	.l-pcWrapper__right {
		background-color: #E7FBD8;
		display: block;
		-webkit-box-flex: 1;
		-webkit-flex: 1 1;
		-ms-flex: 1 1;
		flex: 1 1;
		height: 100vh;
		left: 0;
		position: -webkit-sticky;
		position: sticky;
		top: 0;
	}

	.p-accordion__text {
		font-size: max(10px, 0.875rem);
	}

	.p-accordion__text--q {
		font-size: max(10px, 0.875rem);
	}

	.p-features__itemTxt {
		font-size: max(10px, 1rem);
	}

	.p-left {
		background: url(../img/left-back.jpg) center center no-repeat;
		background-size: cover;
		display: block;
		overflow-y: auto;
		text-align: center;
	}

	.p-mv__pointImg {
		width: 26.25rem;
	}

	.p-reason__voiceSupplement {
		font-size: max(10px, 0.6875rem);
	}

	.p-right {
		background: url(../img/right-back.jpg) center center no-repeat;
		background-size: cover;
		display: block;
		overflow-y: auto;
		text-align: center;
	}

	.p-support__itemTxt {
		font-size: max(10px, 0.875rem);
	}

	.p-support__itemMessage {
		font-size: max(10px, 0.875rem);
	}

	.p-support__introductionTxt {
		font-size: max(10px, 1rem);
	}

	.p-works__caseItem dt {
		font-size: max(10px, 0.8125rem);
	}

	.p-works__caseItem dd {
		font-size: max(10px, 0.8125rem);
	}

	.u-hidden-pc {
		display: block;
	}

	.u-hidden-sp {
		display: none;
	}

	.u-md {
		display: block;
	}

  .p-fixed-banner {
    display: none !important;
    opacity:0 !important;
  }
.p-media__img{
	width: 12.8125rem;
	height: 7.125rem;
}
  
}

@media screen and (min-width: 1310px) {

	html {
		font-size: 16px;
	}

	.u-md {
		display: none;
	}

}

@media screen and (max-width: 450px) {
	.max-450px-none{
		display: none;
	}
	.p-media__catch {
	font-weight: bold;
	font-size: 1.5rem;
	color: #D3232A;
	text-align: center;

	line-height: 1.5;
	width: 19rem;
	margin: 3rem auto 0;
}
}

@media (max-width: 375px) {

	html {
		font-size: 4.2666666667vw;
	}
	.p-step__cardTxt.pat-small01{
		font-size: 0.84rem;
		
	}
}

@media (max-width: 440px) {
	.p-step__card{
		height: auto;
		padding-bottom: 30px;
	}
}

@-webkit-keyframes emphasis_btn {

	0% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
	}

}

@keyframes emphasis_btn {

	0% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
	}

}

@-webkit-keyframes shiny_btn {

	0% {
		opacity: 0;
		-webkit-transform: scale(0) rotate(45deg);
		transform: scale(0) rotate(45deg);
	}

	80% {
		opacity: 0.5;
		-webkit-transform: scale(0) rotate(45deg);
		transform: scale(0) rotate(45deg);
	}

	81% {
		opacity: 1;
		-webkit-transform: scale(4) rotate(45deg);
		transform: scale(4) rotate(45deg);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(50) rotate(45deg);
		transform: scale(50) rotate(45deg);
	}

}

@keyframes shiny_btn {

	0% {
		opacity: 0;
		-webkit-transform: scale(0) rotate(45deg);
		transform: scale(0) rotate(45deg);
	}

	80% {
		opacity: 0.5;
		-webkit-transform: scale(0) rotate(45deg);
		transform: scale(0) rotate(45deg);
	}

	81% {
		opacity: 1;
		-webkit-transform: scale(4) rotate(45deg);
		transform: scale(4) rotate(45deg);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(50) rotate(45deg);
		transform: scale(50) rotate(45deg);
	}

}

@-webkit-keyframes opacity-border {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

@keyframes opacity-border {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

@-webkit-keyframes emphasis_item {

	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

}

@keyframes emphasis_item {

	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

}

/*# sourceMappingURL=style.css.map */