html {
	font-size: 16px;
}

body {
	-webkit-font-smoothing: antialiased;
	background: #fff;
	color: #000;
	font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}

a {
	display: block;
	transition: 0.2s;
}

dt {
	font-weight: normal;
}

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

/* Set core body defaults */

body {
	min-height: 100dvh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/*
 * footer
 * -------------------------------------------------------------
 */

.footer {
	background: url(./../images/common/footer_bg.webp) no-repeat center/cover;
	color: #fff;
	position: sticky;
	top: 100%;
}

.footer__inner.l-inner {
	padding-bottom: 2.75rem;
	padding-top: 1.75rem;
}

.footer__logo {
	margin-left: auto;
	margin-right: auto;
	max-width: 11.5rem;
}

.footer__lead {
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 1.7647058824;
	margin-top: 0.5rem;
	text-align: center;
}

.footer__body {
	display: flex;
	justify-content: center;
	margin-top: 4rem;
}

.footer__nav.--nav1 {
	flex: 0 1 auto;
	min-width: 11.5625rem;
}

.footer__nav.--nav2 {
	flex: 1 1 auto;
	max-width: 19.6875rem;
}

.footer__nav.--nav3 {
	flex: 1 1 auto;
	max-width: 20.5rem;
	padding-left: 4.6875rem;
}

.footer__nav:not(:last-child) {
	border-right: 1px solid #fff;
}

.footer__navInner {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 2.0625rem;
	padding-top: 0.9375rem;
	width: -moz-fit-content;
	width: fit-content;
}

.footer__nav.--nav1 .footer__navInner {
	width: auto;
}

.footer__navCat {
	font-size: 1.1875rem;
	font-weight: 700;
}

.footer__lists {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	margin-top: 0.8125rem;
}

.footer__list {
	align-items: center;
	display: flex;
	font-size: 0.875rem;
	gap: 0.1875rem;
}

.footer__list::before {
	content: ">";
	display: inline-block;
}

.footer__copyright {
	align-content: center;
	background: #000;
	display: grid;
	font-size: 0.875rem;
	font-weight: 400;
	height: 3.75rem;
	justify-content: center;
	place-content: center;
}

.footer__copyright span {
	display: block;
	font-size: 0.75rem;
	margin-top: 0.625rem;
	text-align: center;
}

.footer__text {
	font-size: 0.875rem;
	line-height: 1.7142857143;
	margin-top: 0.9375rem;
}

.footer__btn {
	align-content: center;
	background: linear-gradient(0deg, rgb(237, 154, 81) 0%, rgb(242, 151, 27) 52.94%, rgb(239, 130, 0) 100%);
	border-radius: 0.625rem;
	display: grid;
	height: 3.3125rem;
	justify-content: center;
	margin-top: 1.6875rem;
	max-width: 12.5rem;
	place-content: center;
	position: relative;
}

.footer__btn::before {
	background: url(./../images/common/btn_deco_196.webp) no-repeat center/100%;
	content: "";
	display: block;
	height: 1.4375rem;
	left: 50%;
	position: absolute;
	top: 0.125rem;
	transform: translateX(-50%);
	width: min(12.25rem, 100%);
}

.footer__btnText {
	align-items: center;
	display: flex;
	font-size: 0.875rem;
	gap: 0.3125rem;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.footer__btnText::before {
	background: url(./../images/common/icon_mail_25.webp) no-repeat center/100%;
	content: "";
	display: block;
	height: 1.25rem;
	width: 1.5625rem;
}

.footer__spNav {
	border-top: 1px solid #fff;
	display: none;
	margin: 2.1875rem calc(50% - 50vw) 0;
	width: 100vw;
}

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

.footer__spNavList:nth-child(2n-1) {
	border-right: 1px solid #fff;
}

.footer__spNavLink {
	align-content: center;
	border-bottom: 1px solid #fff;
	display: grid;
	font-size: 1rem;
	height: 4.6875rem;
	justify-content: center;
	place-content: center;
}

.footer__spNavSubLists {
	display: flex;
	gap: 2.1875rem;
	justify-content: center;
	margin-top: 1.4375rem;
}

.footer__spNavSubLink {
	align-items: center;
	display: flex;
	font-size: 0.9375rem;
	gap: 0.125rem;
}

.footer__spNavSubLink::before {
	content: ">";
	display: block;
}

/*
 * header
 * -------------------------------------------------------------
 */

.header {
	background: #fff;
	bottom: 0;
	height: 5rem;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10;
}

.header__inner {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	height: 100%;
	justify-content: space-between;
}

.header__logo {
	max-width: 8.8125rem;
}

.header__nav {
	flex: 1;
	height: 100%;
}

/*
 * l-inner
 * -------------------------------------------------------------
 */

.l-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1080px;
	padding-left: 40px;
	padding-right: 40px;
	width: 100%;
}

/*
 * l-main
 * -------------------------------------------------------------
 */

.l-main {
	overflow: hidden;
	padding-top: 5rem;
}

/*
 * l-pageHead
 * -------------------------------------------------------------
 */

.l-pageHead {
	padding-bottom: 4.875rem;
	padding-top: 4.25rem;
}

/*
 * l-section
 * -------------------------------------------------------------
 */

.l-section--top {
	padding-bottom: 4.0625rem;
	padding-top: 4.0625rem;
}

.l-section--page {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.l-section--top.--bg {
	background: #f2f2f2;
}

/*
 * burger
 * -------------------------------------------------------------
 */

.burger {
	display: none;
	height: 1.3125rem;
	position: absolute;
	right: 1.25rem;
	width: 1.875rem;
	z-index: 100;
}

.burger span {
	background: #183ab2;
	display: block;
	height: 2px;
	position: absolute;
	transition: all 0.2s;
	width: 100%;
}

.burger span:nth-child(1) {
	top: 0;
}

.burger span:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}

.burger span:nth-child(3) {
	top: calc(100% - 0.1875rem);
}

.burger span.is-active {
	background: #fff;
}

.burger span.is-active:nth-child(1) {
	top: 50%;
	transform: translateY(-50%) rotate(-40deg);
}

.burger span.is-active:nth-child(2) {
	opacity: 0;
}

.burger span.is-active:nth-child(3) {
	top: 50%;
	transform: translateY(-50%) rotate(40deg);
}

/*
 * c-banner
 * -------------------------------------------------------------
 */

.c-banner {
	display: flex;
	flex-direction: column;
	gap: 2.25rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 43.75rem;
}

.c-banner__link img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

/*
 * c-btn
 * -------------------------------------------------------------
 */

.c-btn {
	align-content: center;
	background: #38B8D9;
	border-radius: 0.3125rem;
	box-shadow: 2.9px 2.9px 2px rgba(0, 0, 0, 0.3);
	color: #fff;
	display: grid;
	font-size: 1.1875rem;
	font-weight: 500;
	height: 2.5rem;
	justify-content: center;
	max-width: 12.5rem;
	place-content: center;
	position: relative;
	transition: background 0s;
	width: 100%;
}

.c-btn.--lg {
	font-size: 1.4375rem;
	height: 3.125rem;
	max-width: 15.625rem;
}

.c-btn::before {
	background: url(./../images/common/btn_deco_blue.webp) no-repeat center/100%;
	content: "";
	display: block;
	height: 0.6875rem;
	left: 50%;
	position: absolute;
	top: 0.1875rem;
	transform: translateX(-50%);
	width: min(12.125rem, 100%);
}

.c-btn.--lg::before {
	top: 0.25rem;
	width: min(15.1875rem, 100%);
}

.c-btn__text {
	font-feature-settings: "palt";
	align-items: center;
	display: flex;
	gap: 0.3125rem;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

.c-btn.--lg .c-btn__text {
	gap: 1.125rem;
}

.c-btn__text::after {
	background: url(./../images/common/btn_arrow.webp) no-repeat center/100%;
	content: "";
	display: block;
	height: 1.1875rem;
	margin-top: 0.3125rem;
	width: 1.125rem;
}

.c-btn.--lg .c-btn__text::after {
	height: 1.4375rem;
	width: 1.375rem;
}

/*
 * c-contact
 * -------------------------------------------------------------
 */

.c-contact__body {
	display: flex;
	gap: min(4.5625rem, 4.7vw);
	padding-left: 4.0625rem;
	position: relative;
}

.c-contact__cont {
	min-width: 28.875rem;
	padding-bottom: 2.5rem;
	padding-top: 3rem;
	position: relative;
	z-index: 1;
}

.c-contact__lists {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin-top: 1.25rem;
}

.c-contact__list {
	align-items: center;
	display: flex;
	font-size: 0.875rem;
	font-weight: 700;
	gap: 0.4375rem;
}

.c-contact__list::before {
	background: url(./../images/common/check.webp) no-repeat center/100%;
	content: "";
	display: block;
	height: 1.625rem;
	min-width: 1.5625rem;
	width: 1.5625rem;
}

.c-contact__text {
	font-size: 0.875rem;
	line-height: 1.7142857143;
	margin-top: 1.75rem;
}

.c-contact__info {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	margin-top: 1.625rem;
}

.c-contact__icon {
	display: inline-block;
	max-width: 2.4375rem;
}

.c-contact__unit {
	flex: 1;
}

.c-contact__tel {
	font-size: 1.75rem;
	font-weight: 700;
}

.c-contact__note {
	font-size: 0.875rem;
	margin-top: 0.25rem;
}

.c-contact__btn {
	align-content: center;
	background: linear-gradient(0deg, rgb(237, 154, 81) 0%, rgb(242, 151, 27) 52.94%, rgb(239, 130, 0) 100%);
	border-radius: 0.875rem;
	display: grid;
	height: 4.625rem;
	justify-content: center;
	margin-top: 1.875rem;
	max-width: 17.5rem;
	place-content: center;
	position: relative;
}

.c-contact__btn::before {
	background: url(./../images/common/btn_deco_196.webp) no-repeat center/100%;
	content: "";
	display: block;
	height: 2.0625rem;
	left: 50%;
	position: absolute;
	top: 0.1875rem;
	transform: translateX(-50%);
	width: min(17.125rem, 100%);
}

.c-contact__btnText {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 1.25rem;
	font-weight: 700;
	gap: 0.4375rem;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.c-contact__btnText::before {
	background: url(./../images/common/icon_mail_25.webp) no-repeat center/100%;
	content: "";
	display: block;
	height: 1.75rem;
	width: 2.1875rem;
}

.c-contact__img {
	bottom: 0;
	height: 33.875rem;
	margin-right: calc(50% - 50vw);
	position: absolute;
	right: 0;
	width: 44.53vw;
}

.c-contact__img img {
	-o-object-fit: cover;
	-o-object-position: left;
	height: 100%;
	object-fit: cover;
	object-position: left;
}

/*
 * c-linkBox
 * -------------------------------------------------------------
 */

.c-linkBox {
	background: #183ab2;
	border-radius: 0.625rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 43.75rem;
	padding: 2.125rem 1.75rem 1.625rem;
}

.c-linkBox__ttl {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
}

.c-linkBox__flex {
	display: flex;
	gap: 1.25rem;
	justify-content: space-between;
	margin-top: 1.375rem;
}

.c-linkBox__lists {
	display: flex;
	flex: 2;
	flex-direction: column;
	gap: 0.8125rem;
	max-width: 22rem;
}

.c-linkBox__list {
	font-feature-settings: "palt";
	align-content: center;
	background: #fff;
	color: #f7931e;
	display: grid;
	font-size: 1.21875rem;
	font-weight: 700;
	height: 2.375rem;
	justify-content: center;
	place-content: center;
}

.c-linkBox__info {
	flex: 1;
	max-width: 16.5625rem;
}

.c-linkBox__text {
	font-feature-settings: "palt";
	color: #fff;
	font-size: 1.125rem;
	line-height: 1.5;
}

.c-linkBox__btn {
	align-content: center;
	background: linear-gradient(0deg, rgb(237, 154, 81) 0%, rgb(242, 151, 27) 52.94%, rgb(239, 130, 0) 100%);
	border-radius: 0.625rem;
	display: grid;
	height: 3.3125rem;
	justify-content: center;
	margin: 0.625rem auto 0;
	max-width: 12.5rem;
	place-content: center;
	position: relative;
}

.c-linkBox__btn::before {
	background: url(./../images/common/btn_deco_196.webp) no-repeat center/100%;
	content: "";
	display: block;
	height: 1.4375rem;
	left: 50%;
	position: absolute;
	top: 0.125rem;
	transform: translateX(-50%);
	width: min(12.25rem, 100%);
}

.c-linkBox__btnText {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 1rem;
	font-weight: 700;
	gap: 0.875rem;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.c-linkBox__btnText::before {
	background: url(./../images/common/icon_mail_25.webp) no-repeat center/100%;
	content: "";
	display: block;
	height: 1.25rem;
	width: 1.5625rem;
}

/*
 * c-pageHead
 * -------------------------------------------------------------
 */

.c-pageHead__lead {
	font-feature-settings: "palt";
	font-size: 1.125rem;
	line-height: 1.75;
	margin-top: 3.125rem;
	text-align: center;
}

.c-pageHead__lead span {
	display: inline-block;
}

/*
 * c-pageSectionTtl
 * -------------------------------------------------------------
 */

.c-pageSectionTtl {
	font-feature-settings: "palt";
	display: block;
	font-size: 1.875rem;
	font-weight: 700;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
}

.c-pageSectionTtl::after {
	background: linear-gradient(to right, #2a73ff 0,#2a73ff 50%, #000 50%, #000 100%);
	background: linear-gradient(to right, #2a73ff 0 50%, #000 50% 100%);
	content: "";
	display: block;
	height: 0.3125rem;
	margin: 1.25rem auto 0;
	width: min(12.5rem, 100%);
}

/*
 * c-sectionTtl
 * -------------------------------------------------------------
 */

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

.c-sectionTtl__main {
	display: block;
	font-size: 1.875rem;
	font-weight: 700;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-transform: uppercase;
}

.c-sectionTtl__main.--contact {
	font-size: 1.5625rem;
}

.c-sectionTtl__main::after {
	background: linear-gradient(to right, #2a73ff 0,#2a73ff 50%, #000 50%, #000 100%);
	background: linear-gradient(to right, #2a73ff 0 50%, #000 50% 100%);
	content: "";
	display: block;
	height: 0.3125rem;
	margin: 0.5rem auto 0;
	width: min(12.5rem, 100%);
}

.c-sectionTtl__sub {
	font-feature-settings: "palt";
	font-weight: 700;
	margin-top: 0.75rem;
}

/*
 * nav
 * -------------------------------------------------------------
 */

.nav {
	align-items: center;
	display: flex;
	gap: 1.75rem;
	height: 100%;
	justify-content: flex-end;
}

.nav.is-active {
	transform: translateX(0);
	visibility: visible;
}

.nav__items {
	align-items: center;
	display: flex;
	gap: 1.875rem;
}

.nav__link {
	color: #183ab2;
	font-size: max(0.875rem, min(1.4vw, 1rem));
	font-weight: 700;
}

.nav__btns {
	display: flex;
	height: 100%;
	height: 100%;
	max-width: 11.25rem;
}

.nav__btn {
	align-content: center;
	background: #29abe2;
	color: #fff;
	display: grid;
	font-size: max(0.875rem, min(1.4vw, 1rem));
	font-weight: 700;
	height: 100%;
	justify-content: center;
	line-height: 1.5;
	min-width: 5.625rem;
	place-content: center;
	text-align: center;
}

.nav__btn.--srv {
	background: #183ab2;
}

/*
 * buy
 * -------------------------------------------------------------
 */

.buy__body {
	margin-left: auto;
	margin-right: auto;
	max-width: 50.625rem;
}

.buy__block:not(:nth-of-type(1)) {
	margin-top: 4.375rem;
}

.buy__ttl {
	align-content: center;
	background: #3fa9f5;
	color: #fff;
	display: grid;
	font-size: 1.125rem;
	font-weight: 700;
	height: 2.8125rem;
	justify-content: center;
	place-content: center;
}

.buy__ttl.--mainColor {
	background: #183ab2;
}

.buy__items {
	grid-gap: 1.875rem;
	display: grid;
	gap: 1.875rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3rem;
}

.buy__item {
	border: 1px solid #183ab2;
	padding: 4.0625rem 0.625rem 1.625rem;
	position: relative;
}

.buy__icon {
	left: 50%;
	max-width: 5rem;
	position: absolute;
	top: -1.5625rem;
	transform: translateX(-50%);
}

.buy__icon img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.buy__itemText {
	font-feature-settings: "palt";
	color: #183ab2;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	max-width: 13.125rem;
	text-align: center;
}

.buy__box {
	border: 1px solid #183ab2;
	color: #183ab2;
	font-size: 1.125rem;
	font-weight: 700;
	margin-top: 1.75rem;
	padding: 2.25rem 1.25rem 2.5rem;
	text-align: center;
}

.buy__lists {
	display: flex;
	gap: 1.25rem;
	justify-content: center;
}

.buy__list {
	align-items: center;
	display: flex;
	gap: 0.1875rem;
}

.buy__list::before {
	content: "■";
	display: inline-block;
}

.buy__boxText {
	margin-top: 0.5625rem;
}

.buy__textWrap {
	margin-top: 2.5rem;
	text-align: center;
}

.buy__text {
	font-size: 1.125rem;
	line-height: 1.5;
}

.buy__links {
	display: flex;
	flex-direction: column;
	gap: 2.3125rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 43.75rem;
}

/*
 * buyFlow
 * -------------------------------------------------------------
 */

.buyFlow {
	padding-bottom: 5.4375rem;
	padding-top: 7.3125rem;
}

.buyFlow__inner {
	max-width: 60.3125rem;
}

.buyFlow__body {
	align-items: center;
	display: flex;
	gap: 3.25rem;
	margin-top: 3.125rem;
}

.buyFlow__body::before {
	background: url(./../images/buy/flow.webp) no-repeat center/100%;
	content: "";
	display: block;
	height: 100%;
	min-height: 58.3125rem;
	width: 4.0625rem;
}

.buyFlow__lists {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 4.8125rem;
}

.buyFlow__list {
	align-items: stretch;
	border: 2px solid #b2d2e4;
	display: flex;
}

.buyFlow__num {
	align-content: center;
	background: #b2d2e4;
	color: #fff;
	display: grid;
	font-family: "arial", sans-serif;
	font-size: 3.125rem;
	justify-content: center;
	min-width: 6.25rem;
	place-content: center;
}

.buyFlow__details {
	flex: 1;
	padding: 1.5625rem 1.25rem;
}

.buyFlow__ttl {
	font-feature-settings: "palt";
	color: #183ab2;
	font-size: 1.375rem;
	font-weight: 700;
}

.buyFlow__text {
	font-feature-settings: "palt";
	line-height: 1.5;
	margin-top: 0.5rem;
}

.buyFlow__text a {
	-webkit-text-decoration: underline;
	display: inline-block;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.buyFlow__linkBlock {
	margin-top: 7.125rem;
	max-width: 43.75rem;
	padding-left: 7.3125rem;
}

.buyFlow__linkBlockText {
	display: none;
}

.buyFlow__link img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

/*
 * company
 * -------------------------------------------------------------
 */

.company {
	padding-bottom: 6.5rem;
	padding-top: 3.5rem;
}

.company__table {
	margin: 3.5rem auto 0;
	max-width: 34.375rem;
}

.company__item {
	font-feature-settings: "palt";
	border-bottom: 1px solid #183ab2;
	display: flex;
	padding: 0.9375rem 0.625rem 1.125rem 3.125rem;
	padding-bottom: 1.125rem;
	padding-top: 0.9375rem;
}

.company__item:first-child {
	padding-top: 0;
}

.company__dt {
	color: #183ab2;
	line-height: 1.75;
	min-width: 6.125rem;
}

.company__dd {
	flex: 1;
	line-height: 1.75;
}

/*
 * companyForm
 * -------------------------------------------------------------
 */

.companyForm {
	background: #f2f2f2;
	padding-bottom: 11.875rem;
	padding-top: 4.875rem;
	scroll-margin-top: 5rem;
}

.companyForm__inner {
	max-width: 45.625rem;
}

.companyForm__box {
	background: #fff;
	margin-top: 1.875rem;
	padding: 1.875rem 1.5625rem;
}

.companyForm__boxTtl {
	color: #183ab2;
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
}

.companyForm__boxText {
	font-weight: 700;
	line-height: 1.5;
	margin-top: 0.5rem;
}

.companyForm__body {
	margin-top: 3.375rem;
}

/*
 * companyPhil
 * -------------------------------------------------------------
 */

.companyPhil {
	background: #f2f2f2;
	padding-bottom: 4.25rem;
	padding-top: 3.125rem;
}

.companyPhil__body {
	margin-top: 3.125rem;
}

.companyPhil__lead {
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.75;
	text-align: center;
}

/*
 * form
 * -------------------------------------------------------------
 */

.form__section {
	grid-gap: 1.5625rem;
	display: grid;
	gap: 1.5625rem;
}

.form__section:nth-of-type(2) {
	margin-top: 2.5rem;
}

.form__sectionTtl {
	align-items: center;
	display: flex;
	font-size: 1.25rem;
	font-weight: 700;
	gap: 0.1875rem;
}

.form__sectionTtl::before {
	color: #2e86de;
	content: "■";
	display: block;
}

.form__field {
	grid-gap: 0.875rem;
	display: grid;
	gap: 0.875rem;
}

.form__field.--file,
.form__field.--textarea {
	gap: 0.625rem;
	margin-top: 0.625rem;
}

.form__fieldGrid {
	grid-gap: 1.4375rem 2.3125rem;
	display: grid;
	gap: 1.4375rem 2.3125rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form__fieldHead {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.875rem;
}

.form__fieldLabel {
	font-weight: 700;
}

.form__required {
	background: #ff1d25;
	border-radius: 0.625rem;
	color: #fff;
	height: 1.5625rem;
	line-height: 1;
	min-width: 3.125rem;
	padding: 0.1875rem 0.5rem 0.125rem;
	position: relative;
	top: -0.1875rem;
}

.form__chip {
	background: #4c99e3;
	border-radius: 0.625rem;
	color: #fff;
	display: inline-block;
	height: 1.625rem;
	line-height: 1;
	min-width: 7.1875rem;
	padding: 0.25rem 0.625rem;
	position: relative;
	top: -0.125rem;
}

.form__choiceGroup {
	display: flex;
	flex-wrap: wrap;
	gap: 2.125rem;
}

.form__choice,
.form__choiceGroup .wpcf7-list-item label {
	align-items: center;
	cursor: pointer;
	display: inline-flex;
	gap: 0.5625rem;
}

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

.form__choice input[type=radio],
.form__choice input[type=checkbox],
.form__choiceGroup .wpcf7-list-item input[type=radio],
.form__choiceGroup .wpcf7-list-item input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	align-items: center;
	appearance: none;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 50%;
	display: grid;
	height: 1.5625rem;
	justify-items: center;
	margin: 0;
	place-items: center;
	width: 1.5625rem;
}

.form__choice input[type=radio]::before,
.form__choice input[type=checkbox]::before,
.form__choiceGroup .wpcf7-list-item input[type=radio]::before,
.form__choiceGroup .wpcf7-list-item input[type=checkbox]::before {
	background: #2e86de;
	border-radius: 50%;
	content: "";
	height: 0.6875rem;
	transform: scale(0);
	width: 0.6875rem;
}

.form__choice input[type=radio]:checked,
.form__choice input[type=checkbox]:checked,
.form__choiceGroup .wpcf7-list-item input[type=radio]:checked,
.form__choiceGroup .wpcf7-list-item input[type=checkbox]:checked {
	border-color: #2e86de;
}

.form__choice input[type=radio]:checked::before,
.form__choice input[type=checkbox]:checked::before,
.form__choiceGroup .wpcf7-list-item input[type=radio]:checked::before,
.form__choiceGroup .wpcf7-list-item input[type=checkbox]:checked::before {
	transform: scale(1);
}

.form__control {
	position: relative;
	width: 100%;
}

.form__control input:not(.form__fileInput),
.form__control select,
.form__control textarea {
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 0.625rem;
	line-height: 1.4;
	padding: 0.6875rem 0.75rem;
	width: 100%;
}

.form__control input:not(.form__fileInput),
.form__control select {
	height: 3rem;
}

.form__control textarea {
	border-width: 2px;
	height: 12.5rem;
	min-height: 12.5rem;
	padding: 1rem 1.125rem;
	resize: vertical;
}

.form__control input:not(.form__fileInput)::-moz-placeholder,
.form__control textarea::-moz-placeholder {
	color: #ccc;
}

.form__control input:not(.form__fileInput)::placeholder,
.form__control textarea::placeholder {
	color: #ccc;
}

.form__control--select {
	position: relative;
}

.form__control--select::after {
	border-left: 0.375rem solid transparent;
	border-right: 0.375rem solid transparent;
	border-top: 0.5rem solid #111;
	content: "";
	pointer-events: none;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
}

.form__control--select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 2.5rem;
}

.form__divider {
	font-feature-settings: "palt";
	align-items: center;
	background: #183ab2;
	color: #fff;
	display: flex;
	font-size: 1.125rem;
	font-weight: 700;
	gap: 0.375rem;
	height: 3.125rem;
	justify-content: center;
	margin-top: 3.5rem;
}

.form__divider::before,
.form__divider::after {
	content: "▼";
	display: block;
}

.form__lead {
	font-feature-settings: "palt";
	font-weight: 700;
	line-height: 1.5;
	margin-top: 1.4375rem;
	padding-left: 1.625rem;
	padding-right: 1.625rem;
}

.form__control--file {
	max-width: 18.875rem;
	position: relative;
}

.form__field.--file.is-selected .form__fileTrigger {
	background: #f5f8ff;
	border-color: #183ab2;
	color: #183ab2;
}

.form__control .form__fileInput {
	-webkit-clip-path: inset(50%);
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.form__fileTrigger {
	align-items: center;
	background: #fff;
	border: 1px solid #dedede;
	border-radius: 0.625rem;
	color: #111;
	cursor: pointer;
	display: grid;
	font-size: 1rem;
	font-weight: 700;
	height: 3rem;
	justify-items: center;
	place-items: center;
	transition: 0.2s;
	width: 100%;
}

.form__control .form__fileInput:focus-visible + .form__fileTrigger {
	outline: 0.125rem solid rgba(24, 58, 178, 0.35);
	outline-offset: 0.125rem;
}

.form__control .form__fileInput::file-selector-button {
	background: transparent;
	border: 0;
	color: #111;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 700;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

.form__control .form__fileInput::-webkit-file-upload-button {
	background: transparent;
	border: 0;
	color: #111;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 700;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

.form__fileList {
	grid-gap: 0.5rem;
	display: grid;
	gap: 0.5rem;
}

.form__fileItem {
	align-items: center;
	background: #f7f7f7;
	border: 1px solid #e6e6e6;
	border-radius: 0.5rem;
	display: flex;
	gap: 0.625rem;
	justify-content: space-between;
	padding: 0.5rem 0.625rem;
}

.form__fileName {
	font-size: 0.875rem;
	line-height: 1.35;
	word-break: break-word;
}

.form__fileRemove {
	align-items: center;
	background: #fff;
	border: 1px solid #d4d4d4;
	border-radius: 0.375rem;
	color: #555;
	display: grid;
	flex-shrink: 0;
	font-size: 0.8125rem;
	font-weight: 700;
	height: 1.875rem;
	justify-items: center;
	min-width: 3.75rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	place-items: center;
}

.form__note {
	font-feature-settings: "palt";
	line-height: 1.5;
	margin-top: -0.625rem;
}

.form__submitWrap {
	display: flex;
	justify-content: center;
	margin-top: 2.5rem;
}

.form__submit {
	align-content: center;
	background: linear-gradient(180deg, #4b18d1 0%, #3d0ab8 100%);
	border-radius: 1.25rem;
	color: #fff;
	display: grid;
	font-size: 1.375rem;
	font-weight: 700;
	height: 3.9375rem;
	justify-content: center;
	letter-spacing: 0.2em;
	line-height: 1;
	min-width: 15.625rem;
	padding-left: 1.6875rem;
	padding-right: 1.6875rem;
	place-content: center;
	text-align: center;
}

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

.form .wpcf7-not-valid {
	border-color: #ff1d25 !important;
}

.form .wpcf7-not-valid-tip {
	color: #ff1d25;
	font-size: 0.75rem;
	margin-top: 0.25rem;
	position: absolute;
}

.form .wpcf7-response-output {
	border: none !important;
}

.form .wpcf7-response-output {
	color: #ff1d25;
	font-size: 0.875rem;
	font-size: 1rem;
	font-weight: 600;
	margin-top: 1rem;
}

.form .wpcf7-radio,
.form .wpcf7-checkbox {
	display: flex;
	flex-wrap: wrap;
	gap: 2.125rem;
}

.form .wpcf7-spinner {
	display: none;
}

/*
 * fv
 * -------------------------------------------------------------
 */

.fv {
	background: url(./../images/top/fv.webp) no-repeat center/cover;
	padding-bottom: 1.75rem;
	padding-top: 5.3125rem;
}

.fv__inner {
	max-width: 66.25rem;
}

.fv__ttl {
	display: flex;
	flex-direction: column;
	gap: 1.1875rem;
}

.fv__ttlLine {
	background: #fff;
	border-radius: 0 1.25rem 1.25rem 0;
	color: #183ab2;
	display: block;
	font-size: 2.5rem;
	font-weight: 700;
	max-width: 39.375rem;
	padding-bottom: 0.4375rem;
	padding-left: 1rem;
	padding-top: 0.4375rem;
	position: relative;
	z-index: 1;
}

.fv__ttlLine::before {
	background: #fff;
	border-radius: inherit;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100vw;
	z-index: -1;
}

.fv__lead {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.7777777778;
	margin-top: 3.125rem;
	padding-left: 1rem;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}

.fv__items {
	display: flex;
	gap: 1.25rem;
	justify-content: center;
	margin-top: 4.8125rem;
}

.fv__item {
	align-content: center;
	background: #B7994E;
	border-radius: 1.25rem;
	color: #fff;
	display: grid;
	font-size: max(1.125rem, min(1.9vw, 1.375rem));
	font-weight: 500;
	height: 5.25rem;
	justify-content: center;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	place-content: center;
}

.fv__itemText {
	align-items: center;
	display: flex;
	gap: 0.5625rem;
	justify-content: center;
}

.fv__itemText::before,
.fv__itemText::after {
	content: "";
	display: block;
	height: 3.875rem;
	width: 1.8125rem;
}

.fv__itemText::before {
	background: url(./../images/top/fv_obj_left.webp) no-repeat center/100%;
}

.fv__itemText::after {
	background: url(./../images/top/fv_obj_right.webp) no-repeat center/100%;
}

.fv__btns {
	display: flex;
	gap: 1.875rem;
	justify-content: center;
	margin-top: 1.625rem;
}

.fv__btn {
	align-items: center;
	align-items: center;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 38%, rgba(0, 0, 0, 0.16) 100%), linear-gradient(180deg, #f8c300 0%, #ff9800 45%, #ff5c00 100%);
	border-radius: 0.625rem;
	color: #fff;
	display: flex;
	display: flex;
	font-size: 1.25rem;
	font-weight: 500;
	gap: 0.375rem;
	gap: 0.5rem;
	height: 5rem;
	justify-content: center;
	line-height: 1.25;
	max-width: 12.5rem;
	padding-left: 0.9375rem;
	width: 50%;
}

.fv__btn::before {
	background: url(./../images/top/fv_icon1.webp) no-repeat center/100%;
	content: "";
	display: block;
	height: 3.9375rem;
	width: 3.9375rem;
}

.fv__btn.--stock {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 38%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(180deg, #4bc5f8 0%, #2f8fdf 46%, #2e4cae 100%);
	gap: 1.25rem;
}

.fv__btn.--stock::before {
	background: url(./../images/top/fv_icon2.webp) no-repeat center/100%;
	content: "";
	display: block;
	height: 3.1875rem;
	width: 3.5rem;
}

/*
 * pageFv
 * -------------------------------------------------------------
 */

.pageFv {
	height: 18.75rem;
	padding-bottom: 2.9375rem;
	position: relative;
}

.pageFv::before {
	background: #5f677d;
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	mix-blend-mode: multiply;
	opacity: 0.95;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.pageFv__inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: flex-end;
	position: relative;
}

.pageFv__ttl {
	color: #fff;
	display: block;
	font-size: 1.875rem;
	font-weight: 700;
	position: relative;
}

.pageFv.--thanks {
	background: url(./../images/thanks/fv.webp) no-repeat center/cover;
}

.pageFv.--buy {
	background: url(./../images/buy/fv.webp) no-repeat center/cover;
}

.pageFv.--company {
	background: url(./../images/company/fv.webp) no-repeat center/cover;
}

.pageFv.--service {
	background: url(./../images/service/fv.webp) no-repeat center/cover;
}

.pageFv.--stock {
	background: url(./../images/stock/fv.webp) no-repeat center/cover;
}

/*
 * serviceCase
 * -------------------------------------------------------------
 */

.serviceCase {
	padding-bottom: 6.75rem;
	padding-top: 5.5rem;
	scroll-margin-top: 5rem;
}

.serviceCase__body {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 6.125rem;
	margin-top: 6.625rem;
}

.serviceCase__item {
	grid-gap: 3.5rem;
	align-items: stretch;
	display: grid;
	gap: 3.5rem;
	grid-template-columns: 1fr 1fr;
	margin: 0 calc(50% - 50vw);
	max-width: 80rem;
	position: relative;
	width: 100vw;
}

.serviceCase__item.--reverse {
	direction: rtl;
}

.serviceCase__item.--reverse > * {
	direction: ltr;
}

.serviceCase__img {
	height: 100%;
	max-width: 37.5rem;
	width: 46.875vw;
}

.serviceCase__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.serviceCase__details {
	flex: 1;
	max-width: 33.125rem;
	padding: 0 2.5rem 0 0;
}

.serviceCase__item.--reverse .serviceCase__details {
	padding: 0 0 0 2.5rem;
}

.serviceCase__ttl {
	font-size: 1.875rem;
	font-weight: 700;
	margin-top: 0.5rem;
}

.serviceCase__lists {
	display: flex;
	flex-direction: column;
	gap: 1.375rem;
	margin-top: 1.5rem;
}

.serviceCase__label {
	font-feature-settings: "palt";
	background: #183ab2;
	border-radius: 6.25rem;
	color: #fff;
	line-height: 1;
	padding: 0.375rem 0.875rem 0.5rem;
	width: -moz-fit-content;
	width: fit-content;
}

.serviceCase__text {
	font-feature-settings: "palt";
	line-height: 1.75;
	margin-top: 0.3125rem;
	padding-left: 0.9375rem;
}

.serviceCase__effect {
	margin-top: 0.9375rem;
}

.effectList {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	padding-left: 0.9375rem;
}

.effectList__item {
	align-items: flex-start;
	display: flex;
	font-size: 1.125rem;
	font-weight: 700;
}

.effectList__item::before {
	background: url(./../images/service/arrow.webp) no-repeat center/100%;
	content: "";
	display: inline-block;
	height: 1.4375rem;
	margin-right: 0.3125rem;
	width: 1.5625rem;
}

.effectList__item span {
	color: #ed1c24;
}

.serviceCase__voice {
	background: #f2f2f2;
	border-radius: 1.25rem;
	margin-top: 1.5rem;
	max-width: 30rem;
	padding: 1.625rem 2.375rem 2.625rem;
}

.serviceCase__voiceTtl {
	border-bottom: 1px solid #000;
	font-size: 1.125rem;
	font-weight: 700;
	padding-bottom: 0.8125rem;
	text-align: center;
}

.serviceCase__voiceText {
	line-height: 1.75;
	padding-top: 0.8125rem;
}

.serviceCase__voiceFrom {
	margin-top: 0.4375rem;
	text-align: right;
}

/*
 * serviceFlow
 * -------------------------------------------------------------
 */

.serviceFlow {
	padding-bottom: 6.375rem;
}

.serviceFlow__body {
	grid-gap: 2.3125rem;
	align-items: center;
	display: grid;
	gap: 2.3125rem;
	grid-template-columns: repeat(3, 1fr);
	position: relative;
}

.serviceFlow__body::before {
	background: #183ab2;
	content: "";
	display: block;
	height: 2.0625rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
}

.serviceFlow__item {
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 1;
}

.serviceFlow__head {
	align-content: center;
	background: #7ac943;
	color: #fff;
	display: grid;
	font-size: 1.875rem;
	font-weight: 700;
	height: 3.75rem;
	justify-content: center;
	place-content: center;
}

.serviceFlow__item.--buy .serviceFlow__head {
	background: #3fa9f5;
}

.serviceFlow__lists {
	display: flex;
	flex-direction: column;
	gap: 3.125rem;
	padding: 1.6875rem 2rem 1.5rem;
}

.serviceFlow__ttl {
	color: #7ac943;
	font-size: 1.25rem;
	font-weight: 700;
}

.serviceFlow__item.--buy .serviceFlow__ttl {
	color: #3fa9f5;
}

.serviceFlow__text {
	font-feature-settings: "palt";
	line-height: 1.75;
	margin-top: 0.625rem;
}

.serviceFlow__circle {
	align-items: center;
	aspect-ratio: 1/1;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	display: flex;
	flex-direction: column;
	gap: 0.9375rem;
	justify-content: center;
	max-width: 19.5625rem;
	position: relative;
	z-index: 1;
}

.serviceFlow__circleTtl {
	color: #183ab2;
	font-size: 1.875rem;
	font-weight: 700;
}

.serviceFlow__circleLogo {
	max-width: 16.5rem;
}

.serviceFlow__circleText {
	font-feature-settings: "palt";
	font-size: 1.25rem;
}

.serviceFlow__linkBox {
	margin-top: 6.5625rem;
}

/*
 * serviceSupport
 * -------------------------------------------------------------
 */

.serviceSupport {
	background: #f2f2f2;
}

.serviceSupport__cards {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 4.3125rem;
}

.serviceSupport__card {
	grid-gap: 0.9375rem;
	align-content: center;
	aspect-ratio: 480/180;
	background: #e8ebf7;
	border: 1px solid #183ab2;
	display: grid;
	gap: 0.9375rem;
	justify-content: center;
	place-content: center;
	text-align: center;
}

.serviceSupport__ttl {
	color: #183ab2;
	font-size: 1.5rem;
	font-weight: 700;
}

.serviceSupport__text {
	font-feature-settings: "palt";
	font-size: 1.125rem;
	line-height: 1.75;
}

/*
 * single
 * -------------------------------------------------------------
 */

.single {
	padding-bottom: 6.25rem;
	padding-top: 4.0625rem;
}

.single__title {
	font-size: 1.875rem;
	font-weight: 700;
}

.single__top {
	grid-gap: 5.625rem;
	align-items: start;
	display: grid;
	gap: 5.625rem;
	grid-template-columns: minmax(0, 28.125rem) minmax(0, 1fr);
	margin-top: 1.875rem;
}

.single__mainImage {
	aspect-ratio: 1/1;
}

.single__mainImage img {
	-o-object-fit: cover;
	-o-object-position: top;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.single__thumbs {
	grid-gap: 0.625rem;
	display: grid;
	gap: 0.625rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 1rem;
}

.single__thumb {
	aspect-ratio: 1/1;
}

.single__thumb img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.single__table {
	background: #fff;
	border-collapse: collapse;
	width: 100%;
}

.single__table th,
.single__table td {
	border: 1px solid #666666;
	font-size: 1.125rem;
	line-height: 1.5;
	padding: 0.625rem 1rem;
	vertical-align: middle;
}

.single__table th {
	background: #e6e6e6;
	font-weight: 400;
	text-align: center;
	width: 7.1875rem;
}

.single__table td {
	padding-left: 1.5rem;
}

.single__note {
	margin-top: 1.25rem;
	text-align: center;
}

.single__actions {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 21.875rem;
}

.single__btn {
	align-content: center;
	border-radius: 0.625rem;
	display: grid;
	font-size: 1.125rem;
	font-weight: 700;
	height: 3.4375rem;
	justify-content: center;
	place-content: center;
}

.single__btn.--primary {
	background: #183ab2;
	color: #fff;
}

.single__btn.--outline {
	background: #d1d8f0;
	border: 3px solid #183ab2;
	color: #183ab2;
}

.single__sections {
	margin-left: auto;
	margin-right: auto;
	margin-top: 6.25rem;
	max-width: 50rem;
}

.single__block {
	border-top: 1px solid #666;
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	padding: 2.9375rem 1.25rem 3.125rem;
}

.single__block:last-child {
	border-bottom: 1px solid #666;
}

.single__blockTtl {
	align-items: center;
	display: flex;
	font-size: 1.125rem;
	font-weight: 700;
	gap: 0.8125rem;
}

.single__blockTtl::before {
	background: #183ab2;
	content: "";
	display: block;
	height: 2rem;
	width: 0.5rem;
}

.single__blockBody {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.75;
}

.single__flowList {
	display: flex;
	flex-direction: column;
	font-size: 1rem;
	font-weight: 500;
	gap: 0.1875rem;
	line-height: 1.75;
}

.single__qaList {
	display: flex;
	flex-direction: column;
	gap: 2.375rem;
}

.single__qaQ,
.single__qaA {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.75;
}

.single__related {
	margin-top: 4.5rem;
}

.single__relatedTtl {
	font-size: 1.125rem;
	font-weight: 700;
}

.single__relatedCards {
	grid-gap: 3.125rem;
	display: grid;
	gap: 3.125rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 1.5625rem;
}

.single__relatedCard {
	background: #fff;
}

.single__relatedLink {
	color: #fff;
	display: block;
	position: relative;
}

.single__relatedImg {
	aspect-ratio: 300/220;
}

.single__relatedImg img {
	-o-object-fit: cover;
	-o-object-position: top;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.single__relatedMeta {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.86) 70%);
	bottom: 2.8125rem;
	left: 0;
	padding: 1.25rem 1.25rem 0.3125rem;
	position: absolute;
	right: 0;
}

.single__relatedMaker {
	font-size: 0.875rem;
	font-weight: 700;
}

.single__relatedName {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.75;
}

.single__relatedBtn {
	align-content: center;
	background: #3d0ab8;
	color: #fff;
	display: grid;
	font-size: 1.125rem;
	font-weight: 700;
	height: 2.8125rem;
	justify-content: center;
	place-content: center;
}

/*
 * stock
 * -------------------------------------------------------------
 */

/*
 * stockContact
 * -------------------------------------------------------------
 */

.stockContact {
	padding-top: 3.75rem;
}

.stockContact__inner {
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
	padding-bottom: 2.0625rem;
	padding-top: 1.5rem;
	text-align: center;
}

.stockContact__lead {
	font-feature-settings: "palt";
	font-size: 1.125rem;
	line-height: 1.75;
}

.stockContact__lead span {
	display: inline-block;
}

.stockContact__btn {
	align-content: center;
	background: linear-gradient(0deg, rgb(237, 154, 81) 0%, rgb(242, 151, 27) 52.94%, rgb(239, 130, 0) 100%);
	border-radius: 0.625rem;
	display: grid;
	height: 3.3125rem;
	justify-content: center;
	margin: 2.1875rem auto 0;
	max-width: 12.5rem;
	place-content: center;
	position: relative;
}

.stockContact__btn::before {
	background: url(./../images/common/btn_deco_196.webp) no-repeat center/100%;
	content: "";
	display: block;
	height: 1.4375rem;
	left: 50%;
	position: absolute;
	top: 0.125rem;
	transform: translateX(-50%);
	width: min(12.25rem, 100%);
}

.stockContact__btnText {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 0.875rem;
	font-weight: 700;
	gap: 0.25rem;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.stockContact__btnText::before {
	background: url(./../images/common/icon_mail_25.webp) no-repeat center/100%;
	content: "";
	display: block;
	height: 1.25rem;
	width: 1.5625rem;
}

/*
 * stockList
 * -------------------------------------------------------------
 */

.stockList {
	padding-bottom: 12.8125rem;
	padding-top: 4.0625rem;
	scroll-margin-top: 6.25rem;
}

.stockList__result {
	font-size: 1.125rem;
}

.stockList__cards {
	grid-gap: 3.125rem;
	display: grid;
	gap: 3.125rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 3.125rem;
}

.stockList__card {
	background: #fff;
}

.stockList__cardLink {
	color: #fff;
	display: block;
	position: relative;
}

.stockList__img {
	aspect-ratio: 300/220;
}

.stockList__img img {
	-o-object-fit: cover;
	-o-object-position: top;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.stockList__meta {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 58%);
	bottom: 2.8125rem;
	left: 0;
	padding: 1.25rem 0.625rem 0.3125rem 1.25rem;
	position: absolute;
	right: 0;
}

.stockList__maker {
	font-size: 0.875rem;
	font-weight: 700;
}

.stockList__name {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.75;
}

.stockList__btn {
	align-content: center;
	background: #183ab2;
	display: grid;
	font-size: 1.125rem;
	font-weight: 500;
	height: 2.8125rem;
	justify-content: center;
	padding-bottom: 0.1875rem;
	place-content: center;
}

.stockList__empty {
	font-size: 1.125rem;
	line-height: 1.75;
	margin-top: 9.5625rem;
	text-align: center;
}

.stockList__nav {
	margin: 4.375rem auto 0;
}

.stockList__nav .wp-pagenavi {
	display: flex;
	gap: 1.4375rem;
	justify-content: center;
}

.stockList__nav .wp-pagenavi a,
.stockList__nav .wp-pagenavi span {
	align-content: center;
	background: #000;
	color: #fff;
	display: inline-block;
	display: grid;
	font-size: 1.125rem;
	font-weight: 500;
	height: 2.1875rem;
	justify-content: center;
	place-content: center;
	width: 2.1875rem;
}

/*
 * stockSerch
 * -------------------------------------------------------------
 */

.stockSerch {
	background: #f2f2f2;
	margin: 0 calc(50% - 50vw);
	padding: 3.75rem;
}

.stockSerch__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
}

.stockSerch__form {
	grid-gap: 1.625rem 2.5rem;
	display: grid;
	gap: 1.625rem 2.5rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stockSerch__row {
	grid-gap: 0.375rem;
	display: grid;
	gap: 0.375rem;
}

.stockSerch__row.--full {
	grid-column: 1/-1;
}

.stockSerch__label {
	-webkit-clip-path: inset(50%);
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.stockSerch__input,
.stockSerch__select {
	background: #fff;
	font-weight: 500;
	font-weight: 500;
	height: 3.75rem;
	padding: 0.75rem 1.4375rem;
	width: 100%;
}

.stockSerch__input {
	padding-top: 1.375rem;
}

.stockSerch__input::-moz-placeholder {
	color: #b3b3b3;
}

.stockSerch__input::placeholder {
	color: #b3b3b3;
}

.stockSerch__selectWrap {
	position: relative;
}

.stockSerch__selectWrap::after {
	-webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
	background: #808080;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	content: "";
	height: 0.75rem;
	pointer-events: none;
	position: absolute;
	right: 1.125rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.875rem;
}

.stockSerch__select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 2.375rem;
}

.stockSerch__actions {
	grid-gap: 1.625rem;
	display: grid;
	gap: 1.625rem;
	grid-column: 1/-1;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 0.125rem;
}

.stockSerch__btn {
	align-content: center;
	border-radius: 0.625rem;
	color: #fff;
	display: grid;
	font-size: 1.125rem;
	font-weight: 500;
	height: 3.75rem;
	justify-content: center;
	place-content: center;
}

.stockSerch__btn.--submit {
	background: #183ab2;
}

.stockSerch__btn.--reset {
	background: #B3B3B3;
}

.acf-field.is-hidden {
	display: none;
}

/*
 * thanks
 * -------------------------------------------------------------
 */

.thanks {
	padding-bottom: 7.5rem;
	padding-top: 4.0625rem;
}

.thanks__body {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	margin-top: 2.8125rem;
	text-align: center;
}

.thanks__blockTtl {
	color: #183ab2;
	font-size: 1.5rem;
	font-weight: 700;
}

.thanks__blockText {
	font-size: 1.125rem;
	line-height: 1.75;
	margin-top: 0.9375rem;
}

.thanks__tel {
	font-size: 1.75rem;
	font-weight: 700;
	margin-top: 0.9375rem;
}

.thanks__blockInfo {
	font-feature-settings: "palt";
	font-size: 0.875rem;
	margin-top: 1.25rem;
}

/*
 * topAbout
 * -------------------------------------------------------------
 */

.topAbout {
	background: url(./../images/top/bg_obj.webp) no-repeat center/min(84.6875rem, 106vw);
	background-repeat: repeat-y;
	padding-bottom: 6.75rem;
	padding-top: 3.75rem;
}

.topAbout__inner {
	max-width: 55rem;
}

.topAbout__logo {
	margin-left: auto;
	margin-right: auto;
	max-width: 16.5rem;
}

.topAbout__logoText {
	font-size: 0.75rem;
	text-align: center;
}

.topAbout__ttl {
	color: #183ab2;
	font-size: 1.875rem;
	font-weight: 700;
	margin-top: 2.5rem;
	text-align: center;
}

.topAbout__lead {
	font-feature-settings: "palt";
	font-size: 1.125rem;
	line-height: 1.8;
	margin-top: 2.1875rem;
}

.topAbout__body {
	display: flex;
	gap: 3.625rem;
	margin-top: 4.375rem;
	padding-left: max(0.625rem, min(1.4vw, 0.9375rem));
	padding-right: max(0.625rem, min(1.4vw, 0.9375rem));
}

.topAbout__flow {
	font-feature-settings: "palt";
	flex: 1 1;
}

.topAbout__flowHead {
	align-items: center;
	background: #666;
	color: #fff;
	display: flex;
	font-size: 1.6875rem;
	font-weight: 700;
	height: 3.375rem;
	justify-content: center;
	margin-bottom: 2.1875rem;
}

.topAbout__flow.--flow2 .topAbout__flowHead {
	background: #183ab2;
}

.topAbout__flowHead small {
	font-size: 1.25rem;
}

.topAbout__flowItems {
	display: flex;
	flex-direction: column;
	gap: 1.375rem;
}

.topAbout__flowItem {
	padding: 0.875rem 0.5rem 0.875rem 0.9375rem;
	position: relative;
}

.topAbout__flowItem.--item1 {
	border: 1px solid #000;
	text-align: center;
}

.topAbout__flowItem.--gray {
	background: #e6e6e6;
}

.topAbout__flowItem:not(:nth-child(1)) {
	margin-top: 0.3125rem;
}

.topAbout__flowItem.--border {
	border: 3px solid #183ab2;
}

.topAbout__flowGuide {
	display: block;
	font-size: 1.125rem;
	font-weight: 700;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.topAbout__flowGuide::before {
	background: url(./../images/top/about_guide.webp) no-repeat center/100%;
	content: "";
	display: block;
	height: 3.125rem;
	left: -3.75rem;
	position: absolute;
	top: 50%;
	transform: translateY(-40%);
	width: 2.9375rem;
}

.topAbout__flowGuide.not-arrow {
	margin-top: -0.375rem;
}

.topAbout__flowGuide.not-arrow::before {
	display: none;
}

.topAbout__flow.--flow2 .topAbout__flowGuide::before {
	background: url(./../images/top/about_guide_blue.webp) no-repeat center/100%;
}

.topAbout__flowInner {
	display: flex;
	gap: 2.1875rem;
}

.topAbout__flowInner.--center {
	align-items: center;
}

.topAbout__flowImg {
	max-width: 5rem;
}

.topAbout__flowImg.--position {
	left: 1.25rem;
	max-width: 4.625rem;
	position: absolute;
	top: -0.8125rem;
}

.topAbout__flowImg.--sm {
	max-width: 4.5rem;
}

.topAbout__flowTtl {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.75;
}

.topAbout__flowText {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.5;
}

.topAbout__flowBox {
	background: #bac4e8;
	display: flex;
	gap: 1.5625rem;
	justify-content: center;
	margin-top: 1rem;
	padding: 1.0625rem 0.625rem 0.625rem;
}

.topAbout__flowBoxText {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
}

.topAbout__flowBoxImg {
	max-width: 4.0625rem;
}

.topAbout__links {
	margin-top: 5rem;
}

.topAbout__btns {
	display: none;
}

.topAbout__btn {
	align-items: center;
	align-items: center;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 38%, rgba(0, 0, 0, 0.16) 100%), linear-gradient(180deg, #f8c300 0%, #ff9800 45%, #ff5c00 100%);
	border-radius: 0.625rem;
	color: #fff;
	display: flex;
	display: flex;
	font-size: 1.25rem;
	font-weight: 500;
	gap: 0.375rem;
	gap: 0.5rem;
	height: 5rem;
	line-height: 1.25;
	max-width: 12.5rem;
	padding-left: 0.9375rem;
	width: 100%;
}

.topAbout__btn::before {
	background: url(./../images/top/fv_icon1.webp) no-repeat center/100%;
	content: "";
	display: block;
	height: 3.9375rem;
	width: 3.9375rem;
}

.topAbout__btn.--stock {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 38%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(180deg, #4bc5f8 0%, #2f8fdf 46%, #2e4cae 100%);
	gap: 1.25rem;
}

.topAbout__btn.--stock::before {
	background: url(./../images/top/fv_icon2.webp) no-repeat center/100%;
	content: "";
	display: block;
	height: 3.1875rem;
	width: 3.5rem;
}

/*
 * topNewArrival
 * -------------------------------------------------------------
 */

.topNewArrival__swiper {
	margin-top: 2.5rem;
}

.topNewArrival__cards.swiper-wrapper {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(4, 1fr);
}

.topNewArrival__card {
	border: 1px solid #183ab2;
	display: grid;
	grid-row: span 3;
	grid-template-rows: subgrid;
	position: relative;
}

.topNewArrival__img {
	aspect-ratio: 235/235;
}

.topNewArrival__img img {
	-o-object-fit: cover;
	-o-object-position: top;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.topNewArrival__badge {
	max-width: 3.875rem;
	position: absolute;
	right: 0.5625rem;
	top: 0.5rem;
}

.topNewArrival__details {
	grid-gap: 1.5rem;
	display: grid;
	gap: 1.5rem;
	grid-row: span 2;
	grid-template-rows: subgrid;
	padding: 0 1.4375rem 1.375rem;
}

.topNewArrival__maker {
	font-size: 0.875rem;
	font-weight: 300;
}

.topNewArrival__name {
	font-weight: 700;
}

.topNewArrival__link {
	align-content: center;
	background: #183ab2;
	color: #fff;
	display: grid;
	height: 2.5rem;
	justify-content: center;
	max-width: 11.25rem;
	place-content: center;
	width: 100%;
}

.topNewArrival__btn {
	display: flex;
	justify-content: center;
	margin-top: 3.125rem;
}

.topNewArrival__empty {
	font-size: 1.125rem;
	margin-bottom: 9.375rem;
	margin-top: 9.375rem;
	text-align: center;
}

/*
 * topReason
 * -------------------------------------------------------------
 */

.topReason {
	background: url(./../images/top/bg_obj.webp) no-repeat center/min(84.6875rem, 106vw);
	background-position-y: -1rem;
}

.topReason__cards {
	grid-gap: 1.875rem;
	display: grid;
	gap: 1.875rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2.9375rem;
}

.topReason__card {
	background: #fff;
	border: 1px solid #183ab2;
}

.topReason__details {
	padding: 1.6875rem 0.9375rem 2.1875rem;
}

.topReason__detailsInner {
	margin-left: auto;
	margin-right: auto;
	max-width: 15rem;
}

.topReason__ttl {
	color: #183ab2;
	font-size: 1.375rem;
	font-weight: 700;
	text-align: center;
}

.topReason__text {
	font-feature-settings: "palt";
	font-size: 0.875rem;
	line-height: 1.7142857143;
	margin-top: 1.0625rem;
}

/*
 * topService
 * -------------------------------------------------------------
 */

.topService__lists {
	grid-gap: 1.75rem;
	display: grid;
	gap: 1.75rem;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 2.875rem;
}

.topService__list {
	align-items: center;
	background: #fff;
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	padding-bottom: 2.5rem;
	padding-top: 1.875rem;
	position: relative;
}

.topService__list:not(:last-child)::after {
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background: #4d4d4d;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	content: "";
	display: block;
	height: 2rem;
	position: absolute;
	right: -1.625rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.3125rem;
}

.topService__icon {
	aspect-ratio: 70/72;
	max-width: 4.375rem;
}

.topService__icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
}

.topService__ttl {
	color: #183ab2;
	font-size: 1.875rem;
	font-weight: 700;
}

.topService__btn {
	display: flex;
	justify-content: center;
	margin: 2.8125rem auto 0;
}

/*
 * u-pc
 * -------------------------------------------------------------
 */

.u-pc {
	display: block;
}

/*
 * u-sp
 * -------------------------------------------------------------
 */

.u-sp {
	display: none;
}

/*
 * u-textWrap
 * -------------------------------------------------------------
 */

.u-textWrap {
	display: inline-block;
}

@media (any-hover: hover) {

a:hover {
	opacity: 0.6;
	transition: 0.2s;
}

.footer__btn:hover {
	background: linear-gradient(0deg, rgb(80, 189, 192) 0%, rgb(56, 187, 209) 52.94%, rgb(0, 176, 198) 100%);
	opacity: 1;
}

.footer__btn:hover::before {
	background: url(./../images/common/btn_deco_sky.webp) no-repeat center/100%;
}

.c-btn:hover {
	background: #F89113;
	opacity: 1;
}

.c-btn:hover::before {
	background: url(./../images/common/btn_deco_org.webp) no-repeat center/100%;
}

.c-contact__btn:hover {
	background: linear-gradient(0deg, rgb(80, 189, 192) 0%, rgb(56, 187, 209) 52.94%, rgb(0, 176, 198) 100%);
	opacity: 1;
}

.c-contact__btn:hover::before {
	background: url(./../images/common/btn_deco_sky.webp) no-repeat center/100%;
}

.c-linkBox__btn:hover {
	filter: brightness(110%);
	opacity: 1;
}

.nav__btn:hover {
	filter: brightness(130%);
	opacity: 1;
}

.fv__btn:hover {
	filter: brightness(105%);
	opacity: 1;
}

.stockContact__btn:hover {
	filter: brightness(110%);
	opacity: 1;
}

.topAbout__btn:hover {
	filter: brightness(105%);
	opacity: 1;
}

}

@media (min-width: 1025px) {

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

}

@media (max-width: 979.98px) {

html {
	font-size: 1.63vw;
}

.header__inner {
	gap: 0;
	justify-content: center;
}

.header__logo {
	margin-left: auto;
	margin-right: auto;
}

.header__nav {
	display: contents;
}

.burger {
	display: block;
}

.nav {
	-webkit-overflow-scrolling: touch;
	aspect-ratio: 300/744;
	background: #183ab2;
	bottom: 0;
	display: block;
	height: auto;
	max-width: 18.75rem;
	overflow-y: auto;
	padding: 7.0625rem 2.375rem 7.5rem;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: all 0.6s;
	visibility: hidden;
	width: 100%;
	z-index: 10;
}

.nav__items {
	align-items: flex-start;
	flex-direction: column;
	gap: 0;
	width: 100%;
}

.nav__item {
	border-bottom: 1px solid #fff;
	padding: 0.9375rem 1rem;
	width: 100%;
}

.nav__link {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 500;
}

.nav__btns {
	flex-direction: column;
	gap: 0.9375rem;
	height: auto;
	margin: 2.75rem 0 0 1rem;
	max-width: 10.625rem;
	width: 100%;
}

.nav__btn {
	border-radius: 0.5625rem;
	font-size: 1.25rem;
	height: 2.6875rem;
	min-width: auto;
	width: 100%;
}

.nav__btn br {
	display: none;
}

.fv__inner {
	padding-left: 2.1875rem;
	padding-right: 2.1875rem;
}

}

@media (max-width: 767.98px) {

html {
	font-size: 16px;
}

.footer__inner.l-inner {
	padding-bottom: 2.3125rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	padding-top: 1.5625rem;
}

.footer__logo {
	max-width: 9.75rem;
}

.footer__lead {
	font-feature-settings: "palt";
	font-size: 0.9375rem;
	margin-top: 0.8125rem;
}

.footer__body {
	display: none;
}

.footer__copyright {
	font-size: 0.75rem;
}

.footer__copyright span {
	font-size: 0.625rem;
	margin-top: 0.5rem;
}

.footer__spNav {
	display: block;
}

.header {
	height: 3.125rem;
}

.header__logo {
	max-width: 5.5625rem;
}

.l-inner {
	max-width: 34.375rem;
	padding-left: 35px;
	padding-right: 35px;
}

.l-main {
	padding-top: 3.125rem;
}

.l-pageHead {
	padding-bottom: 3.3125rem;
	padding-top: 2.6875rem;
}

.l-section--top {
	padding-bottom: 4rem;
	padding-top: 2.8125rem;
}

.l-section--page {
	padding-bottom: 5rem;
}

.c-banner {
	gap: 2.0625rem;
}

.c-btn.--lg {
	font-size: 1.25rem;
	height: 2.6875rem;
	max-width: 13.3125rem;
	padding-left: 1.25rem;
}

.c-btn.--lg::before {
	top: 0.1875rem;
	width: min(12.875rem, 100%);
}

.c-btn.--lg .c-btn__text {
	gap: 0.8125rem;
}

.c-btn.--lg .c-btn__text::after {
	height: 1.8125rem;
	width: 1.125rem;
}

.c-contact__body {
	display: block;
	padding-left: 0;
}

.c-contact__cont {
	min-width: auto;
	padding-bottom: 3.875rem;
	padding-top: 4.375rem;
}

.c-contact__lists {
	gap: 0.625rem;
	margin-top: 2.3125rem;
}

.c-contact__list {
	font-feature-settings: "palt";
	font-size: 1rem;
	gap: 0.5625rem;
	line-height: 1.5;
}

.c-contact__list::before {
	height: 1.4375rem;
	min-width: 1.375rem;
	width: 1.375rem;
}

.c-contact__text {
	font-feature-settings: "palt";
	font-size: 1rem;
	line-height: 1.75;
	margin-top: 2.25rem;
}

.c-contact__info {
	gap: 0.4375rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	width: -moz-fit-content;
	width: fit-content;
}

.c-contact__icon {
	max-width: 3.25rem;
}

.c-contact__tel {
	font-size: 2rem;
}

.c-contact__note {
	font-feature-settings: "palt";
	font-size: 0.9375rem;
	line-height: 1.5;
}

.c-contact__btn {
	margin-left: auto;
	margin-right: auto;
	max-width: 17.1875rem;
}

.c-contact__btn::before {
	width: min(16.875rem, 100%);
}

.c-contact__btnText {
	font-size: 1.1875rem;
}

.c-contact__img {
	display: none;
}

.c-linkBox {
	padding: 1.75rem 0.75rem 2rem;
}

.c-linkBox__ttl {
	font-size: 1.25rem;
}

.c-linkBox__flex {
	align-items: center;
	flex-direction: column;
	gap: 1.6875rem;
	justify-content: start;
}

.c-linkBox__lists {
	gap: 0.5625rem;
	max-width: 69.33vw;
}

.c-linkBox__list {
	font-size: 1.1875rem;
	height: auto;
	line-height: 1.5;
	padding: 0.5625rem 0.9375rem;
	text-align: center;
}

.c-linkBox__info {
	max-width: 14.6875rem;
}

.c-linkBox__text {
	font-size: 1rem;
	line-height: 1.4375;
}

.c-linkBox__btn {
	margin-top: 1.375rem;
}

.c-pageHead__lead {
	font-size: 1rem;
	line-height: 1.75;
	margin-top: 2.5rem;
}

.c-pageSectionTtl {
	font-size: 1.625rem;
	line-height: 1.5;
}

.c-pageSectionTtl::after {
	height: 0.2625rem;
	margin-top: 1.0625rem;
	width: min(10.625rem, 100%);
}

.c-pageSectionTtl.--vw {
	margin: 0 calc(50% - 50vw);
}

.c-sectionTtl__main {
	font-size: 1.625rem;
}

.c-sectionTtl__main.--contact {
	font-size: 1.3125rem;
}

.c-sectionTtl__main::after {
	height: 0.2625rem;
	width: min(10.625rem, 100%);
}

.c-sectionTtl__sub {
	font-size: 0.875rem;
	margin-top: 0.625rem;
}

.nav {
	aspect-ratio: 300/690;
}

.nav__btn.--srv {
	background: #fff;
	color: #183ab2;
}

.buy__block:not(:nth-of-type(1)) {
	gap: 3.25rem;
}

.buy__ttl {
	font-size: 1rem;
	height: 2.375rem;
}

.buy__items {
	gap: 3.125rem;
	grid-template-columns: repeat(1, 1fr);
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5625rem;
	max-width: 56vw;
}

.buy__item {
	padding: 3.625rem 1.25rem 1.25rem;
}

.buy__icon {
	max-width: 4.1875rem;
	top: -1.25rem;
}

.buy__itemText {
	font-size: 1rem;
	line-height: 1.4375;
}

.buy__box {
	font-size: 1rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.3125rem;
	max-width: 13.125rem;
	padding: 1.625rem 0.625rem 1.8125rem;
}

.buy__lists {
	flex-wrap: wrap;
	gap: 0.375rem 1rem;
}

.buy__boxText {
	line-height: 1.4375;
	margin-top: 0.4375rem;
}

.buy__textWrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 18.75rem;
}

.buy__text {
	font-size: 1rem;
}

.buy__links {
	gap: 3rem;
	margin-top: 3.4375rem;
}

.buyFlow {
	padding-bottom: 0;
	padding-top: 4.6875rem;
}

.buyFlow__body {
	display: block;
	margin-top: 2.1875rem;
}

.buyFlow__body::before {
	display: none;
}

.buyFlow__lists {
	flex-direction: column;
	gap: 2.375rem;
}

.buyFlow__num {
	font-size: 2.6875rem;
	min-width: 5.3125rem;
}

.buyFlow__details {
	padding: 1.0625rem 1rem 1.25rem 1.0625rem;
}

.buyFlow__ttl {
	font-size: 1.1875rem;
}

.buyFlow__linkBlock {
	background: #f2f2f2;
	margin: 4.1875rem calc(50% - 50vw) 0;
	max-width: 100vw;
	padding: 3.4375rem 0 3.3125rem;
}

.buyFlow__linkBlockText {
	color: #183ab2;
	display: block;
	font-weight: 700;
	line-height: 1.4375;
	text-align: center;
}

.buyFlow__link {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	width: min(28.125rem, 80vw);
}

.company {
	padding-bottom: 4.75rem;
	padding-top: 3.75rem;
}

.company__table {
	margin-top: 2.8125rem;
}

.company__item {
	flex-direction: column;
	gap: 0;
	padding: 1.1875rem 0 0.8125rem;
}

.company__item:first-child {
	border-top: 1px solid #183ab2;
	padding-top: 1.1875rem;
}

.company__dt {
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 1;
	min-width: auto;
}

.company__dd {
	font-size: 1.0625rem;
	margin-top: 0.1875rem;
}

.companyForm {
	padding-bottom: 5.1875rem;
	padding-top: 3.3125rem;
	scroll-margin-top: 3.125rem;
}

.companyForm__box {
	margin-top: 1.125rem;
}

.companyForm__body {
	margin-top: 3.125rem;
}

.companyPhil {
	padding-bottom: 4.625rem;
	padding-top: 2.9375rem;
}

.companyPhil__body {
	margin-top: 2.5rem;
}

.companyPhil__lead {
	font-size: 1.3125rem;
}

.form__section {
	gap: 1.25rem;
}

.form__field {
	gap: 0.6875rem;
}

.form__field.--file,
.form__field.--textarea {
	margin-top: 1.25rem;
}

.form__fieldGrid {
	gap: 1.6875rem;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 1.25rem;
}

.form__fieldGrid .form__field {
	gap: 0.3125rem;
}

.form__fieldGrid .form__field:not(:has(.form__required)) {
	gap: 0.5rem;
}

.form__required {
	border-radius: 0.375rem;
}

.form__chip {
	border-radius: 0.375rem;
}

.form__choiceGroup {
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 0.875rem;
}

.form__control input:not(.form__fileInput),
.form__control select,
.form__control textarea {
	border-radius: 0.3125rem;
	padding: 0.6875rem 0.625rem;
}

.form__control--select {
	margin-bottom: 0.625rem;
}

.form__divider {
	font-size: 1rem;
	margin-top: 3.8125rem;
	padding-left: 0;
	padding-right: 0;
}

.form__divider::before,
.form__divider::after {
	display: none;
}

.form__lead {
	padding-left: 0;
	padding-right: 0;
}

.form__fileTrigger {
	border-radius: 0.3125rem;
}

.form__submitWrap {
	margin-top: 2.3125rem;
}

.form__submit {
	border-radius: 0.625rem;
	font-size: 1.1875rem;
	height: 3.125rem;
	max-width: 13.3125rem;
}

.form .wpcf7-radio,
.form .wpcf7-checkbox {
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 0.875rem;
}

.fv {
	aspect-ratio: 375/670;
	background: url(./../images/top/sp/fv.webp) no-repeat center/cover;
	margin-top: -14.83vw;
	padding-bottom: 12.8vw;
	padding-top: 25.33vw;
}

.fv__inner {
	max-width: 100%;
	padding-left: 10.27vw;
	padding-right: 10.27vw;
}

.fv__ttl {
	gap: 3.2vw;
}

.fv__ttlLine {
	border-radius: 0 2.67vw 2.67vw 0;
	font-size: 6.67vw;
	padding-bottom: 1.867vw;
	padding-top: 1.867vw;
}

.fv__lead {
	font-size: 4.8vw;
	margin-top: 9.6vw;
}

.fv__items {
	flex-direction: column;
	gap: 4.933vw;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8.13vw;
	max-width: 68.533vw;
}

.fv__item {
	border-radius: 2.67vw;
	font-size: 4.267vw;
	height: 16.533vw;
	padding-left: 3.1vw;
	padding-right: 3.1vw;
	position: relative;
}

.fv__itemText {
	gap: 0;
}

.fv__itemText::before,
.fv__itemText::after {
	height: 12.133vw;
	position: absolute;
	width: 5.6vw;
}

.fv__itemText::before {
	left: 3.1vw;
}

.fv__itemText::after {
	right: 3.1vw;
}

.fv__btns {
	display: none;
}

.pageFv {
	aspect-ratio: 375/200;
	height: auto;
	padding-bottom: 1.5625rem;
}

.pageFv__inner {
	max-width: 100%;
}

.pageFv__ttl {
	font-size: 1.625rem;
}

.pageFv.--thanks {
	background: url(./../images/thanks/sp/fv.webp) no-repeat center/cover;
}

.pageFv.--buy {
	background: url(./../images/buy/sp/fv.webp) no-repeat center/cover;
}

.pageFv.--company {
	background: url(./../images/company/sp/fv.webp) no-repeat center/cover;
}

.pageFv.--service {
	background: url(./../images/service/sp/fv.webp) no-repeat center/cover;
}

.pageFv.--stock {
	background: url(./../images/stock/sp/fv.webp) no-repeat center/cover;
}

.serviceCase {
	padding-bottom: 4.5625rem;
	padding-top: 2.9375rem;
	scroll-margin-top: 3.125rem;
}

.serviceCase__body {
	gap: 3.375rem;
	margin-top: 2.0625rem;
}

.serviceCase__item {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin: auto;
	max-width: 100%;
	width: 100%;
}

.serviceCase__item.--reverse {
	direction: inherit;
}

.serviceCase__item.--reverse > * {
	direction: inherit;
}

.serviceCase__img {
	aspect-ratio: 375/250;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.serviceCase__details {
	max-width: 100%;
	padding: 0;
}

.serviceCase__item.--reverse .serviceCase__details {
	padding: 0;
}

.serviceCase__ttl {
	line-height: 1.475;
	margin-top: 0.3125rem;
}

.serviceCase__lists {
	gap: 1.5625rem;
	margin-top: 2.25rem;
}

.serviceCase__voice {
	border-radius: 0.625rem;
	margin-top: 1.875rem;
	max-width: 100%;
}

.serviceFlow {
	padding-bottom: 3.9375rem;
}

.serviceFlow__body {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2.3125rem;
}

.serviceFlow__body::before {
	height: 80%;
	width: min(1.75rem, 100%);
}

.serviceFlow__head {
	font-size: 1.625rem;
	height: 3.1875rem;
}

.serviceFlow__lists {
	gap: 1.5625rem;
	padding: 1.5rem 1.5625rem 2.3125rem;
}

.serviceFlow__ttl {
	font-size: 1.1875rem;
}

.serviceFlow__text {
	line-height: 1.5;
}

.serviceFlow__circle {
	max-width: 16.625rem;
	width: 100%;
}

.serviceFlow__circleTtl {
	font-size: 1.625rem;
}

.serviceFlow__circleLogo {
	max-width: 14rem;
}

.serviceFlow__circleText {
	font-size: 1.0625rem;
}

.serviceFlow__linkBox {
	margin-top: 4.375rem;
}

.serviceSupport__cards {
	gap: 1.875rem;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 2rem;
}

.serviceSupport__card {
	aspect-ratio: 300/153;
	gap: 0.75rem;
	padding-left: 1.6875rem;
	padding-right: 1.6875rem;
}

.serviceSupport__ttl {
	font-size: 1.25rem;
}

.serviceSupport__text {
	font-size: 1rem;
}

.single {
	padding-bottom: 3.75rem;
	padding-top: 2.1875rem;
}

.single__title {
	font-size: 1.75rem;
}

.single__top {
	gap: 1.25rem;
	grid-template-columns: 1fr;
	margin-top: 1.25rem;
}

.single__sections {
	margin-top: 2.375rem;
}

.single__block {
	padding: 1.5rem 0 1.6875rem;
}

.single__blockTtl {
	font-size: 1.25rem;
}

.single__related {
	margin-top: 2.625rem;
}

.single__relatedCards {
	gap: 1.25rem;
	grid-template-columns: 1fr;
}

.stockContact {
	padding-top: 2.0625rem;
}

.stockContact__inner {
	padding-bottom: 1.875rem;
	padding-top: 1.6875rem;
}

.stockContact__lead {
	font-size: 1rem;
}

.stockContact__btn {
	height: 4.5625rem;
	margin-top: 1.5625rem;
	max-width: 17.1875rem;
}

.stockContact__btn::before {
	height: 2rem;
	width: min(16.875rem, 100%);
}

.stockContact__btnText {
	font-size: 1.1875rem;
}

.stockContact__btnText::before {
	height: 1.6875rem;
	width: 2.125rem;
}

.stockList {
	padding-bottom: 9.625rem;
	padding-top: 2.125rem;
	scroll-margin-top: 3.75rem;
}

.stockList__result {
	font-size: 0.9375rem;
}

.stockList__cards {
	gap: 2.5rem;
	grid-template-columns: 1fr;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.375rem;
	max-width: 84%;
}

.stockList__img {
	aspect-ratio: 255/188;
}

.stockList__meta {
	bottom: 2.3125rem;
	padding: 0.75rem 1.125rem;
}

.stockList__name {
	font-size: 1.25rem;
}

.stockList__btn {
	font-size: 0.9375rem;
	height: 2.375rem;
}

.stockList__empty {
	font-size: 1rem;
	margin-top: 6.75rem;
}

.stockList__nav {
	margin-top: 2.1875rem;
}

.stockList__nav .wp-pagenavi a,
.stockList__nav .wp-pagenavi span {
	font-size: 1.25rem;
	height: 2.4375rem;
	width: 2.4375rem;
}

.stockSerch {
	padding: 2.375rem 2.375rem 2.8125rem;
}

.stockSerch__form {
	gap: 1.0625rem;
	grid-template-columns: 1fr;
	margin-left: auto;
	margin-right: auto;
	max-width: 30rem;
}

.stockSerch__input,
.stockSerch__select {
	font-size: 0.875rem;
	height: 3.1875rem;
	padding: 0.625rem 0.75rem 0.625rem 1.25rem;
}

.stockSerch__input {
	padding-top: 1.0625rem;
}

.stockSerch__selectWrap {
	max-width: calc(100% - 3.875rem);
}

.stockSerch__selectWrap::after {
	height: 0.6875rem;
	right: 0.625rem;
	width: 0.8125rem;
}

.stockSerch__select {
	padding-right: 0.75rem;
}

.stockSerch__actions {
	gap: 1.6875rem;
	grid-template-columns: repeat(1, 1fr);
	margin: 0.9375rem auto 0;
	max-width: 14.875rem;
	width: 100%;
}

.stockSerch__btn {
	font-size: 0.9375rem;
	height: 3.1875rem;
}

.thanks {
	padding-bottom: 5rem;
	padding-top: 2.25rem;
}

.topAbout {
	background: url(./../images/top/sp/bg_obj.webp) no-repeat center/106.27vw;
	background-repeat: repeat-y;
	padding-bottom: 3.375rem;
	padding-top: 1.875rem;
}

.topAbout__head {
	margin-top: 2.375rem;
}

.topAbout__logo {
	max-width: 15rem;
}

.topAbout__logoText {
	font-size: 0.625rem;
}

.topAbout__ttl {
	font-feature-settings: "palt";
	font-size: 1.625rem;
	line-height: 1.6;
	margin-top: 1.9375rem;
}

.topAbout__lead {
	font-size: 1rem;
	margin-top: 2.25rem;
}

.topAbout__body {
	flex-direction: column;
	gap: 3.125rem;
	margin-top: 3.125rem;
	padding-left: 0;
	padding-right: 0;
}

.topAbout__flowHead {
	font-size: 1.4375rem;
	height: 2.8125rem;
	margin-bottom: 1.8125rem;
}

.topAbout__flowHead small {
	font-size: 1rem;
}

.topAbout__flowItems {
	gap: 1rem;
}

.topAbout__flowItem {
	padding: 0.5rem 0.5rem 0.625rem 0.875rem;
}

.topAbout__flowItem:not(:nth-child(1)) {
	margin-top: 0.5rem;
}

.topAbout__flowGuide {
	font-size: 0.9375rem;
}

.topAbout__flowGuide::before {
	height: 2.625rem;
	left: -3rem;
	width: 2.4375rem;
}

.topAbout__flowGuide.not-arrow {
	margin-top: 0;
}

.topAbout__flowInner {
	gap: 1.875rem;
}

.topAbout__flowImg {
	max-width: 4.1875rem;
}

.topAbout__flowImg.--position {
	left: 1rem;
	max-width: 3.875rem;
	top: -0.9375rem;
}

.topAbout__flowImg.--sm {
	max-width: 3.75rem;
}

.topAbout__flowTtl {
	font-size: 1.0625rem;
}

.topAbout__flowText {
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.5;
}

.topAbout__flowBox {
	gap: 1.375rem;
	margin-top: 0.875rem;
	padding: 0.625rem 0.625rem 0.5rem;
}

.topAbout__flowBoxText {
	font-size: 1.0625rem;
	line-height: 1.5;
}

.topAbout__flowBoxImg {
	max-width: 3.4375rem;
}

.topAbout__links {
	margin-top: 4rem;
}

.topAbout__btns {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.125rem;
}

.topNewArrival__swiper {
	margin-right: calc(50% - 50vw);
	margin-top: 2.3125rem;
	overflow: hidden;
	width: 100vw;
}

.topNewArrival__cards.swiper-wrapper {
	gap: 0.9375rem;
	grid-template-columns: 1fr;
}

.topNewArrival__swiper.swiper-initialized .topNewArrival__cards.swiper-wrapper {
	display: flex;
	gap: 0;
}

.topNewArrival__img {
	aspect-ratio: 200/200;
}

.topNewArrival__badge {
	max-width: 3.3125rem;
	right: 0.5625rem;
	top: 0.375rem;
}

.topNewArrival__details {
	padding: 0.75rem 1.1875rem 1.1875rem;
}

.topNewArrival__maker {
	font-size: 0.75rem;
}

.topNewArrival__name {
	font-size: 0.875rem;
}

.topNewArrival__link {
	font-size: 0.875rem;
	height: 2.125rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	max-width: 9.5625rem;
}

.topNewArrival__empty {
	font-size: 1rem;
	margin-bottom: 5rem;
	margin-top: 5rem;
}

.topReason {
	background: none;
}

.topReason__cards {
	gap: 2.75rem;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 2.8125rem;
}

.topReason__details {
	padding: 1.6875rem 2rem 2.0625rem;
}

.topReason__detailsInner {
	max-width: 12.5rem;
}

.topService__lists {
	gap: 2rem;
	grid-template-columns: repeat(1, 1fr);
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.25rem;
	min-width: 12.125rem;
	width: 51.73vw;
}

.topService__list {
	gap: 1.25rem;
	padding-bottom: 2.0625rem;
	padding-top: 1.875rem;
}

.topService__list:not(:last-child)::after {
	-webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
	bottom: -1.5625rem;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	height: 1.125rem;
	left: 50%;
	right: auto;
	top: auto;
	transform: translate(-50%, 0);
	width: 1.6875rem;
}

.topService__icon {
	aspect-ratio: 61/55;
	max-width: 3.8125rem;
}

.topService__ttl {
	font-size: 1.625rem;
	margin-top: 0.3125rem;
}

.topService__btn {
	margin-top: 2rem;
}

.u-pc {
	display: none;
}

.u-sp {
	display: block;
}

}

@media (max-width: 374.98px) {

html {
	font-size: 4.2666666667vw;
}

}


/*# sourceMappingURL=style.css.map */
