*,
*::after,
*::before {
	box-sizing: border-box;
	word-wrap: break-word;
}

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	color: inherit;
	vertical-align: baseline;
}

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

body {
	line-height: 1;
}

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

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

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

html {
	font-size: 0.0694444444vw;
}

body {
	color: #1B2134;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

main {
	padding-top: 90px;
}

.c-cta-btn {
	width: 424px;
	height: 72px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.24;
	letter-spacing: 0.08em;
	border-radius: 4px;
	background: linear-gradient(to bottom, #FFBF23 50%, #feab27 50%);
	box-shadow: 2px 2px 4px 0 rgba(2, 59, 109, 0.25), 0 4px 6px 0 transparent inset;
	margin-inline: auto;
	transition: all 0.3s ease;
}

.c-cta-btn::after {
	content: "";
	width: 60px;
	aspect-ratio: 60/12;
	background: url(../img/arrow-right.svg) no-repeat center center/contain;
}

.c-btn {
	height: 56px;
	background: #023B6D;
	border: 1px solid #023B6D;
	border-radius: 4px;
	color: #FFFFFF;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin-inline: auto;
	cursor: pointer;
	transition: all 0.3s ease;
}

.c-btn.--more {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 254px;
	gap: 12px;
}

.c-btn.--more::after {
	content: "";
	width: 15px;
	aspect-ratio: 1/1;
	background-color: #fff;
	-webkit-mask: url(../img/arrow-down.svg) no-repeat center/contain;
	mask: url(../img/arrow-down.svg) no-repeat center/contain;
	transition: all 0.3s ease;
}

.c-btn.--more.is-active::after {
	rotate: 180deg;
}

.c-title__wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	text-align: center;
}

.c-title__en {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #023B6D;
	font-family: "Barlow", sans-serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.c-title__en::before {
	content: "";
	width: 18px;
	aspect-ratio: 1/1;
	background: url(../img/en-title-mark.webp) no-repeat center center/contain;
}

.c-title {
	color: #023B6D;
	font-size: 44px;
	font-weight: 700;
	line-height: 1.24;
	letter-spacing: 0.04em;
	text-align: center;
}

.l-inner {
	max-width: 1240px;
	width: 94.4444444444vw;
	margin-inline: auto;
}

.l-header {
	width: 100%;
	padding-block: 17px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
}

.l-header::after {
	content: "";
	width: 1440rem;
	height: 100%;
	background: url(../img/header-bg.webp) no-repeat bottom right/cover;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.l-header__inner {
	max-width: unset;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.l-header__logo {
	width: 191px;
	aspect-ratio: 191/54;
}

.l-header__logo a {
	display: block;
}

.l-header__btn-wrap {
	display: flex;
	gap: 16px;
}

.l-header__btn {
	width: 243px;
	height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	/* gap: 8px; */
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.04em;
	border-radius: 4px;
	transition: all 0.3s ease;
}

.l-header__btn.--mail {
	background: linear-gradient(to bottom, #055398 50%, #023B6D 50%);
	box-shadow: 2px 2px 4px 0 rgba(2, 59, 109, 0.25), 0 4px 4px 0 transparent inset;
}

.l-header__btn.--mail::after {
	content: "";
	width: 32px;
	aspect-ratio: 1/1;
	height: 32px;
	background: url(../img/mail-icon.svg) no-repeat center center/contain;
}

.l-header__btn.--joining {
	background: linear-gradient(to bottom, #FFBF23 50%, #feab27 50%);
	box-shadow: 2px 2px 4px 0 rgba(2, 59, 109, 0.25), 0 4px 4px 0 transparent inset;
}

.l-header__btn.--joining::after {
	content: "";
	margin-inline-start: 8px;
	width: 44px;
	aspect-ratio: 44/8;
	background: url(../img/arrow-right.svg) no-repeat center center/contain;
}

.l-footer {
	padding-block: 40px 24px;
}

.l-footer__inner {
	max-width: 1000px;
}

.l-footer_logo-wrap {
	display: flex;
	align-items: end;
	gap: 40px;
}

.l-footer__logo {
	width: 191px;
	aspect-ratio: 191/54;
}

.l-footer__youtube {
	width: 40px;
	aspect-ratio: 1/1;
	transition: all 0.3s ease;
}

.l-footer__menu {
	margin-top: 40px;
}

.l-footer__nav {
	display: flex;
	flex-wrap: wrap;
	column-gap: 80px;
}

.l-footer__nav a {
	display: block;
	line-height: 1.6;
	letter-spacing: 0.04em;
	text-underline-offset: 4px;
	transition: all 0.3s ease;
}

.l-footer__copyright {
	text-align: center;
	margin-top: 40px;
}

.p-fv {
	width: 100%;
	aspect-ratio: 1440/806;
	background: url(../img/fv-bg.webp) no-repeat center center/cover;
	position: relative;
	overflow: hidden;
}

.p-fv::after {
	content: "";
	width: 606rem;
	aspect-ratio: 606/334;
	background: url(../img/shine.webp) no-repeat center center/contain;
	rotate: -80deg;
	position: absolute;
	top: 110rem;
	right: -266rem;
	z-index: 3;
}

.p-fv__inner {
	width: 1340rem;
	height: 100%;
	position: relative;
}

.p-fv__swiper {
	aspect-ratio: 1340/544;
}

.p-fv__img {
	border-radius: 0 55rem 0 0;
	overflow: hidden;
}

.p-fv__title-wrap {
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 12rem;
	position: absolute;
	left: 0;
	bottom: 106rem;
	z-index: 5;
}

.p-fv__title {
	display: inline-block;
	color: #fff;
	font-weight: 900;
	padding-block: 14rem 18rem;
	padding-inline: 40rem 18rem;
	background: linear-gradient(92deg, #1B2134 48.8%, #336088 98.31%) no-repeat center center/cover;
	position: relative;
	z-index: 2;
}

.p-fv__title.--1 {
	font-size: 72rem;
	letter-spacing: 0.08em;
	padding-right: 28rem;
	background-image: url(../img/fv-title-bg1.webp);
}

.p-fv__title.--2 {
	font-size: 64rem;
	letter-spacing: 0.04em;
	background-image: url(../img/fv-title-bg2.webp);
}

.p-fv__title.--2 span {
	font-size: 56rem;
	letter-spacing: 0.1em;
}

.p-fv__title.--3 {
	font-size: 64rem;
	letter-spacing: 0.06em;
	background-image: url(../img/fv-title-bg3.webp);
}

.p-fv__drone {
	width: 468rem;
	aspect-ratio: 468/378;
	rotate: -56deg;
	position: absolute;
	bottom: 3rem;
	right: 41rem;
	z-index: 4;
}

.p-about {
	padding-block: 48px 80px;
	background: #F8F9FB;
}

.p-about__item-wrap {
	display: grid;
	grid-template-columns: repeat(4, 223px);
	justify-content: center;
	gap: 24px;
	margin-top: 64px;
}

.p-about__item {
	width: 100%;
	cursor: pointer;
}

.p-about__item-number {
	font-family: "Barlow", sans-serif;
	font-size: 72px;
	font-weight: 700;
	text-shadow: 0 0 2.841px #cfe5f8;
	position: relative;
	z-index: 3;
}

.p-about__item-main {
	width: 100%;
	aspect-ratio: 233/199;
	display: flex;
	flex-direction: column;
	gap: 6px;
	border-radius: 6px;
	border: 3px solid #F8F9FB;
	box-shadow: 0 6px 12px 0 rgba(2, 59, 109, 0.25);
	margin-top: -24px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.p-about__item-main::after {
	content: "";
	width: 100%;
	height: 100%;
	background: no-repeat center center/cover;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	z-index: -1;
	transition: all 0.3s ease;
}

.p-about__item-main.--1::after {
	background-image: url(../img/anout-item01.webp);
}

.p-about__item-main.--2::after {
	background-image: url(../img/anout-item02.webp);
}

.p-about__item-main.--3::after {
	background-image: url(../img/anout-item03.webp);
}

.p-about__item-main.--4::after {
	background-image: url(../img/anout-item04.webp);
}

.p-about__item-title {
	display: flex;
	flex-direction: column;
	gap: 3px;
	color: #F8F9FB;
	font-size: 20px;
	letter-spacing: 0.08em;
	text-align: center;
	margin-top: 68px;
}

.p-about__item-title span {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.24;
	letter-spacing: 0.08em;
}

.p-about__item-icon {
	width: 36px;
	aspect-ratio: 1/1;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #F8F9FB;
	border: 1px solid #F8F9FB;
	border-radius: 50%;
	margin-left: auto;
	margin-right: 13px;
	transition: all 0.3s ease;
}

.p-about__item-icon span {
	width: 10px;
	height: 17px;
	background-color: #023b6d;
	-webkit-mask: url(../img/arrow-navy.svg) no-repeat center/contain;
	mask: url(../img/arrow-navy.svg) no-repeat center/contain;
	margin-left: 4px;
	transition: all 0.3s ease;
}

.p-about__modal {
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #023B6D;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.p-about__modal.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.p-about__modal-main {
	width: 596px;
	position: relative;
}

.p-about__swiper-slide {
	height: auto !important;
}

.p-about__modal-item {
	background: #fff;
	padding-block: 24px 40px;
	padding-inline: 24px;
	border-radius: 8px;
	height: 100%;
}

.p-about__modal-title-wrap {
	display: flex;
	align-items: end;
	gap: 16px;
	color: #023B6D;
}

.p-about__modal-number {
	font-family: "Barlow", sans-serif;
	font-size: 107px;
	font-weight: 600;
	line-height: 0.9252336449;
}

.p-about__modal-title {
	display: flex;
	flex-direction: column;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.24;
	letter-spacing: 0.08em;
}

.p-about__modal-title span {
	font-size: 36px;
	line-height: 1.3;
	letter-spacing: 0.05em;
}

.p-about__modal-img {
	width: 100%;
	aspect-ratio: 545/228;
	margin-top: 16px;
}

.p-about__modal-text {
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: 0.04em;
	margin-top: 16px;
}

.p-about__swiper-pagination {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 24px;
	bottom: 16px !important;
}

.p-about__swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: auto;
	aspect-ratio: 1/1;
	margin: 0 !important;
	background: rgba(27, 33, 52, 0.3);
	opacity: 1;
}

.p-about__swiper-pagination .swiper-pagination-bullet-active {
	background: rgba(27, 33, 52, 0.3);
}

.p-about__swiper-pagination.--1 .swiper-pagination-bullet:nth-child(1),
.p-about__swiper-pagination.--2 .swiper-pagination-bullet:nth-child(2),
.p-about__swiper-pagination.--3 .swiper-pagination-bullet:nth-child(3),
.p-about__swiper-pagination.--4 .swiper-pagination-bullet:nth-child(4) {
	background: #1B2134;
}

.p-about__modal-close {
	display: flex;
	align-items: center;
	color: #F8F9FB;
	font-family: "Barlow", sans-serif;
	font-size: 36px;
	text-transform: uppercase;
	position: absolute;
	bottom: calc(100% + 7px);
	right: 0;
	cursor: pointer;
}

.p-about__modal-close::after {
	content: "";
	width: 44px;
	aspect-ratio: 1/1;
	background: url(../img/close-icon.svg) no-repeat center center/contain;
}

.p-about__swiper-prev,
.p-about__swiper-next {
	width: 56px !important;
	height: auto !important;
	aspect-ratio: 1/1;
	background: #1B2134;
	border: 1px solid #1B2134;
	border-radius: 50% !important;
	position: absolute;
	top: 50%;
	margin: unset !important;
	transition: all 0.3s ease;
}

.p-about__swiper-prev::after,
.p-about__swiper-next::after {
	content: "" !important;
	width: 32px;
	aspect-ratio: 32/16;
	background-color: #fff;
	-webkit-mask: url(../img/arrow-slider.svg) no-repeat center/contain;
	mask: url(../img/arrow-slider.svg) no-repeat center/contain;
	position: absolute;
	top: 45%;
	left: 50%;
	translate: -50% -50%;
	transition: all 0.3s ease;
}

.p-about__swiper-prev {
	left: 0 !important;
	translate: -50% -50%;
}

.p-about__swiper-prev::after {
	transform: scaleX(-1);
}

.p-about__swiper-next {
	right: 0 !important;
	translate: 50% -50%;
}

.p-works {
	padding-block: 80px;
	background: url(../img/works-bg.webp) no-repeat center center/cover;
}

.p-works__item-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 64px;
	margin-top: 64px;
}

.p-works__item {
	width: 468px;
}

.p-works__item-title {
	width: -moz-fit-content;
	width: fit-content;
	margin-inline: auto;
	color: #055398;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.24;
	letter-spacing: 0.08em;
	text-align: center;
	position: relative;
}

.p-works__item-title::before,
.p-works__item-title::after {
	content: "";
	width: 72px;
	height: 0;
	border: 2px dashed #055398;
	position: absolute;
	bottom: 0;
}

.p-works__item-title::before {
	transform-origin: right bottom;
	rotate: 45deg;
	right: 100%;
}

.p-works__item-title::after {
	transform-origin: left bottom;
	rotate: -45deg;
	left: 100%;
}

.p-works__move {
	aspect-ratio: 468/295;
	padding: 10px;
	border-radius: 5px;
	background: linear-gradient(113deg, #fff 3.29%, #c6d9e4 100%);
	margin-top: 12px;
}

.p-works__move iframe {
	width: 100%;
	height: 100%;
}

.p-advisor {
	padding-block: 80px;
}

.p-advisor__text {
	line-height: 1.6;
	letter-spacing: 0.04em;
	text-align: center;
	margin-top: 12px;
}

.p-advisor__main {
	margin-top: 64px;
}

.p-advisor__swiper {
	display: contents;
}

.p-advisor__swiper-wrapper {
	justify-content: space-between;
}

.p-advisor__swiper-slide {
	display: contents;
}

.p-advisor__item {
	width: 173px;
	line-height: 1.6;
	letter-spacing: 0.04em;
}

.p-advisor__img {
	width: 100%;
	aspect-ratio: 1/1;
}

.p-advisor__history {
	text-align: center;
	margin-top: 8px;
}

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

.p-advisor__specialty-wrap {
	margin-top: 8px;
}

.p-advisor__specialty-title {
	text-align: center;
	border: 1px solid #1B2134;
}

.p-advisor__specialty {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-top: 4px;
	margin-left: 3px;
}

.p-advisor__specialty li {
	display: flex;
	gap: 3px;
}

.p-advisor__specialty li::before {
	content: "・";
}

.p-advisor__swiper-scrollbar {
	display: none;
}

.p-advisor__swiper-scrollbar.swiper-scrollbar {
	background-color: #c6d9e4;
	height: 6px !important;
	top: 0 !important;
	left: 0 !important;
}

.p-advisor__swiper-scrollbar .swiper-scrollbar-drag {
	background-color: #023B6D;
}

.p-advisor__swiper-btn-wrap {
	display: none;
}

.p-advisor__swiper-prev,
.p-advisor__swiper-next {
	width: 48px !important;
	height: auto !important;
	aspect-ratio: 1/1;
	background: rgba(2, 59, 109, 0.4);
	border-radius: 50%;
	margin: unset !important;
	position: relative !important;
	top: unset !important;
	left: unset !important;
	right: unset !important;
	opacity: 1 !important;
	transition: all 0.3s ease;
}

.p-advisor__swiper-prev::after,
.p-advisor__swiper-next::after {
	content: "" !important;
	width: 19px;
	aspect-ratio: 19/8;
	background-color: #fff;
	-webkit-mask: url(../img/arrow-slider.svg) no-repeat center/contain;
	mask: url(../img/arrow-slider.svg) no-repeat center/contain;
	position: absolute;
	top: 45%;
	left: 50%;
	translate: -50% -50%;
}

.p-advisor__swiper-prev {
	transform: scaleX(-1);
}

.p-problem {
	padding-block: 80px;
	background: url(../img/problem-bg.webp) no-repeat center center/cover;
}

.p-problem__inner {
	max-width: 800px;
}

.p-problem__main {
	margin-top: 64px;
}

.p-problem__case-wrap {
	width: 100%;
	padding-block: 24px;
	background: #fff;
	padding-inline: 30px;
}

.p-problem__case {
	width: 580px;
	margin-inline: auto;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.p-problem__case li {
	display: flex;
	align-items: start;
	gap: 2px;
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: 0.04em;
}

.p-problem__case li span > span {
	color: #055398;
	font-weight: 700;
}

.p-problem__case li::before {
	flex-shrink: 0;
	content: "";
	width: 30px;
	aspect-ratio: 1/1;
	background: url(../img/check-icon.svg) no-repeat center center/contain;
}

.p-problem__arrow {
	height: 64px;
	padding-top: 13px;
	background: url(../img/problem-arrow-bg.webp) no-repeat bottom center/cover;
	color: #F8F9FB;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.24;
	letter-spacing: 0.04em;
	text-align: center;
}

.p-problem__answer {
	display: flex;
	align-items: end;
	justify-content: center;
	gap: 8px;
	margin-top: 24px;
}

.p-problem__logo {
	width: 296px;
	aspect-ratio: 296/84;
}

.p-problem__answer-text {
	font-size: 24px;
	line-height: 1.24;
	letter-spacing: 0.08em;
}

.p-target {
	padding-block: 80px;
	background: #F8F9FB;
}

.p-target__inner {
	max-width: 1000px;
}

.p-target__item-wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	margin-top: 64px;
}

.p-target__item {
	max-width: 488px;
	width: 100%;
	margin-inline: auto;
	padding-block: 31px;
	padding-inline: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
	background: #fff;
}

.p-target__item-img {
	width: 64px;
	aspect-ratio: 1/1;
	flex-shrink: 0;
}

.p-target__item-text {
	max-width: 266px;
	width: 100%;
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: 0.04em;
}

.p-target__item-text span {
	color: #055398;
	font-weight: 700;
}

.p-message {
	padding-block: 80px;
	background: url(../img/message-bg.webp) no-repeat top center/cover;
}

.p-message__inner {
	max-width: 1004px;
}

.p-message__main {
	padding: 24px 40px;
	background: #fff;
	box-shadow: 2px 4px 8px 0 rgba(2, 59, 109, 0.24);
	margin-top: 64px;
}

.p-message__main-top {
	display: flex;
	align-items: center;
	gap: 40px;
}

.p-message__img {
	max-width: 313px;
	aspect-ratio: 313/233;
}

.p-message__title {
	color: #055398;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.05em;
	padding-bottom: 24px;
	position: relative;
}

.p-message__title::after {
	content: "";
	width: 100px;
	height: 2px;
	background: #023B6D;
	position: absolute;
	bottom: 0;
	left: 0;
}

.p-message__text-wrap {
	height: 312px;
	position: relative;
	margin-top: 24px;
	overflow: hidden;
	transition: all 0.3s ease;
}

.p-message__text-wrap::after {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, transparent 90.35%, #fff 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.3s ease;
}

.p-message__text-wrap.is-active {
	height: auto;
}

.p-message__text-wrap.is-active::after {
	height: 0;
}

.p-message__text {
	line-height: 1.6;
	letter-spacing: 0.04em;
}

.p-message__text span {
	color: #055398;
	font-weight: 700;
}

.p-message__ceo-wrap {
	padding: 8px 40px;
	background: #F8F9FB;
	margin-top: 24px;
}

.p-message__ceo {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.04em;
}

.p-message__ceo-career {
	display: flex;
	flex-direction: column;
	margin-top: 4px;
}

.p-message__ceo-career li {
	display: flex;
	gap: 3px;
	line-height: 1.6;
	letter-spacing: 0.04em;
	margin-left: 3px;
}

.p-message__ceo-career li::before {
	content: "・";
}

.p-message__btn {
	margin-top: 24px;
}

.p-price {
	padding-block: 80px;
}

.p-price__inner {
	max-width: 1000px;
}

.p-price__main {
	margin-top: 64px;
}

.p-price__title {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.05em;
	text-align: center;
	padding-block: 16px;
	background: #023B6D;
}

.p-price__content {
	background: #F8F9FB;
	padding-block: 12px 24px;
	padding-inline: 20px;
}

.p-price__price {
	display: flex;
	justify-content: center;
	align-items: end;
	color: #023B6D;
	font-family: "Barlow", sans-serif;
	font-size: 96px;
	font-weight: 600;
	line-height: 0.8854166667;
	letter-spacing: 0.02em;
	text-align: center;
}

.p-price__unit {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.05em;
}

.p-price__unit span {
	margin-inline: 4px;
}

.p-price__tax {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	line-height: 2;
}

.p-price__info {
	width: 446px;
	margin-inline: auto;
	display: flex;
	flex-direction: column;
	margin-top: 24px;
}

.p-price__info li {
	display: flex;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0.04em;
}

.p-price__info li::before {
	content: "・";
	margin-inline: 4px;
}

.p-price__btn {
	margin-top: 64px;
}

.p-voice {
	padding-block: 80px;
	background: url(../img/voice-bg.webp) no-repeat center center/cover;
}

.p-voice__main {
	margin-top: 64px;
}

.p-voice__swiper-slide {
	display: contents;
}

.p-voice__item {
	width: 292px;
	min-height: 605px;
	padding: 20px 16px;
	background: #fff;
	box-shadow: 2px 4px 8px 0 rgba(2, 59, 109, 0.24);
}

.p-voice__item-top {
	display: flex;
	gap: 8px;
	padding-bottom: 16px;
	border-bottom: 1px solid #c6d9e4;
}

.p-voice__item-img {
	width: 72px;
	aspect-ratio: 1/1;
	flex-shrink: 0;
}

.p-voice__item-title {
	color: #055398;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.04em;
}

.p-voice__item-text {
	line-height: 1.6;
	letter-spacing: 0.04em;
	margin-top: 16px;
}

.p-voice__item-text span {
	color: #055398;
	font-weight: 700;
}

.p-voice__item-name {
	margin-top: 16px;
}

.p-voice__swiper-pagination {
	display: flex;
	justify-content: center;
	gap: 10px;
	position: unset !important;
	margin-top: 24px;
}

.p-voice__swiper-pagination .swiper-pagination-bullet {
	width: 8px;
	height: auto;
	aspect-ratio: 1/1;
	margin: 0 !important;
	background: rgba(27, 33, 52, 0.3);
	opacity: 1;
}

.p-voice__swiper-pagination .swiper-pagination-bullet-active {
	background: #1b2134;
}

.p-voice__swiper-prev,
.p-voice__swiper-next {
	width: 30px !important;
	height: auto !important;
	aspect-ratio: 1/1;
	background: #1B2134;
	border-radius: 50%;
}

.p-voice__swiper-prev::after,
.p-voice__swiper-next::after {
	content: "" !important;
	width: 37px;
	aspect-ratio: 37/8;
	background-color: #fff;
	-webkit-mask: url(../img/arrow-slider.svg) no-repeat center/contain;
	mask: url(../img/arrow-slider.svg) no-repeat center/contain;
	position: absolute;
	top: 45%;
	left: 50%;
	translate: -50% -50%;
	transition: all 0.3s ease;
}

.p-voice__swiper-prev {
	left: calc(50vw - (100% - 80px) / 3 / 2) !important;
	translate: -60% -50%;
}

.p-voice__swiper-prev::after {
	transform: scaleX(-1);
}

.p-voice__swiper-next {
	right: calc(50vw - (100% - 80px) / 3 / 2) !important;
	translate: 60% -50%;
}

.p-cta {
	color: #FFFFFF;
	text-align: center;
	padding-block: 80px;
	background: url(../img/cta-bg.webp) no-repeat center center/cover;
}

.p-cta__text {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.04em;
}

.p-cta__btn-wrap {
	margin-top: 64px;
}

.p-cta__btn-text {
	display: flex;
	justify-content: center;
	gap: 8px;
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: 0.04em;
}

.p-cta__btn-text::before,
.p-cta__btn-text::after {
	content: "";
	width: 2px;
	height: 28px;
	background: #FFF;
}

.p-cta__btn-text::before {
	rotate: -25deg;
	transform-origin: right bottom;
}

.p-cta__btn-text::after {
	rotate: 25deg;
	transform-origin: left bottom;
}

.p-cta__btn {
	margin-top: 2px;
}

@media (any-hover: hover) {

.c-cta-btn:hover {
	box-shadow: 2px 2px 4px 0 transparent, 0 4px 6px 0 rgba(212, 138, 19, 0.8) inset;
}

.c-btn:hover {
	color: #023B6D;
	background: #fff;
}

.c-btn.--more:hover::after {
	background-color: #023B6D;
}

.l-header__btn.--mail:hover {
	box-shadow: 2px 2px 4px 0 transparent, 0 4px 4px 0 rgba(2, 59, 109, 0.8) inset;
}

.l-header__btn.--joining:hover {
	box-shadow: 2px 2px 4px 0 transparent, 0 4px 4px 0 rgba(212, 138, 19, 0.5) inset;
}

.l-footer__youtube:hover {
	opacity: 0.7;
}

.l-footer__nav a:hover {
	color: #023B6D;
	text-decoration: underline;
}

.p-about__item:hover .p-about__item-main::after {
	scale: 1.1;
}

.p-about__item:hover .p-about__item-icon {
	background: #023B6D;
}

.p-about__item:hover .p-about__item-icon span {
	background-color: #F8F9FB;
}

.p-about__swiper-prev:hover,
.p-about__swiper-next:hover {
	background: #fff;
}

.p-about__swiper-prev:hover::after,
.p-about__swiper-next:hover::after {
	background-color: #1B2134;
}

.p-advisor__swiper-prev:hover,
.p-advisor__swiper-next:hover {
	background: #023b6d;
}

.p-voice__swiper-prev:hover,
.p-voice__swiper-next:hover {
	background: #fff;
}

.p-voice__swiper-prev:hover::after,
.p-voice__swiper-next:hover::after {
	background-color: #1B2134;
}

}

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

.p-cta {
	background-position: top center;
}

}

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

.is-pc-sp {
	display: block;
}

.is-tab {
	display: none;
}

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

.is-sp {
	display: none;
}

.is-sp2 {
	display: none;
}

.is-dsp {
	display: none;
}

}

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

.p-voice__item-top {
	align-items: center;
}

}

@media screen and (max-width: 1200px) and (min-width: 601px) {

.p-advisor__swiper-wrapper {
	flex-wrap: wrap;
	gap: 32px 0;
	max-width: 600px;
	margin-inline: auto;
}

}

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

.p-voice__swiper {
	display: contents;
}

.p-voice__swiper-wrapper {
	gap: 24px;
}

.p-voice__swiper-pagination {
	display: none;
}

.p-voice__swiper-prev,
.p-voice__swiper-next {
	display: none !important;
}

}

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

.p-voice__inner {
	max-width: unset;
	width: 100%;
}

.p-voice__swiper-wrapper {
	display: grid !important;
	grid-auto-flow: column;
}

.p-voice__swiper-slide {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 2;
}

.p-voice__item {
	display: grid;
	grid-template-rows: inherit;
	grid-row: inherit;
}

.p-voice__item {
	width: 100%;
	min-height: unset;
	height: 100%;
}

}

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

.p-about__item-wrap {
	grid-template-columns: repeat(2, 233px);
}

.p-works__item-wrap {
	flex-direction: column;
}

}

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

.is-pc {
	display: none;
}

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

.is-tab {
	display: block;
}

.is-sp {
	display: none;
}

.is-sp2 {
	display: none;
}

.is-dsp {
	display: none;
}

.l-inner {
	width: 91.4666666667vw;
}

.l-header__btn-wrap {
	gap: 12px;
}

.l-footer_logo-wrap {
	justify-content: center;
}

.l-footer__nav {
	width: 500px;
	margin-inline: auto;
	gap: 30px;
	justify-content: center;
}

.p-message__inner {
	max-width: 590px;
}

.p-message__main-top {
	flex-direction: column;
	gap: 16px;
}

.p-voice__inner {
	width: 100%;
}

.p-voice__swiper-prev {
	left: calc(50vw - (100% - 60px) / 2 / 2) !important;
	translate: -80% -50%;
}

.p-voice__swiper-next {
	right: calc(50vw - (100% - 60px) / 2 / 2) !important;
	translate: 80% -50%;
}

}

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

html {
	font-size: 0.2666666667vw;
}

main {
	padding-top: 64px;
}

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

.is-pc-sp {
	display: block;
}

.is-tab {
	display: none;
}

.is-sp {
	display: block;
}

.c-cta-btn {
	width: 100%;
	max-width: 343px;
	height: 63px;
	gap: 40px;
	font-size: 18px;
	letter-spacing: 0.04em;
	padding-inline: 38px;
	justify-content: right;
}

.c-cta-btn::after {
	width: 44px;
	aspect-ratio: 44/10;
}

.c-btn {
	height: 46px;
}

.c-btn.--more {
	width: 142px;
}

.c-title__en {
	font-size: 14px;
	line-height: 1.24;
}

.l-header {
	padding-block: 12px;
}

.l-header::after {
	width: 375rem;
	background-image: url(../img/header-bg-sp.webp);
}

.l-header__logo {
	flex-shrink: 0;
	width: 99px;
}

.l-header__btn-wrap {
	gap: 6px;
}

.l-header__btn {
	width: 112px;
	height: 40px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: unset;
}

.l-header__btn.--mail {
	gap: 4px;
}

.l-header__btn.--mail::after {
	width: 18px;
}

.l-header__btn.--joining::after {
	width: 17px;
	aspect-ratio: 15/6;
	background-image: url(../img/arrow-right-small.svg);
}

.l-footer {
	padding-block: 40px 16px;
}

.l-footer_logo-wrap {
	align-items: center;
	gap: 24px;
}

.l-footer__logo {
	width: 100px;
}

.l-footer__nav {
	width: 100%;
	max-width: 343px;
	gap: 16px;
}

.p-fv {
	aspect-ratio: 375/524;
	background-image: url(../img/fv-bg-sp.webp);
}

.p-fv::after {
	width: 315rem;
	aspect-ratio: 315/236;
	top: 25rem;
	right: -170rem;
}

.p-fv__inner {
	width: 347rem;
}

.p-fv__swiper {
	aspect-ratio: 347/367;
}

.p-fv__title-wrap {
	gap: 4rem;
	bottom: 97rem;
}

.p-fv__title {
	padding-block: 6rem 8rem;
	padding-inline: 16rem 8rem;
}

.p-fv__title.--1 {
	font-size: 32rem;
	padding-right: 12rem;
}

.p-fv__title.--2 {
	font-size: 24rem;
}

.p-fv__title.--2 span {
	font-size: 20rem;
}

.p-fv__title.--3 {
	font-size: 24rem;
}

.p-fv__drone {
	width: 230rem;
	rotate: -58deg;
	bottom: 11rem;
	right: -94rem;
}

.p-about {
	padding-block: 24px 55px;
}

.p-about__item-wrap {
	gap: 27px 15px;
	margin-top: 32px;
}

.p-about__item-icon {
	width: 24px;
}

.p-about__modal-main {
	width: min(88vw, 400px);
}

.p-about__modal-item {
	padding-block: 20px 30px;
	padding-inline: 16px;
}

.p-about__modal-title-wrap {
	gap: 8px;
}

.p-about__modal-number {
	font-size: 63px;
}

.p-about__modal-title {
	font-size: 18px;
}

.p-about__modal-title span {
	font-size: 24px;
	letter-spacing: 0.04em;
}

.p-about__modal-img {
	aspect-ratio: 279/119;
	margin-top: 8px;
}

.p-about__modal-text {
	font-size: 16px;
	margin-top: 8px;
}

.p-about__swiper-pagination {
	gap: 10px;
	margin-top: 20px;
	bottom: 12px !important;
}

.p-about__swiper-pagination .swiper-pagination-bullet {
	width: 6px;
}

.p-about__modal-close {
	font-size: 20px;
	bottom: calc(100% + 4px);
}

.p-about__modal-close::after {
	width: 28px;
}

.p-about__swiper-prev,
.p-about__swiper-next {
	width: 30px !important;
}

.p-about__swiper-prev::after,
.p-about__swiper-next::after {
	width: 15px;
}

.p-works {
	padding-block: 48px;
	background-image: url(../img/works-bg-sp.webp);
}

.p-works__item-wrap {
	gap: 40px;
	margin-top: 40px;
}

.p-advisor {
	padding-block: 48px;
}

.p-advisor__item {
	width: 100%;
	max-width: 164px;
	margin-inline: auto;
}

.p-problem__case {
	max-width: 500px;
	width: -moz-fit-content;
	width: fit-content;
}

.p-problem__answer {
	flex-direction: column;
	align-items: center;
	gap: 4px;
	margin-top: 16px;
}

.p-target__item-wrap {
	grid-template-columns: 1fr;
	margin-top: 40px;
}

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

.p-message__title::after {
	width: 80px;
}

.p-message__text-wrap {
	height: 364px;
	margin-top: 16px;
}

.p-message__text-wrap::after {
	background: linear-gradient(180deg, transparent 86.75%, #fff 100%);
}

.p-message__ceo-wrap {
	padding: 8px;
	margin-top: 16px;
}

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

.p-price__inner {
	max-width: 590px;
}

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

.p-price__title {
	font-size: 26px;
	padding-block: 12px;
}

.p-price__content {
	padding-block: 16px 24px;
	padding-inline: 16px;
}

.p-price__price {
	font-size: 64px;
	letter-spacing: 0.02em;
}

.p-price__unit {
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: 0.04em;
}

.p-price__tax {
	font-size: 16px;
	line-height: 1.5;
}

.p-price__info {
	max-width: -moz-fit-content;
	max-width: fit-content;
	width: 100%;
	margin-top: 16px;
}

.p-price__info li {
	font-size: 16px;
}

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

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

.p-voice__item-title {
	font-size: 18px;
}

.p-cta {
	padding-block: 64px;
	background-image: url(../img/cta-bg-sp.webp);
}

.p-cta__text {
	font-size: min(6.9333333333vw, 26px);
}

.p-cta__btn-wrap {
	margin-top: 32px;
}

.p-cta__btn-text {
	font-size: 16px;
}

.p-cta__btn-text::before,
.p-cta__btn-text::after {
	height: 22px;
}

}

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

.is-sp2 {
	display: block;
}

.c-title__en::before {
	width: 12px;
}

.c-title {
	font-size: 30px;
}

.p-about__item-wrap {
	max-width: 343px;
	margin-inline: auto;
	grid-template-columns: repeat(2, auto);
	justify-content: unset;
}

.p-about__item {
	max-width: 164px;
}

.p-about__item-number {
	font-size: 48px;
	text-shadow: 0 0 2px #cfe5f8;
}

.p-about__item-main {
	aspect-ratio: 164/140;
	border-radius: 4px;
	box-sizing: 2px;
	box-shadow: 0 4px 8px 0 rgba(2, 59, 109, 0.25);
	gap: 4px;
	margin-top: -17px;
}

.p-about__item-title {
	font-size: 14px;
	gap: 2px;
	margin-top: min(12.5333333333vw, 47px);
}

.p-about__item-title span {
	font-size: min(4.8vw, 18px);
	letter-spacing: 0.04em;
}

.p-works__item {
	max-width: 343px;
	width: 100%;
}

.p-works__item-title {
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: 0.04em;
}

.p-works__item-title::before,
.p-works__item-title::after {
	width: 50px;
}

.p-advisor__swiper {
	display: block;
}

.p-advisor__swiper-wrapper {
	justify-content: unset;
}

.p-advisor__swiper-slide {
	display: block;
}

.p-advisor__swiper-scrollbar {
	display: block;
	position: unset !important;
	margin-top: 40px;
}

.p-advisor__swiper-btn-wrap {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-top: 16px;
}

.p-problem {
	padding-block: 48px;
	background-image: url(../img/problem-bg-sp.webp);
}

.p-problem__inner {
	max-width: 450px;
}

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

.p-problem__case-wrap {
	padding-block: 18px;
	padding-inline: 16px;
}

.p-problem__case {
	max-width: 400px;
	gap: 8px;
}

.p-problem__case li {
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.04em;
}

.p-problem__case li::before {
	width: 28px;
}

.p-problem__arrow {
	width: 100%;
	aspect-ratio: 343/72;
	background-image: url(../img/problem-arrow-bg-sp.webp);
	font-size: 18px;
	line-height: 1.28;
	letter-spacing: 0.06em;
	padding-top: 10px;
}

.p-problem__logo {
	width: 226px;
}

.p-problem__answer-text {
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: 0.04em;
}

.p-target {
	padding-block: 48px;
}

.p-target__item-wrap {
	gap: 8px;
}

.p-target__item {
	max-width: 343px;
	padding-block: 8px;
	padding-inline: 8px;
	gap: 8px;
}

.p-target__item-img {
	width: 53px;
}

.p-message {
	padding-block: 48px;
	background-image: url(../img/message-bg-sp.webp);
}

.p-message__inner {
	max-width: 350px;
}

.p-message__main {
	padding: 24px 16px;
}

.p-message__title {
	font-size: 20px;
	padding-bottom: 16px;
}

.p-price {
	padding-block: 48px;
}

.p-voice {
	padding-block: 48px;
	background-image: url(../img/voice-bg-sp.webp);
}

.p-voice__swiper-prev {
	left: calc(50vw - (100% - 40px) / 1.3 / 2) !important;
	translate: -120% -50%;
}

.p-voice__swiper-next {
	right: calc(50vw - (100% - 40px) / 1.3 / 2) !important;
	translate: 120% -50%;
}

}

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

.is-dsp {
	display: block;
}

.c-title {
	font-size: 28px;
}

.l-header__btn {
	width: 90px;
}

.p-about__modal-title span {
	font-size: 20px;
}

.p-works__item-title::before,
.p-works__item-title::after {
	width: 40px;
}

.p-advisor__specialty-title {
	margin-inline: 2px;
}

.p-price__price {
	font-size: 55px;
}

.p-voice__item-img {
	width: 50px;
}

.p-voice__item-title {
	font-size: 16px;
}

}

