*,
*::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 {
	list-style: none;
}

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;
}

body {
	color: #202020;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}

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

a {
	color: inherit;
}

.only-pc {
	display: none !important;
}

.only-sp {
	display: flex;
}

.p-button-1 {
	align-items: center;
	align-self: stretch;
	background: #599CC2;
	border: 1px solid #FDFDFD;
	border-radius: 50px;
	color: #FDFDFD;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	line-height: 150%; /* 21px */
	padding: 18px 10px;
	padding-left: 43px;
	position: relative;
	text-align: center;
	width: 100%;
}

.p-button-1::after {
	background: url("../img/buttonIcon-1.png") no-repeat center center/contain;
	content: "";
	height: 32px;
	left: 8px;
	position: absolute;
	width: 32px;
}

.p-button-2 {
	align-items: center;
	align-self: stretch;
	background: #FDFDFD;
	border: 1px solid #202020;
	border-radius: 50px;
	color: #202020;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	line-height: 150%; /* 21px */
	padding: 19px 10px;
	padding-left: 43px;
	position: relative;
	text-align: center;
	width: 100%;
}

.p-button-2::after {
	background: url("../img/buttonIcon-2.png") no-repeat center center/contain;
	content: "";
	height: 32px;
	left: 8px;
	position: absolute;
	width: 32px;
}

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

.p-section__title-en {
	font-family: "Roboto", sans-serif;
	font-size: clamp(32px, 32px + 30 * (100vw - 430px) / 1010, 62px);
	font-weight: 700;
	line-height: 100%; /* 32px */
}

.p-section__title-ja {
	font-size: clamp(16px, 16px + 2 * (100vw - 430px) / 1010, 18px);
	line-height: clamp(150%, 180% - 30 * (100vw - 430px) / 1010, 180%);
}

.l-header {
	background: #FDFDFD;
	position: relative;
	z-index: 999;
}

.l-fv {
	background: url("../img/fv-sp.png") no-repeat center center/cover;
}

.l-section__inner {
	padding-bottom: clamp(50px, 50px + 50 * (100vw - 430px) / 1010, 100px);
	padding-left: clamp(20px, 20px + 100 * (100vw - 430px) / 1010, 120px);
	padding-right: clamp(20px, 20px + 100 * (100vw - 430px) / 1010, 120px);
	padding-top: clamp(50px, 50px + 50 * (100vw - 430px) / 1010, 100px);
}

.l-section__main {
	margin-top: clamp(30px, 30px + 40 * (100vw - 430px) / 1010, 70px);
}

.l-reason {
	background: #f5f5f5;
}

.l-pickUp {
	background: url("../img/fv-sp.png") no-repeat center center/cover;
}

.l-function {
	background: #f5f5f5;
}

.l-Question {
	background: #f5f5f5;
}

.l-Vision {
	background: url("../img/vision_background-sp.png") no-repeat center center/cover;
}

.l-Company {
	background: url("../img/company-bg-sp.png") no-repeat center center/cover;
}

.l-Contact {
	background: #f5f5f5;
}

.l-footer {
	background: #202020;
	color: #FDFDFD;
}

.l-footer .l-footer__inner {
	padding: 25px 20px;
}

.l-header__inner {
	align-items: center;
	display: flex;
	height: 80px;
	justify-content: space-between;
	margin-left: clamp(20px, 20px + 10 * (100vw - 430px) / 1010, 30px);
	margin-right: clamp(20px, 20px + 10 * (100vw - 430px) / 1010, 30px);
	z-index: 999;
}

.header__logo {
	max-width: clamp(156px, 156px + 44 * (100vw - 430px) / 1010, 200px);
	z-index: 999;
}

.no-scroll {
	overflow: hidden;
	position: fixed;
	width: 100%;
}

.pc-nav li a {
	color: #202020;
	font-family: "Noto Sans JP";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 21px */
}

.header-btn {
	align-items: flex-start;
	background: #599cc2;
	border-radius: 50px;
	color: #fdfdfd;
	display: flex;
	font-family: "Noto Sans JP";
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	line-height: 150%; /* 21px */
	padding: 16px 0;
	width: 200px;
}

.header__hamburger {
	align-items: center;
	background: transparent;
	border: none;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 5px;
	height: 20px; /* 棒2本分＋間隔を確保 */
	height: 44px;
	justify-content: center;
	padding: 0;
	position: relative;
	width: 30px;
	width: 44px;
	z-index: 999;
}

.header__hamburger span {
	background: #202020;
	display: block;
	display: flex;
	flex-direction: column;
	height: 2px;
	text-align: center;
	width: 30px;
}

.header__hamburger span {
	background: #202020;
	display: block;
	height: 2px;
	transition: all 0.3s ease;
	width: 30px;
}

.header__hamburger.is-open span:nth-child(1) {
	transform: translateY(4px) rotate(45deg);
}

.header__hamburger.is-open span:nth-child(2) {
	transform: translateY(-4px) rotate(-45deg);
}

.header__nav-sp {
	background: #FDFDFD;
	display: flex;
	flex-direction: column;
	height: 100%;
	left: 0;
	padding: 0 50px;
	padding-top: 80px;
	position: fixed;
	text-align: center;
	top: -100%;
	transition: top 0.4s ease;
	width: 100%;
	z-index: 99;
}

.header__nav-sp.is-open {
	top: 0;
}

.header__nav-sp .no-scroll {
	overflow: hidden;
}

.header__nav-sp ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 50px;
	margin-top: 50px;
}

.header__nav-sp li {
	color: #202020;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-weight: 400;
	line-height: 180%;
	padding: 10px 0;
}

.header__nav-sp .fv__btn-2 {
	margin-top: 20px;
}

.fv__inner {
	margin-left: clamp(20px, 20px + 160 * (100vw - 430px) / 1010, 180px);
	margin-right: clamp(20px, 20px + 160 * (100vw - 430px) / 1010, 180px);
	padding-bottom: clamp(49px, 49px + 176 * (100vw - 430px) / 1010, 225px);
	padding-top: clamp(50px, 50px + 72 * (100vw - 430px) / 1010, 122px);
}

.fv__title {
	color: #FDFDFD;
	font-size: clamp(28px, 28px + 24 * (100vw - 430px) / 1010, 52px);
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 28px */
}

.fv__title span {
	color: #599CC2;
	font-size: clamp(38px, 38px + 34 * (100vw - 430px) / 1010, 72px);
	font-weight: 700;
	line-height: 100%;
}

.fv__text {
	color: #FDFDFD;
	font-size: clamp(16px, 16px + 2 * (100vw - 430px) / 1010, 18px);
	font-style: normal;
	line-height: clamp(150%, 180% - 30 * (100vw - 430px) / 1010, 180%); /* 28.8px */
	margin-top: clamp(11px, 11px + 10 * (100vw - 430px) / 1010, 21px);
}

.fv__logo {
	margin-top: clamp(13px, 13px + 17 * (100vw - 430px) / 1010, 30px);
	max-width: clamp(204px, 204px + 102 * (100vw - 430px) / 1010, 306px);
}

.fv__buttons {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 42px;
}

.fv__card-pc {
	background: #FDFDFD;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	padding: 30px 20px;
	position: absolute;
	right: 50px;
	text-align: center;
	top: 130px;
	width: 320px;
}

.fv__card-form input[type=email],
.fv__card-form input[type=password] {
	max-width: 236px;
}

.fv__card-fields {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.fv__card-field:nth-of-type(4) {
	margin-top: 1px;
}

.form-field .form-field__head {
	color: #202020;
	font-size: 12px;
	font-weight: 700;
	line-height: 150%; /* 18px */
	padding-left: 22px;
	text-align: left;
}

.form-field .form-field__item {
	margin-top: 4px;
}

.form-field .form-field__item input {
	background: #f5f5f5;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
}

.form-field .form-field__item input::-moz-placeholder {
	color: #a1a1a1;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 18px */
}

.form-field .form-field__item input::placeholder {
	color: #a1a1a1;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 18px */
}

.form-field .form-field__item [type=email],
.form-field .form-field__item [type=password] {
	align-items: center;
	align-self: stretch;
	padding-bottom: 10px;
	padding-left: 9px;
	padding-top: 7px;
	width: 100%;
}

.form-field .form-field__item [type=checkbox] {
	background: #fdfdfd;
	border: 1px solid #a1a1a1;
	border-radius: 2px;
	height: 10px;
	margin: 0;
	width: 10px;
}

.form-field .form-field__checkbox {
	align-items: center;
	color: #202020;
	display: flex;
	font-size: 12px;
	gap: 8px;
	justify-content: center;
	line-height: 150%;
}

.form-field .form-field__checkbox .accent {
	color: #599cc2;
}

.fv__card-btn .p-button-1 {
	border: 1px solid #599CC2;
}

.or {
	align-items: center;
	display: flex;
	font-size: 12px;
	gap: 10px;
	justify-content: center;
	line-height: 150%; /* 18px */
}

.or span:nth-of-type(1) {
	background: #202020;
	height: 1px;
	width: 102px;
}

.or span:nth-of-type(3) {
	background: #202020;
	height: 1px;
	width: 102px;
}

.fv__solutionPart {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding-bottom: 28px;
	padding-top: 31px;
	text-align: center;
}

.fv__solution-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 180%; /* 32.4px */
}

.fv__solutions {
	display: inline-block;
	display: flex;
	flex-direction: column;
	font-size: 16px;
	gap: 7px;
	line-height: 180%; /* 28.8px */
	margin-top: 7px;
	text-align: left;
}

.fv__solution {
	padding-left: 28px;
	position: relative;
}

.fv__solution::before {
	background: url("../img/check-icon.png") no-repeat center center/contain;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	width: 19px;
}

.solution__logo-pc {
	max-width: 136.69px;
	padding-top: 4px;
}

.solution__logo-pc img {
	width: 100%;
}

.reason__inner .l-section__main {
	margin-top: clamp(31px, 31px + 39 * (100vw - 430px) / 1010, 70px);
}

.reason__cards {
	display: flex;
	flex-direction: column;
	gap: clamp(51px, 51px + 21 * (100vw - 430px) / 1010, 72px);
}

.reason__card {
	display: flex;
	flex-direction: column;
}

.reason__card--2 .card__title {
	padding-right: 10px;
}

.reason__card--3 .card__title {
	padding-right: 10px;
}

.reason__card--3 .card__text {
	line-height: 182%;
}

.reason__cardBody {
	margin-top: 20px;
}

.reason__cardBody .card__number {
	color: #599CC2;
	font-family: "Roboto", sans-serif;
	font-size: clamp(16px, 16px + 2 * (100vw - 430px) / 1010, 18px);
	font-weight: 700;
	line-height: 180%; /* 28.8px */
}

.reason__cardBody .card__title {
	font-size: 24px;
	font-weight: 700;
	line-height: clamp(150%, 180% - 30 * (100vw - 430px) / 1010, 180%);
	position: relative;
}

.reason__cardBody .card__title::after {
	background: #599CC2;
	bottom: -23px;
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.reason__cardBody .card__text {
	font-size: 16px;
	line-height: clamp(150%, 180% - 30 * (100vw - 430px) / 1010, 180%);
	margin-top: 43px;
}

.section__title--pickUp {
	color: #FDFDFD;
}

.pickUp__slider {
	padding-top: 22px;
}

.pickUp__swiper-container {
	position: relative;
}

.pickUp__swiper {
	padding-bottom: clamp(38px, 38px + 74 * (100vw - 430px) / 1010, 82px);
}

.pickUp__slide {
	width: 300px;
}

.pickUp__pagination {
	bottom: 0 !important;
	display: flex;
	gap: clamp(8px, 8px + 4 * (100vw - 430px) / 1010, 12px);
	justify-content: center;
}

.pickUp__pagination .swiper-pagination-bullet {
	background: #f5f5f5;
	height: clamp(8px, 8px + 4 * (100vw - 430px) / 1010, 12px);
	margin-left: 0 !important;
	margin-right: 0 !important;
	opacity: 1;
	width: clamp(8px, 8px + 4 * (100vw - 430px) / 1010, 12px);
}

.pickUp__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #599CC2;
}

.pickUp__prev,
.pickUp__next {
	height: 42px;
	top: 41% !important;
	width: 42px;
}

.pickUp__prev svg,
.pickUp__next svg {
	display: none;
}

.pickUp__prev {
	background: url("../img/prev-button.png") no-repeat center center/contain;
	left: -78px !important;
}

.pickUp__next {
	background: url("../img/next-button.png") no-repeat center center/contain;
	right: -78px !important;
}

.pickUp-card {
	background: #fdfdfd;
	border-radius: 15px;
	height: clamp(367px, 392px - 25 * (100vw - 430px) / 1010, 392px);
	max-width: 300px;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

.pickUp-card .pickUp-card__image {
	height: 167.719px;
}

.pickUp-card .pickUp-card__image img {
	height: 100%;
	width: 100%;
}

.pickUp-card .pickUp-card__title {
	font-size: 16px;
	line-height: 180%; /* 28.8px */
	margin-top: 20px;
}

.pickUp-card .pickUp-card__text {
	font-size: 14px;
	line-height: 180%; /* 25.2px */
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}

.cta {
	background: linear-gradient(180deg, #599cc2 0%, #8bbfdd 100%);
	position: relative;
}

.cta::after {
	background: url("../img/cta-bg.png") no-repeat center center/contain;
	bottom: 0;
	content: "";
	height: 77.756px;
	height: clamp(77.756px, 77.756px + 184.244 * (100vw - 430px) / 1010, 262px);
	max-width: clamp(430px, 430px + 1010 * (100vw - 430px) / 1010, 1440px);
	position: absolute;
	width: 100%;
}

.cta__inner {
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding-block: clamp(50px, 50px + 50 * (100vw - 430px) / 1010, 100px);
	padding-inline: clamp(20px, 20px + 140 * (100vw - 430px) / 1010, 160px);
}

.cta__card {
	background: #fdfdfd;
	border: 1px solid #fdfdfd;
	border-radius: 15px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	padding-bottom: clamp(19px, 19px + 30 * (100vw - 430px) / 1010, 49px);
	padding-inline: 19px;
	padding-top: clamp(20px, 20px + 29 * (100vw - 430px) / 1010, 49px);
	text-align: center;
	width: 100%;
	z-index: 1;
}

.cta__card--2 .cta__text {
	padding-left: clamp(40px, 40px + 10 * (100vw - 430px) / 1010, 50px);
	position: relative;
}

.cta__card--2 .cta__text::before {
	background: url("../img/cta-present.png") no-repeat center center/contain;
	content: "";
	height: 100%;
	left: clamp(2px, 2px + 198 * (100vw - 430px) / 594, 200px);
	position: absolute;
	top: -1px;
	width: clamp(40px, 40px + 10 * (100vw - 430px) / 1010, 50px);
}

.cta__text {
	font-size: 14px;
	font-weight: 700;
	line-height: 180%; /* 25.2px */
	text-align: center;
}

.cta__button {
	margin-top: clamp(13px, 13px + 18 * (100vw - 430px) / 1010, 31px);
	max-width: 385px;
	width: 100%;
}

.cta__button .p-button-1 {
	padding: 13px 10px;
	padding-left: 42px;
}

.cta__button .p-button-2 {
	padding-bottom: 14px;
	padding-top: 12px;
}

.function__cards {
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr;
	justify-items: center;
}

.function__card {
	background: #FDFDFD;
	border: 1px solid #f5f5f5;
	border-radius: 5px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.function-card {
	max-width: 434px;
	padding: 30px;
	padding-bottom: 28px;
	padding-left: 29px;
	text-align: left;
}

.function-card .function-card__title {
	font-size: clamp(18px, 18px + 6 * (100vw - 430px) / 1010, 24px);
	font-weight: 700;
	line-height: 180%; /* 32.4px */
	margin-left: 1px;
	padding-left: 45px;
	position: relative;
}

.function-card .function-card__title::before {
	content: "";
	height: 36px;
	left: -1px;
	position: absolute;
	top: -2px;
	width: 36px;
}

.function-card .function-card__text {
	font-size: 14px;
	line-height: 180%; /* 25.2px */
	margin-top: 14px;
}

.function-card--1 .function-card__title::before {
	background: url("../img/function-icon1.png") no-repeat center center/contain;
}

.function-card--2 {
	padding-bottom: 29px;
	padding-top: 32px;
}

.function-card--2 .function-card__title::before {
	background: url("../img/function-icon2.png") no-repeat center center/contain;
}

.function-card--2 .function-card__text {
	line-height: 177%;
}

.function-card--3 .function-card__title::before {
	background: url("../img/function-icon3.png") no-repeat center center/contain;
}

.function-card--3 .function-card__text span {
	display: inline-block;
	width: 0;
}

.function-card--4 {
	padding-top: 32px;
}

.function-card--4 .function-card__title::before {
	background: url("../img/function-icon4.png") no-repeat center center/contain;
}

.function-card--4 .function-card__text {
	line-height: 178%;
}

.function-card--5 {
	padding-top: 31px;
}

.function-card--5 .function-card__title::before {
	background: url("../img/function-icon5.png") no-repeat center center/contain;
}

.function-card--5 .function-card__text span {
	display: inline-block;
	width: 8px;
}

.function-card--6 .function-card__title {
	line-height: 176%;
}

.function-card--6 .function-card__title::before {
	background: url("../img/function-icon6.png") no-repeat center center/contain;
	top: 13px;
}

.function-card--6 .function-card__text {
	margin-top: 12px;
}

.function-card--7 {
	padding-top: 31px;
}

.function-card--7 .function-card__title::before {
	background: url("../img/function-icon7.png") no-repeat center center/contain;
}

.price {
	background: #fff;
	padding: 40px 20px;
}

.price__inner {
	padding-left: clamp(20px, 20px + 153 * (100vw - 430px) / 1010, 173px);
	padding-right: clamp(20px, 20px + 146 * (100vw - 430px) / 1010, 166px);
}

.price__inner .l-section__main {
	margin-top: clamp(30px, 30px + 44 * (100vw - 430px) / 1010, 74px);
}

.price__container {
	display: flex;
	gap: 9px;
	justify-content: space-between;
	margin: 0 auto;
	margin-top: clamp(0px, 44px - 44 * (100vw - 430px) / 1010, 44px);
	max-width: 1110px;
}

.price__container-wrapper {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.price__card-title {
	display: flex;
	flex-direction: column;
	height: clamp(665px, 665px + 27 * (100vw - 430px) / 1010, 692px);
	justify-content: flex-end;
	padding-bottom: 6px;
	text-align: center;
	width: clamp(376px, 437px - 61 * (100vw - 430px) / 1010, 437px);
}

.price__cards {
	display: flex;
	gap: 8px;
	width: 712px;
}

.price__card {
	background: #fff;
	border: 6px solid #ddd;
	display: flex;
	flex: 1 1;
	flex-direction: column;
	height: clamp(665px, 665px + 27 * (100vw - 430px) / 1010, 692px);
	max-width: 232px;
	width: 100%;
}

.price__card:nth-child(1) {
	border: 6px solid #599CC2;
}

.price__card:nth-child(1) .price__price {
	font-size: 18px;
	line-height: 150%; /* 27px */
	margin-top: clamp(38px, 62px - 24 * (100vw - 430px) / 1010, 62px);
	padding-left: 2px;
	text-align: center;
}

.price__card:nth-child(1) .price__price span {
	font-family: "Roboto", sans-serif;
	font-size: 48px;
	font-weight: 700;
	padding-left: 8px;
	text-align: center;
}

.price__card:nth-child(2) {
	border: 6px solid #a1a1a1;
}

.price__card:nth-child(2) .price__price {
	font-size: 18px;
	line-height: 150%; /* 27px */
	margin-top: 16px;
	text-align: center;
}

.price__card:nth-child(2) .price__price span {
	font-family: "Roboto", sans-serif;
	font-size: 48px;
	font-weight: 700;
	line-height: 150%; /* 72px */
	padding-left: 11px;
	padding-right: 5px;
}

.price__card:nth-child(2) .price__btn.is-outline {
	margin-top: 15px;
}

.price__card:nth-child(3) .price__price {
	font-size: 18px;
	font-weight: 700;
	line-height: 150%;
	margin-top: 72px;
	text-align: center;
}

.price__card:nth-child(3) .price__btn.is-outline {
	margin-top: 25px;
}

.price__card .price__header {
	height: 382px;
	padding: 30px 20px;
	padding-top: clamp(30px, 32px - 2 * (100vw - 430px) / 1010, 32px);
	text-align: center;
}

.price__title {
	font-size: 18px;
	font-weight: 700;
	line-height: 158%; /* 27px */
}

.price__title span {
	font-family: "Roboto", sans-serif;
	font-size: clamp(16px, 16px + 2 * (100vw - 430px) / 1010, 18px);
	font-weight: 700;
	text-align: center;
}

.price__desc {
	font-size: clamp(14px, 14px + 2 * (100vw - 430px) / 1010, 16px);
	line-height: 180%; /* 24px */
	margin-top: clamp(14px, 16px - 2 * (100vw - 430px) / 1010, 16px);
	text-align: left;
}

.price__btn {
	background: #3d7fa6;
	border-radius: 20px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	margin-top: 31px;
	padding-bottom: 12px;
	padding-top: 10px;
	text-decoration: none;
	width: 100%;
}

.price__btn.is-outline {
	background: #fff;
	border: 1px solid #3d7fa6;
	color: #3d7fa6;
}

.price__features {
	list-style: none;
	margin: 0;
	padding: 0;
}

.price__features li {
	align-items: center;
	display: flex;
	font-size: clamp(14px, 14px + 2 * (100vw - 430px) / 1010, 16px);
	height: clamp(35px, 35px + 9 * (100vw - 430px) / 1010, 44px);
	justify-content: center;
	line-height: 180%;
	padding-bottom: 12px;
	padding-left: 4px;
	padding-right: 0;
	padding-top: 14px;
}

.price__features li:nth-child(odd) {
	background: #f5f5f5;
}

.price__features li:nth-child(6) {
	height: 60px;
}

.check {
	background: url("../img/check-icon.png") no-repeat center center/contain;
	height: 26px;
	transform: rotate(-7deg);
	width: 26px;
}

.price__businessPlan {
	margin-top: clamp(44px, 44px + 30 * (100vw - 430px) / 1010, 74px);
	padding-left: clamp(0px, 0px + 117 * (100vw - 430px) / 1010, 117px);
	padding-right: clamp(0px, 0px + 125 * (100vw - 430px) / 1010, 125px);
}

.businessPlan-title {
	border-bottom: 1px solid #599CC2;
	font-size: clamp(16px, 16px + 2 * (100vw - 430px) / 1010, 18px);
	font-weight: 700;
	line-height: 180%; /* 28.8px */
}

.businessPlan-text1 {
	font-size: 16px;
	line-height: 180%; /* 28.8px */
	margin-top: 10px;
}

.businessPlan-text1 span {
	color: #599cc2;
	font-weight: 700;
}

.businessPlan-text2 {
	font-size: 16px;
	line-height: 180%; /* 28.8px */
	margin-top: 11px;
}

.Question__inner {
	padding-left: clamp(20px, 20px + 250 * (100vw - 430px) / 1010, 270px);
	padding-right: clamp(20px, 20px + 250 * (100vw - 430px) / 1010, 270px);
}

.Question__boxes {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.Question-box {
	background: #FDFDFD;
	border-radius: 15px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.Question-box.is-open .Question-box__head::after {
	background: url("../img/minus-icon.png") no-repeat center center/contain;
}

.Question-box:nth-child(4) .Question-box__head {
	padding-bottom: clamp(22px, 22px + 4 * (100vw - 430px) / 1010, 26px);
}

.Question-box:nth-child(4) .Question-box__head::after {
	top: clamp(53px, 53px + 43 * (100vw - 430px) / 1010, 96px);
}

.Question-box:nth-child(5) .Question-box__head {
	padding-bottom: clamp(22px, 22px + 4 * (100vw - 430px) / 1010, 26px);
}

.Question-box:nth-child(5) .Question-box__head::after {
	top: clamp(53px, 53px + 24 * (100vw - 430px) / 1010, 77px);
}

.Question-box .Question-box__head {
	display: flex;
	gap: 5px;
	padding-bottom: clamp(20px, 20px + 6 * (100vw - 430px) / 1010, 26px);
	padding-left: clamp(20px, 20px + 30 * (100vw - 430px) / 1010, 50px);
	padding-right: 49px;
	padding-top: clamp(20px, 20px + 10 * (100vw - 430px) / 1010, 30px);
	position: relative;
	width: 100%;
}

.Question-box .Question-box__head::after {
	background: url("../img/plus-icon.png") no-repeat center center/contain;
	content: "";
	display: block;
	height: 24px;
	position: absolute;
	right: 20px;
	top: 37px;
	width: 24px;
}

.Question-box .Question-box__head-icon {
	color: #599CC2;
	font-family: "Roboto", sans-serif;
	font-size: clamp(16px, 16px + 8 * (100vw - 430px) / 1010, 24px);
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 28.8px */
}

.Question-box .Question-box__head-text {
	display: inline-block;
	font-size: clamp(16px, 16px + 2 * (100vw - 430px) / 1010, 18px);
	font-weight: 700;
	line-height: 180%; /* 28.8px */
	text-align: left;
}

.Question-box .Question-box__body {
	display: none;
	padding-bottom: clamp(20px, 20px + 10 * (100vw - 430px) / 1010, 30px);
	padding-left: clamp(20px, 20px + 30 * (100vw - 430px) / 1010, 50px);
	padding-right: clamp(20px, 20px + 30 * (100vw - 430px) / 1010, 50px);
}

.Question-box .open-sp {
	display: block;
}

.Question-box .Question-box__a {
	display: flex;
	gap: 5px;
}

.Question-box .Question-box__a-icon {
	color: #599CC2;
	font-family: "Roboto", sans-serif;
	font-size: clamp(16px, 16px + 8 * (100vw - 430px) / 1010, 24px);
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 28.8px */
	padding-top: clamp(0px, 0px + 13 * (100vw - 430px) / 1010, 13px);
}

.Question-box .Question-box__a-text {
	font-size: clamp(14px, 16px - 2 * (100vw - 430px) / 1010, 16px);
	font-weight: 400;
	line-height: 180%; /* 28.8px */
}

.Vision__inner .l-section__main {
	margin-top: clamp(28px, 28px + 42 * (100vw - 430px) / 1010, 70px);
}

.Vision__cards {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 52px;
}

.vision-card .vision-card__image {
	display: flex;
	height: 100%;
	justify-content: center;
	margin-left: -4px;
	margin-left: auto;
	margin-right: auto;
	width: 398px;
}

.vision-card .vision-card__image img {
	display: block;
	height: auto;
	width: 100%;
}

.vision-card .vision-card__body {
	margin-top: 23px;
	max-width: 570px;
	padding-left: 5px;
	padding-right: 5px;
}

.vision-card .vision-card__title {
	color: #599CC2;
	font-size: clamp(24px, 24px + 8 * (100vw - 430px) / 1010, 32px);
	font-weight: 700;
	letter-spacing: -0.2px;
	line-height: 180%; /* 43.2px */
}

.vision-card .vision-card__text {
	display: flex;
	flex-direction: column;
	font-size: 16px;
	gap: 15px;
	line-height: 180%;
	margin-top: 20px;
}

.vision-card .vision-card__text span {
	display: block;
}

.vision-card:nth-child(3) .vision-card__text {
	line-height: 150%;
	margin-top: 19px;
}

.Company__inner {
	color: #FDFDFD;
}

.Company__inner .l-section__main {
	margin-top: clamp(48px, 48px + 22 * (100vw - 430px) / 1010, 70px);
}

.Company__list {
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	width: 100%;
}

.Company__item {
	border-bottom: 1px solid #fdfdfd;
	display: flex;
	flex-direction: column;
	gap: 19px;
	padding-bottom: clamp(14px, 18px - 4 * (100vw - 430px) / 1010, 18px);
	padding-left: 10px;
	padding-right: 3px;
	padding-top: 18px;
}

.Company__item:nth-child(1) {
	padding-top: 0;
}

.Company__item:nth-child(2) {
	gap: clamp(20px, 28px - 8 * (100vw - 430px) / 1010, 28px);
	padding-top: clamp(18px, 25px - 7 * (100vw - 430px) / 1010, 25px);
}

.Company__item:nth-child(2) .Company__value {
	display: flex;
	flex-direction: column;
	gap: 21px;
}

.Company__item:nth-child(5) {
	gap: 20px;
	padding-top: 17px;
}

.Company__item:nth-child(6) {
	gap: clamp(14px, 14px + 6 * (100vw - 430px) / 1010, 20px);
	padding-bottom: clamp(12px, 12px + 4 * (100vw - 430px) / 1010, 16px);
}

.Company__item:nth-child(6) .Company__value {
	display: flex;
	flex-direction: column;
	gap: clamp(10px, 10px + 10 * (100vw - 430px) / 1010, 20px);
}

.Company__label {
	font-size: 18px;
	font-weight: 700;
	line-height: 180%; /* 32.4px */
}

.Company__value {
	font-size: 16px;
	line-height: 180%; /* 28.8px */
}

.value-list {
	display: flex;
	justify-content: space-between;
	width: 218px;
}

.Contact__form {
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
}

.Contact__text {
	font-size: 16px;
	line-height: 180%; /* 28.8px */
}

.Contact__fields {
	display: flex;
	flex-direction: column;
	gap: 19.5px;
	margin-top: 31px;
}

.Contact__field .form-field__head {
	align-items: center;
	display: flex;
	gap: 8px;
	padding-left: 0;
}

.Contact__field .form-field__tag {
	align-items: center;
	background: #599CC2;
	color: #FDFDFD;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	gap: 10px;
	height: 20px;
	justify-content: center;
	padding: 5px 10px;
}

.Contact__field .form-field__label {
	font-size: 18px;
	font-weight: 700;
	line-height: 180%; /* 32.4px */
}

.Contact__field .form-field__item {
	margin-top: 8px;
}

.Contact__field .form-field__item [type=text],
.Contact__field .form-field__item [type=email],
.Contact__field .form-field__item [type=number],
.Contact__field .form-field__item select {
	background: #fdfdfd;
	border: 1px solid #d9d9d9;
	border-radius: 0;
	height: 48px;
	padding-left: 19px;
	width: 100%;
}

.Contact__field .form-field__item [type=text]::-moz-placeholder,
.Contact__field .form-field__item [type=email]::-moz-placeholder,
.Contact__field .form-field__item [type=number]::-moz-placeholder,
.Contact__field .form-field__item select::-moz-placeholder {
	color: #a1a1a1;
	font-size: 16px;
	line-height: 180%; /* 28.8px */
}

.Contact__field .form-field__item [type=text]::placeholder,
.Contact__field .form-field__item [type=email]::placeholder,
.Contact__field .form-field__item [type=number]::placeholder,
.Contact__field .form-field__item select::placeholder {
	color: #a1a1a1;
	font-size: 16px;
	line-height: 180%; /* 28.8px */
}

.Contact__field .form-field__item textarea {
	background: #fdfdfd;
	border: 1px solid #d9d9d9;
	border-radius: 0;
	width: 100%;
}

.Contact__field .form-field__item textarea.auto-textarea {
	min-height: 95px;
	overflow: hidden;
	resize: none;
}

.Contact__text2 {
	line-height: 180%;
	margin-top: 30px;
}

.Contact__privacy {
	font-size: 14px;
	line-height: 180%; /* 25.2px */
	margin-top: 20px;
	text-align: center;
}

.Contact__privacy .form-checkbox {
	display: flex;
	gap: 6px;
	justify-content: center;
}

.Contact__button {
	margin-top: 30px;
	width: 100%;
}

.Contact__button .Contact__button-form {
	align-items: flex-start;
	align-self: stretch;
	background: #599cc2;
	border-radius: 50px;
	color: #fdfdfd;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	line-height: 180%; /* 25.2px */
	padding: 17px 100px;
}

.custom-select {
	position: relative;
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	margin-top: 7px;
	user-select: none;
}

.custom-select__trigger {
	background: #fdfdfd;
	border: 1px solid #d9d9d9;
	cursor: pointer;
	padding: 11px 40px 11px 19px; /* 右に余白を増やして矢印分を確保 */
	position: relative;
}

/* ▼ 矢印アイコン（通常時） */

.custom-select__trigger::after {
	background: url("../img/select-arrow.png") no-repeat center/contain;
	content: "";
	height: 12px;
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%) rotate(0deg);
	transition: transform 0.3s ease;
	width: 16px;
}

/* ▲ 開いたときは矢印を反転 */

.custom-select.open .custom-select__trigger::after {
	transform: translateY(-50%) rotate(180deg);
}

.custom-select__list {
	background: white;
	border: 1px solid #d9d9d9;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 10;
}

.custom-select__list li {
	cursor: pointer;
	padding: 11px 15px;
	padding-left: 19px;
}

.custom-select__list li:hover {
	background: #f2f2f2;
}

.custom-select.open .custom-select__list {
	display: block;
}

.footer__top .footer__nav-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}

.footer__top .footer__nav-item a {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.8;
	padding: 2px 15px;
}

.footer__top .footer__nav-item:nth-child(6) a {
	position: relative;
}

.footer__top .footer__nav-item:nth-child(6) a::before {
	background: #FDFDFD;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	top: 6px;
	width: 1px;
}

.footer__bottom {
	margin-top: 14px;
	text-align: center;
}

.footer__bottom .footer__nav-list {
	display: flex;
	gap: 30px;
	justify-content: center;
}

.footer__bottom .footer__nav-item a {
	font-size: 14px;
	font-weight: 700;
	line-height: 180%; /* 25.2px */
}

.footer__copyright {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -0.1px;
	line-height: 180%; /* 25.2px */
	margin-top: 5px;
}

.footer__logo {
	width: 172px;
}

.footer__text {
	font-size: 14px;
	line-height: 150%; /* 21px */
	margin-top: 18px;
}

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

.pickUp-card .pickUp-card__text {
	line-height: 150%;
	margin-top: 16px;
}

.function__inner {
	padding-left: clamp(50px, 50px + 220 * (100vw - 768px) / 672, 270px);
	padding-right: clamp(50px, 50px + 220 * (100vw - 768px) / 672, 270px);
}

.function__cards {
	grid-template-columns: repeat(2, 1fr);
}

.function-card:last-child:nth-child(odd) {
	grid-column: 1/-1; /* 全幅使う */
	justify-self: center; /* 真ん中に置く */
	width: 50%; /* 好きな幅（50%とか300pxとか固定でもOK） */
}

.Company__inner {
	line-height: 150%;
}

.Company__list {
	padding-top: 15px;
}

}

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

.only-pc {
	display: flex !important;
}

.only-sp {
	display: none;
}

.p-button-1 {
	padding-bottom: 12px;
	padding-left: 43px;
	padding-top: 13px;
}

.p-button-1::after {
	left: 9px;
}

.p-button-2 {
	padding-bottom: 12px;
	padding-left: 43px;
	padding-top: 13px;
}

.p-button-2::after {
	left: 9px;
}

.l-fv {
	background: url("../img/fv-pc.png") no-repeat center center/cover;
}

.l-pickUp {
	background: url("../img/fv-pc.png") no-repeat center center/cover;
}

.l-Vision {
	background: url("../img/vision_background-pc.png") no-repeat center center/cover;
}

.l-Company {
	background: url("../img/company-bg-pc.png") no-repeat center center/cover;
}

.l-footer .l-footer__inner {
	padding: 30px 50px;
}

.header__nav {
	align-items: center;
	display: flex !important;
}

.header__nav ul {
	display: flex;
	gap: clamp(20px, 20px + 22 * (100vw - 1024px) / 416, 42px);
	padding-right: 25px;
}

.fv__inner {
	padding-bottom: clamp(225px, 315px - 90 * (100vw - 1024px) / 416, 315px);
}

.fv__buttons {
	gap: 20px;
	margin-top: 15px;
}

.fv__solutionPart {
	align-items: flex-start;
	background: #fdfdfd;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
	flex-direction: row;
	gap: 84px;
	left: 50%;
	max-width: 900px;
	padding-bottom: 30px;
	padding-left: 160px;
	padding-top: 30px;
	position: absolute;
	top: 654px;
	transform: translateX(-50%);
	width: 100%;
}

.fv__solution-title {
	font-size: 24px;
	line-height: 150%; /* 36px */
}

.fv__solutions {
	font-size: 16px;
	gap: 12px;
	line-height: 150%; /* 24px */
	margin-top: 16px;
	padding-left: 46px;
}

.reason__inner {
	padding-left: 0;
	padding-right: 0;
	padding-top: 205px;
}

.reason__card {
	flex-direction: row;
	justify-content: flex-end;
	position: relative;
}

.reason__card--2 .card__title {
	padding-right: 0;
}

.reason__card--2 .reason__image {
	left: clamp(480px, 480px + 282 * (100vw - 1024px) / 416, 762px);
	max-width: clamp(400px, 400px + 75 * (100vw - 1024px) / 416, 475px);
	position: absolute;
	transform: translateY(-50%);
}

.reason__card--2 {
	flex-direction: row-reverse;
}

.reason__card--2 .reason__cardBody {
	padding-bottom: 45px;
	padding-left: clamp(50px, 50px + 160 * (100vw - 1024px) / 416, 210px);
	padding-right: 330px;
	padding-top: 44px;
}

.reason__card--3 .card__title {
	padding-right: 0;
}

.reason__card--3 .reason__image {
	left: 14%;
	max-width: clamp(400px, 400px + 75 * (100vw - 1024px) / 416, 475px);
	position: absolute;
	transform: translateY(-50%);
}

.reason__card--3 .reason__cardBody {
	padding-bottom: 70px;
	padding-top: 67px;
}

.reason__image {
	left: 14.7%;
	max-width: clamp(400px, 400px + 57 * (100vw - 1024px) / 416, 457px);
	position: absolute;
	top: 50%;
	transform: translateX(-50%);
	transform: translateY(-50%);
}

.reason__cardBody {
	margin-top: 0;
}

.reason__cardBody {
	background: #FDFDFD;
	max-width: clamp(750px, 750px + 250 * (100vw - 1024px) / 416, 1000px);
	padding-bottom: 63px;
	padding-left: 330px;
	padding-right: clamp(40px, 40px + 170 * (100vw - 1024px) / 416, 210px);
	padding-top: 61px;
	width: 100%;
}

.reason__cardBody .card__title {
	margin-top: -4px;
}

.pickUp__slider {
	padding-left: 117px;
	padding-right: 117px;
	padding-top: 0;
}

.pickUp__swiper-container {
	margin-inline: auto;
	max-width: 964px;
}

.cta__inner {
	flex-direction: row;
}

.cta__card--2 .cta__text::before {
	left: clamp(2px, 2px + 30 * (100vw - 1024px) / 416, 32px);
}

.cta__text {
	font-size: clamp(14px, 14px + 4 * (100vw - 1024px) / 416, 18px);
	line-height: 150%;
}

.function-card .function-card__title {
	line-height: 130%;
}

.function-card .function-card__text {
	line-height: 150%;
}

.function-card--1 .function-card__text {
	margin-top: 16px;
}

.function-card--3 {
	padding-bottom: 30px;
	padding-top: 33px;
}

.function-card--4 .function-card__text {
	margin-top: 16px;
}

.function-card--5 {
	padding-bottom: 29px;
	padding-top: 33px;
}

.function-card--5 .function-card__text span {
	display: none;
}

.function-card--6 {
	padding-top: 30px;
}

.function-card--6 .function-card__title {
	line-height: 150%;
}

.function-card--6 .function-card__title::before {
	top: 18px;
}

.function-card--7 {
	padding-bottom: 29px;
	padding-top: 33px;
}

.function-card--7 .function-card__text {
	margin-top: 15px;
}

.section__title--price {
	padding-right: 8px;
}

.price__card .price__header {
	height: 100%;
}

.price__title {
	line-height: 150%;
}

.price__desc {
	line-height: 150%;
}

.price__features li:nth-child(6) {
	height: clamp(35px, 35px + 9 * (100vw - 430px) / 1010, 44px);
}

.price__features li {
	line-height: 150%; /* 24px */
	padding-right: 7px;
	padding-top: 13px;
}

.businessPlan-title {
	line-height: 173%;
}

.businessPlan-text1 {
	line-height: 150%;
}

.businessPlan-text2 {
	line-height: 150%;
}

.Question__boxes {
	gap: 24px;
}

.Question-box:nth-child(3) .Question-box__head {
	padding-bottom: 24px;
}

.Question-box:nth-child(3) .Question-box__head-text {
	padding-top: 5px;
}

.Question-box:nth-child(3) .Question-box__a-icon {
	padding-top: 2px;
}

.Question-box:nth-child(4) .Question-box__head-text {
	line-height: 150%;
}

.Question-box:nth-child(4) .Question-box__head-icon {
	padding-top: 9px;
}

.Question-box:nth-child(4) .Question-box__a-icon {
	padding-top: 3px;
}

.Question-box:nth-child(5) .Question-box__a-icon {
	padding-top: 3px;
}

.Question-box .Question-box__head::after {
	background: #599CC2;
	height: 2px;
	left: 50%;
	top: 77px;
	transform: translateX(-50%);
	width: clamp(615px, 615px + 185 * (100vw - 1024px) / 416, 800px);
}

.Question-box .Question-box__head-icon {
	line-height: 150%;
}

.Question-box .Question-box__body {
	display: block;
}

.Question-box .Question-box__a-icon {
	line-height: 150%;
}

.Question-box .Question-box__a-text {
	line-height: 150%;
}

.Vision__cards {
	gap: 120px;
}

.Vision__card {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	gap: 54px;
	justify-content: center;
}

.Vision__card:nth-child(2) {
	flex-direction: row;
	gap: 50px;
}

.vision-card .vision-card__image {
	flex: 0 0 400px;
	min-width: 400px;
}

.vision-card .vision-card__body {
	margin-top: 0;
	padding-left: 0;
	padding-right: 0;
}

.vision-card .vision-card__title {
	line-height: 150%;
}

.vision-card .vision-card__text {
	gap: 20px;
	line-height: 150%;
	margin-top: 30px;
}

.vision-card:nth-child(3) .vision-card__text {
	margin-top: 30px;
}

.Company__item {
	align-items: center;
	flex-direction: row;
}

.Company__item:nth-child(2) {
	padding-bottom: 17px;
}

.Company__item:nth-child(2) .Company__value {
	gap: 20px;
}

.Company__item:nth-child(3) {
	padding-bottom: 14px;
	padding-top: 15px;
}

.Company__item:nth-child(4) {
	padding-bottom: 15px;
	padding-top: 15px;
}

.Company__item:nth-child(7) {
	padding-bottom: 17px;
}

.Company__label {
	display: grid;
	max-width: 180px;
	place-items: center;
	width: 100%;
}

.Company__value {
	line-height: 150%;
}

.Contact__text {
	line-height: 150%;
	margin-left: 100px;
}

.Contact__fields {
	gap: 28px;
	margin-top: 47px;
}

.Contact__field .form-field__tag {
	font-size: 12px;
	font-weight: 400;
	height: auto;
	line-height: 150%; /* 18px */
}

.Contact__text2 {
	line-height: 150%;
	margin-left: 100px;
	margin-top: 46px;
}

.Contact__privacy {
	margin-top: 19px;
}

.Contact__button {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 47px;
	max-width: 326px;
}

.Contact__button .Contact__button-form {
	padding: 14px 100px;
}

.custom-select {
	margin-top: 6px;
}

.footer__content {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
}

.footer__body {
	padding-top: 18px;
}

.footer__top .footer__nav-list {
	gap: 10px;
}

.footer__top .footer__nav-item:nth-child(6) a::before {
	height: 32px;
	top: -2px;
}

.footer__top .footer__nav-item:nth-child(6) a {
	padding-left: 26px;
}

.footer__bottom {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	gap: 41px;
	justify-content: flex-end;
	margin-top: 24px;
	padding-left: 14px;
}

.footer__bottom .footer__nav-list {
	gap: 40px;
}

.footer__copyright {
	font-size: 12px;
	font-weight: 700;
	line-height: 150%; /* 18px */
	margin-top: 0;
}

.footer__text {
	margin-top: 10px;
	text-align: center;
}

}

