/********************************
* インナー
********************************/

/********************************
* フォント
********************************/

/********************************
* カラー
********************************/

html {
	font-size: 16px;
}

html.is-fixed {
	overflow: hidden;
	position: fixed;
	width: 100%;
}

html.is-fixed,
body.is-fixed {
	height: 100%;
	overflow: hidden;
	touch-action: none;
}

body {
	color: #232323;
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.05em;
}

header {
	position: sticky;
	top: 0;
	transition: 0.2s;
	z-index: 1000;
}

/* link */

/* ============================================ */

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

/* img */

/* ============================================ */

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

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

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
	border-style: solid;
	border-width: 0;
	box-sizing: border-box;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-tap-highlight-color: transparent; /* 3*/
	line-height: 1.15; /* 1 */
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */

/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

h1.wp-block-heading {
	font-size: 1.5rem;
	font-weight: revert;
	margin: 0;
}

h2.wp-block-heading {
	font-size: 1.5rem;
	font-weight: revert;
	margin: 0;
}

h3.wp-block-heading {
	font-size: 1.4rem;
	font-weight: revert;
	margin: 0;
}

h4.wp-block-heading {
	font-size: 1.3rem;
	font-weight: revert;
	margin: 0;
}

h5.wp-block-heading {
	font-size: 1.2rem;
	font-weight: revert;
	margin: 0;
}

h6.wp-block-heading {
	font-size: 1.1rem;
	font-weight: revert;
	margin: 0;
}

/* Lists (enumeration) */

/* ============================================ */

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Lists (definition) */

/* ============================================ */

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	border-top-width: 1px;
	box-sizing: content-box; /* 1 */
	clear: both;
	color: inherit;
	height: 0; /* 1 */
	margin: 0;
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Replaced content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
	appearance: none; /* 1 */
	background: transparent;
	border-radius: 0;
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
	text-transform: inherit; /* 2 */
	vertical-align: middle;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type=button],
[type=reset],
[type=submit] {
	cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
	cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

/**
 * Remove padding
 */

option {
	padding: 0;
}

/**
 * Reset to invisible
 */

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

legend {
	padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * Correct the outline style in Safari.
 */

[type=search] {
	outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */

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

/**
 * Clickable labels
 */

label[for] {
	cursor: pointer;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
	outline: auto;
}

/* Tables */

/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
	border-collapse: collapse;
	border-color: inherit; /* 1 */
}

caption {
	text-align: left;
}

td,
th {
	padding: 0;
	vertical-align: top;
}

th {
	font-weight: bold;
	text-align: left;
}

.js-accordion-summary {
	cursor: pointer;
}

.l-header {
	background: #FFF;
}

.l-inner {
	margin: 0 auto;
	max-width: 1296px;
	padding-left: 48px;
	padding-right: 48px;
	width: 100%;
}

.l-inner.l-inner--narrow {
	max-width: 1096px;
}

.l-inner.l-inner--breadcrumbs {
	align-items: center;
	background: #f3f3f3;
	display: flex;
	height: 1.875rem;
}

.l-mv {
	aspect-ratio: 1440/789;
	background: url("../images/mv/mv@2x.jpg") no-repeat center center/cover;
	width: 100%;
}

.c-breadcrumbs {
	background: #f3f3f3;
	padding-block: 0.5rem;
}

.c-breadcrumb__item {
	color: #4c5664;
	display: inline;
	font-size: 0.75rem;
	font-weight: 100;
	line-height: 1.3333333333;
}

.c-breadcrumb__item + .c-breadcrumb__item::before {
	color: #4c5664;
	content: ">";
	font-size: 0.75rem;
	margin: 0 0.5rem;
}

.c-btn {
	align-items: center;
	background: #00bbad;
	border-radius: 0.5rem;
	color: #FFF;
	display: inline-flex;
	font-size: 0.9375rem;
	font-weight: 700;
	height: 2.5rem;
	justify-content: center;
	line-height: 2.1333333333;
	max-width: fit-content;
	min-width: 16.875rem;
	padding: 0.875rem 2.5rem;
	text-align: center;
	width: 100%;
}

.c-btn:hover {
	background: #FFF;
	border: 2px solid #00bbad;
	color: #00bbad;
	transition: 0.3s;
}

.c-btn:disabled,
.c-btn.is-disabled {
	cursor: not-allowed;
	opacity: 0.5;
	pointer-events: none;
}

.c-btn-g-border {
	align-items: center;
	background: #fff;
	border: 2px solid #00bbad;
	border-radius: 0.5rem;
	color: #00bbad;
	cursor: pointer;
	display: inline-flex;
	font-size: 0.9375rem;
	font-weight: 700;
	height: 2.5rem;
	justify-content: center;
	max-width: fit-content;
	min-width: 16.875rem;
	padding: 0.875rem 2.5rem;
	text-align: center;
	text-decoration: none;
	transition: 0.3s;
	width: 100%;
}

.c-btn-g-border:hover {
	background: #00bbad;
	color: #FFF;
	transition: 0.3s;
}

.c-btn-bg {
	align-items: center;
	border-radius: 0.5rem;
	color: #FFF;
	cursor: pointer;
	display: inline-flex;
	font-size: 0.9375rem;
	font-weight: 700;
	height: 2.5rem;
	justify-content: center;
	max-width: fit-content;
	min-width: 16.875rem;
	overflow: hidden;
	padding: 0.875rem 2.5rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: 0.3s;
	width: 100%;
}

.c-btn-bg::before {
	background: linear-gradient(to right, #085ea1, #00b894);
	content: "";
	height: 100%;
	inset: 0;
	position: absolute;
	transition: 0.5s;
	width: 100%;
	z-index: -1;
}

.c-btn-bg::after {
	background: linear-gradient(to left, #085ea1 0%, #00b894 100%);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -2;
}

.c-btn-bg:hover {
	color: #ffff00;
}

.c-btn-bg:hover::before {
	opacity: 0;
}

.c-checkbox {
	align-items: flex-start;
	cursor: pointer;
	display: flex;
}

.c-checkbox input[type=checkbox] {
	appearance: none;
	background: #fff;
	border: 2px solid #ccc;
	border-radius: 0.25rem;
	cursor: pointer;
	flex-shrink: 0;
	height: 1.25rem;
	margin-right: 0.5rem;
	margin-top: 0.125rem;
	position: relative;
	width: 1.25rem;
}

.c-checkbox input[type=checkbox]:checked {
	background: #00bbad;
	border-color: #00bbad;
}

.c-checkbox input[type=checkbox]:checked::after {
	border: solid #fff;
	border-width: 0 2px 2px 0;
	content: "";
	height: 0.625rem;
	left: 0.375rem;
	position: absolute;
	top: 0.125rem;
	transform: rotate(45deg);
	width: 0.25rem;
}

.c-checkbox__text {
	color: #333;
	font-size: 0.875rem;
	font-weight: bold;
}

.c-complete {
	margin-top: 3.75rem;
	text-align: left;
}

.c-complete__title {
	color: #00bbad;
	font-size: 1.25rem;
	line-height: 2;
}

.c-complete__message {
	font-size: 0.9375rem;
	line-height: 2;
	margin-top: 2.25rem;
}

.c-complete__button {
	display: flex;
	justify-content: center;
	margin-top: 5rem;
}

.c-confirm {
	margin-top: 2.5rem;
}

.c-confirm__section {
	border-top: 1px solid #dfdfdf;
	padding: 1.25rem 0;
}

.c-confirm__section:last-child {
	border-bottom: 1px solid #dfdfdf;
}

.c-confirm__label {
	font-size: 0.9375rem;
	font-weight: bold;
	line-height: 2;
}

.c-confirm__value {
	font-size: 0.9375rem;
	line-height: 2;
}

.c-confirm__buttons {
	display: flex;
	gap: 1rem;
	justify-content: center;
	margin-top: 5rem;
}

.c-confirm__buttons .back {
	max-width: initial;
	min-width: initial;
	padding: 0;
	width: 10.625rem !important;
}

.c-confirm__buttons .send {
	width: 16.875rem;
}

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

.c-domains__item {
	background: #ffffff;
	border-radius: 0.5rem;
	display: flex;
	flex-direction: column;
}

.c-domains__item:hover img {
	transform: scale(1.1);
	transition: 0.3s;
}

.c-domains__item-img {
	border-radius: 0.5rem 0.5rem 0 0;
	overflow: hidden;
}

.c-domains__item img {
	aspect-ratio: 276/164;
	height: auto;
	object-fit: cover;
	object-position: center;
	transition: 0.3s;
	width: 100%;
}

.c-domains__item-box {
	display: flex;
	flex-direction: column;
	padding: 0.75rem 1rem 1rem;
}

.c-domains__item-box-ttl {
	color: #00bbad;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.7777777778;
}

.c-domains__item-box-txt {
	color: #4c5664;
	font-size: 0.9375rem;
	line-height: 2;
}

.c-domains__item-box-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 0.9375rem;
}

.c-domains__item-box-item {
	background: #ebf4f9;
	border-radius: 0.5rem;
	color: #4c5664;
	font-size: 0.75rem;
	font-weight: 500;
	padding: 0.375rem;
}

.c-domains__item-box-item.c-domains__item-box-item--white {
	background: #FFF !important;
}

.c-domains__link {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 3.25rem;
}

.c-form-step {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: center;
	margin: 5.5rem 0 2.5rem;
}

.c-form-step__item {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	width: 2.5rem;
}

.c-form-step__number {
	align-items: center;
	border: 1px solid #b3b3b3;
	border-radius: 0.5rem;
	color: #b3b3b3;
	display: flex;
	font-size: 1.5rem;
	font-weight: 500;
	height: 2.5rem;
	justify-content: center;
	width: 2.5rem;
}

.c-form-step__item--active .c-form-step__number {
	background: #00bbad;
	border-color: #00bbad;
	color: #fff;
}

.c-form-step__text {
	color: #b3b3b3;
	font-size: 0.875rem;
	white-space: nowrap;
}

.c-form-step__item--active .c-form-step__text {
	color: #4c5664;
}

.c-form-step__arrow {
	align-self: flex-start;
	background-image: url("../images/contact/contact-arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 0.625rem;
	margin-top: 0.9375rem;
	width: 2.1875rem;
}

.c-head {
	display: flex;
	flex-direction: column;
}

.c-head__ttl {
	color: #bae1ec;
	font-family: "Montserrat", sans-serif;
	font-size: 3.125rem;
	letter-spacing: 0.05em;
	line-height: 1.1;
}

.c-head__ttl.c-head__ttl--sub {
	font-size: 1.5625rem;
	line-height: 1.28;
}

.c-head__message {
	color: #00bbad;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4375;
	margin-top: 1.25rem;
}

.c-head__message--main {
	font-size: 2rem;
	line-height: 1.15;
	margin-top: 0.625rem;
}

.c-head__text {
	color: #4c5664;
	font-size: 0.9375rem;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 0.8125rem;
}

.c-highlight {
	background: #EAFF00;
	padding: 0.1875rem;
	width: fit-content;
}

.c-highlight--red {
	background: #C50018;
	padding: 0.1875rem;
}

.c-input {
	background: #f8f8f8;
	border: 1px solid #ddd;
	border-radius: 0.25rem;
	font-family: inherit;
	font-size: 0.9375rem;
	padding: 0.75rem;
	transition: border-color 0.3s;
	width: 100%;
}

.c-input::placeholder {
	color: #b3b3b3;
}

.c-input:focus {
	background: #fff;
	border-color: #00a99d;
	outline: none;
}

.c-input--year {
	text-align: center;
	width: 6rem;
}

.c-input--month,
.c-input--day {
	text-align: center;
	width: 4.25rem;
}

.c-radio {
	align-items: center;
	cursor: pointer;
	display: flex;
}

.c-radio input[type=radio],
.c-radio input[type=checkbox] {
	appearance: none;
	border: 1px solid #ddd;
	border-radius: 50%;
	cursor: pointer;
	height: 1.875rem;
	margin-right: 0.625rem;
	position: relative;
	width: 1.875rem;
}

.c-radio input[type=radio]:checked::after,
.c-radio input[type=checkbox]:checked::after {
	background: #00bbad;
	border-radius: 50%;
	content: "";
	height: 0.75rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0.75rem;
}

.c-radio__text {
	color: #00bbad;
	font-size: 0.9375rem;
}

.c-radio__text.c-radio__text--download {
	color: #4c5664;
	font-size: 0.9375rem;
	line-height: 2;
}

.c-radio input[type=radio]:checked + .c-radio__text,
.c-radio input[type=checkbox]:checked + .c-radio__text {
	color: #00bbad;
	font-weight: 500;
}

.c-required {
	background: #e53935;
	border-radius: 0.125rem;
	color: #fff;
	display: inline-block;
	font-size: 0.625rem;
	font-weight: bold;
	margin-left: 0.5rem;
	padding: 0.125rem 0.375rem;
}

.c-select {
	appearance: none;
	background: #f5f5f5;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3e%3cpath fill='%23999' d='M6 8L0 0h12z'/%3e%3c/svg%3e");
	background-position: right 0.625rem center;
	background-repeat: no-repeat;
	background-size: 0.625rem 0.375rem;
	border: 1px solid #e0e0e0;
	border-radius: 0.25rem;
	color: #999;
	cursor: pointer;
	font-family: inherit;
	font-size: 0.875rem;
	padding: 0.625rem 2rem 0.625rem 0.75rem;
	transition: border-color 0.3s;
}

.c-select:focus {
	background-color: #fff;
	border-color: #00bbad;
	color: #333;
	outline: none;
}

.c-select.c-select--year {
	width: 6.875rem;
}

.c-select.c-select--month {
	width: 5.5rem;
}

.c-select.c-select--day {
	width: 5.5rem;
}

.c-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 0.9375rem;
}

.c-tag {
	background: #ebf4f9;
	border-radius: 0.5rem;
	color: #4c5664;
	font-size: 0.75rem;
	font-weight: 500;
	padding: 0.375rem;
}

.c-textarea {
	background: #f5f5f5;
	border: 1px solid #e0e0e0;
	border-radius: 0.25rem;
	font-family: inherit;
	font-size: 0.875rem;
	padding: 1rem;
	resize: vertical;
	transition: border-color 0.3s;
	width: 100%;
}

.c-textarea::placeholder {
	color: #b3b3b3;
}

.c-textarea:focus {
	background: #fff;
	border-color: #00a99d;
	outline: none;
}

.c-to-top {
	bottom: 2.375rem;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 2.1875rem;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index: 20000;
}

.c-to-top.change {
	bottom: 6.25rem;
}

.c-to-top img {
	height: 3.125rem;
	width: 3.125rem;
}

.c-to-top.is-visible {
	opacity: 1;
	pointer-events: auto;
}

.c-ttl02 {
	color: #bae1ec;
	font-family: "Montserrat", sans-serif;
	font-size: 3.125rem;
	letter-spacing: 0.05em;
	line-height: 1.1;
}

.c-scroll-to-top {
	background: none;
	border: none;
	bottom: 1.25rem;
	cursor: pointer;
	height: 3.125rem;
	opacity: 0;
	padding: 0;
	position: fixed;
	right: 1.25rem;
	transition: transform 0.3s ease, opacity 0.5s ease-out, visibility 0.5s;
	visibility: hidden;
	width: 3.125rem;
	z-index: 25;
}

.c-scroll-to-top:hover {
	transform: translateY(-3px);
}

.c-scroll-to-top.is-visible {
	opacity: 1;
	transition: transform 0.3s ease, opacity 0.3s ease-in;
	visibility: visible;
}

.c-scroll-to-top__icon {
	display: block;
	height: 100%;
	width: 100%;
}

.p-contact {
	color: #4c5664;
	padding: 3.75rem 0 7.5rem;
}

.p-contact__inner {
	margin-inline: auto;
	margin-top: 2.5rem;
	max-width: 800px;
}

.p-contact__message {
	font-size: 0.9375rem;
	line-height: 2;
	line-height: 2;
	text-align: left;
}

.p-contact__message span {
	color: #00bbad;
	font-weight: bold;
}

.p-contact__message a {
	color: #00bbad;
}

.p-contact-form {
	color: #4c5664;
	margin-top: 2.5rem;
}

.p-contact-form__section {
	border-bottom: 1px solid #e0e0e0;
	padding: 2rem 0;
}

.p-contact-form__section:first-child {
	padding-top: 0;
}

.p-contact-form__section + .p-contact-form__section {
	border-bottom: none;
}

.p-contact-form__section-ttl {
	border-bottom: 1px solid #e0e0e0;
	color: #4c5664;
	font-size: 0.9375rem;
	font-weight: bold;
	margin-bottom: 1.25rem;
	padding-bottom: 0.75rem;
}

.p-contact-form__section-ttl span {
	color: #00bbad;
	font-weight: bold;
}

.p-contact-form__radio-group {
	margin-bottom: 1rem;
}

.p-contact-form__textarea-wrapper {
	margin-top: 1rem;
}

.p-contact-form__checkbox-wrapper,
.p-contact-form__radio-wrapper {
	margin-bottom: 1rem;
	margin-top: 2.5rem;
}

.p-contact-form__note {
	color: #4c5664;
	font-size: 0.9375rem;
	line-height: 2;
	margin-bottom: 1.5rem;
}

.p-contact-form__date-group {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.p-contact-form__date-row {
	align-items: center;
	display: flex;
	gap: 0.75rem;
}

.p-contact-form__date-label {
	min-width: 5rem;
	white-space: nowrap;
}

.p-contact-form__date-inputs {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.p-contact-form__field {
	margin-bottom: 1.5rem;
}

.p-contact-form__field:last-child {
	margin-bottom: 0;
}

.p-contact-form__label {
	display: block;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.p-contact-form__label span {
	color: #00bbad;
}

.p-contact-form__submit {
	margin-top: 2.5rem;
	text-align: center;
}

.p-domains {
	background: #eef6fa;
	border-top: 4px solid #fff;
	padding-bottom: 5.625rem;
	padding-top: 3.75rem;
}

.p-domains__slider-container {
	margin-top: 2.8125rem;
	position: relative;
}

.p-domains__section-title-h1 {
	color: #00bbad;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.35;
	margin-top: 2rem;
}

.p-domains__box {
	background: linear-gradient(to right, #085ea1 0%, #00bbad 100%);
	border-radius: 0.5rem;
	padding: 1.25rem 3.125rem 0.625rem;
}

.p-domains__slider {
	padding-bottom: 0.625rem;
}

.p-domains__slide-img {
	aspect-ratio: 440/330;
	background: #b3b3b3;
	border-radius: 0.5rem;
	overflow: hidden;
}

.p-domains__slide-img img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-domains__slide-caption {
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	margin-top: 1rem;
	text-align: center;
}

.p-domains__slider-prev,
.p-domains__slider-next {
	align-items: center;
	background: #fff;
	border: 1px solid #00bbad;
	border-radius: 50%;
	display: flex;
	height: 2.5rem;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.5rem;
	z-index: 10;
}

.p-domains__slider-prev::after,
.p-domains__slider-next::after {
	color: #00bbad;
	font-size: 1.25rem;
	font-weight: bold;
}

.p-domains__slider-prev {
	left: 1.875rem;
}

.p-domains__slider-next {
	right: 1.875rem;
}

.p-domains__slider-container.is-single .p-domains__slider-prev,
.p-domains__slider-container.is-single .p-domains__slider-next {
	display: none;
}

.p-domains__slider-container.is-single .p-domains__box {
	margin: 0 auto;
	max-width: calc(50% + 3.125rem);
}

.p-domains__slider-container.is-single .p-domains__slider {
	padding-bottom: 0;
}

.p-domains__slider-container.is-single .swiper-wrapper {
	display: block;
}

.p-domains__slider-container.is-single .swiper-slide {
	width: 100%;
}

.p-domains__slider-container.is-double .p-domains__slider-prev,
.p-domains__slider-container.is-double .p-domains__slider-next {
	display: none;
}

.p-domains__slider-container.is-double .p-domains__slider {
	padding-bottom: 0;
}

.p-domains__slider-container.is-double .swiper-wrapper {
	display: grid;
	gap: 1.875rem;
	grid-template-columns: 1fr 1fr;
}

.p-domains__content {
	color: #4c5664;
	margin: 3.75rem auto 0;
	max-width: 900px;
	width: 100%;
}

.p-domains__intro {
	font-size: 0.9375rem;
	line-height: 2;
}

.p-domains__section {
	margin-top: 2.25rem;
}

.p-domains__section-title {
	color: #00bbad;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.35;
}

.p-domains__list {
	list-style: none;
	margin-top: 1rem;
	padding: 0;
}

.p-domains__list-item {
	font-size: 0.9375rem;
	line-height: 2;
	padding-left: 1.25rem;
	position: relative;
}

.p-domains__list-item::before {
	background: #00bbad;
	border-radius: 50%;
	content: "";
	height: 0.875rem;
	left: 0;
	position: absolute;
	top: 0.625rem;
	width: 0.875rem;
}

.p-domains__list-title {
	color: #4c5664;
	display: inline;
	font-weight: 700;
}

.p-domains__list-text {
	font-weight: 400;
}

.p-domains__buttons {
	display: flex;
	gap: 1.25rem;
	justify-content: center;
	margin-top: 3.125rem;
	position: relative;
	z-index: 0;
}

.p-domains__btn {
	align-items: center;
	border-radius: 0.25rem;
	display: inline-flex;
	font-size: 0.9375rem;
	font-weight: 700;
	justify-content: center;
	min-width: 15rem;
	padding: 1rem 2rem;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease;
}

.p-domains__btn--secondary {
	background: #fff;
	border: 2px solid #00bbad;
	color: #00bbad;
}

.p-domains__btn--secondary:hover {
	background: #f0faf8;
}

.p-download {
	color: #4c5664;
	padding: 3.75rem 0 7.5rem;
}

.p-download__inner {
	margin-inline: auto;
	margin-top: 2.5rem;
	max-width: 800px;
}

.p-download__message {
	font-size: 0.9375rem;
	line-height: 2;
}

.p-download__txt {
	font-size: 0.9375rem;
	line-height: 2;
}

.p-download-form {
	color: #4c5664;
	margin-top: 2.5rem;
}

.p-download-form__checkbox-group {
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
	margin-bottom: 1rem;
}

.p-download__button {
	display: flex;
	justify-content: center;
	margin-top: 5rem;
}

.p-footer {
	align-items: center;
	background: #FFF;
	display: flex;
	flex-direction: column;
	margin-bottom: 1rem;
	padding-left: 3.75rem;
	padding-right: 3rem;
	position: relative;
	transition: 0.3s;
}

.p-footer__inner {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	margin-top: 1.1875rem;
	width: 100%;
}

.p-footer__inner-bottom {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	height: 100%;
	justify-content: flex-end;
	margin-top: 0.625rem;
	width: 100%;
}

.p-footer__inner-bottom-list {
	display: flex;
}

.p-footer__inner-bottom-link {
	color: #4c5664;
	font-size: 0.75rem;
	font-weight: 300;
	line-height: 1;
	padding-inline: 1.25rem;
}

.p-footer__inner-bottom-link:hover {
	opacity: 0.5;
}

small {
	color: #4c5664;
	font-size: 0.75rem;
	font-weight: 300;
	line-height: 1;
}

.p-footer__inner-bottom-item + .p-footer__inner-bottom-item {
	border-left: 1px solid #4c5664;
}

.p-footer__logo {
	margin-top: 1.125rem;
	width: 20.1333333333vw;
}

.p-footer__logo p {
	align-items: center;
	color: #0a2e5c;
	display: flex;
	font-size: 1.4vw;
	font-weight: 800;
	letter-spacing: 0.05em;
	line-height: 3.36;
	padding-left: 3.6vw;
	position: relative;
}

.p-footer__logo p::before {
	background: url("../images/header/logo-icon.svg") no-repeat center center/cover;
	content: "";
	display: block;
	height: 2.552vw;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	white-space: nowrap;
	width: 3.104vw;
}

.p-footer__content {
	align-items: center;
	display: flex;
	height: 100%;
}

.p-footer__cop-parent {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-left: auto;
}

.p-footer__cop-parent img {
	width: 16.25rem;
}

.p-footer__nav {
	display: flex;
	justify-content: flex-end;
	margin-left: auto;
	margin-top: 1.25rem;
	transition: 0.3s;
}

.p-footer__nav .p-footer__nav-item-link {
	color: #4c5664;
}

.p-footer__nav .p-footer__nav-item-link:hover {
	opacity: 0.5;
	transition: opacity 0.3s;
}

.p-footer__nav-sub {
	display: flex;
	height: 100%;
}

.p-footer__nav-sub-list {
	align-items: center;
	display: flex;
	gap: 2rem;
}

.p-footer__nav-sub-list .p-header__nav-item-link {
	color: #fff;
	transition: color 0.3s;
}

.p-footer__nav-sub-list .p-header__nav-item-link::after {
	display: none;
}

.p-footer__nav-sub-list .p-header__nav-item-link:hover {
	color: #ffff00;
}

.p-footer__nav-list {
	align-items: center;
	display: flex;
	gap: 1.875rem;
}

.p-footer__nav-sub {
	margin-left: 2.1875rem;
	padding-inline: 1.5rem;
	position: relative;
}

.p-footer__nav-sub::before {
	background: linear-gradient(to right, #085ea1, #00b894);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	transition: 0.5s;
	width: 100%;
	z-index: -1;
}

.p-footer__nav-sub::after {
	background: linear-gradient(to left, #085ea1 0%, #00b894 100%);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -2;
}

.p-footer__nav-sub:hover::before {
	opacity: 0;
}

.p-footer__nav-sub .p-footer__nav-item-link {
	color: #FFF;
}

.p-footer__nav-sub .p-footer__nav-item-link::after {
	display: none;
}

.p-footer__nav-item {
	height: 100%;
}

.p-footer__nav-item-link {
	align-items: center;
	display: inline-flex;
	font-size: 0.875rem;
	gap: 0.375rem;
	letter-spacing: 0.05em;
	line-height: 2.1333333333;
}

.p-footer__nav-item-link .icon-download {
	height: 1rem;
	width: 1.125rem;
}

.p-footer__nav-item-link .icon-mail {
	height: 1rem;
	width: 1.25rem;
}

.p-fv {
	height: calc(100svh - 70px);
	overflow: hidden;
	position: relative;
}

.p-fv__img {
	min-height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-fv__inner {
	inset: 0;
	position: absolute;
}

.p-fv__content {
	align-items: center;
	display: flex;
	height: 100%;
}

.p-fv__content-message {
	width: 25rem;
}

.fv-line {
	margin-bottom: 0.625rem;
	position: relative;
}

.fv-bg {
	background: linear-gradient(to right, #085ea1 0%, #00b894 100%);
	border-radius: 0.5rem;
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	transform: scaleX(0);
	transform-origin: left center;
	width: 100%;
	z-index: 1;
}

.fv-text {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	overflow: hidden;
	padding: 0.625rem 1.25rem;
	position: relative;
	white-space: nowrap;
	z-index: 2;
}

.fv-text .char {
	display: inline-block;
	opacity: 0;
	transform-origin: center bottom;
}

.fv-text-1 {
	font-size: 1rem;
}

.fv-text-2 {
	font-size: 1.25rem;
}

.fv-text-3 {
	font-size: 0.875rem;
}

.p-header {
	align-items: center;
	background: #FFF;
	display: flex;
	height: 70px;
	left: 0;
	padding-left: 4vw;
	position: sticky;
	top: 0;
	transition: 0.3s;
	z-index: 100;
}

.p-header__main {
	display: flex;
	width: fit-content;
}

.p-header__logo {
	padding-left: 0.9333333333vw;
	width: 19.1333333333vw;
}

.p-header__logo h1,
.p-header__logo p {
	align-items: center;
	color: #0a2e5c;
	display: flex;
	font-size: 1.0666666667vw;
	font-weight: 800;
	letter-spacing: 0.05em;
	line-height: 4;
	padding-left: 2vw;
	position: relative;
}

.p-header__logo h1::before,
.p-header__logo p::before {
	background: url("../images/header/logo-icon.svg") no-repeat center center/cover;
	content: "";
	display: block;
	height: 1.381304vw;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	white-space: nowrap;
	width: 1.410652vw;
}

.p-header__inner {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: space-between;
	width: 100%;
}

.p-header__nav {
	background: #FFF;
	border-radius: 0.125rem;
	display: flex;
	height: 100%;
	justify-content: flex-end;
	margin-left: auto;
	padding-left: 1.1875rem;
	transition: 0.3s;
}

.p-header__nav .p-header__nav-item-link {
	color: #00acad;
}

.p-header__nav-sub {
	display: flex;
	height: 100%;
}

.p-header__nav-sub-list {
	align-items: center;
	display: flex;
	gap: 2rem;
}

.p-header__nav-sub-list .p-header__nav-item-link {
	color: #fff;
	font-weight: 700;
	transition: color 0.3s;
}

.p-header__nav-sub-list .p-header__nav-item-link::after {
	display: none;
}

.p-header__nav-sub-list .p-header__nav-item-link:hover {
	color: #ffff00;
}

.p-header__nav-sub-list .is-active .p-header__nav-item-link {
	color: #ffff00;
}

.p-header__nav-sub-list .is-active .p-header__nav-item-link svg {
	color: #ffff00;
}

.p-header__nav-list {
	align-items: center;
	display: flex;
	gap: 2.1333333333vw;
}

.p-header__nav-sub {
	margin-left: 2.1875rem;
	padding-inline: 1.6vw;
	position: relative;
}

.p-header__nav-sub::before {
	background: linear-gradient(to right, #085ea1, #00b894);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	transition: 0.5s;
	width: 100%;
	z-index: -1;
}

.p-header__nav-sub::after {
	background: linear-gradient(to left, #085ea1 0%, #00b894 100%);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -2;
}

.p-header__nav-sub:hover::before {
	opacity: 0;
}

.p-header__nav-sub .p-header__nav-item-link {
	color: #FFF;
}

.p-header__nav-sub .p-header__nav-item-link::after {
	display: none;
}

.p-header__nav-sub-sp {
	display: none;
}

.p-header__nav-item {
	height: 100%;
}

.p-header__nav-item-link {
	align-items: center;
	display: inline-flex;
	font-size: 1vw;
	font-weight: 500;
	gap: 0.75rem;
	height: 100%;
	letter-spacing: 0.05em;
	line-height: 2.1333333333;
	position: relative;
}

.p-header__nav-item-link.is-active::after {
	width: 100%;
}

.p-header__nav-item-link::after {
	background: #00acad;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transition: width 0.3s ease;
	width: 0;
}

.p-header__nav-item-link:hover::after {
	width: 100%;
}

.p-header__nav-item-link .icon-download {
	height: 1rem;
	width: 1.125rem;
}

.p-header__nav-item-link .icon-mail {
	height: 1rem;
	width: 1.25rem;
}

.p-header__content {
	align-items: center;
	display: flex;
	height: 100%;
}

.p-header__cop-parent {
	align-items: center;
	display: flex;
	justify-content: center;
	padding-right: 0.9333333333vw;
	position: relative;
	width: 11.6vw;
}

.p-header__cop-parent::after {
	background: #a4a4a4;
	content: "";
	height: 4.6153846154vw;
	max-height: 18px;
	position: absolute;
	right: 0;
	width: 1px;
}

.p-header__cop-parent img {
	width: 10.6666666667vw;
}

.p-header__nav-button {
	display: none;
}

.p-header__hamburger {
	outline: none;
	position: relative;
	transition: all 0.3s ease-in-out;
	width: 2.5rem;
}

.p-header__hamburger-line {
	height: 1.0625rem;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(calc(-50% - 0.6666666667vw));
	transition: inherit;
	width: 1.25rem;
	z-index: 1002;
}

.p-header__hamburger-line {
	font-size: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.p-header__hamburger-line,
.p-header__hamburger-line::before,
.p-header__hamburger-line::after {
	background-color: #FFF;
	content: "";
	display: block;
	height: 0.125rem;
	max-width: 40px;
	position: absolute;
	transition: all 0.2s ease-in-out;
	width: 1.25rem;
	z-index: 100;
}

.p-header__hamburger-line::after {
	right: 0;
	transition: 0.3s;
}

.p-header__hamburger-line::before {
	bottom: 0.5rem;
	transition: 0.3s;
}

.p-header__hamburger-line::after {
	top: 0.5rem;
	transition: 0.3s;
}

.p-header__hamburger-txt {
	bottom: -1.1875rem;
	position: absolute;
}

.p-header__nav-button[aria-expanded=true] .p-header__hamburger-txt {
	color: #fff;
}

.p-header__nav-button[aria-expanded=true] .p-header__hamburger-line {
	background-color: transparent;
}

.p-header__nav-button[aria-expanded=true] .p-header__hamburger-line::before {
	bottom: 0;
	transform: rotate(45deg);
}

.p-header__nav-button[aria-expanded=true] .p-header__hamburger-line::after {
	top: 0;
	transform: rotate(-45deg);
}

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

.p-header__inner-bottom-list {
	display: flex;
	justify-content: center;
	margin-top: 3.5rem;
}

.p-header__inner-bottom-link {
	color: #4c5664;
	font-size: 0.75rem;
	font-weight: 300;
	line-height: 1;
	padding-inline: 1.25rem;
}

.p-header__inner-bottom-item + .p-header__inner-bottom-item {
	border-left: 1px solid #4c5664;
}

.p-sp {
	display: none;
}

.p-sp__nav-sub-list {
	align-items: center;
	display: flex;
	gap: 2rem;
}

.p-sp__nav-sub-list .p-sp__nav-item-link {
	color: #fff;
	transition: color 0.3s;
}

.p-sp__nav-sub-list .p-sp__nav-item-link::after {
	display: none;
}

.p-sp__nav-sub-list .p-sp__nav-item-link:hover {
	color: #ffff00;
}

.p-sp__nav-list {
	align-items: center;
	display: flex;
	gap: 2.25rem;
}

.p-sp__nav-sub {
	margin-left: 2.1875rem;
	padding-inline: 1.5rem;
	position: relative;
}

.p-sp__nav-sub::before {
	background: linear-gradient(to right, #085ea1, #00b894);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	transition: 0.5s;
	width: 100%;
	z-index: -1;
}

.p-sp__nav-sub::after {
	background: linear-gradient(to left, #085ea1 0%, #00b894 100%);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -2;
}

.p-sp__nav-sub:hover::before {
	opacity: 0;
}

.p-sp__nav-sub .p-sp__nav-item-link {
	color: #FFF;
}

.p-sp__nav-sub .p-sp__nav-item-link::after {
	display: none;
}

.p-sp__nav-item {
	height: 100%;
}

.p-sp__nav-item-link {
	align-items: center;
	display: inline-flex;
	font-size: 1rem;
	gap: 0.375rem;
	height: 100%;
	letter-spacing: 0.05em;
	line-height: 2.1333333333;
	position: relative;
}

.p-sp__nav-item-link::after {
	background: #00acad;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transition: width 0.3s ease;
	width: 0;
}

.p-sp__nav-item-link:hover::after {
	width: 100%;
}

.p-sp__nav-item-link .icon-download {
	height: 1rem;
	width: 1.125rem;
}

.p-sp__nav-item-link .icon-mail {
	height: 1rem;
	width: 1.25rem;
}

.p-top-access {
	overflow: hidden;
}

.p-top-access__inner {
	background: #eef6fa;
	padding-bottom: 4.6875rem;
	padding-top: 3.125rem;
	position: relative;
}

.p-top-access__inner::before {
	background: #eef6fa;
	bottom: 0;
	content: "";
	left: -0.625rem;
	position: absolute;
	top: 0;
	width: 1.25rem;
}

.p-top-access__inner::after {
	background: #eef6fa;
	bottom: 0;
	content: "";
	position: absolute;
	right: -50%;
	top: 0;
	width: 50%;
}

.p-top-access__list {
	background: #FFF;
	border-radius: 0.5rem;
	display: grid;
	gap: 6.25rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1.875rem;
	padding: 2.8125rem 6.25rem 4rem;
}

.p-top-access__caption {
	color: #4c5664;
	font-size: 0.9375rem;
	line-height: 1.4;
	margin-top: 0.75rem;
}

.p-top-access__info {
	margin-top: 3.125rem;
}

.p-top-access__info-ttl {
	border-bottom: 1px solid #bbc5d2;
	color: #0a2e5c;
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
}

.p-top-access__info-ttl02 {
	border-bottom: 1px solid #bbc5d2;
	color: #0a2e5c;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
}

.p-top-access__info-head {
	color: #0a2e5c;
	font-size: 1.125rem;
	font-weight: 700;
	font-weight: 700;
	line-height: 1.6666666667;
	margin-top: 0.75rem;
}

.p-top-access__info-txt {
	color: #4c5664;
	font-size: 0.9375rem;
	line-height: 2;
	margin-top: 0.25rem;
}

.p-top-access__info-btn-link {
	margin-top: 1rem;
}

.p-top-access__info-btn {
	align-items: center;
	border: 2px solid #00bbad;
	border-radius: 0.5rem;
	color: #00bbad;
	display: inline-flex;
	height: 2.5rem;
	justify-content: center;
	transition: 0.3s;
	width: 16.875rem;
}

.p-top-access__info-btn:hover {
	background: #00bbad;
	color: #FFF;
	transition: 0.3s;
}

.p-top-access__contact {
	margin-top: -1.875rem;
}

.p-top-access__contact-btn-wrap {
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.p-top-access__contact-btn {
	align-items: center;
	border-radius: 0.5rem;
	color: #FFF;
	display: inline-flex;
	font-size: 0.9375rem;
	font-weight: 700;
	height: 3.75rem;
	justify-content: center;
	line-height: 2;
	overflow: hidden;
	position: relative;
	width: 16.875rem;
}

.p-top-access__contact-btn::before {
	background: linear-gradient(to right, #085ea1, #00b894);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	transition: 0.5s;
	width: 100%;
	z-index: -1;
}

.p-top-access__contact-btn::after {
	background: linear-gradient(to left, #085ea1 0%, #00b894 100%);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -2;
}

.p-top-access__contact-btn:hover {
	color: #ffff00;
}

.p-top-access__contact-btn:hover::before {
	opacity: 0;
}

.p-top-access__contact-btn .icon-mail {
	height: 1rem;
	margin-left: 0.625rem;
	width: 1.25rem;
}

.p-top-access__contact-txt {
	color: #4c5664;
	font-size: 0.9375rem;
	margin-top: 1.5625rem;
	text-align: center;
}

.p-top-center {
	padding-block: 2.625rem 3.875rem;
}

.p-top-center__inner {
	align-items: flex-start;
	display: flex;
	gap: 6.5rem;
	margin-top: 1rem;
}

.p-top-center__body {
	flex: 1;
}

.p-top-center__lead {
	color: #00bbad;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4375;
}

.p-top-center__text {
	color: #4c5664;
	font-size: 0.9375rem;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 0.625rem;
}

.p-top-center__btn-outline {
	align-items: center;
	border: 2px solid #00bbad;
	border-radius: 0.125rem;
	border-radius: 8px;
	color: #00bbad;
	display: flex;
	font-size: 1rem;
	font-weight: 600;
	justify-content: center;
	margin-top: 1.125rem;
	padding-block: 0.5625rem;
	text-decoration: none;
	transition: 0.3s;
	width: 12.5rem;
	width: 22.5rem;
}

.p-top-center__btn-outline:hover {
	background: #00bbad;
	color: #FFF;
}

.p-top-center__cta {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1.25rem;
	width: 22.5rem;
}

.p-top-center__btn {
	align-items: center;
	background: linear-gradient(to right, #085ea1, #00b894);
	border-radius: 0.125rem;
	border-radius: 0.5rem;
	color: #FFF;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 600;
	justify-content: center;
	padding: 0.75rem 1.5rem;
	text-decoration: none;
	transition: 0.3s;
}

.p-top-center__btn:hover {
	opacity: 0.8;
}

.p-top-center__btn-blue {
	align-items: center;
	border-radius: 0.125rem;
	border-radius: 0.5rem;
	color: #FFF;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 600;
	justify-content: center;
	overflow: hidden;
	padding: 0.75rem 1.5rem;
	position: relative;
	text-decoration: none;
}

.p-top-center__btn-blue::before {
	background: linear-gradient(to right, #085ea1, #00b894);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	transition: 0.5s;
	width: 100%;
	z-index: -1;
}

.p-top-center__btn-blue::after {
	background: linear-gradient(to left, #085ea1 0%, #00b894 100%);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -2;
}

.p-top-center__btn-blue:hover {
	color: #ffff00;
}

.p-top-center__btn-blue:hover::before {
	opacity: 0;
}

.p-top-center__btn-yellow {
	align-items: center;
	background: linear-gradient(to right, #00b894, #085ea1);
	border-radius: 0.125rem;
	border-radius: 0.5rem;
	color: #ffff00;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 600;
	justify-content: center;
	padding: 0.75rem 1.5rem;
	text-decoration: none;
	transition: 0.3s;
}

.p-top-center__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 1.25rem;
}

.p-top-center__tag {
	align-items: center;
	background: #ebf4f9;
	border-radius: 0.5rem;
	color: #232323;
	display: flex;
	font-size: 0.75rem;
	font-weight: 500;
	height: 1.875rem;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0.375rem;
}

.p-top-center__media {
	flex-shrink: 0;
	max-width: 516px;
	width: 40.9523809524vw;
}

.p-top-center__slider-wrap {
	background: linear-gradient(to right, #085ea1, #00b894);
	border-radius: 0.5rem;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	padding: 0.5rem;
}

.p-top-center__slider-main {
	border-radius: 0.5rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-top-center__slider-main img {
	display: block;
	height: 18.75rem;
	object-fit: cover;
	transition: opacity 0.35s ease, transform 0.35s ease;
	width: 100%;
}

.p-top-center__slider-main img.fading {
	opacity: 0;
	transform: scale(1.01);
}

.p-top-center__caption {
	background: rgba(255, 255, 255, 0.88);
	border-radius: 0.25rem 0.25rem 0 0;
	bottom: 0;
	left: 50%;
	padding: 0.5rem 1.5rem;
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
	white-space: nowrap;
	width: 18.5rem;
}

.p-top-center__caption-title {
	color: #085ea1;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1.5714285714;
}

.p-top-center__caption-sub {
	color: #666;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

.p-top-center__thumbs {
	display: grid;
	gap: 0.5rem;
	grid-template-columns: repeat(5, 1fr);
}

.p-top-center__thumb {
	aspect-ratio: 16/9;
	background: #fff;
	border: 1px solid rgba(10, 46, 92, 0.12);
	border-radius: 0.5rem;
	cursor: pointer;
	display: block;
	opacity: 0.4;
	overflow: hidden;
	padding: 0;
	position: relative;
	transition: transform 0.15s ease, box-shadow 0.2s ease, opacity 0.2s ease, border-color 0.2s ease;
}

.p-top-center__thumb img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-top-center__thumb.is-active {
	border-color: rgba(17, 74, 154, 0.36);
	box-shadow: 0 0.625rem 1.5rem rgba(17, 74, 154, 0.4);
	opacity: 1;
	transform: translateY(-0.125rem);
}

.p-top-center__thumb:focus-visible {
	outline: 2px solid #085ea1;
	outline-offset: 3px;
}

.p-top-domains {
	overflow: hidden;
}

.p-top-domains__inner {
	background: #eef6fa;
	padding-bottom: 3.375rem;
	padding-top: 2.5rem;
	position: relative;
}

.p-top-domains__inner::before {
	background: #eef6fa;
	bottom: 0;
	content: "";
	left: -0.625rem;
	position: absolute;
	top: 0;
	width: 1.25rem;
}

.p-top-domains__inner::after {
	background: #eef6fa;
	bottom: 0;
	content: "";
	position: absolute;
	right: -50%;
	top: 0;
	width: 50%;
}

.p-top-topics {
	margin-top: 3.125rem;
	padding-bottom: 3.4375rem;
}

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

.p-top-topics__item {
	border-bottom: 1px solid #c0e4ee;
	border-top: 1px solid #c0e4ee;
	padding-block: 1.375rem;
}

.p-top-topics__item:nth-child(1),
.p-top-topics__item:nth-child(2) {
	border-bottom: none;
}

.p-top-topics__item img {
	transition: 0.3s ease-in-out;
}

.p-top-topics__item:hover img {
	transform: scale(1.1);
	transition: transform 0.3s ease-in-out;
}

.p-top-topics__item:hover .p-top-topics__item-link {
	transform: scale(1.1);
	transition: transform 0.3s ease-in-out;
}

.p-top-topics__item-inner {
	display: flex;
	gap: 1.5rem;
}

.p-top-topics__item-img {
	border: 1px solid #d5dbe3;
	border-radius: 0.5rem;
	height: 7.75rem;
	object-fit: cover;
	overflow: hidden;
	transform: 0.3s ease-in-out;
	width: 11.25rem;
}

.p-top-topics__item-box {
	flex: 1;
}

.p-top-topics__item-box-date {
	color: #4c5664;
	font-size: 0.8125rem;
	line-height: 1.4615384615;
}

.p-top-topics__item-box-ttl {
	color: #0a2e5c;
	font-size: 1.0625rem;
	font-weight: 500;
	line-height: 1.6;
	margin-top: 0.5rem;
}

.p-top-topics__item-meta {
	display: flex;
	justify-content: space-between;
	margin-top: 0.75rem;
}

.p-top-topics__item-meta .c-tags {
	margin-top: 0;
}

.p-top-topics__item-meta--sp {
	display: none;
}

.p-top-topics__item-meta-list {
	display: flex;
	gap: 0.5rem;
	margin-top: auto;
}

.p-top-topics__item-meta-item {
	background: #ebf4f9;
	border-radius: 0.5rem;
	color: #4c5664;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.3333333333;
	padding: 0.5rem;
}

.p-top-topics__item-link {
	background: #00bbad;
	border-radius: 50%;
	flex-shrink: 0;
	height: 1.875rem;
	margin-right: 1.25rem;
	position: relative;
	transition: transform 0.3s ease-in-out;
	width: 1.875rem;
}

.p-top-topics__item-link::after {
	background: url("../images/common/arrow.svg") no-repeat center/contain;
	content: "";
	height: 0.375rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.3s ease-in-out;
	width: 1.4375rem;
}

.p-top-topics__link {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 3.25rem;
}

.p-topics-single {
	background: #eef6fa;
	padding-block: 3.75rem 10rem;
}

.p-topics-single__inner {
	background: #FFF;
	border-radius: 0.5rem;
	margin-inline: auto;
	padding-bottom: 3.75rem;
}

.p-topics {
	margin-top: 3.75rem;
	padding-bottom: 7rem;
}

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

.p-topics__item {
	border-bottom: 1px solid #c0e4ee;
	border-top: 1px solid #c0e4ee;
	padding-block: 1.375rem;
}

.p-topics__item:nth-child(1),
.p-topics__item:nth-child(2),
.p-topics__item:nth-child(3),
.p-topics__item:nth-child(4) {
	border-bottom: none;
}

.p-topics__item img {
	transition: 0.3s ease-in-out;
}

.p-topics__item:hover img {
	transform: scale(1.1);
	transition: transform 0.3s ease-in-out;
}

.p-topics__item:hover .p-topics__item-link {
	transform: scale(1.1);
	transition: transform 0.3s ease-in-out;
}

.p-topics__item-inner {
	display: flex;
	gap: 1.5rem;
}

.p-topics__item-img {
	border: 1px solid #d5dbe3;
	border-radius: 0.5rem;
	height: 7.75rem;
	object-fit: cover;
	overflow: hidden;
	width: 11.25rem;
}

.p-topics__item-box {
	flex: 1;
}

.p-topics__item-box-date {
	color: #4c5664;
	font-size: 0.8125rem;
	line-height: 1.4615384615;
}

.p-topics__item-box-ttl {
	color: #0a2e5c;
	font-size: 1.0625rem;
	font-weight: 500;
	line-height: 1.6;
	margin-top: 0.5rem;
}

.p-topics__item-meta {
	display: flex;
	justify-content: space-between;
	margin-top: 0.75rem;
}

.p-topics__item-meta .c-tags {
	margin-top: 0;
}

.p-topics__item-meta--sp {
	display: none;
}

.p-topics__item-meta-list {
	display: flex;
	gap: 0.5rem;
	margin-top: auto;
}

.p-topics__item-meta-item {
	background: #ebf4f9;
	border-radius: 0.5rem;
	color: #4c5664;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.3333333333;
	padding: 0.5rem;
}

.p-topics__item-link {
	background: #00bbad;
	border-radius: 50%;
	flex-shrink: 0;
	height: 1.875rem;
	margin-right: 1.25rem;
	position: relative;
	transition: 0.3s ease-in-out;
	width: 1.875rem;
}

.p-topics__item-link::after {
	background: url("../images/common/arrow.svg") no-repeat center/contain;
	content: "";
	height: 0.375rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.4375rem;
}

.p-topics-single-img-sub {
	height: auto;
	width: 30rem;
}

.p-topics__link {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 3.25rem;
}

.p-topics-single-meta {
	border-bottom: 2px solid #00bbad;
	display: flex;
	flex-direction: column;
	padding-inline: 8.75rem;
	padding-top: 2.625rem;
}

.p-topics-single-meta .c-tags {
	margin-top: initial;
}

.p-topics-single-meta .c-tags .c-tag {
	align-items: center;
	display: flex;
	height: 1.875rem;
}

.p-topics-single-meta-box {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.p-topics-single-meta-time {
	color: #4c5664;
	font-size: 0.8125rem;
	line-height: 2.1538461538;
}

.p-topics-single-meta-ttl {
	color: #00bbad;
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.6153846154;
	margin-top: 2rem;
}

.p-topics-single-body {
	color: #4c5664;
	padding: 2.5rem 8.75rem 5rem;
}

.p-topics-single-body {
	font-size: 0.9375rem;
	line-height: 2;
}

.p-topics-single-body > * + * {
	margin-top: 2.875rem;
}

.p-topics-single-body ul,
.p-topics-single-body ol {
	font-size: 0.9375rem;
	line-height: 2;
	list-style-type: disc;
	margin-left: 1.25rem;
}

.p-topics-single-body ul li + li,
.p-topics-single-body ol li + li {
	margin-top: initial;
}

.p-topics-single-body a {
	color: #00bbad;
}

.p-topics-single-body h2 {
	color: #4c5664;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.6666666667;
	padding-left: 1.25rem;
	position: relative;
}

.p-topics-single-body h2::before {
	background: #00bbad;
	content: "";
	height: 1.875rem;
	left: 0;
	position: absolute;
	width: 0.375rem;
}

.p-topics-single-body h2::after {
	background: #c0e4ee;
	bottom: -0.5rem;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-topics-single-btn {
	display: flex;
	justify-content: center;
}

.p-under {
	border-bottom: 8px solid #eef6fa;
}

.u-hidden-pc {
	display: none;
}

.u-hidden-pc-ib {
	display: none;
}

.u-hidden-sp {
	display: block;
}

.u-hidden-sp-ib {
	display: inline-block;
}

.u-hidden-pc-f {
	display: none;
}

.u-hidden-sp-f {
	display: flex;
}

.u-hidden-sp-if {
	display: inline-flex;
}

.u-visually-hidden {
	clip: rect(0, 0, 0, 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.u-mt-20 {
	margin-top: 1.25rem;
}

@media (min-width: 1500px) {

.p-footer__logo {
	font-size: 21px;
	width: 302px;
}

.p-footer__logo p {
	font-size: 21px;
	padding-left: 54px;
}

.p-footer__logo p::before {
	height: 38.28px;
	width: 46.56px;
}

.p-header {
	padding-left: 60px;
}

.p-header__logo {
	padding-left: 14px;
	width: 287px;
}

.p-header__logo h1,
.p-header__logo p {
	font-size: 16px;
	padding-left: 30px;
}

.p-header__logo h1::before,
.p-header__logo p::before {
	height: 20.71956px;
	width: 21.15978px;
}

.p-header__nav-list {
	gap: 32px;
}

.p-header__nav-sub {
	padding-inline: 24px;
}

.p-header__nav-item-link {
	font-size: 15px;
}

.p-header__cop-parent {
	padding-right: 14px;
	width: 160px;
}

.p-header__cop-parent img {
	width: 160px;
}

}

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

html {
	font-size: 1.3333333333vw;
}

.u-hidden-tab {
	display: none;
}

.u-hidden-tab-sp {
	display: none;
}

}

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

html {
	font-size: 16px;
}

header.is-active {
	animation: fadeSlideIn 0.4s ease-out;
	position: fixed;
	top: 0;
	width: 100%;
}

a {
	opacity: unset;
}

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

.js-accordion-content {
	display: none;
}

.is-open .js-accordion-content {
	height: 100%;
	opacity: 1;
}

.p-header__nav-item-link.p-header__nav-item-link--area.js-accordion-summary {
	position: relative;
}

.p-header__nav-item-link.p-header__nav-item-link--area.js-accordion-summary::after {
	border-bottom: 1px solid #AD9B83;
	border-left: 1px solid #AD9B83;
	content: "";
	height: 0.625rem;
	position: absolute;
	right: 0.5rem;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	transition: 0.3s;
	width: 0.625rem;
}

.is-open .p-header__nav-item-link.p-header__nav-item-link--area.js-accordion-summary::after {
	transform: translateY(-50%) rotate(135deg);
	transition: 0.3s;
}

.p-header__nav-item-link.p-header__nav-item-link--area.js-accordion-summary + ul {
	display: none;
	height: 0;
}

.is-open .p-header__nav-item-link.p-header__nav-item-link--area.js-accordion-summary + ul {
	display: flex;
	height: 100%;
}

.l-inner {
	max-width: 37.5rem;
	padding-left: 16px;
	padding-right: 16px;
}

.l-inner.l-inner--narrow {
	max-width: 37.5rem;
	padding-left: 16px;
	padding-right: 16px;
}

.l-inner.l-inner--breadcrumbs {
	-ms-overflow-style: none;
	overflow-x: scroll;
	scrollbar-width: none;
}

.l-inner.l-inner--breadcrumbs::-webkit-scrollbar {
	display: none;
}

.l-mv {
	aspect-ratio: 375/563;
	background: url("../images/mv/mv-sp@2x.jpg") no-repeat center center/cover;
}

.c-btn {
	max-width: 20rem;
	width: 100%;
}

.c-btn-g-border {
	max-width: 20rem;
	width: 100%;
}

.c-btn-bg {
	height: 2.425rem;
	padding: initial;
	width: 100%;
}

.c-btn-bg {
	max-width: 20rem;
	width: 100%;
}

.c-complete__title {
	font-size: 1.125rem;
}

.c-complete__message {
	font-size: 0.875rem;
}

.c-confirm__label {
	font-size: 0.875rem;
}

.c-confirm__value {
	font-size: 0.875rem;
}

.c-confirm__buttons {
	align-items: center;
	flex-direction: column;
	gap: 1.75rem;
	justify-content: center;
}

.c-confirm__button {
	width: 100%;
}

.c-domains__list {
	grid-template-columns: 1fr;
}

.c-domains__item-box-txt {
	font-size: 0.875rem;
}

.c-domains__item-box-item {
	font-size: 0.6875rem;
}

.c-form-step {
	gap: 0.75rem;
	margin: 1.875rem 0;
}

.c-form-step__number {
	font-size: 0.875rem;
	height: 2rem;
	width: 2rem;
}

.c-form-step__text {
	font-size: 0.75rem;
}

.c-form-step__arrow {
	height: 0.5rem;
	margin-top: 0.6875rem;
	width: 1.75rem;
}

.c-head__ttl {
	font-size: 1.5rem;
	line-height: 1.0833333333;
}

.c-head__ttl.c-head__ttl--sub {
	font-size: 1.125rem;
}

.c-head__message {
	font-size: 1.1875rem;
	line-height: 1.4210526316;
	margin-top: 0.5rem;
}

.c-head__message--main {
	font-size: 1.5rem;
	line-height: 1.125;
}

.c-head__text {
	font-size: 0.875rem;
	margin-top: 0.5rem;
}

.c-highlight {
	padding: 0.0625rem;
}

.c-input {
	font-size: 0.875rem;
}

.c-radio__text.c-radio__text--download {
	font-size: 0.875rem;
}

.c-tag {
	font-size: 0.6875rem;
}

.c-to-top {
	display: none;
}

.c-ttl02 {
	font-size: 1.5rem;
	line-height: 1.75;
}

.c-scroll-to-top {
	bottom: 5rem;
	height: 2.5rem;
	right: 0.9375rem;
	width: 2.5rem;
}

.p-contact {
	padding: 2.5rem 0 4.5rem;
}

.p-contact__inner {
	margin-top: 1.875rem;
}

.p-contact__message {
	font-size: 0.875rem;
	line-height: 2;
}

.p-contact-form__section-ttl {
	font-size: 0.875rem;
}

.p-contact-form__note {
	font-size: 0.875rem;
}

.p-contact-form__date-row {
	align-items: flex-start;
	flex-direction: column;
	gap: 0.5rem;
}

.p-domains {
	margin-top: 0.25rem;
	padding-bottom: 4.5rem;
	padding-top: 1.25rem;
}

.p-domains__slider-container {
	margin-top: 1.75rem;
}

.p-domains__section-title-h1 {
	font-size: 1.125rem;
	margin-bottom: 1rem;
	margin-top: 1.875rem;
}

.p-domains__box {
	padding: 0.75rem 2rem 0.625rem;
}

.p-domains__slider {
	padding-bottom: 0;
}

.p-domains__slide-caption {
	font-size: 0.6875rem;
	margin-top: 0.5rem;
}

.p-domains__slider-prev,
.p-domains__slider-next {
	height: 1.625rem;
	top: calc(50% + 0.9375rem);
	width: 1.625rem;
}

.p-domains__slider-prev::after,
.p-domains__slider-next::after {
	font-size: 0.75rem;
}

.p-domains__slider-prev {
	left: 1.25rem;
}

.p-domains__slider-next {
	right: 1.25rem;
}

.p-domains__slider-container.is-single .p-domains__box {
	max-width: 100%;
}

.p-domains__slider-container.is-double .swiper-wrapper {
	gap: 1.25rem;
	grid-template-columns: 1fr;
}

.p-domains__content {
	margin-top: 2rem;
}

.p-domains__intro {
	font-size: 0.875rem;
}

.p-domains__section {
	margin-top: 1.875rem;
}

.p-domains__section-title {
	font-size: 1.125rem;
	margin-bottom: 1rem;
}

.p-domains__list-item::before {
	top: 0.375rem;
}

.p-domains__list-item {
	font-size: 0.875rem;
	line-height: 1.7142857143;
	margin-bottom: 0.75rem;
}

.p-domains__buttons {
	align-items: center;
	flex-direction: column;
	gap: 1.5rem;
	margin-top: 2.5rem;
}

.p-domains__btn {
	font-size: 0.875rem;
	min-width: 0;
	padding: 0.875rem 1.5rem;
	width: 100%;
}

.p-download {
	padding: 2.5rem 0 4.5rem;
}

.p-download__inner {
	margin-top: 1.875rem;
}

.p-download__message {
	font-size: 0.875rem;
}

.p-download__txt {
	font-size: 0.875rem;
}

.p-footer {
	margin-bottom: 5.75rem;
	padding-inline: 1.25rem;
}

.p-footer__inner {
	align-items: flex-start;
	flex-direction: column;
	gap: 1.125rem;
}

.p-footer__inner-bottom {
	flex-direction: column;
	gap: 1rem;
	margin-top: 1.375rem;
}

.p-footer__inner-bottom-list {
	margin-left: auto;
	padding-inline: 0;
}

.p-footer__inner-bottom-list .p-footer__inner-bottom-item:last-child .p-footer__inner-bottom-link {
	padding-right: 0;
}

small {
	font-size: 0.625rem;
	letter-spacing: 0;
	margin-left: auto;
}

.p-footer__logo {
	margin-top: 0.5rem;
}

.p-footer__logo p {
	font-size: 1.0625rem;
	line-height: 1.4;
	padding-left: 2.6875rem;
	width: 15.35625rem;
}

.p-footer__logo p::before {
	height: 1.910625rem;
	width: 2.32375rem;
}

.p-footer__cop-parent {
	margin-top: 1.5rem;
}

.p-footer__cop-parent img {
	width: 13.125rem;
}

.p-footer__nav {
	margin-top: 0;
	padding-left: 0;
}

.p-footer__nav.is-active {
	left: 0;
	transition: 0.3s;
}

.p-footer__nav-list {
	gap: 1.75rem;
	width: 100%;
}

.p-footer__nav-item-link {
	font-size: 0.8125rem;
}

.p-fv {
	height: calc(100svh - 4.75rem - 3rem);
}

.p-fv__content {
	align-items: center;
	justify-content: center;
}

.p-fv__content-message {
	width: 18.75rem;
}

.fv-line {
	margin-bottom: 0.5rem;
}

.fv-text {
	font-size: 0.75rem;
	padding: 0.5rem 0.75rem;
}

.fv-text-1 {
	font-size: 0.6875rem;
}

.fv-text-2 {
	font-size: 0.875rem;
}

.fv-text-3 {
	font-size: 0.625rem;
}

.p-header {
	height: 3rem;
}

.p-header__logo {
	padding-left: 0.625rem;
	width: 11.6rem;
}

.p-header__logo h1,
.p-header__logo p {
	font-size: 0.75rem;
	padding-left: 1.25rem;
}

.p-header__logo h1::before,
.p-header__logo p::before {
	height: 0.8805rem;
	width: 1.0712625rem;
}

.p-header__nav {
	background: #f1f9fb;
	flex-direction: column;
	justify-content: flex-start;
	left: 100%;
	padding: 4rem 1.25rem;
	position: fixed;
	top: 3rem;
	width: 100%;
}

.p-header__nav.is-active {
	left: 0;
	transition: 0.3s;
}

.p-header__nav-sub {
	display: none;
}

.p-header__nav-list {
	flex-direction: column;
	width: 100%;
}

.p-header__nav-sub-sp {
	display: flex;
	flex-direction: column;
	margin-top: 3.75rem;
}

.p-header__nav-item {
	height: initial;
	width: 100%;
}

.p-header__nav-item-link {
	align-items: center;
	background: #FFF;
	display: flex;
	font-size: 1.0625rem;
	height: initial;
	height: 4.375rem;
	justify-content: flex-start;
	padding: 1.25rem;
	width: 100%;
}

.p-header__nav-item-link.is-active::after {
	width: initial;
}

.p-header__nav-item-link:hover::after {
	width: initial;
}

.p-header__content {
	margin-left: auto;
}

.p-header__cop-parent {
	padding-right: 0.625rem;
	width: fit-content;
}

.p-header__cop-parent img {
	max-width: 120px;
	width: 30.7692307692vw;
}

.p-header__cop-parent a {
	padding: 3.0769230769vw 2.5641025641vw;
}

.p-header__nav-button {
	align-items: center;
	background: linear-gradient(to right, #085ea1, #00b894);
	cursor: pointer;
	display: block;
	display: flex;
	flex-direction: column-reverse;
	height: 2.875rem;
	transition: all 0.3s ease-in-out;
	width: 2.875rem;
	z-index: 1001;
}

.p-header__hamburger-line,
.p-header__hamburger-line::before,
.p-header__hamburger-line::after {
	width: 1.25rem;
}

.p-header__hamburger-txt {
	color: #232323;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.075rem;
}

.p-header__inner-bottom-list {
	padding-inline: 0;
}

.p-header__inner-bottom-list .p-header__inner-bottom-item:last-child .p-header__inner-bottom-link {
	padding-right: 0;
}

.p-sp {
	align-items: center;
	bottom: 0;
	display: flex;
	height: 4.75rem;
	justify-content: center;
	left: 0;
	margin-inline: initial;
	position: fixed;
	width: 100%;
	z-index: 98;
}

.p-sp__nav-sub {
	display: flex;
}

.p-sp__nav-list {
	flex-direction: column;
	width: 100%;
}

.p-top-access__inner {
	padding-top: 2.5rem;
}

.p-top-access__list {
	gap: 3.125rem;
	grid-template-columns: 1fr;
	padding: 1.25rem;
	padding-bottom: 4.375rem;
}

.p-top-access__caption {
	font-size: 0.875rem;
	line-height: 2;
}

.p-top-access__info-ttl02 {
	font-size: 0.9375rem;
}

.p-top-access__info-head {
	font-size: 1rem;
	line-height: 2;
}

.p-top-access__info-txt {
	font-size: 0.875rem;
	line-height: 2;
}

.p-top-access__info-btn-link {
	align-items: center;
	display: flex;
	justify-content: center;
}

.p-top-access__contact-btn {
	height: 3.75rem;
	max-width: 16.875rem;
	padding: initial;
	width: 100%;
}

.p-top-access__contact-txt {
	font-size: 0.875rem;
	line-height: 2;
	text-align: left;
}

.p-top-center {
	padding-block: 1.6875rem 3.875rem;
}

.p-top-center__inner {
	flex-direction: column;
	gap: 3rem;
	margin-top: 0.75rem;
}

.p-top-center__lead {
	font-size: 1.1875rem;
	line-height: 1.4210526316;
}

.p-top-center__text {
	font-size: 0.875rem;
	margin-top: 0.625rem;
}

.p-top-center__btn-outline {
	width: 100%;
}

.p-top-center__cta {
	width: 100%;
}

.p-top-center__btn-blue {
	height: 2.425rem;
	padding: initial;
	width: 100%;
}

.p-top-center__media {
	max-width: 100%;
	width: 100%;
}

.p-top-center__slider-main img {
	height: auto;
}

.p-top-center__thumbs {
	grid-template-columns: repeat(4, 1fr);
}

.p-top-domains__inner {
	padding-top: 1.25rem;
}

.p-top-topics {
	margin-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.p-top-topics__list {
	grid-template-columns: 1fr;
}

.p-top-topics__item:not(:first-child) {
	border-bottom: none;
}

.p-top-topics__item:last-child {
	border-bottom: 1px solid #c0e4ee;
}

.p-top-topics__item-inner {
	gap: 0.875rem;
}

.p-top-topics__item-img {
	height: 5rem;
	width: 7.25rem;
}

.p-top-topics__item-box-date {
	font-size: 0.6875rem;
	line-height: 1.7272727273;
}

.p-top-topics__item-box-ttl {
	font-size: 0.9375rem;
	line-height: 1.6666666667;
}

.p-top-topics__item-meta--pc {
	display: none;
}

.p-top-topics__item-meta--sp {
	align-items: center;
	display: flex;
}

.p-top-topics__item-link {
	height: 1.75rem;
	margin-right: initial;
	width: 1.75rem;
}

.p-top-topics__link {
	margin-top: 2.5rem;
}

.p-topics-single {
	padding-block: 1.25rem 3.75rem;
}

.p-topics {
	margin-top: 2.5rem;
	padding-bottom: 4.5rem;
}

.p-topics__list {
	grid-template-columns: 1fr;
}

.p-topics__item-inner {
	gap: 0.875rem;
}

.p-topics__item-img {
	height: 5rem;
	width: 7.25rem;
}

.p-topics__item-box-date {
	font-size: 0.6875rem;
	line-height: 1.7272727273;
}

.p-topics__item-box-ttl {
	font-size: 0.9375rem;
	line-height: 1.6666666667;
}

.p-topics__item-meta--pc {
	display: none;
}

.p-topics__item-meta--sp {
	align-items: center;
	display: flex;
}

.p-topics__item-link {
	height: 1.75rem;
	margin-right: initial;
	width: 1.75rem;
}

.p-topics__link {
	margin-top: 2.5rem;
}

.p-topics-single-meta {
	padding-bottom: 0.375rem;
	padding-inline: 1rem;
	padding-top: 1rem;
}

.p-topics-single-meta-time {
	font-size: 0.75rem;
}

.p-topics-single-meta-ttl {
	font-size: 1.125rem;
	line-height: 1.5555555556;
	margin-top: 1.125rem;
}

.p-topics-single-body {
	padding-bottom: 2.5rem;
	padding-inline: 1rem;
	padding-top: 1.75rem;
}

.p-topics-single-body {
	font-size: 0.875rem;
}

.p-topics-single-body h2 {
	font-size: 1rem;
}

.p-topics-single-body h2::before {
	height: 1.6875rem;
	width: 0.3125rem;
}

.u-hidden-pc {
	display: block;
}

.u-hidden-pc-ib {
	display: inline-block;
}

.u-hidden-sp {
	display: none;
}

.u-hidden-sp-ib {
	display: none;
}

.u-hidden-pc-f {
	display: flex;
}

.u-hidden-sp-f {
	display: none;
}

.u-hidden-sp-if {
	display: none;
}

.u-sp-ib {
	display: inline-block;
}

.u-hidden-tab {
	display: inline-block;
}

.u-hidden-tab-sp {
	display: none;
}

}

@media (max-width: 390px) {

html {
	font-size: 4.1025641026vw;
}

}

@keyframes fadeSlideIn {

0% {
	opacity: 0;
	transform: translateY(-20px);
}

100% {
	opacity: 1;
	transform: translateY(0);
}

}

