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

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

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

html {
	font-size: 16px;
}

body {
	background-color: #FCFDFD;
	color: #3A3A3C;
	font-family: "DM Sans", sans-serif;
}

/* link */

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

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

a:hover {
	opacity: 0.8;
}

/* img */

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

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

/*! 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;
	-webkit-box-sizing: border-box;
	        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;
}

/* 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;
	-webkit-box-sizing: content-box;
	        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 {
	-webkit-appearance: none; /* 1 */
	-moz-appearance: none;
	appearance: none;
	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;
}

/* フェード設定 */

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

.splide__container {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
}

.splide__list {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
	display: block;
}

.splide__pagination {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0;
	pointer-events: none;
}

.splide__pagination li {
	display: inline-block;
	line-height: 1;
	list-style-type: none;
	margin: 0;
	pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
	display: none;
}

.splide__progress__bar {
	width: 0;
}

.splide {
	position: relative;
	visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
	visibility: visible;
}

.splide__slide {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	list-style-type: none !important;
	margin: 0;
	position: relative;
}

.splide__slide img {
	vertical-align: bottom;
}

.splide__spinner {
	-webkit-animation: splide-loading 1s linear infinite;
	        animation: splide-loading 1s linear infinite;
	border: 2px solid #999;
	border-left-color: transparent;
	border-radius: 50%;
	bottom: 0;
	contain: strict;
	display: inline-block;
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}

.splide__sr {
	clip: rect(0 0 0 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
	display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
	display: inline;
}

.splide__track {
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.splide__track--draggable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	    user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
	margin: 0 !important;
	opacity: 0;
	z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
	opacity: 1;
	z-index: 1;
}

.splide--rtl {
	direction: rtl;
}

.splide__track--ttb > .splide__list {
	display: block;
}

.splide__arrow {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #ccc;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 2em;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	opacity: 0.7;
	padding: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 2em;
	z-index: 1;
}

.splide__arrow svg {
	fill: #000;
	height: 1.2em;
	width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
	opacity: 0.9;
}

.splide__arrow:disabled {
	opacity: 0.3;
}

.splide__arrow:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__arrow--prev {
	left: 1em;
}

.splide__arrow--prev svg {
	-webkit-transform: scaleX(-1);
	        transform: scaleX(-1);
}

.splide__arrow--next {
	right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__pagination {
	bottom: 0.5em;
	left: 0;
	padding: 0 1em;
	position: absolute;
	right: 0;
	z-index: 1;
}

.splide__pagination__page {
	background: #ccc;
	border: 0;
	border-radius: 50%;
	display: inline-block;
	height: 8px;
	margin: 3px;
	opacity: 0.7;
	padding: 0;
	position: relative;
	-webkit-transition: -webkit-transform 0.2s linear;
	transition: -webkit-transform 0.2s linear;
	transition: transform 0.2s linear;
	transition: transform 0.2s linear, -webkit-transform 0.2s linear;
	width: 8px;
}

.splide__pagination__page.is-active {
	background: #fff;
	-webkit-transform: scale(1.4);
	        transform: scale(1.4);
	z-index: 1;
}

.splide__pagination__page:hover {
	cursor: pointer;
	opacity: 0.9;
}

.splide__pagination__page:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__progress__bar {
	background: #ccc;
	height: 3px;
}

.splide__slide {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
	outline: 0;
}

.splide__toggle {
	cursor: pointer;
}

.splide__toggle:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
	border: 3px solid transparent;
	cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
	border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
	left: auto;
	right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
	-webkit-transform: scaleX(1);
	        transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
	left: 1em;
	right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
	-webkit-transform: scaleX(-1);
	        transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
	left: 50%;
	-webkit-transform: translate(-50%);
	        transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
	top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
	bottom: 1em;
	top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.splide__pagination--ttb {
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	left: auto;
	padding: 1em 0;
	right: 0.5em;
	top: 0;
}

.l-404 {
	margin-top: 10rem;
}

.l-about {
	margin-top: 4.5rem;
}

.l-access {
	margin-top: 7.5rem;
}

.l-contactUs {
	margin-top: 11.25rem;
}

.l-faq {
	margin-top: 12.5rem;
}

.l-header {
	left: 0;
	position: fixed;
	top: 0;
	z-index: 50;
}

.l-information-single {
	margin-top: 12.5rem;
}

.l-information {
	margin-top: 12.5rem;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: calc(1000px + 6.6666%);
	padding-left: 3.3333%;
	padding-right: 3.3333%;
	width: 100%;
}

.l-message {
	margin-top: 12.5rem;
}

.l-outline {
	margin-top: 7.5rem;
}

.l-privacy {
	margin-top: 10rem;
}

.l-protection {
	margin-top: 10rem;
}

.l-scroll-top {
	bottom: 0.625rem;
	position: fixed;
	right: 0.625rem;
}

.l-section {
	margin-top: 12.5rem;
}

.l-section._contact {
	margin-block: 10rem 12.5rem;
}

.l-single {
	margin-top: 12.5rem;
}

.l-top-business {
	margin-top: 12.5rem;
}

.l-top-information {
	margin-top: 10rem;
}

.l-top-news {
	margin-top: 9.125rem;
}

.c-accordion summary::-webkit-details-marker {
	display: none;
}

.c-accordion__title {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #FCFDFD;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-left: 0.375rem;
	padding: 1.25rem 2.5rem;
	text-decoration: none;
	width: 100%;
}

.c-accordion__icon i {
	font-size: 0.875rem;
	margin-left: 0.375rem;
	position: relative;
	right: 0;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.c-accordion.is-open .c-accordion__icon i {
	-webkit-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}

.c-accordion__content {
	color: #FCFDFD;
	font-size: 0.875rem;
	overflow: hidden;
	text-decoration: none;
}

.c-accordion__content-inner {
	padding-block: 0.75rem;
}

/* .c-accordion--type1 */

.c-accordion--type1 .c-accordion__title {
	background: #FCFDFD;
	color: #3A3A3C;
	-webkit-transition: border 0.3s;
	transition: border 0.3s;
}

.c-accordion--type1 .c-accordion__icon i {
	font-size: 1.25rem;
}

/* .c-accordion--type2 */

.c-accordion--type2 .c-accordion__title {
	position: relative;
}

.c-accordion--type2 .c-accordion__icon::before,
.c-accordion--type2 .c-accordion__icon::after {
	background: #FCFDFD;
	content: "";
	height: 0.125rem;
	position: absolute;
	right: 1.875rem;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	width: 0.9375rem;
}

.c-accordion--type2 .c-accordion__icon::after {
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
	        transform: translate(-50%, -50%) rotate(-90deg);
}

.c-accordion--type2.is-open .c-accordion__icon::after {
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	        transform: translate(-50%, -50%) rotate(0deg);
}

.c-banner1 {
	background: linear-gradient(93deg, #063291 3.17%, #3E7CBA 95.62%);
	border-radius: 0.5rem;
	color: #FCFDFD;
	display: inline-block;
	height: 3rem;
	padding: 0.5rem 1rem 0.3125rem 2.5rem;
	position: relative;
	text-align: center;
	width: 48vw;
}

.c-banner1::before {
	background-image: url(../images/common/tel-icon@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0.5625rem;
	content: "";
	-webkit-filter: brightness(0) invert(1);
	        filter: brightness(0) invert(1);
	height: 1.5rem;
	left: calc(50% - 5rem);
	position: absolute;
	width: 1.5rem;
}

.c-banner1__title {
	font-size: 1rem;
	font-weight: 700;
}

.c-banner1__time {
	font-size: 0.75rem;
	font-weight: 500;
}

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

.c-banner2 {
	background: linear-gradient(93deg, #063291 3.17%, #3E7CBA 95.62%);
	border-radius: 0.5rem;
	color: #FCFDFD;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	height: 3rem;
	line-height: normal;
	padding: 0.75rem 1.3125rem 0.75rem 3.875rem;
	position: relative;
	position: relative;
	text-align: center;
	width: 48vw;
}

.c-banner2::before {
	background-image: url(../images/common/mail-icon@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	-webkit-filter: brightness(0) invert(1);
	        filter: brightness(0) invert(1);
	height: 1.5rem;
	left: calc(50% - 4.0625rem);
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1.5rem;
}

.c-blog__wrapper {
	grid-gap: 5rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -ms-grid;
	display: grid;
	gap: 5rem;
	-ms-grid-columns: 15rem 1fr;
	grid-template-columns: 15rem 1fr;
}

.c-blog__img {
	aspect-ratio: 240/160;
	display: block;
	overflow: hidden;
}

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

.c-blog__contents {
	position: relative;
}

.c-blog__contents::before {
	border: 0.0625rem solid #083593;
	border-radius: 50%;
	content: "";
	height: 4rem;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 4rem;
	z-index: 1;
}

.c-blog__contents::after {
	background-image: url(../images/common/arrow-icon-blue@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 0.75rem;
	position: absolute;
	right: 1.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 1.0625rem;
}

.c-blog__head {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #083593;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-weight: 400;
	gap: 4.5rem;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.c-blog__category {
	border: 0.0625rem solid #083593;
	display: inline-block;
	font-size: 0.875rem;
	line-height: 26px;
	padding: 0.1875rem 0.75rem;
	text-align: center;
}

.c-blog__data {
	font-size: 1rem;
	line-height: normal;
}

.c-blog__title {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: normal;
	margin-right: 5.5rem;
	margin-top: 2rem;
}

.c-breadcrumb {
	padding-block: 0.5rem;
}

.c-breadcrumb__items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.c-breadcrumb__item {
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	line-height: normal;
	padding-right: 1.625rem;
	position: relative;
}

.c-breadcrumb__item::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 0.6875rem;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.8125rem;
}

.c-breadcrumb__item:last-child::before {
	display: none;
}

.c-breadcrumb__link {
	text-transform: capitalize;
}

.c-button1 {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: linear-gradient(93deg, #063291 3.17%, #3E7CBA 95.62%);
	border-radius: 1.8125rem;
	color: #FCFDFD;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3125;
	padding: 0.84375rem 3.125rem 0.84375rem 3.75rem;
	position: relative;
	width: min(12.8125rem, 100%);
}

.c-button1::before {
	background-image: url(../images/common/mail-icon-white@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.5625rem;
	left: 1.5625rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1.5625rem;
}

.c-button1::after {
	background-image: url(../images/common/arrow-icon@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	-webkit-filter: brightness(0) invert(1);
	        filter: brightness(0) invert(1);
	height: 0.75rem;
	position: absolute;
	right: 1.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 1rem;
}

.c-button1._white {
	background: #FCFDFD;
	border: 0.0625rem solid #3A3A3C;
	color: #3A3A3C;
}

.c-button1._white::before {
	background-image: url(../images/common/people-icon@2x.png);
}

.c-button1._white::after {
	-webkit-filter: none;
	        filter: none;
}

.c-button2 {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: linear-gradient(93deg, #063291 3.17%, #3E7CBA 95.62%);
	border-radius: 1.8125rem;
	color: #FCFDFD;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3125;
	padding: 1rem 3.3125rem 1rem 1.5rem;
	position: relative;
}

.c-button2::after {
	background-image: url(../images/common/arrow-icon@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	-webkit-filter: brightness(0) invert(1);
	        filter: brightness(0) invert(1);
	height: 0.75rem;
	position: absolute;
	right: 1.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 1.0625rem;
}

.c-button2._white {
	background: #FCFDFD;
	color: #3A3A3C;
}

.c-button2._white::before {
	background-image: url(../images/common/people-icon@2x.png);
}

.c-button2._white::after {
	-webkit-filter: none;
	        filter: none;
}

.c-button3 {
	background: linear-gradient(93deg, #3E7CBA 3.17%, #BAD2EA 30.91%, #F9F9F9 58.64%);
	border-radius: 2.46875rem;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	height: 5rem;
	line-height: 1.3125;
	padding: 1.0625rem 1.25rem 1.125rem 3.4375rem;
	position: relative;
	text-align: center;
	width: min(17.5rem, 100%);
	width: 17.5rem;
}

.c-button3::before {
	background-image: url(../images/common/tel-icon@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 2.25rem;
	left: 1.125rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 2.25rem;
}

.c-button3__text-tel {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.2777777778;
}

.c-button3__text-time {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.3125;
}

.c-button3__text-time span {
	font-size: 0.875rem;
}

.c-button4 {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: linear-gradient(93deg, #3E7CBA 3.17%, #BAD2EA 30.91%, #F9F9F9 58.64%);
	border-radius: 2.46875rem;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	height: 5rem;
	line-height: 1.3;
	padding: 1.625rem 3.5rem 1.75rem 6.5rem;
	position: relative;
	width: min(17.5rem, 100%);
}

.c-button4::before {
	background-image: url(../images/common/mail-icon@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 2rem;
	left: 3.5rem;
	position: absolute;
	top: 49%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 2rem;
}

.c-button5 {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: linear-gradient(93deg, #063291 3.17%, #3E7CBA 95.62%);
	border-radius: 2.46875rem;
	color: #FCFDFD;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.3;
	padding: 0.8125rem 1.8125rem 0.875rem 4.25rem;
	position: relative;
	text-align: center;
	width: min(17.5rem, 100%);
}

.c-button5::before {
	background-image: url(../images/common/tel-icon@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	-webkit-filter: brightness(0) invert(1);
	        filter: brightness(0) invert(1);
	height: 2.0625rem;
	left: 1.625rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 2.0625rem;
}

.c-button5__text-tel {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.3125;
}

.c-button5__text-time {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.3125;
	margin-top: 0.0625rem;
}

.c-button5__text-time span {
	font-size: 1rem;
}

.c-button6 {
	background: linear-gradient(93deg, #063291 3.17%, #3E7CBA 95.62%);
	background: var(--gradation, linear-gradient(93deg, #063291 3.17%, #3E7CBA 95.62%));
	border-radius: 1.5rem;
	display: inline-block;
	padding: 0.625rem 2.53125rem 0.5625rem 5.34375rem;
	position: relative;
}

.c-button6::before {
	background-image: url(../images/common/tel-icon@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	-webkit-filter: brightness(0) invert(1);
	        filter: brightness(0) invert(1);
	height: 3rem;
	left: 1.3125rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 3rem;
}

.c-button6__texts {
	color: #FCFDFD;
	line-height: normal;
	text-align: center;
}

.c-button6__text {
	font-size: 1rem;
	font-weight: 700;
}

.c-button6__tel {
	font-size: 1.375rem;
	font-weight: 500;
}

.c-button6__time {
	font-size: 1rem;
	font-weight: 500;
}

.c-button6__time span {
	font-size: 0.875rem;
}

.c-card {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;
}

.c-card__img {
	aspect-ratio: 360/240;
	display: block;
	overflow: hidden;
}

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

.c-card__body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-top: 1.25rem;
}

.c-card__category {
	background: #083593;
	border-radius: 0.25rem;
	color: #FCFDFD;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.2857142857;
	padding: 0.625rem 0.875rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-card__content {
	margin-top: auto;
}

.c-card__title {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.4444444444;
	margin-top: 1rem;
}

.c-card__item {
	grid-gap: 2rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -ms-grid;
	display: grid;
	gap: 2rem;
	-ms-grid-columns: 3.375rem 1fr;
	grid-template-columns: 3.375rem 1fr;
	margin-top: 1rem;
}

.c-card__dt {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.4444444444;
}

.c-card__dd {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.3125;
}

.c-contactUs {
	padding-block: 6.8125rem 9rem;
	position: relative;
	text-align: center;
}

.c-contactUs._contact {
	display: none;
}

.c-contactUs::before {
	background-image: url(../images/common/contact-bg@2x.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.c-contactUs::after {
	background: rgba(58, 58, 60, 0.7);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.c-contactUs__text {
	color: #FCFDFD;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3125;
	margin-top: -0.5rem;
}

.c-contactUs__buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 10rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 5.375rem;
}

.c-dl__item {
	display: -ms-grid;
	display: grid;
	font-size: 1rem;
	-ms-grid-columns: 17.5rem 1fr;
	grid-template-columns: 17.5rem 1fr;
	height: 4rem;
	line-height: normal;
}

.c-dl__itemTerm {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #DDDFE5;
	border-left: 0.0625rem solid rgba(58, 58, 60, 0.5);
	border-top: 0.0625rem solid rgba(58, 58, 60, 0.5);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-weight: 400;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.c-dl__itemDescription {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #FCFDFD;
	border-left: 0.0625rem solid rgba(58, 58, 60, 0.5);
	border-right: 0.0625rem solid rgba(58, 58, 60, 0.5);
	border-top: 0.0625rem solid rgba(58, 58, 60, 0.5);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-inline: 4rem;
}

.c-dl .c-dl__item:last-child .c-dl__itemTerm,
.c-dl .c-dl__item:last-child .c-dl__itemDescription {
	border-bottom: 0.0625rem solid rgba(58, 58, 60, 0.5);
}

.c-dl__text {
	line-height: 1.2;
}

.c-dl2__item {
	border-top: 0.0625rem solid rgba(8, 53, 147, 0.4);
	display: -ms-grid;
	display: grid;
	font-size: 1rem;
	-ms-grid-columns: 12.5rem 1fr;
	grid-template-columns: 12.5rem 1fr;
	line-height: normal;
}

.c-dl2__item:last-child {
	border-bottom: 0.0625rem solid rgba(8, 53, 147, 0.4);
}

.c-dl2__itemTerm,
.c-dl2__itemDescription {
	padding-block: 1.3125rem 1.375rem;
}

.c-dl2__itemTerm {
	font-weight: 700;
	text-align: center;
}

.c-dl2__itemDescription {
	font-weight: 400;
	padding-inline: 4.25rem;
}

.c-drawer__button {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 2rem transparent;
	        box-shadow: 0 0 2rem transparent;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 3.125rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 3.125rem;
	z-index: 200;
}

.c-drawer__button::before {
	border-radius: 50%;
	content: "menu";
	display: block;
	font-size: 16px;
	font-weight: 500;
	height: 1.3125rem;
	line-height: 1.3125;
	position: absolute;
	right: -1.875rem;
	text-transform: capitalize;
	top: 55%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 2.6875rem;
}

.c-drawer__button.is-open::before {
	color: #FCFDFD;
	content: "close";
	top: 53%;
}

.c-drawer__line {
	font-size: 0;
}

.c-drawer__line,
.c-drawer__line::after {
	background-color: #3A3A3C;
	content: "";
	display: block;
	height: 0.125rem;
	position: absolute;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 1rem;
}

.c-drawer__line::after {
	top: 0.375rem;
}

.c-drawer__button[aria-expanded=true] .c-drawer__line {
	background-color: #FCFDFD;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	width: 1.5rem;
}

.c-drawer__button[aria-expanded=true] .c-drawer__line::after {
	background-color: #FCFDFD;
	top: 0;
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
	width: 1.5rem;
}

.c-drawer__modal {
	background: rgba(252, 253, 253, 0.95);
	display: block;
	height: 100vh;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	visibility: hidden;
	width: 100vw;
	z-index: -1;
}

.c-drawer__modal.is-open {
	opacity: 1;
	overflow-x: hidden;
	overflow-y: scroll;
	visibility: visible;
	z-index: 100;
}

.c-drawer__lists {
	margin-block: 100px;
	text-align: center;
	text-align: center;
	width: 100%;
	width: 100%;
}

.c-drawer__link {
	color: #FCFDFD;
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3125;
	padding-block: 1.25rem;
	text-align: center;
}

.c-drawer__listsLv2 {
	margin-top: 3.875rem;
}

.c-drawer__listLv2:nth-child(n+2) {
	margin-top: 2.5rem;
}

/* c-drawer--open-right */

.c-drawer--open-right .c-drawer__modal {
	-webkit-transform: translateX(100%);
	        transform: translateX(100%);
}

.c-drawer--open-right .c-drawer__modal.is-open {
	background: linear-gradient(93deg, #063291 3.17%, #3E7CBA 95.62%);
	border: 0.0625rem solid #000;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

/* c-drawer--open-left */

.c-drawer--open-left .c-drawer__modal {
	-webkit-transform: translateX(-100%);
	        transform: translateX(-100%);
}

.c-drawer--open-left .c-drawer__modal.is-open {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

/* c-drawer--open-top */

.c-drawer--open-top .c-drawer__modal {
	-webkit-transform: translateY(-100%);
	        transform: translateY(-100%);
}

.c-drawer--open-top .c-drawer__modal.is-open {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.c-form-confirmation__contents .c-form-confirmation__item:nth-child(n+2) {
	margin-top: 4.4375rem;
}

.c-form-confirmation__item {
	grid-column-gap: 6.1875rem;
	-moz-column-gap: 6.1875rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 6.1875rem;
	        column-gap: 6.1875rem;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 16.625rem 1fr;
	grid-template-columns: 16.625rem 1fr;
}

.c-form-confirmation__item._top {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.c-form-confirmation__dt {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.c-form-confirmation__item-text {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: normal;
	padding-left: 1rem;
	position: relative;
}

.c-form-confirmation__item-text::before {
	background: #083593;
	content: "";
	height: 1.5rem;
	left: 0rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.375rem;
}

.c-form-confirmation__accent {
	background-color: #D10C0C;
	border-radius: 0.75rem;
	color: #FCFDFD;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 400;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: normal;
	padding: 0.1875rem 0.625rem 0.1875rem 0.5625rem;
}

.c-form-confirmation__value {
	display: block;
	font-weight: 400;
	line-height: normal;
}

.c-form-confirmation__value--accent {
	line-height: 1.75rem;
}

.c-form-confirmation__value:nth-child(n+2) {
	margin-top: 0.625rem;
}

.c-form__item {
	grid-column-gap: 5.3125rem;
	-moz-column-gap: 5.3125rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 5.3125rem;
	        column-gap: 5.3125rem;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 15.5rem 1fr;
	grid-template-columns: 15.5rem 1fr;
	margin-top: 3.0625rem;
}

.c-form__grid .wpcf7-radio {
	grid-row-gap: 1.875rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 8.75rem 12.5rem 7.875rem;
	grid-template-columns: 8.75rem 12.5rem 7.875rem;
	row-gap: 1.875rem;
}

.c-form__grid .wpcf7-list-item,
.c-form__grid .wpcf7-radio span {
	margin: 0;
}

.c-form__item._top {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.c-form__item:first-child {
	margin-top: 0;
}

.c-form__dt {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.c-form__item-text {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: normal;
	padding-left: 0.875rem;
	position: relative;
}

.c-form__item-text::before {
	background: #083593;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.375rem;
}

.c-form__accent {
	background-color: #D10C0C;
	border-radius: 0.75rem;
	color: #FCFDFD;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 400;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: normal;
	padding: 0.1875rem 0.625rem 0.1875rem 0.5625rem;
	text-align: center;
}

.c-form__text {
	font-size: 1.25rem;
	line-height: normal;
	margin-top: 5rem;
}

.c-form__button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 7.5rem;
}

.c-form__input-wrapper {
	display: inline-block;
	max-width: 20rem;
	position: relative;
	text-align: center;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	width: 100%;
}

.c-form__input-wrapper::before {
	background-image: url(../images/common/arrow-icon-blue@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	-webkit-filter: brightness(0) invert(1);
	        filter: brightness(0) invert(1);
	height: 0.75rem;
	position: absolute;
	right: 2rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
	width: 1.0625rem;
	z-index: 1;
}

.c-form__input-wrapper input {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: linear-gradient(93deg, #063291 3.17%, #3E7CBA 95.62%);
	border-radius: 2.875rem;
	color: #FCFDFD;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 1.5rem;
	line-height: normal;
	padding: 0.78125rem 3.75rem 0.78125rem 2rem;
	position: relative;
	text-align: center;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.c-form__buttons-lower {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 7.5rem;
	text-align: center;
}

.c-form__input-wrapper._reverse::before {
	-webkit-filter: none;
	background-image: url(../images/common/arrow-icon-blue@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	filter: none;
	height: 0.75rem;
	left: 2rem;
	position: absolute;
	top: 63%;
	-webkit-transform: translateY(-50%) scaleX(-1);
	        transform: translateY(-50%) scaleX(-1);
	-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
	width: 1.0625rem;
	z-index: 1;
}

.c-form__input-wrapper._reverse input {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #FCFDFD;
	border: 0.0625rem solid #083593;
	border-radius: 2.875rem;
	color: #083593;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 1.5rem;
	line-height: normal;
	padding: 0.71875rem 2rem 0.71875rem 3.75rem;
	position: relative;
	text-align: center;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.c-form__buttons-lower .c-form__input-wrapper input {
	width: 19.25rem;
}

.thumbnail {
	opacity: 0.3;
}

.thumbnail.is-active {
	opacity: 1;
}

.c-gallery {
	margin-inline: auto;
	max-width: 50rem;
	width: 100%;
}

.thumbnails {
	grid-gap: 1.625rem;
	display: -ms-grid;
	display: grid;
	gap: 1.625rem;
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
	margin-inline: auto;
	margin-top: 1.625rem;
	max-width: 50rem;
	width: 100%;
}

.thumbnail img {
	height: auto;
	width: 100%;
}

.c-gallery__slide {
	aspect-ratio: 800/480;
	display: block;
	overflow: hidden;
}

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

.c-gallery__thumbnail {
	aspect-ratio: 180/120;
	display: block;
	overflow: hidden;
}

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

.c-head-title {
	color: #3A3A3C;
}

.c-head-title__en::first-letter {
	text-transform: uppercase;
}

.c-head-title__en {
	font-family: "DM Sans", sans-serif;
	font-size: 8rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1;
}

.c-head-title__en._uppercase {
	text-transform: uppercase;
}

.c-head-title__jp {
	font-family: "Zen Old Mincho", serif;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.4583333333;
	margin-top: -0.75rem;
}

.c-head-title._long .c-head-title__en {
	color: #3A3A3C;
	font-family: "DM Sans", sans-serif;
	font-size: 6rem;
	text-transform: inherit;
}

.c-head-title._long .c-head-title__en::first-letter {
	text-transform: uppercase;
}

.c-head-title._long .c-head-title__jp {
	color: #3A3A3C;
	margin-top: 0.5rem;
}

.c-head-title__en._small {
	font-size: 6rem;
	line-height: 100%;
}

.c-heading {
	font-weight: bold;
}

.c-heading--2 {
	border-bottom: 0.1875rem solid #3A3A3C;
	font-size: 1.5rem;
	padding-block: 0.625rem;
}

.c-heading--3 {
	border-left: 0.3125rem solid #3A3A3C;
	font-size: 1.25rem;
	padding: 0.3125rem 0 0.3125rem 0.625rem;
}

.c-list,
.c-list li ul {
	list-style-type: disc;
	padding-left: 1.875rem;
	padding-right: 0.625rem;
}

.c-list li {
	margin-bottom: 0.9375rem;
}

.c-list li ul li {
	margin-top: 0.9375rem;
}

.c-list--decimal,
.c-list--decimal li ul {
	list-style-type: decimal;
}

.c-list--arrow-start,
.c-list--arrow-start li ul {
	list-style-type: none;
}

.c-list--arrow-start li {
	position: relative;
}

.c-list--arrow-start li::before {
	content: "\f054";
	font-family: "Font Awesome 6 Free";
	font-size: 0.75rem;
	font-weight: 900;
	left: -1rem;
	position: absolute;
	top: 0.125rem;
}

.c-lower-head {
	height: 28.75rem;
	position: relative;
}

.c-lower-head::before {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgb(90, 90, 90)));
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgb(90, 90, 90));
	content: "";
	height: 9.375rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.c-lower-head__bg img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-lower-head__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	left: 50%;
	margin-inline: auto;
	max-width: 48.75rem;
	padding-inline: 3.3333%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 100%;
}

.c-lower-head__title {
	-ms-writing-mode: tb-rl;
	background: #3A3A3C;
	color: #FCFDFD;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 2.0625rem;
	height: 19.375rem;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	letter-spacing: 0.3125rem;
	padding-block: 0.3125rem;
	padding-top: 1.25rem;
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
}

.c-media1__contents {
	padding-top: 2.625rem;
	width: min(31.25rem, 100%);
}

.c-media1__contents-block {
	position: relative;
	text-align: center;
}

.c-media1__title {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.3;
}

.c-media1__title-small {
	font-size: 1.5rem;
	line-height: 1.6;
}

.c-media1__texts {
	background: rgba(252, 253, 253, 0.8);
	font-weight: 500;
	letter-spacing: 0.02rem;
	line-height: 1.8;
	margin-top: 2.25rem;
	padding: 1.25rem 1.25rem 1.25rem 0;
	text-align: justify;
}

.c-media1__button {
	margin-top: 2.25rem;
}

.c-media1__imgBlock {
	position: absolute;
	right: 0;
	top: 0;
	width: min(35rem, 100%);
	z-index: -1;
}

.c-media1__img {
	aspect-ratio: 560/440;
	display: block;
	overflow: hidden;
}

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

.c-media1._reverse .c-media1__contents {
	margin-left: auto;
	padding-top: 0.5625rem;
}

.c-media1._reverse .c-media1__title {
	line-height: 1;
}

.c-media1._reverse .c-media1__texts {
	margin-top: 1.9375rem;
	padding: 1.25rem 0 1.25rem 1.25rem;
}

.c-media1._reverse .c-media1__imgBlock {
	left: 0;
	right: auto;
}

.c-media2 {
	grid-gap: 3.75rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -ms-grid;
	display: grid;
	gap: 3.75rem;
	-ms-grid-columns: 15rem 1fr;
	grid-template-columns: 15rem 1fr;
}

.c-media2__img {
	aspect-ratio: 240/160;
	display: block;
	overflow: hidden;
}

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

.c-media2__title {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2916666667;
}

.c-media2__texts {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.02rem;
	line-height: 1.8;
	margin-top: 1.5rem;
}

.c-media3 {
	grid-gap: 3.125rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -ms-grid;
	display: grid;
	gap: 3.125rem;
	-ms-grid-columns: 28.125rem 1fr;
	grid-template-columns: 28.125rem 1fr;
}

.c-media3__img {
	aspect-ratio: 450/400;
	display: block;
	overflow: hidden;
}

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

.c-media3__text {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.32px;
	line-height: 180%;
}

.c-mv {
	position: relative;
}

.c-mv__img {
	aspect-ratio: 1440/840;
	display: block;
	overflow: hidden;
}

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

.c-mv__texts {
	bottom: 7.8472222222vw;
	color: #FCFDFD;
	font-family: "Zen Old Mincho", serif;
	left: 47%;
	position: absolute;
	text-align: center;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 100%;
}

.c-mv__text {
	font-size: clamp(1.5rem, -0.214rem + 3.571vi, 3rem);
	font-weight: 700;
	letter-spacing: 4.8px;
	line-height: 160%;
}

.c-mv__textAccent {
	font-size: clamp(3rem, -0.429rem + 7.143vi, 6rem);
	letter-spacing: 9.6px;
	text-shadow: 0 0 0.5rem rgba(106, 86, 65, 0.5);
}

.c-mv__buttons {
	bottom: 13.0555555556vw;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	opacity: 1;
	position: fixed;
	right: 2.3611111111vw;
	-webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	visibility: visible;
	z-index: 9999;
}

.c-mv__buttons.hidden {
	opacity: 0;
	visibility: hidden;
}

.c-mv__button:nth-child(n+2) {
	margin-top: 3.0625rem;
}

.c-mv__buttonsSp {
	display: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #FCFDFD;
	border: 0.0625rem solid #083593;
	border-radius: 0.5rem;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 400;
	height: 2.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: normal;
	margin-inline: 0.625rem;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	white-space: nowrap;
	width: 2.5rem;
}

.wp-pagenavi span.current {
	background: #083593;
	color: #FCFDFD;
}

.wp-pagenavi .previouspostslink {
	margin-right: 0.5rem;
}

.wp-pagenavi .nextpostslink {
	margin-left: 0.5rem;
}

.c-privacy__lists {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.00125rem;
	line-height: 1.8;
	text-align: justify;
}

.c-privacy__list:nth-child(n+2) {
	margin-top: 2.3125rem;
}

.c-privacy__title {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

.c-privacy__listsLv2 {
	list-style-type: decimal;
	margin-left: 1.25rem;
}

.c-privacy__listsLv3 {
	list-style-type: lower-alpha;
	margin-left: 1.25rem;
}

.c-privacy__listsLv4 {
	list-style-type: lower-roman;
	margin-left: 1.25rem;
}

.c-privacy__text--mt {
	margin-top: 1.875rem;
}

.c-scroll-top {
	display: inline-block;
	display: none;
}

.c-sidebar__title {
	border-bottom: 0.0625rem solid rgba(8, 53, 147, 0.4);
	font-size: 1.25rem;
	font-weight: 700;
	line-height: normal;
	padding-bottom: 0.5rem;
	padding-left: 0.375rem;
	text-transform: capitalize;
}

.c-sidebar__items {
	margin-top: 1.25rem;
}

.c-sidebar__item:nth-child(n+2) {
	margin-top: 1.5rem;
}

.c-sidebar__link {
	color: #3A3A3C;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.115em;
	line-height: 1.3125;
	padding-left: 2.1875rem;
	position: relative;
}

.c-sidebar__link::before {
	border: 0.0625rem solid #3A3A3C;
	content: "";
	height: 1rem;
	left: 0.375rem;
	position: absolute;
	top: 48%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1rem;
}

.c-sidebar__link--active::after {
	background-image: url(../images/common/check-icon@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 0.875rem;
	left: 0.5rem;
	position: absolute;
	top: 42%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1.125rem;
}

.c-single-pagenavi {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.5rem;
}

.c-single-pagenavi__homeButton a {
	background: linear-gradient(93deg, #063291 3.17%, #3E7CBA 95.62%);
	background: var(--gradation, linear-gradient(93deg, #063291 3.17%, #3E7CBA 95.62%));
	border-radius: 0.75rem;
	color: #FCFDFD;
	display: inline-block;
	font-size: rm(20);
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.3;
	padding: 1rem 1.5rem;
}

.c-single-pagenavi__nextButton,
.c-single-pagenavi__prevButton {
	width: 2.625rem;
}

.c-single-pagenavi__img {
	aspect-ratio: 42/42;
	display: block;
	overflow: hidden;
}

.c-single-pagenavi__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-single__meta {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #083593;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2.5rem;
}

.c-single__category {
	border: 0.0625rem solid #083593;
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.625;
	padding: 0.5rem 1.4375rem 0.375rem;
}

.c-single__date {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: normal;
}

.c-single__title {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: normal;
	margin-top: 2.5rem;
}

.c-single__body {
	margin-top: 2.875rem;
}

.c-single__body p {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.8;
	margin-inline: auto;
	margin-top: 2.5rem;
	max-width: 80%;
	text-align: justify;
	width: 100%;
}

.c-single__pagenavi {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 7.5rem;
}

.c-slide {
	position: relative;
}

.c-slide::before {
	background-image: url(../images/top/slide-bg@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 24.6875rem;
	left: 50%;
	position: absolute;
	top: -2.25rem;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 270rem;
	width: 100%;
}

.c-slide__inner.l-inner {
	max-width: 91.5rem;
	padding-inline: 6.25rem;
}

.splide01 .button {
	background-color: transparent;
	height: 3rem;
	width: 3rem;
}

.splide01 .button::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 3rem;
	width: 3rem;
}

.prev::before {
	background-image: url(../images/common/slide-arrow-left@2x.png);
}

.next::before {
	background-image: url(../images/common/slide-arrow-right@2x.png);
}

.splide__slide img {
	height: auto;
	width: 100%;
}

.splide__arrow {
	opacity: 1;
}

.splide__arrow--prev {
	left: -5rem;
}

.splide__arrow--next {
	right: -5rem;
}

.c-slide02 .splide__slide img {
	-webkit-transform: scale(0.75);
	        transform: scale(0.75); /* 左右のスライドを小さくする */
	-webkit-transition: 0.7s;
	transition: 0.7s; /* ゆっくり小さくさせる */
}

.c-slide02 .splide__slide {
	width: 55.5555555556vw !important;
}

/* アクティブなスライドのスタイル */

.c-slide02 .splide__slide.is-active img {
	opacity: 1; /* 中央のスライドは薄くしない */
	-webkit-transform: scale(1);
	        transform: scale(1); /* 中央のスライドは小さくしない */
	z-index: 1; /* 中央のスライドを一番上にする */
}

/* スライドのサイズ調整 */

.c-slide02 .splide__slide img {
	height: auto;
	width: 100%;
}

.c-slide02 .splide__arrow--prev,
.c-slide02 .splide__arrow--next {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 3.3333333333vw;
	width: 3.3333333333vw;
}

.c-slide02 .splide__arrow--prev {
	background-image: url(../images/common/slide-arrow-left@2x.png);
	left: calc(50% - 34.0277777778vw);
}

.c-slide02 .splide__arrow--next {
	background-image: url(../images/common/slide-arrow-right@2x.png);
	right: calc(50% - 34.0277777778vw);
}

.c-slide02 .splide__arrow svg {
	display: none;
}

.splide__slide img {
	height: auto;
	width: 100%;
}

.splide05 .splide__slide.is-active {
	opacity: 1;
}

.splide05 {
	margin-inline: auto;
	margin-top: 1.625rem;
	max-width: 50rem;
	max-width: 55.5555555556vw;
	width: 100%;
}

.c-tab__menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	display: flex;
	-webkit-justify-content: space-around;
	    -ms-flex-pack: distribute;
	        justify-content: space-around;
	margin: 0 auto;
	max-width: 37.5rem;
}

.c-tab__menuItem {
	background-color: #BEBEBE;
	border: none;
	color: #888888;
	cursor: pointer;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	font-size: 1.125rem;
	padding: 1.25rem 1.25rem;
	position: relative;
	text-align: center;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

/* 追加: 各言語/ツールのテーマカラーの線 */

.c-tab__menuItem::before {
	content: "";
	height: 5px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.c-tab__menuItem:nth-of-type(1)::before {
	background-color: #e34f26;
}

.c-tab__menuItem:nth-of-type(2)::before {
	background-color: #264de4;
}

.c-tab__menuItem:nth-of-type(3)::before {
	background-color: #f7df1e;
}

.c-tab__menuItem:nth-of-type(4)::before {
	background-color: #88ce02;
}

/* 選択されたタブの表示 */

.js-tab-active {
	background-color: #fff;
	color: #333;
}

/* 選択されたタブの線を表示 */

.js-tab-active::before {
	opacity: 1;
}

.c-tab__content {
	font-size: 1.125rem;
	margin: 0 auto;
	max-width: 37.5rem;
	position: relative;
}

.c-tab__contentItem {
	background-color: #f9f9f9;
	border: 0.0625rem solid #ddd;
	border-top: none;
	display: none;
	padding: 1.25rem;
}

.c-tab__contentItem:nth-of-type(1) {
	display: block;
}

.c-tab__contentItem img {
	height: auto;
	margin-right: 0.625rem;
	width: 6.25rem;
}

.c-tab__contentItem p {
	display: inline-block;
	margin: 0;
	vertical-align: top;
}

.c-text {
	font-size: 1.0625rem;
	letter-spacing: -0.0625rem;
	line-height: 2.4705882353;
	text-align: justify;
}

.c-text__name {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
}

.c-title {
	display: inline-block;
}

.c-title._center {
	text-align: center;
}

.c-title._right {
	text-align: right;
}

.c-title._right .c-title__titleJp {
	margin-right: -2.5rem;
	margin-top: -1.875rem;
}

.c-title._white .c-title__titleEn,
.c-title._white .c-title__titleJp {
	color: #FCFDFD;
}

.c-title__titleEn {
	font-size: 6rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.3020833333;
	text-transform: capitalize;
}

.c-title__titleJp {
	font-family: "Zen Old Mincho", serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.45;
	margin-top: -0.3125rem;
}

.c-vertical-line {
	background: #3A3A3C;
	height: 6.25rem;
	margin-inline: auto;
	width: 0.0625rem;
}

/*デフォルト色の指定*/

/*サイズ等の指定*/

/*ボタン系の指定*/

/*ラジオボタンの指定*/

/*チェックボックスの指定*/

/*テキストエリアの指定*/

[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=date],
textarea {
	background: #FCFDFD;
	background-image: none;
	border: none; /*↓リセットCSS */
	border: 1px solid rgba(8, 53, 147, 0.5);
	border-radius: 0.5rem;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(58, 58, 60, 0.2) inset;
	        box-shadow: 0px 0px 8px 0px rgba(58, 58, 60, 0.2) inset; /*↓↓選択されているときの色*/ /*↓↓↓↓不要ならコメントアウト or 削除 */
	font-family: inherit;
	font-size: 1rem;
	padding: 0.75rem 1rem;
	resize: vertical; /*↓カスタム */
	width: 100%;
}

[type=text]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=url]:focus,
[type=email]:focus,
[type=password]:focus,
[type=date]:focus,
textarea:focus {
	border: 1px solid #391E88;
}

[type=tel] {
	width: 100%;
}

[type=radio] {
	display: none;
}

[type=radio] + span {
	color: #080909;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	line-height: 1;
	margin: 0 2.1875rem 0 0;
	padding: 0 0 0 1.25rem;
	position: relative;
}

[type=radio] + span::before {
	background: #fff;
	border: 1px solid #707070;
	border-radius: 50%;
	content: "";
	display: block;
	height: 0.75rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.75rem;
}

[type=radio] + span::after {
	opacity: 0;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

[type=radio]:checked + span::after {
	background: #5888C6;
	border-radius: 50%;
	content: "";
	display: block;
	height: 0.5rem;
	left: 0.125rem;
	opacity: 1;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.5rem;
}

[type=checkbox] {
	display: none;
}

[type=checkbox] + span {
	cursor: pointer;
	display: inline-block;
	font-size: 0.875rem;
	line-height: 1;
	margin: 0 1.25rem 0 0;
	padding: 0 0 0 1.5625rem;
	position: relative;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

[type=checkbox] + span::before {
	border: 1px solid #58330D;
	content: "";
	display: block;
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1.25rem;
}

[type=checkbox] + span::after {
	opacity: 0;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

[type=checkbox]:checked + span::after {
	border-bottom: 2px solid #f00;
	border-left: 2px solid #f00;
	content: "";
	display: block;
	height: 0.375rem;
	left: 2px;
	margin-left: 0.1em;
	margin-top: -0.1em;
	opacity: 1; /*チェックマークじゃない場合は以下を変更する*/
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	        transform: translateY(-50%) rotate(-45deg);
	width: 0.875rem;
}

select {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto; /*↓デフォルトではないアイコンを使う場合は入力する*/
	background-color: #FCFDFD;
	border: none;
	border: 1px solid #AAAAAA;
	border-radius: 0; /*↓リセットCSS */
	border-radius: 0.5rem; /*↓デフォルトのアイコンを消す場合はコメントアウト（noneにする）*/
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	font-size: 1rem;
	margin-top: 0.625rem;
	padding: 0.75rem 1rem;
	width: 100%; /*↓カスタム */
}

select:focus {
	border: 1px solid #391E88;
}

[type=date] {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto; /*↓デフォルトではないアイコンを使う場合は入力する*/
	position: relative; /*↓デフォルトのアイコンを消す場合はコメントアウト（noneにする）*/
}

input[type=date]::-webkit-calendar-picker-indicator {
	height: 100%;
	opacity: 0;
	position: absolute;
	width: 100%;
}

textarea {
	height: 16.8125rem;
	width: 100%;
}

/* プレースホルダーの色を変更する */

::-moz-placeholder {
	color: transparent;
}

::-webkit-input-placeholder {
	color: transparent;
}

:-ms-input-placeholder {
	color: transparent;
}

::-ms-input-placeholder {
	color: transparent;
}

::placeholder {
	color: transparent;
}

/* フォーム7 ボタンの余白削除 */

.wpcf7-spinner {
	display: none;
}

.wpcf7-not-valid-tip {
	padding-top: 0.5rem;
}

.p-404__texts {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
}

.p-404__button {
	margin-top: 7.5rem;
	text-align: center;
}

.p-404__button .c-button2 {
	border-radius: 2.875rem;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: normal;
	padding: 1rem 3.75rem 1rem 2rem;
}

.p-about__texts {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.32px;
	line-height: 180%;
	margin-left: auto;
	width: min(35.125rem, 100%);
}

.p-about__items {
	margin-top: 7.5rem;
}

.p-about__item:nth-child(n+2) {
	margin-top: 5rem;
}

.p-about__footerTexts {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.02rem;
	line-height: 1.8;
	margin-inline: auto;
	margin-top: 7.5rem;
	max-width: 53.75rem;
	width: 100%;
}

.p-about__button {
	margin-top: 10rem;
	text-align: center;
}

.p-access__map {
	aspect-ratio: 1440/480;
	display: block;
	margin-top: 6.25rem;
	overflow: hidden;
}

.p-access__map iframe {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-cards {
	grid-gap: 1.25rem;
	display: -ms-grid;
	display: grid;
	gap: 1.25rem;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
}

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

.p-component__preview {
	margin-top: 1.25rem;
}

.p-concept {
	background: #3A3A3C;
	color: #FCFDFD;
	padding-block: 5.625rem 7.25rem;
	position: relative;
}

.p-concept::before {
	-webkit-animation: rotate 30s linear infinite;
	        animation: rotate 30s linear infinite;
	background-image: url(../images/company/circle-text@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 20.875rem;
	left: 3rem;
	left: calc(50% - min(42.5rem, 48%));
	position: absolute;
	top: 3rem;
	width: 20.875rem;
}

.p-concept__subTitle {
	font-size: min(2.25rem, clamp(2rem, 1.432rem + 0.909vi, 2.25rem));
	font-weight: 700;
	letter-spacing: 3.24px;
	line-height: normal;
	margin-top: 2.125rem;
	text-align: right;
}

.p-concept__subTitle-accent {
	font-size: min(4rem, clamp(3.625rem, 2.773rem + 1.364vi, 4rem));
	letter-spacing: 5.76px;
}

.p-concept__texts {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 180%;
	line-height: 28.8/16;
	margin-top: 4.5rem;
}

.p-concept__contents {
	margin-top: 5rem;
}

.p-concept__contents-title {
	font-size: 2rem;
	font-weight: 700;
	line-height: 36px;
	text-align: center;
}

.p-concept__img {
	aspect-ratio: 1000/216;
	display: block;
	margin-top: 5rem;
	overflow: hidden;
}

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

.p-contact__button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-contact__form {
	margin-top: 10rem;
}

.p-faq__item:nth-child(n+2) {
	margin-top: 3.3125rem;
}

.p-faq__question,
.p-faq__answer {
	font-size: 1rem;
	font-weight: 500;
	line-height: normal;
	padding-left: 2.5rem;
	position: relative;
}

.p-faq__question::before,
.p-faq__answer::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 2rem;
	left: 0;
	position: absolute;
	top: -0.25rem;
	width: 2rem;
}

.p-faq__question::before {
	background-image: url(../images/faq/question-icon@2x.png);
}

.p-faq__answer::before {
	background-image: url(../images/faq/answer-icon@2x.png);
}

.p-faq__answer {
	margin-top: 2.1875rem;
}

.p-footer {
	background: #3A3A3C;
	color: #FCFDFD;
	padding-bottom: 6.125rem;
	padding-top: 5.5625rem;
}

.p-footer__inner.l-inner {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 14.75rem 1fr;
	grid-template-columns: 14.75rem 1fr;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	max-width: 78.75rem;
}

.p-footer__logo {
	width: min(14.75rem, 100%);
}

.p-footer__img {
	aspect-ratio: 236/56;
	display: block;
	overflow: hidden;
}

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

.p-footer__companyName {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.2777777778;
	margin-top: 1.8125rem;
}

.p-footer__address-description,
.p-footer__telBlock {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.3125;
	margin-top: 0.5rem;
}

.p-footer__telBlock p span {
	letter-spacing: 0.025em;
}

.p-footer__copy {
	margin-left: 0.0625rem;
	margin-top: 0.5rem;
}

.p-footer__copy small {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.2857142857;
}

.p-footer__contents {
	margin-top: 1.25rem;
}

.p-footer__nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.p-footer__nav-item {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3125;
}

.p-footer__nav-item:nth-child(n+2) {
	margin-left: min(3.75rem, 4.1666666667vw);
}

.p-footer__nav-item._company {
	margin-left: min(10px, 0.6944444444vw);
}

.p-footer__navLv2 {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.3333333333;
	margin-top: 0.4375rem;
}

.p-footer__nav-itemLv2 {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.3333333333;
	margin-left: 0.75rem;
}

.p-footer__nav-itemLv2:nth-child(n+2) {
	margin-top: 0.5625rem;
}

.p-footer__nav-footer {
	margin-top: -9rem;
}

.p-footer__navBottom-items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: min(2.75rem, 3.0555555556vw);
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin-top: 2.25rem;
}

.p-footer__contact-items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.4375rem;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin-top: 2.1875rem;
}

.p-footer__contact-img {
	aspect-ratio: 52/52;
	display: block;
	overflow: hidden;
	width: 3.25rem;
}

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

.p-footer._contact {
	padding-block: 2.5625rem 1.3125rem;
}

.p-footer._contact .p-footer__inner.l-inner {
	display: block;
}

.p-footer._contact .p-footer__contents,
.p-footer._contact .p-footer__logo,
.p-footer._contact .p-footer__address {
	display: none;
}

.p-footer._contact .p-footer__copy {
	text-align: center;
}

.p-header {
	width: 100%;
}

.p-header__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 6.875rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 1.1875rem 0.75rem 0 3.4375rem;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.p-header__inner.scrolled {
	background: #FCFDFD;
}

.p-header__logo {
	display: inline-block;
	font-size: 0;
	max-width: min(17.1875rem, 19.0972222222vw);
	padding-top: min(0.0625rem, 0.0694444444vw);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.p-header__logo.is-inverted {
	-webkit-filter: brightness(0) invert(1);
	        filter: brightness(0) invert(1);
}

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

.p-header__lists {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.p-header__list {
	font-size: 1rem;
	font-weight: 700;
	height: auto;
	height: initial;
	line-height: 1.3125;
}

.p-header__list._last {
	margin-left: 0.75rem;
}

.p-header__link {
	padding: 1.5rem min(1.5rem, 1.6666666667vw);
}

.p-header__listsLv2 {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #083593;
	border-radius: 0.5rem;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 2.5rem;
	margin-left: 1.0625rem;
	opacity: 0;
	padding: 0.75rem 2rem;
	-webkit-transform: translateY(-10px);
	        transform: translateY(-10px);
	-webkit-transition: visibility 0s, opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: visibility 0s, opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: visibility 0s, opacity 0.3s ease, transform 0.3s ease;
	transition: visibility 0s, opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
	visibility: hidden;
}

.p-header__listLv2 {
	color: #FCFDFD;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}

.p-header__link._underline {
	position: relative;
}

.p-header__link._underline::before {
	background-image: url(../images/common/arrow-bottom@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 0.375rem;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	width: 0.625rem;
}

.p-header__link._underline::after {
	background: #083593;
	bottom: 0.625rem;
	content: "";
	height: 0.0625rem;
	left: 56%;
	position: absolute;
	-webkit-transform: translateX(-50%) scaleX(0);
	        transform: translateX(-50%) scaleX(0);
	-webkit-transition: -webkit-transform 0.2s ease-out;
	transition: -webkit-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
	transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
	width: 5.25rem;
}

.p-header__link._underline:hover::before,
.p-header__link._underline:focus::before,
.p-header__link._underline.is-hovered::before,
.p-header__list:hover .p-header__link._underline::before {
	opacity: 1;
	-webkit-transform: translateY(-50%) rotateX(180deg);
	        transform: translateY(-50%) rotateX(180deg);
}

.p-header__link._underline:hover::after,
.p-header__link._underline:focus::after,
.p-header__link._underline.is-hovered::after,
.p-header__list:hover .p-header__link._underline::after {
	-webkit-transform: translateX(-50%) scaleX(1);
	        transform: translateX(-50%) scaleX(1);
}

.p-header__drawer {
	display: none;
}

.p-header__drawer._contact {
	display: none;
}

.p-header__listsLv2.is-visible {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	-webkit-transition-delay: 0s;
	        transition-delay: 0s;
	visibility: visible;
}

.p-header__linkLv2 {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 3rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-information-single__inner.l-inner {
	max-width: 56.25rem;
}

.p-information-single__meta {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2.3125rem;
}

.p-information-single__category {
	background: #083593;
	border-radius: 0.25rem;
	color: #FCFDFD;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	line-height: normal;
	padding: 0.375rem 1rem;
}

.p-information-single__title {
	font-size: 2rem;
	font-weight: 700;
	line-height: normal;
}

.p-information-single__slide {
	margin-top: 3.25rem;
}

.p-information-single__content {
	margin-top: 7.1875rem;
}

.p-information-single__button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 7.5rem;
}

.p-information__content {
	grid-gap: 5.1388888889vw;
	display: -ms-grid;
	display: grid;
	gap: 5.1388888889vw;
	-ms-grid-columns: 1fr 10rem;
	grid-template-columns: 1fr 10rem;
}

.p-information__lists {
	grid-gap: 6.875vw 2.9166666667vw;
	display: -ms-grid;
	display: grid;
	gap: 6.875vw 2.9166666667vw;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.p-information__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;
}

.p-information__pagenavi {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 7.5rem;
}

.p-lower-head {
	display: -ms-grid;
	display: grid;
	padding-top: 16.125rem;
	place-items: center;
	position: relative;
}

.p-lower-head__title {
	color: #FCFDFD;
	font-family: "Zen Old Mincho", serif;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: normal;
}

.p-lower-head__breadcrumb {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1rem;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin-top: 0.625rem;
}

.p-lower-head__background {
	margin-top: 4.0625rem;
}

.p-lower-head__background img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-lower-head._about {
	padding-top: 14.375rem;
}

.p-lower-head._about .p-lower-head__background {
	margin-top: 2.1875rem;
}

.p-lower-head__breadcrumb a {
	color: #3A3A3C;
	text-decoration: none;
}

.p-lower-head__breadcrumb .separator-bar {
	background: rgba(58, 58, 60, 0.5);
	display: inline-block;
	height: 0.125rem;
	margin-inline: 0.5rem;
	vertical-align: middle;
	width: 4.5rem;
}

.p-lower-head__breadcrumb .separator-slash {
	color: #3A3A3C;
	content: "/";
	display: inline-block;
	font-size: 1rem;
	margin-inline: 0.125rem;
	vertical-align: middle;
}

.p-main._overflow-x {
	overflow-x: hidden;
}

.p-message {
	padding-bottom: 7.5rem;
}

.p-message__contents {
	padding-block: 15.9375rem 6.25rem;
	position: relative;
}

.p-message__content {
	background: #3A3A3C;
	color: #FCFDFD;
	margin-inline: calc(50% - 50vw);
	padding-block: 3.875rem 2.5rem;
	padding-inline: min(18.625rem, 20.6944444444vw);
	width: 100vw;
}

.p-message__job {
	font-size: 1rem;
	font-weight: 500;
	line-height: 160%;
}

.p-message__name {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 160%;
}

.p-message__texts {
	font-size: 1rem;
	font-weight: 400;
	line-height: 180%;
	margin-top: 1rem;
}

.p-message__imgBlock {
	bottom: -6.25rem;
	bottom: 0;
	content: "";
	max-width: min(32.125rem, 35.6944444444vw);
	position: absolute;
	right: 0;
	width: 100%;
}

.p-message__img {
	aspect-ratio: 514/771;
	display: block;
	overflow: hidden;
}

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

.p-message__bodyTexts {
	font-size: rm(16);
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.8;
	text-align: justify;
}

.p-mockup {
	margin-block: 6.25rem;
}

.p-mockup__content {
	margin-top: 5rem;
}

.p-mockup__title {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: normal;
}

.p-mockup__items {
	grid-gap: 1.25rem;
	display: -ms-grid;
	display: grid;
	gap: 1.25rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1rem;
}

.p-mockup__link--cp1,
.p-mockup__link--cp2,
.p-mockup__link--cp3,
.p-mockup__link--cp4,
.p-mockup__link--pro1,
.p-mockup__link--pro2,
.p-mockup__link--pro3,
.p-mockup__link--pro4 {
	pointer-events: none;
}

.p-mockup__link--cp1,
.p-mockup__link--cp2,
.p-mockup__link--pro1 {
	pointer-events: initial;
}

.p-mockup__link {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #f7f7f7;
	border: 0.0625rem solid #e0e0e0;
	border-radius: 0.625rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 1.25rem;
	text-align: center;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.p-news__items {
	margin-top: 12.5rem;
}

.p-news__item {
	border-bottom: 0.0625rem solid rgba(8, 53, 147, 0.4);
}

.p-news__item:first-child {
	border-top: 0.0625rem solid rgba(8, 53, 147, 0.4);
}

.p-news__item .c-blog__link {
	display: block;
	padding-block: 2rem;
}

.p-news__pagenavi {
	margin-top: 7.5rem;
	text-align: center;
}

.p-outline__content {
	margin-top: 6.25rem;
}

.p-privacy__texts {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 160%;
	text-align: right;
}

.p-privacy__textPolicy {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.8;
	margin-top: 7.5rem;
	text-align: justify;
}

.p-privacy__content {
	margin-top: 2.375rem;
}

.p-protection__title {
	font-size: 2rem;
	font-weight: 700;
	line-height: normal;
}

.p-protection__text,
.p-protection__lists {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.8;
	text-align: justify;
}

.p-protection__text {
	margin-top: 5rem;
}

.p-protection__lists {
	list-style-type: decimal;
	margin-left: 1.25rem;
}

.p-protection__list {
	margin-top: 1.5rem;
}

.p-service__items {
	margin-top: 15rem;
}

.p-service__item::before {
	content: "";
	display: block;
	height: 6.25rem;
	margin-top: -6.25rem;
	visibility: hidden;
}

.p-service__item:nth-child(n+2) {
	margin-top: 10rem;
}

.p-service__title {
	font-size: 2rem;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}

.p-service__media {
	margin-top: 4.6875rem;
}

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

.p-thanks__title {
	font-size: 2rem;
	font-weight: 700;
	line-height: normal;
}

.p-thanks__texts {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.8;
	margin-top: 3rem;
}

.p-thanks__button {
	margin-top: 7.5rem;
}

.p-thanks__button .c-button2 {
	font-size: 1.5rem;
	line-height: 1.2916666667;
	padding: 1rem 3.75rem 1rem 2rem;
}

.p-top-business {
	padding-bottom: 6.625rem;
	position: relative;
}

.p-top-business::before {
	background-image: url(../images/top/line-text@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	height: 6rem;
	height: min(6rem, 6.6666666667vw);
	position: absolute;
	right: calc(50% - 45rem);
	width: 87.75rem;
	width: min(90rem, 97.5vw);
}

.p-top-business__title {
	text-align: center;
}

.p-top-business__contents {
	margin-top: 7.5rem;
}

.p-top-business__content:nth-child(n+2) {
	margin-top: 12.5rem;
}

.p-top-information__slide {
	margin-top: 9.25rem;
}

.p-top-information__button {
	margin-top: 6.3125rem;
	text-align: center;
}

.p-top-news__items {
	margin-top: 7.5rem;
}

.p-top-news__items .p-top-news__item:first-child .c-blog__wrapper {
	padding-top: 0;
}

.p-top-news__item {
	border-bottom: 0.125rem solid rgba(8, 53, 147, 0.4);
}

.p-top-news__item .c-blog__wrapper {
	padding-block: 2rem;
}

.p-top-news__items__button {
	margin-top: 6.25rem;
	margin-top: 4rem;
	text-align: center;
}

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

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

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

@media screen and (-ms-high-contrast: none) {

.splide__slide:focus-visible {
	border: 3px solid #0bf;
}

.splide.is-focus-in .splide__slide:focus {
	border: 3px solid #0bf;
}

.splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
	border-color: #0bf;
}

}

@media (any-hover: hover) {

.c-blog__link:hover .c-blog__contents::after {
	right: 1.25rem;
}

.c-button1:hover {
	opacity: 1;
}

.c-button1:hover::after {
	margin-right: -0.25rem;
}

.c-button2:hover {
	opacity: 1;
}

.c-button2:hover::after {
	margin-right: -0.25rem;
}

.c-form__input-wrapper:hover {
	opacity: 1;
}

.c-form__input-wrapper:hover::before {
	-webkit-transform: translateY(-50%) translateX(6px);
	        transform: translateY(-50%) translateX(6px);
}

.c-form__input-wrapper:hover {
	opacity: 1;
}

.c-form__input-wrapper:hover::before {
	-webkit-transform: translateY(-50%) translateX(6px);
	        transform: translateY(-50%) translateX(6px);
}

.c-form__input-wrapper._reverse:hover::before {
	-webkit-transform: translateY(-50%) translateX(-6px) scaleX(-1);
	        transform: translateY(-50%) translateX(-6px) scaleX(-1);
}

.wp-pagenavi a:hover {
	background-color: #083593;
	border-color: #083593;
	color: #FCFDFD;
}

}

@media (hover: hover) {

.p-mockup__link:hover {
	background-color: #333;
	color: #fff;
}

}

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

.p-top-business::before {
	right: 0;
}

}

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

.p-footer__logo {
	width: 11.25rem;
}

.p-footer__nav-item:nth-child(n+2) {
	margin-left: 2.5rem;
}

.p-footer__nav-item._company {
	margin-left: 0.625rem;
}

.p-header__logo {
	padding-top: 0.3472222222vw;
}

.p-header__link {
	padding: 0.625rem 1.1111111111vw;
}

.p-header__link._underline::before {
	right: 0rem;
}

}

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

html {
	font-size: 1.6vw;
}

.c-media1__contents {
	width: min(28.125rem, 100%);
}

.c-media1__imgBlock {
	width: min(32.5rem, 100%);
}

.c-mv__texts {
	left: 44%;
}

.p-footer__nav-item:nth-child(n+2) {
	margin-left: 1.125rem;
}

.p-footer__nav-item._company {
	margin-left: 0.25rem;
}

.p-footer__navBottom-items {
	display: none;
	gap: 1rem;
}

.p-header__inner {
	max-width: 100%;
	padding-inline: 0.9375rem;
}

.p-header__logo {
	max-width: min(11.25rem, 12.5vw);
	padding-top: 1.0416666667vw;
}

.p-header__list._last {
	margin-left: 1rem;
}

.p-header__link {
	padding-inline: 0.75rem;
}

.p-header__listsLv2 {
	gap: 1.25rem;
}

}

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

html {
	font-size: 16px;
}

a {
	opacity: 1;
	opacity: initial;
}

.l-404 {
	margin-top: 8.125rem;
}

.l-about {
	margin-top: 4.25rem;
}

.l-access {
	margin-top: 4.125rem;
}

.l-faq {
	margin-top: 8.125rem;
}

.l-information-single {
	margin-top: 8.125rem;
}

.l-information {
	margin-top: 8.125rem;
}

.l-inner {
	max-width: 37.5rem;
	padding-left: 5.3333%;
	padding-right: 5.3333%;
}

.l-message {
	margin-top: 8.125rem;
}

.l-outline {
	margin-top: 8.125rem;
}

.l-privacy {
	margin-top: 8.125rem;
}

.l-protection {
	margin-top: 8.125rem;
}

.l-section {
	margin-top: 11.25rem;
}

.l-section._contact {
	margin-block: 8.125rem 11.25rem;
}

.l-single {
	margin-top: 8.125rem;
}

.l-top-business {
	margin-top: 8.125rem;
}

.l-top-information {
	margin-top: 5.5rem;
}

.l-top-news {
	margin-top: 10rem;
}

.c-blog__wrapper {
	gap: 0;
	-ms-grid-columns: min(18rem, 48vw) 1fr;
	grid-template-columns: min(18rem, 48vw) 1fr;
}

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

.c-blog__contents::before {
	display: none;
}

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

.c-blog__head {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.5rem;
	width: 5.5rem;
}

.c-blog__title {
	font-size: 1rem;
	margin-right: 0;
	margin-top: 1.5rem;
}

.c-button3 {
	height: 3.5rem;
	padding: 0.5rem 1.625rem 0.625rem 3.1875rem;
	width: 16.25rem;
}

.c-button3::before {
	height: 2rem;
	left: 1.375rem;
	width: 2rem;
}

.c-button3__text-tel {
	font-size: 1rem;
	line-height: 1.3125;
}

.c-button3__text-time span {
	font-size: 0.75rem;
}

.c-button4 {
	font-size: 1.125rem;
	height: 3.5rem;
	line-height: 1.2777777778;
	line-height: 1.56;
	padding: 1rem 1.75rem 1rem 5.25rem;
	width: min(16.25rem, 100%);
}

.c-button4::before {
	left: 3.125rem;
	top: 50%;
}

.c-button6 {
	padding: 0.8125rem 2.5rem 0.8125rem 4.8125rem;
}

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

.c-contactUs {
	padding-block: 2.6875rem;
}

.c-contactUs::before {
	background-image: url(../images/common/contact-bg-sp@2x.jpg);
}

.c-contactUs__text {
	margin-top: 1rem;
}

.c-contactUs__buttons {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	gap: 2.5rem;
	margin-top: 2.6875rem;
}

.c-dl__item {
	-ms-grid-columns: min(7.5rem, 24vw) 1fr;
	grid-template-columns: min(7.5rem, 24vw) 1fr;
}

.c-dl__itemTerm._small {
	font-size: 0.875rem;
}

.c-dl__itemDescription {
	padding-inline: 0.4375rem;
	padding-inline: 1.8666666667vw;
}

.c-dl2__item {
	-ms-grid-columns: 7.5rem 1fr;
	grid-template-columns: 7.5rem 1fr;
}

.c-dl2__itemTerm,
.c-dl2__itemDescription {
	padding-block: 1.0625rem 1.125rem;
}

.c-dl2__itemDescription {
	padding-inline: 4.125rem;
}

.c-form-confirmation__contents .c-form-confirmation__item:nth-child(n+2) {
	margin-top: 4rem;
}

.c-form-confirmation__item {
	-moz-column-gap: 1.25rem;
	-webkit-column-gap: 1.25rem;
	        column-gap: 1.25rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-top: 2.5rem;
}

.c-form-confirmation__dt {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.c-form-confirmation__item-text {
	padding-left: 0.875rem;
}

.c-form-confirmation__accent {
	margin-left: 1.25rem;
}

.c-form-confirmation__dd {
	margin-top: 2rem;
}

.c-form__item {
	-moz-column-gap: 1.25rem;
	-webkit-column-gap: 1.25rem;
	        column-gap: 1.25rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-top: 4rem;
}

.c-form__grid .wpcf7-radio {
	-ms-grid-columns: 7.5rem 1fr;
	grid-template-columns: 7.5rem 1fr;
	row-gap: 1rem;
}

.c-form__grid .wpcf7-radio span:nth-child(4) {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	    -ms-flex-order: 4;
	        order: 4;
}

.c-form__grid .wpcf7-radio span:nth-child(5) {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	    -ms-flex-order: 3;
	        order: 3;
}

.c-form__grid .wpcf7-radio span:nth-child(6) {
	-webkit-box-ordinal-group: 7;
	-webkit-order: 6;
	    -ms-flex-order: 6;
	        order: 6;
}

.c-form__dt {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.c-form__item-text {
	font-size: 1rem;
}

.c-form__accent {
	margin-left: 1rem;
}

.c-form__item dd {
	margin-top: 2rem;
}

.c-form__text {
	font-size: 1rem;
	margin-top: 5.625rem;
	text-align: justify;
}

.c-form__input-wrapper {
	max-width: 17.25rem;
}

.c-form__input-wrapper input {
	-moz-column-gap: 0.375rem;
	-webkit-column-gap: 0.375rem;
	        column-gap: 0.375rem;
	font-size: 1.25rem;
}

.c-form__buttons-lower {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 2.5rem;
	margin-top: 5rem;
}

.c-form__input-wrapper._reverse input {
	-moz-column-gap: 0.375rem;
	-webkit-column-gap: 0.375rem;
	        column-gap: 0.375rem;
	font-size: 1.25rem;
}

.c-form__buttons-lower .c-form__input-wrapper input {
	width: 17rem;
}

.thumbnails {
	gap: 0.5rem;
	margin-top: 0.5rem;
}

.c-head-title__en {
	font-size: 4rem;
	line-height: 1;
}

.c-head-title__jp {
	font-size: 0.9375rem;
	line-height: 1.4666666667;
	margin-top: 0;
}

.c-head-title._long .c-head-title__en {
	font-size: 3rem;
	line-height: 1;
}

.c-head-title__en._small {
	font-size: 3rem;
}

.c-head-title__en._information {
	font-size: 3.5rem;
}

.c-lower-head {
	height: 14.375rem;
}

.c-lower-head__title {
	font-size: 1.375rem;
	height: 13.125rem;
	padding-top: 0.625rem;
	position: relative;
	right: 1.25rem;
	top: -2.5rem;
}

.c-media1__contents {
	padding-top: 0;
	width: min(37.5rem, 100%);
}

.c-media1__contents-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}

.c-media1__title {
	font-size: 1.5rem;
	line-height: 1.2916666667;
	text-align: center;
}

.c-media1__title-small {
	font-size: 1.25rem;
}

.c-media1__texts {
	margin-top: 3.5rem;
	padding: 0;
}

.c-media1__button {
	margin-inline: calc(50% - 50vw);
	width: 100vw;
}

.c-media1__imgBlock {
	margin-top: 3.5rem;
	position: static;
	position: initial;
}

.c-media1._reverse .c-media1__contents {
	margin-inline: auto;
}

.c-media1._reverse .c-media1__title {
	font-size: 2.25rem;
}

.c-media1._reverse .c-media1__texts {
	padding: 0;
}

.c-media2 {
	gap: 2rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.c-media2__img {
	aspect-ratio: 335/240;
}

.c-media2__title {
	margin-right: auto;
}

.c-media2__texts {
	margin-top: 0;
}

.c-media3 {
	gap: 1.90625rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.c-mv__img {
	aspect-ratio: 375/700;
}

.c-mv__img img {
	height: 100svh;
}

.c-mv__texts {
	color: #083593;
	left: 50%;
	top: 44%;
}

.c-mv__text {
	font-size: 1.25rem;
	letter-spacing: 2px;
}

.c-mv__textAccent {
	font-size: 3rem;
	letter-spacing: 4.8px;
	text-shadow: 0 0 0.25rem #FCFDFD;
}

.c-mv__buttonsSp {
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.375rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	left: 0;
	position: fixed;
	right: 0;
	z-index: 30;
}

.wp-pagenavi a,
.wp-pagenavi span {
	margin-inline: 0.4375rem;
}

.wp-pagenavi .previouspostslink {
	margin-right: 0.4375rem;
}

.wp-pagenavi .nextpostslink {
	margin-right: 0.4375rem;
}

.c-privacy__title._is-sp {
	font-size: 1.125rem;
}

.c-privacy__title span {
	font-size: 1rem;
}

.c-sidebar {
	padding-inline: 2.0625rem;
}

.c-sidebar__title {
	border-bottom: 0.0625rem solid #083593;
	padding-left: 0;
}

.c-sidebar__items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 0.75rem 1.25rem;
}

.c-sidebar__item:nth-child(n+2) {
	margin-top: 0;
}

.c-single-pagenavi {
	gap: 0.75rem;
}

.c-single-pagenavi__homeButton a {
	font-size: 1rem;
	letter-spacing: 0.1em;
	line-height: 1.3125;
}

.c-single-pagenavi__nextButton,
.c-single-pagenavi__prevButton {
	width: 2.25rem;
}

.c-single__meta {
	gap: 2rem;
}

.c-single__category {
	font-size: 0.875rem;
	line-height: 1.8571428571;
	padding: 0.1875rem 0.75rem 0.25rem;
}

.c-single__date {
	font-size: 1rem;
}

.c-single__title {
	font-size: 1.25rem;
	margin-top: 2rem;
}

.c-single__body {
	margin-top: 2rem;
}

.c-single__body p {
	margin-top: 2rem;
	max-width: 100%;
}

.c-single__pagenavi {
	margin-top: 6.25rem;
}

.c-slide::before {
	top: -1.25rem;
}

.c-slide__inner.l-inner {
	max-width: 31.25rem;
	padding-left: 2.375rem;
	padding-right: 2.375rem;
}

.prev::before {
	background-image: url(../images/common/slide-arrow-left2@2x.png);
}

.next::before {
	background-image: url(../images/common/slide-arrow-right2@2x.png);
}

.splide__arrow--prev {
	left: -4rem;
}

.splide__arrow--next {
	right: -4rem;
}

.c-slide02 .splide__slide img {
	-webkit-transform: none;
	        transform: none;
	-webkit-transform: initial;
	        transform: initial;
}

.c-slide02 .splide__slide {
	width: 100% !important;
}

.c-slide02 .splide__arrow--prev,
.c-slide02 .splide__arrow--next {
	height: 2.5rem;
	width: 2.5rem;
}

.c-slide02 .splide__arrow--prev {
	background-image: url(../images/common/slide-arrow-left2@2x.png);
	left: calc(50% - 45.3333333333vw);
}

.c-slide02 .splide__arrow--next {
	background-image: url(../images/common/slide-arrow-right2@2x.png);
	right: calc(50% - 45.3333333333vw);
}

.splide05 {
	margin-top: 0.5rem;
	max-width: 100%;
}

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

.c-title._right .c-title__titleJp {
	margin-right: -2.5rem;
	margin-top: -1.25rem;
}

.c-title__titleEn {
	font-size: 3.5rem;
	line-height: 1.3035714286;
}

.c-title__titleJp {
	font-size: 0.9375rem;
	line-height: 1.4666666667;
}

.c-vertical-line {
	height: 4.125rem;
}

textarea {
	height: 12.5rem;
}

.p-404__button .c-button2 {
	font-size: 1.25rem;
}

.p-about__items {
	margin-top: 5rem;
}

.p-about__item:nth-child(n+2) {
	margin-top: 4.5rem;
}

.p-about__footerTexts {
	margin-top: 5rem;
}

.p-about__button {
	margin-top: 5rem;
}

.p-access__map {
	aspect-ratio: 375/400;
	margin-top: 6.0625rem;
}

.p-cards {
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.p-concept {
	padding-block: 5rem 6.25rem;
}

.p-concept::before {
	height: 12.9375rem;
	left: 3rem;
	top: 4.25rem;
	width: 12.9375rem;
}

.p-concept__subTitle {
	font-size: 1.125rem;
	letter-spacing: 1.62px;
	text-align: left;
}

.p-concept__subTitle-accent {
	font-size: 1.5rem;
	letter-spacing: 2.16px;
}

.p-concept__texts {
	margin-top: 4rem;
}

.p-concept__img {
	aspect-ratio: 335/303;
}

.p-contact__form {
	margin-top: 7.5rem;
}

.p-footer {
	padding-block: 5rem;
}

.p-footer__inner.l-inner {
	display: block;
}

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

.p-footer__logo {
	margin-inline: auto;
	width: 10.5rem;
}

.p-footer__copy {
	margin-left: 0;
	margin-top: 1rem;
}

.p-footer__nav {
	display: none;
}

.p-footer__nav-footer {
	margin-top: 2.5rem;
}

.p-footer__contact-items {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-footer._contact {
	padding-bottom: 5rem;
}

.p-header__inner {
	height: 4.5rem;
	padding: 1.1875rem 0.9375rem;
}

.p-header__logo {
	max-width: 8.5rem;
	padding-top: 0;
	z-index: 300;
}

.p-header__nav {
	display: none;
}

.p-header__drawer {
	display: block;
	position: fixed;
	right: 3.4375rem;
	top: 0.75rem;
	z-index: 200;
}

.p-information-single__meta {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1rem;
}

.p-information-single__category {
	font-size: 0.875rem;
}

.p-information-single__title {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.4444444444;
}

.p-information-single__slide {
	margin-inline: auto;
	margin-top: 2.5rem;
	max-width: 37.5rem;
	padding-inline: 2.375rem;
}

.p-information-single__content {
	margin-top: 7.5rem;
}

.p-information-single__button {
	margin-top: 6.25rem;
}

.p-information__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap-reverse;
	    -ms-flex-wrap: wrap-reverse;
	        flex-wrap: wrap-reverse;
}

.p-information__lists {
	gap: 6.25rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-top: 6.25rem;
}

.p-lower-head {
	padding-top: 6rem;
}

.p-lower-head__title {
	font-size: clamp(1.25rem, 3.90625vw, 2rem);
}

.p-lower-head__breadcrumb {
	font-size: 0.8125rem;
	margin-top: 2.5rem;
}

.p-lower-head__background {
	aspect-ratio: 375/320;
	margin-top: 4.5rem;
}

.p-lower-head._about {
	padding-top: 8.25rem;
}

.p-lower-head._about .p-lower-head__background {
	margin-top: 3.125rem;
}

.p-lower-head._about .p-lower-head__breadcrumb {
	margin-top: 1.5rem;
}

.p-lower-head__breadcrumb .separator-slash {
	font-size: 0.75rem;
}

.p-message {
	padding-bottom: 6.25rem;
}

.p-message__contents {
	padding-block: 4.8125rem 0;
}

.p-message__bodyTexts {
	margin-top: 4.375rem;
}

.p-message__contents-sp {
	position: relative;
}

.p-message__imgBlock-sp {
	margin-inline: calc(50% - 50vw);
	width: 100vw;
}

.p-message__content-sp {
	background: rgba(58, 58, 60, 0.8);
	bottom: 1.625rem;
	color: #FCFDFD;
	content: "";
	padding: 0.75rem 1.25rem 0.5625rem 1rem;
	position: absolute;
	right: -1.25rem;
}

.p-message__job-sp {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 160%;
}

.p-message__name-sp {
	font-size: 1rem;
	font-weight: 700;
	line-height: 160%;
}

.p-message__text-sp {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 180%;
	margin-top: 0.5rem;
}

.p-mockup__items {
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
}

.p-news__items {
	margin-top: 8.125rem;
}

.p-news__item .c-blog__link {
	padding-block: 1.75rem 1.5rem;
}

.p-outline__content {
	margin-top: 5rem;
}

.p-privacy__texts {
	font-size: 1.125rem;
}

.p-privacy__textPolicy {
	margin-top: 6.25rem;
}

.p-service__items {
	margin-top: 7.625rem;
}

.p-service__item:nth-child(n+2) {
	margin-top: 4.5rem;
}

.p-service__title {
	font-size: 1.5rem;
}

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

.p-thanks__title {
	font-size: 1.5rem;
}

.p-thanks__texts {
	margin-top: 4rem;
}

.p-thanks__button .c-button2 {
	font-size: 1.25rem;
}

.p-top-business {
	padding-bottom: 4.5rem;
}

.p-top-business::before {
	background-image: url(../images/top/line-text-sp@2x.png);
	height: 91.25rem;
	left: 0;
	width: 5rem;
	z-index: -1;
}

.p-top-business__contents {
	margin-top: 5rem;
}

.p-top-business__content:nth-child(n+2) {
	margin-top: 5rem;
}

.p-top-information__slide {
	margin-top: 5rem;
}

.p-top-information__button {
	margin-top: 4rem;
}

.p-top-news__items {
	margin-top: 5rem;
}

.p-top-news__item .c-blog__wrapper {
	padding-block: 1.6875rem 0;
}

.p-top-news__item .c-blog__title {
	padding-bottom: 1.5rem;
}

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

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

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

}

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

.splide__arrow--prev {
	left: -1.5625rem;
}

.splide__arrow--next {
	right: -1.5625rem;
}

.p-concept::before {
	left: -3rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@-webkit-keyframes splide-loading {

0% {
	-webkit-transform: rotate(0);
	        transform: rotate(0);
}

to {
	-webkit-transform: rotate(1turn);
	        transform: rotate(1turn);
}

}

@keyframes splide-loading {

0% {
	-webkit-transform: rotate(0);
	        transform: rotate(0);
}

to {
	-webkit-transform: rotate(1turn);
	        transform: rotate(1turn);
}

}

@-webkit-keyframes rotate {

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

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

}

@keyframes rotate {

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

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

}

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