/* -------------------------------------------*/

/* -------------------------------------------*/

/* -------------------------------------------*/

/* -------------------------------------------*/

/* -------------------------------------------*/

/* -------------------------------------------*/

/* -------------------------------------------*/

/* -------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

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

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

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

html {
	-ms-overflow-style: scrollbar;
	font-size: 0.6944444444vw;
	overflow: auto;
}

body {
	color: #666B78;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	height: 100%;
	letter-spacing: 0.1em;
	line-height: 1.5;
	overflow-x: clip;
	position: relative;
}

[tabindex="-1"]:focus {
	outline: 0 !important;
}

section {
	position: relative;
	width: 100%;
}

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

picture {
	display: block;
	line-height: 0;
}

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

svg:not(:root) {
	overflow: hidden;
}

input,
button,
select,
optgroup,
textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: transparent;
	border: none;
	border: none;
	box-sizing: border-box;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	position: relative;
	vertical-align: middle;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

input[type=radio],
input[type=checkbox] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	border: 0;
	margin: 0;
	min-width: 0;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	border-offset: -2px;
	-webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

output {
	display: inline-block;
}

/* -------------------------------------------*/

.js-show {
	opacity: 0;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

/* 下から */

.fade-bottom {
	opacity: 0;
	-webkit-transform: translate(0, 20px);
	transform: translate(0, 20px);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.circleUp {
	-webkit-animation: circle 1s forwards;
	animation: circle 1s forwards;
	width: 0;
}

/* -------------------------------------------*/

::-moz-placeholder {
	color: #C9C8C8;
	font-weight: 500;
}

::-webkit-input-placeholder {
	color: #C9C8C8;
	font-weight: 500;
}

::-ms-input-placeholder {
	color: #C9C8C8;
	font-weight: 500;
}

::placeholder {
	color: #C9C8C8;
	font-weight: 500;
}

input:-webkit-autofill {
	-webkit-text-fill-color: #666B78;
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
	box-shadow: 0 0 0 1000px #fff inset;
}

/**
 * input
 *
 */

input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
	border: none;
	color: #666B78;
	letter-spacing: 0.1em;
	line-height: 1;
	padding: 17px 18px;
	position: relative;
	width: 100%;
}

input[type=number] {
	-moz-appearance: textfield;
}

/**
 * textarea
 *
 */

textarea {
	border: none;
	color: #666B78;
	letter-spacing: 0.02em;
	position: relative;
	width: 100%;
}

input[type=text]:disabled {
	background: transparent;
	cursor: not-allowed;
}

input[type=text]:disabled::-moz-placeholder {
	color: #1F428F;
	opacity: 1;
}

input[type=text]:disabled::-webkit-input-placeholder {
	color: #1F428F;
	opacity: 1;
}

input[type=text]:disabled::-ms-input-placeholder {
	color: #1F428F;
	opacity: 1;
}

input[type=text]:disabled::placeholder {
	color: #1F428F;
	opacity: 1;
}

/**
 * radio
 *
 */

input[type=radio] {
	display: none;
	vertical-align: middle;
}

.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0;
}

input[type=radio] + .mwform-radio-field-text {
	cursor: pointer;
	display: inline-block;
	margin: 0 20px 10px 0;
	padding: 10px 10px 10px 40px;
	position: relative;
	-webkit-transition: 0.5;
	transition: 0.5;
	-webkit-transition-property: color;
	transition-property: color;
	vertical-align: middle;
}

input[type=radio] + .mwform-radio-field-text::before {
	border: 1px solid #7f7f7f;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	width: 20px;
	z-index: 2;
}

input[type=radio] + .mwform-radio-field-text::after {
	background-color: #335eb3;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 12px;
	left: 4px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 12px;
	z-index: 5;
}

input[type=radio]:checked + .mwform-radio-field-text::after {
	opacity: 1;
}

/**
 * checkbox
 *
 */

input[type=checkbox] {
	display: none;
	vertical-align: middle;
}

input[type=checkbox] + label {
	cursor: pointer;
	display: inline-block;
	padding: 0;
	padding-left: min(44.8px, 28px);
	padding-left: min(2.8rem, 28px);
	position: relative;
	-webkit-transition: 0.5;
	transition: 0.5;
	-webkit-transition-property: color;
	transition-property: color;
}

input[type=checkbox] + label::before {
	background: #fff;
	border: 1px #767676 solid;
	border-radius: min(0.4rem, 4px);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	height: min(32px, 20px);
	height: min(2rem, 20px);
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: min(32px, 20px);
	width: min(2rem, 20px);
	z-index: 2;
}

input[type=checkbox] + label::after {
	background: url(../images/icon/icon_check.svg) no-repeat center/contain;
	content: "";
	display: block;
	height: min(24px, 15px);
	height: min(1.5rem, 15px);
	left: min(3.2px, 2px);
	left: min(0.2rem, 2px);
	opacity: 0;
	position: absolute;
	top: min(3.2px, 2px);
	top: min(0.2rem, 2px);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: color;
	transition-property: color;
	width: min(24px, 15px);
	width: min(1.5rem, 15px);
	z-index: 3;
}

input[type=checkbox]:checked + label::after {
	opacity: 1;
}

/**
 * tel(column)
 *
 */

.mwform-tel-field {
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.mwform-tel-field > input {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 100% !important;
}

/**
 * select
 *
 */

.select-parts {
	border: 1px #1F428F solid;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.select-parts::after {
	background: url(../img/contact/select_arrow.png) no-repeat top center/contain;
	content: "";
	height: 10px;
	margin-top: 2px;
	pointer-events: none;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 15px;
	z-index: 5;
}

.select-parts select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fbefe3;
	border: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #7f7f7f;
	cursor: pointer;
	font-size: 32px;
	font-size: 2rem;
	height: 45px;
	letter-spacing: 0.1em;
	padding: 0 20px 0 15px;
	position: relative;
	text-align: center;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	width: 100%;
}

/**
 * file
 *
 */

input[type=file] + label {
	margin: 0 10px 0 0;
	padding: 15px 0;
	width: 160px;
}

input[type=file] + label:after {
	left: 170px;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.l-breadcrumbs__wrap {
	margin-top: 32px;
	margin-top: 2rem;
}

.l-breadcrumbs {
	gap: 19.2px;
	gap: 1.2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #666B78;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: min(25.6px, 16px);
	font-size: min(1.6rem, 16px);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
}

.l-breadcrumbs a.home {
	gap: 9.6px;
	gap: 0.6rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #738CC8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-breadcrumbs a.home::before {
	aspect-ratio: 15/16;
	background: url(../images/icon/icon_home.svg) no-repeat center/contain;
	content: "";
	display: block;
	width: min(24px, 15px);
	width: min(1.5rem, 15px);
}

.l-breadcrumbs .arrow {
	aspect-ratio: 7/12;
	background: url(../images/icon/icon_bread-arrow.svg) no-repeat center/contain;
	width: 11.2px;
	width: 0.7rem;
}

.l-breadcrumbs span.current-item {
	padding-bottom: 1px;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.l-cta {
	background-color: #fff;
	padding-top: 121.6px;
	padding-top: 7.6rem;
	position: relative;
	z-index: 1;
}

.l-cta::before {
	aspect-ratio: 1/1;
	border: 262.4px solid #F1F5FE;
	border: 16.4rem solid #F1F5FE;
	border-radius: 50%;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 2070.4px;
	width: 129.4rem;
	z-index: -1;
}

.l-cta .c-primary-title {
	gap: 3.2px;
	gap: 0.2rem;
}

.l-cta .c-primary-title .jp {
	color: #738CC8;
}

.l-cta .c-primary-title .en {
	color: #1F428F;
	font-size: 128px;
	font-size: 8rem;
}

.l-cta__text {
	font-size: 25.6px;
	font-size: 1.6rem;
	line-height: 1.8125;
	text-align: center;
}

.l-cta___body {
	margin-inline: auto;
	margin-top: 128px;
	margin-top: 8rem;
	position: relative;
}

.l-cta___body::before,
.l-cta___body::after {
	bottom: 0;
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.l-cta___body::before {
	background-color: #F47460;
	left: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.l-cta___body::after {
	background-color: #0E2470;
	right: 0;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}

.l-cta__form {
	padding-block: 182.4px 156.8px;
	padding-block: 11.4rem 9.8rem;
	background-color: #F47460;
	border: 6.4px solid #F47460;
	border: 0.4rem solid #F47460;
	color: #fff;
	padding-left: 352px;
	padding-left: 22rem;
	width: 50%;
}

.l-cta__form .inner {
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.l-cta__form .text {
	font-size: 38.4px;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.l-cta__form .circle {
	aspect-ratio: 1/1;
	background-color: #738CC8;
	border-radius: 50%;
	display: block;
	margin: 44.8px auto 0;
	margin: 2.8rem auto 0;
	overflow: hidden;
	position: relative;
	width: 128px;
	width: 8rem;
}

.l-cta__form .circle::before,
.l-cta__form .circle::after {
	aspect-ratio: 3/2;
	background: url(../images/icon/icon_arrow.svg) no-repeat center/contain;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	width: 44.8px;
	width: 2.8rem;
}

.l-cta__form .circle::before {
	left: 0;
	-webkit-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
}

.l-cta__form .circle::after {
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.l-cta__tel {
	padding-block: 188.8px 150.4px;
	padding-block: 11.8rem 9.4rem;
	background-color: #0E2470;
	color: #fff;
	display: block;
	padding-right: 352px;
	padding-right: 22rem;
	position: relative;
	width: 50%;
}

.l-cta__tel .inner {
	left: 50%;
	margin-left: auto;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
}

.l-cta__tel .text {
	border-bottom: 1px solid #676767;
	font-size: 38.4px;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-bottom: 19.2px;
	padding-bottom: 1.2rem;
}

.l-cta__tel .box {
	gap: 12.8px;
	gap: 0.8rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-top: 32px;
	margin-top: 2rem;
}

.l-cta__tel .box .icon {
	display: block;
	width: 35.2px;
	width: 2.2rem;
}

.l-cta__tel .box .num {
	font-family: Helvetica Neue, Helvetica, Arial, Roboto, sans-serif;
	font-size: 57.6px;
	font-size: 3.6rem;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1.6111111111;
}

.l-cta__tel .time {
	font-size: 25.6px;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	margin-top: -6.4px;
	margin-top: -0.4rem;
	text-align: right;
}

.l-cta-tel {
	padding-block: 128px 140.8px;
	padding-block: 8rem 8.8rem;
	background-color: #0E2470;
	color: #fff;
	font-weight: bold;
}

.l-cta-tel__h2 {
	gap: 64px;
	gap: 4rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.l-cta-tel__h2::before {
	aspect-ratio: 1/1;
	-webkit-mask: url(../images/icon/icon_tel.svg) no-repeat center/contain;
	background-color: #fff;
	content: "";
	display: block;
	mask: url(../images/icon/icon_tel.svg) no-repeat center/contain;
	width: 112px;
	width: 7rem;
}

.l-cta-tel__h2 .text {
	font-size: 51.2px;
	font-size: 3.2rem;
	letter-spacing: 0.04em;
	text-align: center;
}

.l-cta-tel__h2 + .l-cta-tel__text {
	margin-top: 17.6px;
	margin-top: 1.1rem;
}

.l-cta-tel__text {
	font-size: 32px;
	font-size: 2rem;
	letter-spacing: 0.1em;
	text-align: center;
}

.l-cta-tel__link-wrap {
	margin-top: 43.2px;
	margin-top: 2.7rem;
	padding-top: 51.2px;
	padding-top: 3.2rem;
	position: relative;
}

.l-cta-tel__link-wrap::before {
	background-color: #676767;
	content: "";
	display: block;
	height: 1px;
	left: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 768px;
	width: 48rem;
}

.l-cta-tel__link {
	gap: 16px;
	gap: 1rem;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: Helvetica Neue, Helvetica, Arial, Roboto, sans-serif;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-cta-tel__link .text {
	font-size: 38.4px;
	font-size: 2.4rem;
	font-weight: 400;
}

.l-cta-tel__link .num {
	font-size: 102.4px;
	font-size: 6.4rem;
	letter-spacing: 0.08em;
	line-height: 1;
}

.l-cta-tel__time {
	font-size: 28.8px;
	font-size: 1.8rem;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin-top: 19.2px;
	margin-top: 1.2rem;
	text-align: center;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.l-footer {
	background-color: #F7F7F7;
	padding-top: 179.2px;
	padding-top: 11.2rem;
	position: relative;
	z-index: 1;
}

.l-footer__logo {
	display: block;
	width: 348.8px;
	width: 21.8rem;
}

.l-footer__body {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 51.2px;
	margin-top: 3.2rem;
	padding-bottom: 240px;
	padding-bottom: 15rem;
}

.l-footer__address {
	font-size: 22.4px;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5714285714;
}

.l-footer__address p + p {
	margin-top: 12.8px;
	margin-top: 0.8rem;
}

.l-footer__address .tel {
	font-family: Helvetica Neue, Helvetica, Arial, Roboto, sans-serif;
}

.l-footer__nav-li {
	gap: 67.2px;
	gap: 4.2rem;
}

.l-footer__nav-li:first-child {
	border-bottom: 1px solid;
	padding-bottom: 38.4px;
	padding-bottom: 2.4rem;
}

.l-footer__nav-li + .l-footer__nav-li {
	margin-left: auto;
	margin-top: 38.4px;
	margin-top: 2.4rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.l-footer__nav-link {
	display: block;
	font-size: 28.8px;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.6111111111;
	position: relative;
}

.l-footer__nav-link::before {
	aspect-ratio: 1/1;
	background-color: #738CC8;
	border-radius: 50%;
	content: "";
	left: 50%;
	opacity: 0;
	position: absolute;
	top: -6.4px;
	top: -0.4rem;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 12.8px;
	width: 0.8rem;
}

.l-footer__note {
	display: block;
	margin-left: auto;
	margin-top: 76.8px;
	margin-top: 4.8rem;
	width: 128px;
	width: 8rem;
}

.l-footer__copy {
	padding-block: 16px;
	padding-block: 1rem;
	background-color: #738CC8;
	color: #fff;
	font-family: Helvetica Neue, Helvetica, Arial, Roboto, sans-serif;
	font-size: 22.4px;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 1.5714285714;
	text-align: center;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.l-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.l-header {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.l-header__top {
	background-color: #fff;
	position: relative;
	z-index: 1;
}

.l-header__top .l-header__inner {
	-webkit-box-shadow: none;
	box-shadow: none;
}

body.scrolled .l-header__bottom {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.l-header__bottom {
	background-color: #fff;
	bottom: 0;
	-webkit-box-shadow: 0 0.4rem 0.6rem rgba(165, 165, 165, .24);
	box-shadow: 0 0.4rem 0.6rem rgba(165, 165, 165, .24);
	left: 0;
	position: absolute;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform 0.3s linear;
	transition: -webkit-transform 0.3s linear;
	transition: transform 0.3s linear;
	transition: transform 0.3s linear, -webkit-transform 0.3s linear;
	width: 100%;
}

.l-header__inner {
	padding-block: 10px;
	padding-inline: 128px 139.2px;
	padding-inline: 8rem 3.5%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	-webkit-box-shadow: 0 0.4rem 0.6rem rgba(165, 165, 165, .24);
	box-shadow: 0 0.4rem 0.6rem rgba(165, 165, 165, .24);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.l-header__logo {
	display: block;
	width: 91px;
}

.l-header__logo a {
	display: block;
}

.l-header__trigger {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 60px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: 60px;
}

.l-header__trigger-inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: 48px;
	width: 3rem;
}

.l-header__trigger-wrap {
	display: inline-block;
	height: 32px;
	height: 2rem;
	position: relative;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	width: 48px;
	width: 3rem;
}

.l-header__trigger-line {
	background-color: #738CC8;
	display: inline-block;
	height: 1px;
	left: 0;
	position: absolute;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	width: 48px;
	width: 3rem;
}

.l-header__trigger-line:nth-of-type(1) {
	top: 0;
}

.l-header__trigger-line:nth-of-type(1).is-active {
	-webkit-transform: translateY(0.9rem) rotate(30deg);
	transform: translateY(0.9rem) rotate(30deg);
}

.l-header__trigger-line:nth-of-type(2) {
	top: 8px;
}

.l-header__trigger-line:nth-of-type(2).is-active {
	display: none;
}

.l-header__trigger-line:nth-of-type(3) {
	bottom: 0;
}

.l-header__trigger-line:nth-of-type(3).is-active {
	-webkit-transform: translateY(-0.9rem) rotate(-30deg);
	transform: translateY(-0.9rem) rotate(-30deg);
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.l-localnav {
	height: 100%;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}

.l-localnav.is-active {
	opacity: 1;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.l-localnav__inner {
	padding-block: 32px 40px;
	padding-block: 2rem 2.5rem;
	padding-inline: 32px 24px;
	padding-inline: 2rem 1.5rem;
	background-color: #122B60;
	border-bottom-left-radius: 6.4px;
	border-bottom-left-radius: 0.4rem;
	border-top-left-radius: 6.4px;
	border-top-left-radius: 0.4rem;
	pointer-events: auto;
	position: sticky;
	right: 0;
	top: calc(100% - 3.6rem - var(--height));
}

.l-localnav__title {
	color: #738CC8;
	font-family: Helvetica Neue, Helvetica, Arial, Roboto, sans-serif;
	font-size: max(12px, 19.2px);
	font-size: max(12px, 1.2rem);
	font-style: oblique;
	letter-spacing: 0.04em;
	line-height: 1.1666666667;
	text-transform: uppercase;
}

.l-localnav__li {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.l-localnav__item {
	min-width: max(105px, 168px);
	min-width: max(105px, 10.5rem);
}

.l-localnav__item + .l-localnav__item {
	margin-top: 16px;
	margin-top: 1rem;
}

.l-localnav__link {
	gap: 6.4px;
	gap: 0.4rem;
	padding-block: 4.8px;
	padding-block: 0.3rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: max(12px, 19.2px);
	font-size: max(12px, 1.2rem);
	letter-spacing: 0.02em;
	line-height: 1.5833333333;
}

.l-localnav__link::before {
	aspect-ratio: 1/1;
	border: 3.2px solid #738CC8;
	border: 0.2rem solid #738CC8;
	border-radius: 50%;
	content: "";
	width: 19.2px;
	width: 1.2rem;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.l-wrapper {
	position: relative;
	text-align: left;
	width: 100%;
}

.l-main {
	background-color: #fff;
	position: relative;
	width: 100%;
}

.l-main.under {
	margin-top: 80px;
}

.l-main.coming .l-main--error {
	padding-block: 120px 164.8px;
	padding-block: 7.5rem 10.3rem;
	margin-top: 0;
}

.l-main.coming .error-text {
	font-size: min(32px, 20px);
	font-size: min(2rem, 20px);
}

.l-main.coming .error-link {
	margin-top: 72px;
	margin-top: 4.5rem;
}

.l-main__inner {
	padding: 0 15px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.l-main--404,
.l-main--error {
	padding-block: 192px;
	padding-block: 12rem;
	margin-top: 80px;
}

.l-main--404 .error-h1,
.l-main--error .error-h1 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-weight: bold;
}

.l-main--404 .error-h1 .jp,
.l-main--error .error-h1 .jp {
	font-size: min(67.2px, 42px);
	font-size: min(4.2rem, 42px);
	margin-top: -16px;
	margin-top: -1rem;
}

.l-main--404 .error-text,
.l-main--error .error-text {
	font-size: min(28.8px, 18px);
	font-size: min(1.8rem, 18px);
	letter-spacing: 0.12em;
	line-height: 1.7;
	margin-top: 56px;
	margin-top: 3.5rem;
	text-align: center;
}

.l-main--404 .error-link,
.l-main--error .error-link {
	display: block;
	font-size: min(27.2px, 17px);
	font-size: min(1.7rem, 17px);
	margin: 144px auto 0;
	margin: 9rem auto 0;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.l-main--404 .error-link .c-btn,
.l-main--error .error-link .c-btn {
	gap: min(76.8px, 48px);
	gap: min(4.8rem, 48px);
	padding-block: min(35.2px, 22px);
	padding-block: min(2.2rem, 22px);
	padding-inline: min(76.8px, 48px);
	padding-inline: min(4.8rem, 48px);
	width: 100%;
}

.l-main--404 .error-link .text,
.l-main--error .error-link .text {
	font-size: min(28.8px, 18px);
	font-size: min(1.8rem, 18px);
}

.l-main--404 .error-link .circle,
.l-main--error .error-link .circle {
	width: min(25.6px, 16px);
	width: min(1.6rem, 16px);
}

.l-main--404 .error-link .circle::before,
.l-main--404 .error-link .circle::after,
.l-main--error .error-link .circle::before,
.l-main--error .error-link .circle::after {
	width: min(9.12px, 5.7px);
	width: min(0.57rem, 5.7px);
}

/* -------------------------------------------*/

/* -------------------------------------------*/

body.is-open .l-navi {
	opacity: 1;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	visibility: visible;
}

.l-navi::-webkit-scrollbar {
	display: none;
}

.l-navi__inner {
	gap: 26px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 1;
}

.l-navi__menu {
	gap: 26px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-navi__menu-link {
	color: #666B78;
	font-size: min(28.8px, 18px);
	font-size: min(1.8rem, 18px);
	font-weight: bold;
	letter-spacing: 0.06em;
	padding: 10px 5px;
	position: relative;
}

.l-navi__menu-link.--target {
	gap: 4px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-navi__menu-link.--target::after {
	aspect-ratio: 1/1;
	-webkit-mask: url(../images/icon/icon_target.svg) no-repeat center/contain;
	background-color: #666B78;
	content: "";
	display: block;
	mask: url(../images/icon/icon_target.svg) no-repeat center/contain;
	width: 12px;
}

.l-navi__menu-link::before {
	aspect-ratio: 1/1;
	background-color: #738CC8;
	border-radius: 50%;
	content: "";
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 3.5px;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 4px;
}

.l-navi__btn.c-btn {
	padding-block: min(18.4px, 11.5px);
	padding-block: min(1.15rem, 11.5px);
	padding-inline: min(73.6px, 46px);
	padding-inline: min(4.6rem, 46px);
	background-color: #F47460;
	border-color: #F47460;
	color: #fff;
	position: relative;
}

.l-navi__btn.c-btn .text {
	font-size: min(28.8px, 18px);
	font-size: min(1.8rem, 18px);
	letter-spacing: 0;
}

.l-navi__btn.c-btn .circle {
	background-color: #fff;
	position: absolute;
	right: min(28.8px, 18px);
	right: min(1.8rem, 18px);
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
}

.l-navi__btn.c-btn .circle::before,
.l-navi__btn.c-btn .circle::after {
	background-color: #F47460;
	width: 5.7px;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.l-news-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.l-news-nav__item {
	border-top: 1px solid #C9C8C8;
	cursor: pointer;
}

.l-news-nav__item.current {
	background-color: #fff;
}

.l-news-nav__link {
	gap: 19.2px;
	gap: 1.2rem;
	padding-block: 44.8px;
	padding-block: 2.8rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: min(32px, 20px);
	font-size: min(2rem, 20px);
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-left: 128px;
	padding-left: 8rem;
	text-align: left;
}

.l-news-nav__link::before {
	aspect-ratio: 1/1;
	border: 4.8px solid #738CC8;
	border: 0.3rem solid #738CC8;
	border-radius: 50%;
	content: "";
	display: block;
	width: min(27.2px, 17px);
	width: min(1.7rem, 17px);
}

.l-news-list__item {
	border-bottom: 1px solid #C9C8C8;
}

.l-news-list__item + .l-news-list__item {
	margin-top: 38.4px;
	margin-top: 2.4rem;
}

.l-news-list__link {
	display: block;
	padding-bottom: 38.4px;
	padding-bottom: 2.4rem;
}

.l-news-list__date {
	color: #738CC8;
	display: block;
	font-family: Helvetica Neue, Helvetica, Arial, Roboto, sans-serif;
	font-size: clamp(12px, 22.4px, 14px);
	font-size: clamp(12px, 1.4rem, 14px);
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1.5714285714;
}

.l-news-list__bottom {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 19.2px;
	margin-top: 1.2rem;
}

.l-news-list__tag {
	background-color: #B7BCC9;
	border-radius: 10rem;
	color: #fff;
	font-size: clamp(12px, 25.6px, 16px);
	font-size: clamp(12px, 1.6rem, 16px);
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1.625;
	padding: 0 19.2px 1.6px;
	padding: 0 1.2rem 0.1rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.l-news-list__h1 {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: clamp(14px, 25.6px, 16px);
	font-size: clamp(14px, 1.6rem, 16px);
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1.625;
	margin-left: 25.6px;
	margin-left: 1.6rem;
	overflow: hidden;
}

.l-news-list__more {
	gap: 12.8px;
	gap: 0.8rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #738CC8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-news-list__more .text {
	font-size: clamp(14px, 25.6px, 16px);
	font-size: clamp(14px, 1.6rem, 16px);
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.625;
}

.l-news-list__more .circle {
	aspect-ratio: 1/1;
	background-color: #738CC8;
	border: 2px solid #738CC8;
	border-radius: 50%;
	display: block;
	overflow: hidden;
	position: relative;
	width: min(44.8px, 28px);
	width: min(2.8rem, 28px);
}

.l-news-list__more .circle::before,
.l-news-list__more .circle::after {
	aspect-ratio: 15/10;
	-webkit-mask: url(../images/icon/icon_arrow.svg) no-repeat center/contain;
	background-color: #fff;
	content: "";
	display: block;
	mask: url(../images/icon/icon_arrow.svg) no-repeat center/contain;
	position: absolute;
	top: 50%;
	width: min(16px, 10px);
	width: min(1rem, 10px);
}

.l-news-list__more .circle::before {
	left: 0;
	-webkit-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
}

.l-news-list__more .circle::after {
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.js-tab-contents-item[hidden] {
	display: none;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.l-undermv {
	background-color: #738CC8;
	height: 473.6px;
	height: 29.6rem;
	overflow: hidden;
	position: relative;
}

.l-undermv.--02::before {
	top: -124.8px;
	top: -7.8rem;
}

.l-undermv.--02::after {
	bottom: -128px;
	bottom: -8rem;
}

.l-undermv::before,
.l-undermv::after {
	aspect-ratio: 1/1;
	border: 276.8px solid #5978C4;
	border: 17.3rem solid #5978C4;
	border-radius: 50%;
	content: "";
	display: block;
	position: absolute;
	width: 1568px;
	width: 98rem;
}

.l-undermv::before {
	left: -686.4px;
	left: -42.9rem;
	top: 94.4px;
	top: 5.9rem;
}

.l-undermv::after {
	bottom: -347.2px;
	bottom: -21.7rem;
	right: -707.2px;
	right: -44.2rem;
}

.l-undermv__h1 {
	gap: 12.8px;
	gap: 0.8rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
	z-index: 1;
}

.l-undermv__h1.coming {
	color: #fff;
	display: block;
	font-size: 67.2px;
	font-size: 4.2rem;
	font-weight: bold;
	left: 50%;
	letter-spacing: 0.02em;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}

.l-undermv__h1 .jp {
	font-size: 38.4px;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.l-undermv__h1 .en {
	font-size: 102.4px;
	font-size: 6.4rem;
	font-style: oblique;
	letter-spacing: 0.04em;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.c-btn {
	gap: 76.8px;
	gap: 4.8rem;
	padding-block: 35.2px;
	padding-block: 2.2rem;
	padding-inline: 76.8px;
	padding-inline: 4.8rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border: 3.2px solid #738CC8;
	border: 0.2rem solid #738CC8;
	border-radius: 10rem;
	color: #738CC8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-btn .text {
	font-size: 28.8px;
	font-size: 1.8rem;
	font-weight: bold;
}

.c-btn .circle {
	aspect-ratio: 1/1;
	background-color: #738CC8;
	border-radius: 50%;
	display: block;
	overflow: hidden;
	position: relative;
	width: 25.6px;
	width: 1.6rem;
}

.c-btn .circle::before,
.c-btn .circle::after {
	aspect-ratio: 3/2;
	-webkit-mask: url(../images/icon/icon_arrow.svg) no-repeat center/contain;
	background-color: #fff;
	content: "";
	display: block;
	mask: url(../images/icon/icon_arrow.svg) no-repeat center/contain;
	position: absolute;
	top: 50%;
	width: 9.12px;
	width: 0.57rem;
}

.c-btn .circle::before {
	left: 0;
	-webkit-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
}

.c-btn .circle::after {
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.c-pager .wp-pagenavi {
	margin-inline: auto;
	gap: 16px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-pager .wp-pagenavi span,
.c-pager .wp-pagenavi a {
	aspect-ratio: 1/1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border: 3.2px solid #DCDCDC;
	border: 0.2rem solid #DCDCDC;
	border-radius: 50%;
	color: #666B78;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: Helvetica Neue, Helvetica, Arial, Roboto, sans-serif;
	font-size: 18px;
	font-weight: 900;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.5;
	width: 42px;
}

.c-pager .wp-pagenavi .current {
	background-color: #738CC8;
	border-color: #738CC8;
	color: #fff;
	position: relative;
}

.c-pager .wp-pagenavi .previouspostslink,
.c-pager .wp-pagenavi .nextpostslink {
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: 700%;
	white-space: nowrap;
	width: 42px;
}

.c-pager .wp-pagenavi .previouspostslink {
	left: -16px;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.c-pager .wp-pagenavi .nextpostslink {
	right: -16px;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.c-pager .wp-pagenavi .previouspostslink::before,
.c-pager .wp-pagenavi .nextpostslink::before {
	aspect-ratio: 9/14;
	-webkit-mask-image: url(../images/icon/icon_arrow02.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: #9F9F9F;
	content: "";
	display: block;
	left: 50%;
	mask-image: url(../images/icon/icon_arrow02.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 9px;
}

.c-pager .wp-pagenavi .previouspostslink::before {
	left: 45%;
	-webkit-transform: translate(-50%, -50%) scale(-1, 1);
	transform: translate(-50%, -50%) scale(-1, 1);
}

.c-pager .wp-pagenavi .nextpostslink::before {
	left: 55%;
}

.c-pager .wp-pagenavi span.extend,
.c-pager .wp-pagenavi span.last {
	background-color: transparent;
	border: none;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.c-primary-title {
	gap: 12.8px;
	gap: 0.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.c-primary-title + * {
	margin-top: 102.4px;
	margin-top: 6.4rem;
}

.c-primary-title.--center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.c-primary-title .jp {
	color: #738CC8;
	font-size: 38.4px;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5833333333;
}

.c-primary-title .en {
	font-family: Helvetica Neue, Helvetica, Arial, Roboto, sans-serif;
	font-size: 102.4px;
	font-size: 6.4rem;
	font-style: oblique;
	letter-spacing: 0.04em;
	line-height: 1.15625;
	text-transform: uppercase;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.c-secondary-title {
	gap: 12.8px;
	gap: 0.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.c-secondary-title.--center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.c-secondary-title.--white {
	color: #fff;
}

.c-secondary-title.--white .jp {
	color: #fff;
}

.c-secondary-title .jp {
	color: #738CC8;
	font-family: "ten-mincho-antique", sans-serif;
	font-size: 38.4px;
	font-size: 2.4rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.5833333333;
}

.c-secondary-title .en {
	font-family: Helvetica Neue, Helvetica, Arial, Roboto, sans-serif;
	font-size: 76.8px;
	font-size: 4.8rem;
	font-style: oblique;
	letter-spacing: 0.04em;
	line-height: 1.15625;
	text-transform: uppercase;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.section {
	height: var(--height);
	position: relative;
}

.section__pin {
	height: 100%;
	width: 100%;
}

.p-top-about__fixed.section {
	height: 300vh;
}

.p-top-about {
	padding-block: 0 800px;
	padding-block: 0 50rem;
	background-color: #1F428F;
	color: #fff;
	left: 0;
	position: sticky;
	top: 0;
}

.p-top-about::before,
.p-top-about::after {
	content: "";
	left: 0;
	position: absolute;
	width: 128px;
	width: 8rem;
}

.p-top-about::before {
	background: url(../images/top/about-line01.svg) repeat center/contain;
	height: 1241.6px;
	height: 77.6rem;
	mix-blend-mode: soft-light;
	top: -20.8px;
	top: -1.3rem;
}

.p-top-about::after {
	background-color: #9FB7DC;
	bottom: 0;
	height: calc(100% - 77.6rem);
	mix-blend-mode: multiply;
}

.p-top-about .c-primary-title {
	color: #fff;
}

.p-top-about .c-primary-title .jp {
	color: #fff;
}

.p-top-about__inner {
	padding-top: min(224px, 140px);
	padding-top: min(14rem, 140px);
}

.p-top-about__inner::after {
	background-color: #738CC8;
	content: "";
	height: 100%;
	mix-blend-mode: multiply;
	position: absolute;
	right: 0;
	top: 0;
	width: 256px;
	width: 16rem;
}

.p-top-about__body {
	padding-inline: 128px;
	padding-inline: 8rem;
	position: relative;
}

.p-top-about__lead {
	font-family: "ten-mincho-antique", sans-serif;
	font-size: min(51.2px, 32px);
	font-size: min(3.2rem, 32px);
	letter-spacing: 0.1em;
	line-height: 1.8;
}

.p-top-about__lead span {
	display: inline-block;
}

.p-top-about__lead + * {
	margin-top: 38.4px;
	margin-top: 2.4rem;
}

.p-top-about__content {
	position: relative;
}

.p-top-about__content-inner.--02,
.p-top-about__content-inner.--03 {
	left: 0;
	position: absolute;
	top: 0;
}

.p-top-about__text {
	font-size: min(28.8px, 18px);
	font-size: min(1.8rem, 18px);
	letter-spacing: 0.12em;
	line-height: 1.8;
	max-width: 1070.4px;
	max-width: 66.9rem;
}

.p-top-about__text + .p-top-about__text {
	margin-top: 51.2px;
	margin-top: 3.2rem;
}

.p-top-about__btn {
	margin-top: 102.4px;
	margin-top: 6.4rem;
}

.p-top-about__images {
	height: 1187.2px;
	height: 74.2rem;
	position: absolute;
	right: -465.6px;
	right: -29.1rem;
	top: -268.8px;
	top: -16.8rem;
	width: 1187.2px;
	width: 74.2rem;
	z-index: 1;
}

.p-top-about__image {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-top-about__image.--01 {
	z-index: 3;
}

.p-top-about__image .image {
	overflow: hidden;
}

.p-top-about__image.--02 .image,
.p-top-about__image.--03 .image {
	left: 0;
	position: absolute;
	top: 0;
}

.p-top-about__image.--02 .image {
	z-index: 2;
}

.p-top-about__image.--03 .image {
	z-index: 1;
}

.p-top-about__image .circle {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 50%;
	z-index: 3;
}

.p-top-about__image .circle-figure {
	width: 1187.2px;
	width: 74.2rem;
}

.p-top-about__content-inner {
	opacity: 0;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.p-top-about__content-inner.active {
	opacity: 1;
}

.p-top-about__image.non-active .image {
	-webkit-animation: 0.8s cubic-bezier(0.52, 0.2, 0.3, 0.88) 1 aboutOpacity;
	animation: 0.8s cubic-bezier(0.52, 0.2, 0.3, 0.88) 1 aboutOpacity;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.p-top-about__image.active .circle-figure {
	-webkit-animation: 1s cubic-bezier(0.22, 0.2, 0.3, 0.78) 1 aboutRotate;
	animation: 1s cubic-bezier(0.22, 0.2, 0.3, 0.78) 1 aboutRotate;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.p-top-about__image.active-rev .image {
	-webkit-animation: 0.8s cubic-bezier(0.32, 0.2, 0.3, 0.88) 1 aboutOpacityRev;
	animation: 0.8s cubic-bezier(0.32, 0.2, 0.3, 0.88) 1 aboutOpacityRev;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.p-top-about__image.active-rev .circle-figure {
	-webkit-animation: 1s cubic-bezier(0.22, 0.2, 0.3, 0.78) 1 aboutRotateRev;
	animation: 1s cubic-bezier(0.22, 0.2, 0.3, 0.78) 1 aboutRotateRev;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.p-top-business {
	padding-block: 616px 0;
	padding-block: 38.5rem 0;
	background-color: #738CC8;
	margin-top: -392px;
	margin-top: -24.5rem;
}

.p-top-business .c-primary-title {
	color: #fff;
}

.p-top-business .c-primary-title .jp {
	color: #fff;
}

.p-top-business .p-top__lead,
.p-top-business .p-top__text {
	color: #fff;
	text-align: center;
}

.p-top-business .p-top__text {
	margin-top: min(1.67vw, 38.4px);
	margin-top: min(1.67vw, 2.4rem);
}

.p-top-business__scroll {
	position: relative;
	z-index: 1;
}

.p-top-business__scroll-inner {
	height: 100vh;
	padding-left: 352px;
	padding-left: 22rem;
}

.p-top-business__body {
	gap: 102.4px;
	gap: 6.4rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	max-height: 800px;
	padding-top: 80px;
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
}

.p-top-business__box {
	aspect-ratio: 1/1;
	padding-inline: min(144px, 90px);
	padding-inline: min(9rem, 90px);
	background-color: #F7F7F7;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: min(164.8px, 103px);
	padding-top: min(10.3rem, 103px);
	position: relative;
	width: min(864px, 540px);
	width: min(54rem, 540px);
	z-index: 1;
}

.p-top-business__box::after {
	aspect-ratio: 1/1;
	background-color: #fff;
	border-radius: 50%;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: min(483.2px, 302px);
	width: min(30.2rem, 302px);
	z-index: -1;
}

.p-top-business__h3 {
	font-size: min(32px, 20px);
	font-size: min(2rem, 20px);
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.6;
	text-align: center;
}

.p-top-business__text {
	font-size: min(28.8px, 18px);
	font-size: min(1.8rem, 18px);
	letter-spacing: 0.12em;
	line-height: 1.8;
	margin-top: min(51.2px, 32px);
	margin-top: min(3.2rem, 32px);
}

.p-top-business__btn {
	margin-inline: auto min(46.4px, 29px);
	margin-inline: auto min(2.9rem, 29px);
	gap: min(12.8px, 8px);
	gap: min(0.8rem, 8px);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: min(48px, 30px);
	margin-top: min(3rem, 30px);
	padding: min(16px, 10px);
	padding: min(1rem, 10px);
}

.p-top-business__btn .text {
	color: #738CC8;
	font-size: min(28.8px, 18px);
	font-size: min(1.8rem, 18px);
	font-weight: bold;
	letter-spacing: 0.02em;
}

.p-top-business__btn .circle {
	aspect-ratio: 1/1;
	background-color: #738CC8;
	border: min(3.2px, 2px) solid #738CC8;
	border: min(0.2rem, 2px) solid #738CC8;
	border-radius: 50%;
	display: block;
	overflow: hidden;
	position: relative;
	width: min(44.8px, 28px);
	width: min(2.8rem, 28px);
}

.p-top-business__btn .circle::before,
.p-top-business__btn .circle::after {
	aspect-ratio: 3/2;
	-webkit-mask: url(../images/icon/icon_arrow.svg) no-repeat center/contain;
	background-color: #fff;
	content: "";
	display: block;
	mask: url(../images/icon/icon_arrow.svg) no-repeat center/contain;
	position: absolute;
	top: 50%;
	width: min(16px, 10px);
	width: min(1rem, 10px);
}

.p-top-business__btn .circle::before {
	left: 0;
	-webkit-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
}

.p-top-business__btn .circle::after {
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.p-top-business__bg {
	left: 50%;
	position: relative;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 141.8055555556%;
}

.p-top-business__bg.--01 {
	margin-top: -579.2px;
	margin-top: -36.2rem;
	z-index: 0;
}

.p-top-business__bg.--02 {
	margin-top: -705.6px;
	margin-top: -44.1rem;
	z-index: -1;
}

.p-top-business__bg.--03 {
	margin-top: -347.2px;
	margin-top: -21.7rem;
	z-index: -2;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.p-top-company {
	padding-block: 224px;
	padding-block: 14rem;
}

.p-top-company__text-box {
	width: 50%;
}

.p-top-company__text-box .p-top__text {
	margin-top: 38.4px;
	margin-top: 2.4rem;
}

.p-top-company__body.u-con--md {
	gap: 190.4px;
	gap: 11.9rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 128px;
	margin-top: 8rem;
}

.p-top-company__box {
	aspect-ratio: 5/6;
	padding-inline: 80px;
	padding-inline: 5rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0.4rem;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	width: calc(50% - 5.95rem);
}

.p-top-company__box::before {
	background-color: #14254E;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	mix-blend-mode: multiply;
	opacity: 0.7;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.p-top-company__box.--01 {
	background-image: url(../images/top/company01.jpg);
}

.p-top-company__box.--01 .title {
	top: 152px;
	top: 9.5rem;
}

.p-top-company__box.--01 .circle {
	-webkit-transform: translateY(-150%);
	transform: translateY(-150%);
}

.p-top-company__box.--02 {
	background-image: url(../images/top/company02.jpg);
	margin-top: 128px;
	margin-top: 8rem;
}

.p-top-company__box.--02 .title {
	top: 176px;
	top: 11rem;
}

.p-top-company__box.--02 .circle {
	-webkit-transform: translateY(-172%);
	transform: translateY(-172%);
}

.p-top-company__box .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.p-top-company__box .title {
	padding-block: 22.4px;
	padding-block: 1.4rem;
	font-size: 38.4px;
	font-size: 2.4rem;
	font-weight: bold;
	position: relative;
	text-align: center;
}

.p-top-company__box .title::before {
	color: #D9E4FF;
	content: attr(data-en);
	font-family: Helvetica Neue, Helvetica, Arial, Roboto, sans-serif;
	font-size: 102.4px;
	font-size: 6.4rem;
	font-style: italic;
	left: 50%;
	letter-spacing: 0.1em;
	mix-blend-mode: multiply;
	position: absolute;
	text-transform: uppercase;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	will-change: opacity, mix-blend-mode;
}

.p-top-company__box .title span {
	position: relative;
}

.p-top-company__box .p-top__text {
	margin-top: 44.8px;
	margin-top: 2.8rem;
	opacity: 0;
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
	will-change: opacity, transition;
}

.p-top-company__box .circle {
	aspect-ratio: 1/1;
	background-color: #738CC8;
	border: 3.2px solid #738CC8;
	border: 0.2rem solid #738CC8;
	border-radius: 50%;
	display: block;
	margin: 102.4px auto 0;
	margin: 6.4rem auto 0;
	overflow: hidden;
	position: relative;
	width: 102.4px;
	width: 6.4rem;
}

.p-top-company__box .circle::before,
.p-top-company__box .circle::after {
	aspect-ratio: 3/2;
	-webkit-mask: url(../images/icon/icon_arrow.svg) no-repeat center/contain;
	background-color: #fff;
	content: "";
	display: block;
	mask: url(../images/icon/icon_arrow.svg) no-repeat center/contain;
	position: absolute;
	top: 50%;
	width: 36.48px;
	width: 2.28rem;
}

.p-top-company__box .circle::before {
	left: 0;
	-webkit-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
}

.p-top-company__box .circle::after {
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.p-top-mv {
	height: calc(100vh - 80px);
	margin-top: 80px;
	min-height: 600px;
	position: relative;
}

.p-top-mv::before,
.p-top-mv::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
}

.p-top-mv::before {
	aspect-ratio: 1/1;
	border: 132.8px solid #738CC8;
	border: 8.3rem solid #738CC8;
	border-radius: 50%;
	bottom: 57.6px;
	bottom: 3.6rem;
	left: -180.8px;
	left: -11.3rem;
	width: 508.8px;
	width: 31.8rem;
}

.p-top-mv::after {
	background-color: #738CC8;
	bottom: 0;
	height: 108.8px;
	height: 6.8rem;
	left: 0;
	width: 100%;
}

.p-top-mv__contents {
	color: #fff;
	left: 50%;
	position: absolute;
	text-align: center;
	top: max(28vh, 180px);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
	z-index: 1;
}

.p-top-mv__copy {
	font-family: Helvetica Neue, Helvetica, Arial, Roboto, sans-serif;
	font-size: 192px;
	font-size: 12rem;
	font-style: italic;
	letter-spacing: 0.06em;
	line-height: 1.15;
}

.p-top-mv__copy::first-letter {
	text-transform: capitalize;
}

.p-top-mv__text {
	font-family: "ten-mincho-antique", sans-serif;
	font-size: 44.8px;
	font-size: 2.8rem;
	letter-spacing: 0.14em;
	line-height: 1.6071428571;
	margin-top: 16px;
	margin-top: 1rem;
}

.p-top-mv__video-wrap {
	background-color: #fff;
	border-bottom-right-radius: 51.2px;
	border-bottom-right-radius: 3.2rem;
	bottom: 83.2px;
	bottom: 5.2rem;
	position: absolute;
	right: 128px;
	right: 8rem;
	width: 342.4px;
	width: 21.4rem;
	z-index: 2;
}

.p-top-mv__video-wrap::after {
	aspect-ratio: 1/1;
	-webkit-animation: 20s linear infinite mv-rotation;
	animation: 20s linear infinite mv-rotation;
	background: url(../images/top/mv-circle.png) no-repeat center/contain;
	content: "";
	display: block;
	position: absolute;
	right: -72px;
	right: -4.5rem;
	top: -142.4px;
	top: -8.9rem;
	width: 254.4px;
	width: 15.9rem;
	z-index: -1;
}

.p-top-mv__video-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	padding: 32px 32px 0;
	padding: 2rem 2rem 0;
}

.p-top-mv__video-text {
	padding-block: 12.8px 17.6px;
	padding-block: 0.8rem 1.1rem;
	color: #738CC8;
	display: block;
	font-size: 22.4px;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0;
	position: relative;
	white-space: nowrap;
}

.p-top-mv__video-text::after {
	aspect-ratio: 1/1;
	background: url(../images/icon/icon_start.svg) no-repeat center/contain;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 16px;
	top: 1rem;
	width: 27.52px;
	width: 1.72rem;
}

.p-top-mv__bg {
	height: 100%;
	position: relative;
}

.p-top-mv__bg::before {
	background-color: #253866;
	bottom: 0;
	content: "";
	left: 0;
	mix-blend-mode: multiply;
	opacity: 0.6;
	position: absolute;
	right: 0;
	top: 0;
}

.p-top-mv__bg video {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.modaal-video .modaal-inner-wrapper {
	padding: 0;
}

.modaal-close:after,
.modaal-close:before {
	background: #fff;
	height: 30px;
	left: 24px;
	top: 11px;
	width: 2px;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
	background: #253866;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.p-top-news {
	background-color: #F7F7F7;
	padding-top: 160px;
	padding-top: 10rem;
}

.p-top-news__body {
	gap: 160px;
	gap: 10rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 102.4px;
	margin-top: 6.4rem;
	max-width: 2048px;
	max-width: 128rem;
}

.p-top-news__nav-wrap {
	border-right: 1px solid #C9C8C8;
	padding-bottom: 227.2px;
	padding-bottom: 14.2rem;
	width: 550.4px;
	width: 34.4rem;
}

.p-top-news__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-top-news__nav-item {
	gap: 19.2px;
	gap: 1.2rem;
	padding-block: 44.8px;
	padding-block: 2.8rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #C9C8C8;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: min(32px, 20px);
	font-size: min(2rem, 20px);
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-left: 128px;
	padding-left: 8rem;
	text-align: left;
}

.p-top-news__nav-item::before {
	aspect-ratio: 1/1;
	border: 4.8px solid #738CC8;
	border: 0.3rem solid #738CC8;
	border-radius: 50%;
	content: "";
	display: block;
	width: min(27.2px, 17px);
	width: min(1.7rem, 17px);
}

.p-top-news__nav-item[role=tab][aria-selected=true] {
	background-color: #E1E8FC;
}

.p-top-news__nav-btn {
	gap: 19.2px;
	gap: 1.2rem;
	margin-inline: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 57.6px;
	margin-top: 3.6rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-news__nav-btn .text {
	color: #738CC8;
	font-size: clamp(14px, 25.6px, 16px);
	font-size: clamp(14px, 1.6rem, 16px);
	font-weight: bold;
}

.p-top-news__nav-btn .circle {
	aspect-ratio: 1/1;
	background-color: #738CC8;
	border: 1px solid #738CC8;
	border-radius: 50%;
	display: block;
	overflow: hidden;
	position: relative;
	width: min(67.2px, 42px);
	width: min(4.2rem, 42px);
}

.p-top-news__nav-btn .circle::before,
.p-top-news__nav-btn .circle::after {
	aspect-ratio: 15/10;
	-webkit-mask: url(../images/icon/icon_arrow.svg) no-repeat center/contain;
	background-color: #fff;
	content: "";
	display: block;
	mask: url(../images/icon/icon_arrow.svg) no-repeat center/contain;
	position: absolute;
	top: 50%;
	width: min(24px, 15px);
	width: min(1.5rem, 15px);
}

.p-top-news__nav-btn .circle::before {
	left: 0;
	-webkit-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
}

.p-top-news__nav-btn .circle::after {
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.p-top-news__contents {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-top-news__contents .l-news-list__date {
	color: #666B78;
	letter-spacing: 0.1em;
}

.p-top-news__article-non {
	font-size: clamp(14px, 25.6px, 16px);
	font-size: clamp(14px, 1.6rem, 16px);
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.p-top-product {
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50.9rem, transparent), color-stop(50.9rem, #E9EFFF), to(#E9EFFF));
	background: linear-gradient(to bottom, transparent 0%, transparent 50.9rem, #E9EFFF 50.9rem, #E9EFFF 100%);
	margin-top: -304px;
	margin-top: -19rem;
	padding-top: 270.4px;
	padding-top: 16.9rem;
	z-index: 2;
}

.p-top-product::before {
	aspect-ratio: 2042/609;
	-webkit-mask: url(../images/top/business-bg01.svg) no-repeat center/contain;
	background-color: #E9EFFF;
	content: "";
	display: block;
	left: 50%;
	mask: url(../images/top/business-bg01.svg) no-repeat center/contain;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%) scale(1, -1);
	transform: translateX(-50%) scale(1, -1);
	width: 141.8055555556%;
	z-index: -1;
}

.p-top-product .p-top__lead,
.p-top-product .p-top__text {
	text-align: center;
}

.p-top-product .p-top__text {
	margin-top: 38.4px;
	margin-top: 2.4rem;
}

.p-top-product__body {
	margin-top: 184px;
	margin-top: 11.5rem;
}

.p-top-product__box {
	padding-block: 128px 192px;
	padding-block: 8rem 12rem;
	counter-increment: mycounter;
	position: relative;
}

.p-top-product__box::after {
	aspect-ratio: 13/20;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	pointer-events: none;
	position: absolute;
	right: 0;
	width: 624px;
	width: 39rem;
}

.p-top-product__box.--01::after {
	background-image: url(../images/top/product01.png);
	top: -243.2px;
	top: -15.2rem;
}

.p-top-product__box.--02 {
	background-color: #F7F7F7;
}

.p-top-product__box.--02::after {
	background-image: url(../images/top/product02.png);
	top: -235.2px;
	top: -14.7rem;
}

.p-top-product__box.--02 .p-top-product__li {
	max-width: 544px;
	max-width: 34rem;
}

.p-top-product__box.--03 {
	padding-bottom: 0;
}

.p-top-product__box.--03::after {
	background-image: url(../images/top/product03.png);
	top: -195.2px;
	top: -12.2rem;
}

.p-top-product__box.--03 .p-top-product__image-link {
	margin-left: 99.2px;
	margin-left: 6.2rem;
	width: 464px;
	width: 29rem;
}

.p-top-product__head {
	gap: 52.8px;
	gap: 3.3rem;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	border-bottom: 1px solid #C9C8C8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 64px;
	padding-bottom: 4rem;
}

.p-top-product__head + * {
	margin-top: 102.4px;
	margin-top: 6.4rem;
}

.p-top-product__head::before {
	color: #1F428F;
	content: counter(mycounter, decimal-leading-zero);
	font-family: Helvetica Neue, Helvetica, Arial, Roboto, sans-serif;
	font-size: 192px;
	font-size: 12rem;
	font-style: oblique;
	line-height: 1;
}

.p-top-product__h3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.p-top-product__h3 .jp {
	font-size: 38.4px;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.6;
}

.p-top-product__h3 .en {
	color: #1F428F;
	font-family: Helvetica Neue, Helvetica, Arial, Roboto, sans-serif;
	font-size: 64px;
	font-size: 4rem;
	font-style: oblique;
	letter-spacing: 0.04em;
	line-height: 1.15;
	text-transform: uppercase;
}

.p-top-product__box-inner {
	margin-inline: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1792px;
	max-width: 112rem;
}

.p-top-product__box-inner + .p-top-product__box-inner {
	margin-top: 128px;
	margin-top: 8rem;
}

.p-top-product__left {
	padding-left: 96px;
	padding-left: 6rem;
	width: 50%;
}

.p-top-product__left .p-top__text {
	line-height: 1.8;
	max-width: 768px;
	max-width: 48rem;
	text-align: left;
}

.p-top-product__h4 {
	gap: 6.4px;
	gap: 0.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.p-top-product__h4 .jp {
	color: #1F428F;
	font-size: 38.4px;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.6;
}

.p-top-product__h4 .en {
	color: #B5B5B5;
	font-family: Helvetica Neue, Helvetica, Arial, Roboto, sans-serif;
	font-size: 25.6px;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	text-transform: capitalize;
}

.p-top-product__h4 + * {
	margin-top: 25.6px;
	margin-top: 1.6rem;
}

.p-top-product__li {
	border-top: 1px solid #C9C8C8;
	max-width: 768px;
	max-width: 48rem;
}

.p-top-product__item {
	border-bottom: 1px solid #C9C8C8;
}

.p-top-product__item.hover .p-top-product__link {
	background-color: #E1E8FC;
}

.p-top-product__item.hover .p-top-product__link .text {
	opacity: 0.6;
}

.p-top-product__item.hover .p-top-product__link .circle {
	background-color: #fff;
}

.p-top-product__item.hover .p-top-product__link .circle::before,
.p-top-product__item.hover .p-top-product__link .circle::after {
	background-color: #738CC8;
}

.p-top-product__item.hover .p-top-product__link .circle::before {
	-webkit-transform: translate(1.25rem, -50%);
	transform: translate(1.25rem, -50%);
}

.p-top-product__item.hover .p-top-product__link .circle::after {
	-webkit-transform: translate(2rem, -50%);
	transform: translate(2rem, -50%);
}

.p-top-product__link {
	padding-block: 32px;
	padding-block: 2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-top-product__link::before {
	aspect-ratio: 1/1;
	border: 4.8px solid #738CC8;
	border: 0.3rem solid #738CC8;
	border-radius: 50%;
	content: "";
	display: block;
	width: 25.6px;
	width: 1.6rem;
}

.p-top-product__link .image {
	display: none;
}

.p-top-product__link .text {
	font-size: 28.8px;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-left: 12.8px;
	margin-left: 0.8rem;
}

.p-top-product__link .circle {
	aspect-ratio: 1/1;
	background-color: #738CC8;
	border: 1px solid #738CC8;
	border-radius: 50%;
	display: block;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	width: 67.2px;
	width: 4.2rem;
}

.p-top-product__link .circle::before,
.p-top-product__link .circle::after {
	aspect-ratio: 3/2;
	-webkit-mask: url(../images/icon/icon_arrow.svg) no-repeat center/contain;
	background-color: #fff;
	content: "";
	display: block;
	mask: url(../images/icon/icon_arrow.svg) no-repeat center/contain;
	position: absolute;
	top: 50%;
	width: 24px;
	width: 1.5rem;
}

.p-top-product__link .circle::before {
	left: 0;
	-webkit-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
}

.p-top-product__link .circle::after {
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.p-top-product__right {
	width: 50%;
}

.p-top-product__images {
	gap: 57.6px 38.4px;
	gap: 3.6rem 2.4rem;
	margin-left: auto;
	width: 796.8px;
	width: 49.8rem;
}

.p-top-product__image {
	width: calc(33.33333% - 1.6rem);
}

.p-top-product__image.hover .p-top-product__image-link::before {
	opacity: 0.86;
}

.p-top-product__image.hover .p-top-product__image-link .text {
	opacity: 1;
}

.p-top-product__image-link {
	display: block;
	position: relative;
}

.p-top-product__image-link::before {
	background-color: #738CC8;
	border-radius: 50%;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	mix-blend-mode: multiply;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-top-product__image-link .text {
	color: #fff;
	font-size: 22.4px;
	font-size: 1.4rem;
	font-weight: bold;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
	z-index: 1;
}

.p-top-product__image-link .image {
	border-radius: 50%;
	-webkit-box-shadow: 0 0.2rem 1.4rem rgba(155, 155, 155, .12);
	box-shadow: 0 0.2rem 1.4rem rgba(155, 155, 155, .12);
}

.p-top-product__btn {
	margin-top: 102.4px;
	margin-top: 6.4rem;
}

.p-top-product__bg {
	aspect-ratio: 2042/609;
	-webkit-mask: url(../images/top/business-bg01.svg) no-repeat center/contain;
	background-color: #E9EFFF;
	left: 50%;
	margin-top: -438.4px;
	margin-top: -27.4rem;
	mask: url(../images/top/business-bg01.svg) no-repeat center/contain;
	position: relative;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 141.8055555556%;
	z-index: 1;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.p-top-recruit__top {
	margin-top: 249.6px;
	margin-top: 15.6rem;
}

.p-top-recruit__top + * {
	margin-top: 185.6px;
	margin-top: 11.6rem;
}

.p-top-recruit__top-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.p-top-recruit__top-wrap + .p-top-recruit__top-wrap {
	margin-top: 68.8px;
	margin-top: 4.3rem;
}

.p-top-recruit__en {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.p-top-recruit__en.--top {
	-webkit-animation: flowingLeft 200s infinite linear 0.5s both;
	animation: flowingLeft 200s infinite linear 0.5s both;
}

.p-top-recruit__en.--bottom {
	-webkit-animation: flowingRight 220s infinite linear 0.5s both;
	animation: flowingRight 220s infinite linear 0.5s both;
}

.p-top-recruit__en li {
	max-width: 3625.6px;
	max-width: 226.6rem;
	width: 157.3613646378vw;
}

.p-top-recruit {
	padding-block: 200px 240px;
	padding-block: 12.5rem 15rem;
	margin-inline: auto;
	max-width: 2304px;
	max-width: 144rem;
}

.p-top-recruit + * {
	margin-top: 129.6px;
	margin-top: 8.1rem;
}

.p-top-recruit::before,
.p-top-recruit::after {
	aspect-ratio: 1/1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 992px;
	width: 62rem;
}

.p-top-recruit::before {
	background-image: url(../images/top/recruit01_xl.png);
	left: -486.4px;
	left: -30.4rem;
}

.p-top-recruit::after {
	background-image: url(../images/top/recruit02.png);
	right: -488px;
	right: -30.5rem;
}

.p-top-recruit .p-top__text {
	text-align: center;
}

.p-top-recruit__btn {
	margin-top: 102.4px;
	margin-top: 6.4rem;
}

.p-top-recruit__btn .c-btn {
	margin-inline: auto;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.p-top-bg {
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(10%, transparent), color-stop(10%, white), to(white));
	background: linear-gradient(to bottom, transparent 0%, transparent 10%, white 10%, white 100%);
	position: relative;
	z-index: 1;
}

.p-top__lead {
	font-size: max(15px, 28.8px);
	font-size: max(15px, 1.8rem);
	font-weight: bold;
	letter-spacing: 0.12em;
	line-height: 1.8;
}

.p-top__lead span {
	display: inline-block;
}

.p-top__text {
	font-size: max(13px, 25.6px);
	font-size: max(13px, 1.6rem);
	letter-spacing: 0.12em;
	line-height: 1.7;
}

.p-top__text span {
	display: inline-block;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.p-about .l-undermv {
	margin-bottom: 132.8px;
	margin-bottom: 8.3rem;
}

.p-about .p-top-recruit__top {
	margin-top: 0;
}

.p-about .p-top-recruit__top + * {
	margin-top: 224px;
	margin-top: 14rem;
}

.p-about__cta {
	background-color: #fff;
	padding-top: 224px;
	padding-top: 14rem;
	position: relative;
}

.p-about__body {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-right: 128px;
	padding-right: 8rem;
}

.p-about__body .c-secondary-title {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	left: 0;
	position: sticky;
	top: 224px;
	top: 14rem;
}

.p-about__contents {
	width: max(530px, 1065.6px);
	width: max(530px, 66.6rem);
}

.p-about__h3 {
	color: #6c6c6c;
	font-family: "ten-mincho-antique", sans-serif;
	font-size: 32px;
	font-size: 2rem;
	line-height: 1;
	margin-top: 102.4px;
	margin-top: 6.4rem;
}

.p-about__h3::before {
	aspect-ratio: 1/1;
	border: 4.8px solid #738CC8;
	border: 0.3rem solid #738CC8;
	border-radius: 50%;
	content: "";
	display: inline-block;
	margin-right: 8px;
	margin-right: 0.5rem;
	width: 27.2px;
	width: 1.7rem;
}

.p-about__h3 + .p-about__text {
	margin-top: 38.4px;
	margin-top: 2.4rem;
}

.p-about__lead {
	font-family: "ten-mincho-antique", sans-serif;
	font-size: max(38.4px, 20px);
	font-size: max(2.4rem, 20px);
	font-weight: 500;
	line-height: 1.8;
}

.p-about__lead.--blue {
	color: #738CC8;
}

.p-about__lead.--02 {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size: max(28.8px, 16px);
	font-size: max(1.8rem, 16px);
	text-align: center;
}

.p-about__lead span {
	display: inline-block;
}

.p-about__text {
	font-size: max(25.6px, 14px);
	font-size: max(1.6rem, 14px);
	letter-spacing: 0.12em;
	line-height: 1.8;
	margin-top: 64px;
	margin-top: 4rem;
}

.p-about__text.--box {
	margin-inline: auto;
	max-width: 1065.6px;
	max-width: 66.6rem;
}

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

.p-about__text.--blue {
	color: #738CC8;
}

.p-about__text:first-child {
	margin-top: 0;
}

.p-about__text.--sub {
	font-size: max(22.4px, 12px);
	font-size: max(1.4rem, 12px);
}

.p-about__text.--sub + .p-about__text.--sub {
	margin-top: 19.2px;
	margin-top: 1.2rem;
}

.p-about__text.--image.--02 {
	width: 1094.4px;
	width: 68.4rem;
}

.p-about__text.--image.--02 + * {
	margin-top: 160px;
	margin-top: 10rem;
}

.p-about__text + .p-about__text {
	margin-top: 46.4px;
	margin-top: 2.9rem;
}

.p-about__text + .p-about__text.--sub {
	margin-top: 19.2px;
	margin-top: 1.2rem;
}

.p-about__text span {
	display: inline-block;
}

.p-about__image {
	border-radius: 0.4rem;
	margin-top: 64px;
	margin-top: 4rem;
	overflow: hidden;
}

.p-about__image.--norad {
	border-radius: 0;
}

.p-about__image + * {
	margin-top: 102.4px;
	margin-top: 6.4rem;
}

.p-about__image + .p-about__text {
	margin-top: 64px;
	margin-top: 4rem;
}

.p-about-sec01__en {
	padding-inline: 8px;
	padding-inline: 0.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: Helvetica Neue, Helvetica, Arial, Roboto, sans-serif;
	font-size: 118.4px;
	font-size: 7.4rem;
	font-style: oblique;
	left: 50%;
	letter-spacing: 0.04em;
	overflow: hidden;
	position: absolute;
	top: -46.4px;
	top: -2.9rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}

.p-about-sec01__en span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.p-about-sec01__en span.is-show {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.p-about-sec01__en span.f {
	width: 76.944px;
	width: 4.809rem;
}

.p-about-sec01__en span.r {
	margin-left: 4.64px;
	margin-left: 0.29rem;
	width: 81.152px;
	width: 5.072rem;
}

.p-about-sec01__en span.o {
	margin-left: 10.816px;
	margin-left: 0.676rem;
	width: 86.064px;
	width: 5.379rem;
}

.p-about-sec01__en span.m {
	margin-left: 7.456px;
	margin-left: 0.466rem;
	width: 99.44px;
	width: 6.215rem;
}

.p-about-sec01__en span.c.mg-l01 {
	margin-left: 45.552px;
	margin-left: 2.847rem;
	width: 79.872px;
	width: 4.992rem;
}

.p-about-sec01__en span.h {
	margin-left: 7.072px;
	margin-left: 0.442rem;
	width: 85.44px;
	width: 5.34rem;
}

.p-about-sec01__en span.u {
	margin-left: 11.328px;
	margin-left: 0.708rem;
	width: 78.96px;
	width: 4.935rem;
}

.p-about-sec01__en span.g {
	margin-left: 8.496px;
	margin-left: 0.531rem;
	width: 81.568px;
	width: 5.098rem;
}

.p-about-sec01__en span.o-2 {
	margin-left: 14.48px;
	margin-left: 0.905rem;
	width: 86.064px;
	width: 5.379rem;
}

.p-about-sec01__en span.k {
	margin-left: 7.76px;
	margin-left: 0.485rem;
	width: 86.544px;
	width: 5.409rem;
}

.p-about-sec01__en span.u-2 {
	margin-left: 3.936px;
	margin-left: 0.246rem;
	width: 78.96px;
	width: 4.935rem;
}

.p-about-sec01__en span.s.mg-l02 {
	margin-left: 43.824px;
	margin-left: 2.739rem;
	width: 73.888px;
	width: 4.618rem;
}

.p-about-sec01__en span.h-2 {
	margin-left: 8.544px;
	margin-left: 0.534rem;
	width: 85.44px;
	width: 5.34rem;
}

.p-about-sec01__en span.i {
	margin-left: 7.168px;
	margin-left: 0.448rem;
	width: 29.664px;
	width: 1.854rem;
}

.p-about-sec01__en span.i img {
	height: 84.8px;
	height: 5.3rem;
}

.p-about-sec01__en span.k-2 {
	margin-left: 5.424px;
	margin-left: 0.339rem;
	width: 86.544px;
	width: 5.409rem;
}

.p-about-sec01__en span.o-3 {
	margin-left: 2.24px;
	margin-left: 0.14rem;
	width: 86.064px;
	width: 5.379rem;
}

.p-about-sec01__en span.g-2 {
	margin-left: 11.68px;
	margin-left: 0.73rem;
	width: 81.568px;
	width: 5.098rem;
}

.p-about-sec01__en span.y {
	margin-left: 22.848px;
	margin-left: 1.428rem;
	width: 75.68px;
	width: 4.73rem;
}

.p-about-sec01__en span.o-4 {
	margin-left: -1.6px;
	margin-left: -0.1rem;
	width: 86.064px;
	width: 5.379rem;
}

.p-about-sec01__en span.t.mg-l03 {
	margin-left: 52.144px;
	margin-left: 3.259rem;
	width: 71.056px;
	width: 4.441rem;
}

.p-about-sec01__en span.o-5 {
	margin-left: -1.6px;
	margin-left: -0.1rem;
	width: 86.064px;
	width: 5.379rem;
}

.p-about-sec01__en span.c-2.mg-l04 {
	margin-left: 49.088px;
	margin-left: 3.068rem;
	width: 79.872px;
	width: 4.992rem;
}

.p-about-sec01__en span.s-2 {
	margin-left: 8.352px;
	margin-left: 0.522rem;
	width: 73.888px;
	width: 4.618rem;
}

.p-about-sec01__en span.k-3 {
	margin-left: 8.256px;
	margin-left: 0.516rem;
	width: 86.544px;
	width: 5.409rem;
}

.p-about-sec01__en span.dot {
	margin-left: -3.2px;
	margin-left: -0.2rem;
	margin-top: auto;
	width: 14.736px;
	width: 0.921rem;
}

.p-about-sec01__en > span {
	overflow: hidden;
}

.p-about-sec01 {
	background: linear-gradient(110deg, #5274C1, #C2D2F6);
	color: #fff;
	height: 100%;
}

.p-about-sec01__body {
	padding-block: 227.2px 0;
	padding-block: 14.2rem 0;
	position: relative;
}

.p-about-sec01__body::before {
	aspect-ratio: 120/2232;
	background: url(../images/under/about/sec01-en.png) no-repeat center/contain;
	content: "";
	display: block;
	left: 0;
	mix-blend-mode: soft-light;
	position: absolute;
	top: 582.4px;
	top: 36.4rem;
	width: 192px;
	width: 12rem;
	will-change: opacity, mix-blend-mode;
}

.p-about-sec01__body .p-about__lead + * {
	margin-top: 102.4px;
	margin-top: 6.4rem;
}

.p-about-sec01__body > * {
	position: relative;
	z-index: 1;
}

.p-about-sec01__h2 {
	font-family: "ten-mincho-antique", sans-serif;
	font-size: 38.4px;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	text-align: center;
}

.p-about-sec01__h2 + * {
	margin-top: 38.4px;
	margin-top: 2.4rem;
}

.p-about-sec01__logo {
	margin: 102.4px auto 0;
	margin: 6.4rem auto 0;
	max-width: 1124.8px;
	max-width: 70.3rem;
	position: relative;
}

.p-about-sec01__logo + * {
	margin-top: 160px;
	margin-top: 10rem;
}

.p-about-sec01__logo-image {
	padding: 104px;
	padding: 6.5rem;
	position: relative;
	width: 53.4850640114%;
}

.p-about-sec01__logo-image::before {
	border-radius: 50%;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	width: 100%;
	will-change: opacity, mix-blend-mode;
	z-index: 0;
}

.p-about-sec01__logo-image.--01::before {
	background-color: #666B78;
}

.p-about-sec01__logo-image.--02 {
	position: absolute;
	right: 0;
	top: 0;
}

.p-about-sec01__logo-image.--02::before {
	background-color: #738CC8;
}

.p-about-sec01__logo-image img {
	position: relative;
	z-index: 1;
}

.p-about-sec01__logo-text {
	margin: 102.4px auto 0;
	margin: 6.4rem auto 0;
	max-width: 1542.4px;
	max-width: 96.4rem;
}

.p-about-sec02 {
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20rem, transparent), color-stop(20rem, #fff), to(#fff));
	background: linear-gradient(to bottom, transparent 0%, transparent 20rem, #fff 20rem, #fff 100%);
	height: 100%;
}

.p-about-sec02__head {
	position: relative;
}

.p-about-sec02__head .c-secondary-title {
	gap: 19.2px;
	gap: 1.2rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
	z-index: 1;
}

.p-about-sec02__head .c-secondary-title .en {
	font-size: 118.4px;
	font-size: 7.4rem;
}

.p-about-sec02__body {
	padding-block: 96px 115.2px;
	padding-block: 6rem 7.2rem;
	margin-top: 128px;
	margin-top: 8rem;
	max-width: 1491.2px;
	max-width: 93.2rem;
	position: relative;
	z-index: 1;
}

.p-about-sec02__body::before {
	background: -webkit-gradient(linear, left top, left bottom, from(#1F428F), to(#738CC8));
	background: linear-gradient(to bottom, #1F428F, #738CC8);
	border-radius: 10rem;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 96px;
	width: 6rem;
	z-index: -1;
}

.p-about-sec02__li-item {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-about-sec02__li-item::before {
	aspect-ratio: 1/1;
	margin-inline: 22.4px;
	margin-inline: 1.4rem;
	background-color: #fff;
	border-radius: 50%;
	content: "";
	display: block;
	width: 51.2px;
	width: 3.2rem;
}

.p-about-sec02__li-item + .p-about-sec02__li-item {
	margin-top: 102.4px;
	margin-top: 6.4rem;
}

.p-about-sec02__li-item + .p-about-sec02__li-item.--mgt {
	margin-top: 25.6px;
	margin-top: 1.6rem;
}

.p-about-sec02__sp {
	display: contents;
}

.p-about-sec02__period {
	color: #738CC8;
	font-size: max(25.6px, 14px);
	font-size: max(1.6rem, 14px);
	line-height: 1.8;
	padding-left: 57.6px;
	padding-left: 3.6rem;
	width: max(268.8px, 147px);
	width: max(16.8rem, 147px);
}

.p-about-sec02__box {
	width: 1126.4px;
	width: 70.4rem;
}

.p-about-sec02__box .p-about__text {
	margin-top: 12.8px;
	margin-top: 0.8rem;
}

.p-about-sec02__h3 {
	color: #738CC8;
	font-size: max(25.6px, 14px);
	font-size: max(1.6rem, 14px);
	line-height: 1.8;
}

.p-about-sec02__images {
	gap: 38.4px;
	gap: 2.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 64px;
	margin-top: 4rem;
}

.p-about-sec02__image {
	border-radius: 0.4rem;
	overflow: hidden;
	width: calc(50% - 1.2rem);
}

.p-about-sec02__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.p-about-sec03 {
	padding-block: 270.4px 38.4px;
	padding-block: 16.9rem 2.4rem;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20.9rem, transparent), color-stop(20.9rem, #1F428F), to(#1F428F));
	background: linear-gradient(to bottom, transparent 0%, transparent 20.9rem, #1F428F 20.9rem, #1F428F 100%);
	color: #fff;
	margin-top: -304px;
	margin-top: -19rem;
	z-index: 1;
}

.p-about-sec03::before {
	aspect-ratio: 1440/609;
	background: url(../images/under/about/policy-bg.svg) no-repeat center/cover;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-about-sec03 .p-top-recruit__top {
	margin-top: 203.2px;
	margin-top: 12.7rem;
}

.p-about-sec03 .p-about__lead {
	font-weight: 400;
	margin-top: 102.4px;
	margin-top: 6.4rem;
}

.p-about-sec03 .p-about__text {
	margin-top: 102.4px;
	margin-top: 6.4rem;
}

.p-about-sec03 .p-about__text.--sub {
	margin-top: 64px;
	margin-top: 4rem;
}

.p-about-sec03 .p-about__text.--image {
	margin-inline: auto;
	max-width: 1076.8px;
	max-width: 67.3rem;
}

.p-about-sec03 .p-about__text.--policy {
	margin-inline: auto;
	max-width: 352px;
	max-width: 22rem;
}

.p-about-sec03__h3 {
	gap: 12.8px;
	gap: 0.8rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 160px;
	margin-top: 10rem;
}

.p-about-sec03__h3::before {
	aspect-ratio: 1/1;
	border: 16px solid #738CC8;
	border: 1rem solid #738CC8;
	border-radius: 50%;
	content: "";
	display: block;
	margin-bottom: 25.6px;
	margin-bottom: 1.6rem;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 76.8px;
	width: 4.8rem;
}

.p-about-sec03__h3 .jp {
	font-family: "ten-mincho-antique", sans-serif;
	font-size: 38.4px;
	font-size: 2.4rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.5833333333;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.p-about-sec03__h3 .en {
	font-family: Helvetica Neue, Helvetica, Arial, Roboto, sans-serif;
	font-size: 64px;
	font-size: 4rem;
	font-style: oblique;
	letter-spacing: 0.04em;
	line-height: 1.15;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	text-transform: uppercase;
}

.p-about-sec03__li {
	gap: 88px;
	gap: 5.5rem;
	margin-top: 102.4px;
	margin-top: 6.4rem;
}

.p-about-sec03__li-item {
	aspect-ratio: 1/1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #E9EFFF;
	border-radius: 50%;
	color: #738CC8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: max(22.4px, 12px);
	font-size: max(1.4rem, 12px);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.12em;
	line-height: 1.8;
	text-align: center;
	width: calc(20% - 4.4rem);
}

.p-about-sec04 {
	padding-block: 38.4px 224px;
	padding-block: 2.4rem 14rem;
	background-color: #fff;
}

.p-about-sec05 {
	padding-block: 224px 462.4px;
	padding-block: 14rem 28.9rem;
	background-color: #F7F7F7;
}

.p-about-sec05__box {
	margin-top: 160px;
	margin-top: 10rem;
}

.p-about-sec05__name {
	color: #738CC8;
	font-family: "ten-mincho-antique", sans-serif;
	font-size: 32px;
	font-size: 2rem;
	line-height: 1.6;
}

.p-about-sec05__image {
	margin-top: 64px;
	margin-top: 4rem;
	width: 448px;
	width: 28rem;
}

.p-about-sec05__tbale-wrap {
	margin-top: 64px;
	margin-top: 4rem;
}

.p-about-sec05__table {
	font-size: max(25.6px, 14px);
	font-size: max(1.6rem, 14px);
	letter-spacing: 0.12em;
	line-height: 1.8;
	width: 100%;
}

.p-about-sec05__table tr {
	border-bottom: 1px solid #C9C8C8;
}

.p-about-sec05__table tr + tr .p-about-sec05__th,
.p-about-sec05__table tr + tr .p-about-sec05__td {
	padding-top: 64px;
	padding-top: 4rem;
}

.p-about-sec05__th {
	color: #738CC8;
	font-weight: bold;
	padding-bottom: 38.4px;
	padding-bottom: 2.4rem;
	text-align: left;
	width: 216px;
	width: 13.5rem;
}

.p-about-sec05__td {
	padding-bottom: 38.4px;
	padding-bottom: 2.4rem;
	padding-left: 104px;
	padding-left: 6.5rem;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.p-business + * {
	margin-top: 224px;
	margin-top: 14rem;
}

.p-business__body {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-right: 128px;
	padding-right: 8rem;
}

.p-business__body .c-secondary-title {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	left: 0;
	position: sticky;
	top: 224px;
	top: 14rem;
}

.p-business__contents {
	width: max(530px, 1065.6px);
	width: max(530px, 66.6rem);
}

.p-business__lead {
	color: #738CC8;
	font-family: "ten-mincho-antique", sans-serif;
	font-size: 38.4px;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.8;
}

.p-business__lead span {
	display: inline-block;
}

.p-business__text {
	font-size: 25.6px;
	font-size: 1.6rem;
	letter-spacing: 0.12em;
	line-height: 1.8;
	margin-top: 64px;
	margin-top: 4rem;
}

.p-business__text:first-child {
	margin-top: 0;
}

.p-business__text.--sub {
	font-size: 22.4px;
	font-size: 1.4rem;
}

.p-business__text + .p-business__text {
	margin-top: 46.4px;
	margin-top: 2.9rem;
}

.p-business__image {
	border-radius: 0.8rem;
	margin-top: 64px;
	margin-top: 4rem;
	overflow: hidden;
}

.p-business__image.--norad {
	border-radius: 0;
}

.p-business__image + * {
	margin-top: 102.4px;
	margin-top: 6.4rem;
}

.p-business__head {
	margin-bottom: 150.4px;
	margin-bottom: 9.4rem;
	position: relative;
}

.p-business__head::before {
	bottom: -24px;
	bottom: -1.5rem;
	color: #fff;
	font-family: Helvetica Neue, Helvetica, Arial, Roboto, sans-serif;
	font-size: 182.4px;
	font-size: 11.4rem;
	font-style: oblique;
	left: -8px;
	left: -0.5rem;
	letter-spacing: 0.04em;
	line-height: 1;
	mix-blend-mode: soft-light;
	position: absolute;
	white-space: nowrap;
}

.p-business__sec {
	margin-top: 160px;
	margin-top: 10rem;
}

.p-business__sec .p-business__sec {
	margin-top: 64px;
	margin-top: 4rem;
}

.p-business__sec .p-business__sec + .p-business__sec {
	margin-top: 102.4px;
	margin-top: 6.4rem;
}

.p-business__h3 {
	padding-block: 33.6px;
	padding-block: 2.1rem;
	background-color: #738CC8;
	color: #fff;
	font-family: "ten-mincho-antique", sans-serif;
	font-size: 32px;
	font-size: 2rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-left: -32px;
	margin-left: -2rem;
	position: relative;
	z-index: 1;
}

.p-business__h3::before,
.p-business__h3::after {
	background-color: #738CC8;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-business__h3::before {
	border-radius: 10rem;
	left: -102.4px;
	left: -6.4rem;
}

.p-business__h3::after {
	right: 1px;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.p-business__h3 + * {
	margin-top: 64px;
	margin-top: 4rem;
}

.p-business__h4 {
	gap: 19.2px;
	gap: 1.2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #C9C8C8;
	color: #738CC8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 28.8px;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	padding-bottom: 32px;
	padding-bottom: 2rem;
}

.p-business__h4 .num {
	color: #1F428F;
	font-family: Helvetica Neue, Helvetica, Arial, Roboto, sans-serif;
	font-size: 38.4px;
	font-size: 2.4rem;
	font-style: oblique;
	letter-spacing: 0.04em;
	line-height: 1;
}

.p-business__h4 + * {
	margin-top: 38.4px;
	margin-top: 2.4rem;
}

.p-business__table {
	border-collapse: separate;
	font-size: max(12px, 22.4px);
	font-size: max(12px, 1.4rem);
	line-height: 1.8;
	width: 100%;
}

.p-business__table tr:nth-child(2) .p-business__td {
	padding-top: 25.6px;
	padding-top: 1.6rem;
}

.p-business__table tr:not(:nth-child(2)) .p-business__td {
	padding-top: 38.4px;
	padding-top: 2.4rem;
}

.p-business__th {
	color: #C9C8C8;
	text-align: left;
}

.p-business__th:not(:first-child) {
	padding-left: 59.2px;
	padding-left: 3.7rem;
}

.p-business__td {
	border-bottom: 1px solid #C9C8C8;
	padding-bottom: 38.4px;
	padding-bottom: 2.4rem;
}

.p-business__td:first-child {
	color: #738CC8;
	width: max(360px, 192px);
	width: max(22.5rem, 192px);
}

.p-business__td:not(:first-child) {
	padding-left: 59.2px;
	padding-left: 3.7rem;
}

.p-business-sec01 {
	margin-top: 102.4px;
	margin-top: 6.4rem;
	padding-bottom: 224px;
	padding-bottom: 14rem;
}

.p-business-sec01 .p-business__head::before {
	content: "INTEGRATED SYSTEM";
}

.p-business-sec01__tab {
	margin: 224px auto 0;
	margin: 14rem auto 0;
	max-width: 1792px;
	max-width: 112rem;
}

.p-business-sec01__tab-nav {
	gap: 32px;
	gap: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-business-sec01__tab-nav-item {
	gap: 19.2px;
	gap: 1.2rem;
	padding-block: 30.4px;
	padding-block: 1.9rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #E3E3E3;
	border-top-left-radius: 12.8px;
	border-top-left-radius: 0.8rem;
	border-top-right-radius: 12.8px;
	border-top-right-radius: 0.8rem;
	color: #fff;
	counter-increment: mycounter;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "ten-mincho-antique", sans-serif;
	font-size: 32px;
	font-size: 2rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.1em;
	text-align: center;
	width: calc(33.33333% - 1.33333rem);
}

.p-business-sec01__tab-nav-item[role=tab][aria-selected=true] {
	background-color: #1F428F;
}

.p-business-sec01__tab-nav-item::before {
	content: counter(mycounter, decimal-leading-zero);
	display: inline-block;
	font-family: Helvetica Neue, Helvetica, Arial, Roboto, sans-serif;
	font-size: 44.8px;
	font-size: 2.8rem;
	font-style: oblique;
	font-weight: bold;
}

.p-business-sec01__tab-contents {
	padding-block: 99.2px 110.4px;
	padding-block: 6.2rem 6.9rem;
	padding-inline: 64px;
	padding-inline: 4rem;
	border: 3.2px solid #1F428F;
	border: 0.2rem solid #1F428F;
	border-bottom-left-radius: 25.6px;
	border-bottom-left-radius: 1.6rem;
	border-bottom-right-radius: 25.6px;
	border-bottom-right-radius: 1.6rem;
}

.p-business-sec01__tab-item {
	margin-inline: auto;
	max-width: max(1600px, 800px);
	max-width: max(100rem, 800px);
}

.p-business-sec01__h3 {
	gap: 32px;
	gap: 2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #738CC8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "ten-mincho-antique", sans-serif;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 400;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.6;
}

.p-business-sec01__h3 .num {
	font-family: Helvetica Neue, Helvetica, Arial, Roboto, sans-serif;
	font-size: 44.8px;
	font-size: 2.8rem;
	font-style: oblique;
	font-weight: bold;
}

.p-business-sec01__h3 + * {
	margin-top: 64px;
	margin-top: 4rem;
}

.p-business-sec01__tab-body {
	gap: 104px;
	gap: 6.5rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.p-business-sec01__tab-body + .p-business-sec01__tab-body {
	margin-top: 102.4px;
	margin-top: 6.4rem;
}

.p-business-sec01__tab-box {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-business-sec01__tab-lead {
	color: #738CC8;
	font-size: 25.6px;
	font-size: 1.6rem;
	letter-spacing: 0.12em;
	line-height: 1.8;
}

.p-business-sec01__tab-lead + * {
	margin-top: 38.4px;
	margin-top: 2.4rem;
}

.p-business-sec01__tab-dl {
	margin-top: 38.4px;
	margin-top: 2.4rem;
}

.p-business-sec01__tab-dl .inner {
	gap: 38.4px;
	gap: 2.4rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-business-sec01__tab-dl .inner + .inner {
	margin-top: 25.6px;
	margin-top: 1.6rem;
}

.p-business-sec01__tab-dt {
	padding-block: 12px;
	padding-block: 0.75rem;
	border: 1px solid #C9C8C8;
	border-radius: 10rem;
	font-size: 22.4px;
	font-size: 1.4rem;
	letter-spacing: 0.12em;
	text-align: center;
	width: 225.6px;
	width: 14.1rem;
}

.p-business-sec01__tab-dd {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-business-sec01__tab-iso {
	margin-top: 38.4px;
	margin-top: 2.4rem;
	width: 187.2px;
	width: 11.7rem;
}

.p-business-sec01__tab-image {
	border-radius: 0.8rem;
	overflow: hidden;
	width: 600px;
	width: 37.5rem;
}

.p-business-sec02 {
	padding-bottom: 224px;
	padding-bottom: 14rem;
}

.p-business-sec02 .p-business__head::before {
	content: "LAMINATE";
}

.p-business-sec02 .p-business__btn {
	margin-top: 64px;
	margin-top: 4rem;
}

.p-business-sec02 .p-business__btn .c-btn {
	margin-left: auto;
}

.p-business-sec02__li {
	gap: 76.8px 57.6px;
	gap: 4.8rem 3.6rem;
}

.p-business-sec02__li-item {
	width: calc(25% - 2.7rem);
}

.p-business-sec02__li-item .p-business__text.--sub {
	margin-inline: auto;
	margin-top: 25.6px;
	margin-top: 1.6rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-business-sec02__images {
	gap: 100.8px;
	gap: 6.3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 64px;
	margin-top: 4rem;
}

.p-business-sec02__image {
	width: calc(33.33333% - 4.2rem);
}

.p-business-sec03 {
	padding-bottom: 224px;
	padding-bottom: 14rem;
}

.p-business-sec03 .p-business__head::before {
	content: "CLOTH";
}

.p-business-sec03__cta {
	padding-block: 136px 91.2px;
	padding-block: 8.5rem 5.7rem;
	background-color: #0E2470;
	border-radius: 0.8rem;
	color: #fff;
	margin: 160px auto 0;
	margin: 10rem auto 0;
	max-width: 1792px;
	max-width: 112rem;
	position: relative;
	z-index: 1;
}

.p-business-sec03__cta::before {
	color: #24387C;
	content: "CONTACT US";
	font-family: Helvetica Neue, Helvetica, Arial, Roboto, sans-serif;
	font-size: 102.4px;
	font-size: 6.4rem;
	font-style: oblique;
	left: 50%;
	letter-spacing: 0.04em;
	line-height: 1.15625;
	position: absolute;
	top: 62.4px;
	top: 3.9rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
	z-index: -1;
}

.p-business-sec03__cta .p-business__text {
	text-align: center;
}

.p-business-sec03__cta-lead {
	font-size: 28.8px;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	text-align: center;
}

.p-business-sec03__cta-btn {
	margin-top: 64px;
	margin-top: 4rem;
}

.p-business-sec03__cta-btn .c-btn {
	margin-inline: auto;
}

.p-business-sec04 {
	padding-bottom: 86.4px;
	padding-bottom: 5.4rem;
}

.p-business-sec04 .p-business__head::before {
	content: "MACHINE";
}

.p-business-sec04__slide {
	padding-bottom: max(51.2px, 32px);
	padding-bottom: max(3.2rem, 32px);
	position: relative;
}

.p-business-sec04__slide + * {
	margin-top: 76.8px;
	margin-top: 4.8rem;
}

.p-business-sec04__slide .swiperBusiness {
	overflow: hidden;
	width: 124.024024024%;
}

.p-business-sec04__slide .swiperBusiness .swiper-wrapper {
	padding-left: 16px;
	padding-left: 1rem;
}

.p-business-sec04__slide .swiperBusiness .swiper-notification {
	display: none;
}

.p-business-sec04__slide-nav {
	gap: max(19.2px, 12px);
	gap: max(1.2rem, 12px);
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	right: 0;
}

.p-business-sec04__slide-nav .swiper-button-prev,
.p-business-sec04__slide-nav .swiper-button-next {
	background-color: #fff;
	border: 1px solid #738CC8;
	border-radius: 50%;
	bottom: auto;
	height: max(32px, 20px);
	height: max(2rem, 20px);
	left: auto;
	position: relative;
	right: auto;
	top: auto;
	width: max(32px, 20px);
	width: max(2rem, 20px);
	z-index: 5;
}

.p-business-sec04__slide-nav .swiper-button-prev::after,
.p-business-sec04__slide-nav .swiper-button-next::after {
	aspect-ratio: 3/2;
	-webkit-mask: url(../images/icon/icon_arrow.svg) no-repeat center/contain;
	background-color: #738CC8;
	content: "";
	display: block;
	mask: url(../images/icon/icon_arrow.svg) no-repeat center/contain;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) scale(1, -1);
	transform: translateY(-50%) scale(1, -1);
	width: max(11.2px, 7px);
	width: max(0.7rem, 7px);
}

.p-business-sec04__slide-nav .swiper-button-prev::after {
	-webkit-transform: translateY(-50%) scale(-1, 1);
	transform: translateY(-50%) scale(-1, 1);
}

.p-business-sec04__slide-image {
	border-radius: 0.8rem;
	margin-left: auto;
	overflow: hidden;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.p-company + * {
	margin-top: 224px;
	margin-top: 14rem;
}

.p-company__body {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-right: 128px;
	padding-right: 8rem;
}

.p-company__body .c-secondary-title {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	left: 0;
	position: sticky;
	top: 224px;
	top: 14rem;
}

.p-company__contents {
	width: max(530px, 1065.6px);
	width: max(530px, 66.6rem);
}

.p-company__lead {
	color: #738CC8;
	font-family: "ten-mincho-antique", sans-serif;
	font-size: 38.4px;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.8;
}

.p-company__lead span {
	display: inline-block;
}

.p-company__text {
	font-size: 25.6px;
	font-size: 1.6rem;
	letter-spacing: 0.12em;
	line-height: 1.8;
	margin-top: 64px;
	margin-top: 4rem;
}

.p-company__text + .p-company-sec01__text {
	margin-top: 46.4px;
	margin-top: 2.9rem;
}

.p-company__image {
	border-radius: 0.4rem;
	margin-top: 64px;
	margin-top: 4rem;
	overflow: hidden;
}

.p-company-sec01 {
	padding-block: 150.4px 224px;
	padding-block: 9.4rem 14rem;
}

.p-company-sec02 {
	background-color: #595959;
	color: #fff;
	overflow: clip;
	padding-top: 224px;
	padding-top: 14rem;
	z-index: 1;
}

.p-company-sec02 .c-secondary-title .jp,
.p-company-sec02 .c-secondary-title .en {
	color: #fff;
}

.p-company-sec02 .p-company__lead {
	color: #fff;
}

.p-company-sec02__bg {
	-webkit-mask: linear-gradient(-135deg, transparent 0%, transparent 40%, #595959 50%, #595959 100%);
	-webkit-mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	background-color: #1F428F;
	height: 300%;
	mask: linear-gradient(-135deg, transparent 0%, transparent 40%, #595959 50%, #595959 100%);
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 200%;
	z-index: -1;
}

.p-company-sec02__bg.is-active {
	-webkit-animation: companyMask 1.8s ease-out forwards;
	animation: companyMask 1.8s ease-out forwards;
}

.p-company-sec02__name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: "ten-mincho-antique", sans-serif;
	font-size: 32px;
	font-size: 2rem;
	letter-spacing: 0.12em;
	line-height: 1.8;
	margin-top: 64px;
	margin-top: 4rem;
	text-align: right;
}

.p-company-sec02__scroll {
	background-color: #fff;
	height: 100vh;
	overflow: hidden;
	position: relative;
	z-index: 11;
}

.p-company-sec02__scroll-bg {
	aspect-ratio: 1/1;
	background-color: #1F428F;
	border-radius: 50%;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 200vw;
}

.p-company-sec02__scroll-text {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 672px;
	width: 42rem;
	z-index: 1;
}

.p-company-sec03 {
	padding-block: 224px 128px;
	padding-block: 14rem 8rem;
}

.p-company-sec03 .p-company__image {
	margin-top: 0;
}

.p-company-sec03__image {
	border-radius: 0.4rem;
	overflow: hidden;
}

.p-company-sec03__table {
	font-size: max(14px, 25.6px);
	font-size: max(14px, 1.6rem);
	line-height: 1.8125;
}

.p-company-sec03__table tr {
	border-bottom: 1px solid #C9C8C8;
}

.p-company-sec03__th {
	padding-block: 64px 38.4px;
	padding-block: 4rem 2.4rem;
	color: #738CC8;
	font-weight: bold;
	text-align: left;
	width: max(132px, 240px);
	width: max(132px, 15rem);
}

.p-company-sec03__td {
	padding-block: 64px 38.4px;
	padding-block: 4rem 2.4rem;
	padding-left: 80px;
	padding-left: 5rem;
}

.p-company-sec03__td p span {
	display: inline-block;
}

.p-company-sec03__td .map {
	gap: max(8px, 12.8px);
	gap: max(8px, 0.8rem);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #738CC8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: Helvetica Neue, Helvetica, Arial, Roboto, sans-serif;
	font-size: max(12px, 22.4px);
	font-size: max(12px, 1.4rem);
	font-weight: bold;
	letter-spacing: 0.02em;
	margin-top: 25.6px;
	margin-top: 1.6rem;
}

.p-company-sec03__td .map .circle {
	aspect-ratio: 1/1;
	background-color: #738CC8;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	width: max(20px, 32px);
	width: max(20px, 2rem);
}

.p-company-sec03__td .map .circle::before,
.p-company-sec03__td .map .circle::after {
	aspect-ratio: 3/2;
	-webkit-mask: url(../images/icon/icon_arrow.svg) no-repeat center/contain;
	background-color: #fff;
	content: "";
	display: block;
	mask: url(../images/icon/icon_arrow.svg) no-repeat center/contain;
	position: absolute;
	top: 50%;
	width: max(7px, 11.2px);
	width: max(7px, 0.7rem);
}

.p-company-sec03__td .map .circle::before {
	left: 0;
	-webkit-transform: translate(-100%, -50%) rotate(-30deg);
	transform: translate(-100%, -50%) rotate(-30deg);
}

.p-company-sec03__td .map .circle::after {
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-30deg);
	transform: translate(-50%, -50%) rotate(-30deg);
}

.p-company-sec04 {
	padding-block: 128px 224px;
	padding-block: 8rem 14rem;
}

.p-company-sec04__body {
	padding-inline: 64px;
	padding-inline: 4rem;
	margin: 128px auto 0;
	margin: 8rem auto 0;
	max-width: 1920px;
	max-width: 120rem;
}

.p-company-sec04__nav {
	gap: 43.2px;
	gap: 2.7rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-company-sec04__nav-item {
	padding-block: 40px;
	padding-block: 2.5rem;
	background-color: #E3E3E3;
	border-top-left-radius: 12.8px;
	border-top-left-radius: 0.8rem;
	border-top-right-radius: 12.8px;
	border-top-right-radius: 0.8rem;
	color: #fff;
	cursor: pointer;
	font-family: "ten-mincho-antique", sans-serif;
	font-size: 32px;
	font-size: 2rem;
	letter-spacing: 0.1em;
	text-align: center;
	width: calc(25% - 2.025rem);
}

.p-company-sec04__nav-item[role=tab][aria-selected=true] {
	background-color: #1F428F;
}

.p-company-sec04__contents {
	padding-block: 102.4px 136px;
	padding-block: 6.4rem 8.5rem;
	padding-inline: 96px;
	padding-inline: 6rem;
	border: 3.2px solid #C9C8C8;
	border: 0.2rem solid #C9C8C8;
	border-bottom-left-radius: 12.8px;
	border-bottom-left-radius: 0.8rem;
	border-bottom-right-radius: 12.8px;
	border-bottom-right-radius: 0.8rem;
}

.p-company-sec04__item {
	margin-inline: auto;
	max-width: max(800px, 1280px);
	max-width: max(800px, 80rem);
}

.p-company-sec04__h3 {
	color: #738CC8;
	font-family: "ten-mincho-antique", sans-serif;
	font-size: max(20px, 32px);
	font-size: max(20px, 2rem);
	letter-spacing: 0.1em;
	line-height: 1.6;
	text-align: center;
}

.p-company-sec04__map {
	aspect-ratio: 80/36;
	margin-top: max(24px, 38.4px);
	margin-top: max(24px, 2.4rem);
	width: 100%;
}

.p-company-sec04__map iframe {
	display: block;
	height: 100%;
	width: 100%;
}

.p-company-sec04__dl {
	font-size: max(16px, 25.6px);
	font-size: max(16px, 1.6rem);
	letter-spacing: 0.12em;
	line-height: 1.8;
	margin-top: max(24px, 38.4px);
	margin-top: max(24px, 2.4rem);
}

.p-company-sec04__dl .inner {
	gap: max(24px, 38.4px);
	gap: max(24px, 2.4rem);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-company-sec04__dt {
	color: #738CC8;
	font-weight: bold;
}

.p-company-sec04__dd {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-company-sec04__dd a {
	gap: max(8px, 12.8px);
	gap: max(8px, 0.8rem);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #738CC8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: Helvetica Neue, Helvetica, Arial, Roboto, sans-serif;
	font-size: max(12px, 19.2px);
	font-size: max(12px, 1.2rem);
	font-weight: bold;
	letter-spacing: 0.02em;
	margin-top: max(8px, 12.8px);
	margin-top: max(8px, 0.8rem);
}

.p-company-sec04__dd a .circle {
	aspect-ratio: 1/1;
	background-color: #738CC8;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	width: max(20px, 32px);
	width: max(20px, 2rem);
}

.p-company-sec04__dd a .circle::before,
.p-company-sec04__dd a .circle::after {
	aspect-ratio: 3/2;
	-webkit-mask: url(../images/icon/icon_arrow.svg) no-repeat center/contain;
	background-color: #fff;
	content: "";
	display: block;
	mask: url(../images/icon/icon_arrow.svg) no-repeat center/contain;
	position: absolute;
	top: 50%;
	width: max(7px, 11.2px);
	width: max(7px, 0.7rem);
}

.p-company-sec04__dd a .circle::before {
	left: 0;
	-webkit-transform: translate(-100%, -50%) rotate(-30deg);
	transform: translate(-100%, -50%) rotate(-30deg);
}

.p-company-sec04__dd a .circle::after {
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-30deg);
	transform: translate(-50%, -50%) rotate(-30deg);
}

.p-company-sec05 {
	padding-block: 160px 272px;
	padding-block: 10rem 17rem;
	background-color: #E9EFFF;
}

.p-company-sec05__body {
	padding-inline: 64px;
	padding-inline: 4rem;
	margin: 128px auto 0;
	margin: 8rem auto 0;
	max-width: 1920px;
	max-width: 120rem;
}

.p-company-sec05__body + .p-company-sec05__body {
	margin-top: 128px;
	margin-top: 8rem;
}

.p-company-sec05__body .p-top-product__h4 + * {
	margin-top: 64px;
	margin-top: 4rem;
}

.p-company-sec05__box {
	gap: 281.6px;
	gap: 17.6rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-company-sec05__main {
	overflow: hidden;
	position: sticky;
	top: 224px;
	top: 14rem;
	width: 768px;
	width: 48rem;
}

.p-company-sec05__main .swiper-slide {
	background-color: #E9EFFF;
	height: auto;
}

.p-company-sec05__text {
	font-size: clamp(12px, 25.6px, 16px);
	font-size: clamp(12px, 1.6rem, 16px);
	letter-spacing: 0.12em;
	line-height: 1.8;
	margin-top: 32px;
	margin-top: 2rem;
}

.p-company-sec05__text strong {
	color: #738CC8;
	font-size: 1.1em;
	font-weight: bold;
}

.p-company-sec05__slide-inner {
	height: 100%;
}

.p-company-sec05__thumbnail {
	width: 742.4px;
	width: 46.4rem;
}

.p-company-sec05__thumbnail-li {
	gap: 38.4px;
	gap: 2.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-company-sec05__thumbnail-item {
	cursor: pointer;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="16" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(115,115,115,0.16)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
	-webkit-filter: drop-shadow(0px 3.2px 19.2px rgba(115, 115, 115, .16));
	filter: drop-shadow(0px 3.2px 19.2px rgba(115, 115, 115, .16));
	-webkit-filter: drop-shadow(0px 0.2rem 1.2rem rgba(115, 115, 115, .16));
	filter: drop-shadow(0px 0.2rem 1.2rem rgba(115, 115, 115, .16));
	width: calc(50% - 1.2rem);
	will-change: filter;
}

.p-company-sec05__thumbnail-item.active {
	border-radius: 50%;
}

.p-company-sec05__thumbnail-item.active .p-company-sec05__thumbnail-link {
	-webkit-filter: none;
	filter: none;
}

.p-company-sec05__thumbnail-item.active .p-company-sec05__thumbnail-link::before {
	border: 6.4px solid #738CC8;
	border: 0.4rem solid #738CC8;
}

.p-company-sec05__thumbnail-item.active .p-company-sec05__thumbnail-link::after {
	opacity: 0;
}

.p-company-sec05__thumbnail-link {
	border-radius: 50%;
	display: block;
	overflow: hidden;
	position: relative;
}

.p-company-sec05__thumbnail-link::before,
.p-company-sec05__thumbnail-link::after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-company-sec05__thumbnail-link::after {
	background-color: #fff;
	opacity: 0.5;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.p-contact {
	padding-block: 160px 171.2px;
	padding-block: 10rem 10.7rem;
}

.p-contact__inner {
	margin-inline: auto;
	max-width: 1036.8px;
	max-width: 64.8rem;
}

.p-contact__body {
	background-color: #F9F9F9;
	border-radius: 1.6rem;
	margin-top: 102.4px;
	margin-top: 6.4rem;
	padding: 128px 64px 140.8px;
	padding: 8rem 4rem 8.8rem;
}

.p-contact__text {
	font-size: min(25.6px, 16px);
	font-size: min(1.6rem, 16px);
	letter-spacing: 0.12em;
	line-height: 1.7;
	text-align: center;
}

.p-contact__text.--01 {
	text-align: left;
}

.p-contact__h2 {
	font-size: min(44.8px, 28px);
	font-size: min(2.8rem, 28px);
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.6071428571;
	text-align: center;
}

.p-contact__h2 + * {
	margin-top: 64px;
	margin-top: 4rem;
}

.p-contact-content {
	margin-top: 102.4px;
	margin-top: 6.4rem;
}

.p-contact-content .cf7 {
	width: 100%;
}

.p-contact-content span.wpcf7-not-valid-tip,
.p-contact-content .wpcf7-response-output {
	display: none !important;
}

.cf7__list-wrap:not(:first-of-type) {
	margin-top: min(44.8px, 28px);
	margin-top: min(2.8rem, 28px);
}

.cf7__list-wrap dt {
	font-size: min(25.6px, 16px);
	font-size: min(1.6rem, 16px);
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.1;
	position: relative;
}

.cf7__list-wrap dt p {
	gap: 19.2px;
	gap: 1.2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cf7__list-wrap dt .cf7__required {
	padding-block: min(3.2px, 2px);
	padding-block: min(0.2rem, 2px);
	padding-inline: min(11.2px, 7px);
	padding-inline: min(0.7rem, 7px);
	border: 1px solid;
	border-radius: 5rem;
	color: #F47460;
	font-size: min(22.4px, 14px);
	font-size: min(1.4rem, 14px);
	letter-spacing: 0.02em;
	line-height: 1.1428571429;
	position: relative;
}

.cf7__list-wrap dt .cf7__optional {
	padding-block: min(3.2px, 2px);
	padding-block: min(0.2rem, 2px);
	padding-inline: min(11.2px, 7px);
	padding-inline: min(0.7rem, 7px);
	border: 1px solid;
	border-radius: 5rem;
	color: #9F9F9F;
	font-size: min(22.4px, 14px);
	font-size: min(1.4rem, 14px);
	letter-spacing: 0.02em;
	line-height: 1.1428571429;
	position: relative;
}

.cf7__list-wrap dd {
	color: #666B78;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: min(25.6px, 16px);
	font-size: min(1.6rem, 16px);
	font-weight: 500;
	letter-spacing: 0;
	margin-top: min(19.2px, 12px);
	margin-top: min(1.2rem, 12px);
}

.cf7__list-wrap input,
.cf7__list-wrap select {
	background-color: #fff;
	border: 1px solid #C9C8C8;
	letter-spacing: 0;
	padding: min(17.6px, 11px) min(24px, 15px);
	padding: min(1.1rem, 11px) min(1.5rem, 15px);
}

.cf7__list-wrap.--readonly {
	pointer-events: none;
}

.cf7__list-wrap.--normal {
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	min-height: 80px;
	min-height: 5rem;
}

.cf7__list-wrap.--normal p {
	position: relative;
}

.cf7__list-wrap.--select dd {
	position: relative;
}

.cf7__list-wrap.--select dd select {
	color: #C9C8C8;
	cursor: pointer;
	font-size: min(25.6px, 16px);
	font-size: min(1.6rem, 16px);
	font-weight: 500;
	width: 100%;
}

.cf7__list-wrap.--select dd::after {
	aspect-ratio: 14/9;
	background: url(../images/icon/icon_select.svg) no-repeat center/contain;
	content: "";
	display: block;
	pointer-events: none;
	position: absolute;
	right: min(36.8px, 23px);
	right: min(2.3rem, 23px);
	top: min(32px, 20px);
	top: min(2rem, 20px);
	width: min(22.4px, 14px);
	width: min(1.4rem, 14px);
}

.cf7__list-wrap.--textarea textarea {
	background-color: #fff;
	border: 1px solid #C9C8C8;
	height: 233.6px;
	height: 14.6rem;
	padding: 17.6px;
	padding: 1.1rem;
	resize: none;
}

.cf7__consent {
	font-size: min(25.6px, 16px);
	font-size: min(1.6rem, 16px);
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.25;
	margin-top: min(64px, 40px);
	margin-top: min(4rem, 40px);
	position: relative;
	text-align: center;
	width: 100%;
}

.cf7__consent a {
	color: #6184D9;
	text-decoration: underline;
}

.cf7__consent .wpcf7-list-item {
	margin-left: 0 !important;
}

.cf7__consent label span {
	cursor: pointer;
	padding-left: 48px;
	padding-left: 3rem;
	position: relative;
}

.cf7__button {
	padding-block: 0;
	border: none;
	border-radius: 5rem;
	cursor: not-allowed;
	display: block;
	margin: 100.8px auto 0;
	margin: 6.3rem auto 0;
	overflow: hidden;
	position: relative;
	position: relative;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	width: 412.8px;
	width: 25.8rem;
}

.cf7__button.--back input {
	background-color: #C9C8C8;
	color: #666B78;
}

.cf7__button.active {
	cursor: pointer;
}

.cf7__button.active input {
	background-color: #738CC8;
	border-color: #738CC8;
}

.cf7__button p {
	height: 100%;
	width: 100%;
}

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

.cf7__button input {
	padding-block: 26.4px;
	padding-block: 1.65rem;
	background-color: #C9C8C8;
	border: 2px solid #C9C8C8;
	border-radius: 50rem;
	color: #fff;
	display: block;
	font-size: 28.8px;
	font-size: 1.8rem;
	font-weight: bold;
	height: 100%;
	width: 100%;
}

.cf7__button input:disabled {
	cursor: not-allowed;
}

.cf7__button:not(.disabled) input {
	cursor: pointer;
}

.cf7__button.disabled {
	pointer-events: none;
}

.cf7__button.disabled input {
	opacity: 0.7;
}

/* Z-INDEX */

.formError {
	z-index: 49;
}

.formError .formErrorContent {
	z-index: 50;
}

.ui-dialog .formError {
	z-index: 51;
}

.ui-dialog .formError .formErrorContent {
	z-index: 52;
}

.formError + input {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.wpcf7-form-control-wrap {
	position: static;
}

.wpcf7-form-control-wrap .douichkformError {
	bottom: -20px !important;
	white-space: nowrap;
}

.validate-margin {
	margin-bottom: 32px;
	margin-bottom: 2rem;
}

.validate-margin-2 {
	margin-bottom: 64px;
	margin-bottom: 4rem;
}

.inputContainer {
	float: left;
	position: relative;
}

.formError {
	bottom: 0 !important;
	cursor: pointer;
	display: block;
	left: 0 !important;
	margin: 0 !important;
	position: absolute;
	right: auto !important;
	text-align: left;
	top: auto !important;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.error {
	background: transparent !important;
	border: 0 solid transparent !important;
	border-radius: 0px !important;
	-webkit-box-shadow: 0 0 0 transparent !important;
	box-shadow: 0 0 0 transparent !important;
	color: #ff0000 !important;
	font-size: min(19.2px, 12px);
	font-size: min(1.2rem, 12px);
	padding: 0 !important;
	position: relative;
	width: 100%;
}

#agree_error + .error {
	display: inline-block;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.formError.inline .formErrorContent {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.formError .formErrorArrow {
	display: none !important;
}

.p-contact.--confirm .p-contact__body {
	margin-top: 0;
}

.p-contact.--confirm .cf7__list-wrap.--select dd::after {
	display: none;
}

.p-contact-confirm__btn {
	gap: 102.4px;
	gap: 6.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 102.4px;
	margin-top: 6.4rem;
}

.p-contact-confirm__btn .cf7__button {
	margin: 0;
}

.p-contact-thanks.l-main--error {
	padding-block: 160px;
	padding-block: 10rem;
	margin-top: 0;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.p-news.--single .p-news__bg {
	padding-block: 160px;
	padding-block: 10rem;
}

.p-news.--single .l-cta {
	margin-top: 256px;
	margin-top: 16rem;
}

.p-news .l-cta {
	margin-top: 192px;
	margin-top: 12rem;
}

.p-news__bg {
	background-color: #F6F6F6;
}

.p-news-list__wrap {
	padding-block: 160px 176px;
	padding-block: 10rem 11rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	max-width: 2048px;
	max-width: 128rem;
}

.p-news-list__nav {
	left: 0;
	padding-right: 76.8px;
	padding-right: 4.8rem;
	position: sticky;
	top: 160px;
	top: 10rem;
	width: 550.4px;
	width: 34.4rem;
}

.p-news-list__contents {
	border-left: 1px solid #C9C8C8;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 160px;
	padding-left: 10rem;
}

.p-news-list__contents .c-pager {
	margin-top: 102.4px;
	margin-top: 6.4rem;
}

.p-news-single__body {
	margin-top: 128px;
	margin-top: 8rem;
}

.p-news-single__head {
	margin-inline: auto;
	gap: min(33.6px, 21px) min(25.6px, 16px);
	gap: min(2.1rem, 21px) min(1.6rem, 16px);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: max(1280px, 800px);
	max-width: max(80rem, 800px);
}

.p-news-single__date {
	color: #738CC8;
	font-family: Helvetica Neue, Helvetica, Arial, Roboto, sans-serif;
	font-size: clamp(14px, 25.6px, 16px);
	font-size: clamp(14px, 1.6rem, 16px);
	font-weight: bold;
	letter-spacing: 0.04em;
}

.p-news-single__cat-wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-news-single__tag {
	padding-inline: min(19.2px, 12px);
	padding-inline: min(1.2rem, 12px);
	background-color: #B7BCC9;
	border-radius: 10rem;
	color: #fff;
	font-size: clamp(14px, 25.6px, 16px);
	font-size: clamp(14px, 1.6rem, 16px);
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1.625;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-news-single__h1 {
	font-size: clamp(22px, 38.4px, 24px);
	font-size: clamp(22px, 2.4rem, 24px);
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1.5833333333;
	width: 100%;
}

.p-news-single__contents {
	margin: 76.8px auto 0;
	margin: 4.8rem auto 0;
	max-width: max(1280px, 800px);
	max-width: max(80rem, 800px);
	padding-bottom: 160px;
	padding-bottom: 10rem;
}

.p-news-single__contents p {
	font-size: clamp(14px, 25.6px, 16px);
	font-size: clamp(14px, 1.6rem, 16px);
	letter-spacing: 0.04em;
	line-height: 2;
}

.p-news-single__contents p + p {
	margin-top: min(51.2px, 32px);
	margin-top: min(3.2rem, 32px);
}

.p-news-single__contents p + * {
	margin-top: 76.8px;
	margin-top: 4.8rem;
}

.p-news-single__contents p + ol,
.p-news-single__contents p + ul {
	margin-top: min(51.2px, 32px);
	margin-top: min(3.2rem, 32px);
}

.p-news-single__contents strong {
	font-weight: bold;
}

.p-news-single__contents em {
	font-style: italic;
}

.p-news-single__contents figure + * {
	margin-top: 76.8px;
	margin-top: 4.8rem;
}

.p-news-single__contents ol,
.p-news-single__contents ul {
	font-size: clamp(14px, 25.6px, 16px);
	font-size: clamp(14px, 1.6rem, 16px);
	letter-spacing: 0.04em;
	line-height: 2;
	list-style-position: inside;
	padding-left: 1em;
	text-indent: -1em;
}

.p-news-single__contents ol + *,
.p-news-single__contents ul + * {
	margin-top: 76.8px;
	margin-top: 4.8rem;
}

.p-news-single__contents ol + p,
.p-news-single__contents ul + p {
	margin-top: min(51.2px, 32px);
	margin-top: min(3.2rem, 32px);
}

.p-news-single__contents ol {
	list-style-type: auto;
}

.p-news-single__contents ul li::before {
	content: "・";
}

.p-news-single__contents a {
	color: #6184D9;
	text-decoration: underline;
}

.p-news-single__contents h2,
.p-news-single__contents h3,
.p-news-single__contents h4,
.p-news-single__contents h5,
.p-news-single__contents h6 {
	font-weight: bold;
	margin-top: 76.8px;
	margin-top: 4.8rem;
}

.p-news-single__contents h2 + *,
.p-news-single__contents h3 + *,
.p-news-single__contents h4 + *,
.p-news-single__contents h5 + *,
.p-news-single__contents h6 + * {
	margin-top: min(51.2px, 32px);
	margin-top: min(3.2rem, 32px);
}

.p-news-single__contents h2 {
	border-bottom: 2px solid #738CC8;
	font-size: clamp(20px, 35.2px, 22px);
	font-size: clamp(20px, 2.2rem, 22px);
	line-height: 1.5;
	padding-bottom: 8px;
	padding-bottom: 0.5rem;
}

.p-news-single__contents h3 {
	border-left: 4px solid #738CC8;
	font-size: clamp(17px, 32px, 20px);
	font-size: clamp(17px, 2rem, 20px);
	line-height: 1.5;
	padding-bottom: 8px;
	padding-bottom: 0.5rem;
	padding-left: min(28.8px, 18px);
	padding-left: min(1.8rem, 18px);
}

.p-news-single__contents h4 {
	padding-block: min(6.4px, 4px) min(8px, 5px);
	padding-block: min(0.4rem, 4px) min(0.5rem, 5px);
	padding-inline: min(28.8px, 18px);
	padding-inline: min(1.8rem, 18px);
	background-color: #738CC8;
	color: #fff;
	font-size: clamp(16px, 28.8px, 18px);
	font-size: clamp(16px, 1.8rem, 18px);
	line-height: 1.6666666667;
}

.p-news-single__contents h5 {
	color: #738CC8;
	font-size: clamp(15px, 27.2px, 17px);
	font-size: clamp(15px, 1.7rem, 17px);
	line-height: 1.6666666667;
}

.p-news-single__contents h6 {
	font-size: clamp(14px, 25.6px, 16px);
	font-size: clamp(14px, 1.6rem, 16px);
	line-height: 1.6666666667;
}

.p-news-single__contents table {
	font-size: clamp(14px, 25.6px, 16px);
	font-size: clamp(14px, 1.6rem, 16px);
	letter-spacing: 0.04em;
	line-height: 2;
}

.p-news-single__pager {
	border-top: 1px solid #C9C8C8;
	padding-top: 51.2px;
	padding-top: 3.2rem;
}

.p-news-single__pager-inner {
	margin-inline: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 629px;
	position: relative;
}

.p-news-single__pager-link {
	gap: 12px;
	padding-block: 15px;
	padding-inline: 44px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border: 2px solid #DCDCDC;
	border-radius: 10rem;
	color: #666B78;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-news-single__pager-link::before {
	aspect-ratio: 9/14;
	-webkit-mask-image: url(../images/icon/icon_arrow02.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: #9F9F9F;
	content: "";
	display: block;
	mask-image: url(../images/icon/icon_arrow02.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	position: relative;
	top: 1px;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	width: 9px;
}

.p-news-single__pager-link.prev::before {
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.p-news-single__pager-link.next {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-left: auto;
}

.p-news-single__pager-link .text {
	font-size: clamp(14px, 25.6px, 16px);
	font-size: clamp(14px, 1.6rem, 16px);
	font-weight: bold;
	letter-spacing: 0.04em;
}

.p-news-single__back {
	left: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-news-single__back-link {
	padding-block: 15px;
	padding-inline: 44px;
	background-color: #fff;
	border: 2px solid #738CC8;
	border-radius: 10rem;
	color: #738CC8;
	display: block;
	font-size: clamp(14px, 25.6px, 16px);
	font-size: clamp(14px, 1.6rem, 16px);
	font-weight: bold;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.p-privacy {
	padding-block: 128px 160px;
	padding-block: 8rem 10rem;
}

.p-privacy p {
	font-size: min(28.8px, 18px);
	font-size: min(1.8rem, 18px);
	letter-spacing: 0.12em;
	line-height: 1.7222222222;
}

.p-privacy p + h2 {
	margin-top: min(96px, 60px);
	margin-top: min(6rem, 60px);
}

.p-privacy p + p {
	margin-top: min(49.6px, 31px);
	margin-top: min(3.1rem, 31px);
}

.p-privacy p + * {
	margin-top: min(49.6px, 31px);
	margin-top: min(3.1rem, 31px);
}

.p-privacy p a {
	color: #F47460;
	font-weight: bold;
	text-decoration: underline;
}

.p-privacy h2 {
	padding-block: 39.2px;
	padding-block: 2.45rem;
	background-color: #738CC8;
	border-bottom-right-radius: 160px;
	border-bottom-right-radius: 10rem;
	border-top-right-radius: 160px;
	border-top-right-radius: 10rem;
	color: #fff;
	font-size: min(35.2px, 22px);
	font-size: min(2.2rem, 22px);
	font-weight: bold;
	letter-spacing: 0.1em;
	position: relative;
}

.p-privacy h2 br {
	display: none;
}

.p-privacy h2 + * {
	margin-top: min(48px, 30px);
	margin-top: min(3rem, 30px);
}

.p-privacy h2::before {
	background-color: #738CC8;
	content: "";
	display: block;
	height: 100%;
	left: 1px;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	width: 100%;
}

.p-privacy ul {
	font-size: min(28.8px, 18px);
	font-size: min(1.8rem, 18px);
	letter-spacing: 0.12em;
	line-height: 1.7222222222;
}

.p-privacy ul + * {
	margin-top: min(49.6px, 31px);
	margin-top: min(3.1rem, 31px);
}

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

/* -------------------------------------------*/

/* -------------------------------------------*/

.p-product__title {
	gap: min(38.4px, 24px);
	gap: min(2.4rem, 24px);
	padding-block: min(22.4px, 14px);
	padding-block: min(1.4rem, 14px);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #738CC8;
	border-radius: 10rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.5;
}

.p-product__title .jp {
	color: #fff;
	font-family: "ten-mincho-antique", sans-serif;
	font-size: min(32px, 20px);
	font-size: min(2rem, 20px);
	letter-spacing: 0.1em;
}

.p-product__title .en {
	color: #ADC4FB;
	font-family: Helvetica Neue, Helvetica, Arial, Roboto, sans-serif;
	font-size: min(38.4px, 24px);
	font-size: min(2.4rem, 24px);
	letter-spacing: 0.1em;
	text-transform: capitalize;
}

.p-product__lead {
	color: #738CC8;
	font-family: "ten-mincho-antique", sans-serif;
	font-size: clamp(18px, 32px, 20px);
	font-size: clamp(18px, 2rem, 20px);
	letter-spacing: 0.1em;
	line-height: 1.6;
}

.p-product__lead + * {
	margin-top: 38.4px;
	margin-top: 2.4rem;
}

.p-product__lead span {
	display: inline-block;
}

.p-product__text {
	font-size: clamp(14px, 25.6px, 16px);
	font-size: clamp(14px, 1.6rem, 16px);
	letter-spacing: 0.12em;
	line-height: 1.8;
}

.p-product__text.--sub {
	font-size: clamp(12px, 22.4px, 14px);
	font-size: clamp(12px, 1.4rem, 14px);
}

.p-product__text.--box {
	margin-inline: auto;
	max-width: clamp(576px, 1036.8px, 648px);
	max-width: clamp(576px, 64.8rem, 648px);
}

.p-product__btn{
	margin-top: 3rem;
}

.p-product__cta {
	margin-top: 264px;
	margin-top: 16.5rem;
}

.p-product-list {
	padding-top: 160px;
	padding-top: 10rem;
}

.p-product-list__tab-nav {
	gap: 32px;
	gap: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-product-list__tab-nav-item {
	gap: 19.2px;
	gap: 1.2rem;
	padding-block: 35.2px;
	padding-block: 2.2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #E3E3E3;
	border-top-left-radius: 12.8px;
	border-top-left-radius: 0.8rem;
	border-top-right-radius: 12.8px;
	border-top-right-radius: 0.8rem;
	color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "ten-mincho-antique", sans-serif;
	font-size: 38.4px;
	font-size: 2.4rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.1em;
	position: relative;
	text-align: center;
	width: calc(33.33333% - 1.33333rem);
	z-index: 1;
}

.p-product-list__tab-nav-item[role=tab][aria-selected=true] {
	background-color: #1F428F;
}

.p-product-list__tab-nav-item[role=tab][aria-selected=true]::before {
	color: #3157AB;
}

.p-product-list__tab-nav-item::before {
	color: #dcdcdc;
	content: attr(data-title);
	font-family: Helvetica Neue, Helvetica, Arial, Roboto, sans-serif;
	font-size: 64px;
	font-size: 4rem;
	font-style: oblique;
	left: 50%;
	position: absolute;
	text-transform: uppercase;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
	z-index: -1;
}

.p-product-list__tab-contents {
	padding-block: 128px 100.8px;
	padding-block: 8rem 6.3rem;
	padding-inline: 96px;
	padding-inline: 6rem;
	border: 3.2px solid #1F428F;
	border: 0.2rem solid #1F428F;
	border-bottom-left-radius: 12.8px;
	border-bottom-left-radius: 0.8rem;
	border-bottom-right-radius: 12.8px;
	border-bottom-right-radius: 0.8rem;
	overflow: hidden;
}

.p-product-list__tab-contents .c-secondary-title {
	color: #1F428F;
}

.p-product-list__tab-contents .c-secondary-title.--sub {
	gap: 32px;
	gap: 2rem;
	color: #666B78;
	margin-top: 160px;
	margin-top: 10rem;
}

.p-product-list__tab-contents .c-secondary-title.--sub::before {
	aspect-ratio: 1/1;
	border: 8px solid #738CC8;
	border: 0.5rem solid #738CC8;
	border-radius: 50%;
	content: "";
	display: block;
	margin-bottom: 128px;
	margin-bottom: 8rem;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 44.8px;
	width: 2.8rem;
}

.p-product-list__tab-contents .c-secondary-title.--sub .jp {
	color: #738CC8;
}

.p-product-list__tab-contents .c-secondary-title.--sub .en {
	font-size: 64px;
	font-size: 4rem;
}

.p-product-list__tab-contents .c-secondary-title .jp {
	color: #1F428F;
}

.p-product-list__tab-contents .p-product__lead {
	margin-inline: auto;
	margin-top: 86.4px;
	margin-top: 5.4rem;
	max-width: clamp(576px, 1056px, 660px);
	max-width: clamp(576px, 66rem, 660px);
	text-align: center;
}

.p-product-list__tab-contents .p-product__lead + * {
	margin-top: 76.8px;
	margin-top: 4.8rem;
}

.p-product-list__body {
	background-color: #F5F8FF;
	margin-top: 160px;
	margin-top: 10rem;
	padding: min(124.8px, 78px) 121.6px min(128px, 80px);
	padding: min(7.8rem, 78px) 7.6rem min(8rem, 80px);
	position: relative;
}

.p-product-list__body .p-product__title {
	left: 50%;
	position: absolute;
	top: max(-34px, -54.4px);
	top: max(-34px, -3.4rem);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: calc(100% - 15.2rem);
}

.p-product-list__li {
	margin-inline: auto;
	gap: 64px 102.4px;
	gap: 4rem 6.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 848px;
}

.p-product-list__li-item {
	width: calc(33.33333% - 4.26667rem);
}

.p-product-list__li-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

.p-product-list__li-link .circle {
	margin-inline: auto;
	aspect-ratio: 1/1;
	background-color: #738CC8;
	border: 1px solid #738CC8;
	border-radius: 50%;
	display: block;
	margin-top: auto;
	overflow: hidden;
	position: relative;
	width: min(57.6px, 36px);
	width: min(3.6rem, 36px);
}

.p-product-list__li-link .circle::before,
.p-product-list__li-link .circle::after {
	aspect-ratio: 3/2;
	-webkit-mask: url(../images/icon/icon_arrow.svg) no-repeat center/contain;
	background-color: #fff;
	content: "";
	display: block;
	mask: url(../images/icon/icon_arrow.svg) no-repeat center/contain;
	position: absolute;
	top: 50%;
	width: min(20.48px, 12.8px);
	width: min(1.28rem, 12.8px);
}

.p-product-list__li-link .circle::before {
	left: 0;
	-webkit-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
}

.p-product-list__li-link .circle::after {
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.p-product-list__image {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="16" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(155,155,155,0.12)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
	-webkit-filter: drop-shadow(0 3.2px 22.4px rgba(155, 155, 155, .12));
	filter: drop-shadow(0 3.2px 22.4px rgba(155, 155, 155, .12));
	-webkit-filter: drop-shadow(0 0.2rem 1.4rem rgba(155, 155, 155, .12));
	filter: drop-shadow(0 0.2rem 1.4rem rgba(155, 155, 155, .12));
	position: relative;
}

.p-product-list__image::before {
	background-color: #738CC8;
	border-radius: 50%;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	mix-blend-mode: multiply;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	will-change: opacity;
}

.p-product-list__h4 {
	font-size: clamp(14px, 25.6px, 16px);
	font-size: clamp(14px, 1.6rem, 16px);
	font-weight: bold;
	line-height: 1.6;
	margin-top: min(32px, 20px);
	margin-top: min(2rem, 20px);
	text-align: center;
}

.p-product-list__h4 span {
	display: inline-block;
}

.p-product-list__text {
	margin-inline: auto;
	font-size: clamp(12px, 22.4px, 14px);
	font-size: clamp(12px, 1.4rem, 14px);
	letter-spacing: 0.12em;
	line-height: 1.8;
	margin-bottom: min(32px, 20px);
	margin-bottom: min(2rem, 20px);
	margin-top: min(19.2px, 12px);
	margin-top: min(1.2rem, 12px);
	max-width: 200px;
}

.p-product-nav {
	margin-top: min(148.8px, 93px);
	margin-top: min(9.3rem, 93px);
}

.p-product-nav.--fixed {
	margin-inline: auto;
	padding-block: min(64px, 40px);
	padding-block: min(4rem, 40px);
	border-top: 1px solid #C9C8C8;
	margin-top: 0;
	max-width: calc(100% - 16.7rem);
}

.p-product-nav .u-con--md {
	padding-inline: min(64px, 40px);
	padding-inline: min(4rem, 40px);
	max-width: min(1920px, 1200px);
	max-width: min(120rem, 1200px);
}

.p-product-nav__li {
	gap: min(27.2px, 17px) min(84.8px, 53px);
	gap: min(1.7rem, 17px) min(5.3rem, 53px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-product-nav__item {
	width: calc(25% - 39.75px);
}

.p-product-nav__link {
	gap: min(9.6px, 6px);
	gap: min(0.6rem, 6px);
	padding-block: min(11.2px, 7px);
	padding-block: min(0.7rem, 7px);
	padding-inline: min(6.4px, 4px);
	padding-inline: min(0.4rem, 4px);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #C9C8C8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-product-nav__link::before,
.p-product-nav__link::after {
	content: "";
	display: block;
}

.p-product-nav__link::before {
	aspect-ratio: 1/1;
	border: 3.2px solid #738CC8;
	border: 0.2rem solid #738CC8;
	border-radius: 50%;
	width: min(22.4px, 16px);
	width: min(1.4rem, 16px);
}

.p-product-nav__link::after {
	background-color: #5978C4;
	-webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	height: 4px;
	margin-left: auto;
	width: 6px;
}

.p-product-nav__link .text {
	font-size: clamp(12px, 25.6px, 16px);
	font-size: clamp(12px, 1.6rem, 16px);
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.6;
}

.p-product-detail {
	margin-top: min(160px, 100px);
	margin-top: min(10rem, 100px);
	padding-bottom: min(124.8px, 78px);
	padding-bottom: min(7.8rem, 78px);
}

.p-product-detail.--tatami {
	margin-top: min(32px, 20px);
	margin-top: min(2rem, 20px);
}

.p-product-detail .u-con--lg {
	padding-inline: min(32px, 20px);
	padding-inline: min(2rem, 20px);
	max-width: min(2112px, 1320px);
	max-width: min(132rem, 1320px);
}

.p-product-detail .p-product__title + * {
	margin-top: max(-16px, -25.6px);
	margin-top: max(-16px, -1.6rem);
}

.p-product-detail__body {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-right: min(128px, 80px);
	padding-right: min(8rem, 80px);
	padding-top: min(128px, 80px);
	padding-top: min(8rem, 80px);
}

.p-product-detail__body + .p-product-detail__body {
	margin-top: min(96px, 60px);
	margin-top: min(6rem, 60px);
}

.p-product-detail__body + .p-product__title {
	margin-top: min(224px, 140px);
	margin-top: min(14rem, 140px);
}

.p-product-detail__title {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-product-detail__title .c-secondary-title {
	gap: min(12.8px, 8px);
	gap: min(0.8rem, 8px);
}

.p-product-detail__title .c-secondary-title .jp {
	font-size: min(38.4px, 24px);
	font-size: min(2.4rem, 24px);
}

.p-product-detail__title .c-secondary-title .en {
	font-size: min(76.8px, 48px);
	font-size: min(4.8rem, 48px);
}

.p-product-detail__title .p-product-detail__image {
	margin-top: min(76.8px, 48px);
	margin-top: min(4.8rem, 48px);
	max-width: min(627.2px, 392px);
	max-width: min(39.2rem, 392px);
}

.p-product-detail__image {
	border-radius: 0.4rem;
	overflow: hidden;
}

.p-product-detail__contents {
	width: clamp(530px, 1065.6px, 666px);
	width: clamp(530px, 66.6rem, 666px);
}

.p-product-detail__sec {
	margin-top: min(102.4px, 64px);
	margin-top: min(6.4rem, 64px);
}

.p-product-detail__h3 {
	gap: min(9.6px, 6px);
	gap: min(0.6rem, 6px);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: clamp(14px, 25.6px, 16px);
	font-size: clamp(14px, 1.6rem, 16px);
	letter-spacing: 0.12em;
	line-height: 1.8;
}

.p-product-detail__h3::before {
	aspect-ratio: 1/1;
	border: 3.2px solid #738CC8;
	border: 0.2rem solid #738CC8;
	border-radius: 50%;
	content: "";
	display: inline-block;
	width: min(28.8px, 18px);
	width: min(1.8rem, 18px);
}

.p-product-detail__flex {
	gap: min(73.6px, 46px);
	gap: min(4.6rem, 46px);
	margin-top: min(38.4px, 24px);
	margin-top: min(2.4rem, 24px);
}

.p-product-detail__flex.--02 {
	gap: min(40px, 25px) min(44.8px, 28px);
	gap: min(2.5rem, 25px) min(2.8rem, 28px);
}

.p-product-detail__flex > .p-product-detail__flex {
	gap: min(24px, 15px);
	gap: min(1.5rem, 15px);
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 0;
	width: calc(50% - 14px);
}

.p-product-detail__sec-image {
	border-radius: 0.4rem;
	overflow: hidden;
}

.p-product-detail__sec-image.--01 {
	width: min(352px, 220px);
	width: min(22rem, 220px);
}

.p-product-detail__sec-image.--01 img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.p-product-detail__sec-image.--02 {
	width: min(192px, 120px);
	width: min(12rem, 120px);
}

.p-product-detail__sec-image.--until {
	background-color: #C9C8C8;
}

.p-product-detail__sec-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-product-detail__h4 {
	font-size: clamp(14px, 25.6px, 16px);
	font-size: clamp(14px, 1.6rem, 16px);
	font-weight: bold;
	letter-spacing: 0.12em;
	line-height: 1.5;
}

.p-product-detail____sec-att {
	font-size: clamp(10px, 19.2px, 12px);
	font-size: clamp(10px, 1.2rem, 12px);
	letter-spacing: 0.12em;
	line-height: 1.5;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.p-sheet {
	overflow: hidden;
}

.p-sheet .l-cta {
	margin-top: 262.4px;
	margin-top: 16.4rem;
}

.p-sheet .c-secondary-title .jp {
	color: #666B78;
	font-size: 51.2px;
	font-size: 3.2rem;
}

.p-sheet .c-secondary-title .en {
	color: #738CC8;
}

.p-sheet__text {
	font-size: max(11px, 25.6px);
	font-size: max(11px, 1.6rem);
	letter-spacing: 0.12em;
	line-height: 1.8;
}

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

.p-sheet__text.--sub {
	font-size: max(11px, 22.4px);
	font-size: max(11px, 1.4rem);
}

.p-sheet__text .big {
	font-family: "ten-mincho-antique", sans-serif;
	font-size: max(16px, 32px);
	font-size: max(16px, 2rem);
	letter-spacing: 0.1em;
	line-height: 1.6;
}

.p-sheet-mv {
	padding-block: 54.4px;
	padding-block: 3.4rem;
	position: relative;
	z-index: 1;
}

.p-sheet-mv::after {
	aspect-ratio: 63/100;
	background: url(../images/under/product/oi-sheet/mv-sheet.png) no-repeat center/contain;
	bottom: -240px;
	bottom: -15rem;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	width: 504px;
	width: 31.5rem;
}

.p-sheet-mv__box {
	margin-inline: auto;
	aspect-ratio: 1/1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0 0.1rem 1.6rem rgba(122, 122, 122, .16);
	box-shadow: 0 0.1rem 1.6rem rgba(122, 122, 122, .16);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: max(500px, 1008px);
	width: max(500px, 63rem);
}

.p-sheet-mv__box::after {
	aspect-ratio: 206/126;
	background: url(../images/under/product/oi-sheet/mv-orange.png) no-repeat center/contain;
	bottom: 152px;
	bottom: 9.5rem;
	content: "";
	display: block;
	position: absolute;
	right: -88px;
	right: -5.5rem;
	-webkit-transform: rotate(-25.69deg);
	transform: rotate(-25.69deg);
	width: 329.6px;
	width: 20.6rem;
}

.p-sheet-mv__h1 {
	color: #738CC8;
	text-align: center;
}

.p-sheet-mv__h1 .text {
	margin-inline: auto;
	border: 3.2px solid;
	border: 0.2rem solid;
	border-radius: 10rem;
	font-size: 32px;
	font-size: 2rem;
	letter-spacing: 0.1em;
	padding: 6.4px 35.2px;
	padding: 0.4rem 2.2rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-sheet-mv__h1 .h1 {
	font-size: 76.8px;
	font-size: 4.8rem;
	font-weight: 500;
	letter-spacing: 0.16em;
	line-height: 1.6;
	margin-top: 6.4px;
	margin-top: 0.4rem;
}

.p-sheet-mv__text {
	font-size: max(12px, 25.6px);
	font-size: max(12px, 1.6rem);
	letter-spacing: 0.12em;
	line-height: 1.8;
	margin-top: 32px;
	margin-top: 2rem;
	text-align: center;
}

.p-sheet-mv__btn {
	margin-top: 64px;
	margin-top: 4rem;
}

.p-sheet-mv__btn .c-btn {
	background-color: #F47460;
	border-color: #F47460;
	-webkit-box-shadow: 0 0.1rem 0.8rem rgba(33, 33, 33, .2);
	box-shadow: 0 0.1rem 0.8rem rgba(33, 33, 33, .2);
	color: #fff;
	width: 100%;
}

.p-sheet-mv__btn .c-btn .circle {
	background-color: #fff;
}

.p-sheet-mv__btn .c-btn .circle::before,
.p-sheet-mv__btn .c-btn .circle::after {
	background-color: #F47460;
}

.p-sheet-mv__li {
	margin-inline: auto;
	gap: 41.6px;
	gap: 2.6rem;
	bottom: -102.4px;
	bottom: -6.4rem;
	left: 50%;
	max-width: 1222.4px;
	max-width: 76.4rem;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	z-index: 1;
}

.p-sheet-mv__li-item {
	aspect-ratio: 1/1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #1F428F;
	border-radius: 50%;
	-webkit-box-shadow: 0 0.1rem 0.4rem rgba(93, 93, 93, .2);
	box-shadow: 0 0.1rem 0.4rem rgba(93, 93, 93, .2);
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: max(12px, 25.6px);
	font-size: max(12px, 1.6rem);
	font-weight: bold;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.12em;
	line-height: 1.8;
	position: relative;
	text-align: center;
	width: calc(20% - 2.08rem);
}

.p-sheet-mv__li-image {
	position: absolute;
	right: 0;
	top: -20.8px;
	top: -1.3rem;
	width: 75.2px;
	width: 4.7rem;
}

.p-sheet-mv__bg {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.p-sheet-mv__bg picture {
	height: 100%;
}

.p-sheet-mv__bg img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.p-sheet-sec02 {
	padding-block: 227.2px 206.4px;
	padding-block: 14.2rem 12.9rem;
}

.p-sheet-sec02__body {
	padding-top: 75.2px;
	padding-top: 4.7rem;
	position: relative;
	z-index: 1;
}

.p-sheet-sec02__body::before {
	color: #F6F8FF;
	content: attr(data-en);
	font-family: Helvetica Neue, Helvetica, Arial, Roboto, sans-serif;
	font-size: 256px;
	font-size: 16rem;
	font-style: italic;
	left: 50%;
	letter-spacing: 0.1em;
	line-height: 1;
	position: absolute;
	text-transform: uppercase;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
	will-change: opacity, mix-blend-mode;
	z-index: -1;
}

.p-sheet-sec02__body .p-sheet__text {
	color: #738CC8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-sheet-sec02__body .p-sheet__text.u-pt {
	color: #666B78;
}

.p-sheet-sec02__video-wrap {
	margin: 62.4px auto 0;
	margin: 3.9rem auto 0;
	max-width: max(476px, 761.6px);
	max-width: max(476px, 47.6rem);
}

.p-sheet-sec02__video-text {
	padding-block: 0.8px;
	padding-block: 0.05rem;
	gap: 16px;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 3.2px solid #738CC8;
	border: 0.2rem solid #738CC8;
	border-radius: 0.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: max(13px, 25.6px);
	font-size: max(13px, 1.6rem);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.12em;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-sheet-sec02__video-text .icon {
	display: block;
	width: 28.8px;
	width: 1.8rem;
}

.p-sheet-sec02__video-text .icon img {
	display: block;
}

.p-sheet-sec03 {
	background-color: #1F428F;
}

.p-sheet-sec03::after {
	aspect-ratio: 465/688;
	background: url(../images/under/product/oi-sheet/sec03-sheet.png) no-repeat center/contain;
	bottom: -355.2px;
	bottom: -22.2rem;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	width: 744px;
	width: 46.5rem;
	z-index: 3;
}

.p-sheet-sec03__top {
	background: url(../images/under/product/oi-sheet/sec03-bg.jpg) no-repeat center/cover;
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 6.6rem), 50% 100%, 0 calc(100% - 6.6rem));
	clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 6.6rem), 50% 100%, 0 calc(100% - 6.6rem));
	padding-bottom: 284.8px;
	padding-bottom: 17.8rem;
	position: relative;
	z-index: 2;
}

.p-sheet-sec03__title {
	padding-block: 64px;
	padding-block: 4rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: "ten-mincho-antique", sans-serif;
	font-size: 38.4px;
	font-size: 2.4rem;
	left: 0;
	letter-spacing: 0.1em;
	line-height: 1.5833333333;
	position: relative;
	top: 0;
	width: 100%;
}

.p-sheet-sec03__title::before {
	background: -webkit-gradient(linear, left top, left bottom, from(#292B34), to(#666B78));
	background: linear-gradient(to bottom, #292B34, #666B78);
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	mix-blend-mode: multiply;
	opacity: 0.5;
	position: absolute;
	right: 0;
	top: 0;
}

.p-sheet-sec03__title span {
	position: relative;
}

.p-sheet-sec03__title .big {
	font-size: 51.2px;
	font-size: 3.2rem;
	line-height: 1.59375;
	margin-top: -11.2px;
	margin-top: -0.7rem;
}

.p-sheet-sec03__title .underline {
	border-bottom: 1px solid #fff;
	color: #C0AD50;
}

.p-sheet-sec03__top-contents {
	margin-top: 120px;
	margin-top: 7.5rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-sheet-sec03__text {
	padding-block: 25.6px;
	padding-block: 1.6rem;
	padding-inline: 62.4px;
	padding-inline: 3.9rem;
	background-color: #292F3D;
	border-radius: 0.4rem;
	color: #fff;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(33,33,33,0.2)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
	-webkit-filter: drop-shadow(0px 3.2px 1.6px rgba(33, 33, 33, .2));
	filter: drop-shadow(0px 3.2px 1.6px rgba(33, 33, 33, .2));
	-webkit-filter: drop-shadow(0px 0.2rem 0.1rem rgba(33, 33, 33, .2));
	filter: drop-shadow(0px 0.2rem 0.1rem rgba(33, 33, 33, .2));
	font-size: max(13px, 25.6px);
	font-size: max(13px, 1.6rem);
	font-weight: bold;
	letter-spacing: 0.12em;
	line-height: 1.8125;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	will-change: filter;
}

.p-sheet-sec03__text:first-child {
	margin-left: 288px;
	margin-left: 18rem;
}

.p-sheet-sec03__text:nth-child(2) {
	margin-left: 73.6px;
	margin-left: 4.6rem;
}

.p-sheet-sec03__text:nth-child(3) {
	margin-left: 81.6px;
	margin-left: 5.1rem;
}

.p-sheet-sec03__text .u-pt {
	display: none !important;
}

.p-sheet-sec03__text::before,
.p-sheet-sec03__text::after {
	aspect-ratio: 1/1;
	background-color: #292F3D;
	border-radius: 50%;
	content: "";
	display: block;
	position: absolute;
}

.p-sheet-sec03__text::before {
	bottom: 19.2px;
	bottom: 1.2rem;
	right: -12.8px;
	right: -0.8rem;
	width: 30.4px;
	width: 1.9rem;
}

.p-sheet-sec03__text::after {
	bottom: 14.4px;
	bottom: 0.9rem;
	right: -20.8px;
	right: -1.3rem;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	width: 20.8px;
	width: 1.3rem;
}

.p-sheet-sec03__text .bold {
	color: #C0AD50;
}

.p-sheet-sec03__text + .p-sheet-sec03__text {
	margin-top: 44.8px;
	margin-top: 2.8rem;
}

.p-sheet-sec03__bottom {
	padding-block: 110.4px 139.2px;
	padding-block: 6.9rem 8.7rem;
	position: relative;
	z-index: 1;
}

.p-sheet-sec03__bottom::before {
	color: #214799;
	content: attr(data-en);
	font-family: Helvetica Neue, Helvetica, Arial, Roboto, sans-serif;
	font-size: 288px;
	font-size: 18rem;
	font-style: oblique;
	left: 50%;
	letter-spacing: 0.08em;
	line-height: 1;
	position: absolute;
	text-transform: uppercase;
	top: -59.2px;
	top: -3.7rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
	will-change: opacity, mix-blend-mode;
	z-index: -1;
}

.p-sheet-sec03__bottom-text {
	gap: 16px;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: "ten-mincho-antique", sans-serif;
	font-size: 57.6px;
	font-size: 3.6rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
}

.p-sheet-sec03__bottom-text span {
	border-bottom: 3.2px solid;
	border-bottom: 0.2rem solid;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-sheet-sec03__bottom-text span:first-child::before {
	aspect-ratio: 30/18;
	background: url(../images/under/product/oi-sheet/sec03-bottom01.png) no-repeat center/contain;
	content: "";
	display: block;
	left: -38.4px;
	left: -2.4rem;
	position: absolute;
	top: -19.2px;
	top: -1.2rem;
	-webkit-transform: rotate(-35.7deg);
	transform: rotate(-35.7deg);
	width: 48px;
	width: 3rem;
}

.p-sheet-sec03__bottom-text .big {
	font-size: 89.6px;
	font-size: 5.6rem;
}

.p-sheet-sec03__bottom-text .mn {
	border: none;
	font-size: 38.4px;
	font-size: 2.4rem;
}

.p-sheet-sec03__bottom-text .mn::before {
	display: none !important;
}

.p-sheet-sec03__bottom-image {
	position: absolute;
	z-index: 3;
}

.p-sheet-sec03__bottom-image.--orange {
	bottom: 43.2px;
	bottom: 2.7rem;
	left: -108.8px;
	left: -6.8rem;
	-webkit-transform: rotate(-169deg);
	transform: rotate(-169deg);
	width: 515.2px;
	width: 32.2rem;
}

.p-sheet-sec03__bottom-image.--people {
	bottom: -73.6px;
	bottom: -4.6rem;
	left: 392px;
	left: 24.5rem;
	width: 331.2px;
	width: 20.7rem;
}

.p-sheet-sec04 {
	background-color: #E9EFFF;
	padding-top: 184px;
	padding-top: 11.5rem;
}

.p-sheet-sec04__body {
	margin-top: 128px;
	margin-top: 8rem;
}

.p-sheet-sec04__item {
	counter-increment: mycounter;
}

.p-sheet-sec04__item:nth-child(odd) .p-sheet-sec04__box {
	padding-inline: 321.6px 104px;
	padding-inline: 20.1rem 6.5rem;
	margin-left: auto;
}

.p-sheet-sec04__item:nth-child(odd) .p-sheet-sec04__image-wrap {
	left: -352px;
	left: -22rem;
}

.p-sheet-sec04__item:nth-child(odd) .p-sheet-sec04__image-flex {
	bottom: -30.4px;
	bottom: -1.9rem;
	right: -28.8px;
	right: -1.8rem;
}

.p-sheet-sec04__item:nth-child(odd) .p-sheet-sec04__image {
	border-bottom-right-radius: 6.4px;
	border-bottom-right-radius: 0.4rem;
	border-top-right-radius: 6.4px;
	border-top-right-radius: 0.4rem;
}

.p-sheet-sec04__item:nth-child(even) .p-sheet-sec04__box {
	padding-inline: 72px 353.6px;
	padding-inline: 4.5rem 22.1rem;
}

.p-sheet-sec04__item:nth-child(even) .p-sheet-sec04__image-wrap {
	right: -352px;
	right: -22rem;
}

.p-sheet-sec04__item:nth-child(even) .p-sheet-sec04__image-flex {
	bottom: -52.8px;
	bottom: -3.3rem;
	left: -43.2px;
	left: -2.7rem;
}

.p-sheet-sec04__item:nth-child(even) .p-sheet-sec04__image {
	border-bottom-left-radius: 6.4px;
	border-bottom-left-radius: 0.4rem;
	border-top-left-radius: 6.4px;
	border-top-left-radius: 0.4rem;
}

.p-sheet-sec04__item + .p-sheet-sec04__item {
	margin-top: 102.4px;
	margin-top: 6.4rem;
}

.p-sheet-sec04__box {
	aspect-ratio: 618/516;
	background-color: #fff;
	-webkit-box-shadow: 0 0.1rem 1.6rem rgba(149, 149, 149, .12);
	box-shadow: 0 0.1rem 1.6rem rgba(149, 149, 149, .12);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 61.8%;
}

.p-sheet-sec04__box-inner {
	padding-left: 32px;
	padding-left: 2rem;
}

.p-sheet-sec04__box-inner::before {
	color: #738CC8;
	content: counter(mycounter, decimal-leading-zero);
	font-family: Helvetica Neue, Helvetica, Arial, Roboto, sans-serif;
	font-size: 102.4px;
	font-size: 6.4rem;
	font-style: oblique;
	left: -32px;
	left: -2rem;
	letter-spacing: 0.02em;
	line-height: 1;
	position: relative;
}

.p-sheet-sec04__box-inner .p-sheet__text {
	margin-top: 48px;
	margin-top: 3rem;
}

.p-sheet-sec04__h3 {
	color: #1F428F;
	font-family: "ten-mincho-antique", sans-serif;
	font-size: 38.4px;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-top: 9.6px;
	margin-top: 0.6rem;
}

.p-sheet-sec04__h3 .big {
	border-bottom: 3.2px solid #738CC8;
	border-bottom: 0.2rem solid #738CC8;
	font-size: 51.2px;
	font-size: 3.2rem;
}

.p-sheet-sec04__image-wrap {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1206.4px;
	width: 75.4rem;
}

.p-sheet-sec04__image-flex {
	gap: 25.6px;
	gap: 1.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
}

.p-sheet-sec04__image-text {
	aspect-ratio: 1/1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #1F428F;
	border-radius: 50%;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 25.6px;
	font-size: 1.6rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.06em;
	line-height: 1.4;
	text-align: center;
	width: 188.8px;
	width: 11.8rem;
}

.p-sheet-sec04__image-text.--gap {
	gap: 3.2px;
	gap: 0.2rem;
}

.p-sheet-sec04__image-text.--sub {
	font-size: 22.4px;
	font-size: 1.4rem;
	letter-spacing: 0.12em;
}

.p-sheet-sec04__image-text .sub {
	font-size: 22.4px;
	font-size: 1.4rem;
	letter-spacing: 0.12em;
}

.p-sheet-sec04__image-text .num {
	font-family: Helvetica Neue, Helvetica, Arial, Roboto, sans-serif;
	font-size: 38.4px;
	font-size: 2.4rem;
	line-height: 1;
}

.p-sheet-sec04__image-text .num .per {
	font-size: 25.6px;
	font-size: 1.6rem;
}

.p-sheet-sec04__image {
	overflow: hidden;
}

.p-sheet-sec04__bottom {
	margin-top: 160px;
	margin-top: 10rem;
	position: relative;
	z-index: 1;
}

.p-sheet-sec04__bottom::before,
.p-sheet-sec04__bottom::after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	-webkit-box-shadow: 0 0.1rem 1.6rem rgba(149, 149, 149, .12);
	box-shadow: 0 0.1rem 1.6rem rgba(149, 149, 149, .12);
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	z-index: -1;
}

.p-sheet-sec04__bottom::before {
	background-image: url(../images/under/product/oi-sheet/sec04-bg_white.jpg);
	left: 0;
}

.p-sheet-sec04__bottom::after {
	background-image: url(../images/under/product/oi-sheet/sec04-bg_black.jpg);
	right: 0;
}

.p-sheet-sec04__bottom-box {
	padding-block: 124.8px;
	padding-block: 7.8rem;
	width: 50%;
}

.p-sheet-sec04__bottom-box.--white .p-sheet-sec04__bottom-lead {
	color: #1F428F;
}

.p-sheet-sec04__bottom-box.--black {
	color: #fff;
}

.p-sheet-sec04__bottom-box.--black > * {
	margin-left: auto;
}

.p-sheet-sec04__bottom-box .p-sheet__text {
	margin-top: 46.4px;
	margin-top: 2.9rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-sheet-sec04__bottom-h3,
.p-sheet-sec04__bottom-lead {
	font-family: "ten-mincho-antique", sans-serif;
	letter-spacing: 0.1em;
	line-height: 1.6;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-sheet-sec04__bottom-h3 {
	font-size: 51.2px;
	font-size: 3.2rem;
}

.p-sheet-sec04__bottom-lead {
	border-bottom: 3.2px solid;
	border-bottom: 0.2rem solid;
	font-size: 38.4px;
	font-size: 2.4rem;
	margin-top: 36.8px;
	margin-top: 2.3rem;
}

.p-sheet-sec05 {
	padding-block: 192px 224px;
	padding-block: 12rem 14rem;
	z-index: 1;
}

.p-sheet-sec05::before,
.p-sheet-sec05::after {
	aspect-ratio: 1/1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	position: absolute;
	top: 192px;
	top: 12rem;
	width: 992px;
	width: 62rem;
}

.p-sheet-sec05::before {
	background-image: url(../images/under/product/oi-sheet/sec05-02.png);
	right: -384px;
	right: -24rem;
}

.p-sheet-sec05::after {
	background-image: url(../images/under/product/oi-sheet/sec05-01.png);
	left: -384px;
	left: -24rem;
}

.p-sheet-sec05__body {
	padding-block: 105.6px 107.2px;
	padding-block: 6.6rem 6.7rem;
}

.p-sheet-sec05__body::before {
	aspect-ratio: 16/11;
	background: url(../images/under/product/oi-sheet/sec05-bg.png) no-repeat center/contain;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 2048px;
	width: 128rem;
	z-index: -1;
}

.p-sheet-sec05__body .p-sheet__text {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 38.4px;
	margin-top: 2.4rem;
}

.p-sheet-sec05__body .p-sheet__text .blue {
	border-bottom: 3.2px solid #738CC8;
	border-bottom: 0.2rem solid #738CC8;
	color: #1F428F;
}

.p-sheet-sec05__body .p-sheet__text .lg {
	font-size: max(38.4px, 20px);
	font-size: max(2.4rem, 20px);
	margin-right: 12.8px;
	margin-right: 0.8rem;
}

.p-sheet-sec05__body .p-sheet__text span {
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-sheet-sec05__body .p-sheet__text span:last-child {
	margin-top: 28.8px;
	margin-top: 1.8rem;
}

.p-sheet-sec05__text-box {
	background-color: #1F428F;
	border-radius: 0.4rem;
	color: #fff;
	font-size: max(15px, 28.8px);
	font-size: max(15px, 1.8rem);
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin: 96px auto 0;
	margin: 6rem auto 0;
	padding: 25.6px 51.2px;
	padding: 1.6rem 3.2rem;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-sheet-sec05__att {
	color: #929292;
	font-size: max(12px, 19.2px);
	font-size: max(12px, 1.2rem);
	letter-spacing: 0.02em;
	line-height: 1.6;
	margin-top: 102.4px;
	margin-top: 6.4rem;
	text-align: center;
}

.p-sheet-sec06 {
	padding-block: 230.4px 160px;
	padding-block: 14.4rem 10rem;
	background-color: #E9EFFF;
}

.p-sheet-sec06__body {
	padding-block: 153.6px 99.2px;
	padding-block: 9.6rem 6.2rem;
	padding-inline: 96px;
	padding-inline: 6rem;
	background-color: #fff;
	border-radius: 0.4rem;
	-webkit-box-shadow: 0 0.1rem 1.6rem rgba(149, 149, 149, .12);
	box-shadow: 0 0.1rem 1.6rem rgba(149, 149, 149, .12);
	margin-top: 179.2px;
	margin-top: 11.2rem;
	position: relative;
}

.p-sheet-sec06__body + .p-sheet-sec06__body {
	margin-top: 211.2px;
	margin-top: 13.2rem;
}

.p-sheet-sec06__h3 {
	padding-block: 22.4px;
	padding-block: 1.4rem;
	background-color: #738CC8;
	border-radius: 10rem;
	color: #fff;
	font-family: "ten-mincho-antique", sans-serif;
	font-size: 32px;
	font-size: 2rem;
	left: 50%;
	letter-spacing: 0.1em;
	position: absolute;
	text-align: center;
	top: -51.2px;
	top: -3.2rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: calc(100% - 16rem);
}

.p-sheet-sec06__flex {
	margin-inline: auto;
	gap: 64px;
	gap: 4rem;
	max-width: max(846px, 1353.6px);
	max-width: max(846px, 84.6rem);
}

.p-sheet-sec06__flex + .p-sheet-sec06__flex {
	margin-top: 128px;
	margin-top: 8rem;
}

.p-sheet-sec06__image {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-sheet-sec06__box {
	width: 681.6px;
	width: 42.6rem;
}

.p-sheet-sec06__box .p-sheet__text {
	margin-top: 38.4px;
	margin-top: 2.4rem;
}

.p-sheet-sec06__box hgroup .text {
	padding-block: 7.2px;
	padding-block: 0.45rem;
	padding-inline: 25.6px;
	padding-inline: 1.6rem;
	background-color: #738CC8;
	border-radius: 10rem;
	color: #fff;
	font-size: max(13px, 25.6px);
	font-size: max(13px, 1.6rem);
	letter-spacing: 0.1em;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-sheet-sec06__box hgroup .text + * {
	margin-top: 12.8px;
	margin-top: 0.8rem;
}

.p-sheet-sec06__lead {
	color: #738CC8;
	font-size: max(15px, 28.8px);
	font-size: max(15px, 1.8rem);
	letter-spacing: 0.1em;
	line-height: 1.6;
}

.p-sheet-sec06__btn {
	margin-top: 64px;
	margin-top: 4rem;
}

.p-sheet-sec06__table,
.p-sheet-sec06__th,
.p-sheet-sec06__td {
	border: 1px solid #C9C8C8;
	border-collapse: collapse;
	vertical-align: middle;
}

.p-sheet-sec06__table {
	font-size: 22.4px;
	font-size: 1.4rem;
	letter-spacing: 0.12em;
	line-height: 1.7857142857;
	table-layout: fixed;
	width: 100%;
}

.p-sheet-sec06__table.--02 {
	border: none;
}

.p-sheet-sec06__table.--02 .p-sheet-sec06__td {
	border: none;
}

.p-sheet-sec06__th {
	padding-block: 11.2px;
	padding-block: 0.7rem;
	background-color: #f7f7f7;
	width: 20%;
}

.p-sheet-sec06__th.--second {
	padding-block: 5.6px;
	padding-block: 0.35rem;
}

.p-sheet-sec06__th.--small {
	padding-block: 6.4px;
	padding-block: 0.4rem;
}

.p-sheet-sec06__th.--col span {
	display: block;
}

.p-sheet-sec06__th.--col .mn {
	font-size: max(10px, 19.2px);
	font-size: max(10px, 1.2rem);
	letter-spacing: 0.02em;
	line-height: 1.6;
	margin-top: -9.6px;
	margin-top: -0.6rem;
}

.p-sheet-sec06__td {
	padding-block: 11.2px;
	padding-block: 0.7rem;
	text-align: center;
}

.p-sheet-sec06__td .mn {
	font-size: 19.2px;
	font-size: 1.2rem;
}

.p-sheet-cta {
	background: -webkit-gradient(linear, left top, left bottom, from(#E9EFFF), color-stop(50%, #E9EFFF), color-stop(50%, transparent), to(transparent));
	background: linear-gradient(to bottom, #E9EFFF 0%, #E9EFFF 50%, transparent 50%, transparent 100%);
}

.p-sheet-cta__body {
	margin-inline: auto;
	padding-block: 136px 91.2px;
	padding-block: 8.5rem 5.7rem;
	background-color: #0E2470;
	border-radius: 0.8rem;
	color: #fff;
	max-width: 1792px;
	max-width: 112rem;
	position: relative;
	z-index: 1;
}

.p-sheet-cta__body::before {
	color: #24387C;
	content: "CONTACT US";
	font-family: Helvetica Neue, Helvetica, Arial, Roboto, sans-serif;
	font-size: 102.4px;
	font-size: 6.4rem;
	font-style: oblique;
	left: 50%;
	letter-spacing: 0.04em;
	line-height: 1.15625;
	position: absolute;
	top: 62.4px;
	top: 3.9rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
	z-index: -1;
}

.p-sheet-cta__body .p-sheet__text {
	text-align: center;
}

.p-sheet-cta__lead {
	font-size: 28.8px;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	text-align: center;
}

.p-sheet-cta__lead + * {
	margin-top: 38.4px;
	margin-top: 2.4rem;
}

.p-sheet-cta__btn {
	margin-top: 64px;
	margin-top: 4rem;
}

.p-sheet-cta__btn .c-btn {
	margin-inline: auto;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.u-db {
	display: block;
}

.u-dn {
	display: none;
}

.u-mask--c-black {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(0);
	filter: brightness(0);
}

.u-mask--c-white {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.u-con--sm {
	margin-inline: auto;
	padding-inline: 96px;
	padding-inline: 6rem;
	max-width: 1792px;
	max-width: 112rem;
}

.u-con--md {
	margin-inline: auto;
	padding-inline: 64px;
	padding-inline: 4rem;
	max-width: 1920px;
	max-width: 120rem;
}

.u-con--lg {
	margin-inline: auto;
	padding-inline: 32px;
	padding-inline: 2rem;
	max-width: 2112px;
	max-width: 132rem;
}

.u-c-white {
	color: #fff;
}

.u-c--b-white {
	color: #fff;
}

.u-z-1 {
	z-index: -1;
}

.u-z1 {
	z-index: 1;
}

.u-z2 {
	z-index: 2;
}

.u-z3 {
	z-index: 3;
}

.u-z10 {
	z-index: 10;
}

.u-z50 {
	z-index: 50;
}

.u-z100 {
	z-index: 100;
}

.u-z999 {
	z-index: 999;
}

.p-download-content{
	padding: 10rem 0 13rem;
}

.p-download__wrap{
	padding: 5.8rem 6rem 6.4rem;
	border: 1px solid #1F428F;
}

.p-download__wrap:not(:first-child){
	margin-top: 6.4rem;
}

.p-download__head{
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
}

.p-download__head .en{
	color:#1F428F;
	font-size: 4.2rem;
	letter-spacing: 0.02em;
	font-style: oblique;
	line-height: 1.2;
}

.p-download__head .jp{
	color:#1F428F;
font-size: 2.4rem;
font-weight: 700;
letter-spacing: 0.1em;
}

.p-download__body{
	margin-top: 6rem;
	padding: 7.2rem;
	background-color: #F5F8FF;
}

.p-download__list{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap:7.2rem 6.4rem;
}

.p-download__item{
	display: block;
	transition: .3s;
}

.p-download__img img{
	aspect-ratio: 24/34;
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: .3s;
}

.p-download__img figcaption{
	margin-top: 1.1rem;
font-size: 1.6rem;
font-weight: 700;
text-align: center;
line-height: 1.8;
}

.p-download__btn{
	margin-top: 2rem;
}


.c-btn-down__link{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 5.3rem;
	background-color: #fff;
	border: 1px solid #738CC8;
	border-radius: 50rem;
	color:#738CC8;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	transition: .3s;
}
.c-btn-down__link::after{
	content:"";
	display: inline-block;
width: 2.4rem;
aspect-ratio: 1/1;
margin-left: 0.3rem;
	mask:url(../images/icon/icon_download.svg) no-repeat top center/contain;
	background-color:#738CC8;
	transition: .3s;
}

@media (hover: hover) and (pointer: fine) {
.p-download__item:hover img{
	opacity: 0.8;
}
.p-download__item:hover .c-btn-down__link,a.c-btn-down__link:hover{
	background-color: #738CC8;
	color:#fff;
}
.p-download__item:hover .c-btn-down__link::after,a.c-btn-down__link:hover::after{
	background-color: #fff;
}
.l-cta__form {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color, color;
	transition-property: background-color, color;
}

.l-cta__form .circle {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color;
	transition-property: background-color;
}

.l-cta__form .circle::before,
.l-cta__form .circle::after {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.l-cta__form:hover {
	background-color: #fff;
	color: #F47460;
}

.l-cta__form:hover .circle {
	background-color: #F47460;
}

.l-cta__form:hover .circle::before {
	-webkit-transform: translate(2.6rem, -50%);
	transform: translate(2.6rem, -50%);
}

.l-cta__form:hover .circle::after {
	-webkit-transform: translate(5rem, -50%);
	transform: translate(5rem, -50%);
}

.l-footer__logo {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.l-footer__logo:hover {
	opacity: 0.8;
}

.l-footer__nav-link {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: color;
	transition-property: color;
}

.l-footer__nav-link::before {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}

.l-footer__nav-link:hover {
	color: #738CC8;
}

.l-footer__nav-link:hover::before {
	opacity: 1;
	-webkit-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
}

.l-footer__note {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.l-footer__note:hover {
	opacity: 0.8;
}

.l-header__logo {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.l-header__logo:hover {
	opacity: 0.8;
}

.l-localnav__link {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: color;
	transition-property: color;
}

.l-localnav__link:hover {
	color: #738CC8;
}

.l-navi__menu-link {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: color;
	transition-property: color;
}

.l-navi__menu-link::before {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}

.l-navi__menu-link::after {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color;
	transition-property: background-color;
}

.l-navi__menu-link:hover {
	color: #738CC8;
}

.l-navi__menu-link:hover::after {
	background-color: #738CC8;
}

.l-navi__menu-link:hover::before {
	opacity: 1;
	-webkit-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
}

.l-navi__btn.c-btn {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color, color;
	transition-property: background-color, color;
}

.l-navi__btn.c-btn .circle {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color;
	transition-property: background-color;
}

.l-navi__btn.c-btn .circle::before,
.l-navi__btn.c-btn .circle::after {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color, -webkit-transform;
	transition-property: background-color, -webkit-transform;
	transition-property: transform, background-color;
	transition-property: transform, background-color, -webkit-transform;
}

.l-navi__btn.c-btn:hover {
	background-color: #fff;
	color: #F47460;
}

.l-navi__btn.c-btn:hover .circle {
	background-color: #F47460;
}

.l-navi__btn.c-btn:hover .circle::before,
.l-navi__btn.c-btn:hover .circle::after {
	background-color: #fff;
}

.l-navi__btn.c-btn:hover .circle::before {
	-webkit-transform: translate(5.3px, -50%);
	transform: translate(5.3px, -50%);
}

.l-navi__btn.c-btn:hover .circle::after {
	-webkit-transform: translate(10px, -50%);
	transform: translate(10px, -50%);
}

.l-navi__privacy {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color, color;
	transition-property: background-color, color;
}

.l-navi__privacy:hover {
	color: #738CC8;
}

.l-navi__note {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.l-navi__note:hover {
	opacity: 0.8;
}

.l-news-nav__item {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color;
	transition-property: background-color;
}

.l-news-nav__item span {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.l-news-nav__item:hover {
	background-color: #fff;
}

.l-news-nav__item:hover span {
	opacity: 0.6;
}

.l-news-list__link .l-news-list__more .circle {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color;
	transition-property: background-color;
}

.l-news-list__link .l-news-list__more .circle::before,
.l-news-list__link .l-news-list__more .circle::after {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color, -webkit-transform;
	transition-property: background-color, -webkit-transform;
	transition-property: transform, background-color;
	transition-property: transform, background-color, -webkit-transform;
}

.l-news-list__link:hover .l-news-list__more .circle {
	background-color: #fff;
}

.l-news-list__link:hover .l-news-list__more .circle::before,
.l-news-list__link:hover .l-news-list__more .circle::after {
	background-color: #738CC8;
}

.l-news-list__link:hover .l-news-list__more .circle::before {
	-webkit-transform: translate(min(0.7rem, 7px), -50%);
	transform: translate(min(0.7rem, 7px), -50%);
}

.l-news-list__link:hover .l-news-list__more .circle::after {
	-webkit-transform: translate(2rem, -50%);
	transform: translate(2rem, -50%);
}

.c-btn {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color, color;
	transition-property: background-color, color;
}

.c-btn .circle {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color;
	transition-property: background-color;
}

.c-btn .circle::before,
.c-btn .circle::after {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color, -webkit-transform;
	transition-property: background-color, -webkit-transform;
	transition-property: transform, background-color;
	transition-property: transform, background-color, -webkit-transform;
}

.c-btn:hover {
	background-color: #738CC8;
	color: #fff;
}

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

.c-btn:hover .circle::before,
.c-btn:hover .circle::after {
	background-color: #738CC8;
}

.c-btn:hover .circle::before {
	-webkit-transform: translate(0.53rem, -50%);
	transform: translate(0.53rem, -50%);
}

.c-btn:hover .circle::after {
	-webkit-transform: translate(1rem, -50%);
	transform: translate(1rem, -50%);
}

.c-btn-down{
	width: 100%;
}

.c-pager .wp-pagenavi a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: color, background-color, border-color;
	transition-property: color, background-color, border-color;
}

.c-pager .wp-pagenavi a:hover {
	background-color: #F1F5FE;
	border-color: #738CC8;
	color: #738CC8;
}

.c-pager .wp-pagenavi .previouspostslink,
.c-pager .wp-pagenavi .nextpostslink {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color, border-color;
	transition-property: background-color, border-color;
}

.c-pager .wp-pagenavi .previouspostslink::before,
.c-pager .wp-pagenavi .nextpostslink::before {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color;
	transition-property: background-color;
}

.c-pager .wp-pagenavi .previouspostslink:hover,
.c-pager .wp-pagenavi .nextpostslink:hover {
	background-color: #F1F5FE;
	border-color: #738CC8;
}

.c-pager .wp-pagenavi .previouspostslink:hover::before,
.c-pager .wp-pagenavi .nextpostslink:hover::before {
	background-color: #738CC8;
}

.p-top-business__btn .circle {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color;
	transition-property: background-color;
}

.p-top-business__btn .circle::before,
.p-top-business__btn .circle::after {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color, -webkit-transform;
	transition-property: background-color, -webkit-transform;
	transition-property: transform, background-color;
	transition-property: transform, background-color, -webkit-transform;
}

.p-top-business__btn:hover .circle {
	background-color: #fff;
}

.p-top-business__btn:hover .circle::before,
.p-top-business__btn:hover .circle::after {
	background-color: #738CC8;
}

.p-top-business__btn:hover .circle::before {
	-webkit-transform: translate(0.7rem, -50%);
	transform: translate(0.7rem, -50%);
}

.p-top-business__btn:hover .circle::after {
	-webkit-transform: translate(2rem, -50%);
	transform: translate(2rem, -50%);
}

.p-top-company__box::before {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.p-top-company__box .title {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: top;
	transition-property: top;
}

.p-top-company__box .p-top__text {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.p-top-company__box .circle {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color, -webkit-transform;
	transition-property: background-color, -webkit-transform;
	transition-property: background-color, transform;
	transition-property: background-color, transform, -webkit-transform;
}

.p-top-company__box .circle::before,
.p-top-company__box .circle::after {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color, -webkit-transform;
	transition-property: background-color, -webkit-transform;
	transition-property: transform, background-color;
	transition-property: transform, background-color, -webkit-transform;
}

.p-top-company__box:hover::before {
	opacity: 0.88;
}

.p-top-company__box:hover .title {
	top: 0;
}

.p-top-company__box:hover .p-top__text {
	opacity: 1;
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

.p-top-company__box:hover .circle {
	background-color: #fff;
	-webkit-transform: none;
	transform: none;
}

.p-top-company__box:hover .circle::before,
.p-top-company__box:hover .circle::after {
	background-color: #738CC8;
}

.p-top-company__box:hover .circle::before {
	-webkit-transform: translate(2rem, -50%);
	transform: translate(2rem, -50%);
}

.p-top-company__box:hover .circle::after {
	-webkit-transform: translate(5rem, -50%);
	transform: translate(5rem, -50%);
}

.p-top-mv__video-link .p-top-mv__video-text,
.p-top-mv__video-link .p-top-mv__video {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.p-top-mv__video-link:hover .p-top-mv__video-text,
.p-top-mv__video-link:hover .p-top-mv__video {
	opacity: 0.8;
}

.p-top-news__nav-item {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color;
	transition-property: background-color;
}

.p-top-news__nav-item span {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.p-top-news__nav-item:hover {
	background-color: #F0F4FF;
}

.p-top-news__nav-item:hover span {
	opacity: 0.6;
}

.p-top-news__nav-btn .circle {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color;
	transition-property: background-color;
}

.p-top-news__nav-btn .circle::before,
.p-top-news__nav-btn .circle::after {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color, -webkit-transform;
	transition-property: background-color, -webkit-transform;
	transition-property: transform, background-color;
	transition-property: transform, background-color, -webkit-transform;
}

.p-top-news__nav-btn:hover .circle {
	background-color: #fff;
}

.p-top-news__nav-btn:hover .circle::before,
.p-top-news__nav-btn:hover .circle::after {
	background-color: #738CC8;
}

.p-top-news__nav-btn:hover .circle::before {
	-webkit-transform: translate(min(1.3rem, 13px), -50%);
	transform: translate(min(1.3rem, 13px), -50%);
}

.p-top-news__nav-btn:hover .circle::after {
	-webkit-transform: translate(3rem, -50%);
	transform: translate(3rem, -50%);
}

.p-top-product__link {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color;
	transition-property: background-color;
}

.p-top-product__link .text {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.p-top-product__link .circle {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color;
	transition-property: background-color;
}

.p-top-product__link .circle::before,
.p-top-product__link .circle::after {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color, -webkit-transform;
	transition-property: background-color, -webkit-transform;
	transition-property: transform, background-color;
	transition-property: transform, background-color, -webkit-transform;
}

.p-top-product__link:hover {
	background-color: #E1E8FC;
}

.p-top-product__link:hover .text {
	opacity: 0.6;
}

.p-top-product__link:hover .circle {
	background-color: #fff;
}

.p-top-product__link:hover .circle::before,
.p-top-product__link:hover .circle::after {
	background-color: #738CC8;
}

.p-top-product__link:hover .circle::before {
	-webkit-transform: translate(1.25rem, -50%);
	transform: translate(1.25rem, -50%);
}

.p-top-product__link:hover .circle::after {
	-webkit-transform: translate(2rem, -50%);
	transform: translate(2rem, -50%);
}

.p-top-product__image-link::before {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.p-top-product__image-link .text {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.p-top-product__image-link:hover::before {
	opacity: 0.86;
}

.p-top-product__image-link:hover .text {
	opacity: 1;
}

.p-business-sec01__tab-nav-item {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color;
	transition-property: background-color;
}

.p-business-sec01__tab-nav-item:hover {
	background-color: #1F428F;
}

.p-business-sec04__slide-nav .swiper-button-prev,
.p-business-sec04__slide-nav .swiper-button-next {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color;
	transition-property: background-color;
}

.p-business-sec04__slide-nav .swiper-button-prev::after,
.p-business-sec04__slide-nav .swiper-button-next::after {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color;
	transition-property: background-color;
}

.p-business-sec04__slide-nav .swiper-button-prev:hover,
.p-business-sec04__slide-nav .swiper-button-next:hover {
	background-color: #738CC8;
}

.p-business-sec04__slide-nav .swiper-button-prev:hover::after,
.p-business-sec04__slide-nav .swiper-button-next:hover::after {
	background-color: #fff;
}

.p-company-sec03__td .map {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.p-company-sec03__td .map .circle::before,
.p-company-sec03__td .map .circle::after {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.p-company-sec03__td .map:hover {
	opacity: 0.8;
}

.p-company-sec03__td .map:hover .circle::before {
	-webkit-transform: translate(max(7px, 0.7rem), -50%) rotate(-30deg);
	transform: translate(max(7px, 0.7rem), -50%) rotate(-30deg);
}

.p-company-sec03__td .map:hover .circle::after {
	-webkit-transform: translate(1rem, -50%) rotate(-30deg);
	transform: translate(1rem, -50%) rotate(-30deg);
}

.p-company-sec04__nav-item {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color;
	transition-property: background-color;
}

.p-company-sec04__nav-item:hover {
	background-color: #1F428F;
}

.p-company-sec04__dd a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.p-company-sec04__dd a .circle::before,
.p-company-sec04__dd a .circle::after {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.p-company-sec04__dd a:hover {
	opacity: 0.8;
}

.p-company-sec04__dd a:hover .circle::before {
	-webkit-transform: translate(max(7px, 0.7rem), -50%) rotate(-30deg);
	transform: translate(max(7px, 0.7rem), -50%) rotate(-30deg);
}

.p-company-sec04__dd a:hover .circle::after {
	-webkit-transform: translate(1rem, -50%) rotate(-30deg);
	transform: translate(1rem, -50%) rotate(-30deg);
}

.p-company-sec05__thumbnail-link::after {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.p-company-sec05__thumbnail-link:hover::after {
	opacity: 0;
}

.cf7__consent a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: color;
	transition-property: color;
}

.cf7__consent a:hover {
	color: #F47460;
}

.cf7__button.--back input {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color;
	transition-property: background-color;
}

.cf7__button.--back:hover input {
	background-color: #fff;
}

.cf7__button.active input {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color, color;
	transition-property: background-color, color;
}

.cf7__button.active:hover input {
	background-color: #fff;
	color: #738CC8;
}

.p-news-single__contents a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.p-news-single__contents a:hover {
	opacity: 0.8;
}

.p-news-single__pager-link {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: color, background-color, border-color;
	transition-property: color, background-color, border-color;
}

.p-news-single__pager-link::before {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color;
	transition-property: background-color;
}

.p-news-single__pager-link:hover {
	background-color: #F1F5FE;
	border-color: #738CC8;
	color: #738CC8;
}

.p-news-single__pager-link:hover::before {
	background-color: #738CC8;
}

.p-news-single__back-link {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}

.p-news-single__back-link:hover {
	background-color: #738CC8;
	color: #fff;
}

.p-privacy p a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: color;
	transition-property: color;
}

.p-privacy p a:hover {
	color: #738CC8;
}

.p-product-list__tab-nav-item {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color;
	transition-property: background-color;
}

.p-product-list__tab-nav-item::before {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: color;
	transition-property: color;
}

.p-product-list__tab-nav-item:hover {
	background-color: #1F428F;
}

.p-product-list__tab-nav-item:hover::before {
	color: #3157AB;
}

.p-product-list__li-link .p-product-list__image::before {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.p-product-list__li-link .circle {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color;
	transition-property: background-color;
}

.p-product-list__li-link .circle::before,
.p-product-list__li-link .circle::after {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color, -webkit-transform;
	transition-property: background-color, -webkit-transform;
	transition-property: transform, background-color;
	transition-property: transform, background-color, -webkit-transform;
}

.p-product-list__li-link:hover .p-product-list__image::before {
	opacity: 0.86;
}

.p-product-list__li-link:hover .circle {
	background-color: #fff;
}

.p-product-list__li-link:hover .circle::before,
.p-product-list__li-link:hover .circle::after {
	background-color: #738CC8;
}

.p-product-list__li-link:hover .circle::before {
	-webkit-transform: translate(min(1.2rem, 12px), -50%);
	transform: translate(min(1.2rem, 12px), -50%);
}

.p-product-list__li-link:hover .circle::after {
	-webkit-transform: translate(min(2rem, 20px), -50%);
	transform: translate(min(2rem, 20px), -50%);
}

.p-product-nav__link {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: color;
	transition-property: color;
}

.p-product-nav__link:hover {
	color: #738CC8;
}

.p-sheet-mv__btn .c-btn {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color, color;
	transition-property: background-color, color;
}

.p-sheet-mv__btn .c-btn .circle {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color;
	transition-property: background-color;
}

.p-sheet-mv__btn .c-btn .circle::before,
.p-sheet-mv__btn .c-btn .circle::after {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color, -webkit-transform;
	transition-property: background-color, -webkit-transform;
	transition-property: transform, background-color;
	transition-property: transform, background-color, -webkit-transform;
}

.p-sheet-mv__btn .c-btn:hover {
	background-color: #fff;
	color: #F47460;
}

.p-sheet-mv__btn .c-btn:hover .circle {
	background-color: #F47460;
}

.p-sheet-mv__btn .c-btn:hover .circle::before,
.p-sheet-mv__btn .c-btn:hover .circle::after {
	background-color: #fff;
}

.p-sheet-mv__btn .c-btn:hover .circle::before {
	-webkit-transform: translate(0.53rem, -50%);
	transform: translate(0.53rem, -50%);
}

.p-sheet-mv__btn .c-btn:hover .circle::after {
	-webkit-transform: translate(1rem, -50%);
	transform: translate(1rem, -50%);
}

.p-sheet-sec02__video-link .p-sheet-sec02__video-text {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color;
	transition-property: background-color;
}

.p-sheet-sec02__video-link:hover .p-sheet-sec02__video-text {
	background-color: #F1F5FE;
}

}

@media all and (-ms-high-contrast: none) {

html,
body {
	display: none;
}

}

@media screen and (max-width: 1500px) {
	.l-navi__menu-link{
		font-size: 15px;
	}
	.l-navi__btn.c-btn{
		padding: 10px 40px 10px 30px;
	}
}
@media screen and (max-width: 1440px) {

.p-top-product {
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20.9rem, transparent), color-stop(20.9rem, #E9EFFF), to(#E9EFFF));
	background: linear-gradient(to bottom, transparent 0%, transparent 20.9rem, #E9EFFF 20.9rem, #E9EFFF 100%);
}

.p-top-recruit::before,
.p-top-recruit::after {
	width: 43.0555555556%;
}

.p-product-nav__item {
	width: calc(25% - 3.975rem);
}

.p-product-detail__flex > .p-product-detail__flex {
	width: calc(50% - 1.4rem);
}

.p-sheet-sec05::before,
.p-sheet-sec05::after {
	width: 43.0555555556%;
}

}

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

:root {
	--content_width: 680px;
	--content-both_space: 15px;
	--header_height: 65px;
	--waves_height: 20px;
}

html {
	font-size: 52.5%;
}

body {
	min-width: 100%;
	overflow-x: clip;
	width: 100%;
}

body.is-open::before {
	opacity: 1;
	visibility: visible;
}

body::before {
	background-color: #fff;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	margin: 0 calc(50% - 50vw);
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: "opacity visibility";
	transition-property: "opacity visibility";
	visibility: hidden;
	width: 100vw;
	z-index: -1;
	z-index: 50;
}

input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
	padding: 10px;
}

input[type=radio] + .mwform-radio-field-text {
	margin: 0;
	padding: 10px 5px 12px 23px;
}

input[type=radio] + .mwform-radio-field-text::before {
	height: 15px;
	width: 15px;
}

input[type=radio] + .mwform-radio-field-text::after {
	content: "";
	height: 9px;
	left: 3px;
	width: 9px;
}

input[type=checkbox] + label {
	padding-left: 30px;
}

.l-cta__form {
	padding-left: 0;
}

.l-cta__form .inner {
	margin-inline: auto;
}

.l-footer__body {
	gap: 5rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 10rem;
}

.l-footer__nav {
	margin-left: auto;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.l-header__inner {
	padding-inline: 2rem 1rem;
}

.l-navi {
	height: 100vh;
	left: 0;
	opacity: 0;
	overflow: scroll;
	padding-top: 8rem;
	position: fixed;
	top: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	visibility: hidden;
	width: 100%;
	z-index: 50;
}

.l-navi__inner {
	gap: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
	padding-top: 10rem;
}

.l-navi__inner::before {
	aspect-ratio: 1/1;
	border: 8.3rem solid #1F428F;
	border-radius: 50%;
	bottom: 1rem;
	content: "";
	display: block;
	position: absolute;
	right: -11.3rem;
	width: 35.8rem;
	z-index: -1;
}

.l-navi__menu {
	padding-inline: 4rem;
	gap: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.l-navi__menu-item {
	border-bottom: 1px solid #C9C8C8;
	width: 100%;
}

.l-navi__menu-item:first-child {
	border-top: 1px solid #C9C8C8;
}

.l-navi__menu-link {
	display: block;
	font-size: 16px;
	padding: 20px 15px;
}

.l-navi__menu-link::before {
	display: none;
}

.l-navi__btn.c-btn {
	padding-block: 2.2rem;
	padding-inline: 4.8rem;
	margin-top: 60px;
}

.l-navi__btn.c-btn .circle {
	position: relative;
	right: auto;
	top: auto;
	-webkit-transform: none;
	transform: none;
	width: 1.6rem;
}

.l-navi__btn.c-btn .circle::before,
.l-navi__btn.c-btn .circle::after {
	width: 0.57rem;
}

.l-navi__privacy {
	display: block;
	font-size: 13px;
	margin-bottom: 20px;
	margin-top: 10px;
	padding: 10px;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.l-navi__note {
	display: block;
	margin: 0 auto 40px;
	width: 100px;
}

.l-navi__copy {
	padding-block: 1rem;
	background-color: #1F428F;
	color: #fff;
	font-size: 14px;
	margin-top: auto;
	text-align: center;
	width: 100%;
}

.l-news-nav__link {
	gap: 0.8rem;
	font-size: 1.6rem;
	padding-left: 2rem;
}

.l-news-nav__link::before {
	font-size: 1.6rem;
}

.l-undermv::before,
.l-undermv::after {
	border-width: 14rem;
	width: 60rem;
}

.l-undermv::before {
	left: -28.9rem;
}

.l-undermv::after {
	right: -28rem;
}

.l-undermv__h1.coming {
	font-size: 3.6rem;
}

.c-secondary-title .jp {
	font-size: 2rem;
}

.c-secondary-title .en {
	font-size: 3.8rem;
}

.p-top-about__fixed.section {
	height: 280vh;
}

.p-top-about {
	min-height: 100vh;
}

.p-top-about::before,
.p-top-about::after {
	width: 4rem;
}

.p-top-about::before {
	height: 60%;
}

.p-top-about::after {
	height: 40%;
}

.p-top-about__inner::after {
	width: 10rem;
}

.p-top-about__inner .u-con--lg {
	padding-inline: 4rem;
}

.p-top-about__body {
	padding-inline: 3rem;
}

.p-top-about__lead {
	font-size: 2rem;
}

.p-top-about__text {
	max-width: none;
	width: calc(100% - 42rem);
}

.p-top-about__images {
	height: 70rem;
	width: 70rem;
}

.p-top-about__image .circle-figure {
	width: 70rem;
}

.p-top-business__bg.--01 {
	margin-top: -18.2rem;
}

.p-top-business__bg.--02 {
	margin-top: -30.1rem;
}

.p-top-business__bg.--03 {
	margin-top: -20rem;
}

.p-top-company__text-box {
	width: 60%;
}

.p-top-company__body.u-con--md {
	padding-inline: 2rem;
	gap: 4rem;
}

.p-top-company__box {
	aspect-ratio: auto;
	padding-block: 4rem;
	padding-inline: 2rem;
	width: calc(50% - 2rem);
}

.p-top-company__box.--01 .title {
	top: 0;
}

.p-top-company__box.--01 .circle {
	-webkit-transform: none;
	transform: none;
}

.p-top-company__box.--02 .title {
	top: 0;
}

.p-top-company__box.--02 .circle {
	-webkit-transform: none;
	transform: none;
}

.p-top-company__box .p-top__text {
	opacity: 1;
}

.p-top-mv__copy {
	font-size: 10rem;
}

.p-top-mv__video-wrap {
	right: 6rem;
	width: 20.4rem;
}

.p-top-mv__video-link {
	padding: 1.5rem 1.5rem 0;
}

.p-top-mv__video-text::after {
	top: 0.9rem;
}

.p-top-news__body {
	gap: 4rem;
	padding-right: 4rem;
}

.p-top-news__nav-wrap {
	width: 26.4rem;
}

.p-top-news__nav-item {
	gap: 0.8rem;
	font-size: 1.6rem;
	padding-left: 2rem;
}

.p-top-news__nav-item::before {
	font-size: 1.6rem;
}

.p-top-product__box::after {
	width: 33.5rem;
}

.p-top-product__box.--01::after {
	top: -23rem;
}

.p-top-product__left {
	padding-left: 3rem;
}

.p-top-product__li {
	max-width: 34rem;
}

.p-top-product__images {
	width: 100%;
}

.p-top-recruit__top {
	margin-top: 12rem;
}

.p-top-recruit__top + * {
	margin-top: 8rem;
}

.p-top-recruit {
	padding-bottom: 8rem;
}

.p-about .p-top-recruit__top + * {
	margin-top: 7.2rem;
}

.p-about__body {
	gap: 2rem;
	padding-right: 6rem;
}

.p-about__contents {
	width: 60%;
}

.p-about__lead {
	font-size: 2rem;
}

.p-about__text {
	font-size: 1.5rem;
	margin-top: 3.2rem;
}

.p-about__text.--image.--02 {
	width: 105%;
}

.p-about__image {
	margin-top: 3.2rem;
}

.p-about-sec01__en {
	top: -1.9rem;
}

.p-about-sec01__en span.f {
	width: 3.39vw;
}

.p-about-sec01__en span.r {
	margin-left: 0.13vw;
	width: 3.58vw;
}

.p-about-sec01__en span.o {
	margin-left: 0.39vw;
	width: 3.79vw;
}

.p-about-sec01__en span.m {
	margin-left: 0.39vw;
	width: 4.38vw;
}

.p-about-sec01__en span.c.mg-l01 {
	margin-left: 1.99vw;
	width: 3.52vw;
}

.p-about-sec01__en span.h {
	margin-left: 0.09vw;
	width: 3.77vw;
}

.p-about-sec01__en span.u {
	margin-left: 0.65vw;
	width: 3.48vw;
}

.p-about-sec01__en span.g {
	margin-left: 0.39vw;
	width: 3.52vw;
}

.p-about-sec01__en span.o-2 {
	margin-left: 0.65vw;
	width: 3.79vw;
}

.p-about-sec01__en span.k {
	margin-left: 0.39vw;
	width: 3.78vw;
}

.p-about-sec01__en span.u-2 {
	margin-left: 0.13vw;
	width: 3.48vw;
}

.p-about-sec01__en span.s.mg-l02 {
	margin-left: 1.95vw;
	width: 3.26vw;
}

.p-about-sec01__en span.h-2 {
	margin-left: 0.39vw;
	width: 3.77vw;
}

.p-about-sec01__en span.i {
	margin-left: 0.26vw;
	width: 1.3vw;
}

.p-about-sec01__en span.i img {
	height: 3.45vw;
}

.p-about-sec01__en span.k-2 {
	margin-left: 0.26vw;
	width: 3.78vw;
}

.p-about-sec01__en span.o-3 {
	margin-left: 0;
	width: 3.79vw;
}

.p-about-sec01__en span.g-2 {
	margin-left: 0.52vw;
	width: 3.52vw;
}

.p-about-sec01__en span.y {
	margin-left: 0.91vw;
	width: 3.26vw;
}

.p-about-sec01__en span.o-4 {
	margin-left: 0;
	width: 3.79vw;
}

.p-about-sec01__en span.t.mg-l03 {
	margin-left: 2.21vw;
	width: 3.13vw;
}

.p-about-sec01__en span.o-5 {
	width: 3.79vw;
}

.p-about-sec01__en span.c-2.mg-l04 {
	margin-left: 2.21vw;
	width: 3.52vw;
}

.p-about-sec01__en span.s-2 {
	margin-left: 0.39vw;
	width: 3.26vw;
}

.p-about-sec01__en span.k-3 {
	margin-left: 0.39vw;
	width: 3.78vw;
}

.p-about-sec01__en span.dot {
	width: 0.65vw;
}

.p-about-sec02__head .c-secondary-title .en {
	font-size: 5.8rem;
}

.p-about-sec02__box {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 100%;
}

.p-about-sec03__h3 .jp {
	font-size: 2rem;
}

.p-about-sec03__h3 .en {
	font-size: 3.8rem;
}

.p-about-sec03__li {
	gap: 2.5rem;
	margin-inline: auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 80%;
}

.p-about-sec03__li-item {
	width: calc(33.33333% - 1.66667rem);
}

.p-about-sec05__td {
	padding-left: 3.5rem;
}

.p-business__contents {
	width: 60%;
}

.p-business__lead {
	font-size: 2rem;
}

.p-business__text {
	font-size: 1.5rem;
	margin-top: 3.2rem;
}

.p-business__image {
	margin-top: 3.2rem;
}

.p-business__head::before {
	font-size: 8.6rem;
}

.p-business__head-image {
	height: 18rem;
}

.p-business__head-image img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.p-business__sec {
	margin-top: 8rem;
}

.p-business__h3::before {
	left: -4.4rem;
}

.p-business__th:not(:first-child) {
	padding-left: 2rem;
}

.p-business__td:first-child {
	width: max(22.5rem, 185px);
}

.p-business__td:not(:first-child) {
	padding-left: 2rem;
}

.p-business-sec01__tab-nav {
	gap: 1.6rem;
}

.p-business-sec01__tab-nav-item {
	font-size: 1.6rem;
}

.p-business-sec01__tab-nav-item::before {
	font-size: 2.4rem;
}

.p-business-sec01__h3 + * {
	margin-top: 3.2rem;
}

.p-business-sec01__tab-body {
	gap: 4rem;
}

.p-business-sec01__tab-image {
	width: 32.5rem;
}

.p-business-sec02 .p-business__btn {
	margin-top: 3.2rem;
}

.p-business-sec02__li {
	gap: 4rem 3.2rem;
}

.p-business-sec02__li-item {
	width: calc(33.33333% - 2.13333rem);
}

.p-business-sec02__images {
	gap: 3.2rem;
	margin-top: 3.2rem;
}

.p-business-sec02__image {
	width: calc(33.33333% - 2.13333rem);
}

.p-business-sec03__cta-btn {
	margin-top: 3.2rem;
}

.p-company__contents {
	width: 60%;
}

.p-company__lead {
	font-size: 2rem;
}

.p-company__text {
	font-size: 1.5rem;
	margin-top: 3.2rem;
}

.p-company__image {
	margin-top: 3.2rem;
}

.p-company-sec02__name {
	font-size: 1.7rem;
	margin-top: 3.2rem;
}

.p-company-sec04__nav {
	gap: 1.8rem;
}

.p-company-sec04__nav-item {
	font-size: 1.6rem;
	width: calc(25% - 1.35rem);
}

.p-company-sec05__box {
	gap: 8rem;
}

.p-news-list__nav {
	padding-right: 4rem;
	width: 26.4rem;
}

.p-news-list__contents {
	padding-inline: 4rem;
}

.p-product-list__tab-nav {
	gap: 1.6rem;
}

.p-product-list__tab-nav-item {
	font-size: 1.6rem;
}

.p-product-list__tab-contents {
	padding-inline: 4rem;
}

.p-product-list__tab-contents .c-secondary-title.--sub .en {
	font-size: 2.8rem;
}

.p-product-list__body {
	padding-inline: 4rem;
}

.p-product-list__li {
	-moz-column-gap: 3rem;
	-webkit-column-gap: 3rem;
	column-gap: 3rem;
}

.p-product-list__li-item {
	width: calc(33.33333% - 2rem);
}

.p-product-nav.--fixed {
	max-width: calc(100% - 3rem);
}

.p-product-nav__item {
	width: calc(33.33333% - 3.53333rem);
}

.p-product-detail__body {
	gap: 4rem;
	padding-right: 0;
}

.p-product-detail__title .c-secondary-title .jp {
	font-size: 2rem;
}

.p-product-detail__title .c-secondary-title .en {
	font-size: 3.8rem;
}

.p-product-detail__contents {
	width: 55%;
}

.p-product-detail__flex {
	gap: 2rem;
}

.p-product-detail__flex > .p-product-detail__flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-product-detail__flex > .p-product-detail__flex .p-product-detail__sec-inner {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.p-product-detail__sec-image.--01 {
	width: 20rem;
}

.p-product-detail__sec-image.--02 {
	width: 100%;
}

.p-sheet .c-secondary-title .jp {
	font-size: 2.4rem;
}

.p-sheet-mv {
	padding-block: 6rem;
}

.p-sheet-mv::after {
	bottom: -12rem;
	width: 24rem;
}

.p-sheet-mv__box {
	width: 55rem;
}

.p-sheet-mv__box::after {
	width: 18rem;
}

.p-sheet-mv__h1 .text {
	font-size: 1.8rem;
}

.p-sheet-mv__h1 .h1 {
	font-size: 4.4rem;
}

.p-sheet-mv__text {
	font-size: 1.4rem;
	margin-top: 1.6rem;
}

.p-sheet-mv__li {
	gap: 1.8rem;
	bottom: -16.4rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 45rem;
}

.p-sheet-mv__li-item {
	font-size: 1.4rem;
	width: calc(33.33333% - 1.2rem);
}

.p-sheet-sec02 {
	padding-block: 16.2rem 13.9rem;
}

.p-sheet-sec03::after {
	width: 30.5rem;
}

.p-sheet-sec03__bottom-image.--orange {
	bottom: 7rem;
	width: 20.7rem;
}

.p-sheet-sec03__bottom-image.--people {
	bottom: 18rem;
	left: auto;
	right: -3rem;
	width: 32.2rem;
}

.p-sheet-sec04__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 0.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 7.2rem 6rem;
}

.p-sheet-sec04__item:nth-child(odd) .p-sheet-sec04__image-wrap {
	left: auto;
}

.p-sheet-sec04__item:nth-child(odd) .p-sheet-sec04__image {
	border-radius: 0.4rem;
}

.p-sheet-sec04__item:nth-child(even) .p-sheet-sec04__image-wrap {
	right: auto;
}

.p-sheet-sec04__item:nth-child(even) .p-sheet-sec04__image {
	border-radius: 0.4rem;
}

.p-sheet-sec04__box {
	display: contents;
}

.p-sheet-sec04__box-inner {
	display: contents;
}

.p-sheet-sec04__box-inner::before {
	left: 50%;
	position: absolute;
	top: -3.2rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-sheet-sec04__box-inner .p-sheet__text {
	margin-top: 4.8rem;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.p-sheet-sec04__h3 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.p-sheet-sec04__image-wrap {
	margin-top: 4rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	position: relative;
	top: auto;
	-webkit-transform: none;
	transform: none;
	width: 100%;
}

.p-sheet-sec04__bottom-box.--white {
	padding-right: 6rem;
}

.p-sheet-sec04__bottom-box.--black {
	padding-left: 6rem;
}

.p-sheet-sec05 {
	padding-block: 8rem 12rem;
}

.p-sheet-sec05::before,
.p-sheet-sec05::after {
	width: 28rem;
}

.p-sheet-sec05::before {
	margin-inline: auto;
	position: static;
}

.p-sheet-sec05::after {
	display: none;
}

.p-sheet-sec05__body {
	padding-block: 0;
	margin-top: -2rem;
}

.p-sheet-sec06__body {
	padding-inline: 4rem;
}

.p-sheet-sec06__flex {
	gap: 3rem;
}

.p-sheet-sec06__box {
	width: 40.6rem;
}

.p-sheet-sec06__table {
	font-size: 1.3rem;
}

.p-sheet-cta__btn {
	margin-top: 3.2rem;
}

.u-pc {
	display: none;
}


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


}

@media not all and (max-width: 1023px) {

.l-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	margin: 0 auto;
	min-height: 100vh;
	position: relative;
	text-align: left;
	width: 100%;
}

.u-st {
	display: none !important;
}

}

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

:root {
	--content_width: 420px;
}

html {
	font-size: 62.5%;
}

.l-breadcrumbs__wrap {
	display: none;
}

.l-cta {
	overflow: hidden;
	padding-top: 6.4rem;
}

.l-cta::before {
	border-width: 10rem;
	width: 200%;
}

.l-cta .c-primary-title .jp {
	font-size: 1.8rem;
}

.l-cta .c-primary-title .en {
	font-size: 4.8rem;
}

.l-cta__text {
	padding-inline: 2rem;
	margin-inline: auto;
	font-size: 1.5rem;
	max-width: 64rem;
	text-align: left;
}

.l-cta___body {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 6.4rem;
}

.l-cta__form {
	padding-block: 8rem;
	width: 100%;
}

.l-cta__form .text {
	font-size: 2rem;
}

.l-cta__form .circle {
	width: 6rem;
}

.l-cta__form .circle::before,
.l-cta__form .circle::after {
	width: 2.1rem;
}

.l-cta__tel {
	padding-block: 8rem;
	padding-right: 0;
	width: 100%;
}

.l-cta__tel .inner {
	margin-right: auto;
	position: static;
	-webkit-transform: none;
	transform: none;
}

.l-cta__tel .text {
	margin-inline: auto;
	font-size: 2rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.l-cta__tel .box .icon {
	width: 1.9rem;
}

.l-cta__tel .box .num {
	font-size: 3.2rem;
}

.l-cta__tel .time {
	font-size: 1.4rem;
}

.l-cta-tel__h2 {
	gap: 2.4rem;
}

.l-cta-tel__h2::before {
	width: 5.6rem;
}

.l-cta-tel__h2 .text {
	font-size: 2.4rem;
}

.l-cta-tel__h2 .text span {
	display: inline-block;
}

.l-cta-tel__text {
	font-size: 1.6rem;
}

.l-cta-tel__text span {
	display: inline-block;
}

.l-cta-tel__link-wrap {
	margin-inline: auto;
	max-width: 43rem;
}

.l-cta-tel__link-wrap::before {
	width: 90%;
}

.l-cta-tel__link {
	gap: 0.4rem;
}

.l-cta-tel__link .text {
	font-size: 1.6rem;
}

.l-cta-tel__link .num {
	font-size: 4rem;
}

.l-cta-tel__time {
	font-size: 1.5rem;
}

.l-footer {
	padding-top: 6rem;
}

.l-footer__logo {
	margin-inline: auto;
	width: 18rem;
}

.l-footer__nav {
	width: 100%;
}

.l-footer__nav-li {
	gap: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.l-footer__nav-li:first-child {
	border: none;
	padding-bottom: 0;
}

.l-footer__nav-li + .l-footer__nav-li {
	border-bottom: 1px solid;
	margin: 0;
	width: 100%;
}

.l-footer__nav-item {
	border-top: 1px solid;
}

.l-footer__nav-link {
	padding-block: 1.5rem;
	font-size: 1.5rem;
}

.l-footer__note {
	margin-inline: 0 auto;
	margin-top: 3.2rem;
}

.l-footer__copy {
	font-size: 1.2rem;
}

.l-header__top .l-header__inner {
	-webkit-box-shadow: 0 0.4rem 0.6rem rgba(165, 165, 165, .24);
	box-shadow: 0 0.4rem 0.6rem rgba(165, 165, 165, .24);
}

body.scrolled .l-header__bottom {
	-webkit-transform: none;
	transform: none;
}

.l-header__bottom {
	display: none;
}

.l-header__inner {
	padding-block: 0.5rem;
}

.l-header__logo {
	height: 5rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.l-header__logo a {
	height: 100%;
}

.l-header__logo img {
	height: 100%;
	width: auto;
}

.l-header__trigger {
	padding-inline: 0;
	height: 4rem;
	width: 4rem;
}

.l-header__trigger-inner {
	width: 3rem;
}

.l-header__trigger-wrap {
	height: 1.4rem;
	width: 2.5rem;
}

.l-header__trigger-line {
	width: 2.5rem;
}

.l-header__trigger-line:nth-of-type(1).is-active {
	-webkit-transform: translateY(0.6rem) rotate(30deg);
	transform: translateY(0.6rem) rotate(30deg);
}

.l-header__trigger-line:nth-of-type(2) {
	top: 0.7rem;
}

.l-header__trigger-line:nth-of-type(3).is-active {
	-webkit-transform: translateY(-0.7rem) rotate(-30deg);
	transform: translateY(-0.7rem) rotate(-30deg);
}

.l-localnav {
	padding-inline: 3rem;
	margin-inline: auto;
	max-width: 60rem;
	opacity: 1;
	position: static;
}

.l-localnav__inner {
	border-radius: 0.4rem;
}

.l-localnav__title {
	font-size: 1.4rem;
}

.l-localnav__li {
	gap: 0.5rem 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 0.8rem;
}

.l-localnav__item {
	min-width: auto;
}

.l-localnav__item + .l-localnav__item {
	margin-top: 0;
}

.l-localnav__link {
	font-size: 1.4rem;
}

.l-main.under {
	margin-top: 6rem;
}

.l-main.coming .l-main--error {
	padding-block: 5.6rem 8rem;
}

.l-main.coming .error-text {
	font-size: 1.5rem;
}

.l-main--404,
.l-main--error {
	margin-top: 6rem;
}

.l-main--404 .error-h1 .jp,
.l-main--error .error-h1 .jp {
	font-size: 2.2rem;
}

.l-main--404 .error-text,
.l-main--error .error-text {
	font-size: 1.4rem;
}

.l-main--404 .error-text span,
.l-main--error .error-text span {
	display: inline-block;
}

.l-main--404 .error-link,
.l-main--error .error-link {
	margin-top: 8rem;
}

.l-main--404 .error-link .text,
.l-main--error .error-link .text {
	font-size: 1.6rem;
}

.l-navi {
	height: calc(100vh - 6rem);
	padding-top: 0;
	top: 6rem;
}

.l-navi__inner {
	padding-top: 6rem;
}

.l-navi__inner::before {
	border-width: 3.5rem;
	left: -8rem;
	right: auto;
	width: 19rem;
}

.l-navi__menu {
	padding-inline: 2rem;
	max-width: 64rem;
}

.l-navi__menu-link {
	font-size: 1.5rem;
	padding: 2rem 0;
}

.l-navi__btn.c-btn {
	margin-top: 6.4rem;
}

.l-navi__btn.c-btn .text {
	font-size: 1.6rem;
}

.l-navi__privacy {
	font-size: 1.3rem;
	margin-bottom: 2.4rem;
	margin-top: 1rem;
	padding: 1rem;
}

.l-navi__note {
	margin-bottom: 8rem;
	width: 12rem;
}

.l-navi__copy {
	font-size: 1.2rem;
}

.l-news-nav {
	border-bottom: 1px solid #C9C8C8;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 100%;
}

.l-news-nav__link {
	padding-block: 2rem;
}

.l-news-list__item + .l-news-list__item {
	margin-top: 0;
}

.l-news-list__link {
	gap: 0.5rem 1rem;
	padding-block: 1.6rem 0.8rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.l-news-list__date {
	font-size: 1.3rem;
}

.l-news-list__bottom {
	display: contents;
}

.l-news-list__tag {
	font-size: 1.2rem;
}

.l-news-list__h1 {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	font-size: 1.5rem;
	margin-left: 0;
	width: 100%;
}

.l-news-list__more {
	gap: 0.4rem;
	margin-left: auto;
}

.l-news-list__more .text {
	font-size: 1.3rem;
}

.l-news-list__more .circle {
	width: 2rem;
}

.l-news-list__more .circle::before,
.l-news-list__more .circle::after {
	width: 0.8rem;
}

.l-undermv {
	height: 20rem;
}

.l-undermv.--02 {
	height: 16rem;
}

.l-undermv.--02::before {
	left: -14rem;
	top: -2rem;
}

.l-undermv.--02::after {
	bottom: -2rem;
	right: -16rem;
}

.l-undermv::before,
.l-undermv::after {
	border-width: 6rem;
	width: 30rem;
}

.l-undermv::before {
	left: -16rem;
}

.l-undermv::after {
	bottom: -6rem;
	right: -18rem;
}

.l-undermv__h1 {
	gap: 0.4rem;
}

.l-undermv__h1.coming {
	padding-inline: 2rem;
	font-size: 2.4rem;
	text-align: center;
	width: 100%;
}

.l-undermv__h1.coming span {
	display: inline-block;
}

.l-undermv__h1 .jp {
	font-size: 1.6rem;
}

.l-undermv__h1 .en {
	font-size: 2.8rem;
}

.c-btn {
	gap: 2.8rem;
	padding-block: 1.65rem;
	padding-inline: 2.8rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 33.5rem;
	width: 90%;
}

.c-btn .text {
	font-size: 1.6rem;
}

.c-pager .wp-pagenavi span,
.c-pager .wp-pagenavi a {
	border-width: 1px;
	font-size: 1.4rem;
	padding-top: 0.2rem;
	width: 3rem;
}

.c-pager .wp-pagenavi span.extend,
.c-pager .wp-pagenavi span.last {
	font-size: 1rem;
	padding-left: 0;
}

.c-primary-title + * {
	margin-top: 4rem;
}

.c-primary-title .jp {
	font-size: 1.6rem;
}

.c-primary-title .en {
	font-size: 4.26rem;
}

.c-secondary-title {
	gap: 0;
	white-space: nowrap;
}

.c-secondary-title .jp {
	font-size: 1.6rem;
}

.c-secondary-title .en {
	font-size: 3.2rem;
}

.p-top-about__fixed.section {
	height: 250vh;
}

.p-top-about {
	padding-block: 0 30rem;
	overflow: hidden;
	top: 6rem;
}

.p-top-about .c-primary-title {
	position: relative;
	z-index: 2;
}

.p-top-about__inner {
	padding-top: 5vh;
}

.p-top-about__inner::after {
	width: 3.8rem;
}

.p-top-about__inner .u-con--lg {
	padding-inline: 2rem;
}

.p-top-about__body {
	padding-inline: 2rem;
	position: relative;
	z-index: 1;
}

.p-top-about__lead {
	font-size: 1.9rem;
}

.p-top-about__text {
	font-size: 1.5rem;
	width: 100%;
}

.p-top-about__btn {
	margin-top: 3.2rem;
}

.p-top-about__images {
	height: 33.5rem;
	right: -15rem;
	top: -25rem;
	width: 33.5rem;
	z-index: -1;
}

.p-top-about__image .circle-figure {
	width: 33.5rem;
}

.p-top-business {
	padding-top: 34.5rem;
}

.p-top-business .p-top__text {
	margin-top: 2.4rem;
	text-align: left;
}

.p-top-business__scroll-inner {
	padding-inline: 2rem;
	height: auto;
}

.p-top-business__body {
	gap: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 4rem;
	max-height: none;
	padding-top: 0;
	width: 100%;
}

.p-top-business__box {
	margin-inline: auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 40rem;
	padding: 0 4rem;
	width: 100%;
}

.p-top-business__box + .p-top-business__box {
	margin-top: 3.2rem;
}

.p-top-business__box::after {
	width: 20rem;
}

.p-top-business__h3 {
	font-size: 1.8rem;
}

.p-top-business__text {
	font-size: 1.3rem;
	margin-top: 1.6rem;
}

.p-top-business__btn {
	margin-top: 1.6rem;
	padding: 0.5rem;
}

.p-top-business__btn .text {
	font-size: 1.6rem;
}

.p-top-business__btn .circle {
	width: 2.4rem;
}

.p-top-business__btn .circle::before,
.p-top-business__btn .circle::after {
	width: 0.85rem;
}

.p-top-business__bg.--01 {
	margin-top: -2.2rem;
}

.p-top-business__bg.--02 {
	margin-top: -12.1rem;
}

.p-top-business__bg.--03 {
	margin-top: -10rem;
}

.p-top-company {
	padding-block: 8rem;
}

.p-top-company__text-box {
	width: 100%;
}

.p-top-company__body.u-con--md {
	padding-inline: 0;
	gap: 4rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 5.6rem;
}

.p-top-company__box {
	padding-block: 3rem;
	padding-inline: 3rem;
	width: 100%;
}

.p-top-company__box.--02 {
	margin-top: 0;
}

.p-top-company__box .title {
	font-size: 2rem;
}

.p-top-company__box .p-top__text {
	margin-top: 1.6rem;
}

.p-top-company__box .circle {
	margin-top: 3.2rem;
}

.p-top-mv {
	height: 100svh;
	margin-top: 6rem;
	overflow: hidden;
}

.p-top-mv::before {
	border-width: 4rem;
	bottom: 2rem;
	left: -8rem;
	width: 20rem;
}

.p-top-mv::after {
	height: 4rem;
}

.p-top-mv__copy {
	font-size: 4.2rem;
}

.p-top-mv__text {
	font-size: 1.6rem;
}

.p-top-mv__video-wrap {
	border-bottom-right-radius: 2.4rem;
	bottom: 2.4rem;
	right: 2rem;
	width: 16rem;
}

.p-top-mv__video-wrap::after {
	right: -2rem;
	top: -4rem;
	width: 10rem;
}

.p-top-mv__video-link {
	padding: 1rem 1rem 0;
}

.p-top-mv__video-text {
	padding-block: 0.4rem 0.7rem;
	font-size: 1.1rem;
}

.p-top-mv__video-text::after {
	top: 0.5rem;
	width: 1.4rem;
}

.p-top-news {
	padding-block: 8rem;
}

.p-top-news__body {
	gap: 0;
	padding-inline: 4rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 3.2rem auto 0;
	max-width: 64rem;
}

.p-top-news__nav-wrap {
	display: contents;
}

.p-top-news__nav {
	border-bottom: 1px solid #C9C8C8;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 100%;
}

.p-top-news__nav-item {
	padding-block: 2rem;
}

.p-top-news__nav-btn {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.p-top-news__nav-btn .circle {
	width: 3.2rem;
}

.p-top-news__nav-btn .circle::before,
.p-top-news__nav-btn .circle::after {
	width: 1.2rem;
}

.p-top-news__contents {
	margin-top: 2rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.p-top-news__article-non {
	font-size: 1.5rem;
}

.p-top-product {
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(10.9rem, transparent), color-stop(10.9rem, #E9EFFF), to(#E9EFFF));
	background: linear-gradient(to bottom, transparent 0%, transparent 10.9rem, #E9EFFF 10.9rem, #E9EFFF 100%);
	margin-top: 0;
	padding-top: 12rem;
}

.p-top-product .p-top__text {
	text-align: left;
}

.p-top-product__body {
	margin-top: 3.2rem;
}

.p-top-product__box {
	padding-block: 8rem;
}

.p-top-product__box::after {
	width: 16rem;
}

.p-top-product__box.--01::after {
	top: -5rem;
}

.p-top-product__box.--02::after {
	top: -4.7rem;
}

.p-top-product__box.--02 .p-top-product__head {
	border-bottom: none;
	padding-bottom: 0;
}

.p-top-product__box.--02 .p-top-product__li {
	max-width: 100%;
}

.p-top-product__box.--03::after {
	top: -7.2rem;
}

.p-top-product__box.--03 .p-top-product__box-inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.p-top-product__box.--03 .p-top-product__right {
	display: block;
	width: 100%;
}

.p-top-product__box.--03 .p-top-product__image-link {
	margin-inline: auto;
}

.p-top-product__head {
	gap: 1.6rem;
	padding-bottom: 2.4rem;
	position: relative;
	z-index: 1;
}

.p-top-product__head + * {
	margin-top: 4.8rem;
}

.p-top-product__head::before {
	font-size: 7rem;
}

.p-top-product__h3 .jp {
	font-size: 1.6rem;
}

.p-top-product__h3 .en {
	font-size: 2.8rem;
}

.p-top-product__box-inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-top-product__box-inner + .p-top-product__box-inner {
	margin-top: 6rem;
}

.p-top-product__left {
	padding-left: 0;
	width: 100%;
}

.p-top-product__left .p-top__text {
	max-width: 100%;
}

.p-top-product__h4 {
	gap: 0;
}

.p-top-product__h4 .jp {
	font-size: 2rem;
}

.p-top-product__h4 .en {
	font-size: 1.4rem;
}

.p-top-product__li {
	max-width: 100%;
}

.p-top-product__link::before {
	display: none;
}

.p-top-product__link .image {
	display: block;
	width: 8rem;
}

.p-top-product__link .text {
	font-size: 1.5rem;
}

.p-top-product__right {
	display: none;
}

.p-top-product__btn {
	margin-top: 3.2rem;
}

.p-top-product__bg {
	margin-top: -10.13vw;
}

.p-top-recruit__top {
	margin-top: 4rem;
}

.p-top-recruit__top + * {
	margin-top: 6.4rem;
}

.p-top-recruit__top-wrap + .p-top-recruit__top-wrap {
	margin-top: 1.6rem;
}

.p-top-recruit__en li {
	width: 275.3823881161vw;
}

.p-top-recruit {
	padding-bottom: 17rem;
	padding-top: 5rem;
}

.p-top-recruit + * {
	margin-top: 4rem;
}

.p-top-recruit::before,
.p-top-recruit::after {
	width: 16rem;
}

.p-top-recruit::before {
	bottom: 0;
	left: -7rem;
	top: auto;
}

.p-top-recruit::after {
	right: -4rem;
}

.p-top-recruit .c-primary-title {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.p-top-recruit .p-top__text {
	text-align: left;
}

.p-top-recruit__btn {
	margin-top: 4rem;
}

.p-top-bg {
	overflow: hidden;
}

.p-top__lead {
	font-size: 1.7rem;
}

.p-top__text {
	font-size: 1.5rem;
}

.p-about {
	overflow: hidden;
}

.p-about .l-undermv {
	margin-bottom: 0;
}

.p-about .l-localnav {
	margin-block: 4rem 4.5rem;
}

.p-about__cta {
	padding-top: 10rem;
}

.p-about__body {
	gap: 4rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-right: 0;
}

.p-about__body .c-secondary-title {
	position: static;
}

.p-about__contents {
	width: 100%;
}

.p-about__h3 {
	font-size: 1.8rem;
	margin-top: 4rem;
}

.p-about__h3::before {
	margin-right: 0.2rem;
	width: 1.6rem;
}

.p-about__h3 + .p-about__text {
	margin-top: 1.6rem;
}

.p-about__lead.--02 {
	font-size: 1.7rem;
}

.p-about__text {
	margin-top: 2.4rem;
}

.p-about__text.--center {
	text-align: left;
}

.p-about__text.--spcenter {
	text-align: center;
}

.p-about__text.--sub {
	font-size: 1.3rem;
}

.p-about__text.--image.--02 + * {
	margin-top: 4.8rem;
}

.p-about__text + .p-about__text {
	margin-top: 1.6rem;
}

.p-about__image {
	margin-top: 2.4rem;
}

.p-about__image + * {
	margin-top: 4rem;
}

.p-about__image + .p-about__text {
	margin-top: 2.4rem;
}

.p-about-sec01__en {
	top: -2vw;
}

.p-about-sec01 .u-con--lg {
	overflow: hidden;
	padding-bottom: 8rem;
}

.p-about-sec01__body {
	padding-block: 8rem 0;
}

.p-about-sec01__body::before {
	left: -2.8rem;
	top: 20.4rem;
	width: 6rem;
}

.p-about-sec01__body .p-about__lead + * {
	margin-top: 4rem;
}

.p-about-sec01__h2 {
	font-size: 2rem;
}

.p-about-sec01__logo {
	margin-top: 4rem;
	max-width: 45rem;
}

.p-about-sec01__logo + * {
	margin-top: 6rem;
}

.p-about-sec01__logo-image {
	padding: 2.5rem;
}

.p-about-sec01__logo-text {
	margin-top: 4rem;
}

.p-about-sec02 {
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(10rem, transparent), color-stop(10rem, #fff), to(#fff));
	background: linear-gradient(to bottom, transparent 0%, transparent 10rem, #fff 10rem, #fff 100%);
}

.p-about-sec02 .u-con--md {
	padding-bottom: 10rem;
}

.p-about-sec02__head .c-secondary-title .en {
	font-size: 4rem;
}

.p-about-sec02__body {
	padding-block: 4rem 5.2rem;
	margin-top: 6rem;
}

.p-about-sec02__body::before {
	width: 3.2rem;
}

.p-about-sec02__li-item::before {
	margin-inline: 0.6rem;
	margin-top: 0.4rem;
	width: 2rem;
}

.p-about-sec02__li-item + .p-about-sec02__li-item {
	margin-top: 4rem;
}

.p-about-sec02__sp {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 2rem;
}

.p-about-sec02__period {
	padding-left: 0;
}

.p-about-sec02__images {
	gap: 0.8rem;
	margin-top: 2.4rem;
}

.p-about-sec02__images.--one .p-about-sec02__image {
	width: 100%;
}

.p-about-sec02__image {
	width: calc(50% - 0.4rem);
}

.p-about-sec03 {
	padding-block: 10rem 1.6rem;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(10rem, transparent), color-stop(10rem, #1F428F), to(#1F428F));
	background: linear-gradient(to bottom, transparent 0%, transparent 10rem, #1F428F 10rem, #1F428F 100%);
	margin-top: -2rem;
}

.p-about-sec03 .p-top-recruit__top {
	margin-top: 7.2rem;
}

.p-about-sec03 .p-about__lead {
	font-size: 1.7rem;
	margin-top: 4rem;
}

.p-about-sec03 .p-about__text {
	margin-top: 4rem;
}

.p-about-sec03__h3 {
	margin-top: 8rem;
}

.p-about-sec03__h3::before {
	border-width: 0.8rem;
	margin-bottom: 0.8rem;
	width: 4.2rem;
}

.p-about-sec03__h3 .jp {
	font-size: 1.6rem;
}

.p-about-sec03__h3 .en {
	font-size: 3.2rem;
}

.p-about-sec03__li {
	gap: 1.5rem 1rem;
	margin-top: 4rem;
	width: 100%;
}

.p-about-sec03__li-item {
	font-size: 1.1rem;
	width: calc(33.33333% - 0.66667rem);
}

.p-about-sec04 {
	padding-block: 1.6rem 6rem;
}

.p-about-sec05 {
	padding-block: 6rem 10rem;
}

.p-about-sec05__box {
	margin-top: 5.6rem;
}

.p-about-sec05__image {
	margin: 2.4rem auto 0;
	width: 24rem;
}

.p-about-sec05__tbale-wrap {
	margin-top: 2.4rem;
}

.p-about-sec05__table {
	font-size: 1.5rem;
}

.p-about-sec05__table tr + tr .p-about-sec05__th,
.p-about-sec05__table tr + tr .p-about-sec05__td {
	padding-top: 2.4rem;
}

.p-about-sec05__th {
	padding-bottom: 1.6rem;
	width: 11rem;
}

.p-about-sec05__td {
	padding-bottom: 1.6rem;
	padding-left: 2rem;
}

.p-business {
	overflow: hidden;
}

.p-business + * {
	margin-top: 10rem;
}

.p-business .l-localnav {
	margin-top: 4rem;
}

.p-business__body {
	gap: 4rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-right: 0;
}

.p-business__body .c-secondary-title {
	position: static;
}

.p-business__contents {
	width: 100%;
}

.p-business__text {
	margin-top: 2.4rem;
}

.p-business__text.--sub {
	font-size: 1.3rem;
}

.p-business__text + .p-business__text {
	margin-top: 1.6rem;
}

.p-business__image {
	margin-top: 2.4rem;
}

.p-business__image + * {
	margin-top: 4rem;
}

.p-business__head {
	margin-bottom: 5.6rem;
}

.p-business__head::before {
	bottom: -0.6rem;
	font-size: 5rem;
	left: -0.2rem;
}

.p-business__head-image {
	height: 14rem;
}

.p-business__sec {
	padding-inline: 1rem;
	margin-top: 5.6rem;
}

.p-business__sec .p-business__sec {
	padding-inline: 0;
	margin-top: 3.2rem;
}

.p-business__sec .p-business__sec + .p-business__sec {
	margin-top: 4rem;
}

.p-business__h3 {
	padding-block: 1.8rem;
	border-bottom-left-radius: 10rem;
	border-top-left-radius: 10rem;
	font-size: 1.8rem;
	margin-left: 0;
	padding-left: 2rem;
}

.p-business__h3::before {
	left: -2rem;
}

.p-business__h4 {
	gap: 0.8rem;
	font-size: 1.7rem;
	padding-bottom: 1.6rem;
}

.p-business__h4 .num {
	font-size: 2rem;
}

.p-business__table-wrap {
	overflow-x: scroll;
}

.p-business__table {
	min-width: -moz-max-content;
	min-width: -webkit-max-content;
	min-width: max-content;
}

.p-business__td:first-child {
	width: 14.3rem;
}

.p-business__td .mn {
	display: block;
	font-size: 1.2rem;
	margin-top: -0.5rem;
}

.p-business-sec01 {
	margin-top: 4rem;
	padding-bottom: 6rem;
}

.p-business-sec01 .p-business__head::before {
	content: "INTEGRATED\aSYSTEM";
	white-space: pre;
}

.p-business-sec01__tab {
	margin-top: 8rem;
}

.p-business-sec01__tab-nav {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-business-sec01__tab-nav-item {
	padding-block: 1.4rem;
	border-radius: 0.8rem;
	width: 100%;
}

.p-business-sec01__tab-contents {
	padding-block: 4rem;
	padding-inline: 2rem;
	border-radius: 0;
	margin-top: 2.4rem;
}

.p-business-sec01__h3 {
	gap: 1.2rem;
	font-size: 1.8rem;
}

.p-business-sec01__h3 + * {
	margin-top: 2.4rem;
}

.p-business-sec01__tab-body {
	gap: 2.4rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.p-business-sec01__tab-body + .p-business-sec01__tab-body {
	margin-top: 5.6rem;
}

.p-business-sec01__tab-lead + * {
	margin-top: 1.6rem;
}

.p-business-sec01__tab-dl {
	margin-top: 1.6rem;
}

.p-business-sec01__tab-dl .inner {
	gap: 0.8rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-business-sec01__tab-dt {
	width: 100%;
}

.p-business-sec01__tab-iso {
	margin-top: 0.8rem;
	width: 9.8rem;
}

.p-business-sec01__tab-image {
	width: 100%;
}

.p-business-sec02 {
	padding-bottom: 6rem;
}

.p-business-sec02 .p-business__btn {
	margin-top: 2.4rem;
}

.p-business-sec02 .p-business__btn .c-btn {
	margin-right: auto;
	width: 100%;
}

.p-business-sec02__li {
	gap: 3.2rem 1.6rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-business-sec02__li-item {
	max-width: 14.8rem;
	width: calc(50% - 0.8rem);
}

.p-business-sec02__icon {
	margin-inline: auto;
	width: 85%;
}

.p-business-sec02__images {
	gap: 1.6rem;
	margin-top: 2.4rem;
}

.p-business-sec02__image {
	width: calc(33.33333% - 1.06667rem);
}

.p-business-sec03 {
	padding-bottom: 6rem;
}

.p-business-sec03__cta {
	padding-block: 7.4rem 7rem;
	padding-inline: 2rem;
	max-width: 50rem;
}

.p-business-sec03__cta::before {
	font-size: 5.8rem;
	top: -3.3rem;
}

.p-business-sec03__cta .p-business__text {
	padding-inline: 1.5rem;
	text-align: left;
}

.p-business-sec03__cta-lead span {
	display: inline-block;
	font-size: 1.6rem;
	white-space: nowrap;
}

.p-business-sec03__cta-btn {
	margin-top: 4rem;
}

.p-business-sec03__cta-btn .c-btn {
	width: 100%;
}

.p-business-sec04 {
	padding-bottom: 0;
}

.p-business-sec04__slide + * {
	margin-top: 3.2rem;
}

.p-business-sec04__slide .swiperBusiness {
	left: 50%;
	position: relative;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
}

.p-business-sec04__slide-nav {
	right: 6.67vw;
}

.p-company + * {
	margin-top: 10rem;
}

.p-company .l-localnav {
	margin-top: 4rem;
}

.p-company__body {
	gap: 4rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-right: 0;
}

.p-company__body .c-secondary-title {
	position: static;
}

.p-company__contents {
	width: 100%;
}

.p-company__text {
	margin-top: 2.4rem;
}

.p-company__text + .p-company-sec01__text {
	margin-top: 1.6rem;
}

.p-company__image {
	margin-top: 2.4rem;
}

.p-company-sec01 {
	padding-block: 5.6rem 6rem;
}

.p-company-sec02 {
	overflow: hidden;
	padding-top: 6rem;
}

.p-company-sec02__bg.is-active {
	-webkit-animation: companyMaskSp 1.8s ease-out forwards;
	animation: companyMaskSp 1.8s ease-out forwards;
}

.p-company-sec02__name {
	margin-top: 2.4rem;
}

.p-company-sec02__scroll-bg {
	width: 300vw;
}

.p-company-sec02__scroll-text {
	width: 70%;
}

.p-company-sec03 {
	padding-block: 4rem;
}

.p-company-sec03__table {
	font-size: 1.5rem;
}

.p-company-sec03__th {
	max-width: 13rem;
	padding-top: 3.2rem;
	width: 27%;
}

.p-company-sec03__th span {
	display: inline-block;
}

.p-company-sec03__td {
	padding-left: 2rem;
	padding-top: 3.2rem;
}

.p-company-sec03__td .map {
	margin-top: 0.8rem;
}

.p-company-sec04 {
	padding-block: 4rem 8rem;
}

.p-company-sec04__body {
	padding-inline: 0;
	margin-top: 4rem;
}

.p-company-sec04__nav {
	gap: 1.6rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-company-sec04__nav-item {
	padding-block: 2rem;
	border-radius: 0.8rem;
	width: calc(50% - 0.8rem);
}

.p-company-sec04__contents {
	padding-block: 4rem;
	padding-inline: 2rem;
	border-radius: 0;
	margin-top: 2.4rem;
}

.p-company-sec04__h3 {
	font-size: 1.8rem;
}

.p-company-sec04__map {
	aspect-ratio: 1/1;
	max-height: 32rem;
}

.p-company-sec04__dl {
	font-size: 1.5rem;
}

.p-company-sec05 {
	padding-block: 8rem;
}

.p-company-sec05__body {
	padding-inline: 0;
	margin-top: 4rem;
}

.p-company-sec05__body + .p-company-sec05__body {
	margin-top: 4rem;
}

.p-company-sec05__body .p-top-product__h4 + * {
	margin-top: 1.6rem;
}

.p-company-sec05__box {
	gap: 1.6rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.p-company-sec05__main {
	position: static;
	width: 100%;
}

.p-company-sec05__text {
	font-size: 1.5rem;
	margin-top: 0.8rem;
}

.p-company-sec05__thumbnail {
	width: 100%;
}

.p-company-sec05__thumbnail-li {
	gap: 1.6rem 1rem;
}

.p-company-sec05__thumbnail-item {
	width: calc(33.33333% - 0.66667rem);
}

.p-company-sec05__thumbnail-item.active .p-company-sec05__thumbnail-link::before {
	border-width: 0.3rem;
}

.p-contact {
	padding-block: 8rem;
}

.p-contact__body {
	border-radius: 0.8rem;
	padding: 6rem 2rem;
}

.p-contact__text {
	outline-style: 1.5rem;
}

.p-contact__text span {
	display: inline-block;
}

.p-contact__h2 {
	font-size: 2rem;
}

.p-contact__h2 + * {
	margin-top: 2.4rem;
}

.p-contact-content {
	margin-top: 5.6rem;
}

.cf7__list {
	width: 100%;
}

.cf7__list-wrap:not(:first-of-type) {
	margin-top: 2.4rem;
}

.cf7__list-wrap dt {
	font-size: 1.6rem;
}

.cf7__list-wrap dt p {
	gap: 0.6rem;
}

.cf7__list-wrap input,
.cf7__list-wrap select {
	padding-block: 1.2rem;
}

.cf7__list-wrap.--select dd select {
	line-height: 1.5;
	padding: 10px;
}

.cf7__list-wrap.--select dd::after {
	right: 1.2rem;
}

.cf7__list-wrap.--textarea dd {
	width: 100%;
}

.cf7__list-wrap.--textarea textarea {
	border-width: 1px;
}

.cf7__consent {
	font-size: 1.4rem;
	margin-top: 1.5rem;
}

.cf7__button {
	margin: 3rem auto 0;
}

.cf7__button input {
	font-size: 1.6rem;
}

.p-contact.--confirm {
	padding-top: 6rem;
}

.p-contact.--confirm .p-contact-content {
	margin-top: 0;
}

.p-contact-confirm__btn {
	gap: 3rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-news.--single .p-news__bg {
	padding-block: 6rem;
}

.p-news.--single .l-cta {
	margin-top: 8rem;
}

.p-news .l-cta {
	margin-top: 8rem;
}

.p-news-list__wrap {
	margin-inline: auto;
	padding-block: 6rem;
	padding-inline: 2rem;
	max-width: 64rem;
}

.p-news-list__nav {
	display: contents;
}

.p-news-list__contents {
	padding-inline: 2rem;
	border: none;
	margin-top: 2rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.p-news-list__contents .c-pager {
	margin-top: 4rem;
}

.p-news-single__body {
	margin-top: 0;
}

.p-news-single__date {
	font-size: 1.4rem;
}

.p-news-single__tag {
	font-size: 1.4rem;
}

.p-news-single__contents {
	margin-top: 4rem;
	padding-bottom: 6rem;
}

.p-news-single__contents p {
	font-size: 1.5rem;
}

.p-news-single__contents p + p {
	margin-top: 2.4rem;
}

.p-news-single__contents p + * {
	margin-top: 3.2rem;
}

.p-news-single__contents p + ol,
.p-news-single__contents p + ul {
	margin-top: 2.4rem;
}

.p-news-single__contents ol,
.p-news-single__contents ul {
	font-size: 1.5rem;
}

.p-news-single__contents ol + *,
.p-news-single__contents ul + * {
	margin-top: 3.2rem;
}

.p-news-single__contents ol + p,
.p-news-single__contents ul + p {
	margin-top: 2.4rem;
}

.p-news-single__contents h2,
.p-news-single__contents h3,
.p-news-single__contents h4,
.p-news-single__contents h5,
.p-news-single__contents h6 {
	margin-top: 4rem;
}

.p-news-single__contents h2 + *,
.p-news-single__contents h3 + *,
.p-news-single__contents h4 + *,
.p-news-single__contents h5 + *,
.p-news-single__contents h6 + * {
	margin-top: 1.6rem;
}

.p-news-single__contents h2 {
	font-size: 1.8rem;
}

.p-news-single__contents h3 {
	font-size: 1.7rem;
}

.p-news-single__contents h4 {
	padding-inline: 1rem;
	font-size: 1.7rem;
}

.p-news-single__contents table {
	font-size: 1.5rem;
}

.p-news-single__pager-inner {
	gap: 3.2rem 2rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-news-single__pager-link {
	padding-inline: 0;
	max-width: 16.7rem;
	width: calc(50% - 1rem);
}

.p-news-single__pager-link::before {
	top: auto;
	width: 8px;
}

.p-news-single__pager-link.prev {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.p-news-single__pager-link.next {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.p-news-single__pager-link .text {
	font-size: 1.4rem;
}

.p-news-single__back {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	position: static;
	-webkit-transform: none;
	transform: none;
	width: 100%;
}

.p-news-single__back-link {
	margin-inline: auto;
	font-size: 1.4rem;
}

.p-privacy p {
	font-size: 1.5rem;
}

.p-privacy h2 {
	padding-block: 2rem;
	font-size: 2rem;
}

.p-privacy h2 br {
	display: block;
}

.p-privacy ul {
	font-size: 1.5rem;
}

.p-product__title {
	gap: 1.2rem;
	padding-block: 1rem;
}

.p-product__title .jp {
	font-size: 1.6rem;
}

.p-product__title .en {
	font-size: 2rem;
}

.p-product__lead {
	font-size: 1.6rem;
}

.p-product__lead + * {
	margin-top: 1.6rem;
}

.p-product__text {
	font-size: 1.5rem;
}

.p-product__text.--sub {
	font-size: 1.3rem;
}


.p-product__cta {
	margin-top: 4rem;
}

.p-product-list {
	padding-top: 6rem;
}

.p-product-list__tab-nav {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-product-list__tab-nav-item {
	padding-block: 1.4rem;
	border-radius: 0.8rem;
	width: 100%;
}

.p-product-list__tab-nav-item::before {
	font-size: 3rem;
}

.p-product-list__tab-contents {
	margin-top: 4rem;
	padding: 4rem 0 0;
}

.p-product-list__tab-contents .c-secondary-title.--sub {
	gap: 1.2rem;
	margin-top: 8rem;
}

.p-product-list__tab-contents .c-secondary-title.--sub::before {
	margin-bottom: 6rem;
}

.p-product-list__tab-contents .p-product__lead {
	margin-top: 3.2rem;
}

.p-product-list__tab-contents .p-product__lead + * {
	margin-top: 3.2rem;
}

.p-product-list__tab-contents .p-product__lead,
.p-product-list__tab-contents .p-product__text {
	padding-inline: 2rem;
}

.p-product-list__body {
	padding-block: 5.6rem 4rem;
	padding-inline: 1.5rem;
	margin-top: 6.4rem;
}

.p-product-list__body .p-product__title {
	top: -2.5rem;
	width: calc(100% - 4rem);
}

.p-product-list__li {
	gap: 3rem 1rem;
}

.p-product-list__li-item {
	width: calc(50% - 0.5rem);
}

.p-product-list__h4 {
	font-size: 1.4rem;
}

.p-product-list__text {
	font-size: 1.2rem;
	margin-top: 0.8rem;
}

.p-product-nav {
	margin-top: 5.3rem;
}

.p-product-nav .u-con--md {
	padding-inline: 2rem;
}

.p-product-nav__li {
	-moz-column-gap: 1.5rem;
	-webkit-column-gap: 1.5rem;
	column-gap: 1.5rem;
}

.p-product-nav__item {
	width: calc(50% - 0.75rem);
}

.p-product-nav__link {
	gap: 0.4rem;
	padding-inline: 0.2rem;
	height: 100%;
}

.p-product-nav__link::before {
	width: 1.3rem;
}

.p-product-nav__link .text {
	font-size: 1.25rem;
}

.p-product-detail {
	margin-top: 6rem;
	padding-bottom: 8rem;
}

.p-product-detail.--tatami {
	margin-top: 0;
}

.p-product-detail .p-product__title + * {
	margin-top: 0;
}

.p-product-detail__body {
	gap: 2.4rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 7rem;
}

.p-product-detail__body + .p-product-detail__body {
	margin-top: 0;
}

.p-product-detail__body + .p-product__title {
	margin-top: 11.2rem;
}

.p-product-detail__title {
	width: 100%;
}

.p-product-detail__title .c-secondary-title .jp {
	font-size: 1.6rem;
}

.p-product-detail__title .c-secondary-title .en {
	font-size: 3.2rem;
}

.p-product-detail__title .p-product-detail__image {
	margin-top: 2.4rem;
	max-width: 100%;
}

.p-product-detail__contents {
	width: 100%;
}

.p-product-detail__sec {
	margin-top: 5rem;
}

.p-product-detail__sec + .p-product-detail__sec {
	margin-top: 4rem;
}

.p-product-detail__h3 {
	font-size: 1.5rem;
}

.p-product-detail__h3::before {
	width: 1.6rem;
}

.p-product-detail__flex {
	padding-inline: 2.2rem;
	gap: 0.8rem;
	margin-top: 0.8rem;
}

.p-product-detail__flex .p-product__text.--sub {
	font-size: 1.3rem;
}

.p-product-detail__flex > .p-product-detail__flex {
	padding-inline: 0;
	gap: 0.8rem;
}

.p-product-detail__flex > .p-product-detail__flex .p-product__text {
	font-size: 1.3rem;
}

.p-product-detail__sec-image.--01 {
	width: 100%;
}

.p-product-detail__h4 {
	font-size: 1.3rem;
}

.p-product-detail____sec-att {
	font-size: 1.1rem;
}

.p-sheet .l-cta {
	margin-top: 8rem;
}

.p-sheet .c-secondary-title .jp {
	font-size: 2rem;
}

.p-sheet__text {
	font-size: 1.4rem;
}

.p-sheet__text.--sub {
	font-size: 1.3rem;
}

.p-sheet__text .big {
	font-size: 1.8rem;
}

.p-sheet-mv {
	padding-block: 26.67vw 46.4vw;
}

.p-sheet-mv::before {
	aspect-ratio: 375/439;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, rgba(255, 255, 255, .7)), to(transparent));
	background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, .7) 50%, transparent 100%);
	content: "";
	display: block;
	left: 0;
	position: absolute;
	top: 6.7rem;
	width: 100%;
}

.p-sheet-mv::after {
	bottom: auto;
	right: -7.47vw;
	top: -2.4vw;
	width: 41.0666666667%;
}

.p-sheet-mv__box {
	max-width: 58rem;
	width: 88%;
}

.p-sheet-mv__box::after {
	bottom: auto;
	right: -10.67vw;
	top: 15.2vw;
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
	width: 27.73vw;
	z-index: 1;
}

.p-sheet-mv__h1 .text {
	padding-inline: 5.33vw;
	border-width: 0.1rem;
	font-size: 3.2vw;
}

.p-sheet-mv__h1 .h1 {
	font-size: 6.4vw;
}

.p-sheet-mv__text {
	font-size: min(3.2vw, 16px);
	line-height: 1.6;
	margin-top: 3.2vw;
}

.p-sheet-mv__btn {
	margin-top: 5.33vw;
}

.p-sheet-mv__btn .c-btn {
	padding-inline: 3.2rem;
	gap: 3rem;
}

.p-sheet-mv__btn .c-btn .text {
	font-size: min(3.73vw, 16px);
}

.p-sheet-mv__li {
	gap: 6.93vw 4.27vw;
	bottom: -15.47vw;
	max-width: 50rem;
	width: 75.73vw;
}

.p-sheet-mv__li-item {
	font-size: min(3.2vw, 16px);
	font-weight: 400;
	width: calc(33.33333% - 2.84667vw);
}

.p-sheet-mv__li-image {
	left: 0;
	right: auto;
	top: -4.8vw;
	width: 9.6vw;
}

.p-sheet-sec02 {
	padding-block: 12.2rem 6.4rem;
}

.p-sheet-sec02__body {
	padding-top: 3.1rem;
}

.p-sheet-sec02__body::before {
	font-size: 7rem;
}

.p-sheet-sec02__body .p-sheet__text {
	gap: 0.8rem;
}

.p-sheet-sec02__body .p-sheet__text.u-pt {
	font-size: 1.2rem;
	letter-spacing: 0.02em;
	line-height: 1.6;
	margin-top: 2.4rem;
}

.p-sheet-sec02__video-wrap {
	margin-top: 2.4rem;
	width: 95.5223880597%;
}

.p-sheet-sec02__video-text {
	gap: 0.6rem;
	padding-block: 0.45rem;
	border-radius: 0.2rem;
	border-width: 0.1rem;
	font-size: 1.2rem;
	letter-spacing: 0.02em;
	margin-top: 1.2rem;
}

.p-sheet-sec02__video-text .icon {
	width: 1.6rem;
}

.p-sheet-sec03::after {
	bottom: -12.8rem;
	right: -1.2rem;
	width: 17.1rem;
}

.p-sheet-sec03__top {
	background-image: url(../images/under/product/oi-sheet/sec03-bg_sp.jpg);
	padding-bottom: 12.8rem;
}

.p-sheet-sec03__title {
	padding-block: 2.8rem;
	font-size: 1.8rem;
}

.p-sheet-sec03__title .big {
	font-size: 2rem;
	margin-top: -0.4rem;
}

.p-sheet-sec03__title .underline {
	font-size: 2.8rem;
}

.p-sheet-sec03__top-contents {
	margin-top: 18.3rem;
}

.p-sheet-sec03__text {
	line-height: 1.8;
	padding: 1.2rem 2.4rem;
}

.p-sheet-sec03__text:first-child {
	margin-left: 0;
}

.p-sheet-sec03__text:first-child::before {
	bottom: 0.4rem;
	right: -0.9rem;
}

.p-sheet-sec03__text:first-child::after {
	bottom: 0.1rem;
	right: -1.4rem;
}

.p-sheet-sec03__text:nth-child(2) {
	margin-left: 0;
}

.p-sheet-sec03__text:nth-child(2)::before {
	bottom: 1.8rem;
	right: -0.8rem;
}

.p-sheet-sec03__text:nth-child(2)::after {
	bottom: 2.7rem;
	right: -1.2rem;
}

.p-sheet-sec03__text:nth-child(3) {
	margin-left: 0;
}

.p-sheet-sec03__text:nth-child(3)::before {
	bottom: 1.1rem;
	right: -1.8rem;
}

.p-sheet-sec03__text:nth-child(3)::after {
	bottom: 2.8rem;
	right: -2rem;
}

.p-sheet-sec03__text::after {
	bottom: 1.9rem;
}

.p-sheet-sec03__text + .p-sheet-sec03__text {
	margin-top: 1.2rem;
}

.p-sheet-sec03__bottom {
	padding-top: 6.1rem;
}

.p-sheet-sec03__bottom::before {
	font-size: 7.2rem;
	top: 3.1rem;
}

.p-sheet-sec03__bottom-text {
	font-size: 2.4rem;
}

.p-sheet-sec03__bottom-text span:first-child::before {
	left: -1.3rem;
	top: -0.4rem;
	width: 1.7rem;
}

.p-sheet-sec03__bottom-text .big {
	font-size: 3.6rem;
}

.p-sheet-sec03__bottom-text .mn {
	font-size: 1.8rem;
	left: -0.5rem;
	top: -1.5rem;
}

.p-sheet-sec03__bottom-image.--orange {
	bottom: 19.5rem;
	left: -2.1rem;
	width: 9.7rem;
}

.p-sheet-sec03__bottom-image.--people {
	bottom: 19.6rem;
	right: -4.6rem;
	width: 16.7rem;
}

.p-sheet-sec04 {
	padding-top: 6.4rem;
}

.p-sheet-sec04__body {
	margin-top: 6.4rem;
}

.p-sheet-sec04__item {
	padding: 3.6rem 3.15rem;
}

.p-sheet-sec04__item:nth-child(odd) .p-sheet-sec04__image-flex {
	bottom: auto;
	right: auto;
}

.p-sheet-sec04__item:nth-child(even) .p-sheet-sec04__image-flex {
	bottom: auto;
	left: auto;
}

.p-sheet-sec04__box-inner::before {
	font-size: 4.8rem;
	top: -2.4rem;
}

.p-sheet-sec04__box-inner .p-sheet__text {
	margin-top: 2.4rem;
}

.p-sheet-sec04__h3 {
	font-size: 1.8rem;
}

.p-sheet-sec04__h3 .big {
	font-size: 2.4rem;
}

.p-sheet-sec04__image-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	margin-top: 2rem;
}

.p-sheet-sec04__image-flex {
	gap: 0.4rem 1.6rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: -3rem;
	max-width: 25.2rem;
	position: relative;
}

.p-sheet-sec04__bottom {
	margin-top: 4.5rem;
}

.p-sheet-sec04__bottom::before,
.p-sheet-sec04__bottom::after {
	background-position: 0 50%;
	width: 100%;
}

.p-sheet-sec04__bottom::before {
	bottom: auto;
	height: 52%;
}

.p-sheet-sec04__bottom::after {
	height: 48%;
	top: auto;
}

.p-sheet-sec04__bottom-box {
	margin-inline: auto;
	padding-block: 6.4rem 7.9rem;
	padding-inline: 0.8rem 0.7rem;
	max-width: 42rem;
	width: 100%;
}

.p-sheet-sec04__bottom-box.--white {
	padding-right: 0.7rem;
}

.p-sheet-sec04__bottom-box.--black {
	padding-left: 0.8rem;
}

.p-sheet-sec04__bottom-box.--black > * {
	margin-inline: auto;
}

.p-sheet-sec04__bottom-box .p-sheet__text {
	font-size: 1.4rem;
	margin-top: 2.4rem;
}

.p-sheet-sec04__bottom-h3,
.p-sheet-sec04__bottom-lead {
	margin-inline: auto;
}

.p-sheet-sec04__bottom-h3 {
	font-size: 2.4rem;
}

.p-sheet-sec04__bottom-lead {
	font-size: 2rem;
	margin-top: 2rem;
}

.p-sheet-sec05 {
	padding-block: 4rem 6.4rem;
}

.p-sheet-sec05__body .p-sheet__text .lg {
	font-size: 2rem;
	margin-right: 0.4rem;
}

.p-sheet-sec05__body .p-sheet__text span:last-child {
	margin-top: 0.4rem;
}

.p-sheet-sec05__text-box {
	padding-inline: 2.4rem;
	font-size: 1.4rem;
	letter-spacing: 0.12em;
	line-height: 1.8;
	margin-top: 4rem;
}

.p-sheet-sec05__att {
	font-size: 1rem;
	margin-top: 2.4rem;
	text-align: right;
}

.p-sheet-sec06 {
	padding-block: 6.4rem 9.7rem;
}

.p-sheet-sec06__body {
	padding-block: 6.7rem 5.2rem;
	padding-inline: 3.15rem;
	margin-top: 6.4rem;
}

.p-sheet-sec06__body + .p-sheet-sec06__body {
	margin-top: 6.8rem;
}

.p-sheet-sec06__h3 {
	font-size: 1.8rem;
	top: -2.8rem;
	width: calc(100% - 4.4rem);
}

.p-sheet-sec06__flex {
	gap: 2.4rem;
}

.p-sheet-sec06__flex + .p-sheet-sec06__flex {
	margin-top: 4rem;
}

.p-sheet-sec06__box {
	width: 100%;
}

.p-sheet-sec06__box .p-sheet__text {
	margin-top: 1.2rem;
}

.p-sheet-sec06__box hgroup {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-sheet-sec06__box hgroup .text {
	font-size: 1.4rem;
}

.p-sheet-sec06__box hgroup .p-sheet-sec06__lead {
	font-size: 1.8rem;
}

.p-sheet-sec06__lead {
	font-size: 1.6rem;
	line-height: 1.8;
}

.p-sheet-sec06__btn {
	margin-top: 2.4rem;
}

.p-sheet-sec06__btn .c-btn {
	width: 100%;
}

.p-sheet-sec06__table {
	font-size: 1.4rem;
	line-height: 1.4285714286;
}

.p-sheet-sec06__table.--02 .p-sheet-sec06__th {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: none;
	border-bottom: 1px solid #C9C8C8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 4.7rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.p-sheet-sec06__th {
	height: 5.5rem;
	width: 25%;
}

.p-sheet-sec06__th span {
	display: inline-block;
}

.p-sheet-sec06__td .mn {
	display: block;
	font-size: 1rem;
	margin-top: -0.2rem;
}

.p-sheet-sec06__table-box {
	border: 1px solid #C9C8C8;
}

.p-sheet-sec06__table-box + .p-sheet-sec06__table-box {
	margin-top: 2rem;
}

.p-sheet-sec07__dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-sheet-sec07__dl .inner {
	width: 50%;
}

.p-sheet-sec07__dl .inner + .inner {
	border-left: 1px solid #C9C8C8;
}

.p-sheet-sec07__dl .p-sheet-sec06__th,
.p-sheet-sec07__dl .p-sheet-sec06__td {
	background-color: #fff;
	border: none;
	height: 3.7rem !important;
}

.p-sheet-cta__body {
	padding-block: 7.4rem 7rem;
	padding-inline: 2rem;
	max-width: 50rem;
}

.p-sheet-cta__body::before {
	font-size: 5.8rem;
	top: -3.3rem;
}

.p-sheet-cta__body .p-sheet__text {
	padding-inline: 1.5rem;
	text-align: left;
}

.p-sheet-cta__btn {
	margin-top: 4rem;
}

.p-sheet-cta__btn .c-btn {
	width: 100%;
}

.u-sp {
	display: none !important;
}

.u-con--sm {
	padding-inline: 2rem;
	max-width: 64rem;
}

.u-con--md {
	padding-inline: 2rem;
}

.u-con--lg {
	max-width: 64rem;
}

.p-download-content{
	padding: 4rem 0 0;
}

.p-download__wrap{
	padding: 3rem 0 3rem;
}

.p-download__wrap:not(:first-child){
	margin-top: 4rem;
}

.p-download__head .en{
	font-size: 2.8rem;
}

.p-download__head .jp{
	margin-top: 0.1rem;
font-size: 1.6rem;
}

.p-download__body{
	margin-top: 3rem;
	padding: 4rem 3rem;
}

.p-download__list{
	grid-template-columns: repeat(1, 1fr);
	gap:4rem;
}

.p-download__item{
	display: block;
	transition: .3s;
}

.p-download__img figcaption{
font-size: 1.5rem;
}

.p-download__btn{
	margin-top: 1.8rem;
}


.c-btn-down__link{
	font-size: 1.4rem;
}


}

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

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

.u-pt {
	display: none !important;
}

}

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

.p-sheet-sec03__text .u-pt {
	display: block !important;
}

}

@-webkit-keyframes mv-rotation {

0% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

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

}

@keyframes mv-rotation {

0% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

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

}

@-webkit-keyframes flowingLeft {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

100% {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

}

@keyframes flowingLeft {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

100% {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

}

@-webkit-keyframes flowingRight {

0% {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@keyframes flowingRight {

0% {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@-webkit-keyframes aboutRotate {

0% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

100% {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

}

@keyframes aboutRotate {

0% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

100% {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

}

@-webkit-keyframes aboutRotateRev {

0% {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

100% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

}

@keyframes aboutRotateRev {

0% {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

100% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

}

@-webkit-keyframes aboutOpacity {

0% {
	height: 100%;
}

100% {
	height: 0%;
}

}

@keyframes aboutOpacity {

0% {
	height: 100%;
}

100% {
	height: 0%;
}

}

@-webkit-keyframes aboutOpacityRev {

0% {
	height: 0%;
}

100% {
	height: 100%;
}

}

@keyframes aboutOpacityRev {

0% {
	height: 0%;
}

100% {
	height: 100%;
}

}

@-webkit-keyframes companyMask {

0% {
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}

100% {
	-webkit-mask-size: 320% 100%;
	mask-size: 320% 100%;
}

}

@keyframes companyMask {

0% {
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}

100% {
	-webkit-mask-size: 320% 100%;
	mask-size: 320% 100%;
}

}

@-webkit-keyframes companyMaskSp {

0% {
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}

100% {
	-webkit-mask-size: 720% 100%;
	mask-size: 720% 100%;
}

}

@keyframes companyMaskSp {

0% {
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}

100% {
	-webkit-mask-size: 720% 100%;
	mask-size: 720% 100%;
}

}

@-webkit-keyframes circle {

0% {
	width: 0;
}

100% {
	width: 300vw;
}

}

@keyframes circle {

0% {
	width: 0;
}

100% {
	width: 300vw;
}

}


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