/* リキッドレイアウト対応 */

body {
	color: #333333;
	font-family: "Noto Sans JP", "Arial", "Helvetica Neue", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 300;
	letter-spacing: 0.04em;
}

html,
body {
	scroll-padding-top: 6.25rem;
	scroll-behavior: auto !important;
}

/* pcの電話番号発信対応 */

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

/* ホバー */

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

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

picture {
	display: block;
	height: 100%;
	width: 100%;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

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

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

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

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

textarea {
	resize: vertical;
}

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

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

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

html {
	word-wrap: break-word;
}

.anchors {
	margin-inline: auto;
	gap: 50px;
	gap: 3.125rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid;
	border-color: #CCCCCC transparent #CCCCCC transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1150px;
	max-width: 71.875rem;
	padding: 25px 25px;
	padding: 1.5625rem 25px;
}

.anchors .anchors__item {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.4285714286;
	padding-right: 15px;
	padding-right: 0.9375rem;
	position: relative;
}

.anchors .anchors__item::after {
	right: 0;
	top: 15%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
	width: 8px;
	width: 0.5rem;
}

.js-parallax {
	overflow: hidden;
}

.js-parallax img {
	height: calc(100% + 3.125rem);
}

.js-scale-up {
	-webkit-clip-path: inset(0% 0% 0% -50vw);
	clip-path: inset(0% 0% 0% -50vw);
}

.js-scale-up2 {
	-webkit-clip-path: inset(0% 0% 0% 0%) !important;
	clip-path: inset(0% 0% 0% 0%) !important;
}

.js-title {
	opacity: 0;
}

.js-title .title__main {
	overflow: hidden;
}

.js-title .title__en span {
	opacity: 0;
}

.js-title.is-visible {
	opacity: 1;
}

.js-title.is-visible .title__main span {
	-webkit-animation: mainTitle 0.5s cubic-bezier(0.13, 0.66, 0.17, 1) forwards;
	animation: mainTitle 0.5s cubic-bezier(0.13, 0.66, 0.17, 1) forwards;
}

.js-title.is-visible::after {
	-webkit-animation: titleLine 0.5s cubic-bezier(0.13, 0.66, 0.17, 1) forwards;
	animation: titleLine 0.5s cubic-bezier(0.13, 0.66, 0.17, 1) forwards;
}

.js-title.is-visible .title__en span:nth-of-type(odd) {
	-webkit-animation: english 0.6s ease-in-out forwards 0.1s;
	animation: english 0.6s ease-in-out forwards 0.1s;
}

.js-title.is-visible .title__en span:nth-of-type(even) {
	-webkit-animation: english 0.6s ease-in-out forwards 0.2s;
	animation: english 0.6s ease-in-out forwards 0.2s;
}

.arrow2::after {
	aspect-ratio: 238/44;
	-webkit-mask-image: url("../images/common/arrow2.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	background: #003C7E;
	content: "";
	display: block;
	mask-image: url("../images/common/arrow2.svg");
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	width: 24px;
	width: 1.5rem;
}

.base-text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.04em;
	line-height: 1.75;
}

.button {
	background: #003C7E;
	border: 1px solid #fff;
	display: block;
	min-width: 435px;
	min-width: 27.1875rem;
	padding: 25px;
	padding: 1.5625rem;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.button__text {
	color: #fff;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
}

.button__icon {
	aspect-ratio: 1;
	background: #fff;
	border: 1px solid #003C7E;
	border-radius: 50%;
	position: absolute;
	right: 20px;
	right: 1.25rem;
	top: 50%;
	-webkit-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
	width: 40px;
	width: 2.5rem;
	z-index: 5;
}

.button__icon::after {
	background: #003C7E;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
}

.card {
	-webkit-box-shadow: 0.625rem 0.625rem 0.375rem rgba(0, 0, 0, .1);
	box-shadow: 0.625rem 0.625rem 0.375rem rgba(0, 0, 0, .1);
	max-width: 400px;
	max-width: 25rem;
}

.card__wrap {
	display: block;
}

.card__img {
	aspect-ratio: 334/239;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	overflow: hidden;
}

.card__img img {
	-webkit-transition: 0.4s ease-in-out transform;
	transition: 0.4s ease-in-out transform;
}

.card__body {
	padding: 0 20px 50px;
	padding: 0 1.25rem 3.125rem;
	position: relative;
}

.card__body::after {
	bottom: 19px;
	bottom: 1.1875rem;
	right: 19px;
	right: 1.1875rem;
}

.card__info {
	margin-bottom: 14px;
	margin-bottom: 0.875rem;
}

.card__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	overflow: hidden;
	word-break: break-all;
}

.cta__title {
	color: #003C7E;
	font-size: 80px;
	font-size: 5rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.cta__container {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #003C7E), to(#D31300));
	background: linear-gradient(#003C7E 0 calc(100% - 0.625rem), #D31300 calc(100% - 0.625rem) 100%);
	margin-top: -6px;
	margin-top: -0.375rem;
	padding: 120px 0 150px;
	padding: 7.5rem 0 9.375rem;
}

.cta__text {
	color: #fff;
	margin-bottom: 60px;
	margin-bottom: 3.75rem;
	text-align: center;
}

.cta__content {
	gap: clamp(150px, 235.552px - 12.222vw, 40px);
	gap: clamp(9.375rem, 14.722rem - 12.222vw, 2.5rem);
	margin-inline: auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 1150px;
	max-width: 71.875rem;
	padding: 0 25px;
	place-content: center;
}

.cta__tel {
	gap: 15px;
	gap: 0.9375rem;
	-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;
}

.cta__tel .icon {
	aspect-ratio: 49/64;
	display: block;
	width: 49px;
	width: 3.0625rem;
}

.cta__tel .text {
	color: #fff;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 60px;
	font-size: 3.75rem;
	font-weight: 700;
	line-height: 1.5;
	width: 50%;
}

.cta__info {
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
}

.cta__button {
	display: grid;
	padding: 40px;
	padding: 2.5rem;
	place-content: center;
	width: 100%;
}

.cta__button .button__text {
	font-size: 20px;
	font-size: 1.25rem;
}

.cta__button .button__icon {
	right: 40px;
	right: 2.5rem;
}

.drawer {
	display: none;
}

.drawer__inner {
	margin-inline: auto;
	background: #003C7E;
	max-width: 600px;
	max-width: 37.5rem;
	min-height: calc(100% + 9.375rem);
	padding: 0 5.333%;
}

.drawer__container {
	padding: 80px 0 120px;
	padding: 5rem 0 7.5rem;
}

.drawer__menus {
	margin-bottom: 35px;
	margin-bottom: 2.1875rem;
}

.drawer__menu {
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	color: #fff;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	padding: 17px 0;
	padding: 1.0625rem 0;
}

.drawer__submenu-wrap {
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	display: none;
	padding: 28px 0;
	padding: 1.75rem 0;
}

.drawer__submenu {
	color: #fff;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 14px;
	margin-bottom: 0.875rem;
	padding-left: 15px;
	padding-left: 0.9375rem;
	position: relative;
}

.drawer__submenu::before {
	color: #fff;
	content: "-";
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 300;
	left: 0;
	position: absolute;
	top: 0.5lh;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.drawer__button {
	color: #fff;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	padding: 17px;
	padding: 1.0625rem;
	text-align: center;
}

.drawer__button:nth-of-type(1) {
	background: #D31300;
	margin-bottom: 3px;
	margin-bottom: 0.1875rem;
}

.drawer__button:nth-of-type(2) {
	background: #003C7E;
}

.drawer {
	opacity: 0;
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
	visibility: hidden;
}

.drawer.is-active {
	opacity: 1;
	visibility: visible;
}

.fixed-button {
	gap: 1px;
	-webkit-animation: fadeIn 0.6s ease-in-out 5s both;
	animation: fadeIn 0.6s ease-in-out 5s both;
	bottom: 100px;
	bottom: 6.25rem;
	display: grid;
	grid-template-columns: 1fr;
	position: fixed;
	right: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: 0.3s ease-in-out opacity, 0.3s ease-in-out visibility;
	transition: 0.3s ease-in-out opacity, 0.3s ease-in-out visibility;
	z-index: 20;
}

.fixed-button.is-hidden {
	opacity: 0;
	visibility: hidden;
}

.fixed-button__item {
	aspect-ratio: 1;
	-webkit-box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, .2);
	box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, .2);
	color: #fff;
	color: #fff;
	display: grid;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.8571428571;
	place-content: center;
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
	width: 100px;
	width: 6.25rem;
}

.fixed-button__item:nth-of-type(1) {
	background: #003C7E;
	border: 1px solid #003C7E;
}

.fixed-button__item:nth-of-type(2) {
	background: #D31300;
	border: 1px solid #D31300;
}

.footer {
	background: #fff;
}

.footer__inner {
	margin-inline: auto;
	max-width: 1150px;
	max-width: 71.875rem;
	padding: 0 25px;
}

.footer__container {
	padding: 100px 0 35px;
	padding: 6.25rem 0 2.1875rem;
}

.footer__content {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 70px;
	margin-bottom: 4.375rem;
}

.footer__left {
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.footer__logo {
	aspect-ratio: 260/54;
	display: block;
	margin-bottom: 45px;
	margin-bottom: 2.8125rem;
	width: 260px;
	width: 16.25rem;
}

.footer__logo img {
	-o-object-fit: contain;
	object-fit: contain;
}

.footer__left-item {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.8571428571;
}

.footer__left-item--bold {
	font-weight: 700;
}

.footer__left-item:nth-of-type(1) {
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

p.footer__left-item:nth-of-type(2) {
	line-height: 1.2;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

a.footer__left-item:nth-of-type(2) {
	display: block;
	margin-bottom: 14px;
	margin-bottom: 0.875rem;
	text-decoration: underline;
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.footer__menus-wrap {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 65%;
}

.footer__menus:nth-of-type(1) {
	margin-right: clamp(120px, 174.448px - 7.778vw, 50px);
	margin-right: clamp(7.5rem, 10.903rem - 7.778vw, 3.125rem);
}

.footer__menus:nth-of-type(2) {
	margin-right: clamp(90px, 136.672px - 6.667vw, 30px);
	margin-right: clamp(5.625rem, 8.542rem - 6.667vw, 1.875rem);
}

.footer__menu {
	display: block;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.75;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	padding: 7px 0;
	padding: 0.4375rem 0;
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
}

.footer__menu:first-of-type {
	margin-top: -7px;
	margin-top: -0.4375rem;
}

.footer__submenu {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	margin-bottom: 5px;
	margin-bottom: 0.3125rem;
	padding: 5px 0;
	padding: 0.3125rem 0;
	padding-left: 15px;
	padding-left: 0.9375rem;
	position: relative;
}

.footer__submenu::after {
	color: #D31300;
	content: "-";
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 300;
	font-weight: 700;
	left: 0;
	position: absolute;
	top: 5px;
	top: 0.3125rem;
}

.footer__copy {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 300;
}

.wp-form .need {
	position: relative;
}

.wp-form .need::after {
	color: #D31300;
	content: "＊";
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	position: absolute;
}

.wp-form .form-label {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.8571428571;
}

.wp-form .inquiry-form__form--address input {
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

.wp-form .inquiry-form__form--address input[data-name=post] {
	width: 190px;
	width: 11.875rem;
}

.wp-form .wpcf7-validates-as-number {
	background: #f7f7f7;
	border: 1px solid #cccccc;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.8571428571;
	padding: 16px 15px;
	padding: 1rem 0.9375rem;
	position: relative;
	width: 100%;
}

.wp-form .wpcf7-text,
.wp-form .wpcf7-textarea {
	background: #f7f7f7;
	border: 1px solid #cccccc;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.8571428571;
	padding: 16px 15px;
	padding: 1rem 0.9375rem;
	width: 100%;
}

.wp-form .wpcf7-textarea {
	max-height: 180px;
	max-height: 11.25rem;
}

.wp-form .wpcf7-form-control::-moz-placeholder {
	color: #cccccc;
}

.wp-form .wpcf7-form-control::-webkit-input-placeholder {
	color: #cccccc;
}

.wp-form .wpcf7-form-control::-ms-input-placeholder {
	color: #cccccc;
}

.wp-form .wpcf7-form-control::placeholder {
	color: #cccccc;
}

.wp-form .inquiry-form__form .post {
	gap: 20px;
	gap: 1.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wp-form .inquiry-form__form .post .post-icon {
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: -10px;
	margin-top: -0.625rem;
}

.wp-form input[type=checkbox] + span {
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	padding-left: 28px;
	padding-left: 1.75rem;
	position: relative;
}

.wp-form .wpcf7-list-item {
	margin: unset;
}

.wp-form input[type=checkbox] + span::after,
.wp-form input[type=checkbox] + span::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
}

.wp-form input[type=checkbox] + span::before {
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
	height: 20px;
	height: 1.25rem;
	left: 0;
	top: 3px;
	top: 0.1875rem;
	width: 20px;
	width: 1.25rem;
}

.wp-form input[type=checkbox] + span::after {
	aspect-ratio: 2/1;
	border: 2px solid;
	border-color: transparent transparent #003C7E #003C7E;
	display: none;
	left: 1px;
	top: 6px;
	top: 0.375rem;
	-webkit-transform: translateY(0%) rotate(-45deg);
	transform: translateY(0%) rotate(-45deg);
	width: 18px;
	width: 1.125rem;
}

.wp-form input[type=checkbox]:checked + span::after {
	display: block;
}

.wp-form .wpcf7-submit {
	background: #003C7E;
	color: #fff;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	padding: 30px 22px;
	padding: 1.875rem 1.375rem;
	position: relative;
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
	width: 100%;
}

.wp-form .wpcf7-submit:hover {
	opacity: 0.7;
}

.wp-form p:has(.wpcf7-submit) {
	position: relative;
	width: 100%;
}

.wp-form p:has(.wpcf7-submit)::after {
	aspect-ratio: 1;
	background-image: url("../images/common/contact-arrow.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	right: 1.25rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
	width: 40px;
	width: 2.5rem;
}

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

.wp-form input[type=radio] + span {
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 300;
	padding-left: 15px;
	padding-left: 0.9375rem;
	position: relative;
}

.wp-form input[type=radio] + span::after,
.wp-form input[type=radio] + span::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
}

.wp-form input[type=radio] + span::before {
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
	border-radius: 50%;
	height: 14px;
	height: 0.875rem;
	left: 0;
	top: 4px;
	top: 0.25rem;
	width: 14px;
	width: 0.875rem;
}

.wp-form input[type=radio] + span::after {
	background: radial-gradient(#003C7E 0 0.3125rem, transparent 0.3125rem 100%);
	border: none;
	border-radius: 50%;
	display: none;
	height: 14px;
	height: 0.875rem;
	left: 0;
	top: 4px;
	top: 0.25rem;
	width: 14px;
	width: 0.875rem;
}

.wp-form input[type=radio]:checked + span::after {
	display: block;
}

#autozip {
	display: none !important;
}

.header {
	background: #fff;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transition: 0.3s ease-in-out background;
	transition: 0.3s ease-in-out background;
	z-index: 100;
}

.header__inner {
	padding: 0 47px 0 60px;
	padding: 0 2.9375rem 0 3.75rem;
}

.header__container {
	gap: 50px;
	gap: 3.125rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 23px 0;
	padding: 1.4375rem 0;
}

.header__logo {
	aspect-ratio: 260/54;
	-webkit-mask-image: url("../images/common/logo-white.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	background: #333333;
	mask-image: url("../images/common/logo-white.svg");
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
	width: 260px;
	width: 16.25rem;
}

.header__logo img {
	-o-object-fit: contain;
	height: 0;
	object-fit: contain;
	opacity: 0;
}

.header__menus {
	gap: 50px;
	gap: 3.125rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header__menu {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.4285714286;
	padding: 10px 0;
	padding: 0.625rem 0;
	position: relative;
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
}

.header__menu::after {
	aspect-ratio: 1;
	background: #D31300;
	border-radius: 50%;
	content: "";
	display: block;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
	width: 8px;
	width: 0.5rem;
}

.hamburger {
	aspect-ratio: 344/210;
	position: relative;
	width: 35px;
	width: 2.1875rem;
}

.hamburger__line {
	background: #003C7E;
	border-radius: 0.625rem;
	height: 2px;
	left: 0;
	position: absolute;
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
}

.hamburger__line:nth-of-type(1) {
	top: 0;
	width: 100%;
}

.hamburger__line:nth-of-type(2) {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 80%;
}

.hamburger__line:nth-of-type(3) {
	top: 100%;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	width: 100%;
}

.is-open.hamburger .hamburger__line {
	background: #fff;
}

.is-open.hamburger .hamburger__line:nth-of-type(1) {
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-25deg);
	transform: translateY(-50%) rotate(-25deg);
}

.is-open.hamburger .hamburger__line:nth-of-type(2) {
	opacity: 0;
}

.is-open.hamburger .hamburger__line:nth-of-type(3) {
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(25deg);
	transform: translateY(-50%) rotate(25deg);
}

.header.is-open {
	background: #003C7E;
}

.header.is-open .header__logo {
	opacity: 0;
	visibility: hidden;
}

.home .header {
	background: transparent;
}

.home .header .header__logo {
	background: #fff;
}

.home .header .header__menu {
	color: #fff;
}

.home .header .hamburger__line {
	background: #fff;
}

.home .header.is-top,
.home .header:hover {
	background: #fff;
}

.home .header.is-top .header__logo,
.home .header:hover .header__logo {
	background: #003C7E;
}

.home .header.is-top .header__menu,
.home .header:hover .header__menu {
	color: #333333;
}

.home .header.is-top .hamburger__line,
.home .header:hover .hamburger__line {
	background: #003C7E;
}

.home .header.is-open {
	background: #003C7E;
}

.home .header.is-open .header__logo {
	background: #003C7E;
}

.home .header.is-open .header__menu {
	color: #333333;
}

.home .header.is-open .hamburger__line {
	background: #fff;
}

.header__megamenus {
	left: 0;
	position: fixed;
	right: 0;
	top: 100px;
	top: 6.25rem;
	width: 100%;
	z-index: 50;
}

.megamenus {
	background: #003C7E;
	-webkit-clip-path: inset(0% 0% 20% 0%);
	clip-path: inset(0% 0% 20% 0%);
	opacity: 0;
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
	visibility: hidden;
}

.header__menu--megamenu {
	cursor: pointer;
	position: relative;
}

.header__menu--megamenu::before {
	aspect-ratio: 1;
	content: "";
	display: block;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 20px;
	width: 1.25rem;
}

.megamenus__inner {
	margin-inline: auto;
	max-width: 1150px;
	max-width: 71.875rem;
	padding: 0 25px;
}

.megamenus__container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 80px 0 100px;
	padding: 5rem 0 6.25rem;
}

.megamenus__left {
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.megamenus__title {
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.75;
	margin-bottom: 35px;
	margin-bottom: 2.1875rem;
	position: relative;
}

.megamenus__button {
	color: #fff;
	display: block;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	padding-right: 56px;
	padding-right: 3.5rem;
	position: relative;
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.megamenus__button .circle {
	aspect-ratio: 1;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
	width: 40px;
	width: 2.5rem;
}

.megamenus__button .circle::after {
	background: #003C7E;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
}

.megamenus__items {
	gap: 30px;
	gap: 1.875rem;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	width: 720px;
	width: 45rem;
}

.megamenus__items .megamenus__item-img {
	aspect-ratio: 220/154;
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
	overflow: hidden;
}

.megamenus__items .megamenus__item-img img {
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
}

.megamenus__items .megamenus__item-title {
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	padding-left: 10px;
	padding-left: 0.625rem;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.megamenus__items .megamenus__item-title::after {
	background: #fff;
	left: calc(100% + 0.25rem);
	top: 52%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
	width: 0.5rem;
}

.inner {
	margin-inline: auto;
	max-width: 1150px;
	max-width: 71.875rem;
	padding: 0 25px;
}

.item-info {
	gap: 10px;
	gap: 0.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.item-info__date {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.8571428571;
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
}

.item-info__cats {
	gap: 4px;
	gap: 0.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 200px;
	max-width: 12.5rem;
}

.item-info__cate {
	background: #003C7E;
	border: 1px solid #003C7E;
	color: #fff;
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.4;
	padding: 1px 7px;
	padding: 0.0625rem 0.4375rem;
	text-align: center;
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.js-accordion {
	position: relative;
}

.js-accordion::after,
.js-accordion::before {
	background: #fff;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
	width: 20px;
	width: 1.25rem;
}

.js-accordion::after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.js-accordion.is-open {
	border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.js-accordion.is-open::after {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pageFv {
	overflow: hidden;
	padding-top: 180px;
	padding-top: 11.25rem;
}

.pageFv__title {
	margin-bottom: 100px;
	margin-bottom: 6.25rem;
}

.pageFv__img {
	height: 475px;
	height: 29.6875rem;
	margin-right: 55px;
	margin-right: 3.4375rem;
	position: relative;
	z-index: 2;
}

.pageFv__img img {
	height: 100%;
	max-width: unset;
	min-width: 1300px;
	min-width: 81.25rem;
	position: absolute;
	right: 0;
	width: 80.9375vw;
}

.pageFv__dec {
	aspect-ratio: 530/370;
	background: #D31300;
	margin-left: auto;
	margin-top: -320px;
	margin-top: -20rem;
	position: relative;
	width: 530px;
	width: 33.125rem;
	z-index: 1;
}

.pageFv2 {
	position: relative;
}

.pageFv2 .pageFv2__container {
	padding: 180px 0 190px;
	padding: 11.25rem 0 11.875rem;
}

.pageFv2 .pageFv2__imgs {
	position: absolute;
	right: 0;
	top: 180px;
	top: 11.25rem;
}

.pageFv2 .pageFv2__img {
	aspect-ratio: 685/464;
	max-width: 685px;
	max-width: 42.8125rem;
	min-width: 590px;
	min-width: 36.875rem;
	position: relative;
	width: 42.8125vw;
	z-index: 2;
}

.pageFv2 .pageFv2__dec {
	aspect-ratio: 537/370;
	background: #D31300;
	margin-left: auto;
	max-width: 537px;
	max-width: 33.5625rem;
	min-width: 432px;
	min-width: 27rem;
	position: absolute;
	right: 0;
	top: 145px;
	top: 9.0625rem;
	width: 33.5625vw;
	z-index: 1;
}

.pageFv2 .pageFv2__anchors {
	border: unset;
}

.pageFv2 .pageFv2__bottom {
	border: 1px solid;
	border-color: #CCCCCC transparent #CCCCCC transparent;
}

.pageFv3__container {
	padding: 200px 0 185px;
	padding: 12.5rem 0 11.5625rem;
}

.pageFv3__read {
	background: #F7F7F7;
	padding: 140px 0;
	padding: 8.75rem 0;
}

.pageFv3__read-inner {
	margin-inline: auto;
	max-width: 770px;
	max-width: 48.125rem;
	padding: 0 25px;
}

.pageFv3__subtitle {
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 50px;
	margin-bottom: 3.125rem;
}

.pageRead {
	background: #F7F7F7;
}

.pageRead__inner {
	margin-inline: auto;
	max-width: 770px;
	max-width: 48.125rem;
	padding: 0 25px;
}

.pageRead__container {
	padding: 280px 0 150px;
	padding: 17.5rem 0 9.375rem;
}

.pageRead__title {
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 55px;
	margin-bottom: 3.4375rem;
}

.red-arrow::after {
	aspect-ratio: 1/2;
	-webkit-mask-image: url("../images/common/arrow.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	background: #D31300;
	content: "";
	display: block;
	mask-image: url("../images/common/arrow.svg");
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	width: 10px;
	width: 0.625rem;
}

.title {
	position: relative;
}

.title::after {
	background: #D31300;
	bottom: -33px;
	bottom: -2.0625rem;
	content: "";
	display: block;
	height: 205px;
	height: 12.8125rem;
	left: 0;
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	width: 2px;
	z-index: 1;
}

.title span {
	display: inline-block;
}

.title__main {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.3333333333;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	position: relative;
	z-index: 2;
}

.title__en {
	font-size: 80px;
	font-size: 5rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	position: relative;
	z-index: 2;
}

.title2 {
	padding: 60px 30px 60px 0;
	padding: 3.75rem 1.875rem 3.75rem 0;
	position: relative;
}

.title2::after {
	background: #003C7E;
	border-bottom: 10px solid #D31300;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 40vw;
	z-index: 1;
}

.title2__main {
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.75;
	margin-bottom: 5px;
	margin-bottom: 0.3125rem;
	position: relative;
	z-index: 2;
}

.title2__en {
	color: #fff;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.5;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	position: relative;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}

.title2__en::after {
	background: #fff;
	bottom: 0;
	content: "";
	display: block;
	height: 4px;
	left: 0;
	position: absolute;
	width: 60px;
	width: 3.75rem;
}

.title2__en--small {
	font-size: 26px;
	font-size: 1.625rem;
}

.wp-editor h2 {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5555555556;
	margin: 20px 0;
	margin: 1.25rem 0;
}

.wp-editor h3 {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5555555556;
	margin: 15px 0;
	margin: 0.9375rem 0;
}

.wp-editor p {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.75;
	margin: 20px 0;
	margin: 1.25rem 0;
}

.wp-editor a {
	color: #003C7E;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.75;
	text-decoration: underline;
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
}

.wp-pagenavi {
	margin-inline: auto;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.wp-pagenavi .current,
.wp-pagenavi .page {
	aspect-ratio: 1;
	background: #fff;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0;
	line-height: 50px;
	line-height: 3.125rem;
	margin: 0 3px;
	margin: 0 0.1875rem;
	padding-left: 1px;
	padding-left: 0.0625rem;
	text-align: center;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	width: 50px;
	width: 3.125rem;
}

.wp-pagenavi .current,
.wp-pagenavi .page:hover {
	background: #003C7E;
	color: #fff;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	aspect-ratio: 1;
	display: inline-block;
	position: relative;
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
	vertical-align: bottom;
	width: 50px;
	width: 3.125rem;
}

.wp-pagenavi .nextpostslink::after,
.wp-pagenavi .previouspostslink::after {
	aspect-ratio: 5/10;
	-webkit-mask-image: url("../images/archive/page-arrow.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	background: #003C7E;
	content: "";
	display: block;
	left: 50%;
	mask-image: url("../images/archive/page-arrow.svg");
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
	width: 8px;
	width: 0.5rem;
}

.wp-pagenavi .previouspostslink::after {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.wp-pagenavi .nextpostslink::after {
	-webkit-transform: translate(-50%, -50%) scaleX(-1);
	transform: translate(-50%, -50%) scaleX(-1);
}

.pdo__fv {
	margin-bottom: 134px;
	margin-bottom: 8.375rem;
}

.pdo-index {
	margin-bottom: 150px;
	margin-bottom: 9.375rem;
}

.pdo-index__cards {
	gap: 60px 40px;
	gap: 3.75rem 2.5rem;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.card2__img {
	aspect-ratio: 340/255;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.card2__img picture {
	display: block;
	height: 100%;
	width: 100%;
}

.card2__img img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.card2__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
	overflow: hidden;
	word-break: break-all;
}

.card2__text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	display: -webkit-box;
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
	overflow: hidden;
	word-break: break-all;
}

.card2__button {
	margin-inline: auto;
	background: #003C7E;
	border: 1px solid #003C7E;
	color: #fff;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	margin: 0 35px;
	margin: 0 2.1875rem;
	padding: 20px;
	padding: 1.25rem;
	position: relative;
	text-align: center;
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
}

.card2__button::after {
	background: #fff;
	right: 20px;
	right: 1.25rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
}

.ane-head {
	margin-bottom: 100px;
	margin-bottom: 6.25rem;
}

.ane-head__container {
	padding: 180px 0 190px;
	padding: 11.25rem 0 11.875rem;
}

.ane-head__bottom {
	border: 1px solid;
	border-color: #CCCCCC transparent #CCCCCC transparent;
	padding: 25px 0 30px;
	padding: 1.5625rem 0 1.875rem;
}

.ane-head__categories-list {
	margin-inline: auto;
	gap: 50px;
	gap: 3.125rem;
	-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;
	max-width: 1150px;
	max-width: 71.875rem;
	padding: 0 25px;
}

.ane-head__categories-link {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.4285714286;
	position: relative;
}

.ane-head__categories-link.is-current::after {
	aspect-ratio: 1;
	background: #D31300;
	border-radius: 50%;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	top: calc(100% + 0.4375rem);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 8px;
	width: 0.5rem;
}

.ane-index {
	margin-bottom: 164px;
	margin-bottom: 10.25rem;
}

.ane-index__inner {
	margin-inline: auto;
	max-width: 1450px;
	max-width: 90.625rem;
	padding: 0 25px;
}

.ane-index__cards {
	gap: 60px 20px;
	gap: 3.75rem 1.25rem;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	margin-bottom: 100px;
	margin-bottom: 6.25rem;
}

.page-404 .p40-main {
	margin-top: 200px;
	margin-top: 12.5rem;
}

.page-404 .p40-main__title {
	margin-bottom: 80px;
	margin-bottom: 5rem;
}

.page-404 .p40__button {
	border: unset;
}

.page-404 .p40-dec {
	margin-top: -160px;
	margin-top: -10rem;
}

.page-404 .p40-dec__cover {
	background: #2298D9;
	height: 265px;
	height: 16.5625rem;
	margin-bottom: -80px;
	margin-bottom: -5rem;
	margin-top: -1px;
}

.page-advantage {
	overflow: hidden;
}

.pad__fv {
	margin-bottom: 100px;
	margin-bottom: 6.25rem;
}

.pad-read {
	background-image: url("../images/advantages/read-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.pad-read::after {
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #fff), color-stop(75%, transparent), color-stop(75%, transparent));
	background: linear-gradient(90deg, #fff 0, transparent 75%, transparent 75% 100%);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.pad-read__inner {
	position: relative;
	z-index: 2;
}

.pad-read__container {
	max-width: 600px;
	max-width: 37.5rem;
	padding: 140px 0 300px;
	padding: 8.75rem 0 18.75rem;
}

.pad-read__copy {
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 55px;
	margin-bottom: 3.4375rem;
}

.pad-section {
	position: relative;
}

.pad-section::after {
	background: #003C7E;
	border-bottom: 10px solid #D31300;
	content: "";
	display: block;
	position: absolute;
	top: -160px;
	top: -10rem;
	width: 60.625vw;
	z-index: 2;
}

.pad-section::before {
	background: #EFEFEF;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 50vw;
	z-index: 1;
}

.pad-section:nth-of-type(3) {
	margin-bottom: 290px;
	margin-bottom: 18.125rem;
	position: relative;
}

.pad-section:nth-of-type(3)::after {
	height: 852px;
	height: 53.25rem;
	left: 0;
}

.pad-section:nth-of-type(3)::before {
	height: 852px;
	height: 53.25rem;
	right: 0;
}

.pad-section:nth-of-type(4) {
	margin-bottom: 520px;
	margin-bottom: 32.5rem;
}

.pad-section:nth-of-type(4)::after {
	height: 692px;
	height: 43.25rem;
	right: 0;
	top: -140px;
	top: -8.75rem;
}

.pad-section:nth-of-type(4)::before {
	height: 792px;
	height: 49.5rem;
	left: 0;
}

.pad-section:nth-of-type(5) {
	margin-bottom: 410px;
	margin-bottom: 25.625rem;
}

.pad-section:nth-of-type(5)::after {
	height: 852px;
	height: 53.25rem;
	left: 0;
}

.pad-section:nth-of-type(5)::before {
	height: 852px;
	height: 53.25rem;
	right: 0;
}

.pad-section__container {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 3;
}

.pad-section__texts {
	width: 475px;
	width: 29.6875rem;
}

.pad-section__title {
	color: #fff;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.pad-section__text {
	color: #fff;
}

.pad-section__dec {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-top: 54px;
	margin-top: 3.375rem;
	position: relative;
	width: 50%;
}

.pad-section__line {
	background: #D31300;
	height: 2px;
	position: absolute;
	top: 250px;
	top: 15.625rem;
	width: 400px;
	width: 25rem;
	z-index: 2;
}

.pad-section__number {
	font-family: "STIX Two Text", serif;
	font-size: 130px;
	font-size: 8.125rem;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.1;
	margin-top: 35px;
	margin-top: 2.1875rem;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	z-index: 3;
}

.pad-section__number::after {
	background: #333333;
	bottom: 0;
	content: "";
	display: block;
	height: 4px;
	position: absolute;
	width: 60px;
	width: 3.75rem;
}

.pad-section__img {
	margin-top: -90px;
	margin-top: -5.625rem;
	position: relative;
	width: 100%;
	z-index: 2;
}

.pad-section__img img {
	max-width: unset;
}

.pad-section:nth-of-type(3) .pad-section__img img {
	width: 530px;
	width: 33.125rem;
}

.pad-section:nth-of-type(4) .pad-section__img img {
	width: 530px;
	width: 33.125rem;
}

.pad-section:nth-of-type(5) .pad-section__img img {
	width: 781px;
	width: 48.8125rem;
}

.pad-section:nth-of-type(odd) .pad-section__line {
	left: 475px;
	left: 29.6875rem;
	-webkit-transform: skewY(-45deg);
	transform: skewY(-45deg);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
}

.pad-section:nth-of-type(odd) .pad-section__texts {
	padding-right: 40px;
	padding-right: 2.5rem;
}

.pad-section:nth-of-type(odd) .pad-section__number {
	margin-left: auto;
}

.pad-section:nth-of-type(odd) .pad-section__number::after {
	right: 0;
}

.pad-section:nth-of-type(odd) .pad-section__img {
	margin-right: auto;
}

.pad-section:nth-of-type(even) .pad-section__line {
	right: 475px;
	right: 29.6875rem;
	-webkit-transform: skewY(45deg);
	transform: skewY(45deg);
	-webkit-transform-origin: bottom right;
	transform-origin: bottom right;
}

.pad-section:nth-of-type(even) .pad-section__container {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.pad-section:nth-of-type(even) .pad-section__texts {
	padding-left: 40px;
	padding-left: 2.5rem;
	padding-right: unset;
}

.pad-section:nth-of-type(even) .pad-section__number {
	margin-right: auto;
}

.pad-section:nth-of-type(even) .pad-section__number::after {
	left: 0;
}

.pad-section:nth-of-type(even) .pad-section__img {
	margin-left: auto;
}

.pad-section:nth-of-type(even) .pad-section__img img {
	margin-left: auto;
}

.page-id-18 {
	background: #efefef;
}

.page-business {
	padding-bottom: 150px;
	padding-bottom: 9.375rem;
}

.page-business + .cta {
	background: #efefef;
}

.page-business .pbu__fv {
	background: #fff;
	padding-bottom: 150px;
	padding-bottom: 9.375rem;
}

.page-business .pbu-read {
	background: #fff;
	border-bottom: 1px solid #cccccc;
}

.page-business .pbu-read__img {
	aspect-ratio: 1600/600;
	position: relative;
	z-index: 1;
}

.page-business .pbu-read__inner {
	margin-top: -29vw;
	position: relative;
	z-index: 2;
}

.page-business .pbu-read__title {
	color: #fff;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 50px;
	margin-bottom: 3.125rem;
	text-align: center;
}

.page-business .pbu-read__content {
	margin-bottom: 110px;
	margin-bottom: 6.875rem;
}

.page-business .pbu-read-c {
	background: #003C7E;
	padding: 55px 20px;
	padding: 3.4375rem 1.25rem;
}

.page-business .pbu-read-c__top {
	margin-inline: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 60px;
	margin-bottom: 3.75rem;
	max-width: 500px;
	max-width: 31.25rem;
}

.page-business .pbu-read-c__number-read {
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	text-align: center;
}

.page-business .pbu-read-c__number-main {
	margin-inline: auto;
	border-bottom: 10px solid #D31300;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.page-business .pbu-read-c__number-main .main {
	color: #fff;
	font-size: 80px;
	font-size: 5rem;
	font-weight: 900;
	line-height: 1;
}

.page-business .pbu-read-c__number-main .small {
	color: #fff;
	font-size: 31px;
	font-size: 1.9375rem;
	font-weight: 700;
}

.page-business .pbu-read-c__line {
	background: #fff;
	height: 128px;
	height: 8rem;
	width: 1px;
}

.page-business .pbu-read-c__text {
	margin-inline: auto;
	color: #fff;
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
	max-width: 725px;
	max-width: 45.3125rem;
}

.page-business .pbu-read-c__text a {
	text-decoration: underline;
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
}

.page-business .pbu-read-c__text:last-of-type {
	margin-bottom: unset;
}

.page-business .pbu-anchors {
	border: unset;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
}

.page-business .pbu-service {
	padding-top: 150px;
	padding-top: 9.375rem;
	position: relative;
}

.page-business .pbu-service::after {
	background: #003C7E;
	border-bottom: 10px solid #D31300;
	content: "";
	display: block;
	height: calc(100% - 18.75rem);
	left: 0;
	position: absolute;
	top: 150px;
	top: 9.375rem;
	width: 42.8125vw;
	z-index: 1;
}

.page-business .pbu-service--3 .pbu-service__content {
	margin-top: -100px;
	margin-top: -6.25rem;
	padding-top: 160px;
	padding-top: 10rem;
}

.page-business .pbu-service:nth-of-type(even)::after {
	left: unset;
	right: 0;
}

.page-business .pbu-service__container {
	padding-top: 150px;
	padding-top: 9.375rem;
	position: relative;
	z-index: 2;
}

.page-business .pbu-service__top {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.page-business .pbu-service__texts {
	padding-right: 40px;
	padding-right: 2.5rem;
	width: 380px;
	width: 23.75rem;
}

.page-business .pbu-service:nth-of-type(even) .pbu-service__top {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.page-business .pbu-service:nth-of-type(even) .pbu-service__texts {
	padding-left: 40px;
	padding-left: 2.5rem;
	padding-right: unset;
}

.page-business .pbu-service__number {
	color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
}

.page-business .pbu-service__title {
	color: #fff;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 700;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.page-business .pbu-service__text {
	color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.7777777778;
}

.page-business .pbu-service__img {
	aspect-ratio: 720/503;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 50%;
}

.page-business .pbu-service__content {
	margin-top: -200px;
	margin-top: -12.5rem;
}

.page-business .pbu-service-c {
	background: #fff;
	padding: 250px 20px 150px;
	padding: 15.625rem 1.25rem 9.375rem;
}

.page-business .pbu-service-c__inner {
	margin-inline: auto;
	max-width: 720px;
	max-width: 45rem;
}

.page-business .pbu-c-i01 {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.page-business .pbu-c-i01__read {
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
}

.page-business .service-read {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.7777777778;
}

.page-business .pbu-c-i01__text {
	margin-bottom: 35px;
	margin-bottom: 2.1875rem;
}

.page-business .pbu-c-i01__maps {
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
	position: relative;
}

.page-business .pbu-c-i01__map-link {
	aspect-ratio: 1;
	border-radius: 50%;
	display: grid;
	place-content: center;
	position: absolute;
	width: 120px;
	width: 7.5rem;
}

.page-business .pbu-c-i01__map-link::before,
.page-business .pbu-c-i01__map-link::after {
	aspect-ratio: 1;
	border-radius: 50%;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
	z-index: 1;
}

.page-business .pbu-c-i01__map-link::before {
	background: #fff;
	border: 1px solid #D31300;
	opacity: 0.3;
	width: 120px;
	width: 7.5rem;
}

.page-business .pbu-c-i01__map-link::after {
	background: #fff;
	opacity: 0.6;
	width: 52px;
	width: 3.25rem;
}

.page-business .pbu-c-i01__map-link span {
	color: #D31300;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.25;
	position: relative;
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
	z-index: 5;
}

.page-business .pbu-c-i01__map-link01 {
	left: 0;
	top: 68px;
	top: 4.25rem;
}

.page-business .pbu-c-i01__map-link02 {
	left: 220px;
	left: 13.75rem;
	top: 42px;
	top: 2.625rem;
}

.page-business .pbu-c-i01__map-link03 {
	left: 200px;
	left: 12.5rem;
	top: 139px;
	top: 8.6875rem;
}

.page-business .pbu-c-i01__map-link04 {
	left: 475px;
	left: 29.6875rem;
	top: 80px;
	top: 5rem;
}

.page-business .pbu-c-i01__map-link05 {
	bottom: 0;
	right: 95px;
	right: 5.9375rem;
}

.page-business .pbu-c-i01__maps {
	aspect-ratio: 720/423;
}

.page-business .pbu-c-i02 {
	margin-bottom: 55px;
	margin-bottom: 3.4375rem;
}

.page-business .pbu-c-i02__fle {
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
}

.page-business .service-flex {
	gap: 20px;
	gap: 1.25rem;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.page-business .service-small {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 300;
	line-height: 1.8333333333;
}

.page-business .service-grid {
	gap: 5px 20px;
	gap: 0.3125rem 1.25rem;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.page-business .service-grid__item {
	background: #F7F7F7;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.75;
	padding: 7px 10px 7px 23px;
	padding: 0.4375rem 0.625rem 0.4375rem 1.4375rem;
	position: relative;
}

.page-business .service-grid__item::after {
	aspect-ratio: 1;
	background: #D31300;
	border-radius: 50%;
	content: "";
	display: block;
	left: 10px;
	left: 0.625rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 6px;
	width: 0.375rem;
}

.page-business .pbu-c-i03 {
	margin-bottom: 60px;
	margin-bottom: 3.75rem;
}

.page-business .pbu-c-i03__read {
	margin-bottom: 14px;
	margin-bottom: 0.875rem;
}

.page-business .service-gray {
	background: #F7F7F7;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.75;
	padding: 25px 30px;
	padding: 1.5625rem 1.875rem;
}

.page-business .service-gray strong {
	font-weight: 700;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

.page-business .pbu-c-i04__read {
	margin-bottom: 14px;
	margin-bottom: 0.875rem;
}

.page-business .pbu-c-i04__text {
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

.page-business .pbu-c-i04__download {
	gap: 20px;
	gap: 1.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #CCCCCC;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px 18px;
	padding: 0.9375rem 1.125rem;
}

.page-business .pbu-c-i04__download .icon {
	aspect-ratio: 29/32;
	width: 29px;
	width: 1.8125rem;
}

.page-business .pbu-c-i04__download .icon img {
	-o-object-fit: contain;
	object-fit: contain;
}

.page-business .pbu-c-i04__download .text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.75;
	text-decoration: underline;
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
}

.page-business .pbu-service-c__contents {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.page-business .pbu-service2__tab {
	grid-template-columns: 1fr 1fr;
}

.page-business .service-tab {
	gap: 2px;
	gap: 0.125rem;
	border-bottom: 2px solid #003C7E;
	display: grid;
}

.page-business .service-tab__item {
	background: #003C7E;
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.75;
	padding: 22px;
	padding: 1.375rem;
	text-align: center;
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
}

.page-business .service-tab__item.is-hidden {
	background: #F7F7F7;
	color: #CCCCCC;
	font-weight: 300;
}

.page-business .js-tab.is-hidden {
	display: none;
	opacity: 0;
	visibility: hidden;
}

.page-business .js-tab {
	display: block;
	opacity: 1;
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
	visibility: visible;
}

.page-business .pbu-service2__item {
	padding: 100px 0 120px;
	padding: 6.25rem 0 7.5rem;
}

.page-business .pbus2-item01__icon {
	margin-inline: auto;
	margin-bottom: 17px;
	margin-bottom: 1.0625rem;
	width: 35px;
	width: 2.1875rem;
}

.page-business .pbus2-item01__title {
	color: #003C7E;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 45px;
	margin-bottom: 2.8125rem;
	text-align: center;
}

.page-business .pbus2-item02__title {
	color: #003C7E;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 45px;
	margin-bottom: 2.8125rem;
	text-align: center;
}

.page-business .pbus2-item01__img {
	margin-bottom: 55px;
	margin-bottom: 3.4375rem;
}

.page-business .service-thumbnail {
	aspect-ratio: 720/250;
}

.page-business .pbus2-item01__text {
	margin-bottom: 55px;
	margin-bottom: 3.4375rem;
}

.page-business .pbus2-item01__flex {
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
}

.page-business .pbu-service2__item {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
}

.page-business .pbus2-item02__img {
	margin-bottom: 60px;
	margin-bottom: 3.75rem;
}

.page-business .pbus2-item02__text {
	margin-bottom: 60px;
	margin-bottom: 3.75rem;
}

.page-business .pbus2-item02__item {
	margin-bottom: 60px;
	margin-bottom: 3.75rem;
}

.page-business .pbus2-item02__item:last-of-type {
	margin-bottom: unset;
}

.page-business .pbus2-item02__flex {
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
}

.page-business .pbus2-item03 {
	border: unset;
	padding-bottom: unset;
}

.page-business .pbus2-item03 .pbus2-item02__title {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.page-business .pbus2-item03__text a {
	text-decoration: underline;
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
}

.page-business .pbus3-c__item {
	padding-top: 90px;
	padding-top: 5.625rem;
}

.page-business .pbus3-c__tabs {
	gap: 2px;
	gap: 0.125rem;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.page-business .js-tab02.is-hidden {
	display: none;
	opacity: 0;
	visibility: hidden;
}

.page-business .js-tab02 {
	display: block;
	opacity: 1;
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
	visibility: visible;
}

.page-business .pbus3-c__item-title {
	color: #003C7E;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 700;
	margin-bottom: 50px;
	margin-bottom: 3.125rem;
	text-align: center;
}

.page-business .pbus3-c__item-img {
	margin-bottom: 55px;
	margin-bottom: 3.4375rem;
}

.page-business .pbus3-c__item-text {
	margin-bottom: 50px;
	margin-bottom: 3.125rem;
}

.page-business .pbus3-c__item01-read {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 5px;
	margin-bottom: 0.3125rem;
}

.page-business .pbus3-c__item01-img {
	aspect-ratio: 720/270;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.modal {
	overscroll-behavior: none;
	background: rgba(51, 51, 51, .7);
	display: none;
	height: 100vh;
	left: 0;
	overflow: auto;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 150;
}

.modal__inner {
	margin-inline: auto;
	display: grid;
	max-width: 770px;
	max-width: 48.125rem;
	min-height: calc(100vh + 1px);
	padding: 0 25px;
	place-content: center;
}

.modal__content {
	background: #fff;
	padding: 100px;
	padding: 6.25rem;
	position: relative;
}

.modal__close {
	aspect-ratio: 34/14;
	cursor: pointer;
	position: absolute;
	right: 20px;
	right: 1.25rem;
	top: 20px;
	top: 1.25rem;
	width: 34px;
	width: 2.125rem;
}

.modal__close-line {
	background: #333333;
	height: 2px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 100%;
}

.modal__close-line:nth-of-type(1) {
	-webkit-transform: translateY(-50%) rotate(25deg);
	transform: translateY(-50%) rotate(25deg);
}

.modal__close-line:nth-of-type(2) {
	-webkit-transform: translateY(-50%) rotate(-25deg);
	transform: translateY(-50%) rotate(-25deg);
}

.modal__title {
	color: #003C7E;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 36px;
	margin-bottom: 2.25rem;
}

.pco-main {
	margin-bottom: 170px;
	margin-bottom: 10.625rem;
}

.pco-main__container {
	padding: 180px 0 0;
	padding: 11.25rem 0 0;
}

.pco-main__title {
	margin-bottom: 190px;
	margin-bottom: 11.875rem;
}

.pco-main__main {
	border: 1px solid #CCCCCC;
	margin-bottom: 60px;
	margin-bottom: 3.75rem;
	padding: 80px 150px;
	padding: 5rem 9.375rem;
}

.pco-main__icon {
	aspect-ratio: 1;
	margin-inline: auto;
	background: #003C7E;
	border-radius: 50%;
	display: grid;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
	place-content: center;
	width: 90px;
	width: 5.625rem;
}

.pco-main__icon img {
	aspect-ratio: 30/24;
	width: 30px;
	width: 1.875rem;
}

.pco-main__subtitle {
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 700;
	margin-bottom: 45px;
	margin-bottom: 2.8125rem;
	text-align: center;
}

.pco-main__message {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.75;
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
	text-align: center;
}

.pco-main__attention {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0;
	margin-bottom: 45px;
	margin-bottom: 2.8125rem;
	text-align: center;
}

.pco-main__gray {
	background: rgba(0, 60, 126, .05);
	padding: 24px 30px;
	padding: 1.5rem 1.875rem;
	text-align: center;
}

.pco-main__button {
	margin-inline: auto;
}

.pfa-faq:nth-of-type(even) {
	background: #F7F7F7;
}

.pfa-faq:nth-of-type(even) .pfa-faq__container {
	padding: 150px 0 250px;
	padding: 9.375rem 0 15.625rem;
}

.pfa-faq__container {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 150px 0;
	padding: 9.375rem 0;
}

.pfa-faq__title {
	width: 285px;
	width: 17.8125rem;
}

.pfa-faq__lists {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-left: 95px;
	padding-left: 5.9375rem;
	width: 50%;
}

.pfa-faq__list {
	border: 1px solid;
	border-color: #CCCCCC transparent #CCCCCC transparent;
	margin-top: -1px;
	padding: 27px 0;
	padding: 1.6875rem 0;
}

.pfa-faq__label {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	padding-left: 1.1em;
	text-indent: -1.2em;
}

.pfa-faq__label::before {
	content: "Q.";
	margin-right: 1px;
	margin-right: 0.0625rem;
}

.page-inquiry .pin-form__inner {
	margin-inline: auto;
	max-width: 770px;
	max-width: 48.125rem;
	padding: 0 25px;
}

.page-inquiry .pin-form__container {
	padding: 0 0 150px;
	padding: 0 0 9.375rem;
}

.page-inquiry .inquiry-form__title {
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 55px;
	margin-bottom: 3.4375rem;
	text-align: center;
}

.page-inquiry .inquiry-form__text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	margin-bottom: 55px;
	margin-bottom: 3.4375rem;
	text-align: center;
}

.page-inquiry .inquiry-form__steps {
	-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;
	margin-bottom: 105px;
	margin-bottom: 6.5625rem;
}

.page-inquiry .inquiry-form__step {
	aspect-ratio: 1;
	background: #fff;
	border: 2px solid #CCCCCC;
	border-radius: 50%;
	display: grid;
	place-content: center;
	text-align: center;
	width: 120px;
	width: 7.5rem;
}

.page-inquiry .inquiry-form__step.is-active {
	background: #003C7E;
	border: 2px solid #003C7E;
}

.page-inquiry .inquiry-form__step.is-active .inquiry-form__step-number {
	color: #fff;
}

.page-inquiry .inquiry-form__step.is-active .inquiry-form__step-name {
	color: #fff;
}

.page-inquiry .inquiry-form__step-number {
	color: #CCCCCC;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
}

.page-inquiry .inquiry-form__step-name {
	color: #CCCCCC;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
}

.page-inquiry .inquiry-form__line {
	background: #CCCCCC;
	height: 2px;
	width: 85px;
	width: 5.3125rem;
}

.page-inquiry .inquiry-form__attention {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 300;
	margin-bottom: 140px;
	margin-bottom: 8.75rem;
	padding-left: 18px;
	padding-left: 1.125rem;
	position: relative;
}

.page-inquiry .inquiry-form__attention .need {
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page-inquiry .inquiry-form__attention .need::after {
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page-inquiry .inquiry-form__lists {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.page-inquiry .inquiry-form__list {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-top: 1px solid #CCCCCC;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 30px 0;
	padding: 1.875rem 0;
}

.page-inquiry .inquiry-form__label {
	width: 190px;
	width: 11.875rem;
}

.page-inquiry .inquiry-form__label.need {
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.page-inquiry .inquiry-form__label.need::after {
	left: 100%;
	padding-left: 5px;
	padding-left: 0.3125rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page-inquiry .inquiry-form__form {
	width: 500px;
	width: 31.25rem;
}

.page-inquiry .wpcf7-form-control.wpcf7-radio {
	gap: 30px 20px;
	gap: 1.875rem 1.25rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 450px;
	max-width: 28.125rem;
}

.page-inquiry .inquiry-form__submit {
	margin-inline: auto;
	margin-top: 60px;
	margin-top: 3.75rem;
	max-width: 435px;
	max-width: 27.1875rem;
}

.page-inquiry .inquiry-form__privacy {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.8571428571;
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
	padding-left: 30px;
	padding-left: 1.875rem;
}

.page-inquiry .inquiry-form__privacy a {
	text-decoration: underline;
}

.page-template-page-inquiry-confirmation-php .inquiry-form__step {
	aspect-ratio: 1;
	background: #fff;
	border: 2px solid #CCCCCC;
	border-radius: 50%;
	display: grid;
	place-content: center;
	text-align: center;
	width: 120px;
	width: 7.5rem;
}

.page-template-page-inquiry-confirmation-php .inquiry-form__line:nth-of-type(2) {
	background: #003C7E;
}

.page-template-page-inquiry-confirmation-php .inquiry-form__step:nth-of-type(3) {
	background: #003C7E;
	border: 2px solid #003C7E;
}

.page-template-page-inquiry-confirmation-php .inquiry-form__step:nth-of-type(3) .inquiry-form__step-number {
	color: #fff;
}

.page-template-page-inquiry-confirmation-php .inquiry-form__step:nth-of-type(3) .inquiry-form__step-name {
	color: #fff;
}

.page-template-page-inquiry-confirmation .wpcf7-form-control.wpcf7-radio {
	display: none;
}

.pli-link:nth-of-type(even) {
	background: #F7F7F7;
}

.pli-link:nth-of-type(even) .pli-link__container {
	padding: 150px 0 150px;
	padding: 9.375rem 0 9.375rem;
}

.pli-link__container {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 150px 0;
	padding: 9.375rem 0;
}

.pli-link__title {
	width: 285px;
	width: 17.8125rem;
}

.pli-link__lists {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-left: 95px;
	padding-left: 5.9375rem;
	width: 50%;
}

.pli-link__list {
	border: 1px solid;
	border-color: #CCCCCC transparent #CCCCCC transparent;
	margin-top: -1px;
	padding: 26px 0;
	padding: 1.625rem 0;
}

.pli-link__label {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
}

.pli-link__data {
	padding-right: 11px;
	padding-right: 0.6875rem;
	position: relative;
	text-decoration: underline;
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.pli-link__data::after {
	aspect-ratio: 1;
	background-image: url("../images/link/popup.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	margin-left: 10px;
	margin-left: 0.625rem;
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	width: 14px;
	width: 0.875rem;
}

p.pli-link__data {
	text-decoration: unset;
}

p.pli-link__data::after {
	display: none;
}

.pou-message {
	background: #F7F7F7;
	margin-bottom: 150px;
	margin-bottom: 9.375rem;
}

.pou-message__container {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 285px 0 140px;
	padding: 17.8125rem 0 8.75rem;
}

.pou-message__title {
	width: 285px;
	width: 17.8125rem;
}

.pou-message__body {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-left: 95px;
	padding-left: 5.9375rem;
	width: 50%;
}

.pou-message__subtitle {
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 55px;
	margin-bottom: 3.4375rem;
	margin-top: -10px;
	margin-top: -0.625rem;
}

.pou-message__text {
	margin-bottom: 55px;
	margin-bottom: 3.4375rem;
}

.pou-message__info {
	gap: 35px;
	gap: 2.1875rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 55px;
	margin-bottom: 3.4375rem;
}

.pou-message__info .role {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
}

.pou-message__info .name {
	aspect-ratio: 99/47;
	width: 120px;
	width: 7.5rem;
}

.pou-message__info .name img {
	-o-object-fit: contain;
	object-fit: contain;
}

.pou-message__img {
	aspect-ratio: 530/361;
	margin-left: auto;
	width: 530px;
	width: 33.125rem;
}

.pou-dec {
	aspect-ratio: 1160/360;
	margin-bottom: 150px;
	margin-bottom: 9.375rem;
	width: 72.5vw;
}

.pou-list {
	margin-bottom: 150px;
	margin-bottom: 9.375rem;
}

.pou-list__container {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pou-list__title {
	width: 285px;
	width: 17.8125rem;
}

.pou-list__body {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 50%;
}

.pou-list__lists {
	padding-left: 95px;
	padding-left: 5.9375rem;
}

.pou-list__list {
	gap: 20px;
	gap: 1.25rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-bottom: 1px solid #CCCCCC;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 26px 0;
	padding: 1.625rem 0;
}

.pou-list__list:first-of-type {
	border-top: 1px solid #CCCCCC;
}

.pou-list__label {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.75;
	width: 170px;
	width: 10.625rem;
}

.pou-list__data {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.75;
	width: 50%;
}

.pou-list__data span {
	display: block;
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.pou-list__data strong {
	font-weight: 700;
}

.pou-list:nth-of-type(4) {
	background: #F7F7F7;
}

.pou-list:nth-of-type(4) .pou-list__container {
	padding: 150px 0 190px;
	padding: 9.375rem 0 11.875rem;
}

.pou-base {
	margin-bottom: 150px;
	margin-bottom: 9.375rem;
}

.pou-base .pou-base__top {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 60px;
	margin-bottom: 3.75rem;
}

.pou-base .pou-base__title {
	width: 285px;
	width: 17.8125rem;
}

.pou-base .pou-base__texts {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-left: 95px;
	padding-left: 5.9375rem;
	width: 50%;
}

.pou-base .pou-base__subtitle {
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 700;
	margin-bottom: 50px;
	margin-bottom: 3.125rem;
}

.pou-base .pou-base__map {
	aspect-ratio: 1100/600;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
}

.pou-base .pou-base__items {
	gap: 40px;
	gap: 2.5rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.pou-base .pou-base__item-list {
	margin-top: -1px;
}

.pou-base .pou-base__item-title {
	border: 1px solid;
	border-color: #CCCCCC transparent #CCCCCC transparent;
	cursor: pointer;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5555555556;
	padding: 25px 0;
	padding: 1.5625rem 0;
	position: relative;
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
}

.pou-base .pou-base__item-title::after,
.pou-base .pou-base__item-title::before {
	background: #333333;
}

.pou-base .pou-base__item-content {
	display: none;
}

.pou-base .pou-base-i__list {
	background: #F7F7F7;
	border-bottom: 1px solid #fff;
	padding: 20px;
	padding: 1.25rem;
}

.pou-base .pou-base-i__list-label {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.75;
	margin-bottom: 5px;
	margin-bottom: 0.3125rem;
}

.pou-base .pou-base-i__list-data {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.75;
}

.pou-base .pou-base-i__list-data strong {
	font-weight: 700;
}

.ppr-main {
	margin-bottom: 150px;
	margin-bottom: 9.375rem;
}

.ppr-main__container {
	padding-top: 180px;
	padding-top: 11.25rem;
}

.ppr-main__title {
	margin-bottom: 150px;
	margin-bottom: 9.375rem;
}

.ppr-main__text {
	margin-bottom: 60px;
	margin-bottom: 3.75rem;
}

.ppr-main__item {
	margin-bottom: 60px;
	margin-bottom: 3.75rem;
}

.ppr-main__read {
	font-size: 32px;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
}

.ppr-main__bottom {
	margin-left: auto;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.ppr-main__date {
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
}

.ppr-main__name {
	font-size: 18px;
	font-size: 1.125rem;
}

.single-download {
	background: #F7F7F7;
}

.sdo-head__container {
	padding: 200px 0 150px;
	padding: 12.5rem 0 9.375rem;
}

.sdo-main__container {
	gap: 40px;
	gap: 2.5rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 150px 0;
	padding: 9.375rem 0;
}

.sdo-main__title {
	border-bottom: 1px solid #707070;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 35px;
	margin-bottom: 2.1875rem;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
}

.sdo-main__excerpt {
	border-left: 4px solid #003C7E;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 65px;
	margin-bottom: 4.0625rem;
	padding-left: 26px;
	padding-left: 1.625rem;
}

.sdo-main__img {
	aspect-ratio: 530/385;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.sdo-main__points-read {
	color: #003C7E;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.5;
}

.sdo-main__points {
	background: #fff;
	padding: 30px 40px;
	padding: 1.875rem 2.5rem;
}

.sdo-main__point {
	gap: 20px;
	gap: 1.25rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.sdo-main__point .text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5555555556;
	width: 50%;
}

.sdo-main__point .icon {
	aspect-ratio: 1;
	background-image: url("../images/common/check.svg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 30px;
	width: 1.875rem;
}

.sdo-main__form {
	background: #fff;
	padding: 60px 20px 60px 30px;
	padding: 3.75rem 1.25rem 3.75rem 1.875rem;
}

.download-form__title {
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 25px;
	margin-bottom: 1.5625rem;
	text-align: center;
}

.download-form__attention {
	border-bottom: 1px solid #CCCCCC;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.8571428571;
	margin-bottom: -5px;
	margin-bottom: -0.3125rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.download-form__attention::after {
	left: 0;
	position: absolute;
	top: 0;
}

.download-form__lists {
	margin-bottom: 35px;
	margin-bottom: 2.1875rem;
}

.download-form__list {
	border-bottom: 1px solid #CCCCCC;
	padding: 20px 0 30px;
	padding: 1.25rem 0 1.875rem;
}

.download-form__label {
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	padding-right: 20px;
	padding-right: 1.25rem;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.download-form__label::after {
	display: inline-block;
	right: 0;
	top: 0;
}

.download-form__form {
	margin-right: 5px;
	margin-right: 0.3125rem;
}

.download-form__check {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
}

.download-form__privacy {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.8571428571;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
	padding-left: 30px;
	padding-left: 1.875rem;
}

.download-form__privacy a {
	text-decoration: underline;
}

.download-form__submit {
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
	min-width: unset;
}

.download-form__bottom {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.75;
	text-align: center;
}

.hidden-form {
	display: none;
}

.sne-content {
	margin-bottom: 110px;
	margin-bottom: 6.875rem;
}

.sne-content__container {
	padding: 180px 0 0;
	padding: 11.25rem 0 0;
}

.sne-content__title {
	margin-bottom: 190px;
	margin-bottom: 11.875rem;
}

.sne-content__body {
	margin-inline: auto;
	max-width: 770px;
	max-width: 48.125rem;
	padding: 0 25px;
}

.sne-content__top {
	margin-bottom: 70px;
	margin-bottom: 4.375rem;
}

.sne-content__info {
	gap: 10px;
	gap: 0.625rem;
}

.sne-content__top-title {
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 300;
	line-height: 1.5;
}

.sne-content__main {
	margin-bottom: 60px;
	margin-bottom: 3.75rem;
}

.sne-content__bottoms {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #CCCCCC;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 0;
	padding: 1.25rem 0;
}

.sne-content__bottom-link {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
}

.sne-content__bottom-link--prev {
	margin-left: 22px;
	margin-left: 1.375rem;
	padding-left: 27px;
	padding-left: 1.6875rem;
	position: relative;
}

.sne-content__bottom-link--prev::after {
	aspect-ratio: 5/10;
	-webkit-mask-image: url("../images/common/page-arrow.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	background: #003C7E;
	content: "";
	display: block;
	mask-image: url("../images/common/page-arrow.svg");
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	right: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 5px;
	width: 0.3125rem;
}

.sne-content__bottom-link--next {
	margin-right: 22px;
	margin-right: 1.375rem;
	padding-right: 27px;
	padding-right: 1.6875rem;
	position: relative;
}

.sne-content__bottom-link--next::after {
	aspect-ratio: 5/10;
	-webkit-mask-image: url("../images/common/page-arrow.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	background: #003C7E;
	content: "";
	display: block;
	left: 100%;
	mask-image: url("../images/common/page-arrow.svg");
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) scaleX(-1);
	transform: translateY(-50%) scaleX(-1);
	width: 5px;
	width: 0.3125rem;
}

.sne-content__bottom-link.disabled {
	opacity: 0.5;
	pointer-events: none;
}

.loader {
	overscroll-behavior: none;
	scrollbar-width: none;
	background: #003C7E;
	display: none;
	height: 100vh;
	left: 0;
	overflow: auto;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}

.loader__inner {
	height: calc(100% + 1px);
	position: relative;
	width: 100%;
}

.loader__cover {
	inset: 0;
	display: grid;
	grid-template-columns: 1fr;
	height: 100%;
	position: absolute;
	width: 100%;
}

.loader__cover span:nth-of-type(1) {
	-webkit-transform: scaleX(2) skewX(45deg);
	transform: scaleX(2) skewX(45deg);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

.loader__cover span:nth-of-type(2) {
	-webkit-transform: scaleX(2) skewX(-45deg);
	transform: scaleX(2) skewX(-45deg);
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

.loader__cover:nth-of-type(1) {
	--percent1: 0%;
	z-index: 3;
}

.loader__cover:nth-of-type(1) span {
	background: #003C7E;
}

.loader__cover:nth-of-type(1) span:nth-of-type(1) {
	border-radius: 0 0 0 var(--percent1);
}

.loader__cover:nth-of-type(1) span:nth-of-type(2) {
	border-radius: var(--percent1) 0 0 0;
}

.loader__cover:nth-of-type(2) {
	--percent2: 0%;
	z-index: 2;
}

.loader__cover:nth-of-type(2) span {
	background: rgb(27, 177, 237);
}

.loader__cover:nth-of-type(2) span:nth-of-type(1) {
	border-radius: 0 0 0 var(--percent2);
}

.loader__cover:nth-of-type(2) span:nth-of-type(2) {
	border-radius: var(--percent2) 0 0 0;
}

.loader__cover:nth-of-type(3) {
	--percent3: 0%;
	z-index: 1;
}

.loader__cover:nth-of-type(3) span {
	background: rgb(177, 225, 244);
}

.loader__cover:nth-of-type(3) span:nth-of-type(1) {
	border-radius: 0 0 0 var(--percent3);
}

.loader__cover:nth-of-type(3) span:nth-of-type(2) {
	border-radius: var(--percent3) 0 0 0;
}

.loader__logo {
	translate: -50% -50%;
	aspect-ratio: 260/54;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	width: 260px;
	width: 16.25rem;
	z-index: 5;
}

.loader__logo img {
	-o-object-fit: contain;
	object-fit: contain;
}

.loader__ship {
	translate: -50% -50%;
	aspect-ratio: 95/36;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 95px;
	width: 5.9375rem;
	z-index: 5;
}

.loader__ship img {
	-o-object-fit: contain;
	object-fit: contain;
}

.mv {
	position: relative;
}

.mv::after {
	background: -webkit-gradient(linear, left top, left bottom, from(#111), to(transparent));
	background: linear-gradient(#111, transparent);
	content: "";
	display: block;
	height: 160px;
	height: 10rem;
	left: 0;
	opacity: 0.38;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 5;
}

.mv__imgs-wrap {
	position: relative;
	z-index: 1;
}

.mv__imgs-wrap .swiper-slide-active img,
.mv__imgs-wrap .swiper-slide-duplicate-active img,
.mv__imgs-wrap .swiper-slide-prev img {
	-webkit-animation: zoomUp 9s linear 0s normal both;
	animation: zoomUp 9s linear 0s normal both;
	max-width: unset;
	width: calc(100% + 3.75rem);
}

.mv__imgs-wrap .swiper-slide {
	overflow: hidden;
}

.mv__img img {
	height: 100vh;
	min-height: 700px;
	min-height: 43.75rem;
}

.mv__inner {
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 2;
}

.mv__container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.mv__title {
	color: #fff;
	font-size: 60px;
	font-size: 3.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	margin-top: 18vh;
}

.mv__subtitle {
	color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5555555556;
}

.mv__pickup {
	bottom: 20px;
	bottom: 1.25rem;
	left: 0;
	position: absolute;
	z-index: 2;
}

.pickup-item {
	display: grid;
	grid-template-columns: 7.5rem 65rem;
	place-content: center;
	-webkit-transition: 0.3s ease-in-out filter;
	transition: 0.3s ease-in-out filter;
}

.pickup-item:hover {
	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="0.85" /><feFuncG type="linear" slope="0.85" /><feFuncB type="linear" slope="0.85" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(85%);
	filter: brightness(85%);
}

.pickup-item__label {
	background: #003C7E;
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	padding: 20px;
	padding: 1.25rem;
	text-align: center;
}

.pickup-item__body {
	gap: 20px;
	gap: 1.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(255, 255, 255, .85);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 18px 28px;
	padding: 1.125rem 1.75rem;
}

.pickup-item__info {
	gap: 15px;
	gap: 0.9375rem;
}

.pickup-item__title {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.4285714286;
}

.news {
	overflow: hidden;
	position: relative;
}

.news__inner {
	position: relative;
}

.news__inner::after {
	background: #003C7E;
	border-bottom: 10px solid #D31300;
	content: "";
	display: block;
	height: 150px;
	height: 9.375rem;
	left: 25px;
	position: absolute;
	top: 0;
	width: 100vw;
}

.news__container {
	padding: 297px 0 105px;
	padding: 18.5625rem 0 6.5625rem;
}

.news__title {
	margin-bottom: 90px;
	margin-bottom: 5.625rem;
}

.news__lists {
	margin-inline: auto;
	max-width: 720px;
	max-width: 45rem;
}

.news__list-wrap:not(:first-of-type) {
	margin-top: -1px;
}

.news__list {
	gap: 20px;
	gap: 1.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid;
	border-color: #CCCCCC transparent #CCCCCC transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 27px 0;
	padding: 1.6875rem 0;
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
}

.news__list-info {
	gap: 15px;
	gap: 0.9375rem;
}

.news__list-title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.4285714286;
	overflow: hidden;
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
	width: 50%;
	word-break: break-all;
}

.background-gray {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f7f7f7), to(transparent));
	background: linear-gradient(#f7f7f7 0 calc(100% - 8.75rem), transparent calc(100% - 8.75rem) 100%);
	margin-bottom: 150px;
	margin-bottom: 9.375rem;
	padding: 387px 0 0;
	padding: 24.1875rem 0 0;
	position: relative;
}

.background-gray::after {
	aspect-ratio: 672/193;
	background-image: url("../images/top/sign.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	max-width: 672px;
	max-width: 42rem;
	position: absolute;
	right: 15.125vw;
	top: -38px;
	top: -2.375rem;
	width: 42vw;
}

.advantage {
	margin-bottom: 160px;
	margin-bottom: 10rem;
	overflow: hidden;
	position: relative;
}

.advantage::after {
	background: #003C7E;
	border-bottom: 10px solid #D31300;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 55%;
}

.advantage__container {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 150px 0 140px;
	padding: 9.375rem 0 8.75rem;
}

.advantage__texts {
	padding-right: 30px;
	padding-right: 1.875rem;
	position: relative;
	width: 575px;
	width: 35.9375rem;
	z-index: 3;
}

_::-webkit-full-page-media,
_:future,
:root .advantage__texts {
	padding-right: 30px;
	padding-right: 1.875rem;
}

.advantage__title {
	margin-bottom: 70px;
	margin-bottom: 4.375rem;
}

.advantage__title .title__main {
	color: #fff;
}

.advantage__title .title__en {
	color: #fff;
}

.advantage__read {
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.8;
	margin-bottom: 25px;
	margin-bottom: 1.5625rem;
}

.advantage__text {
	color: #fff;
	margin-bottom: 80px;
	margin-bottom: 5rem;
}

.advantage__imgs {
	width: 435px;
	width: 27.1875rem;
}

.advantage__img1 {
	aspect-ratio: 343/223;
	margin-top: -100px;
	margin-top: -6.25rem;
	max-width: 343px;
	max-width: 21.4375rem;
	overflow: hidden;
	position: relative;
	-webkit-transform: translateX(15.1875rem);
	transform: translateX(15.1875rem);
	width: 21.4375vw;
	z-index: 2;
}

.advantage__img2 {
	aspect-ratio: 435/688;
	margin-top: -104px;
	margin-top: -6.5rem;
	overflow: hidden;
	position: relative;
	width: 435px;
	width: 27.1875rem;
	z-index: 1;
}

.advantage__img3 {
	aspect-ratio: 495/372;
	margin-top: -211px;
	margin-top: -13.1875rem;
	max-width: 495px;
	max-width: 30.9375rem;
	overflow: hidden;
	position: relative;
	-webkit-transform: translateX(17.8125rem);
	transform: translateX(17.8125rem);
	width: 30.9375vw;
	z-index: 2;
}

.service {
	margin-bottom: 145px;
	margin-bottom: 9.0625rem;
}

.service__title {
	margin-bottom: 80px;
	margin-bottom: 5rem;
}

.service__text {
	margin-bottom: 75px;
	margin-bottom: 4.6875rem;
	max-width: 735px;
	max-width: 45.9375rem;
}

.service__items {
	gap: 2px;
	gap: 0.125rem;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.service__item-img {
	aspect-ratio: 532/372;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	overflow: hidden;
}

.service__item-img img {
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
}

.service__item-body {
	padding: 0 30px;
	padding: 0 1.875rem;
}

.service__item-title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 2px;
	margin-bottom: 0.125rem;
	padding-right: 10px;
	padding-right: 0.625rem;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.service__item-title::after {
	left: 100%;
	top: 0.5lh;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.company__title {
	margin-bottom: 55px;
	margin-bottom: 3.4375rem;
}

.company__container {
	padding: 115px 0 140px;
	padding: 7.1875rem 0 8.75rem;
	position: relative;
}

.company__container::after {
	background: #003C7E;
	border-bottom: 10px solid #D31300;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 67%;
	z-index: 1;
}

.company__inner2 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
}

.company__img {
	aspect-ratio: 685/479;
	position: absolute;
	right: calc(50% + 7.1875rem);
	top: 0;
	-webkit-transform: translateY(-1.875rem);
	transform: translateY(-1.875rem);
	width: 42.8125vw;
	z-index: 3;
}

.company__texts {
	position: relative;
	width: 535px;
	width: 33.4375rem;
	z-index: 3;
}

.company__text {
	color: #fff;
	margin-bottom: 75px;
	margin-bottom: 4.6875rem;
}

.company__list {
	border: 1px solid;
	border-color: rgba(255, 255, 255, .5) transparent rgba(255, 255, 255, .5) transparent;
	color: #fff;
	display: block;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.8;
	padding: 25px 40px;
	padding: 1.5625rem 2.5rem;
	position: relative;
}

.company__list .circle {
	aspect-ratio: 1;
	border-radius: 50%;
	position: absolute;
	right: 0;
	width: 40px;
	width: 2.5rem;
}

.company__list .circle::after {
	background: #fff;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
	width: 24px;
	width: 1.5rem;
	z-index: 2;
}

.company__list .circle::before {
	background: #fff;
	border-radius: 50%;
	content: "";
	display: block;
	height: 100%;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0.4);
	transform: translate(-50%, -50%) scale(0.4);
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
	width: 100%;
	z-index: 1;
}

.company__list:not(:first-of-type) {
	border-color: transparent transparent rgba(255, 255, 255, .5) transparent;
}

.company__list:not(:first-of-type) {
	margin-top: -1px;
}

.info {
	margin-bottom: 150px;
	margin-bottom: 9.375rem;
	overflow: hidden;
}

.info__top {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 55px;
	margin-bottom: 3.4375rem;
}

.info__title .title__en {
	font-size: 60px;
	font-size: 3.75rem;
}

.info__more {
	display: block;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	margin-top: 65px;
	margin-top: 4.0625rem;
	padding-right: 30px;
	padding-right: 1.875rem;
	position: relative;
}

.info__more::after {
	background: #D31300;
	right: 0;
	top: 50%;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
	z-index: 2;
}

.info__more::before {
	aspect-ratio: 1;
	background: #D31300;
	border-radius: 50%;
	content: "";
	display: block;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(50%, -50%) scale(0);
	transform: translate(50%, -50%) scale(0);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
	width: 40px;
	width: 2.5rem;
	z-index: 1;
}

.info__slider {
	margin-bottom: 60px;
	margin-bottom: 3.75rem;
}

.info__slider .swiper-slide {
	height: auto;
	width: 380px;
	width: 23.75rem;
}

.info .swiper {
	overflow: visible;
}

.info__buttons {
	gap: 2px;
	gap: 0.125rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-left: auto;
	max-width: 122px;
	max-width: 7.625rem;
}

.info__button {
	aspect-ratio: 1;
	background: #003C7E;
	border: 1px solid #003C7E;
	position: relative;
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
}

.info__button::after {
	background: #fff;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
	width: 40px;
	width: 2.5rem;
	z-index: 1;
}

.info-button-prev {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

@media (any-hover: hover) {

.anchors .anchors__item:hover::after {
	top: 35%;
}

.button:hover .button__icon {
	background: #003C7E;
	border: 1px solid #fff;
}

.button:hover .button__icon::after {
	background: #fff;
}

.card:hover .card__img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.fixed-button__item:nth-of-type(1):hover {
	background: #fff;
	color: #003C7E;
}

.fixed-button__item:nth-of-type(2):hover {
	background: #fff;
	color: #D31300;
}

a.footer__left-item:nth-of-type(2):hover {
	-webkit-text-decoration-color: transparent;
	text-decoration-color: transparent;
}

.footer__menu:hover {
	opacity: 0.7;
}

.header__menu:hover::after {
	opacity: 1;
}

.header__menu-wrap:hover .megamenus {
	-webkit-clip-path: inset(0% 0% 0% 0%);
	clip-path: inset(0% 0% 0% 0%);
	opacity: 1;
	visibility: visible;
}

.megamenus__button:hover .circle {
	background: #003C7E;
}

.megamenus__button:hover .circle::after {
	background: #fff;
}

.megamenus__items .megamenus__item:hover .megamenus__item-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.wp-editor a:hover {
	-webkit-text-decoration-color: transparent;
	text-decoration-color: transparent;
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
	background: #003C7E;
}

.wp-pagenavi .previouspostslink:hover::after,
.wp-pagenavi .nextpostslink:hover::after {
	background: #fff;
}

.card2__button:hover {
	background: #fff;
	color: #003C7E;
}

.card2__button:hover::after {
	background: #003C7E;
}

.page-business .pbu-read-c__text a:hover {
	-webkit-text-decoration-color: transparent;
	text-decoration-color: transparent;
}

.page-business .pbu-c-i01__map-link:hover span {
	color: #fff;
}

.page-business .pbu-c-i01__map-link:hover::before {
	background: #D31300;
	opacity: 0.5;
}

.page-business .pbu-c-i01__map-link:hover::after {
	background: #D31300;
	opacity: 0.6;
}

.page-business .pbu-c-i04__download:hover .text {
	-webkit-text-decoration-color: transparent;
	text-decoration-color: transparent;
}

.page-business .service-tab__item:hover {
	background: #003C7E;
	color: #fff;
	font-weight: 700;
}

.page-business .pbus2-item03__text a:hover {
	-webkit-text-decoration-color: transparent;
	text-decoration-color: transparent;
}

.page-inquiry .inquiry-form__privacy a:hover {
	-webkit-text-decoration-color: transparent;
	text-decoration-color: transparent;
}

.pli-link__data:hover {
	-webkit-text-decoration-color: transparent;
	text-decoration-color: transparent;
}

.pou-base .pou-base__item-title:hover {
	opacity: 0.7;
}

.download-form__privacy a:hover {
	-webkit-text-decoration-color: transparent;
	text-decoration-color: transparent;
}

.sne-content__bottom-link:hover {
	opacity: 0.6;
}

.news__list:hover .item-info__cate {
	background: #fff;
	border: 1px solid #003C7E;
	color: #003C7E;
}

.news__list:hover .item-info__date {
	color: #003C7E;
}

.news__list:hover .news__list-title {
	color: #003C7E;
}

.service__item:hover .service__item-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.company__list:hover .circle {
	aspect-ratio: 1;
	border-radius: 50%;
	position: absolute;
	right: 0;
	width: 2.5rem;
}

.company__list:hover .circle::before {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}

.company__list:hover .circle::after {
	background: #003C7E;
	right: 50%;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	width: 0.9375rem;
}

.info__more:hover::after {
	background: #fff;
}

.info__more:hover::before {
	opacity: 1;
	-webkit-transform: translate(50%, -50%) scale(1);
	transform: translate(50%, -50%) scale(1);
}

.info__button:hover {
	background: #fff;
}

.info__button:hover::after {
	background: #003C7E;
}

}

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

.sp {
	display: none !important;
}

}

@media (min-width: 640px) {

html {
	font-size: 1.3333333333vw;
}

}

@media (min-width: 1200px) {

html {
	font-size: 16px;
}

}

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

.cta__content {
	gap: 2.5rem;
}

}

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

.pc {
	display: none !important;
}

}

@media (max-width: 639px) {

html {
	font-size: 4.2666666667vw;
}

}

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

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

a:hover {
	opacity: 0.8;
}

.anchors {
	gap: 0 1.125rem;
	border: unset;
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 37.5rem;
	padding: 0 5.333%;
}

.anchors .anchors__item {
	border: 1px solid;
	border-color: #CCCCCC transparent #CCCCCC transparent;
	display: block;
	font-size: 0.75rem;
	margin-top: -1px;
	padding: 1rem 0.625rem 1rem 0;
	width: 100%;
}

.anchors .anchors__item::after {
	top: 40%;
	width: 0.375rem;
}

.arrow2::after {
	width: 1.25rem;
}

.base-text {
	font-size: 0.875rem;
	line-height: 1.7142857143;
}

.button {
	min-width: unset;
	width: 100%;
}

.button__text {
	font-size: 0.75rem;
}

.button__icon {
	width: 2.1875rem;
}

.card__img {
	margin-bottom: 0.9375rem;
}

.card__info {
	margin-bottom: 0.3125rem;
}

.card__title {
	font-size: 0.875rem;
}

.cta__title {
	font-size: 2.75rem;
}

.cta__container {
	margin-top: -0.3125rem;
	padding: 4rem 0 5rem;
}

.cta__text {
	margin-bottom: 1.875rem;
}

.cta__content {
	gap: 2.5rem;
	grid-template-columns: 1fr;
	max-width: 37.5rem;
	padding: 0 5.333%;
}

.cta__tel {
	gap: 0rem;
}

.cta__tel .icon {
	width: 2rem;
}

.cta__tel .text {
	-webkit-box-flex: unset;
	-ms-flex-positive: unset;
	flex-grow: unset;
	font-size: 2.375rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.cta__info {
	font-size: 0.875rem;
}

.cta__button {
	padding: 1.5rem;
}

.cta__button .button__text {
	font-size: 1rem;
}

.cta__button .button__icon {
	right: 1.25rem;
}

.drawer {
	overscroll-behavior: none;
	scrollbar-width: none;
	background: #003C7E;
	display: block;
	height: 100vh;
	left: 0;
	overflow: auto;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 80;
}

.fixed-button {
	-webkit-animation: fadeIn-sp 0.6s ease-in-out 5s both;
	animation: fadeIn-sp 0.6s ease-in-out 5s both;
	bottom: -1px;
	grid-template-columns: 1fr 1fr;
	left: 0;
	right: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	width: 100%;
}

.fixed-button__item {
	aspect-ratio: unset;
	font-size: 0.625rem;
	padding: 0.75rem 0 0.625rem;
	width: unset;
}

.footer__inner {
	max-width: 37.5rem;
	padding: 0 5.333%;
}

.footer__container {
	padding: 4.6875rem 0 4.375rem;
}

.footer__content {
	display: block;
	margin-bottom: 2.1875rem;
}

.footer__left {
	width: 100%;
}

.footer__logo {
	margin-bottom: 1.875rem;
}

.footer__left-item {
	font-size: 0.75rem;
}

a.footer__left-item:nth-of-type(2) {
	font-size: 0.875rem;
}

.footer__copy {
	font-size: 0.75rem;
}

.wp-form .need::after {
	font-size: 0.75rem;
}

.wp-form .form-label {
	font-size: 0.75rem;
}

.wp-form .inquiry-form__form--address input[data-name=post] {
	width: 8.75rem;
}

.wp-form .wpcf7-validates-as-number {
	font-size: 0.75rem;
	padding: 0.875rem 0.625rem;
}

.wp-form .wpcf7-text,
.wp-form .wpcf7-textarea {
	font-size: 0.75rem;
	padding: 0.875rem 0.625rem;
}

.wp-form input[type=checkbox] + span {
	font-size: 0.875rem;
	padding-left: 1.25rem;
}

.wp-form input[type=checkbox] + span::before {
	height: 1rem;
	width: 1rem;
}

.wp-form input[type=checkbox] + span::after {
	left: 2px;
	top: 0.3125rem;
	width: 1rem;
}

.wp-form .wpcf7-submit {
	font-size: 0.875rem;
	max-width: unset;
	padding: 1.25rem;
}

.wp-form p:has(.wpcf7-submit)::after {
	width: 1.875rem;
}

.header__inner {
	padding: 0 1.25rem;
}

.header__container {
	padding: 0.625rem 0;
}

.header__logo {
	width: 9.875rem;
}

.megamenus__inner {
	max-width: 37.5rem;
	padding: 0 5.333%;
}

.inner {
	max-width: 37.5rem;
	padding: 0 5.333%;
}

.item-info {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.item-info__date {
	font-size: 0.75rem;
	margin-top: -0.125rem;
}

.item-info__cats {
	max-width: unset;
}

.item-info__cate {
	font-size: 0.625rem;
}

.pageFv {
	padding-top: 7.5rem;
}

.pageFv__title {
	margin-bottom: 3.125rem;
}

.pageFv__img {
	height: 14.0625rem;
	margin-right: 1.25rem;
}

.pageFv__img img {
	min-width: unset;
	width: 20.9375rem;
}

.pageFv__dec {
	aspect-ratio: 355/170;
	margin-left: -1.25rem;
	margin-top: -9.375rem;
	width: 22.1875rem;
}

.pageFv2 .pageFv2__container {
	padding: 5.625rem 0 3.125rem;
}

.pageFv2 .pageFv2__imgs {
	margin-bottom: 1.875rem;
	position: static;
}

.pageFv2 .pageFv2__img {
	aspect-ratio: 685/364;
	margin-left: auto;
	min-width: unset;
	width: 21.25rem;
}

.pageFv2 .pageFv2__dec {
	aspect-ratio: 537/300;
	margin-top: -8.75rem;
	min-width: unset;
	position: static;
	width: 18.75rem;
}

.pageFv2 .pageFv2__bottom {
	border-color: transparent;
	margin-bottom: 1.25rem;
}

.pageFv3__container {
	padding: 6.25rem 0 4.375rem;
}

.pageFv3__read {
	padding: 4.6875rem 0;
}

.pageFv3__read-inner {
	max-width: 37.5rem;
	padding: 0 5.333%;
}

.pageFv3__subtitle {
	font-size: 1.5rem;
	margin-bottom: 1.5625rem;
}

.pageRead__inner {
	max-width: 37.5rem;
	padding: 0 5.333%;
}

.pageRead__container {
	padding: 3.125rem 0 2.5rem;
}

.pageRead__title {
	font-size: 1.5rem;
	margin-bottom: 1.5625rem;
}

.red-arrow::after {
	width: 0.5625rem;
}

.title::after {
	bottom: -0.625rem;
	height: 7.1875rem;
	-webkit-transform: rotate(49deg);
	transform: rotate(49deg);
}

.title__main {
	font-size: 0.875rem;
	margin-bottom: 0.3125rem;
}

.title__en {
	font-size: 2.75rem;
}

.title2 {
	min-width: 100%;
	padding: 1.875rem 1.875rem 2.5rem 0;
}

.title2::after {
	width: 100vw;
}

.title2__main {
	font-size: 0.875rem;
	margin-bottom: 0.25rem;
}

.title2__en {
	font-size: 1.625rem;
	padding-bottom: 0.9375rem;
}

.title2__en::after {
	height: 3px;
	width: 1.5625rem;
}

.wp-editor h2 {
	font-size: 1rem;
}

.wp-editor h3 {
	font-size: 0.875rem;
}

.wp-editor p {
	font-size: 0.875rem;
	margin: 0.9375rem 0;
}

.wp-editor a {
	font-size: 0.875rem;
}

.wp-pagenavi .current,
.wp-pagenavi .page {
	font-size: 0.75rem;
	line-height: 1.875rem;
	width: 1.875rem;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	width: 1.875rem;
}

.wp-pagenavi .nextpostslink::after,
.wp-pagenavi .previouspostslink::after {
	width: 0.4375rem;
}

.pdo__fv {
	margin-bottom: 3.75rem;
}

.pdo-index {
	margin-bottom: 4.375rem;
}

.pdo-index__cards {
	gap: 2.5rem;
	grid-template-columns: 1fr;
}

.card2__img {
	margin-bottom: 0.9375rem;
}

.card2__title {
	font-size: 1rem;
	margin-bottom: 0.625rem;
}

.card2__text {
	margin-bottom: 0.625rem;
}

.card2__button {
	font-size: 0.875rem;
	padding: 1rem;
}

.card2__button {
	margin: unset;
}

.ane-head {
	margin-bottom: 3.125rem;
}

.ane-head__container {
	padding: 5.625rem 0;
}

.ane-head__bottom {
	padding: 1.25rem 0 1.75rem;
}

.ane-head__categories-list {
	gap: 1.5625rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 37.5rem;
	padding: 0 5.333%;
}

.ane-head__categories-link {
	font-size: 0.75rem;
}

.ane-head__categories-link.is-current::after {
	top: calc(100% + 0.3125rem);
}

.ane-index {
	margin-bottom: 5rem;
}

.ane-index__inner {
	max-width: 37.5rem;
	padding: 0 5.333%;
}

.ane-index__cards {
	gap: 1.875rem 0.625rem;
	grid-template-columns: 1fr;
	margin-bottom: 3.125rem;
}

.page-404 .p40-main {
	margin-top: 6.25rem;
}

.page-404 .p40-main__title {
	margin-bottom: 2.8125rem;
}

.page-404 .p40-dec {
	margin-top: 0.625rem;
}

.page-404 .p40-dec__cover {
	height: 12.5rem;
	margin-bottom: -3.125rem;
}

.pad__fv {
	margin-bottom: 4.6875rem;
}

.pad-read::after {
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #fff), color-stop(83%, transparent), color-stop(83%, transparent));
	background: linear-gradient(90deg, #fff 0, transparent 83%, transparent 83% 100%);
}

.pad-read__container {
	padding: 4.6875rem 0 8.3125rem;
}

.pad-read__copy {
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
}

.pad-section::after {
	bottom: -5rem;
	top: unset;
	width: 20.3125rem;
}

.pad-section::before {
	top: 4.6875rem;
	width: 18.75rem;
}

.pad-section:nth-of-type(3) {
	margin-bottom: 10rem;
}

.pad-section:nth-of-type(3)::after {
	height: 79%;
}

.pad-section:nth-of-type(3)::before {
	height: 80%;
}

.pad-section:nth-of-type(4) {
	margin-bottom: 4rem;
}

.pad-section:nth-of-type(4)::after {
	height: 79%;
	top: 13.75rem;
}

.pad-section:nth-of-type(4)::before {
	height: 86%;
}

.pad-section:nth-of-type(5) {
	margin-bottom: 10rem;
}

.pad-section:nth-of-type(5)::after {
	height: 41.25rem;
}

.pad-section:nth-of-type(5)::before {
	height: 90%;
}

.pad-section__container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	padding-bottom: 4.375rem;
}

.pad-section__texts {
	width: 100%;
}

.pad-section__title {
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
}

.pad-section__dec {
	-webkit-box-flex: unset;
	-ms-flex-positive: unset;
	flex-grow: unset;
	margin-top: unset;
	width: 100%;
}

.pad-section__line {
	top: 13.125rem;
	width: 13.4375rem;
}

.pad-section__number {
	font-size: 5rem;
}

.pad-section__number::after {
	height: 0.1875rem;
	width: 2.625rem;
}

.pad-section:nth-of-type(3) .pad-section__img {
	margin-top: -0.3125rem;
}

.pad-section:nth-of-type(4) .pad-section__img {
	margin-top: 0.8125rem;
}

.pad-section:nth-of-type(5) .pad-section__img {
	margin-top: 3rem;
}

.pad-section:nth-of-type(3) .pad-section__img img {
	margin-inline: auto;
	-webkit-transform: translateX(0.3125rem);
	transform: translateX(0.3125rem);
	width: 10.3125rem;
}

.pad-section:nth-of-type(4) .pad-section__img img {
	margin-inline: auto;
	-webkit-transform: translateX(0.3125rem);
	transform: translateX(0.3125rem);
	width: 14.3125rem;
}

.pad-section:nth-of-type(5) .pad-section__img img {
	width: 16.4375rem;
}

.pad-section:nth-of-type(3) .pad-section__dec {
	margin-bottom: 2.5rem;
}

.pad-section:nth-of-type(4) .pad-section__dec {
	margin-bottom: 2.6875rem;
}

.pad-section:nth-of-type(5) .pad-section__dec {
	margin-bottom: 3rem;
}

.pad-section:nth-of-type(odd) .pad-section__line {
	left: 8.75rem;
}

.pad-section:nth-of-type(odd) .pad-section__texts {
	padding-right: 3.125rem;
}

.pad-section:nth-of-type(even) .pad-section__line {
	right: 10.9375rem;
}

.pad-section:nth-of-type(even) .pad-section__container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.pad-section:nth-of-type(even) .pad-section__texts {
	padding-left: 3.125rem;
}

.page-business {
	padding-bottom: 4.6875rem;
}

.page-business .pbu__fv {
	padding-bottom: 4.6875rem;
}

.page-business .pbu-read__img {
	aspect-ratio: 375/460;
}

.page-business .pbu-read__inner {
	margin-top: -23.75rem;
}

.page-business .pbu-read__title {
	font-size: 1.5rem;
	margin-bottom: 1.5625rem;
}

.page-business .pbu-read__content {
	margin-bottom: 4.6875rem;
}

.page-business .pbu-read-c {
	padding: 1.875rem;
}

.page-business .pbu-read-c__top {
	margin-bottom: 1.75rem;
	max-width: 15.625rem;
}

.page-business .pbu-read-c__number-read {
	font-size: 1.0625rem;
}

.page-business .pbu-read-c__number-main {
	border-bottom: 7px solid #D31300;
}

.page-business .pbu-read-c__number-main .main {
	font-size: 2.8125rem;
}

.page-business .pbu-read-c__number-main .small {
	font-size: 1.25rem;
}

.page-business .pbu-read-c__line {
	height: 5rem;
}

.page-business .pbu-read-c__text {
	max-width: unset;
}

.page-business .pbu-anchors {
	margin-bottom: 1.875rem;
}

.page-business .pbu-service {
	padding-top: 4.6875rem;
}

.page-business .pbu-service::after {
	height: calc(100% - 9.375rem);
	top: 4.6875rem;
	width: calc(100% - 2.5rem);
}

.page-business .pbu-service--3 .pbu-service__content {
	margin-top: -3.125rem;
	padding-top: 5rem;
}

.page-business .pbu-service__container {
	padding-top: 4.6875rem;
}

.page-business .pbu-service__top {
	display: block;
}

.page-business .pbu-service__texts {
	width: 100%;
}

.page-business .pbu-service:nth-of-type(even) .pbu-service__img {
	-webkit-transform: translateX(-2.5rem);
	transform: translateX(-2.5rem);
}

.page-business .pbu-service__number {
	font-size: 0.875rem;
}

.page-business .pbu-service__title {
	font-size: 1.5rem;
	margin-bottom: 1.5625rem;
}

.page-business .pbu-service__text {
	font-size: 1rem;
}

.page-business .pbu-service__img {
	margin-top: 1.5625rem;
	-webkit-transform: translateX(2.5rem);
	transform: translateX(2.5rem);
	width: calc(100% - 1.25rem);
}

.page-business .pbu-service__content {
	margin-top: -4.5rem;
}

.page-business .pbu-service-c {
	padding: 6.5625rem 1.25rem 4.6875rem;
}

.page-business .pbu-service-c__inner {
	max-width: 37.5rem;
}

.page-business .pbu-c-i01 {
	margin-top: 1.5625rem;
}

.page-business .service-read {
	font-size: 1rem;
}

.page-business .pbu-c-i01__maps {
	margin-bottom: 1.5625rem;
}

.page-business .pbu-c-i01__map-link {
	width: 4.8125rem;
}

.page-business .pbu-c-i01__map-link::before {
	width: 4.8125rem;
}

.page-business .pbu-c-i01__map-link::after {
	width: 2.0625rem;
}

.page-business .pbu-c-i01__map-link span {
	font-size: 0.625rem;
	white-space: nowrap;
}

.page-business .pbu-c-i01__map-link01 {
	top: 2.75rem;
}

.page-business .pbu-c-i01__map-link02 {
	left: 11.375rem;
	top: 1.6875rem;
}

.page-business .pbu-c-i01__map-link03 {
	left: 8.125rem;
	top: 5.625rem;
}

.page-business .pbu-c-i01__map-link04 {
	left: 19.125rem;
	top: 3.1875rem;
}

.page-business .pbu-c-i01__map-link05 {
	right: 3.75rem;
}

.page-business .pbu-c-i01__maps-wrap {
	aspect-ratio: unset;
	overflow: auto;
}

.page-business .pbu-c-i01__maps {
	aspect-ratio: 464/287;
	max-width: unset;
	width: 29rem;
}

.page-business .pbu-c-i01__map {
	height: 100%;
}

.page-business .pbu-c-i02 {
	margin-bottom: 1.875rem;
}

.page-business .service-flex {
	display: block;
}

.page-business .service-grid {
	gap: 0.125rem;
	grid-template-columns: 1fr;
}

.page-business .service-grid__item {
	font-size: 0.875rem;
	padding: 0.5rem 0.625rem 0.5rem 1.25rem;
}

.page-business .pbu-c-i03 {
	margin-bottom: 1.875rem;
}

.page-business .service-gray {
	font-size: 0.875rem;
	padding: 0.875rem;
}

.page-business .pbu-c-i04__read {
	margin-bottom: 0.625rem;
}

.page-business .pbu-c-i04__download {
	gap: 0.9375rem;
	padding: 0.625rem 0.8125rem;
}

.page-business .pbu-c-i04__download .icon {
	width: 1.25rem;
}

.page-business .pbu-c-i04__download .text {
	font-size: 0.875rem;
}

.page-business .pbu-service-c__contents {
	margin-top: 3.125rem;
}

.page-business .pbu-service2__tab {
	grid-template-columns: 1fr 1fr;
}

.page-business .service-tab {
	gap: 1px;
}

.page-business .service-tab__item {
	font-size: 0.875rem;
	padding: 1.25rem 0.625rem;
}

.page-business .pbu-service2__item {
	padding: 3.125rem 0 3.75rem;
}

.page-business .pbus2-item01__title {
	font-size: 1.5rem;
	margin-bottom: 1.25rem;
}

.page-business .pbus2-item02__title {
	font-size: 1.5rem;
	margin-bottom: 1.25rem;
}

.page-business .pbus2-item01__img {
	margin-bottom: 1.875rem;
}

.page-business .pbus2-item01__text {
	margin-bottom: 1.5625rem;
}

.page-business .pbu-service2__item {
	padding-bottom: 3.125rem;
}

.page-business .pbus2-item02__img {
	margin-bottom: 1.875rem;
}

.page-business .pbus2-item02__text {
	margin-bottom: 1.875rem;
}

.page-business .pbus2-item02__item {
	margin-bottom: 1.875rem;
}

.page-business .pbus2-item03 {
	padding-bottom: unset;
}

.page-business .pbus2-item03 .pbus2-item02__title {
	margin-top: 1.875rem;
}

.page-business .pbus3-c__item {
	padding-top: 3.125rem;
}

.page-business .pbus3-c__tabs {
	grid-template-columns: 1fr 1fr;
}

.page-business .pbus3-c__item-title {
	font-size: 1.5rem;
	margin-bottom: 1.875rem;
}

.page-business .pbus3-c__item-img {
	margin-bottom: 1.875rem;
}

.page-business .pbus3-c__item-text {
	margin-bottom: 1.875rem;
}

.page-business .pbus3-c__item-text:last-of-type {
	margin-bottom: 1.25rem;
}

.page-business .pbus3-c__item01-read {
	font-size: 1rem;
}

.page-business .pbus3-c__item01-img {
	margin-bottom: 1.25rem;
}

.modal__inner {
	max-width: 37.5rem;
	padding: 0 5.333%;
}

.modal__content {
	padding: 2.5rem 1.25rem;
}

.modal__close {
	right: 0.9375rem;
	top: 0.9375rem;
	width: 1.5625rem;
}

.modal__title {
	font-size: 1.5rem;
	margin-bottom: 1.5625rem;
}

.pco-main {
	margin-bottom: 4.375rem;
}

.pco-main__container {
	padding: 5rem 0 0;
}

.pco-main__title {
	margin-bottom: 4.375rem;
}

.pco-main__main {
	margin-bottom: 2.5rem;
	padding: 1.875rem 0.9375rem;
}

.pco-main__subtitle {
	font-size: 1.375rem;
	margin-bottom: 1.875rem;
}

.pco-main__message {
	font-size: 0.875rem;
	margin-bottom: 0.625rem;
}

.pco-main__attention {
	font-size: 0.75rem;
	margin-bottom: 1.25rem;
}

.pco-main__gray {
	padding: 0.75rem;
}

.pfa-faq:nth-of-type(even) .pfa-faq__container {
	padding: 5rem 0 7.5rem;
}

.pfa-faq__container {
	display: block;
	padding: 3.125rem 0;
}

.pfa-faq__title {
	margin-bottom: 2.5rem;
	width: 100%;
}

.pfa-faq__lists {
	padding-left: unset;
	width: 100%;
}

.pfa-faq__list {
	padding: 1.125rem 0;
}

.pfa-faq__label {
	font-size: 1.125rem;
	margin-bottom: 0.9375rem;
	width: calc(100% + 0.25rem);
}

.page-inquiry .pin-form__inner {
	max-width: 37.5rem;
	padding: 0 5.333%;
}

.page-inquiry .pin-form__container {
	padding: 0 0 4.6875rem;
}

.page-inquiry .inquiry-form__title {
	font-size: 1.5rem;
	margin-bottom: 1.5625rem;
}

.page-inquiry .inquiry-form__text {
	font-size: 0.875rem;
	margin-bottom: 1.5625rem;
}

.page-inquiry .inquiry-form__steps {
	margin-bottom: 3.4375rem;
}

.page-inquiry .inquiry-form__step {
	width: 5rem;
}

.page-inquiry .inquiry-form__step-number {
	font-size: 0.75rem;
	margin-bottom: 0.0625rem;
}

.page-inquiry .inquiry-form__step-name {
	font-size: 0.875rem;
}

.page-inquiry .inquiry-form__line {
	width: 2.5rem;
}

.page-inquiry .inquiry-form__attention {
	margin-bottom: 2.5rem;
}

.page-inquiry .inquiry-form__lists {
	margin-bottom: 0.9375rem;
}

.page-inquiry .inquiry-form__list {
	display: block;
	padding: 0.9375rem 0;
}

.page-inquiry .inquiry-form__label {
	margin-bottom: 0.625rem;
}

.page-inquiry .inquiry-form__form {
	width: 100%;
}

.page-inquiry .wpcf7-form-control.wpcf7-radio {
	gap: 0.3125rem;
	grid-template-columns: 1fr;
}

.page-inquiry .inquiry-form__submit {
	margin-top: 1.875rem;
	max-width: unset;
}

.page-inquiry .inquiry-form__privacy {
	font-size: 0.75rem;
}

.page-template-page-inquiry-confirmation-php .inquiry-form__step {
	width: 5rem;
}

.pli-link:nth-of-type(even) .pli-link__container {
	padding: 5rem 0 5rem;
}

.pli-link__container {
	display: block;
	padding: 3.125rem 0;
}

.pli-link__title {
	margin-bottom: 2.5rem;
	width: 100%;
}

.pli-link__lists {
	padding-left: unset;
	width: 100%;
}

.pli-link__list {
	padding: 1.125rem 0;
}

.pli-link__label {
	font-size: 1.125rem;
}

.pli-link__data::after {
	margin-left: 0.3125rem;
	width: 0.75rem;
}

.pou-message {
	margin-bottom: 4.6875rem;
}

.pou-message__container {
	display: block;
	padding: 3.75rem 0;
}

.pou-message__title {
	margin-bottom: 2.5rem;
	width: 100%;
}

.pou-message__body {
	padding-left: unset;
	width: 100%;
}

.pou-message__subtitle {
	font-size: 1.25rem;
	margin-bottom: 1.875rem;
	margin-top: unset;
}

.pou-message__text {
	margin-bottom: 1.875rem;
}

.pou-message__info {
	gap: 1.875rem;
	margin-bottom: 1.875rem;
}

.pou-message__info .role {
	font-size: 0.875rem;
}

.pou-message__info .name {
	width: 5rem;
}

.pou-message__img {
	width: 100%;
}

.pou-dec {
	margin-bottom: 4.6875rem;
	width: 94.667%;
}

.pou-list {
	margin-bottom: 4.6875rem;
}

.pou-list__container {
	display: block;
}

.pou-list__title {
	margin-bottom: 2.5rem;
	width: 100%;
}

.pou-list__body {
	width: 100%;
}

.pou-list__lists {
	padding-left: unset;
}

.pou-list__list {
	display: block;
	padding: 0.9375rem 0;
}

.pou-list__label {
	font-size: 0.875rem;
	margin-bottom: 0.625rem;
	width: 100%;
}

.pou-list__data {
	font-size: 0.875rem;
	width: 100%;
}

.pou-list:nth-of-type(4) .pou-list__container {
	padding: 4.6875rem 0 5.625rem;
}

.pou-base {
	margin-bottom: 4.6875rem;
}

.pou-base .pou-base__top {
	display: block;
	margin-bottom: 2.5rem;
}

.pou-base .pou-base__title {
	margin-bottom: 2.5rem;
	width: 100%;
}

.pou-base .pou-base__texts {
	padding-left: unset;
	width: 100%;
}

.pou-base .pou-base__subtitle {
	font-size: 1.5rem;
	margin-bottom: 1.5625rem;
}

.pou-base .pou-base__map {
	margin-bottom: 1.25rem;
}

.pou-base .pou-base__items {
	gap: unset;
	grid-template-columns: 1fr;
}

.pou-base .pou-base__item-title {
	font-size: 1rem;
	padding: 1.25rem 0;
}

.pou-base .pou-base-i__list {
	padding: 0.9375rem;
}

.pou-base .pou-base-i__list-label {
	font-size: 0.875rem;
}

.pou-base .pou-base-i__list-data {
	font-size: 0.875rem;
}

.ppr-main {
	margin-bottom: 4.6875rem;
}

.ppr-main__container {
	padding-top: 5rem;
}

.ppr-main__title {
	margin-bottom: 4.6875rem;
}

.ppr-main__text {
	margin-bottom: 2.5rem;
}

.ppr-main__item {
	margin-bottom: 2.5rem;
}

.ppr-main__read {
	font-size: 1.125rem;
	margin-bottom: 1.25rem;
}

.ppr-main__name {
	font-size: 1rem;
}

.sdo-head__container {
	padding: 6.25rem 0 4.6875rem;
}

.sdo-main__container {
	gap: 1.875rem;
	grid-template-columns: 1fr;
	padding: 4.625rem 0;
}

.sdo-main__title {
	font-size: 1.5rem;
	margin-bottom: 1.5625rem;
}

.sdo-main__excerpt {
	font-size: 1rem;
	margin-bottom: 2.1875rem;
}

.sdo-main__img {
	margin-bottom: 1.25rem;
}

.sdo-main__points-read {
	font-size: 1.5rem;
}

.sdo-main__points {
	padding: 0.9375rem 0.9375rem;
}

.sdo-main__point {
	gap: 0.625rem;
	margin-bottom: 0.625rem;
}

.sdo-main__point .text {
	font-size: 0.875rem;
}

.sdo-main__point .icon {
	width: 1.25rem;
}

.sdo-main__form {
	padding: 2.5rem 0.9375rem 2.5rem 0.9375rem;
}

.download-form__title {
	font-size: 1.5rem;
	margin-bottom: 1.5625rem;
}

.download-form__attention {
	font-size: 0.75rem;
}

.download-form__lists {
	margin-bottom: 1.5625rem;
}

.download-form__label::after {
	margin-right: 0.375rem;
}

.download-form__check {
	font-size: 0.875rem;
	margin-bottom: 0.625rem;
}

.download-form__privacy {
	font-size: 0.75rem;
}

.download-form__submit {
	margin-bottom: 1.25rem;
}

.download-form__bottom {
	font-size: 0.875rem;
}

.sne-content {
	margin-bottom: 3.4375rem;
}

.sne-content__container {
	padding: 3.75rem 0 0;
}

.sne-content__title {
	margin-bottom: 4.375rem;
}

.sne-content__body {
	max-width: 37.5rem;
	padding: 0 5.333%;
}

.sne-content__top {
	margin-bottom: 2.5rem;
}

.sne-content__main {
	margin-bottom: 2.5rem;
}

.sne-content__bottom-link--prev {
	margin-left: 0.9375rem;
	padding-left: 0.9375rem;
}

.sne-content__bottom-link--next {
	margin-right: 0.9375rem;
	padding-right: 0.9375rem;
}

.loader__logo {
	width: 8.75rem;
}

.loader__ship {
	width: 2.5rem;
}

.mv::after {
	height: 5.125rem;
}

.mv__img img {
	min-height: unset;
}

.mv__title {
	font-size: 2.125rem;
	margin-bottom: unset;
	margin-top: 10vh;
}

.mv__subtitle {
	font-size: 0.625rem;
}

.mv__pickup {
	margin: 0 5.333%;
	max-width: 37.5rem;
	width: calc(100% - 2.5rem);
}

.pickup-item {
	display: block;
}

.pickup-item__label {
	font-size: 0.75rem;
	padding: 0.25rem 0.625rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.pickup-item__body {
	display: block;
	padding: 0.5625rem 0.625rem;
}

.pickup-item__info {
	gap: 0.5rem;
}

.pickup-item__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 0.75rem;
	overflow: hidden;
	word-break: break-all;
}

.news__inner::after {
	display: none;
	left: 5.333%;
}

.news__container {
	padding: 4.375rem 0 4.6875rem;
}

.news__title {
	margin-bottom: 2.8125rem;
}

.news__lists {
	max-width: unset;
}

.news__list {
	display: block;
	padding: 0.75rem;
}

.news__list-info {
	margin-bottom: 0.5rem;
}

.news__list-title {
	-webkit-line-clamp: 2;
	font-size: 0.75rem;
	line-height: 1.5;
	width: 100%;
}

.background-gray {
	margin-bottom: 7.8125rem;
	padding: 9.375rem 0 0;
}

.background-gray::after {
	right: 1.25rem;
	top: -3rem;
	width: 16.25rem;
}

.advantage {
	margin-bottom: 4.6875rem;
}

.advantage::after {
	border-bottom: unset;
	height: calc(100% - 20rem);
	left: 0;
	width: 94.667%;
}

.advantage__container {
	display: block;
	padding: 5.625rem 1.25rem 0 0;
}

.advantage__texts {
	padding-right: unset;
	width: 100%;
}

_::-webkit-full-page-media,
_:future,
:root .advantage__texts {
	padding-right: unset;
}

.advantage__title {
	margin-bottom: 2.1875rem;
}

.advantage__read {
	font-size: 1.125rem;
	margin-bottom: 1.25rem;
}

.advantage__text {
	margin-bottom: 1.5rem;
}

.advantage__button {
	margin-bottom: 4rem;
}

.advantage__imgs {
	width: 100%;
}

.advantage__img1 {
	margin-left: auto;
	margin-right: 1.1875rem;
	margin-top: unset;
	-webkit-transform: unset;
	transform: unset;
	width: 10.625rem;
	z-index: 1;
}

.advantage__img2 {
	margin-left: 2.8125rem;
	margin-top: -1.4375rem;
	width: 11.75rem;
	z-index: 2;
}

.advantage__img3 {
	aspect-ratio: 215/162;
	margin-left: auto;
	margin-top: -5rem;
	-webkit-transform: unset;
	transform: unset;
	-webkit-transform: translateX(2.5rem);
	transform: translateX(2.5rem);
	width: 13.4375rem;
	z-index: 1;
}

.service {
	margin-bottom: 4.6875rem;
}

.service__title {
	margin-bottom: 1.5625rem;
}

.service__text {
	margin-bottom: 1.5rem;
}

.service__items {
	margin-inline: auto;
	gap: 1.5rem;
	grid-template-columns: 1fr;
	max-width: 37.5rem;
	padding: 0 5.333%;
}

.service__item-img {
	margin-bottom: 0.9375rem;
}

.service__item-body {
	padding: 0;
}

.service__item-title {
	font-size: 1rem;
	margin-bottom: 0.75rem;
	padding-right: 0.4375rem;
}

.company {
	overflow: hidden;
}

.company__title {
	margin-bottom: 1.875rem;
}

.company__container {
	margin-inline: auto;
	max-width: 37.5rem;
	padding: 0 5.333% 4.0625rem;
}

.company__container::after {
	bottom: 0;
	height: calc(100% - 10.4375rem);
	right: -5.333%;
	top: unset;
	width: 100%;
}

.company__inner2 {
	display: block;
}

.company__img {
	margin-bottom: 1.5625rem;
	position: relative;
	right: unset;
	top: unset;
	-webkit-transform: unset;
	transform: unset;
	width: 100%;
}

.company__texts {
	width: 100%;
}

.company__text {
	margin-bottom: 2rem;
}

.company__list {
	font-size: 1rem;
	padding: 1.625rem 0;
}

.company__list .circle {
	width: 2.1875rem;
}

.company__list .circle::after {
	width: 1.3125rem;
}

.info {
	margin-bottom: 4.6875rem;
}

.info__top {
	margin-bottom: 1.875rem;
}

.info__title .title__en {
	font-size: 2.75rem;
}

.info__more {
	font-size: 0.875rem;
	margin-top: 1.875rem;
	padding-right: 1.25rem;
}

.info__more::after {
	width: 1.25rem;
}

.info__slider {
	margin-bottom: 1.875rem;
}

.info__slider .swiper-slide {
	width: 16.875rem;
}

.info__buttons {
	max-width: 6.0625rem;
}

.info__button::after {
	width: 1.5625rem;
}

}

@-webkit-keyframes mainTitle {

0% {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

100% {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

}

@keyframes mainTitle {

0% {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

100% {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

}

@-webkit-keyframes titleLine {

0% {
	-webkit-clip-path: inset(0% 0% 100% 0%);
	clip-path: inset(0% 0% 100% 0%);
}

100% {
	-webkit-clip-path: inset(0% 0% 0% 0%);
	clip-path: inset(0% 0% 0% 0%);
}

}

@keyframes titleLine {

0% {
	-webkit-clip-path: inset(0% 0% 100% 0%);
	clip-path: inset(0% 0% 100% 0%);
}

100% {
	-webkit-clip-path: inset(0% 0% 0% 0%);
	clip-path: inset(0% 0% 0% 0%);
}

}

@-webkit-keyframes english {

0% {
	opacity: 0;
	-webkit-transform: translate(0.3125rem, -0.3125rem);
	transform: translate(0.3125rem, -0.3125rem);
}

100% {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

}

@keyframes english {

0% {
	opacity: 0;
	-webkit-transform: translate(0.3125rem, -0.3125rem);
	transform: translate(0.3125rem, -0.3125rem);
}

100% {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

}

@-webkit-keyframes fadeIn {

0% {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

100% {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

}

@keyframes fadeIn {

0% {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

100% {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

}

@-webkit-keyframes fadeIn-sp {

0% {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

100% {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

}

@keyframes fadeIn-sp {

0% {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

100% {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

}

@-webkit-keyframes zoomUp {

0% {
	-webkit-transform: translateX(0rem);
	transform: translateX(0rem);
}

100% {
	-webkit-transform: translateX(-3.75rem);
	transform: translateX(-3.75rem);
}

}

@keyframes zoomUp {

0% {
	-webkit-transform: translateX(0rem);
	transform: translateX(0rem);
}

100% {
	-webkit-transform: translateX(-3.75rem);
	transform: translateX(-3.75rem);
}

}


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