/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */

* {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	height: -webkit-fill-available;
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

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

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

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

figure {
	width: 100%;
}

.inner {
	margin: 0 auto;
	max-width: 100%;
	width: 1120px;
}

body {
	margin: 0;
	padding: 0;
	padding-top: 80px;
}

.l-header {
	background: #FDFDFD;
	color: #202020;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 700;
	height: 80px;
	left: 0;
	line-height: 150%; /* 21px */
	padding: 0 30px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.l-header__wrap {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
}

.l-header__logo {
	z-index: 102;
}

.l-header__logo a {
	display: block;
}

.l-header__nav {
	align-items: center;
	display: flex;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.l-header__list {
	align-items: center;
	display: flex;
	-moz-column-gap: 10px;
	column-gap: 10px;
	height: 52px;
	position: relative;
}

.l-header__item {
	padding: 15px;
}

.l-header__item a:hover {
	color: #599CC2;
}

.l-header__item._img {
	padding: 0;
}

.l-header__item._img img {
	height: 32px;
	width: 1px;
}

.l-header__item._login a:hover::after {
	background: #599CC2;
	bottom: 4px;
	content: "";
	height: 3px;
	position: absolute;
	right: 0;
	transform: translateX(-20%);
	transition: all 0.5s 0s ease;
	width: 60px;
}

.pc_hidden {
	display: none;
}

.l-header__btn {
	align-items: flex-start;
	background: #599CC2;
	border-radius: 50px;
	justify-content: center;
	padding: 16px 0px;
	width: 200px;
}

.l-header__btn a {
	color: #FDFDFD;
	color: #FDFDFD;
	font-family: "Noto Sans JP", sans-serif; /* PC/ボタンテキスト */
	font-size: 14px;
	font-weight: 700;
	line-height: 150%; /* 21px */
}

.l-header__btn:hover {
	background: #fff;
	border: 1px solid #599CC2;
	border-radius: 50px;
}

.l-header__btn:hover a {
	color: #599CC2;
}

.l-footer {
	align-items: center;
	background: #202020;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
	max-width: 100%;
	padding: 30px 50px;
	text-align: center;
	width: 100%;
}

.l-footer a,
.l-footer p {
	color: #FDFDFD;
}

.l-footer__wrap {
	display: flex;
	height: 116.516px;
	justify-content: space-between;
	padding: 6.26px 0;
	width: 100%;
}

.l-footer__list {
	align-items: flex-start;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	height: 52px;
	justify-content: flex-start;
}

.l-footer__contents {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-start;
}

.l-footer__item {
	align-items: center;
	align-self: center;
	border-radius: 5px;
	font-weight: 700;
	justify-content: center;
}

.l-footer__item a {
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	line-height: 150%; /* 21px */
	padding: 15px;
}

.l-footer__item._img {
	height: 32px;
	padding-inline: 0;
}

.l-footer__item._img img {
	height: 100%;
}

.l-footer__item._small a {
	font-size: 12px;
}

.l-footer__logo a {
	display: block;
}

.l-footer__logo img {
	height: 116.516px;
	width: 172px;
}

.l-footer__copylight {
	font-size: 14px;
	line-height: 150%; /* 21px */
	text-align: left;
}

.c-drawer-icon {
	align-items: center;
	background: none;
	border-radius: 0px 0px 0px 28px;
	display: none; /*PC版では非表示*/
	flex-direction: column;
	height: 26px;
	justify-content: space-evenly;
	padding-inline: 7px;
	text-align: center;
	transition: transform 0.5s ease 0s;
	width: 44px;
	z-index: 999; /*jQueryでクリック時に表示されるよう設定*/ /* js-show------------------------------------------*/
}

.c-drawer-icon.js-show {
	background-color: unset;
	position: relative; /*drawer-contentの幅の分だけ－で指定(drawer-iconの位置)*/
	transform: translateX(0);
}

.c-drawer-icon.js-show .c-drawer-icon__bar1 {
	background-color: #222222;
	position: absolute;
	right: 31px;
	top: 9px;
	transform: rotate(-44deg);
	width: 33px;
}

.c-drawer-icon.js-show .c-drawer-icon__bar3 {
	background-color: #222222;
	position: absolute;
	right: 31px;
	top: 9px;
	transform: rotate(44deg);
	width: 33px;
}

.c-drawer-icon__bar1,
.c-drawer-icon__bar2,
.c-drawer-icon__bar3 {
	background: #222222;
	height: 2.769px;
	width: 100%;
}

.c-drawer-content {
	align-items: flex-end;
	background-color: #fff;
	border-radius: 0px 0px 0px 24px;
	display: flex;
	flex-direction: column;
	margin-right: 30px;
	opacity: 0.95;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(110%);
	transition: transform 0.5s ease 0s;
	width: calc(100% - 30px);
}

.c-drawer-content.js-show {
	transform: translateX(0);
}

.c-drawer__logo {
	left: 20px;
	position: absolute;
	top: 20.55px;
}

.c-drawer-content__items {
	margin-inline: auto;
	margin-top: 40px;
	padding: 50px 0;
	text-align: center;
	width: 80%;
}

.c-drawer-content__item {
	align-items: center;
	color: #202020;
	display: flex;
	justify-content: center;
	margin-inline: auto;
	padding: 10px 0px;
}

.c-drawer-content__item a {
	align-items: center;
	color: #222222;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	justify-content: center;
	line-height: 180%; /* 28.8px */
	width: 160px;
}

.c-drawer-content__item .p-first-view__button {
	width: 100%;
}

.c-drawer-content__background {
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 298;
}

.c-drawer-content__background.js-show {
	display: block;
}

.c-heading {
	align-items: center;
	color: #202020;
	display: flex;
	flex-direction: column;
}

.c-heading__main {
	font-family: "Roboto", sans-serif;
	font-size: clamp(2rem, 1.3035714286rem + 2.8571428571vw, 3.875rem);
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 62px */
}

.c-heading__sub {
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(1rem, 0.9535714286rem + 0.1904761905vw, 1.125rem);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 27px */
}

.c-button,
.c-button-black {
	align-items: center;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	padding: 8px 10px;
}

.c-button.--drawer,
.c-button-black.--drawer {
	padding: 14px 10px;
}

.c-button {
	background: #599CC2;
	border: 1px solid #599CC2;
}

.c-button:hover {
	background: #FDFDFD;
	border: 1px solid #599CC2;
}

.c-button:hover .c-button__text {
	color: #599CC2;
}

.c-button-black {
	background: #FDFDFD;
	background-color: #FDFDFD;
	border: 1px solid #202020;
}

.c-button-black:hover {
	background: #202020;
	border: 1px solid #202020;
}

.c-button-black:hover .c-button-black__text {
	color: #FDFDFD;
}

.c-button__icon,
.c-button-black__icon {
	background-color: #FDFDFD;
	border-radius: 999px;
	flex-shrink: 0;
	height: 32px;
	padding: 6px;
	width: 32px;
}

.c-button-black__icon {
	background-color: #202020;
}

.c-button__text,
.c-button-black__text {
	display: inline-block;
	flex: 1 0 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 150%; /* 21px */
	text-align: center;
}

.c-button__text {
	color: #FDFDFD;
}

.c-button-black__text {
	color: #202020;
}

.c-button__small {
	align-items: flex-start;
	background: #599CC2;
	border-radius: 50px;
	justify-content: center;
	width: 200px;
}

.c-button__small a {
	color: #FDFDFD;
	color: #FDFDFD;
	display: block;
	font-family: "Noto Sans JP", sans-serif; /* PC/ボタンテキスト */
	font-size: 14px;
	font-weight: 700;
	line-height: 150%; /* 21px */
	padding: 16px 0px;
}

.c-button__small:hover {
	background: #fff;
	border: 1px solid #599CC2;
	border-radius: 50px;
}

.c-button__small:hover a {
	color: #599CC2;
}

.c-contact__table {
	margin-inline: auto;
}

.c-contact__items {
	margin-inline: auto;
	width: 85%;
}

.c-contact__items:not(:first-of-type) {
	margin-top: 10px;
}

.c-contact__item {
	font-size: 12px;
	font-weight: 700;
	line-height: 150%; /* 18px */
}

.c-contact__item._check {
	margin: 15px 5px;
}

.c-contact__body {
	align-items: center;
	align-self: stretch;
	background: #F5F5F5;
	border: 1px solid #D9D9D9;
	border-radius: 5px;
	display: flex;
	margin-top: 4px;
	padding: 12px 10px;
}

.c-contact__body.--padding-none {
	padding: 0;
}

.c-contact__body._check {
	background: unset;
	border: none;
	padding: 0;
}

.c-contact__form-text {
	background: #F5F5F5;
	border: none;
	color: #A1A1A1; /* PC/本文12px */
	font-size: 12px;
	font-weight: 400;
	line-height: 150%; /* 18px */
}

.c-contact__form-text.--email {
	background: #F5F5F5;
	border: none;
	height: 42px;
	padding: 12px 10px;
}

.c-contact__form-anchor {
	color: #202020; /* PC/本文12px */
	font-size: 12px;
	font-weight: 400;
	line-height: 150%;
	padding-left: 8px;
}

.c-contact__form-anchor a {
	color: #599CC2;
}

.c-section {
	margin-top: 146px;
}

.c-section:first-of-type {
	margin-top: 0;
}

/*----------------------------------------
	container
----------------------------------------*/

.c-section__container {
	margin-top: 105px;
	max-width: 1019px; /*一律でページ全体のコンテンツ最大幅を固定*/
	width: 70.7638888889%;
}

.c-section__alternate {
	display: flex;
	justify-content: space-between;
	position: relative;
	width: 100%;
	z-index: 1;
}

.c-section__alternate::after {
	background: #FDFDFD;
	content: "";
	display: block;
	height: 400px;
	position: absolute;
	top: -35px;
	width: 100%;
	z-index: -1;
}

.c-section__alternate._normal {
	flex-direction: row-reverse;
}

.c-section__alternate._reverce {
	flex-direction: row;
}

.c-section__alternate._normal::after {
	margin-right: calc(50% - 50vi);
}

.c-section__alternate._reverce::after {
	margin-left: calc(50% - 50vi);
}

.c-section__alternate__body {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 510px;
}

.c-section__alternate__body._normal {
	padding-left: 50px;
	padding-right: 0;
}

.c-section__alternate__body._reverce {
	padding-left: 0;
	padding-right: 50px;
}

.c-section__alternate__number {
	color: #599CC2; /* PC/roboto18px */
	font-family: "Roboto", sans-serif;
	font-size: clamp(1rem, 0.9535714286rem + 0.1904761905vw, 1.125rem);
	font-weight: 700;
	line-height: 150%; /* 27px */
}

.c-section__alternate__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 150%; /* 36px */
}

.c-section__alternate__border {
	background-color: #599CC2;
	height: 3px;
	left: 0;
	margin: 20px 0;
	width: 100%;
}

.c-section__alternate__text { /* PC/本文16px */
	font-size: 16px;
	font-weight: 400;
	line-height: 150%; /* 24px */
}

.c-section__alternate__thumb {
	height: 329px;
	width: 457px;
}

.c-section__alternate__thumb img {
	aspect-ratio: 390/216;
	height: 100%;
	width: 100%;
}

.c-card {
	align-items: center;
	background: #FDFDFD;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	height: 367px;
	padding-bottom: 30px;
}

.c-card::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px 5px 0 0;
	content: "";
	display: flex;
	padding-top: 168px;
	width: 100%;
}

.c-card._card-01::before {
	background-image: url(/public/assets/img/pickup_card_image1.svg);
}

.c-card._card-02::before {
	background-image: url(/public/assets/img/pickup_card_image2.svg);
}

.c-card._card-03::before {
	background-image: url(/public/assets/img/pickup_card_image3.svg);
}

.c-card._card-04::before {
	background-image: url(/public/assets/img/pickup_card_image4.svg);
}

.c-card__title { /* PC/本文16px */
	font-size: 16px;
	line-height: 150%; /* 24px */
}

.c-card__text { /* PC/本文14px */
	font-size: 14px;
	line-height: 150%; /* 21px */
	width: 80%;
}

.c-question-card li {
	align-items: flex-start;
	background: #FDFDFD;
	border-radius: 15px; /* card */
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-inline: auto;
	padding: 30px 50px;
	width: 100%;
	width: 62.5%;
}

.c-question-card li:not(:first-child) {
	margin-top: 24px;
}

.c-question-card summary { /* PC/本文強調18px */
	font-size: clamp(1rem, 0.9467821782rem + 0.198019802vw, 1.125rem);
	font-weight: 700;
	line-height: 150%; /* 27px */
	list-style: none;
	padding-left: 20px;
	position: relative;
}

.c-question-card summary span {
	color: #599CC2;
	font-family: "Roboto", sans-serif;
	font-size: clamp(1rem, 0.7871287129rem + 0.7920792079vw, 1.5rem);
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.c-question-card p { /* PC/本文14px */
	font-size: 14px;
	font-weight: 400;
	line-height: 150%; /* 21px */
	padding-left: 20px;
	position: relative;
}

.c-question-card p span {
	color: #599CC2;
	font-family: "Roboto", sans-serif;
	font-size: clamp(1rem, 0.7871287129rem + 0.7920792079vw, 1.5rem);
	font-weight: 700;
	left: 0;
	position: absolute;
}

.c-question-card__border {
	align-self: stretch;
	background: #599CC2;
	height: 2px;
	margin: 12px 0;
}

/*==========================================================
# プラス・マイナスのアイコン設定
===========================================================*/

.c-question-card .icon {
	display: none;
	height: 24px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.c-question-card .icon::before,
.c-question-card .icon::after {
	background-color: #599CC2; /*プラスマイナスの色*/
	content: "";
	position: absolute;
	transition: transform 0.3s ease;
}

.c-question-card .icon::before {
	height: 24px;
	right: -20px;
	transform-origin: center; /*横線*/
	width: 2px;
}

.c-question-card .icon::after {
	height: 2px;
	right: -31px;
	top: 50%;
	transform: translateY(-50%); /*縦線*/
	width: 24px;
}

.c-question-card details[open] .icon::before {
	transform: scaleY(0);
}

.p-first-view {
	background: url(/public/assets/img/mv_bg.png) no-repeat center center/cover;
	flex-shrink: 0;
	height: 678px;
	position: relative;
}

.p-first-view__contents {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	height: 574px;
	justify-content: center;
	margin-inline: auto;
	padding: 0px 20px;
	position: relative;
	width: 77.7777777778%;
}

.p-first-view__text-main {
	color: #FDFDFD;
	font-size: clamp(1.75rem, 1.1928571429rem + 2.2857142857vw, 3.25rem);
	font-weight: 700;
	line-height: 100%; /* 52px */
}

.p-first-view__text-main span {
	color: #599CC2;
	font-size: clamp(2.375rem, 1.5857142857rem + 3.2380952381vw, 4.5rem);
}

.p-first-view__text-sub {
	color: #FDFDFD;
	font-size: clamp(1rem, 0.9535714286rem + 0.1904761905vw, 1.125rem);
	font-weight: 400;
	line-height: 150%; /* 27px */
	margin-top: 20px;
}

.p-first-view__icons {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.p-first-view__icon {
	align-items: center;
	border: 2px solid #FDFDFD;
	border-radius: 999px;
	color: #FDFDFD;
	display: flex; /* PC/本文強調24px */
	font-size: clamp(0.8125rem, 0.6794554455rem + 0.495049505vw, 1.125rem);
	font-weight: 700;
	height: 102px;
	justify-content: center;
	line-height: 150%; /* 36px */
	position: relative;
	width: 102px;
}

.p-first-view__icon:first-child {
	font-size: 24px;
}

.p-first-view__icon.--ai {
	font-size: clamp(1rem, 0.7871287129rem + 0.7920792079vw, 1.5rem);
}

.p-first-view__icon-bars {
	content: "";
	left: -2px;
	position: absolute;
	top: 50%; /* 親要素の中央の高さ */
	transform: translate(-50%, -50%); /* 完全な中央配置のために変換 */
}

/*==========================================================
# フォーム
===========================================================*/

.p-first-view__form {
	align-items: center;
	background: #FDFDFD;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	display: inline-flex;
	flex-direction: column;
	gap: 20px;
	padding: 30px 20px;
	position: absolute;
	right: 50px;
	top: 50px;
}

.p-first-view__form img {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 20px auto;
}

.p-first-view__buttons {
	display: none;
	margin-top: 46px;
	max-width: 390px;
	width: 100%;
}

.p-first-view__button:last-of-type {
	margin-top: 20px;
}

.p-first-view-support {
	align-items: center;
	background: #FDFDFD;
	bottom: -105px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
	display: flex;
	gap: 84px;
	justify-content: center;
	left: 50%;
	padding: 30px 0px;
	position: absolute;
	transform: translateX(-50%);
	width: 900px;
}

.p-first-view-support__inner {
	display: flex;
	justify-content: space-between;
	width: 64.4444444444%;
}

.p-first-view-support__logo {
	flex-shrink: 0;
	height: 140px;
	width: 136.69px;
}

.p-first-view-support__contents {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 16px;
	justify-content: center;
}

.p-first-view-support__title {
	color: #202020; /* PC/本文強調24px */
	font-size: clamp(1.125rem, 0.9857142857rem + 0.5714285714vw, 1.5rem);
	font-weight: 700;
	line-height: 150%; /* 36px */
}

.p-first-view-support__texts {
	align-items: start;
	align-self: stretch;
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-inline: auto;
}

.p-first-view-support__texts li {
	color: #202020;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%; /* 24px */
	position: relative;
	text-align: left;
}

.p-reason {
	align-items: center;
	background: #F5F5F5;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	padding: 204px 0px 134px 0px;
}

.p-pickup {
	background: url(/public/assets/img/pickup_bg.png) no-repeat center center/cover;
}

.p-pickup__wrapper {
	margin-inline: auto;
	padding: 100px 0;
	width: 90.2083333333%;
}

.p-pickup__heading {
	color: #FDFDFD;
}

.swiper-container {
	margin-inline: auto;
	position: relative;
	width: 86.220169361%;
}

.swiper {
	margin-inline: auto;
	position: relative;
	width: 86.25%;
}

.swiper-wrapper {
	margin: 70px 0 76px;
	position: relative;
}

.p-swiper__slide {
	translate: 0;
}

.swiper-pagination-horizontal .swiper-pagination-bullet {
	background-color: #f5f5f5;
	border-radius: 50%;
	height: 12px;
	opacity: 1;
	width: 12px;
}

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

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 6px !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0px !important;
	left: 50%;
}

.swiper-button-prev {
	left: 0 !important;
	top: 54% !important;
	transform: translateY(-50%);
}

.swiper-button-prev::after {
	content: "";
}

.swiper-button-next {
	right: 0 !important;
	top: 54% !important;
	transform: translateY(-50%);
}

.swiper-button-next::after {
	content: "";
}

.swiper-button-prev,
.swiper-button-next {
	flex-shrink: 0;
	height: 42px !important;
	width: 42px !important;
}

.p-inquiry__card {
	background: #FDFDFD;
	border: 1px solid #FDFDFD;
	border-radius: 15px; /* card */
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.p-cta {
	background: url(/public/assets/img/cta_background.png) no-repeat center center/cover;
}

.p-cta__wrapper {
	align-items: flex-start;
	display: flex;
	gap: 30px;
	margin-inline: auto;
	padding: 100px 0px;
	width: 77.7777777778%;
}

.p-cta-card {
	align-items: center;
	background: #FDFDFD;
	border: 1px solid #FDFDFD;
	border-radius: 15px; /* card */
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	display: flex;
	flex: 1 0 0;
	flex-direction: column;
	gap: 32px;
	padding: 50px 0px;
}

.p-cta-card a {
	width: 70.6422018349%;
}

.p-cta-card__text {
	display: flex; /* PC/本文強調18px */
	font-size: clamp(0.875rem, 0.7685643564rem + 0.396039604vw, 1.125rem);
	font-weight: 700;
	line-height: 150%; /* 27px */
	text-align: center;
}

.p-cta-card__icon {
	height: 50px;
	width: 50px;
}

.p-function {
	background: #F5F5F5;
	padding: 100px 110px;
	width: 100%;
}

.p-function__container {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	justify-content: center;
	margin-inline: auto;
	margin-top: 70px;
}

.p-function-card {
	align-items: flex-start;
	background: #FDFDFD;
	border: 1px solid #F5F5F5;
	border-radius: 5px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	gap: 12px;
	line-height: 150%;
	padding: 30px;
	width: 434px;
}

.p-function-card__heading {
	align-items: center;
	display: flex;
}

.p-function-card__icon {
	flex-shrink: 0;
	height: 36px;
	width: 36px;
}

.p-function-card__title { /* PC/本文強調24px */
	font-size: clamp(1.125rem, 0.9653465347rem + 0.5940594059vw, 1.5rem);
	font-weight: 700;
	line-height: 150%; /* 36px */
	margin-left: 10px;
}

.p-function-card__text {
	font-size: 14px;
	font-weight: 400;
	line-height: 150%; /* 21px */
}

.p-price {
	padding: 90px 0 100px;
}

.p-price__scroll {
	position: relative;
}

.p-price__container {
	display: flex;
	margin: 70px auto 60px;
	padding: 10px 0 10px 10px;
	width: 77.5%;
}

/*==========================================================
# 各メニューの枠線
===========================================================*/

.p-price__items {
	border: 6px solid #599CC2; /* 最初の要素に残りのスペースを占めさせる */ /* 2番目以降の要素に固定幅を指定 */
}

.p-price__items:first-of-type {
	flex-basis: 0; /* 初期幅を0にする（任意の最小幅でスタート） */
	flex-grow: 1; /* 残りのスペースを占める */
}

.p-price__items:not(:first-of-type) {
	flex-shrink: 0; /* サイズを縮めないようにする */
	margin-left: 14.4px;
}

.p-price__items._border-none {
	border-bottom: 6px solid #FDFDFD;
	border-left: none;
	border-right: none;
	border-top: 6px solid #FDFDFD;
	width: 100%;
}

.p-price__items._free {
	margin-left: 20px;
}

.p-price__items._personal {
	border: 6px solid #A1A1A1;
}

.p-price__items._business {
	border: 6px solid #DCDCDC;
}

/*==========================================================
# 各メニュー上部のコンテンツ
===========================================================*/

.p-price__inner {
	align-items: center;
	align-self: stretch;
	display: flex;
	flex-direction: column;
	height: 372px;
	padding: 30px 20px;
	width: 220px;
}

.p-price__inner._blank {
	padding: 10px;
	width: 100%;
}

/*==========================================================
# 各メニュー下部のコンテンツ
===========================================================*/

.p-price__item {
	align-items: center;
	display: flex;
	font-size: clamp(0.875rem, 0.8217821782rem + 0.198019802vw, 1rem);
	font-weight: 400;
	height: 44px;
	justify-content: center;
	line-height: 150%; /* 24px */
	padding: 10px;
	text-align: center;
}

.p-price__item:nth-child(even) {
	background-color: #f5f5f5;
}

.p-price__item br {
	display: none;
}

.p-price__item._blank {
	height: 44px;
}

/*スクロールダウン全体の場所*/

.scrolldown4 { /*矢印の動き1秒かけて永遠にループ*/
	animation: arrowmove 1s ease-in-out infinite;
	height: auto; /*描画位置※位置は適宜調整してください*/
	position: relative;
	width: 100px;
}

/*下からの距離が変化して全体が下→上→下に動く*/

/*Scrollテキストの描写*/

.scrolldown4 span { /*テキストの形状*/
	color: #000; /* SP/roboto16px */
	font-family: "Roboto", sans-serif;
	font-size: 0.7rem;
	font-size: 16px;
	font-weight: 700;
	left: 33vw;
	letter-spacing: 0.05em;
	line-height: 180%; /* 28.8px */ /*描画位置*/
	position: absolute;
	text-transform: uppercase;
	transform: translateX(15%);
}

.scrolldown4:before {
	background: url(/public/assets/img/price_scroll_allow.png) no-repeat center center/cover;
	bottom: 1px;
	content: "";
	height: 11px;
	left: 30vw;
	position: absolute;
	width: 100%;
}

.p-price-contents {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
}

.p-price-contents__heading {
	display: flex;
	flex-direction: column;
	font-size: 18px;
	font-weight: 700;
	line-height: 150%; /* 27px */
}

.p-price-contents__heading-sub {
	font-family: Roboto;
	text-align: center;
}

.p-price-contents__text {
	font-size: clamp(0.875rem, 0.8217821782rem + 0.198019802vw, 1rem);
	font-weight: 400;
	height: 96px;
	line-height: 150%; /* 24px */
	white-space: normal; /*文章を改行させる*/
}

.p-price-contents__price {
	align-items: baseline;
	display: flex;
	gap: 4.357px;
	justify-content: center;
}

.p-price-contents__price span {
	color: #202020; /* PC/roboto48px */
	font-family: Roboto;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 72px */
	text-align: center;
}

.p-price-contents__price._contact {
	align-items: center;
	color: #202020;
	display: flex; /* PC/本文強調18px */
	font-size: 18px;
	font-weight: 700;
	gap: 10px;
	justify-content: center;
	line-height: 150%; /* 27px */
	padding: 10px;
	text-align: center;
}

.p-price-contents__button {
	width: 100%;
}

.p-price-contents__button._active {
	background: #fff;
	border: 1px solid #599CC2;
	border-radius: 50px;
}

.p-price-contents__button._active a {
	color: #599CC2;
}

.p-price-contents__button._active:hover {
	background: #599CC2;
	border: 1px solid #fff;
}

.p-price-contents__button._active:hover a {
	color: #fff;
}

.p-price-support {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-inline: auto;
	padding: 0px 20px;
	width: 62.5%;
}

.p-price-support__heading {
	border-bottom: 1px solid #599CC2; /* SP/本文強調18px */
	font-size: clamp(1rem, 0.9467821782rem + 0.198019802vw, 1.125rem);
	font-weight: 700;
	line-height: 180%; /* 32.4px */
	width: 100%;
}

.p-pirce-support__text {
	font-size: 16px;
	font-weight: 400;
	line-height: 150%; /* 24px */
}

.p-pirce-support__text span {
	color: var(--text-, #599CC2);
	font-weight: 700;
}

.p-question {
	align-items: center;
	background: #F5F5F5;
	display: flex;
	flex-direction: column;
	gap: 70px;
	padding: 100px 0px;
	width: 100%;
}

summary {
	display: block;
}

summary::-webkit-details-marker {
	display: none;
}

.p-faq {
	align-items: center;
	background: #F5F5F5;
	display: flex;
	flex-direction: column;
	gap: 70px;
	padding: 100px 0px;
	width: 100%;
}

.p-faq__inner {
	width: 100%;
}

.p-faq__question {
	align-items: center;
	display: flex;
	height: auto;
	justify-content: space-between;
	position: relative;
}

details[open] .p-faq__question::after {
	rotate: 90deg;
}

.p-faq__answer { /*アンサーの上部境界線*/
	display: block;
	margin-top: 24px;
	position: relative;
}

.p-faq__answer::before {
	border: 2px solid #599CC2;
	content: "";
	left: 0;
	position: absolute;
	top: -12px;
	width: 100%;
}

.p-faq__icon {
	aspect-ratio: 1;
	display: block;
	height: auto;
	position: relative;
	width: 20px;
}

.p-faq__icon::before,
.p-faq__icon::after {
	background: #000;
	content: "";
	position: absolute;
	top: 50%;
	translate: 0 -50%;
}

.p-faq__icon::before {
	height: 2px;
	width: 100%;
}

.p-faq__icon::after {
	height: 100%;
	left: calc(50% - 1px);
	transition: rotate 0.3s ease;
	width: 2px;
}

details[open] .p-faq__icon::after {
	rotate: 90deg;
}

.p-faq__item {
	align-items: flex-start;
	background: #FDFDFD;
	border-radius: 15px; /* card */
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	margin-inline: auto;
	margin-top: 31px;
	padding: 30px 50px;
	width: 62.5%;
}

.p-faq__item:first-of-type {
	margin-top: 0;
}

.p-faq__question-text {
	font-size: clamp(1rem, 0.9467821782rem + 0.198019802vw, 1.125rem);
	font-weight: 700;
	line-height: 150%;
	list-style: none;
	padding-left: clamp(1.3125rem, 1.0996287129rem + 0.7920792079vw, 1.8125rem);
	position: relative;
}

.p-faq__question-text::before {
	color: #599CC2;
	content: "Q.";
	font-size: clamp(1rem, 0.7871287129rem + 0.7920792079vw, 1.5rem);
	left: 0;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
}

.p-faq__answer-text {
	font-size: 14px;
	line-height: 150%;
	list-style: none;
	padding-left: clamp(1.3125rem, 1.0996287129rem + 0.7920792079vw, 1.8125rem);
	position: relative;
}

.p-faq__answer-text::before {
	color: #599CC2;
	content: "A.";
	font-size: clamp(1rem, 0.7871287129rem + 0.7920792079vw, 1.5rem);
	left: 0;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
}

.p-vision {
	align-items: center;
	background: url(/public/assets/img/vision_background.png) no-repeat center center/cover;
	display: flex;
	flex-direction: column;
	gap: 70px;
	padding: 100px 0px;
	width: 100%;
}

.p-vision__container {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	flex-direction: column;
	gap: 120px;
	padding-inline: 50px;
	row-gap: 120px;
	width: 77.7777777778%;
}

.p-vision__item {
	display: grid;
	grid-template-areas: "title img" "text1 img" "text2 img" "text3 img";
	-moz-column-gap: 50px;
	column-gap: 50px;
}

.p-vision__item:nth-of-type(even) {
	grid-template-areas: "img title" "img text1" "img text2" "img text3";
}

.p-vision__img {
	align-self: center;
	aspect-ratio: 0.75;
	grid-area: img;
	height: 300px;
	width: 400px;
}

.p-vision__img img {
	width: 100%;
	-o-object-fit: contain;
	height: clamp(13.5rem, 11.2648514851rem + 8.3168316832vw, 18.75rem);
	object-fit: contain;
}

.p-vision__title {
	align-self: stretch;
	color: #599CC2;
	font-size: clamp(1.5rem, 1.2871287129rem + 0.7920792079vw, 2rem);
	font-weight: 700;
	grid-area: title;
	line-height: 150%; /* 48px */
}

.p-vision__text1,
.p-vision__text2,
.p-vision__text3 {
	align-self: stretch;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%; /* 24px */
}

.p-vision__text2,
.p-vision__text3 {
	margin-top: 20px;
}

.p-vision__text1 {
	grid-area: text1;
	margin-top: 30px;
}

.p-vision__text2 {
	grid-area: text2;
}

.p-vision__text3 {
	grid-area: text3;
}

.p-company {
	align-items: center;
	background: url(/public/assets/img/company_background.png) no-repeat center center/cover;
	color: #FDFDFD;
	display: flex;
	flex-direction: column;
	gap: 70px;
	padding: 100px 0px 90px;
}

.p-company__heading {
	color: #FDFDFD;
}

.p-company__container {
	width: 62.5%;
}

.p-company__container table {
	display: flex;
	flex-direction: column;
}

tr {
	align-items: center;
	border-bottom: 1px solid #FDFDFD;
	display: flex;
	padding: 8px 0px;
}

th {
	align-items: center;
	align-self: stretch;
	display: flex;
	font-size: 18px;
	font-weight: 700;
	gap: 10px;
	justify-content: center;
	line-height: 150%;
	padding: 10px;
	width: 200px; /* 27px */
}

td {
	align-self: stretch;
	display: flex;
	flex-direction: column;
	font-size: 16px;
	justify-content: center;
	line-height: 150%; /* 24px */
	padding: 10px;
	width: 700px;
}

td p {
	display: inline-block;
}

.p-company__address {
	flex-direction: column;
	padding: 0;
}

.p-company__address p {
	padding: 10px;
}

.p-company__posts {
	padding: 0;
}

.p-company__post {
	display: flex;
}

.p-company__post p {
	padding: 10px;
}

.p-company__post p:first-of-type {
	align-items: center;
	display: flex;
	gap: 10px;
	padding: 10px;
	width: 150px;
}

.p-company__contents {
	line-height: 150%; /* 24px */
}

.p-contact {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 70px;
	padding: 100px 0px;
}

.p-contact__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 50px;
	width: 62.5%;
}

.p-contact__text {
	font-size: 16px;
	line-height: 150%; /* 24px */
	margin-inline: auto;
}

.p-contact__text.--under {
	margin-top: 50px;
}

.contact__form {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.contact__row {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
}

.contact__row:not(:first-of-type) {
	margin-top: 32px;
}

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

.contact__head span {
	align-items: center;
	background: #599CC2;
	color: #FDFDFD;
	display: inline-flex;
	font-size: 12px;
	gap: 10px;
	justify-content: center;
	line-height: 150%;
	margin-right: 8px;
	padding: 5px 10px;
}

.contact__data {
	width: 100%;
}

.p-contact__text {
	width: 77.7777777778%;
}

.contact__acceptance {
	margin-inline: auto;
	margin-top: 20px;
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
	align-items: center;
	background: #FDFDFD;
	border: 1px solid #D9D9D9;
	border-radius: 0;
	display: flex;
	height: 46px;
	padding: 4px 0;
	padding-left: 20px;
	width: 100%;
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
	color: #A1A1A1;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
select::placeholder,
textarea::placeholder {
	color: #A1A1A1;
}

textarea {
	height: 92px;
	resize: vertical;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.contact__select-wrap {
	position: relative;
}

.contact__select-wrap svg {
	height: auto;
	pointer-events: none;
	position: absolute;
	right: 10.69px;
	top: calc(50% + 2px);
	translate: 0 -50%;
	width: 38px;
}

input[type=submit],
input[type=button] {
	border-radius: 0px;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	background: transparent;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
	display: none;
}

.row.jc-center {
	justify-content: center;
}

.contact__submit {
	background: #599CC2;
	border: 1px solid #599CC2;
	border-radius: 50px;
	margin-inline: auto;
	margin-top: 50px;
	padding: 16px 100px;
	text-align: center;
	width: 326px;
}

.contact__submit input[type=submit] {
	color: #FDFDFD;
	font-size: 14px;
	font-weight: 700;
	line-height: 150%; /* 21px */
	width: 100%;
}

.contact__submit:hover {
	background: #FDFDFD;
}

.contact__submit:hover input[type=submit] {
	color: #599CC2;
}

.contact__error-message {
	color: red;
	font-size: 16px;
	font-weight: 700;
	margin-top: 6px;
}

.contact__message {
	display: flex;
	gap: 8px;
}

.u-separate {
	margin-bottom: 24px;
	margin-top: 24px;
}

.u-dummy-container {
	background-color: lightgreen;
	padding: 10px;
}

/**
 * Swiper 8.4.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 12, 2022
 */

@font-face {
	font-family: swiper-icons;
	font-style: normal;
	font-weight: 400;
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
}

:root {
	--swiper-theme-color: #007aff;
}

.swiper {
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	box-sizing: content-box;
	display: flex;
	height: 100%;
	position: relative;
	transition-property: transform;
	width: 100%;
	z-index: 1;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
	touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
	touch-action: pan-x;
}

.swiper-slide {
	flex-shrink: 0;
	height: 100%;
	position: relative;
	transition-property: transform;
	width: 100%;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
	backface-visibility: hidden;
	transform: translateZ(0);
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
	content: "";
	flex-shrink: 0;
	order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	height: var(--swiper-centered-offset-after);
	min-width: 1px;
	width: 100%;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: "";
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	height: var(--swiper-virtual-size);
	width: 1px;
}

:root {
	--swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
	align-items: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
	cursor: pointer;
	display: flex;
	height: var(--swiper-navigation-size);
	justify-content: center;
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	z-index: 10;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	cursor: auto;
	opacity: 0.35;
	pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	cursor: auto;
	opacity: 0;
	pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	font-variant: initial;
	letter-spacing: 0;
	line-height: 1;
	text-transform: none !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	left: auto;
	right: 10px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: "next";
}

.swiper-button-lock {
	display: none;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transform: translate3d(0, 0, 0);
	transition: 0.3s opacity;
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	font-size: 0;
	overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	position: relative;
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	border-radius: 50%;
	display: inline-block;
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
}

button.swiper-pagination-bullet {
	border: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	display: block;
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale(0);
	transform-origin: left top;
	width: 100%;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	height: 4px;
	left: 0;
	top: 0;
	width: 100%;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
	height: 100%;
	left: 0;
	top: 0;
	width: 4px;
}

.swiper-pagination-lock {
	display: none;
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	bottom: 3px;
	height: 5px;
	left: 1%;
	position: absolute;
	width: 98%;
	z-index: 50;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
	height: 98%;
	position: absolute;
	right: 3px;
	top: 1%;
	width: 5px;
	z-index: 50;
}

.swiper-scrollbar-drag {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	height: 100%;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	text-align: center;
	width: 100%;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
	max-height: 100%;
	max-width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

.swiper-lazy-preloader {
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
	box-sizing: border-box;
	height: 42px;
	left: 50%;
	margin-left: -21px;
	margin-top: -21px;
	position: absolute;
	top: 50%;
	transform-origin: 50%;
	width: 42px;
	z-index: 10;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

.swiper .swiper-notification {
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
	margin: 0 auto;
	transition-timing-function: ease-out;
}

.swiper-grid > .swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
	flex-direction: column;
	flex-wrap: wrap;
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube {
	overflow: visible;
}

.swiper-cube .swiper-slide {
	backface-visibility: hidden;
	height: 100%;
	pointer-events: none;
	transform-origin: 0 0;
	visibility: hidden;
	width: 100%;
	z-index: 1;
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
	backface-visibility: hidden;
	z-index: 0;
}

.swiper-cube .swiper-cube-shadow {
	bottom: 0px;
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
	background: #000;
	bottom: 0;
	content: "";
	filter: blur(50px);
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.swiper-flip {
	overflow: visible;
}

.swiper-flip .swiper-slide {
	backface-visibility: hidden;
	pointer-events: none;
	z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
	backface-visibility: hidden;
	z-index: 0;
}

.swiper-creative .swiper-slide {
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height;
}

.swiper-cards {
	overflow: visible;
}

.swiper-cards .swiper-slide {
	backface-visibility: hidden;
	overflow: hidden;
	transform-origin: center bottom;
}

.drawer__icon {
	background-color: unset;
	display: flex;
	flex-direction: column;
	height: 9px;
	justify-content: space-between;
	position: fixed;
	right: 27px;
	top: 36px;
	width: 30px;
	z-index: 102;
}

.drawer__icon--bar {
	background: #202020;
	height: 2px;
	transition: all 0.5s ease;
	width: 100%;
}

.drawer__icon.js-show .drawer__icon--bar:nth-of-type(1) {
	rotate: 45deg;
	translate: 0 3.5px;
}

.drawer__icon.js-show .drawer__icon--bar:nth-of-type(2) {
	rotate: -45deg;
	translate: 0 -3.5px;
}

.drawer {
	background: #FDFDFD;
	height: 100vh;
	height: 100svh;
	overflow-y: scroll;
	position: fixed;
	right: 0;
	top: 0;
	transition: translate 0.5s ease;
	translate: 101%;
	width: calc(100% - 30px);
	z-index: 101;
}

.drawer.js-show {
	translate: -15px;
}

.drawer__body {
	height: -moz-fit-content;
	height: fit-content;
	padding-block: 80px 40px;
	width: 100%;
}

.drawer__list {
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
	margin-inline: auto;
	padding: 50px 0;
	row-gap: 10px;
	text-align: center;
	width: 80%;
}

.drawer__list li {
	padding: 10px 0;
}

.drawer__list li a {
	color: #202020;
	font-size: 16px;
	font-weight: 400;
	line-height: 180%; /* 28.8px */
	padding: 10px 0;
	text-transform: uppercase;
}

.drawer__btn {
	background: #fff;
	border-radius: 100vmax;
	color: #001A75;
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
	padding: 6px 30px;
}

@media (any-hover: hover) {

details:hover {
	cursor: pointer;
}

}

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

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

.l-header__nav {
	display: none;
}

.l-footer {
	padding: 30px 20px;
}

.l-footer__wrap {
	height: 100%;
	padding: 0;
}

.l-footer__nav {
	display: grid;
	gap: 10px;
	width: 100%;
}

.l-footer__list {
	gap: 0px;
	justify-content: center;
}

.l-footer__contents {
	gap: 0;
	justify-content: center;
}

.l-footer__item a {
	line-height: 180%;
	padding: 5px 15px;
}

.l-footer__item._img {
	height: 25px;
}

.l-footer__item._small a {
	font-size: 14px;
}

.l-footer__logo {
	display: none;
}

.l-footer__copylight {
	margin-top: 20px;
}

.c-drawer-icon {
	display: flex;
}

.c-section {
	margin-top: 50px;
}

.c-section__container {
	margin-top: 0;
	padding-inline: 100px;
	width: 100%;
}

.c-section__alternate {
	margin-top: 30px;
}

.c-section__alternate::after {
	display: none;
}

.c-section__alternate._normal {
	flex-direction: column-reverse;
}

.c-section__alternate._reverce {
	flex-direction: column-reverse;
}

.c-section__alternate__body {
	margin-top: 20px;
	width: 100%;
}

.c-section__alternate__body._normal {
	padding: 0;
}

.c-section__alternate__body._reverce {
	padding: 0;
}

.c-section__alternate__number {
	line-height: 180%; /*28.8px*/
}

.c-section__alternate__title {
	line-height: 180%; /*43.2px*/
}

.c-section__alternate__text {
	line-height: 180%; /*28.8px*/
}

.c-section__alternate__thumb {
	height: auto;
	width: 100%;
}

.c-card__title {
	line-height: 180%;
}

.c-card__text {
	line-height: 180%;
}

.c-question-card .icon {
	display: block;
}

.p-first-view {
	height: auto;
}

.p-first-view-support {
	box-shadow: none;
	position: static;
	transform: translateX(0);
	width: 100%;
}

.p-first-view-support__inner {
	justify-content: center;
	width: 100%;
}

.p-first-view-support__logo {
	display: none;
}

.p-first-view-support__texts {
	gap: 5px;
	margin: 0;
}

.p-first-view-support__texts li {
	align-items: center;
	display: flex;
	gap: 6px;
	line-height: 180%;
}

.p-first-view-support__texts li svg {
	height: 22px;
	width: 22px;
}

.p-reason {
	padding: 50px 0;
}

.swiper-container {
	width: 100%;
}

.swiper {
	width: 100%;
}

.p-cta__wrapper {
	flex-direction: column;
	gap: 27px;
	padding: 50px 20px 40px;
	width: 100%;
}

.p-cta-card {
	gap: 15px;
	padding: 20px;
	width: 100%;
}

.p-cta-card a {
	width: 100%;
}

.p-cta-card__text {
	line-height: 180%; /*25.2px*/
}

.p-cta-card__icon {
	height: 40px;
	width: 40px;
}

.p-function {
	padding: 50px 20px 35px;
}

.p-function__container {
	gap: 30px;
	margin-top: 30px;
}

.p-function-card__title {
	line-height: 180%;
}

.p-function-card__text {
	line-height: 180%;
}

.p-price {
	padding: 50px 0;
}

.p-price__container {
	margin: 30px 0;
	overflow-x: auto; /* 横スクロールを有効化 */
	padding: 10px 20px;
	white-space: nowrap; /* 改行させずに要素を横に並べる */
	width: 100%;
}

.p-price__inner {
	height: 383px;
}

.p-price__item {
	height: 35px;
	line-height: 180%;
	padding: 5px 10px;
}

.p-price__item:nth-last-child(2) {
	height: 60px;
}

.p-price__item br {
	display: block;
}

.p-price__item._blank {
	height: 35px;
}

.p-price__item._blank:nth-last-child(2) {
	height: 60px;
}

.p-price-contents__text {
	line-height: 180%;
}

.p-price-support {
	width: 100%;
}

.p-vision {
	gap: 30px;
	padding: 55px 0 50px;
}

.p-vision__container {
	gap: 50px;
	padding-inline: 20px;
	width: 100%;
}

.p-vision__item:nth-of-type(even) {
	grid-template-areas: "img" "title" "text1" "text2" "text3";
	grid-template-columns: 1fr;
}

.p-vision__item {
	grid-template-areas: "img" "title" "text1" "text2" "text3";
	grid-template-columns: 1fr;
}

.p-vision__img {
	height: clamp(13.5rem, 11.2648514851rem + 8.3168316832vw, 18.75rem);
	margin-inline: auto;
	width: 100%;
}

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

.p-vision__text1,
.p-vision__text2,
.p-vision__text3 {
	line-height: 180%;
}

.p-vision__text2,
.p-vision__text3 {
	margin-top: 15px;
}

.p-vision__text1 {
	margin-top: 20px;
}

.p-vision__text2 br {
	display: none;
}

}

@media (min-width: 1120px) {

.scrolldown4 {
	display: none;
}

.drawer__icon {
	display: none;
}

}

@media (max-width: 1000px) {

.p-first-view__form {
	display: none;
}

.p-first-view__buttons {
	display: block;
}

}

@media (max-width: 767px) {

body {
	padding-top: 80px;
}

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

.l-header__logo {
	height: 38.905px;
	width: 156px;
}

.l-header__nav {
	display: none;
}

.l-footer {
	padding: 30px 20px;
}

.l-footer__wrap {
	height: 100%;
	padding: 0;
}

.l-footer__nav {
	display: grid;
	gap: 10px;
	width: 100%;
}

.l-footer__list {
	gap: 0px;
	justify-content: center;
}

.l-footer__contents {
	gap: 0;
	justify-content: center;
}

.l-footer__item:nth-of-type(n+5) {
	margin-top: 5px;
}

.l-footer__item {
	padding: 0;
}

.l-footer__item a {
	line-height: 180%;
	padding: 5px 15px;
}

.l-footer__item._img {
	height: 25px;
}

.l-footer__item._small a {
	font-size: 14px;
}

.l-footer__item._small {
	order: 1; /*スマホ幅では一番最後に表示*/
}

.l-footer__logo {
	display: none;
}

.l-footer__copylight {
	margin-top: 20px;
}

.c-drawer-icon {
	display: flex;
}

.c-heading__sub {
	line-height: 180%; /*28.8px*/
}

.c-button {
	border: 2px solid #FDFDFD;
}

.c-button:hover {
	border: 2px solid #599CC2;
}

.c-section {
	margin-top: 50px;
}

.c-section__container {
	margin-top: 0;
	padding-inline: 100px;
	width: 100%;
}

.c-section__container {
	padding-inline: 20px;
}

.c-section__alternate {
	margin-top: 30px;
}

.c-section__alternate::after {
	display: none;
}

.c-section__alternate._normal {
	flex-direction: column-reverse;
}

.c-section__alternate._reverce {
	flex-direction: column-reverse;
}

.c-section__alternate__body {
	margin-top: 20px;
	width: 100%;
}

.c-section__alternate__body._normal {
	padding: 0;
}

.c-section__alternate__body._reverce {
	padding: 0;
}

.c-section__alternate__number {
	line-height: 180%; /*28.8px*/
}

.c-section__alternate__title {
	line-height: 180%; /*43.2px*/
}

.c-section__alternate__text {
	line-height: 180%; /*28.8px*/
}

.c-section__alternate__thumb {
	height: auto;
	width: 100%;
}

.c-card {
	height: 392px;
}

.c-card::before {
	border-radius: 15px 15px 0 0;
}

.c-card__title {
	line-height: 180%;
}

.c-card__text {
	line-height: 180%;
}

.c-question-card li {
	padding: 20px;
	width: 100%;
}

.c-question-card summary {
	max-width: 90%;
}

.c-question-card summary span {
	top: 0;
	transform: translateY(0%);
}

.c-question-card__border {
	background: unset;
}

.c-question-card .icon {
	display: block;
}

.p-first-view {
	height: auto;
}

.p-first-view__contents {
	height: auto;
	margin: 0;
	padding: 50px 20px;
	width: 100%;
}

.p-first-view__text-sub {
	line-height: 180%;
	margin-top: 10px;
}

.p-first-view__icons {
	margin-top: 12px;
}

.p-first-view__icon {
	height: 68px;
	width: 68px;
}

.p-first-view__button {
	padding: 14px 10px;
}

.p-first-view-support {
	box-shadow: none;
	position: static;
	transform: translateX(0);
	width: 100%;
}

.p-first-view-support__inner {
	justify-content: center;
	width: 100%;
}

.p-first-view-support__logo {
	display: none;
}

.p-first-view-support__contents {
	gap: 10px;
}

.p-first-view-support__texts {
	gap: 5px;
	margin: 0;
}

.p-first-view-support__texts li {
	align-items: center;
	display: flex;
	gap: 6px;
	line-height: 180%;
}

.p-first-view-support__texts li svg {
	height: 22px;
	width: 22px;
}

.p-reason {
	padding: 50px 0;
}

.p-pickup__wrapper {
	padding: 50px 0;
}

.swiper-container {
	width: 100%;
}

.swiper {
	width: 100%;
}

.swiper-wrapper {
	margin: 50px 0 40px 0;
}

.swiper-pagination-horizontal .swiper-pagination-bullet {
	height: 8px;
	width: 8px;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px !important;
}

.p-cta {
	background: url(/public/assets/img/cta_background_sp.png) no-repeat center center/cover;
}

.p-cta__wrapper {
	flex-direction: column;
	gap: 27px;
	padding: 50px 20px 40px;
	width: 100%;
}

.p-cta-card {
	gap: 15px;
	padding: 20px;
	width: 100%;
}

.p-cta-card a {
	width: 100%;
}

.p-cta-card__text {
	line-height: 180%; /*25.2px*/
}

.p-cta-card__icon {
	height: 40px;
	width: 40px;
}

.p-function {
	padding: 50px 20px 35px;
}

.p-function__container {
	gap: 30px;
	margin-top: 30px;
}

.p-function-card__title {
	line-height: 180%;
}

.p-function-card__text {
	line-height: 180%;
}

.p-price {
	padding: 50px 0;
}

.p-price__container {
	margin: 30px 0;
	overflow-x: auto; /* 横スクロールを有効化 */
	padding: 10px 20px;
	white-space: nowrap; /* 改行させずに要素を横に並べる */
	width: 100%;
}

.p-price__items._free {
	margin-left: 10px;
}

.p-price__inner {
	height: 383px;
}

.p-price__item {
	height: 35px;
	line-height: 180%;
	padding: 5px 10px;
}

.p-price__item:nth-last-child(2) {
	height: 60px;
}

.p-price__item br {
	display: block;
}

.p-price__item._blank {
	height: 35px;
}

.p-price__item._blank:nth-last-child(2) {
	height: 60px;
}

.p-price-contents__text {
	line-height: 180%;
}

.p-price-support {
	width: 100%;
}

.p-pirce-support__text {
	line-height: 180%;
}

.p-faq {
	gap: 30px;
	padding: 50px 20px;
}

.p-faq__question::before,
.p-faq__question::after {
	background: #599CC2;
	content: "";
	position: absolute;
	top: 50%;
	translate: 0 -50%;
}

.p-faq__question::before {
	height: 2.6px;
	right: 0px;
	width: 24px;
}

.p-faq__question::after {
	height: 24px;
	right: 11px;
	transition: rotate 0.3s ease;
	width: 2.6px;
}

.p-faq__answer::before {
	border: none;
}

.p-faq__item {
	padding: 20px;
	width: 100%;
}

.p-faq__question-text::before {
	top: 0;
	translate: 0;
}

.p-faq__question-text {
	line-height: 180%;
	padding-right: 29px;
}

.p-faq__answer-text::before {
	top: 0;
	translate: 0;
}

.p-faq__answer-text {
	font-size: 16px;
	line-height: 180%;
}

.js-open {
	display: unset;
}

.p-vision {
	gap: 30px;
	padding: 55px 0 50px;
}

.p-vision__container {
	gap: 50px;
	padding-inline: 20px;
	width: 100%;
}

.p-vision__item:nth-of-type(even) {
	grid-template-areas: "img" "title" "text1" "text2" "text3";
	grid-template-columns: 1fr;
}

.p-vision__item {
	grid-template-areas: "img" "title" "text1" "text2" "text3";
	grid-template-columns: 1fr;
}

.p-vision__img {
	height: clamp(13.5rem, 11.2648514851rem + 8.3168316832vw, 18.75rem);
	margin-inline: auto;
	width: 100%;
}

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

.p-vision__title {
	line-height: 180%;
}

.p-vision__text1,
.p-vision__text2,
.p-vision__text3 {
	line-height: 180%;
}

.p-vision__text2,
.p-vision__text3 {
	margin-top: 15px;
}

.p-vision__text1 {
	margin-top: 20px;
}

.p-vision__text2 br {
	display: none;
}

.p-company {
	background: url(/public/assets/img/company_background_sp.png) no-repeat center center/cover;
	gap: 30px;
	padding: 50px 0;
}

.p-company__container {
	padding-inline: 20px;
	width: 100%;
}

tr {
	flex-direction: column;
}

th {
	justify-content: start;
	line-height: 180%;
	width: 100%;
}

td {
	line-height: 180%;
	width: 100%;
}

.p-company__address-title {
	height: 68px;
}

.p-company__post p:first-of-type {
	padding: 5px 10px;
}

.p-company__post p {
	padding: 5px 10px;
}

.p-company__contents {
	line-height: 180%;
}

.p-contact {
	gap: 30px;
	padding: 50px 0;
}

.p-contact__inner {
	gap: 30px;
	padding-inline: 20px;
	width: 100%;
}

.p-contact__text.--under {
	margin-top: 30px;
}

.p-contact__text {
	line-height: 180%;
	width: 100%;
}

.contact__row:not(:first-of-type) {
	margin-top: 20px;
}

.contact__row {
	gap: 10px;
	width: 100%;
}

.contact__head span {
	font-size: 14px;
	line-height: 100%;
}

.contact__head {
	line-height: 180%;
}

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

}

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

.p-faq__question:hover {
	cursor: pointer;
}

}

@keyframes arrowmove {

0% {
	left: 1%;
}

50% {
	left: 3%;
}

100% {
	left: 1%;
}

}

@keyframes swiper-preloader-spin {

0% {
	transform: rotate(0deg);
}

100% {
	transform: rotate(360deg);
}

}

