/*==========================================================================
# 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;
	scroll-behavior: smooth;
	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;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

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

body {
	background: #fff;
	color: #282828;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.6;
	margin: 0 auto;
	max-width: 768px;
}

.l-inner {
	padding: 0 40px;
}

/* ========== ボタン配置（親コンテナ） ========== */

.buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	justify-content: center;
}

/* ========== ボタン本体 ========== */

.btn--estimate,
.btn--line {
	align-items: center;
	border-radius: 50px;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 2.8rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.03em;
	max-width: 680px;
	padding: 15px 60px;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.btn--estimate span,
.btn--line span {
	padding: 0 80px 0 30px;
}

.btn--estimate .icon_arrow,
.btn--line .icon_arrow {
	height: auto;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

.btn--estimate:hover,
.btn--line:hover {
	opacity: 0.7;
}

.btn--estimate:focus-visible,
.btn--line:focus-visible {
	outline: none;
}

/* ========== footer ========== */

.buttons--footer {
	bottom: 0;
	display: flex;
	left: 50%;
	max-width: 768px;
	position: fixed;
	transform: translateX(-50%);
	width: 100%;
	z-index: 1000;
}

.buttons--footer .icon_cal {
	height: auto;
	width: 30px;
}

.buttons--footer .icon_line {
	height: auto;
	width: 40px;
}

.btn--tel__footer,
.btn--estimate__footer,
.btn--line__footer {
	align-items: center;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 1.4rem;
	font-weight: 700;
	height: 90px;
	justify-content: center;
	letter-spacing: 0.03em;
	position: relative;
	white-space: nowrap;
}

.btn--tel__footer span,
.btn--estimate__footer span,
.btn--line__footer span {
	padding: 0 10px 0 10px;
}

.btn--tel__footer .icon_arrow,
.btn--estimate__footer .icon_arrow,
.btn--line__footer .icon_arrow {
	height: auto;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
}

.btn--tel__footer:hover,
.btn--estimate__footer:hover,
.btn--line__footer:hover {
	opacity: 0.7;
}

.btn--tel__footer:focus-visible,
.btn--estimate__footer:focus-visible,
.btn--line__footer:focus-visible {
	outline: none;
}

.btn--tel__footer {
	flex: 1;
}

.btn--tel__footer img {
	width: 60px;
}

.btn--estimate__footer {
	flex: 2;
}

.btn--line__footer {
	flex: 2;
}

/* ========== 色 ========== */

.btn--tel__color {
	background: #6a6a6a;
}

.btn--estimate__color {
	background: #ff7800;
}

.btn--line__color {
	background: #00c300;
}

/* ========== ドロップシャドー========== */

.btn-shadow {
	box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.4);
}

.btn-shadow__footer {
	box-shadow: inset 0 -8px 0px 0px rgba(0, 0, 0, 0.4);
}

/* ========== thanksページ ========== */

.btn--thanks {
	margin: 75px auto;
	width: 350px;
}

.btn--thanks a {
	background: #25ae00;
	border-radius: 10px;
	color: #fff;
	display: block;
	font-size: 30px;
	padding: 15px 0;
}

/* ========================================
  Header
======================================== */

.header {
	margin: 0 auto;
	max-width: 768px;
}

.header .header__inner {
	align-items: center;
	display: flex;
	height: 60px;
	justify-content: space-between;
	left: 50%;
	max-width: 768px;
	padding: 11px 11px 6px 4px;
	position: fixed;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
	z-index: 1004;
}

.header .header__inner.active {
	background: rgba(251, 251, 251, 0.2);
	transition: all 0.3s ease-in;
}

.header .header__inner .p-header__logo a img {
	display: block;
	margin-bottom: 10px;
	width: 350px;
}

.header .header__inner .drawer-icon {
	background: transparent;
	height: 40px;
	position: relative;
	width: 40px;
	z-index: 1003;
}

.header .header__inner .drawer-icon .drawer-icon__bar {
	background-color: #4b4b4b;
	border-radius: 2px;
	height: 7px;
	left: 0;
	position: absolute;
	transition: all 0.3s ease;
	width: 100%;
}

.header .header__inner .drawer-icon .drawer-icon__bar:nth-of-type(1) {
	top: 0;
}

.header .header__inner .drawer-icon .drawer-icon__bar:nth-of-type(2) {
	top: 14px;
}

.header .header__inner .drawer-icon .drawer-icon__bar:nth-of-type(3) {
	top: 29px;
}

.header .header__inner .drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
	top: 15px;
	transform: rotate(45deg);
}

.header .header__inner .drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
	opacity: 0;
}

.header .header__inner .drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
	top: 15px;
	transform: rotate(-45deg);
}

/* ========================================
  Drawer (SP)
======================================== */

.drawer-content {
	background: #001a6d;
	height: 100%;
	padding: 55px 0 0 0;
	position: fixed;
	right: max(0px, (100vw - 768px) / 2);
	visibility: hidden;
	width: 300px;
	z-index: 1001;
}

.drawer-content.is-checked {
	transform: translateX(0);
	visibility: visible;
}

.drawer-content .drawer-content__menu {
	color: #fff;
}

.drawer-content .drawer-content__menu .drawer-content__item .drawer-content__link {
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 0 0 33px 40px;
	white-space: nowrap;
}

.drawer-content .drawer-content__menu .drawer-content__item .header__dropdown-sp {
	padding: 0 0 30px 40px;
}

.drawer-content .drawer-content__menu .drawer-content__item .header__dropdown-sp li {
	font-size: 1.1rem;
	padding: 5px 0;
}

.privacy {
	margin: 200px auto 200px;
	max-width: 880px;
}

.privacy .privacy-title {
	font-size: 1.625rem;
	font-weight: 700;
	text-align: center;
}

.privacy .privacy-content {
	margin-top: 100px;
}

.privacy .privacy-content p {
	font-size: 1.125rem;
}

.privacy .btn {
	margin-top: 100px;
}

.fv {
	margin-top: 60px;
	position: relative;
}

.fv .p-fv-content .p-fv-content__items .p-fv-content__items-message .p-fv-content__items-message-title img {
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
	width: 100vw;
}

.fv .p-fv-content .p-fv-content__items .p-fv-content__items-img {
	inset: 55px 0 0 0;
	position: absolute;
	text-align: center;
}

.fv .p-fv-content .p-fv-content__items .p-fv-content__items-img img {
	width: calc(100% - 60px);
}

.case {
	background-color: #fff;
	padding: 60px 20px;
}

.case .p-case-content {
	margin: 0 auto;
	max-width: 768px;
}

.case .p-case-content__title {
	background: #001a6d;
	border-radius: 20px;
	color: #fff;
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
}

.case .p-case-content__message {
	font-size: 30px;
	line-height: 1.8;
	margin-bottom: 40px;
}

.case .p-case-content__items {
	display: grid;
	gap: 35px;
	grid-template-columns: repeat(2, 1fr);
}

.case .p-case-content__items-item {
	overflow: hidden;
}

.case .p-case-content__items-item img {
	display: block;
	height: auto;
	width: 100%;
}

.case .p-case-content__items-item p {
	font-size: 35px;
	font-weight: 700;
	padding: 0 10px;
	text-align: center;
}

.p-company {
	background: #ececec;
	padding: 60px 20px;
}

.p-company__inner {
	margin: 0 auto;
	max-width: 800px;
	text-align: center;
}

.p-company__logo {
	margin-bottom: 20px;
}

.p-company__logo img {
	height: auto;
	max-width: 100%;
}

.p-company__name {
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 40px;
}

.p-company__table {
	border-collapse: collapse;
	border-radius: 16px;
	overflow: hidden;
	width: 100%;
}

.p-company__table tr {
	border-bottom: 1px solid #909090;
}

.p-company__table tr:last-child {
	border-bottom: none;
}

.p-company__table th,
.p-company__table td {
	font-size: 25px;
	line-height: 1.7;
	text-align: left;
	vertical-align: top;
}

.p-company__table th {
	font-weight: 700;
	padding: 18px 0 18px 90px;
	width: 30%;
}

.p-company__table td {
	color: #282828;
	padding: 18px 20px;
	width: 70%;
}

.l-section {
	padding: 60px 20px;
}

.p-result {
	background: #d9f1ff;
}

.p-result > img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}

.p-result__title {
	color: #001a6d;
	font-size: 25px;
	font-weight: 700;
	margin: 40px 0 20px;
	text-align: center;
}

.p-result__content {
	margin: 0 auto 35px;
	max-width: 768px;
	text-align: center;
}

.p-result__item {
	background: #fff;
	padding: 30px 20px 0;
}

.p-result__item:first-child {
	border-radius: 28px 28px 0 0;
}

.p-result__item:last-child {
	border-radius: 0 0 28px 28px;
	padding-bottom: 37px;
}

.p-result__item > img {
	height: auto;
	max-width: 100%;
}

.p-result__item-head {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: space-between;
}

.p-result__item-message {
	text-align: left;
}

.p-result__item-message p {
	background: #001a6d;
	border-radius: 37px;
	color: #fff;
	font-size: 35px;
	padding: 10px 18px;
	text-align: center;
	white-space: nowrap;
}

.p-result__item-message h3 {
	font-size: 25px;
	margin-top: 25px;
}

.p-result__item-message h3 span {
	display: block;
	font-size: 35px;
	font-weight: 700;
}

.p-result__item-img img {
	max-width: 360px;
}

.p-result__item-text {
	margin-top: 40px;
	text-align: left;
}

.p-result__item-text h3 {
	font-size: 35px;
	margin-bottom: 15px;
}

.p-result__item-text p {
	font-size: 27px;
	padding-left: 30px;
}

.p-result__effects {
	padding: 40px 60px 0;
}

.p-result__effects-item {
	display: flex;
	gap: 15px;
	text-align: left;
}

.p-result__effects-item:not(:last-child) {
	margin-bottom: 40px;
}

.p-result__effects-item img {
	height: 57px;
	width: 57px;
}

.p-result__effects-item p {
	font-size: 27px;
}

.p-result__effects-item span {
	color: #001a6d;
	font-size: 35px;
	font-weight: 700;
}

.p-result__lead {
	font-size: 35px;
	font-weight: 700;
	margin-top: 33px;
}

.p-result__text {
	font-size: 27px;
	margin: 30px 0 0 70px;
	text-align: left;
}

.p-result__icon {
	margin: 45px 0 25px;
}

.p-result__comment {
	font-size: 25px;
	text-align: left;
}

.p-qa {
	background: #001a6d;
	padding: 15px 20px 65px;
}

.p-qa__inner {
	margin: 0 auto;
	max-width: 900px;
}

.p-qa__inner .p-qa__img {
	display: block;
	height: auto;
	margin: 0 auto 10px;
	max-width: 100%;
}

.p-qa__title {
	color: #fff;
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
}

.p-qa__item {
	background: #fff;
	border-radius: 20px;
	padding: 28px 32px;
}

.p-qa__item:not(:last-child) {
	margin-bottom: 24px;
}

.p-qa__question,
.p-qa__answer {
	align-items: flex-start;
	display: flex;
	gap: 16px;
}

.p-qa__question {
	font-size: 25px;
	font-weight: 700;
	position: relative;
}

.p-qa__answer {
	color: #282828;
	font-size: 18px;
	line-height: 1.7;
	margin-top: 50px;
}

.p-qa__icon {
	flex-shrink: 0;
	height: 59px;
	width: 59px;
}

.p-qa__text {
	flex: 1;
	font-size: 23px;
	max-width: 550px;
}

.p-qa__bar {
	background: #001a6d;
	border-radius: 2px;
	height: 3px;
	margin-left: auto;
	margin-top: 14px;
	width: 40px;
}

.about {
	padding: 80px 32px 100px;
}

.about .p-about-content {
	text-align: center;
}

.about .p-about-content img {
	height: auto;
	max-width: 100%;
}

.about .p-about-content p {
	font-size: 30px;
	line-height: 2;
	margin-top: 40px;
	text-align: left;
}

.about .p-about-content p span {
	color: #001a6d;
}

.problem {
	background-color: #fff;
}

.problem .p-problem-content {
	margin: 0 auto;
	max-width: 768px;
}

.problem .p-problem-content__first {
	margin-bottom: 10px;
	padding: 32px 32px 0 32px;
}

.problem .p-problem-content__first-text {
	font-size: 25px;
	line-height: 1.8;
	margin-bottom: 30px;
}

.problem .p-problem-content__first-text span {
	color: #001a6d;
	font-size: 42px;
	font-weight: 700;
}

.problem .p-problem-content__first-img {
	align-items: flex-start;
	display: flex;
	gap: 20px;
	justify-content: center;
}

.problem .p-problem-content__first-img img {
	-o-object-fit: contain;
	height: auto;
	max-width: 30%;
	object-fit: contain;
	vertical-align: top;
}

.problem .p-problem-content__first-message {
	text-align: center;
}

.problem .p-problem-content__first-message img {
	height: auto;
	margin-bottom: 20px;
	max-width: 100%;
}

.problem .p-problem-content__first-message p {
	font-size: 30px;
	line-height: 1.6;
}

.problem .p-problem-content__first-message p:nth-of-type(1) {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 30px;
}

.problem .p-problem-content__first-message p span {
	color: #003cff;
	font-size: 30px;
}

.problem .p-problem-content__first-message p strong {
	color: #c90000;
	font-size: 30px;
}

.problem .p-problem-content__first-message-cal {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: center;
}

.problem .p-problem-content__first-message-cal img {
	height: auto;
	margin-bottom: 0;
	width: 83px;
}

.problem .p-problem-content__first-message-cal-number {
	color: #282828;
	font-size: 90px;
	font-weight: 700;
}

.problem .p-problem-content__second {
	background-image: url("../img/problem_bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 60px;
	padding: 40px;
}

.problem .p-problem-content__second > img {
	height: auto;
	margin-bottom: 50px;
	max-width: 100%;
}

.problem .p-problem-content__second > img:last-child {
	border-radius: 10px;
	margin-bottom: 0;
	margin-top: 30px;
}

.problem .p-problem-content__second-items {
	background-color: #fff;
	border-radius: 20px;
	margin-bottom: 30px;
	padding: 40px 18px 0 18px;
}

.problem .p-problem-content__second-items-item {
	align-items: center;
	display: flex;
	gap: 18px;
	padding-bottom: 25px;
}

.problem .p-problem-content__second-items-item img {
	height: auto;
	width: 40px;
}

.problem .p-problem-content__second-items-item p {
	font-size: 28px;
	line-height: 1.6;
	text-align: center;
}

.compare {
	background: #001a6d;
	padding: 60px 20px;
}

.compare .p-compare-content {
	margin: 0 auto;
	max-width: 768px;
	text-align: center;
}

.compare .p-compare-content > img {
	height: auto;
	margin-bottom: 40px;
	max-width: 100%;
}

.compare .p-compare-content__items {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.compare .p-compare-content__table {
	background: #fff;
	border-collapse: collapse;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	width: 100%;
}

.compare .p-compare-content__table th,
.compare .p-compare-content__table td {
	border-bottom: 1px solid #ddd;
	font-size: 30px;
	line-height: 1;
	padding: 15px 10px;
	text-align: center;
	vertical-align: middle;
}

.compare .p-compare-content__table thead th {
	border-bottom: none;
	padding-top: 27px;
}

.compare .p-compare-content__table thead th p {
	align-items: center;
	background: #ececec;
	border-radius: 37px;
	color: #282828;
	display: flex;
	font-size: 25px;
	font-weight: 700;
	justify-content: center;
	min-height: 80px;
	padding: 15px 10px;
}

.compare .p-compare-content__table thead .compare_1 p {
	background: #001a6d;
	color: #fff;
	font-size: 30px;
}

.compare .p-compare-content__table tbody td:last-child {
	background: #d9f1ff;
}

.compare .p-compare-content__table tbody tr:last-child td {
	padding-bottom: 35px;
}

.compare .p-compare-content__table2 {
	background: #fff;
	border-collapse: collapse;
	border-radius: 34px 34px 0 0;
	overflow: hidden;
	width: 100%;
}

.compare .p-compare-content__table2 td {
	border: 1px solid #ddd;
	min-height: 420px;
	padding: 30px 15px 20px;
	text-align: center;
	vertical-align: top;
	width: 50%;
}

.compare .p-compare-content__table2 td img {
	height: auto;
	margin-bottom: 25px;
	max-width: 100%;
}

.compare .p-compare-content__table2 tbody tr td:first-child {
	background: url("../img/icon_circle.png") no-repeat center 91%/98px auto;
}

.compare .p-compare-content__table2 tbody tr:first-child td:nth-child(2) {
	background: url("../img/double_triangle.png") no-repeat center 90%/107px auto;
}

.compare .p-compare-content__table2 tbody tr:nth-child(n+2) td:nth-child(2) {
	background: url("../img/icon_double-circle.png") no-repeat center 90%/98px auto;
}

.compare .p-compare-content__table2 h3 {
	background: #ececec;
	border-radius: 37px;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	max-width: 200px;
	padding: 10px 0;
}

.compare-title {
	font-size: 20px;
	font-weight: 700;
}

.compare-price {
	font-size: 35px;
	font-weight: 700;
}

.p-compare-content__item-message {
	background: #fff;
	border-radius: 0 0 34px 34px;
	display: flex;
	gap: 15px;
	padding: 10px 20px;
}

.p-compare-content__item-message-content {
	padding: 20px 0 0 20px;
}

.p-compare-content__item-message-content-title {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.p-compare-content__item-message-content-title > img {
	width: 176px;
}

.p-compare-content__item-message-content-title > p {
	color: #001a6d;
	font-size: 35px;
	font-weight: 700;
	margin-top: 12px;
}

.p-compare-content__item-message-content-text {
	font-size: 22px;
	line-height: 1.7;
	margin-top: 8px;
	text-align: left;
}

.p-compare-content__item-message-content-img {
	align-items: center;
	display: flex;
	flex: 0 0 180px;
	justify-content: center;
}

.p-compare-content__item-message-content-img img {
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	max-width: 100%;
}

.p-compare-content__table2 tr:first-child td {
	vertical-align: bottom;
}

.size {
	background: #fff;
	padding: 60px 0;
}

.size .p-size-content p {
	background: #44a2cc;
	border-radius: 40px;
	color: #fff;
	display: block;
	font-size: 37px;
	font-weight: 700;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 13px 40px;
	text-align: center;
}

.size .p-size-content img {
	height: auto;
	max-width: 100%;
}

.contact {
	margin: 60px auto 0;
}

.contact .p-contact-message {
	border-radius: 20px;
	margin: 0 auto 70px;
	max-width: 945px;
	padding: 0 20px;
}

.contact .p-contact-message__content {
	margin-bottom: 40px;
	text-align: center;
}

.contact .p-contact-message__title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 40px;
}

.contact .p-contact-message__content-text h3 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(14px, 1.5vw, 24px);
	font-weight: 700;
	margin-bottom: 16px;
}

.contact .p-contact-message__content-text p {
	font-size: clamp(12px, 1.2vw, 12px);
	line-height: 2;
}

.contact .contact-content {
	margin: 0 auto 30px;
	max-width: 945px;
}

.contactForm {
	background: #d9f1ff;
	border-radius: 20px;
	padding: 45px 0;
}

.contact_item {
	margin-bottom: 18px;
}

.contact_item-p {
	margin-bottom: 30px;
	text-align: center;
}

.contact_item-p a {
	border-bottom: 1px solid #222;
	font-size: 1.1rem;
	font-weight: 700;
}

.label {
	color: #000;
	display: block;
	font-size: 22px;
	margin: 0 auto;
	width: 650px;
}

.label span {
	background: #e95555;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	margin-bottom: 10px;
	margin-right: 5px;
	padding: 4px 9px;
}

.wpcf7-checkbox,
.wpcf7-radio {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}

.wpcf7-list-item {
	align-items: center;
	display: inline-flex;
	position: relative;
}

.custom-checkbox {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: 16px;
	justify-content: center;
	position: relative;
}

.custom-checkbox input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	height: 20px;
	opacity: 0;
	position: absolute;
	width: 20px;
}

.custom-checkbox .checkmark {
	background-color: #fff;
	border: 2px solid #808080;
	border-radius: 4px;
	display: inline-block;
	height: 20px;
	margin-right: 8px;
	position: relative;
	width: 20px;
}

.custom-checkbox input[type=checkbox]:checked ~ .checkmark {
	background-color: #282828;
	border-color: #282828;
}

.custom-checkbox input[type=checkbox]:checked ~ .checkmark::after {
	color: #fff;
	content: "✔";
	font-size: 10px;
	left: 60%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
}

input[type=checkbox i] {
	margin: 0;
}

input[type=text],
input[type=email],
input[type=tel] {
	border: none;
	border-radius: 4px;
	display: block;
	font-size: 20px;
	height: 70px;
	margin: 10px auto 0;
	padding: 0 16px;
	resize: none;
	width: 650px;
}

textarea {
	border: none;
	border-radius: 4px;
	font-size: 20px;
	height: 220px;
	margin-top: 10px;
	padding: 23px 16px;
	resize: none;
	width: 100%;
}

.submit-btn-wrapper {
	margin: 16px auto 0;
	position: relative;
	text-align: center;
}

.submit-btn-wrapper input[type=submit] {
	background: #ff7800;
	border: none;
	border-radius: 40px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	padding: 24px 0;
	transition: all 0.3s;
	width: 300px;
}

.submit-btn-wrapper input[type=submit]:hover {
	opacity: 0.7;
}

.contact_item-p {
	letter-spacing: 3px;
	margin-top: 24px;
}

.contact_item-p-title {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 3;
}

.contact_item-p-text {
	font-size: 12px;
	margin-bottom: 10px;
}

.wpcf7-spinner {
	display: none;
}

.wpcf7 br {
	display: none;
}

.wpcf7-list-item {
	margin: 0;
}

.wpcf7-form-control-wrap {
	display: contents;
}

.contact_item-information {
	margin: 25px 0 35px 40px;
	text-align: center;
}

.wpcf7-list-item-label {
	font-size: 18px;
}

.wpcf7-list-item-label a {
	font-size: 18px;
}

.thanks-content {
	margin: 150px auto 70px;
	text-align: center;
}

.thanks-content .thanks-content-items .thanks-content-title {
	color: #000;
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 50px;
}

.thanks-content .thanks-content-items .thanks-content-text {
	background: #d9f1ff;
	border-radius: 20px;
	line-height: 1.5;
	margin-bottom: 60px;
	padding: 65px 70px;
	text-align: center;
}

.thanks-content .thanks-content-items .thanks-content-text h2 {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 60px;
}

.thanks-content .thanks-content-items .thanks-content-text p {
	border-bottom: 1px solid #707070;
	font-size: 30px;
	padding-bottom: 170px;
}

.feature {
	background-color: #d9f1ff;
	padding: 60px 20px;
}

.feature .p-feature-content {
	margin: 0 auto;
	max-width: 768px;
	text-align: center;
}

.feature .p-feature-content > img {
	height: auto;
	margin-bottom: 40px;
	max-width: 100%;
}

.feature .p-feature-content__items {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.feature .p-feature-content__items-item {
	background-color: #fff;
	border-radius: 10px;
	padding: 20px 20px 45px 20px;
}

.feature .p-feature-content__items-item-title {
	align-items: center;
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.feature .p-feature-content__items-item-title img {
	flex-shrink: 0;
	height: auto;
	width: 100px;
}

.feature .p-feature-content__items-item-title h3 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.5;
	text-align: left;
}

.feature .p-feature-content__items-item-message {
	font-size: 30px;
	line-height: 1.7;
	margin-bottom: 20px;
	text-align: left;
}

.feature .p-feature-content__items-item-message span {
	color: #d63c3c;
	font-size: 45px;
	font-weight: 700;
}

.feature .p-feature-content__items-item-text {
	background: #001a6d;
	color: #fff;
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 50px;
	padding: 15px 0;
	text-align: center;
}

.feature .p-feature-content__items-item-img img {
	border-radius: 5px;
	height: auto;
	max-width: 100%;
}

.feature .p-feature-content__items-item-img video {
	border-radius: 5px;
	height: auto;
	max-width: 100%;
}

.feature .p-feature-content__items-item .p-feature-content__items-item-sub {
	font-size: 20px;
}

.p-feature-content__items-item-img {
	cursor: pointer;
	max-width: 100%;
	position: relative;
	width: 100%;
}

.p-feature-content__items-item-img video {
	display: block;
	height: auto;
	width: 100%;
}

/* 再生ボタン */

.video-play-btn {
	align-items: center;
	background: rgba(255, 255, 255, 0.8); /* 白の丸 */
	border: none;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	height: 72px;
	justify-content: center;
	left: 50%;
	pointer-events: auto;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 0.3s ease, transform 0.3s ease;
	width: 72px;
	z-index: 2;
}

.video-play-btn:hover {
	transform: translate(-50%, -50%) scale(1.05);
}

/* ▶ アイコン */

.play-icon {
	border-bottom: 12px solid transparent;
	border-left: 20px solid #000;
	border-top: 12px solid transparent;
	height: 0;
	width: 0;
}

.p-feature-content__items-item-img.is-playing .video-play-btn {
	opacity: 0;
	pointer-events: none;
}

/* 再生バー */

#js-video-range {
	-webkit-appearance: none;
	background: #fff;
	border-radius: 5px;
	bottom: 10px;
	height: 5px;
	left: 10px;
	position: absolute;
	right: 10px;
	width: calc(100% - 20px);
	z-index: 2;
}

#js-video-range::-webkit-slider-thumb {
	-webkit-appearance: none;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	height: 12px;
	width: 12px;
}

#js-video-range::-moz-range-thumb {
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	height: 12px;
	width: 12px;
}

.p-member {
	background: #fff;
	padding: 60px 20px 0;
}

.p-member__inner {
	margin: 0 auto;
	max-width: 800px;
}

.p-member__title {
	font-size: 60px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 40px;
	text-align: center;
}

.p-member__title span {
	color: #001a6d;
}

.p-member__item {
	background: #d9f1ff;
	border-radius: 24px;
	margin-bottom: 27px;
	padding: 40px;
}

.p-member__profile {
	align-items: center;
	display: flex;
	gap: 25px;
	margin-bottom: 30px;
}

.p-member__image {
	flex-shrink: 0;
}

.p-member__image img {
	height: auto;
	width: 100%;
}

.p-member__info {
	font-size: 20px;
	line-height: 1.6;
}

.p-member__name {
	color: #282828;
}

.p-member__catch {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 45px;
}

.p-member__text {
	color: #282828;
	font-size: 25px;
	line-height: 1.9;
	text-align: justify;
}

.mb {
	margin-bottom: 70px;
}

/* =========================
  404 Not Found
========================= */

.m_404 {
	align-items: center;
	background-color: #f7f8fa;
	display: flex;
	justify-content: center;
	min-height: 100vh; /* ===== SP ===== */
}

.m_404 .inner {
	max-width: 960px;
	padding: 0 24px;
	width: 100%;
}

.m_404 .entry-404 {
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
	padding: 80px 48px;
	text-align: center;
}

.m_404 .entry-404-head {
	color: #222;
	font-family: "Montserrat", sans-serif;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 24px;
}

.m_404 .entry-404-head span {
	color: #e1e4ea;
	display: block;
	font-size: 96px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 8px;
}

.m_404 .entry-404-lead {
	color: #111;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 16px;
}

.m_404 .entry-404-content {
	color: #666;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 40px;
}

.m_404 .entry-404-btn .btn {
	background-color: #111;
	border-radius: 999px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	padding: 14px 36px;
	text-decoration: none;
	transition: background-color 0.3s ease, transform 0.2s ease;
}

.m_404 .entry-404-btn .btn:hover {
	background-color: #333;
	transform: translateY(-2px);
}

.footer {
	overflow: hidden;
	padding: 50px 20px 10px;
	position: relative;
}

.footer .p-footer__content {
	display: flex;
	gap: 60px;
	justify-content: space-between;
	margin: auto;
	max-width: 1000px;
}

.fade-in-up {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 1s, transform 1s;
}

.fade-in-up.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.fade-in-up-s {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 1.5s, transform 1.5s;
}

.fade-in-up-s.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.fade-in-up-t {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 2s, transform 2s;
}

.fade-in-up-t.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.fade-in-up-f {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 2.5s, transform 2.5s;
}

.fade-in-up-f.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.fade-in-up-h {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 3s, transform 3s;
}

.fade-in-up-h.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.fade-in-down {
	opacity: 0;
	transform: translateY(-24px);
	transition: opacity 1s, transform 1s;
}

.fade-in-down.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.fade-in-slide-l {
	opacity: 0;
	transform: translateX(-300px);
	transition: opacity 1s, transform 2s;
}

.fade-in-slide-l.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.fade-in-slide-r {
	opacity: 0;
	transform: translateX(100px);
	transition: opacity 1s, transform 2s;
}

.fade-in-slide-r.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.shrink-image {
	height: 100%; /* 縮小アニメーションの設定 */
	transform-origin: center;
	transition: transform 1s ease-in-out;
	width: 100%; /* 縮小の中心点を中央に設定 */
}

.shrink-image.shrink {
	transform: scale(1.3); /* 80% まで縮小 */
}

.scroll-down {
	bottom: 35%;
	padding-left: 140px;
	position: absolute;
	right: 50%;
	transform: translateX(-50%);
	transform: rotateZ(-90deg);
	transform-origin: right bottom;
	z-index: 201;
}

.scroll-down__line {
	height: 0px;
	position: absolute;
	right: 45%;
	top: 45%;
	width: 160px;
}

.scroll-down__line:after {
	border-bottom: 2px solid #fff;
	content: "";
	display: block;
	height: 0;
	opacity: 0;
	width: 100%;
}

.scroll-down__text {
	color: #fff;
	font-family: "Replica-Bold", sans-serif;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1;
	overflow: hidden;
	text-transform: uppercase;
}

.scroll-down__text span {
	display: block;
}

.scroll-down.is-active.is-inview .scroll-down__text span {
	transform: none;
}

.scroll-down.is-active.is-inview .scroll-down__line {
	animation: scroll-down-line 2.5s infinite 851ms;
}

.scroll-down.is-active.is-inview .scroll-down__line:after {
	opacity: 1;
	transform: none;
}

.is-body-touch .scroll-down {
	display: none;
}

@media screen and (min-width: 1025px) {

.u-is-pc {
	display: none;
}

}

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

.l-inner {
	padding: 0 20px;
}

.buttons .icon_cal {
	height: auto;
	width: 25px;
}

.buttons .icon_line {
	height: auto;
	width: 35px;
}

.btn--estimate,
.btn--line {
	font-size: 1.2rem;
	max-width: 300px;
}

.btn--estimate span,
.btn--line span {
	padding: 0 40px 0 15px;
}

.buttons--footer .icon_cal {
	width: 20px;
}

.buttons--footer .icon_line {
	width: 28px;
}

.btn--tel__footer,
.btn--estimate__footer,
.btn--line__footer {
	font-size: 0.7rem;
	height: 60px;
}

.btn--tel__footer span,
.btn--estimate__footer span,
.btn--line__footer span {
	padding: 0 0 0 5px;
}

.btn--tel__footer .icon_arrow,
.btn--estimate__footer .icon_arrow,
.btn--line__footer .icon_arrow {
	right: 10px;
	width: 12px;
}

.btn--tel__footer img {
	width: 30px;
}

.btn--thanks {
	margin: 45px auto;
	width: 220px;
}

.btn--thanks a {
	font-size: 16px;
}

.header .header__inner .p-header__logo a img {
	width: 180px;
}

.header .header__inner .drawer-icon {
	z-index: 1009;
}

.drawer-content {
	width: 250px;
}

.drawer-content .drawer-content__menu .drawer-content__item .drawer-content__link {
	font-size: 1.1rem;
}

.privacy {
	margin: 130px auto 100px;
}

.privacy .privacy-title {
	font-size: 1.3rem;
}

.privacy .privacy-content {
	margin-top: 40px;
	padding: 0 20px;
}

.privacy .privacy-content p {
	font-size: 0.9rem;
}

.privacy .btn {
	margin-top: 50px;
}

.case {
	padding: 40px 15px;
}

.case .p-case-content__title {
	font-size: 1.5rem;
}

.case .p-case-content__message {
	font-size: 0.875rem;
	margin-bottom: 30px;
}

.case .p-case-content__items {
	gap: 15px;
	grid-template-columns: repeat(2, 1fr);
}

.case .p-case-content__items-item p {
	font-size: 0.75rem;
	padding: 10px;
}

.p-company {
	padding: 40px 15px;
}

.p-company__name {
	font-size: 20px;
}

.p-company__table th,
.p-company__table td {
	font-size: 14px;
	padding: 14px 12px;
}

.l-section {
	padding: 40px 15px;
}

.p-result__title {
	font-size: 18px;
	margin: 30px 0 15px;
}

.p-result__content {
	margin-bottom: 25px;
}

.p-result__item {
	padding: 25px 15px 0;
}

.p-result__item:last-child {
	padding-bottom: 30px;
}

.p-result__item-head {
	flex-direction: column;
	gap: 15px;
}

.p-result__item-message {
	text-align: center;
}

.p-result__item-message p {
	font-size: 18px;
	padding: 8px 16px;
}

.p-result__item-message h3 {
	font-size: 16px;
	margin-top: 15px;
}

.p-result__item-message h3 span {
	font-size: 20px;
}

.p-result__item-img img {
	max-width: 100%;
}

.p-result__item-text {
	margin-top: 25px;
}

.p-result__item-text h3 {
	font-size: 20px;
}

.p-result__item-text p {
	font-size: 14px;
	line-height: 1.7;
	padding-left: 0;
}

.p-result__effects {
	padding: 25px 0 0;
}

.p-result__effects-item {
	align-items: flex-start;
	gap: 12px;
}

.p-result__effects-item:not(:last-child) {
	margin-bottom: 20px;
}

.p-result__effects-item img {
	height: 40px;
	width: 40px;
}

.p-result__effects-item p {
	font-size: 14px;
	line-height: 1.6;
}

.p-result__effects-item span {
	font-size: 16px;
}

.p-result__lead {
	font-size: 18px;
	line-height: 1.6;
}

.p-result__text {
	font-size: 14px;
	line-height: 1.7;
	margin: 20px 0 0;
}

.p-result__icon {
	margin: 30px 0 15px;
}

.p-result__comment {
	font-size: 14px;
	line-height: 1.8;
}

.p-qa {
	padding: 20px 15px 45px;
}

.p-qa__inner .p-qa__img {
	margin-bottom: 15px;
	width: 120px;
}

.p-qa__title {
	font-size: 22px;
	margin-bottom: 15px;
}

.p-qa__item {
	border-radius: 14px;
	padding: 18px 16px;
}

.p-qa__question,
.p-qa__answer {
	gap: 10px;
}

.p-qa__question {
	font-size: 15px;
	line-height: 1.6;
}

.p-qa__answer {
	font-size: 14px;
	line-height: 1.8;
	margin-top: 20px;
}

.p-qa__icon {
	height: 24px;
	margin-top: 2px;
	width: 24px;
}

.p-qa__text {
	font-size: 14px;
	max-width: 100%;
}

.p-qa__bar {
	margin-top: 8px;
	width: 24px;
}

.about {
	padding: 40px 15px 60px;
}

.about .p-about-content img {
	width: 176px;
}

.about .p-about-content p {
	font-size: 18px;
	margin-top: 20px;
	text-align: justify;
}

.problem .p-problem-content__first {
	padding: 32px 20px 0 20px;
}

.problem .p-problem-content__first-text {
	font-size: 15px;
	text-align: left;
}

.problem .p-problem-content__first-text span {
	font-size: 25px;
}

.problem .p-problem-content__first-img {
	gap: 15px;
}

.problem .p-problem-content__first-message {
	padding: 20px 15px;
}

.problem .p-problem-content__first-message p {
	font-size: 18px;
}

.problem .p-problem-content__first-message p:nth-of-type(1) {
	font-size: 20px;
}

.problem .p-problem-content__first-message p span {
	font-size: 18px;
}

.problem .p-problem-content__first-message p strong {
	font-size: 18px;
}

.problem .p-problem-content__first-message-cal img {
	width: 40px;
}

.problem .p-problem-content__first-message-cal-number {
	font-size: 30px;
}

.problem .p-problem-content__second {
	margin-top: 40px;
}

.problem .p-problem-content__second-items-item img {
	width: 30px;
}

.problem .p-problem-content__second-items-item p {
	font-size: 18px;
	text-align: left;
}

.compare {
	padding: 40px 15px;
}

.compare .p-compare-content > img {
	margin-bottom: 30px;
}

.compare .p-compare-content__table th,
.compare .p-compare-content__table td {
	font-size: 14px;
	line-height: 1.4;
	padding: 10px 6px;
}

.compare .p-compare-content__table thead th p {
	border-radius: 20px;
	font-size: 13px;
	line-height: 1.3;
	min-height: auto;
	padding: 8px 6px;
}

.compare .p-compare-content__table thead .compare_1 p {
	font-size: 14px;
}

.compare .p-compare-content__table tbody tr:last-child td {
	padding-bottom: 20px;
}

.compare .p-compare-content__table2 td {
	padding: 30px 10px 15px;
}

.compare .p-compare-content__table2 td img {
	margin-bottom: 65px;
}

.compare .p-compare-content__table2 tbody tr td:first-child {
	background: url("../img/icon_circle.png") no-repeat center 91%/70px auto;
}

.compare .p-compare-content__table2 tbody tr:first-child td:nth-child(2) {
	background: url("../img/double_triangle.png") no-repeat center 90%/70px auto;
}

.compare .p-compare-content__table2 tbody tr:nth-child(n+2) td:nth-child(2) {
	background: url("../img/icon_double-circle.png") no-repeat center 90%/70px auto;
}

.compare .p-compare-content__table2 h3 {
	font-size: 16px;
	margin-bottom: 65px;
	max-width: 140px;
}

.compare-title {
	font-size: 13px;
}

.compare-price {
	font-size: 18px;
}

.p-compare-content__item-message {
	flex-direction: column;
}

.p-compare-content__item-message-content {
	padding: 20px 10px;
}

.p-compare-content__item-message-content-title > p {
	font-size: 20px;
}

.p-compare-content__item-message-content-text {
	font-size: 14px;
}

.p-compare-content__item-message-content-img img {
	width: 80px;
}

.size {
	padding: 40px 15px;
}

.size .p-size-content p {
	font-size: 1.25rem;
	margin-bottom: 20px;
}

.contact .p-contact-message {
	margin: 0 auto 20px;
}

.contact .p-contact-message__title {
	font-size: 24px;
}

.contact .contact-content {
	margin-bottom: 30px;
}

.contactForm {
	padding: 45px 20px;
}

.contact_item-p a {
	font-size: 1rem;
}

.label {
	font-size: 14px;
	width: 100%;
}

.label span {
	font-size: 11px;
}

.custom-checkbox .checkmark {
	height: 17px;
	width: 17px;
}

input[type=text],
input[type=email],
input[type=tel] {
	font-size: 14px;
	height: 60px;
	padding: 0 16px;
	width: 100%;
}

textarea {
	font-size: 14px;
	padding: 16px;
}

.submit-btn-wrapper input[type=submit] {
	font-size: 16px;
	padding: 20px 0;
	width: 220px;
}

.contact_item-p {
	margin-top: 30px;
}

.contact_item-p-title {
	font-size: 1.1rem;
	letter-spacing: 1px;
}

.contact_item-p-text {
	font-size: 0.8rem;
}

.contact_item-information {
	margin: 25px 0 35px;
}

.wpcf7-list-item-label {
	font-size: 11px;
}

.wpcf7-list-item-label a {
	font-size: 13px;
}

.thanks-content {
	margin: 100px auto 0;
	padding: 0 20px;
}

.thanks-content .thanks-content-items .thanks-content-title {
	font-size: 30px;
	margin-bottom: 40px;
}

.thanks-content .thanks-content-items .thanks-content-text {
	line-height: 1.5;
	margin-bottom: 0;
	padding: 45px 20px;
}

.thanks-content .thanks-content-items .thanks-content-text h2 {
	font-size: 20px;
	margin-bottom: 30px;
}

.thanks-content .thanks-content-items .thanks-content-text p {
	font-size: 14px;
	padding-bottom: 80px;
}

.feature {
	padding: 40px 15px;
}

.feature .p-feature-content > img {
	margin-bottom: 30px;
}

.feature .p-feature-content__items {
	gap: 30px;
}

.feature .p-feature-content__items-item {
	padding: 20px 15px;
}

.feature .p-feature-content__items-item-title img {
	width: 60px;
}

.feature .p-feature-content__items-item-title h3 {
	font-size: 1rem;
}

.feature .p-feature-content__items-item-message {
	font-size: 18px;
}

.feature .p-feature-content__items-item-message span {
	font-size: 30px;
}

.feature .p-feature-content__items-item-text {
	font-size: 22px;
	margin-bottom: 30px;
}

.feature .p-feature-content__items-item .p-feature-content__items-item-sub {
	font-size: 0.8rem;
	text-align: left;
}

.p-member {
	padding: 40px 15px 0;
}

.p-member__title {
	font-size: 28px;
}

.p-member__item {
	padding: 25px 20px;
}

.p-member__profile {
	flex-direction: column;
	gap: 10px;
	margin-bottom: 40px;
	text-align: center;
}

.p-member__image img {
	width: 120px;
}

.p-member__info {
	font-size: 18px;
}

.p-member__name {
	font-size: 18px;
}

.p-member__catch {
	font-size: 18px;
	margin-bottom: 20px;
	text-align: center;
}

.p-member__text {
	font-size: 14px;
}

.mb {
	margin-bottom: 20px;
}

.m_404 .entry-404 {
	padding: 56px 24px;
}

.m_404 .entry-404-head {
	font-size: 22px;
}

.m_404 .entry-404-head span {
	font-size: 72px;
}

.m_404 .entry-404-lead {
	font-size: 18px;
}

.m_404 .entry-404-content {
	font-size: 15px;
}

.m_404 .entry-404-btn .btn {
	max-width: 280px;
	width: 100%;
}

.footer {
	padding: 50px 50px 10px;
}

.footer .p-footer__content {
	gap: 10px;
}

.u-is-sp {
	display: none;
}

.scroll-down {
	bottom: -220px;
	right: 5%;
}

.scroll-down__line {
	width: 130px;
}

.scroll-down__line:after {
	border-bottom: 2px solid #000;
	width: 80%;
}

.scroll-down__text {
	color: #000;
	font-size: 0.8rem;
}

}

@keyframes scroll-down-line {

0% {
	transform: scale(1, 1);
	transform-origin: 0% 40%;
}

20% {
	transform: scale(0.001, 1);
	transform-origin: 0% 40%;
}

20.01% {
	transform-origin: 100% 50%;
}

38% {
	transform: scale(1, 1);
	transform-origin: 100% 50%;
}

}

