/*
それぞれ( )内にpxでの数値を入れるとrem, px, vw(pc版), vw(sp版) に変換
*/

html {
	scroll-behavior: auto;
	scroll-padding-top: 60px;
}

body {
	color: #313638;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	position: relative;
}

main {
	position: relative;
	top: 70px;
}

img {
	height: auto;
	min-width: 100%;
}

a {
	color: inherit;
	opacity: 1;
	transition: opacity 0.4s;
}

a:focus-visible {
	opacity: 0.7;
}

.is-drawerActive body {
	overflow: hidden;
}

a[href^="tel:"] {
	pointer-events: none;
}

*,
::before,
::after {
	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 {
	border: 0;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

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

ol,
ul,
li {
	list-style: none;
	list-style-type: none;
}

body {
	box-sizing: border-box;
}

body * {
	box-sizing: border-box;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

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

button {
	background: transparent;
	border: none;
	box-shadow: none;
	cursor: pointer;
	font: inherit;
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	color: inherit;
	font: inherit;
	vertical-align: top;
}

address {
	display: inline;
	font-style: normal;
}

.l-header {
	background-color: #313638;
	height: 70px;
	padding: 25px 0;
	position: fixed;
	width: 100%;
	z-index: 20;
}

.l-header__inner {
	display: flex;
	height: 100%;
	justify-content: space-between;
	padding: 0 min(13.3967789165vw, 183px);
	width: 100%;
}

.l-footer {
	margin-top: 70px;
}

.l-section {
	padding: 80px 0;
}

.l-section__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1040px;
	padding: 0 20px;
	width: 100%;
}

.l-page {
	padding-bottom: 160px;
	padding-top: 80px;
}

.l-page__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1040px;
	padding: 0 20px;
	width: 100%;
}

.c-button {
	background-color: #313638;
	color: #fff;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.5em;
	line-height: 1.2;
	max-width: 410px;
	padding: 25px 0;
	text-align: center;
	width: 100%;
}

.c-gnav__menus {
	align-items: center;
	display: flex;
	gap: min(4.39238653vw, 60px);
	height: 100%;
	justify-content: center;
}

.c-gnav__menu-link {
	color: #fff;
	display: block;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.2;
}

.c-gnav__menu-link::first-letter {
	color: #9F8E2E;
	font-size: 20px;
	font-weight: bold;
}

.c-drawer__content {
	background-color: #313638;
	height: 362px;
	position: fixed;
	right: 0;
	top: 70px;
	transform: translateX(100%);
	transition: transform 0.4s linear;
	width: 100%;
	z-index: 40;
}

.is-drawerActive .c-drawer__content {
	display: block;
	transform: translateX(0%);
}

.c-drawer__nav {
	display: flex;
	flex-direction: column;
	margin-left: 1.75rem;
	margin-right: 1.75rem;
	padding-top: 3.125rem;
	text-align: center;
}

.c-drawer__lists {
	display: flex;
	flex-direction: column;
	gap: 33px;
	text-align: center;
}

.c-drawer__lists::after {
	background-image: radial-gradient(circle, #fff 50%, transparent 50%);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 5px 5px; /* 横幅と高さを同じにして正円に */
	content: "";
	height: 2px;
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
}

.c-drawer__item {
	padding-bottom: 0.4375rem;
	padding-top: 0.4375rem;
	text-align: right;
}

.c-drawer__link {
	color: #fff;
	display: block;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.2;
	padding-bottom: 0.4375rem;
	position: relative;
}

.c-drawer__link::first-letter {
	color: #9F8E2E;
	font-size: 20px;
	font-weight: bold;
}

.c-hamburger__icon {
	display: none;
}

.c-hamburger__menu {
	color: #fff;
	display: block;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 0.9375rem;
	font-weight: 400;
	height: 100%;
	letter-spacing: 0.08em;
	line-height: 1.2;
}

.c-hamburger__menu::first-letter {
	color: #9F8E2E;
	font-size: 20px;
	font-weight: bold;
}

.c-hamburger__menu.close {
	display: none;
}

/* ドロワーメニュー展開中のボタンのスタイル
----------------------------- */

.is-drawerActive .c-hamburger__menu.open {
	display: none;
}

.is-drawerActive .c-hamburger__menu.close {
	display: block;
}

.c-head {
	text-align: center;
}

.c-sectionTitle {
	text-align: center;
	width: 100%;
}

.c-sectionTitle h2 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 1.875rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 1.2;
}

.c-toTop {
	background-color: #313638;
	border: 1px solid #8E9393;
	border-radius: 6px;
	bottom: 20px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
	height: min(4.7584187408vw, 65px);
	opacity: 0;
	position: fixed;
	right: 40px;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
	width: min(4.7584187408vw, 65px);
	z-index: 20;
}

.c-toTop i {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 25px;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.c-toTop.is-show {
	opacity: 1;
	visibility: visible;
}

.p-header__logo {
	align-items: center;
	display: flex;
	justify-content: center;
}

.p-header__logo a {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 1.75rem;
	font-size: clamp(20px, 2.0497803807vw, 28px);
	font-weight: 500;
	height: 100%;
	justify-content: center;
	letter-spacing: 0.44em;
	line-height: 1;
}

.p-footer {
	background-color: #313638;
	padding-bottom: 40px;
	padding-top: 104px;
}

.p-footer__inner {
	align-items: center;
	display: flex;
	gap: 147px;
	justify-content: center;
}

.p-footer__logo {
	height: 93px;
	width: 88px;
}

.p-footer__nav {
	margin-top: 32px;
}

.p-footer__menus {
	display: flex;
	gap: min(4.39238653vw, 60px);
}

.p-footer__link {
	color: #fff;
	display: block;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.2;
	position: relative;
}

.p-footer__link::before {
	background-color: #fff;
	bottom: calc(100% + 20px);
	content: "";
	height: 12px;
	position: absolute;
	right: 50%;
	transform: translateX(-50%);
	width: 1px;
}

.p-footer__link::first-letter {
	color: #9F8E2E;
	font-size: 20px;
	font-weight: bold;
}

.p-footer__copy {
	margin-top: 50px;
	text-align: center;
}

.p-footer__copy small {
	color: #fff;
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.1;
}

.p-fv {
	height: min(51.2445095168vw, 700px);
	overflow: hidden;
	width: 100%;
}

.p-works {
	background-color: #F9FAFB;
}

.p-works__contents {
	margin-top: 40px;
	text-align: center;
}

.p-works__text {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.078em;
	line-height: 2.8125;
}

.p-branding {
	background: linear-gradient(to right, #fff 67.4%, #8E9393 67.4%);
}

.p-branding__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1366px;
	width: 100%;
}

.p-branding__container {
	align-items: center;
	display: flex;
	gap: min(12.0058565154vw, 164px);
	justify-content: flex-end;
	padding-left: 20px;
}

.p-branding__texts {
	padding: 70px 0;
	text-align: center;
}

.p-branding__logo {
	height: 93px;
	margin-left: auto;
	margin-right: auto;
	width: 88px;
}

.p-branding__copy {
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 2.5rem;
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1.2;
	margin-top: 110px;
	white-space: nowrap;
}

.p-branding__text {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.078em;
	line-height: 2.8125;
	margin-top: 40px;
	text-align: left;
}

.p-branding__image {
	height: auto;
	width: clamp(480px, 43.5578330893vw, 595px);
}

.p-branding__image--sp {
	display: none;
}

.p-branding__items {
	background-color: #F9FAFB;
	padding: min(10.3953147877vw, 142px);
	width: 100%;
}

.p-branding__items picture {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 1040px;
	width: 100%;
}

.p-about__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1040px;
	width: 100%;
}

.p-about__container {
	display: flex;
	gap: min(5.6368960469vw, 77px);
}

.p-about__head {
	align-items: center;
	background: linear-gradient(to right, #fff 20%, #8E9393 20%, #8E9393 80%, #fff 80%);
	display: flex;
	flex-direction: column;
	gap: 90px;
	padding-bottom: 80px;
	padding-top: 80px;
}

.p-about__head .text {
	color: #fff;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.4em;
	line-height: 2.5;
	text-orientation: upright;
	writing-mode: vertical-rl;
}

.p-about__head .image {
	max-width: 500px;
	width: 100%;
}

.p-about__body {
	padding-bottom: 80px;
	padding-top: 80px;
}

.p-about__body .text {
	margin-top: min(5.8565153734vw, 80px);
	max-width: 606px;
	width: 100%;
}

.p-about__body .text p {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.078em;
	line-height: 2.8125;
	padding-right: 20px;
}

.p-about__body-sp {
	display: contents;
}

.p-about__image--sp {
	display: none;
}

.p-topService {
	background-color: #313638;
	padding-bottom: 135px;
}

.p-topService .c-sectionTitle {
	color: #fff;
}

.p-topService__container {
	margin-top: 150px;
}

.p-topService__items {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: min(9.0043923865vw, 123px);
	width: 100%;
}

.p-topService__item {
	align-items: center;
	display: flex;
	justify-content: center;
	overflow: hidden;
	width: 33.3333333333%;
}

.p-topService__item:nth-child(n+4) {
	width: 30%;
}

.p-topService__item a {
	display: block;
	position: relative;
	width: 98px;
}

.p-topService__item a svg {
	width: 100%;
}

.p-topService__item a:before {
	background-color: #fff;
	content: "";
	height: 1px;
	position: absolute;
	right: calc(100% + 30px);
	top: 50%;
	transform: translateY(-50%);
	width: min(3.3674963397vw, 46px);
}

.p-topService__item a svg path,
.p-topService__item a svg text {
	transition: fill 0.3s;
}

.p-topService__item a svg line {
	transition: stroke 0.3s;
}

.p-topService__item a:hover svg path,
.p-topService__item a:hover svg text {
	fill: #9F8E2E;
	transition: fill 0.3s;
}

.p-topService__item a:hover svg line {
	stroke: #9F8E2E;
}

.p-service__gallery-item.last {
	max-width: min(35.505124451vw, 485px);
	width: 100%;
}

.p-flow__container {
	margin-top: min(8.78477306vw, 120px);
}

.p-flow__items {
	align-items: flex-start;
	display: flex;
	gap: 78px;
	justify-content: center;
	width: 100%;
}

.p-flow__item {
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 280px;
	position: relative;
	width: 100%;
}

.p-flow__item:not(:last-child)::after {
	background-image: url("../img/arrow-icon.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 24px;
	left: calc(100% + 32px);
	position: absolute;
	top: 225px;
	width: 14px;
}

.p-flow__item:nth-child(1) {
	animation-delay: 0.3s;
}

.p-flow__item:nth-child(2) {
	animation-delay: 0.5s;
}

.p-flow__item:nth-child(3) {
	animation-delay: 0.7s;
}

.p-flow__head {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 333px;
}

.p-flow__step {
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 1.5625rem;
	font-size: clamp(18px, 1.8301610542vw, 25px);
	font-weight: 400;
	letter-spacing: 0.0275em;
	line-height: 2.8;
	margin-right: auto;
}

.p-flow__step span {
	font-size: 2.5625rem;
	font-size: clamp(28px, 3.0014641288vw, 41px);
	font-weight: 400;
	letter-spacing: 0.082em;
	line-height: 2.8048780488;
}

.p-flow__icon {
	width: 100%;
}

.p-flow__icon.step1 {
	max-width: 88px;
}

.p-flow__icon.step2 {
	max-width: 140px;
}

.p-flow__icon.step3 {
	max-width: 94px;
}

.p-flow__title {
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.044em;
	line-height: 1.125;
}

.p-flow__text {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.09em;
	line-height: 1.5625;
}

.p-company__image {
	margin-bottom: min(8.78477306vw, 120px);
	width: 100%;
}

.p-company__title {
	margin-bottom: 40px;
}

.p-company__title h3 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 1.4375rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1.2173913043;
}

.p-company__container {
	align-items: flex-end;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-bottom: 90px;
}

.p-company__text {
	max-width: 742px;
	width: 100%;
}

.p-company__text p {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.078em;
	line-height: 1.75;
}

.p-company__text.sp {
	display: contents;
}

.p-company__text.sp .p-company__picture.sp {
	display: none;
}

.p-company__picture {
	max-width: 166px;
	width: 100%;
}

.p-company__picture .names {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 0.6875rem;
}

.p-company__picture .names .post {
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.11em;
	line-height: 1.75;
}

.p-company__picture .names .name {
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.11em;
	line-height: 1.1666666667;
}

.p-company_gallery {
	margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	max-width: 810px;
	width: 100%;
}

.gallery-items {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.gallery-item {
	max-width: 250px;
	width: 100%;
}

.p-company__table {
	border-bottom: solid 1px #9F8E2E;
	display: flex;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	max-width: 638px;
	width: 100%;
}

.p-company__table dl {
	border-top: solid 1px #9F8E2E;
	display: flex;
	flex-wrap: wrap;
	gap: min(2.0833333333vw, 30px);
	padding: 25px 0;
	width: 100%;
}

.p-company__table dl.tel dd a {
	color: inherit;
	cursor: default;
	pointer-events: none;
	text-decoration: none;
}

.p-company__table dt {
	color: #9F8E2E;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1;
	padding-left: 10px;
	width: 95px;
}

.p-company__table dd {
	flex: 1;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1;
}

.p-company__map {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	max-width: 638px;
	overflow: hidden;
	width: 100%;
}

.p-company__map iframe {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.p-service__inner {
	padding: 0 20px;
}

.p-service__nav {
	margin-bottom: 60px;
}

.p-service__nav-items {
	display: flex;
	position: relative;
	width: 100%;
}

.p-service__nav-items::after {
	background-color: #9F8E2E;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.p-service__nav-item {
	position: relative;
	text-align: center;
	width: 100%;
}

.p-service__nav-item::before {
	background-color: #9F8E2E;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.p-service__nav-item a {
	color: #313638;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 600;
	height: 100%;
	letter-spacing: 0.1em;
	line-height: 1.4444444444;
	width: 100%;
}

.p-service__container {
	border-bottom: 1px solid #D8D8D8;
	margin-bottom: 100px;
	padding: 0 10px;
	padding-bottom: min(7.3206442167vw, 100px);
}

.p-service__container.movie {
	padding: 0 0 40px 0;
}

.p-service__top-image {
	margin-bottom: 80px;
}

.p-service__item {
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}

.p-service__item-box {
	max-width: 565px;
	padding-right: 20px;
	width: 100%;
}

.p-service__item-head {
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
	row-gap: 20px;
}

.p-service__title h3 {
	color: #9F8E2E;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 1.4375rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1;
}

.p-service__example {
	margin-left: auto;
}

.p-service__example p {
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.11em;
	line-height: 1.6923076923;
}

.p-service__text {
	padding: 16px 0 20px;
}

.p-service__text p {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.11em;
	line-height: 2.1875;
}

.p-service__text.u-font p {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.11em;
	line-height: 1.7857142857;
}

.p-service__item-image {
	clip-path: inset(0 0 0 0);
	margin-top: auto;
	max-width: 315px;
	width: 100%;
}

.p-service__item-image picture img {
	display: block;
	height: auto;
	width: 100%;
}

.p-service__gallery {
	display: flex;
	flex-wrap: wrap;
	gap: min(2.0497803807vw, 28px);
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	max-width: min(73.2064421669vw, 1000px);
}

.p-service__gallery-item {
	height: min(29.6486090776vw, 405px);
	overflow: hidden;
	width: min(16.6910688141vw, 228px);
}

.p-service__gallery-item video {
	height: 100%;
	width: 100%;
}

.p-service__gallery-item.last {
	height: min(16.1054172767vw, 220px);
	width: min(35.505124451vw, 485px);
}

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

.p-service__drone p {
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.11em;
	line-height: 1.9444444444;
}

.p-service__drone-problems {
	display: flex;
	gap: 14px;
	margin-bottom: 40px;
}

.p-service__drone-problems li {
	background-color: #9F8E2E;
	border-radius: 39px;
	color: #fff;
	display: inline-block;
	font-size: 0.9375rem;
	font-size: clamp(11px, 1.0980966325vw, 15px);
	font-weight: 600;
	letter-spacing: 0.111em;
	line-height: 1;
	padding: 10px min(1.4641288433vw, 20px);
	text-align: center;
}

.p-service__drone--center {
	margin-bottom: min(2.9282576867vw, 40px);
	text-align: center;
}

.p-service__drone--center p {
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.11em;
	line-height: 1.9444444444;
}

.p-service__drone-text {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.11em;
	line-height: 2.1875;
}

.p-others {
	background-color: #F0F0F0;
	padding: 80px 0;
}

.p-others__innser {
	margin-left: auto;
	margin-right: auto;
	max-width: 1040px;
	padding: 0 20px;
	width: 100%;
}

.p-others__container {
	background-color: #fff;
	border-radius: 13px;
	padding: 50px min(7.3206442167vw, 100px);
}

.p-others__item:not(:first-child) {
	margin-top: 80px;
}

.p-others__title {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}

.p-others__title h3 {
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.11em;
	line-height: 2.25;
	padding-left: 23px;
	position: relative;
}

.p-others__title h3::before {
	background-color: #9F8E2E;
	content: "";
	height: 30px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}

.p-others__price {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	gap: 9px;
	justify-content: center;
	margin-left: auto;
}

.p-others__price .icon {
	background-color: #9F8E2E;
	border-radius: 17px;
	color: #fff;
	font-size: 1.375rem;
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1.4545454545;
	padding: 0 13px;
}

.p-others__price .number {
	font-size: 1.8125rem;
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1.4482758621;
}

.p-others__price .number span {
	font-size: 2.4375rem;
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1.4358974359;
}

.p-others__contents p {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.07em;
	line-height: 2.1875;
}

.p-others__contents ul {
	margin-top: 10px;
}

.p-others__contents ul li {
	color: #9F8E2E;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.4166666667;
}

.p-others__contents h4 {
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.11em;
	line-height: 2.25;
	text-align: center;
}

.p-others__border {
	border-bottom: 1px solid #313638;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.p-others__flow {
	margin-top: 40px;
}

.p-others__flow-sp {
	display: none;
}

.p-others__flow-sp ul {
	margin-left: auto;
	margin-right: auto;
	max-width: 200px;
	width: 100%;
}

.p-others__flow-sp ul li {
	align-items: center;
	display: flex;
	gap: 17px;
}

.p-others__flow-sp ul li .number {
	align-items: center;
	background-color: #9F8E2E;
	border-radius: 15px;
	color: #fff;
	display: flex;
	font-size: 0.9375rem;
	font-weight: 600;
	height: 22px;
	justify-content: center;
	letter-spacing: 0.11em;
	line-height: 3;
	width: 22px;
}

.p-others__flow-sp ul li p {
	color: #333;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.11em;
	line-height: 2.8125;
}

.p-others__icons {
	animation-delay: 0.3s;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	max-width: 522px;
	width: 100%;
}

.p-others__options {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 48px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

.p-others__option {
	max-width: 385px;
	width: 100%;
}

.p-others__option-head {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 9px;
}

.p-others__option-title {
	display: flex;
}

.p-others__option-title h4 {
	color: #9F8E2E;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1.45;
}

.p-others__option-title h4 span {
	font-size: 0.9375rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.4;
	padding-left: 15px;
}

.p-others__option-price {
	align-items: center;
	display: flex;
}

.p-others__option-price .fa-solid {
	height: 14px;
	width: 14px;
}

.p-others__option-price p {
	font-size: 1.375rem;
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1.4545454545;
	padding-left: 6px;
}

.p-others__option-price p span {
	font-size: 1.875rem;
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1.4666666667;
}

.p-others__option-body p {
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.11em;
	line-height: 1.6666666667;
}

.p-points {
	background-color: #313638;
	margin-top: -260px;
	padding: 60px 0;
}

.p-points__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 880px;
	padding: 0 20px;
	width: 100%;
}

.p-points__inner picture {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 518px;
	width: 100%;
}

.p-points__items {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-top: 60px;
}

.p-points__item {
	background-color: #fff;
	border-radius: 13px;
	max-width: 254px;
	padding: 14px;
	width: 100%;
}

.p-points__item:nth-child(2) {
	animation-delay: 0.4s;
}

.p-points__item:nth-child(3) {
	animation-delay: 0.8s;
}

.p-points__head {
	border-bottom: 1px solid #9F8E2E;
	padding-bottom: 9px;
}

.p-points__item-icon {
	align-items: center;
	border: 3px solid #9F8E2E;
	border-radius: 90px;
	display: flex;
	height: 78px;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	width: 78px;
}

.p-points__item-icon p {
	color: #9F8E2E;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.11em;
	line-height: 2.25;
}

.p-points__item-title {
	margin-top: 16px;
	text-align: center;
}

.p-points__item-title h3 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.11em;
	line-height: 2.25;
}

.p-points__body {
	margin-top: 6px;
}

.p-points__body p {
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6666666667;
}

.p-points__gallery {
	align-items: center;
	animation-delay: 1.1s;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	display: flex;
	justify-content: center;
	margin-top: 40px;
	padding: 20px 0;
}

.p-points__gallery-head {
	max-width: 258px;
	width: 100%;
}

.p-points__gallery-head p {
	color: #fff;
	font-size: 1.0625rem;
	font-weight: 600;
	letter-spacing: 0.11em;
	line-height: 2.6470588235;
}

.p-points__gallery-body {
	max-width: 552px;
	width: 100%;
}

.p-points__gallery-items {
	display: block;
}

.p-points__gallery-items--sp {
	display: none;
}

.p-points__gallery-items--sp .gallery-item {
	text-align: center;
}

.p-points__gallery-items--sp .image {
	margin-bottom: 4px;
	max-width: 29.0666666667vw;
	width: 100%;
}

.p-points__gallery-items--sp span {
	color: #fff;
	font-size: 0.75rem;
	font-size: clamp(12px, 3.2vw, 20px);
	font-weight: 400;
	letter-spacing: 0.3em;
	line-height: 1.4166666667;
}

.p-contact__image {
	margin-bottom: 80px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	width: 100%;
}

.p-contact__intro {
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	max-width: 700px;
	width: 100%;
}

.p-contact__intro p {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.11em;
	line-height: 1.625;
}

.p-form {
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	max-width: 700px;
}

.p-form__fields {
	display: flex;
	flex-direction: column;
}

.p-form__field {
	border-bottom: 1px solid #E0E0E0;
	display: flex;
	gap: 40px;
	min-height: 83px;
	padding: 20px 0;
}

.p-form__field.textarea {
	border-bottom: unset;
}

.form-field__head {
	display: flex;
	flex-direction: column;
	gap: 6px;
	width: 150px;
}

.form-field__label {
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.1875;
}

.form-field__tag {
	background: #9F8E2E;
	clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
	color: #fff;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.4em;
	line-height: 1.4166666667;
	padding: 0 8px;
	width: 52px;
}

.form-field__item {
	flex: 1;
}

.form-field__item span {
	color: #A8A8A8;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1;
}

/*===========================
# フォーム 各アイテム
============================= */

/* 共通
----------------------------- */

.form-text,
.form-select,
.form-textarea {
	background: #FAFAFA;
	border: 2px solid #E2E2E2;
	border-radius: 8px;
	height: 70px;
	padding: 16px;
	transition: all 0.3s;
}

.form-text:focus,
.form-select:focus,
.form-textarea:focus {
	background: #F9FAFB;
	border: 1px solid #9F8E2E;
	outline: none;
}

.form-text::-moz-placeholder,
.form-select::-moz-placeholder,
.form-textarea::-moz-placeholder {
	color: #333; /* placeholderの色を指定 */
}

.form-text::placeholder,
.form-select::placeholder,
.form-textarea::placeholder {
	color: #333; /* placeholderの色を指定 */
}

.form-checkbox__input {
	height: 1px;
	position: absolute;
	width: 1px;
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
}

.form-checkbox__input:checked + .form-checkbox__text::after {
	opacity: 1;
}

.form-checkbox__input:focus + .form-checkbox__text::before {
	border-color: #9F8E2E;
}

/* -----------------------------(共通ここまで) */

/* text
------------------------------------------------------ */

.form-text {
	border-radius: 4px;
	height: 40px;
	width: 100%;
}

/* select
------------------------------------------------------ */

.form-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("../img/contact_select-arrow.png"), linear-gradient(to left, #313638 52px, #F9FAFB 52px);
	background-position: center right 11px, center center;
	background-repeat: no-repeat, no-repeat;
	background-size: 32px 32px, cover;
	font-weight: 700;
	width: 100%;
}

.page-contact-form__bottom {
	display: flex;
	flex-direction: column;
	gap: 37px;
	margin-top: 16px;
}

/* radio
------------------------------------------------------ */

.form-field__radios {
	display: flex;
	gap: 24px;
}

.form-field__radio {
	line-height: 23px;
}

.form-field__radios .wpcf7-list-item-label {
	cursor: pointer;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25.6px;
	padding-left: 33px;
	position: relative; /* 黒の外丸 */ /* 水色の内丸 */
}

.form-field__radios .wpcf7-list-item-label::before,
.form-field__radios .wpcf7-list-item-label::after {
	border-radius: 50%;
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.form-field__radios .wpcf7-list-item-label::before {
	border: 1px solid #111;
	height: 24px;
	left: 0;
	transition: border-color 0.3s;
	width: 24px;
}

.form-field__radios .wpcf7-list-item-label::after {
	background: #313638;
	border-radius: 10px;
	height: 10px;
	left: 7px;
	opacity: 0;
	width: 10px;
}

/* textarea
------------------------------------------------------ */

.form-textarea {
	height: 155px;
	resize: none;
	width: 100%;
}

/* check-box
------------------------------------------------------ */

.p-form__privacy {
	margin-top: 60px;
	text-align: center;
}

.form-checkbox {
	box-sizing: border-box;
}

.form-checkbox__text {
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	padding-left: 35px;
	position: relative;
}

.form-checkbox__text a {
	color: #9F8E2E;
	text-decoration-line: underline;
}

.form-checkbox__text a:hover {
	color: #9F8E2E;
}

.form-checkbox__text::before,
.form-checkbox__text::after {
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.form-checkbox__text::before {
	background-color: #F9FAFB;
	border: 1px solid #777777;
	border-radius: 4px;
	height: 20px;
	width: 20px;
}

.form-checkbox__text::after {
	content: "\f00c";
	font: var(--fa-font-solid);
	height: 9px;
	left: 3px;
	margin-top: -1.2px;
	opacity: 0;
	top: 9px;
	width: 14px;
}

/* contact-button
------------------------------------------------------ */

.p-form__button {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	max-width: 410px;
	text-align: center;
	width: 100%;
}

.p-form__button .confirm-btn {
	color: #9F8E2E;
	display: inline-block;
	margin-top: 24px;
}

.p-form__button input {
	background-color: unset;
	border: none;
}

.p-comfirm {
	display: none;
}

.p-thanks {
	padding: 120px 0 160px;
}

.p-thanks__inner {
	padding: 0 18px;
}

.p-thanks__text {
	margin-bottom: 80px;
	margin-top: 60px;
	text-align: center;
}

.p-thanks__text p {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.11em;
	line-height: 1.625;
}

.p-thanks__button {
	text-align: center;
}

.p-thanks__button a {
	display: inline-block;
}

.p-privacy {
	padding: 60px 0 160px;
}

.p-privacy__inner {
	padding: 0 20px;
	text-align: center;
}

.p-privacy__image {
	margin-bottom: 80px;
}

.c-sectionTitle.privacy {
	text-align: center;
}

.c-sectionTitle.privacy h1 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 1.1875;
}

.p-privacy__title {
	margin-bottom: 35px;
}

.p-privacy__title h2 {
	color: #9F8E2E;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 1.875rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 1;
}

.p-privacy__topText {
	margin-bottom: 40px;
}

.p-privacy__topText p {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.11em;
	line-height: 1.625;
}

.p-privacy__contents {
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	max-width: 740px;
	-moz-text-align-last: left;
	text-align-last: left;
}

.p-privacy__boxes {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.p-privacy__boxes:not(:last-child) {
	margin-bottom: 120px;
}

.p-privacy__box {
	text-align: left;
}

.p-privacy__heading {
	margin-bottom: 16px;
}

.p-privacy__heading h3 {
	color: #313638;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 1.2083333333;
	padding-left: 12px;
	position: relative;
}

.p-privacy__heading h3::before {
	background-color: #9F8E2E;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 4px;
}

.p-privacy__body {
	display: flex;
	flex-direction: column;
}

.p-privacy__item {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.p-privacy__text {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1;
}

.p-privacy__text a {
	color: #9F8E2E;
	text-decoration: underline;
}

.p-privacy__lists {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 16px;
	padding-left: 35px;
}

.p-privacy__list {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1;
	position: relative;
}

.p-privacy__list::before {
	background-color: #333;
	border-radius: 3px;
	content: "";
	height: 3px;
	position: absolute;
	right: calc(100% + 8px);
	top: 5px;
	width: 3px;
}

.u-hidden--sp {
	display: block;
}

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

.fadeIn {
	animation-duration: 2s;
	animation-fill-mode: forwards;
	animation-name: fadeIn;
	opacity: 0;
	transition: opacity 0.3s;
}

.fadeIn.up {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeUpAnime;
	opacity: 0;
	transition: opacity 0.3s;
}

.fadeIn.left {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInAnimeLeft;
	opacity: 0;
	transition: opacity 0.3s;
}

.fadeIn.right {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInAnimeRight;
	opacity: 0;
	transition: opacity 0.3s;
}

.u-fadeInTrigger {
	opacity: 0;
	transition: opacity 0.3s;
}

.u-border {
	border-bottom: 1px solid #9F8E2E;
}

.maskOff {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: maskOff;
	opacity: 0;
	transition: opacity 1s;
}

.maskOff.left {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: maskOffDown;
	opacity: 0;
	transition: opacity 1s;
}

.u-maskOffTrigger {
	opacity: 0;
	transition: opacity 1s;
}

.zoomIn {
	animation-duration: 0.9s;
	animation-fill-mode: forwards;
	animation-name: zoomInAnime;
	opacity: 1;
}

.u-zoomInTrigger {
	opacity: 0;
	transition: opacity 0.3s;
}

@media (any-hover: hover) {

a:hover {
	opacity: 0.7;
}

.form-text:hover {
	background: #fff6db;
	border: 1px solid #9F8E2E;
	outline: none;
	transition: all 0.3s;
}

.form-select:hover {
	background: #fff6db;
	border: 1px solid #9F8E2E;
	outline: none;
	transition: all 0.3s;
}

.form-textarea:hover {
	background: #fff6db;
	border: 1px solid #9F8E2E;
	outline: none;
	transition: all 0.3s;
}

.wpcf7-list-item-label:hover:before {
	background: #fff6db;
	border: 1px solid #9F8E2E;
	transition: all 0.3s;
}

.form-select:hover {
	background-image: url("../img/contact-select-arrow.webp");
	background-position: center right 21px, center center;
	background-position: center right 21px, center center;
	background-repeat: no-repeat, no-repeat;
	background-size: 9px 6px, cover;
}

.radio__text:hover:before {
	border: 1px solid #9F8E2E;
}

.p-form__button input:hover {
	cursor: pointer;
}

}

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

.p-branding__container {
	gap: min(5vw, 50px);
}

.p-branding__copy {
	margin-top: 40px;
}

.p-others__option {
	max-width: 100%;
}

.p-form {
	margin-left: auto;
	margin-right: auto;
	max-width: 612px;
}

.p-form__field {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.form-field__item {
	width: 100%;
}

}

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

html {
	scroll-padding-top: 50px;
}

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

.l-header__inner {
	padding: 0 30px;
}

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

.l-page {
	padding-bottom: 100px;
	padding-top: 30px;
}

.l-page__inner.contact {
	padding: 0;
}

.c-gnav {
	display: none;
}

.c-hamburger__icon {
	display: block;
	height: 25px;
	position: absolute;
	right: 40px;
	top: 25px;
	width: 32px;
	z-index: 41;
}

.c-sectionTitle h2 {
	font-size: 1.5rem;
	font-size: clamp(24px, 6.4vw, 30px);
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 1.2083333333;
}

.c-toTop {
	display: none;
}

.p-header__logo a {
	font-size: 1rem;
	font-size: clamp(16px, 4.2666666667vw, 20px);
	font-weight: 500;
	letter-spacing: 0.44em;
	line-height: 1;
}

.p-footer {
	padding-bottom: 12px;
	padding-top: 43px;
}

.p-footer__logo {
	height: 12.2666666667vw;
	width: 11.7333333333vw;
}

.p-footer__nav {
	display: none;
}

.p-footer__copy {
	margin-top: 40px;
}

.p-fv picture {
	display: block;
	height: 96.5333333333vw;
	width: 100%;
}

.p-works__text {
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 2;
	text-align: left;
}

.p-branding {
	background: #fff;
	padding: 40px 0;
}

.p-branding__container {
	flex-direction: column;
}

.p-branding__texts {
	padding: 0;
}

.p-branding__logo {
	height: 82px;
	width: 78px;
}

.p-branding__copy {
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.26em;
	line-height: 1.2083333333;
}

.p-branding__text {
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 2;
}

.p-branding__image {
	display: none;
}

.p-branding__image--sp {
	display: block;
	height: 33.3333333333vw;
	overflow: hidden;
	width: 100%;
}

.p-branding__items picture {
	max-width: 350px;
}

.p-about {
	background-color: #8E9393;
	padding-bottom: 20px;
}

.p-about__container {
	flex-direction: column;
	gap: 0;
}

.p-about__head {
	background: #8E9393;
	padding-bottom: 40px;
	padding-top: 50px;
}

.p-about__head .text {
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.35em;
	line-height: 1.3333333333;
	text-align: center;
	writing-mode: unset;
}

.p-about__head .image {
	display: none;
}

.p-about__body {
	background-color: #8E9393;
	padding: 0 10px;
}

.p-about__body .text {
	margin-top: 2.5rem;
}

.p-about__body .text p {
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 2;
	padding-right: unset;
}

.p-about__body-sp {
	background-color: #fff;
	border-radius: 10px;
	display: block;
	padding: 60px 12px 40px 12px;
}

.p-about__body-sp .text {
	margin-left: auto;
	margin-right: auto;
}

.p-about__image--sp {
	display: block;
	width: 100%;
}

.p-topService__container {
	margin-top: 10.6666666667vw;
}

.p-topService__items {
	row-gap: 8vw;
}

.p-topService__item {
	width: 50%;
}

.p-topService__item:nth-child(1) {
	width: 100%;
}

.p-topService__item:nth-child(n+4) {
	width: 50%;
}

.p-topService__item a:before {
	display: none;
}

.p-flow__container {
	margin-top: 2.5rem;
}

.p-flow__items {
	align-items: center;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
}

.p-flow__item {
	max-width: 100%;
}

.p-flow__item .p-flow__head .p-flow__step {
	order: 1;
}

.p-flow__item .p-flow__head .p-flow__icon {
	order: 3;
}

.p-flow__item .p-flow__head .p-flow__title {
	order: 2;
}

.p-flow__item:not(:last-child)::after {
	left: 50%;
	top: calc(100% + 40px);
	transform: translateX(-50%) rotate(90deg);
}

.p-flow__head {
	align-items: flex-start;
	flex-direction: row;
	height: 90px;
	justify-content: flex-start;
	min-height: 90px;
}

.p-flow__step {
	margin-right: unset;
}

.p-flow__step span {
	font-size: 1.75rem;
	font-weight: 400;
	letter-spacing: 0.056em;
	line-height: 2.8214285714;
}

.p-flow__icon {
	margin-left: auto;
	margin-top: auto;
}

.p-flow__icon.step1 {
	max-width: min(16.5333333333vw, 88px);
}

.p-flow__icon.step2 {
	max-width: min(27.4666666667vw, 103px);
}

.p-flow__icon.step3 {
	max-width: min(18.6666666667vw, 70px);
}

.p-flow__title {
	font-size: 1.625rem;
	font-weight: 500;
	letter-spacing: 0.028em;
	line-height: 1.7307692308;
	margin-top: auto;
	white-space: nowrap;
}

.p-flow__text {
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 2;
}

.p-company__title {
	text-align: center;
}

.p-company__title.left-sp {
	text-align: left;
}

.p-company__title h3 {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1.8;
}

.p-company__text p {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 2.0714285714;
}

.p-company__text.sp {
	display: flex;
}

.p-company__text.sp .p-company__picture.sp {
	display: block;
	margin-left: 2.5rem;
	margin-top: 1.25rem;
	max-width: clamp(0px, 32vw, 166px);
	width: 100%;
}

.p-company__picture {
	display: none;
}

.p-company__picture .names .post {
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0.011em;
	line-height: 2.1;
}

.p-company__picture .names .name {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.011em;
	line-height: 1.5;
}

.p-company_gallery {
	max-width: 89.3333333333vw;
}

.gallery-items {
	gap: 10px;
}

.gallery-item {
	max-width: 28vw;
}

.p-company__table {
	align-items: center;
	margin-top: 40px;
	max-width: 82.6666666667vw;
}

.p-company__table dl {
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 10px;
	padding: 10px 0;
}

.p-company__table dl.tel dd a {
	pointer-events: auto;
}

.p-company__table dt {
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1;
	margin-left: 0.625rem;
	padding-left: 0;
}

.p-company__table dd {
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1;
	padding-left: 0.625rem;
}

.p-company__map {
	max-height: 52.2666666667vw;
	max-width: 82.6666666667vw;
}

.p-service__inner {
	padding: 0 10px;
}

.p-service__nav {
	margin-bottom: 40px;
}

.p-service__nav-items {
	flex-wrap: wrap;
	row-gap: 20px;
}

.p-service__nav-items::after {
	display: none;
}

.p-service__nav-item {
	width: 50%;
}

.p-service__nav-item:nth-child(n+3) {
	width: 33.3333333333%;
}

.p-service__nav-item:nth-child(2)::after {
	background-color: #9F8E2E;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.p-service__nav-item:nth-child(5)::after {
	background-color: #9F8E2E;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.p-service__nav-item a {
	font-size: 0.9375rem;
	font-size: clamp(15px, 4vw, 18px);
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.4;
}

.p-service__container {
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.p-service__top-image {
	margin-bottom: 42px;
}

.p-service__item {
	align-items: center;
	flex-direction: column;
	gap: 20px;
	margin-top: 40px;
}

.p-service__item-box {
	max-width: 100%;
}

.p-service__item-head {
	margin-bottom: 5px;
}

.p-service__title h3 {
	font-size: 1.25rem;
	font-size: clamp(20px, 5.3333333333vw, 23px);
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1;
}

.p-service__text p {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6428571429;
}

.p-service__text.u-font p {
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.11em;
	line-height: 1.6923076923;
}

.p-service__item-image {
	max-width: 100%;
}

.p-service__gallery {
	max-width: 93.3333333333vw;
}

.p-service__gallery-item {
	height: 38.4vw;
	width: 21.6vw;
}

.p-service__gallery-item.last {
	width: 46.1333333333vw;
}

.p-service__drone {
	text-align: center;
}

.p-service__drone p {
	font-size: 1.0625rem;
	font-weight: 600;
	letter-spacing: 0.11em;
	line-height: 1.4705882353;
	margin-top: 13px;
}

.p-service__drone-problems {
	flex-direction: column;
	justify-content: center;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	max-width: 176px;
}

.p-service__drone--center p {
	font-size: 1.0625rem;
	font-weight: 600;
	letter-spacing: 0.11em;
	line-height: 2.6470588235;
}

.p-others__innser {
	padding: 0 10px;
}

.p-others__container {
	padding: 60px 10px;
}

.p-others__item:not(:first-child) {
	margin-top: 60px;
}

.p-others__title {
	margin-bottom: 23px;
}

.p-others__title h3 {
	font-size: 1.125rem;
	font-size: clamp(10px, 4.8vw, 20px);
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.4444444444;
}

.p-others__price .icon {
	font-size: 1.0625rem;
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1.4705882353;
}

.p-others__price .number {
	font-size: 1.375rem;
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1.4545454545;
}

.p-others__price .number span {
	font-size: 1.8125rem;
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1.4482758621;
}

.p-others__contents p {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6428571429;
}

.p-others__contents ul {
	margin-top: 4px;
}

.p-others__contents h4 {
	font-size: 0.875rem;
	font-size: clamp(14px, 3.7333333333vw, 20px);
	font-weight: 600;
	letter-spacing: 0.11em;
	line-height: 1;
}

.p-others__border {
	padding-bottom: 30px;
}

.p-others__flow {
	display: none;
}

.p-others__flow-sp {
	display: block;
	margin-top: 20px;
}

.p-others__icons {
	animation-delay: unset;
	margin-bottom: 43px;
	max-width: 78.9333333333vw;
}

.p-others__option-title h4 {
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.4444444444;
}

.p-others__option-title h4 span {
	padding-left: 10px;
}

.p-others__option-price p {
	font-size: 0.9375rem;
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1.4;
}

.p-others__option-price p span {
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1.45;
}

.p-points {
	margin-top: -160px;
}

.p-points__inner {
	padding: 0 10px;
}

.p-points__inner picture {
	max-width: 58.1333333333vw;
}

.p-points__items {
	flex-direction: column;
}

.p-points__item {
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
}

.p-points__item:nth-child(2) {
	animation-delay: unset;
}

.p-points__item:nth-child(3) {
	animation-delay: unset;
}

.p-points__head {
	display: flex;
	gap: 12vw;
}

.p-points__item-icon {
	margin: 0;
}

.p-points__gallery {
	animation-delay: unset;
	flex-direction: column;
	margin-top: 60px;
	padding: 40px 0;
}

.p-points__gallery-head {
	max-width: 100%;
	text-align: center;
}

.p-points__gallery-head p {
	font-size: 1.0625rem;
	font-weight: 600;
	letter-spacing: 0.11em;
	line-height: 2.0588235294;
}

.p-points__gallery-body {
	max-width: 100%;
}

.p-points__gallery-items {
	display: none;
}

.p-points__gallery-items--sp {
	align-items: center;
	display: block;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 40px;
	row-gap: 17px;
	width: 100%;
	-moz-column-gap: 14px;
	column-gap: 14px;
}

.p-contact__image {
	margin-bottom: 40px;
}

.p-contact__container {
	padding: 0 16px;
}

.p-contact__intro {
	margin-top: 16px;
}

.p-contact__intro p {
	width: 100%;
}

.p-contact__intro p span {
	display: block;
	text-align: center;
}

.form-checkbox__text {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 220px;
	text-align: left;
	width: 100%;
}

.p-thanks__text {
	margin-top: 10.6666666667vw;
}

.p-thanks__text p {
	font-size: 0.875rem;
	font-size: clamp(14px, 3.7333333333vw, 16px);
	font-weight: 400;
	letter-spacing: 0.11em;
	line-height: 1.6428571429;
}

.p-privacy {
	padding: 24px 0 100px;
}

.c-sectionTitle.privacy h1 {
	font-size: 1.5rem;
	font-size: clamp(24px, 6.4vw, 32px);
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 1.2083333333;
}

.p-privacy__title {
	margin-bottom: 24px;
}

.p-privacy__title h2 {
	font-size: 1.25rem;
	font-size: clamp(20px, 5.3333333333vw, 30px);
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 1;
}

.p-privacy__boxes {
	gap: 40px;
}

.p-privacy__boxes:not(:last-child) {
	margin-bottom: 100px;
}

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

.p-privacy__heading h3 {
	font-size: 1.125rem;
	font-size: clamp(18px, 4.8vw, 24px);
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 1.2222222222;
}

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

.u-hidden--pc {
	display: block;
}

}

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

a[href^="tel:"] {
	pointer-events: all;
}

.p-form__field {
	flex-direction: column;
	gap: 8px;
}

.form-field__label {
	font-size: 14px;
}

.form-field__item {
	width: 100%;
}

.form-text,
.form-select,
.form-textarea {
	font-size: 14px;
	line-height: 14px;
}

.form-text {
	font-size: 15px;
	line-height: 15px;
}

.form-select {
	font-weight: normal;
	padding: 20px 16px;
}

.page-contact-form__bottom {
	gap: 24px;
	margin-top: 0;
}

.form-field__radio {
	gap: 22px;
	margin-top: -4px;
}

.form-field__radios .wpcf7-list-item-label {
	font-size: 14px;
	padding-left: 32px;
}

.form-textarea {
	height: 160px;
	line-height: 22px;
	padding: 16px;
}

.p-form__privacy {
	margin-top: 26px;
}

.form-checkbox__text {
	font-size: 14px;
}

.form-checkbox__text::after {
	font-size: 14px;
	font-weight: normal;
}

.p-form__button {
	margin-top: 25px;
}

.p-privacy__lists {
	gap: 8px;
}

}

@keyframes fadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes fadeUpAnime {

from {
	opacity: 0;
	transform: translateY(60px);
}

to {
	opacity: 1;
	transform: translateY(0);
}

}

@keyframes fadeInAnimeLeft {

from {
	opacity: 0;
	transform: translateX(-60px);
}

to {
	opacity: 1;
	transform: translateX(0);
}

}

@keyframes fadeInAnimeRight {

from {
	opacity: 0;
	transform: translateX(60px);
}

to {
	opacity: 1;
	transform: translateX(0);
}

}

@keyframes maskOff {

from {
	clip-path: inset(0% 100% 0% 0%);
	opacity: 0;
}

to {
	clip-path: inset(0% 0% 0% 0%);
	opacity: 1;
}

}

@keyframes maskOffDown {

from {
	clip-path: inset(0% 0% 100% 0%);
	opacity: 0;
}

to {
	clip-path: inset(0% 0% 0% 0%);
	opacity: 1;
}

}

@keyframes zoomInAnime {

from {
	opacity: 0;
	transform: scale(0.6);
}

to {
	opacity: 1;
	transform: scale(1);
}

}

