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

/********************************
* ヘッダー高さ
********************************/

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

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

html {
	font-size: 16px;
	scroll-padding-top: 5.3125rem;
}

body {
	background-color: #fff;
	color: #111111;
	font-family: "Noto Sans JP", sans-serif;
}

.wrap {
	overflow: hidden;
 }

/* link */

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

a {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}

a,
button {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

a:focus,
button:focus {
	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;
}

@media screen and (min-width:768px){
	br.brsp{
		display:none;
	}
}

/* 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 {
	position: relative;
}

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

.splide__pagination {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	bottom: 3.125rem;
	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;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
}

.splide__pagination__page {
	background-color: skyblue;
	border-radius: 50%;
	height: 0.625rem;
	margin: 0.375rem;
	width: 0.625rem;
}

.splide__pagination__page.is-active {
	background-color: blue;
	-webkit-transform: scale(1);
	        transform: scale(1);
}

.l-contactLink {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	z-index: 300;
}

.l-drawer-button {
	position: fixed;
	right: 1.3333333333vw;
	top: 1.3333333333vw;
	z-index: 999;
}

.l-drawer {
	bottom: 0;
	height: 100vh;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
}

.l-drawer.is-open {
	opacity: 1;
	visibility: visible;
	z-index: 990;
}

.l-drawer__container {
	bottom: 0;
	opacity: 1;
	overflow: auto;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: translateX(100%);
	        transform: translateX(100%);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	visibility: visible;
	z-index: 100;
}

.l-drawer.is-open .l-drawer__container {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

.l-drawer__menu-bg {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: -1;
}

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

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 1300px;
	padding-inline: 3.125rem;
	width: 100%;
}

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

.c-breadcrumbs,
.c-breadcrumbs a {
	color: #AAA;
	font-size: 1rem;
	font-weight: 500;
}

.c-breadcrumbs a {
	color: #111111;
}

.c-breadcrumbs {
	white-space: nowrap;
	word-break: keep-all;
}

.c-breadcrumbs span:not(:nth-of-type(1)) {
	margin-left: 1.3125rem;
	position: relative;
}

.c-breadcrumbs span:not(:nth-of-type(1))::before {
	background-image: url(../img/common/right-arrow-black.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 0.5625rem;
	left: -0.5rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-100%, -50%);
	        transform: translate(-100%, -50%);
	width: 0.3125rem;
}

.c-button {
	background-color: #fff;
	border: 2px solid #111111;
	color: #111111;
	display: inline-block;
	font-family: "Noto Serif JP", serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.4;
	padding-bottom: 1.1875rem;
	padding-inline: 2.5rem;
	padding-top: 1.0625rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	-webkit-transition: color 0.3s, background-color 0.3s;
	transition: color 0.3s, background-color 0.3s;
	width: 100%;
}

.c-button--w400 {
	max-width: 24rem;
}

.c-button--w310 {
	max-width: 19.375rem;
}

.c-button--download {
	background-color: #111111;
	color: #fff;
	font-size: 1rem;
	max-width: none;
	padding-inline: 3.875rem;
	/*width: -webkit-fit-content;
	width: -moz-fit-content;*/
	width: 25rem;
}

.c-button--contactLink {
	font-size: 1.125rem;
}

.c-button--red:focus {
	background-color: #EF3636;
	color: #fff;
	opacity: 1;
}

.c-button--blue:focus {
	background-color: #437FBD;
	color: #fff;
	opacity: 1;
}

.c-button--green:focus {
	background-color: #6AC77E;
	color: #fff;
	opacity: 1;
}

.c-button--download:focus {
	background-color: #fff;
	color: #111111;
	opacity: 1;
}

.c-button::after {
	border: 2px solid #111111;
	bottom: -0.5rem;
	content: "";
	display: block;
	height: calc(100% + 1rem);
	left: -0.5rem;
	position: absolute;
	right: -0.5rem;
	top: -0.5rem;
	width: calc(100% + 1rem);
	z-index: -1;
}

.c-button--red::after {
	background: -webkit-gradient(linear, left top, right top, from(#EF3636), color-stop(50%, #fff), to(#EF3636));
	background: linear-gradient(90deg, #EF3636 0%, #fff 50%, #EF3636 100%);
}

.c-button--blue::after {
	background: -webkit-gradient(linear, left top, right top, from(#437FBD), color-stop(50%, #fff), to(#437FBD));
	background: linear-gradient(90deg, #437FBD 0%, #fff 50%, #437FBD 100%);
}

.c-button--green::after {
	background: -webkit-gradient(linear, left top, right top, from(#6AC77E), color-stop(50%, #fff), to(#6AC77E));
	background: linear-gradient(90deg, #6AC77E 0%, #fff 50%, #6AC77E 100%);
}

.c-button--download::after {
	display: none;
}

.c-button__arrow {
	background-color: #111111;
	border-radius: 50%;
	height: 1.75rem;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1.75rem;
}

.c-button--download .c-button__arrow {
	background-color: #fff;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.c-button__def {
	display: none;
	height: auto;
	width: 100%;
}

.c-button__rightArrow {
	fill: #fff;
	height: 0.6875rem;
	left: 50%;
	overflow: visible;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-35%, -50%);
	        transform: translate(-35%, -50%);
	-webkit-transition: fill 0.3s;
	transition: fill 0.3s;
	width: 0.6875rem;
	z-index: 1;
}

.c-button--download .c-button__rightArrow {
	fill: #111111;
}

.c-button:focus::after .c-button:focus .c-button__rightArrow {
	opacity: 0.7;
}

.c-button--download:focus .c-button__arrow {
	background-color: #111111;
	opacity: 1;
}

.c-button--download:focus .c-button__rightArrow {
	fill: #fff;
	opacity: 1;
}

.c-button__contactText,
.c-button__entryText {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 1.125rem;
	font-weight: 700;
	left: 50%;
	line-height: 1.4;
	position: absolute;
	top: -1rem;
	-webkit-transform: translate(-50%, -100%);
	        transform: translate(-50%, -100%);
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.c-button__contactText::before,
.c-button__entryText::before,
.c-button__contactText::after,
.c-button__entryText::after {
	background-color: #fff;
	content: "";
	display: block;
	height: 1.5px;
	position: absolute;
	top: 50%;
	width: 1.5625rem;
}

.c-button__contactText::before,
.c-button__entryText::before {
	left: 0;
	-webkit-transform: translate(-100%, -50%) rotate(45deg);
	        transform: translate(-100%, -50%) rotate(45deg);
}

.c-button__contactText::after,
.c-button__entryText::after {
	right: 0;
	-webkit-transform: translate(100%, -50%) rotate(-45deg);
	        transform: translate(100%, -50%) rotate(-45deg);
}

.c-buttons {
	-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.25rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.c-crowd {
	background-image: url(../img/common/icon-crowd.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
}

.c-drawer-button {
	display: none;
}

.c-drawer-button:focus {
	opacity: 0.7;
}

.c-drawer__btnDef {
	display: none;
	height: auto;
	width: 100%;
}

.c-heading {
	border-bottom: 0.1875rem solid #fff;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	padding-block: 1rem;
}

.c-heading--sub {
	border-bottom: none;
	border-left: 0.3125rem solid #fff;
	font-size: 1.25rem;
	padding-block: 0.5rem;
	padding-left: 1rem;
}

.c-sectionTitle {
	display: inline-block;
	font-family: "Noto Serif JP", serif;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.4;
	padding-block: 1.5625rem;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 10;
}

.c-sectionTitle--merit {
	max-width: 36.4375rem;
}

.c-sectionTitle--flow {
	max-width: 36.4375rem;
}

.c-sectionTitle--introduce {
	max-width: 36.4375rem;
	padding-block: 2.46875rem;
}

.c-sectionTitle::before {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	display: block;
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
	z-index: -1;
}

.c-sectionTitle--merit::before {
	background-image: url(../img/top/merit-box-pc.png);
}

.c-sectionTitle--flow::before {
	background-image: url(../img/top/flow-box-pc.png);
}

.c-sectionTitle--introduce::before {
	background-image: url(../img/top/introduce-box-pc.png);
}

.c-subMv {
	position: relative;
}

.c-subMv::after{
	background-image: url(../img/top/bg_linegreen.jpg);
	background-position: center center;
	background-repeat: repeat-x;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	width: 100%;
	height: 43px;
}

.c-subMv picture {
	display: inline-block;
	height: 21.3125rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.c-subMv picture img {
	height: 100%;
	left: 50%;
	-o-object-fit: cover;
	   object-fit: cover;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
}

.c-subMv__heaading {
	font-family: "Noto Serif JP", serif;
	font-size: 2.25rem;
	font-weight: 700;
	left: 50%;
	line-height: 1.0;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
	z-index: 1;
}

.c-subMv__heaading span{
	font-size: 1.14rem;
}

.c-subMv__heaading--404 {
	-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-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;
}

.c-subMv__heaading--404 span {
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
}

.p-404 {
	padding-bottom: 7.5rem;
	padding-top: 2.5rem;
}

.p-404__message {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 5rem;
}

.p-404__message + .p-404__message {
	margin-top: 2.25rem;
}

.p-404__btn {
	margin-top: 3rem;
	text-align: center;
}

.p-accordion__item {
	background-color: #fff;
	border: 2px solid #111111;
	margin-top: 1.625rem;
	padding-inline: 2rem;
	position: relative;
}

.p-accordion__visible {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	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;
	position: relative;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.p-accordion__visible:focus {
	opacity: 0.7;
}

.p-accordion__hidden {
	display: none;
}

.p-accordion__visible .p-accordion__text {
	font-family: "Noto Serif JP", serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.45;
	padding-bottom: 1.125rem;
	padding-top: 1.4375rem;
	position: relative;
}

.p-accordion__hidden .p-accordion__text {
	border-top: 1px solid #111111;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
	padding-bottom: 1.4375rem;
	padding-top: 1.125rem;
	position: relative;
}

.p-accordion__hidden .p-accordion__text a {
	color: #0066C0;
	text-decoration: underline;
}

.p-accordion__btn {
	background-color: transparent;
	height: 1.375rem;
	position: relative;
	width: 1.375rem;
}

.p-accordion__btn span {
	background: #111111;
	display: block;
	height: 0.275rem;
	left: 50%;
	max-width: 1.375rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	width: 100%;
}

.p-accordion__btn span:nth-of-type(2) {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	        transform: translate(-50%, -50%) rotate(90deg);
}

.p-accordion__visible.is-active .p-accordion__btn span:nth-of-type(2) {
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	        transform: translate(-50%, -50%) rotate(0deg);
}

.p-contact {
	background-image: url(../img/top/contact-bg-pc.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 5.3125rem;
	padding-top: 5rem;
	position: relative;
}

.p-contact__heading {
	font-family: "Noto Serif JP", serif;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.p-contact__btn {
	margin-top: 2.5rem;
	position: relative;
	text-align: center;
	z-index: 1;
}

.p-contactLink {
	background-color: rgba(17, 17, 17, 0.9);
	opacity: 0;
	padding-bottom: 1rem;
	padding-top: 3.0625rem;
	pointer-events: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.p-contactLink.is-scroll {
	opacity: 1;
	pointer-events: visible;
}

.p-contactLink.is-scroll.is-scrolled {
	opacity: 0;
	pointer-events: none;
}

.p-contactLink__wrapper {
	grid-gap: 5.875rem;
	display: grid;
	gap: 5.875rem;
	grid-template-columns: repeat(2, 1fr);
	position: relative;
}

.p-contactLink__wrapper::before {
	background-color: #fff;
	content: "";
	display: block;
	height: 5.3125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -66%);
	        transform: translate(-50%, -66%);
	width: 2px;
}

.p-contactLink__btn {
	-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: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
}

.p-flow {
	position: relative;
	display: block;
	clear: both;
	width: 100%;
	background-image: url("../img/top/bg_tatami.jpg");
	padding-bottom: 10.4375rem;
	padding-top: 6.6875rem;
}

.p-flow::after {
	background-image: url(../img/top/bg_linegreen.jpg);
	background-position: center center;
	background-repeat: repeat-x;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	width: 100%;
	height: 43px;
	z-index: 2;
}

.p-flow__inner {
	position: relative;
}

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

.p-flow__description {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4375;
	margin-top: 2rem;
}

.p-flow__list {
	background-color: #fff;
	border: 3px solid #111111;
	margin-top: 2.5rem;
	padding-block: 3.5625rem;
	padding-inline: 3.625rem;
	position: relative;
	z-index: 10;
}

.p-flow__list::before {
	border: 1px solid #111111;
	bottom: 0.5rem;
	content: "";
	display: block;
	height: calc(100% - 1rem);
	left: 0.5rem;
	pointer-events: none;
	position: absolute;
	right: 0.5rem;
	top: 0.5rem;
	width: calc(100% - 1rem);
	z-index: 2;
}

.p-flow__list::after {
	background-color: #111111;
	content: "";
	display: block;
	height: 50.5625rem;
	left: 10.5rem;
	position: absolute;
	top: 8.125rem;
	width: 2px;
	z-index: 1;
}

.p-flow__item {
	-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.5rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative;
	z-index: 3;
}

.p-flow__item + .p-flow__item {
	margin-top: 2.5rem;
}

.p-flow__item picture {
	aspect-ratio: 174/173;
	display: inline-block;
	overflow: hidden;
	position: relative;
	width: 10.875rem;
}

.p-flow__itemBody {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	width: 100%;
}

.p-flow__itemTitle {
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4166666667;
}

.p-flow__itemText {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 1rem;
}

.p-flow__bgWave {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
}

.p-flow__crowd {
	position: absolute;
	z-index: 2;
}

.p-flow__crowd:nth-of-type(1) {
	height: 6.75rem;
	right: 0;
	top: 2.875rem;
	-webkit-transform: translateX(28%);
	        transform: translateX(28%);
	width: 19.125rem;
}

.p-flow__crowd:nth-of-type(2) {
	height: 6.0625rem;
	left: 0;
	top: 28.125rem;
	-webkit-transform: translateX(-30%);
	        transform: translateX(-30%);
	width: 17.1875rem;
}

.p-flow__crowd:nth-of-type(3) {
	height: 6rem;
	right: 0;
	top: 44.75rem;
	-webkit-transform: translateX(32%);
	        transform: translateX(32%);
	width: 17.0625rem;
}

.p-flow__crowd:nth-of-type(4) {
	display: none;
}

.p-flow__crowd:nth-of-type(5) {
	display: none;
}

.p-flow__crowd:nth-of-type(6) {
	display: none;
}

.p-footer {
	background: #111111;
	padding-bottom: 2.5rem;
	padding-top: 1.95625rem;
}

.p-footer__links {
	-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: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-inline: -0.78125rem;
}

.p-footer__links a {
	color: #fff;
	display: block;
	font-size: 1rem;
	font-weight: 400;
	padding-block: 0.625rem;
	padding-inline: 0.78125rem;
}

.p-footer__copy {
	color: #fff;
	font-size: 0.75rem;
	font-weight: 400;
	margin-top: 1.4375rem;
	text-align: center;
}

.p-form__item {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	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;
	position: relative;
	width: 100%;
}

.p-form__item + .p-form__item {
	margin-top: 1.5rem;
}

.p-form__itemTitle {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.375;
	margin-top: 0.6875rem;
	width: 15.75rem;
}

.p-form__itemTitle span {
	background-color: #CB1223;
	color: #fff;
	display: inline-block;
	font-size: 0.875rem;
	line-height: 1;
	margin-left: 1rem;
	padding-block: 0.25rem;
	padding-inline: 0.5rem;
}

.p-form__validation {
	color: #CB1223;
	display: none;
	font-size: 0.875rem;
	font-weight: 700;
	left: 0;
	position: absolute;
	top: 3rem;
}

.p-form__validation.is-active {
	display: block;
}

.p-form__itemInput {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	width: 100%;
}

.p-form__itemInput input,
.p-form__itemInput textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 0.25rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.375;
	padding-block: 0.6875rem;
	padding-inline: 1rem;
	width: 100%;
}

.p-form__itemInput input:focus,
.p-form__itemInput textarea:focus {
	-webkit-box-shadow: inset 0px 0px 0px 1px #111111;
	        box-shadow: inset 0px 0px 0px 1px #111111;
	outline: none;
}

.p-form__item input::-webkit-input-placeholder, .p-form__item textarea::-webkit-input-placeholder {
	color: lightgray;
}

.p-form__item input::-moz-placeholder, .p-form__item textarea::-moz-placeholder {
	color: lightgray;
}

.p-form__item input:-ms-input-placeholder, .p-form__item textarea:-ms-input-placeholder {
	color: lightgray;
}

.p-form__item input::-ms-input-placeholder, .p-form__item textarea::-ms-input-placeholder {
	color: lightgray;
}

.p-form__item input::placeholder,
.p-form__item textarea::placeholder {
	color: lightgray;
}

.p-form__btn {
	-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: 1rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 2.5rem;
	text-align: center;
}

.p-form__btn a,
.p-form__btn p,
.p-form__btn input {
	background: #111111;
	border: 2px solid #111111;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "Noto Serif JP", serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.4;
	padding: 0.9375rem 7.625rem;
	text-align: center;
	-webkit-transition: color 0.3s, background-color 0.3s;
	transition: color 0.3s, background-color 0.3s;
}

.p-form__btn a:focus,
.p-form__btn p:focus,
.p-form__btn input:focus {
	background: #fff;
	color: #111111;
}

.p-fv__upper {
	position: relative;
	z-index: 1;
	display: block;
	clear: both;
	width: 100%;
	background-image: url("../img/top/bg_tatami.jpg");
}

.p-fv__body {
	position: relative;
	z-index: 1;
	background-image: url("../img/top/img_maccha.png"),url("../img/top/img_chatate.png");
	background-repeat: no-repeat,no-repeat;
}
@media screen and (max-width:767px){
	.p-fv__body{
		background-position: left 10px bottom,right -35px bottom;
		background-size: 40%,55%;
	}
}
@media screen and (min-width:768px){
	.p-fv__body{
		background-position: left 6% bottom,right -4% bottom;
		background-size: 23%,28%;
	}
}

.p-fv__bodyInner {
	position: relative;
}

.p-fv__logo {
	height: 15.8333333333vw;
	position: absolute;
	right: 11.6666666667vw;
	top: 9.1666666667vw;
	width: 11.1805555556vw;
}
/*
.p-fv__content {
	bottom: 4.1666666667vw;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
*/
.makimono{
    width: 100%;
    display: flex;
}
@media screen and (max-width:767px){
	.makimono{
        height: 343px;
		padding-top: 70px;
		margin-bottom: 90px;
    }
	.makimono_left{
        width: 74px;
        height: 343px;
    }
    .makimono_left img{
		max-width: unset;
        width: 74px;
        height: 343px;
        display: block;
    }
    .makimono_right{
        width: 2011px;
        height: 343px;
    }
    .makimono_right img{
		max-width: unset;
		width: 2011px;
        height: 343px;
        display: block;
    }
	.p-fv__message {
		max-width: 30rem;
		width: 90%;
    	margin: 40px auto 35px auto;
	}
	.p-fv__message__copy{
		font-family: "Yuji Syuku", serif;
		font-weight: 400;
		color: #000000;
		font-size: 1.3rem;
		text-align: center;
		position: relative;
		text-shadow: #FFFFFF 2px 0px,  #FFFFFF -2px 0px,
    				 #FFFFFF 0px -2px, #FFFFFF 0px 2px,
    				 #FFFFFF 2px 2px , #FFFFFF -2px 2px,
    				 #FFFFFF 2px -2px, #FFFFFF -2px -2px,
    				 #FFFFFF 1px 2px,  #FFFFFF -1px 2px,
    				 #FFFFFF 1px -2px, #FFFFFF -1px -2px,
    				 #FFFFFF 2px 1px,  #FFFFFF -2px 1px,
    				 #FFFFFF 2px -1px, #FFFFFF -2px -1px;
	}
}
@media screen and (min-width:768px){
	.makimono{
        height: 528px;
		padding-top: 80px;
		margin-bottom: 80px;
    }
	.makimono_left{
        width: 114px;
        height: 528px;
    }
	.makimono_left img{
		max-width: unset;
        width: 114px;
        height: 528px;
        display: block;
    }
    .makimono_right{
        width: 3096px;
        height: 528px;
    }
    .makimono_right img{
		max-width: unset;
        width: 3096px;
        height: 528px;
        display: block;
    }
	.p-fv__message {
		width:29rem;
		margin: 0 auto 35px auto;
	}
	.p-fv__message__copy{
		font-family: "Yuji Syuku", serif;
		font-weight: 400;
		color: #000000;
		font-size: 1.8rem;
		text-align: center;
		position: relative;
		text-shadow: #FFFFFF 2px 0px,  #FFFFFF -2px 0px,
    				 #FFFFFF 0px -2px, #FFFFFF 0px 2px,
    				 #FFFFFF 2px 2px , #FFFFFF -2px 2px,
    				 #FFFFFF 2px -2px, #FFFFFF -2px -2px,
    				 #FFFFFF 1px 2px,  #FFFFFF -1px 2px,
    				 #FFFFFF 1px -2px, #FFFFFF -1px -2px,
    				 #FFFFFF 2px 1px,  #FFFFFF -2px 1px,
    				 #FFFFFF 2px -1px, #FFFFFF -2px -1px;
	}
}


.p-fv__btn {
	margin-top: 1.5rem;
	text-align: center;
	padding-bottom: 30px;
}

.p-fv__bgImage {
	aspect-ratio: 1440/725;
	display: inline-block;
	height: auto;
	overflow: hidden;
	position: relative;
	width: 100vw;
}

.p-fv__bgImage img {
	height: 100%;
	left: 50%;
	-o-object-fit: cover;
	   object-fit: cover;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
}

.p-fv__lower {
	background: -webkit-gradient(linear, left bottom, left top, from(#C8E5FF), color-stop(50%, #fff));
	background: linear-gradient(to top, #C8E5FF 0%, #fff 50%);
	position: relative;
}

.p-fv__lower picture {
	aspect-ratio: 319/459;
	bottom: 0;
	display: inline-block;
	height: auto;
	left: 0;
	overflow: hidden;
	position: absolute;
	width: 22.1527777778vw;
	z-index: 10;
}

.p-fv__lower picture img {
	height: 100%;
	left: 50%;
	-o-object-fit: cover;
	   object-fit: cover;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
}

.p-fv__lowerInner {
	height: 100%;
	padding-block: 5rem;
	position: relative;
}

.p-fv__lowerInner::before {
	background-image: url(../img/common/icon-crowd.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 4.5rem;
	left: 7rem;
	position: absolute;
	top: 2.9375rem;
	width: 12.8125rem;
}

.p-fv__lowerInner::after {
	background-image: url(../img/common/icon-crowd.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 1.25rem;
	content: "";
	display: block;
	height: 3.9375rem;
	position: absolute;
	right: 3.125rem;
	width: 11.125rem;
}

.p-fv__description {
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.p-fv__descriptionBig {
	font-size: 2rem;
}

.p-fv__descriptionRed {
	color: #EF3939;
	font-size: 2rem;
	text-decoration: underline;
}

.p-header {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: rgba(255, 255, 255, 0.93);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 5.3125rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-left: 1.5rem;
	padding-right: 2.5rem;
	width: 100%;
}

.p-header__leftInner {
	-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: inherit;
}

.p-header__logo-link {
	display: block;
	height: inherit;
	padding-inline: 1rem;
}

.p-header__logo {
	-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: inherit;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media screen and (max-width:767px){
	.p-header__logo img {
		height: 3rem !important;
		width: auto !important;
	}
}
@media screen and (min-width:768px){
	.p-header__logo img {
		height: 3.3125rem;
		width: auto;
	}
}

.p-header__nav {
	height: inherit;
}

.p-header__list {
	-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: inherit;
}

.p-header__item {
	height: inherit;
}

.p-header__item a {
	-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-family: "Noto Serif JP", serif;
	font-size: 1rem;
	font-weight: 700;
	height: inherit;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-inline: 1rem;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.p-header__item a:focus {
	color: #b44a4d;
}

.p-header__rightInner {
	-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__link {
	-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: inherit;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-header__link img {
	height: 1.75rem;
	width: 1.75rem;
}

.p-header__link--facebook {
	padding-inline: 0.5rem;
}

.p-header__link--linkedin {
	padding-inline: 0.5rem;
}

.p-header__link--x {
	padding-inline: 0.5rem;
}

.p-header__link--instagram {
	padding-left: 0.5rem;
	padding-right: 1.5rem;
}

.p-header__link--line {
	padding-inline: 1.5rem;
	position: relative;
}

.p-header__link--line::before {
	background-color: #111111;
	content: "";
	display: block;
	height: 2rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 0.0625rem;
}

.p-header__link--contact {
	border: 2px solid #111111;
	font-family: "Noto Serif JP", serif;
	font-size: 1rem;
	font-weight: 700;
	height: auto;
	line-height: 1.4;
	padding-block: 0.625rem;
	padding-inline: 2rem;
	-webkit-transition: color 0.3s, background-color 0.3s;
	transition: color 0.3s, background-color 0.3s;
	width: auto;
}

.p-header__link--contact:focus {
	background-color: #111111;
	color: #fff;
	opacity: 1;
}

.p-introduce {
	background: -webkit-gradient(linear, left top, left bottom, from(#2A8BE4), color-stop(50%, #fff), to(#FFF2D6));
	background: linear-gradient(to bottom, #2A8BE4 0%, #fff 50%, #FFF2D6 100%);
	overflow: hidden;
	padding-bottom: 8.125rem;
	padding-top: 6.25rem;
	position: relative;
}

.p-introduce::after {
	aspect-ratio: 1438/46;
	background-image: url(../img/top/message-wave-pc.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	bottom: 0;
	content: "";
	display: block;
	height: auto;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.p-introduce__inner {
	position: relative;
}

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

.p-introduce__description {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4375;
	margin-top: 2rem;
}

.p-introduce__list {
	margin-top: 2.5125rem;
	position: relative;
	z-index: 20;
}

.p-introduce__swiper .swiper-slide {
	height: auto;
}

.p-introduce__item {
	background-color: #fff;
	border: 2px solid #222222;
	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%;
	padding-bottom: 1.8125rem;
	padding-inline: 1.8125rem;
	padding-top: 2.3125rem;
	position: relative;
}

.p-introduce__item--modal {
	grid-gap: 3.75rem;
	display: grid;
	gap: 3.75rem;
	grid-template-areas: "body detail" "btn detail";
	grid-template-columns: auto auto;
	grid-template-rows: auto auto;
	padding: 3.4375rem;
	position: relative;
}

.p-introduce__item::before {
	border: 1px solid #111111;
	bottom: 0.5rem;
	content: "";
	display: block;
	height: calc(100% - 1rem);
	left: 0.5rem;
	pointer-events: none;
	position: absolute;
	right: 0.5rem;
	top: 0.5rem;
	width: calc(100% - 1rem);
	z-index: 2;
}

.p-introduce__item::after {
	background-image: url(../img/top/merit-wave.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	display: block;
	height: 4.375rem;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
}

.p-introduce__item--modal::after {
	height: 7rem;
}

.introduce__itemWrapper {
	grid-area: body;
	width: 20rem;
}

.p-introduce__tags {
	-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;
	gap: 0.5rem;
}

.p-introduce__tag {
	background-color: #111111;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4375;
	padding-block: 0.25rem;
	padding-inline: 0.5rem;
}

.p-introduce__itemTitle {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.35;
	margin-top: 1rem;
}

.p-introduce__itemText {
	font-size: 1rem;
	font-weight: 400;
	margin-top: 1.25rem;
	padding-left: 2.3125rem;
	position: relative;
}

.p-introduce__itemText span {
	color: #CB1223;
	font-size: 1.25rem;
	font-weight: 700;
}

.p-introduce__itemText--frequency {
	margin-bottom: 0.875rem;
}

.p-introduce__itemText::before {
	background-color: #D9E7F6;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 50%;
	content: "";
	display: block;
	height: 1.75rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 1.75rem;
}

.p-introduce__itemText--income::before {
	background-image: url(../img/top/icon-money.svg);
	background-size: 0.6875rem 0.875rem;
}

.p-introduce__itemText--place::before {
	background-image: url(../img/top/icon-map.svg);
	background-size: 0.625rem 0.9375rem;
}

.p-introduce__itemText--frequency::before {
	background-image: url(../img/top/icon-calendar.svg);
	background-size: 0.875rem 0.8125rem;
}

.p-introduce__itemText2 {
	font-size: 1rem;
	font-weight: 400;
	margin-top: 1.25rem;
}

.p-introduce__itemBtn {
	border: 2px solid #111111;
	display: block;
	font-size: 1rem;
	font-weight: 700;
	margin-top: auto;
	padding-block: 0.875rem;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 5;
}

.p-introduce__itemBtn--modal {
	bottom: 0;
	grid-area: btn;
	left: 0;
	margin-top: 0;
	position: absolute;
	width: 17.6875rem;
}

.p-introduce__itemBtn + .p-introduce__itemBtn {
	margin-top: 0.5rem;
}

.p-introduce__itemBtn--plus::before {
	background-color: #111111;
	content: "";
	display: block;
	height: 0.78125rem;
	position: absolute;
	right: 1.33125rem;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 0.15625rem;
}

.p-introduce__itemBtn--plus::after {
	background-color: #111111;
	content: "";
	display: block;
	height: 0.15625rem;
	position: absolute;
	right: 1.01875rem;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 0.78125rem;
}

.p-introduce__itemBtn--red {
	background-color: #CB1223;
	color: #fff;
}

.p-introduce__btn {
	margin-top: 4.25rem;
	position: relative;
	text-align: center;
	z-index: 8;
}

.p-introduce__itemDetail {
	background-color: #fff;
	border: 8px solid #D9E7F6;
	grid-area: detail;
	height: 27.625rem;
	overflow-y: scroll;
	position: relative;
	width: 42.5rem;
	z-index: 11;
}

.p-introduce__itemDetail div {
	height: auto;
	padding: 1rem;
}

.p-introduce__bgCat {
	bottom: 0;
	height: 18.75rem;
	left: 0;
	position: absolute;
	right: 0;
	width: 18.0625rem;
}

.p-introduce__flower1 {
	background-image: url(../img/common/flower1.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 12.5rem;
	left: 0;
	position: absolute;
	top: 4.0625rem;
	width: 11.625rem;
	z-index: 2;
}

.p-introduce__flower2 {
	background-image: url(../img/common/flower2.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 18.75rem;
	position: absolute;
	right: -0.75rem;
	top: -0.75rem;
	width: 14.875rem;
	z-index: 2;
}

.p-introduce__crowd {
	position: absolute;
	z-index: 2;
}

.p-introduce__crowd:nth-of-type(1) {
	height: 6rem;
	left: 0;
	top: 0.625rem;
	-webkit-transform: translateX(-20%);
	        transform: translateX(-20%);
	width: 17.0625rem;
}

.p-introduce__crowd:nth-of-type(2) {
	height: 4.5rem;
	right: 0;
	top: 6.5625rem;
	-webkit-transform: translateX(12%);
	        transform: translateX(12%);
	width: 12.75rem;
}

.p-introduce__crowd:nth-of-type(3) {
	height: 5.3125rem;
	right: 0;
	top: 44.75rem;
	-webkit-transform: translateX(32%);
	        transform: translateX(32%);
	width: 14.9375rem;
}

.p-button-media {
	background-color: skyblue;
	border-radius: 0.375rem;
	color: #fff;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	padding-block: 1rem;
	padding-inline: 1.25rem;
}

.p-media {
	-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;
}

.p-media--reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	position: relative;
}

.p-media__wrapper {
	margin-left: calc(50% - 50vw);
	margin-right: 0;
	width: 50vw;
}

.p-media--reverse .p-media__wrapper {
	margin-left: 0;
	margin-right: calc(50% - 50vw);
}

.p-media__image {
	display: block;
	height: 23.75rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-media__image img,
.p-media__image source {
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: auto;
}

.p-media--reverse .p-media__image img,
.p-media--reverse .p-media__image source {
	left: 0;
	right: auto;
	right: initial;
}

.p-media__body {
	padding-left: 1.25rem;
	width: 50%;
}

.p-media--reverse .p-media__body {
	padding-left: 0;
	padding-left: initial;
	padding-right: 1.25rem;
}

.p-media__heading {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.3333333333;
}

.p-media__text {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 1rem;
}

.p-media__text + .p-media__text {
	margin-top: 1rem;
}

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

.p-merit {
	background-color: #E8E3CB;
	overflow: hidden;
	padding-bottom: 10.4375rem;
	padding-top: 6.6875rem;
	position: relative;
}
.p-merit::before{
	background-image: url(../img/top/merit_bg_bottom.png);
	background-position: center center;
	background-repeat: no-repeat;
	bottom: -175px;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	width: 100%;
	height: 370px;
}

.p-merit::after {
	background-image: url(../img/top/bg_linegreen.jpg);
	background-position: center center;
	background-repeat: repeat-x;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	width: 100%;
	height: 43px;
}

.p-merit__inner {
	position: relative;
}

.p-merit__heading{
	text-align: center;
}
.p-merit__text {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
	text-align: left;
	max-width: 50rem;
	margin: 2rem auto 0 auto;
}

.p-merit__list {
	grid-gap: 2.1875rem;
	display: grid;
	gap: 2.1875rem;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 15.5625rem 15.5625rem;
	margin-top: 2.9375rem;
	position: relative;
	z-index: 8;
}

.p-merit__item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #fff;
	border: 3px solid #19293A;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-inline: 2.4375rem;
	position: relative;
}

.p-merit__item::before {
	border: 1px solid #19293A;
	bottom: 0.4375rem;
	content: "";
	display: block;
	height: calc(100% - 0.875rem);
	left: 0.4375rem;
	position: absolute;
	right: 0.4375rem;
	top: 0.4375rem;
	width: calc(100% - 0.875rem);
	z-index: 2;
}

.p-merit__item::after {
	background-image: url(../img/top/merit-wave.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	display: block;
	height: 2.8125rem;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
}

.p-merit__item picture {
	display: flex;
	position: relative;
	top: -0.5625rem;
	width: 12rem;
	z-index: 11;
}
@media screen and (min-width:768px){
	.p-merit__item:nth-of-type(1) picture img {
		height: auto;
		width: 10rem;
		top: 0;
		position: relative;
	}

	.p-merit__item:nth-of-type(2) picture img {
		height: auto;
		width: 9rem;
		top: 0.5rem;
		position: relative;
	}

	.p-merit__item:nth-of-type(3) picture img {
		height: auto;
		width: 10rem;
		top: 0;
		position: relative;
	}

	.p-merit__item:nth-of-type(4) picture img {
		height: auto;
		width: 10rem;
		top: 0;
		position: relative;
	}
}

.p-merit__itemBody {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	position: relative;
	width: 100%;
	z-index: 11;
}

.p-merit__itemTitle {
	font-family: "Noto Serif JP", serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.4;
}

.p-merit__itemText {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 0.5rem;
}

.p-merit__womanImage {
	height: 24.0625rem;
	position: absolute;
	right: 3.125rem;
	top: -4.375rem;
	width: 20.5rem;
	z-index: 3;
}

.p-merit__btn {
	margin-top: 4.375rem;
	position: relative;
	z-index: 8;
}

.p-merit__crowd {
	position: absolute;
	z-index: 1;
}

.p-merit__crowd:nth-of-type(1) {
	height: 5.625rem;
	left: -0.625rem;
	top: -2.1875rem;
	width: 15.8125rem;
}

.p-merit__crowd:nth-of-type(2) {
	height: 4.5rem;
	right: -4.375rem;
	top: 7.9375rem;
	width: 12.75rem;
}

.p-merit__crowd:nth-of-type(3) {
	height: 6.0625rem;
	left: -6.25rem;
	top: 36.25rem;
	width: 17.1875rem;
}

.p-merit__crowd:nth-of-type(4) {
	bottom: 6.375rem;
	height: 4.5rem;
	right: -3.125rem;
	width: 12.75rem;
}

.p-merit__crowd:nth-of-type(5) {
	bottom: -1.4375rem;
	height: 6rem;
	left: 6.0625rem;
	-webkit-transform: translateY(50%);
	        transform: translateY(50%);
	width: 17.0625rem;
}

.p-merit__crowd:nth-of-type(6) {
	display: none;
}

.p-merit__crowd:nth-of-type(7) {
	display: none;
}

.p-merit__flower1 {
	background-image: url(../img/common/flower1.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 2.9375rem;
	content: "";
	display: block;
	height: 12.5rem;
	left: 0;
	position: absolute;
	width: 11.625rem;
	z-index: 2;
}

.p-merit__flower2 {
	background-image: url(../img/common/flower2.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 5.8125rem;
	content: "";
	display: block;
	height: 18.75rem;
	position: absolute;
	right: -2rem;
	width: 14.875rem;
	z-index: 2;
}

.p-message {
	background-image: url(../img/top/message-bg-pc.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 6.875rem;
	padding-top: 5rem;
	position: relative;
}

.p-message::after {
	background-image: url(../img/top/bg_linegreen.jpg);
	background-position: center center;
	background-repeat: repeat-x;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	width: 100%;
	height: 43px;
}

.p-message__inner {
	position: relative;
}

.p-message__heading {
	font-family: "Noto Serif JP", serif;
	font-size: 2rem;
	font-weight: 700;
	left: -0.3125rem;
	line-height: 1.4;
	margin-inline: auto;
	max-width: 42.5rem;
	position: relative;
	white-space: nowrap;
}

.p-message__heading span {
	font-size: 2.5rem;
	position: relative;
	z-index: 1;
}

.p-message__heading span::before {
	background-image: url(../img/top/message-line.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	display: block;
	height: 2.35rem;
	left: 0;
	position: absolute;
	-webkit-transform: translate(0, 36%);
	        transform: translate(0, 36%);
	width: 20.0625rem;
	z-index: -1;
}

.p-message__imageLeft {
	aspect-ratio: 155/329;
	display: inline-block;
	left: 1.5rem;
	overflow: hidden;
	position: absolute;
	top: -5rem;
	width: 12.7rem;
}

.p-message__imageRight {
	aspect-ratio: 142/350;
	display: inline-block;
	overflow: hidden;
	position: absolute;
	right: 1.5rem;
	top: 0;
	width: 12.7rem;
}

.p-message__imageRight img,
.p-message__imageLeft img {
	height: auto;
	left: 50%;
	-o-object-fit: cover;
	   object-fit: cover;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
}
.p-message__imageRight img{
	top: 30%;
}
.p-message__imageLeft img{
	bottom: -15%;
}

.p-message__text {
	font-size: 1rem;
	font-weight: 500;
	left: -0.3125rem;
	line-height: 1.8;
	margin-inline: auto;
	margin-top: 2.4375rem;
	max-width: 42.4rem;
	position: relative;
}

.p-message__text span {
	color: #EF3939;
	font-weight: 700;
}

.p-modal {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
	width: 100%;
	z-index: 900;
}

.p-modal.is-open {
	opacity: 1;
	visibility: visible;
}

.p-modal__bg {
	background-color: rgba(0, 0, 0, 0.9);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-modal__container {
	background-color: transparent;
	height: auto;
	margin-top: 5rem;
	max-width: 68.75rem;
	position: relative;
	width: auto;
	z-index: 1;
}

.p-modal__close {
	background-color: #222222;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	height: 3.125rem;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: translate(50%, -50%);
	        transform: translate(50%, -50%);
	width: 3.125rem;
	z-index: 50;
}

.p-modal__close:focus {
	opacity: 0.7;
}

.p-modal__close-line {
	background-color: #fff;
	display: block;
	height: 3px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 1.2625rem;
}

.p-modal__close-line:nth-of-type(1) {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	        transform: translate(-50%, -50%) rotate(-45deg);
}

.p-modal__close-line:nth-of-type(2) {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	        transform: translate(-50%, -50%) rotate(45deg);
}

.p-modal__trigger {
	cursor: pointer;
}

.p-modal__trigger:focus {
	opacity: 0.7;
}

.wp-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;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 3.125rem;
	margin-top: 3.125rem;
}

.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #fff;
	border-radius: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1rem;
	font-weight: bold;
	height: 2.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0.3125rem;
	text-align: center;
	-webkit-transition: opacity 0.3s, border-color 0.3s;
	transition: opacity 0.3s, border-color 0.3s;
	width: 2.5rem;
}

.wp-pagenavi .current {
	color: #fff;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	background-image: url(../img/right-arrow.png);
	background-position: 55% center;
	background-repeat: no-repeat;
	background-size: 30%;
	white-space: nowrap;
}

.wp-pagenavi .previouspostslink {
	-webkit-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}

.wp-pagenavi span {
	border: none;
	margin: 0 0.3125rem;
	padding: 0;
}

.p-post-list {
	border-top: 1px solid #fff;
}

.p-post-list__item {
	border-bottom: 1px solid #fff;
	display: block;
	padding-block: 1.25rem;
	padding-inline: 1.25rem;
	width: 100%;
}

.p-post-list__info {
	-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-post-list__date {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
}

.p-post-list__category {
	background-color: #fff;
	border-radius: 0.375rem;
	color: white;
	margin-left: 1.25rem;
	padding: 0.3125rem 0.625rem;
}

.p-post-list__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #fff;
	display: -webkit-box;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 0.625rem;
	overflow: hidden;
}

.p-post-list__item:focus .p-post-list__title {
	text-decoration: underline;
}

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

.p-single__title {
	font-size: 2.5rem;
}

.p-single__information {
	-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: 1.53125rem;
	margin-top: 2.5rem;
}

.p-single__date {
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.0625rem;
	line-height: 1;
}

.p-single__content {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.04375rem;
	line-height: 2;
	margin-top: 1.46875rem;
}

.p-single__image {
	aspect-ratio: 343/230;
	cursor: pointer;
	height: auto;
	margin-inline: auto;
	margin-top: 1.5rem;
	max-width: 21.4375rem;
	overflow: hidden;
	position: relative;
	position: relative;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	width: 100%;
}

.p-single__image:focus {
	opacity: 0.7;
}

.p-single__image::before {
	content: "";
	display: block;
	height: 2.0625rem;
	position: absolute;
	right: 1.0625rem;
	top: 1.0625rem;
	width: 2.0625rem;
	z-index: 1;
}

.p-single__image img {
	height: 100%;
	left: 50%;
	-o-object-fit: cover;
	   object-fit: cover;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
}

.p-single__btn {
	margin-top: 2.53125rem;
}

.p-subContact {
	padding-bottom: 7.5rem;
	padding-top: 2.5rem;
}

.p-subContact__message {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 5rem;
}

.p-subContact__message + .p-subContact__message {
	margin-top: 1.8rem;
}

.p-subContact__form {
	margin-top: 4.25rem;
}

.p-subContact__thanksMessage {
	font-family: "Noto Serif JP", serif;
	font-size: 2.5rem;
	font-weight: 700;
	margin-top: 5rem;
	text-align: center;
}

.p-subContact__toTopBtn {
	margin-top: 5rem;
	text-align: center;
}

.p-subEntry {
	padding-bottom: 7.5rem;
	padding-top: 2.5rem;
}

.p-subEntry__message {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 5rem;
}

.p-subEntry__form {
	margin-top: 4.25rem;
}

.p-subEntry__calendar {
	display: inline-block;
	height: 50rem;
	margin-top: 4rem;
	width: 100%;
}

.p-subEntry__calendar iframe {
	height: 100%;
}

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

.p-subEntry__btn a {
	background: #111111;
	border: 2px solid #111111;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "Noto Serif JP", serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.4;
	padding: 0.9375rem 7.625rem;
	text-align: center;
	-webkit-transition: color 0.3s, background-color 0.3s;
	transition: color 0.3s, background-color 0.3s;
}

.p-subEntry__btn a:focus {
	background: #fff;
	color: #111111;
}

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

.p-subMv__wrapper {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}

.p-subMv__inner {
	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%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
	text-align: left;
}

.p-subFv__title-jp {
	font-size: 3.125rem;
	margin-top: 1.25rem;
	width: 100%;
}

.p-subMv picture img {
	aspect-ratio: 1440/300;
	height: auto;
	width: 100%;
}

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

.p-subNews__categoryList {
	-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: 1.25rem;
}

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

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

.p-subNewsLabel {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 1.25rem;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.25rem;
	height: 2.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-inline: 1.875rem;
}

.p-subNews__category:nth-of-type(1) .p-subNewsLabel--select {
	background-color: #fff;
	text-transform: uppercase;
}

.p-subNews__category:nth-of-type(2) .p-subNewsLabel--select {
	background-color: #fff;
}

.p-subNews__category:nth-of-type(3) .p-subNewsLabel--select {
	background-color: #fff;
}

.p-subNews__category:nth-of-type(4) .p-subNewsLabel--select {
	background-color: #fff;
}

.p-subNewsLabel--card {
	background-color: #fff;
	border-radius: 0.9375rem;
	font-size: 1rem;
	height: 1.875rem;
	padding-inline: 1.25rem;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.p-subNewsLabel--single {
	background-color: #fff;
	border-radius: 1.25rem;
	font-size: 1.25rem;
	height: 2.5rem;
}

.p-subPolicy {
	padding-bottom: 7.5rem;
	padding-top: 2.5rem;
}

.p-subPolicy__text {
	color: #EF3939;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 5rem;
}

.p-subPolicy__list {
	margin-top: 1.9375rem;
}

.p-subPolicy__item + .p-subPolicy__item {
	margin-top: 2rem;
}

.p-subPolicy__itemTitle {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.8;
}

.p-subPolicy__itemText {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 1rem;
}

.p-subPolicy__itemList {
	list-style: decimal;
	margin-top: 1rem;
}

ul.p-subPolicy__itemList {
	list-style: none;
}

ul.p-subPolicy__itemList li{
	list-style-type: none;
	padding-left: 1.3em;
	text-indent: -1.3em;
}

.p-subPolicy__itemListText {
	color: #000;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	margin-left: 1.3125rem;
}

.p-subPolicy__itemListDisc {
	list-style: disc;
	margin-left: 0.5rem;
}

.p-subPolicy__itemListDisc li {
	color: #000;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	margin-left: 1rem;
}

.p-subPolicy__itemListSecond {
	list-style: lower-latin;
	margin-left: 0.5rem;
}

.p-subPolicy__itemListSecond li {
	color: #000;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	margin-left: 1rem;
}

.p-subPolicy__enactment {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 2rem;
}

.p-subPolicy__acceptance {
	margin-top: 3.25rem;
	text-align: center;
}

.p-subPolicy__acceptance button {
	color: #111111;
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	padding-left: 2.5rem;
	position: relative;
	text-align: center;
}

.p-subPolicy__acceptance button::before {
	border: 1px solid #111111;
	content: "";
	display: block;
	height: 0.875rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 0.875rem;
}

.p-subPolicy__acceptance button::after {
	background-color: #111111;
	content: "";
	display: none;
	height: 0.5rem;
	left: 0.1875rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 0.5rem;
}

.p-subPolicy__acceptance button.is-active::after {
	display: block;
}

.p-subPolicy__btn {
	margin-top: 3.125rem;
	position: relative;
 	z-index: 1;
}
.mt6{
	margin-top: 6rem;
}
.p-subPolicy__btn a.js-next {
	pointer-events: none;
	position: relative;
}

.p-subPolicy__btn a.js-next::before {
	background-color: #fff;
	bottom: -0.5rem;
	content: "";
	display: block;
	height: calc(100% + 1rem);
	left: -0.5rem;
	opacity: 0.4;
	position: absolute;
	right: -0.5rem;
	top: -0.5rem;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	width: calc(100% + 1rem);
	z-index: 10;
}

.p-subPolicy__btn a.js-next.is-active {
	pointer-events: visible;
}

.p-subPolicy__btn a.js-next.is-active::before {
	opacity: 0;
	pointer-events: none;
}

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

.p-subQa__message {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 5rem;
}

.p-subQa__categoryList {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 4rem;
	padding-bottom: 6.25rem;
}

.p-subQa__categoryItem a {
	border: 2px solid #111111;
	display: inline-block;
	padding: 2.125rem;
	position: relative;
	width: 100%;
}

.p-subQa__categoryItem a::before {
	border: 1px solid #111111;
	bottom: 0.4375rem;
	content: "";
	display: block;
	height: calc(100% - 0.875rem);
	left: 0.4375rem;
	position: absolute;
	right: 0.4375rem;
	top: 0.4375rem;
	width: calc(100% - 0.875rem);
	z-index: 1;
}

.p-subQa__categoryItem a::after {
	background-image: url(../img/qa/qa-wave.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	display: block;
	height: 1.9375rem;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
}

.p-subQa__categoryTitle {
	font-family: "Noto Serif JP", serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.45;
}

.p-subQa__categoryText {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4375;
	margin-top: 1rem;
}

.p-subQa__categoryItemArrow {
	background-color: #111111;
	border-radius: 50%;
	height: 1.75rem;
	position: absolute;
	right: 2rem;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(90deg);
	        transform: translateY(-50%) rotate(90deg);
	width: 1.75rem;
}

.p-subQa__categoryItemArrow svg {
	fill: #fff;
	height: 0.6875rem;
	left: 50%;
	overflow: visible;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-35%, -50%);
	        transform: translate(-35%, -50%);
	-webkit-transition: fill 0.3s;
	transition: fill 0.3s;
	width: 0.6875rem;
	z-index: 1;
}

.p-subQa__categoryItemArrowDef {
	display: none;
}

.p-subQa__qaSection {
	background-color: #E8E3CB;
	padding-bottom: 11.5rem;
	padding-top: 6.25rem;
	position: relative;
}
.p-subQa__qaSection::before{
	background-image: url(../img/top/merit_bg_bottom.png);
	background-position: top 70px center;
	background-repeat: no-repeat;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	width: 100%;
	height: 265px;
}
.p-subQa__qaSection::after{
	background-image: url(../img/top/bg_linegreen.jpg);
	background-position: center center;
	background-repeat: repeat-x;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	width: 100%;
	height: 43px;
}

.p-subQa__qaList {
	position: relative;
	z-index: 10;
}

.p-subQa__qaList + .p-subQa__qaList {
	margin-top: 4rem;
}

.p-subQa__qaTitle {
	font-family: "Noto Serif JP", serif;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.4285714286;
}

.p-subQa__categoryBtn {
	position: absolute;
	right: 0;
	top: 0;
}

.p-subQa__categoryBtn a {
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.4444444444;
	padding-block: 0.375rem;
	padding-right: 2.75rem;
	position: relative;
}

.p-subQa__categoryBtnArrow {
	background-color: #111111;
	border-radius: 50%;
	height: 1.75rem;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	        transform: translateY(-50%) rotate(-90deg);
	width: 1.75rem;
}

.p-subQa__categoryBtnArrow svg {
	fill: #fff;
	height: 0.6875rem;
	left: 50%;
	overflow: visible;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-35%, -50%);
	        transform: translate(-35%, -50%);
	-webkit-transition: fill 0.3s;
	transition: fill 0.3s;
	width: 0.6875rem;
	z-index: 1;
}

.p-subQa__crowd {
	position: absolute;
	z-index: 1;
}

.p-subQa__crowd:nth-of-type(1) {
	height: 6.75rem;
	right: 0rem;
	top: 12.75rem;
	-webkit-transform: translateX(52%);
	        transform: translateX(52%);
	width: 19.125rem;
}

.p-subQa__crowd:nth-of-type(2) {
	height: 6.125rem;
	left: 0rem;
	top: 55.3125rem;
	-webkit-transform: translateX(-51%);
	        transform: translateX(-51%);
	width: 17.1875rem;
}

.p-subQa__crowd:nth-of-type(3) {
	height: 6.75rem;
	right: 0rem;
	top: 74.625rem;
	-webkit-transform: translateX(52%);
	        transform: translateX(52%);
	width: 19.125rem;
}

.p-subQa__crowd:nth-of-type(4) {
	height: 6.125rem;
	left: 0rem;
	top: 118.5rem;
	-webkit-transform: translateX(-51%);
	        transform: translateX(-51%);
	width: 17.1875rem;
}

.p-subQa__crowd:nth-of-type(5) {
	height: 6.75rem;
	right: 0rem;
	top: 137.6875rem;
	-webkit-transform: translateX(52%);
	        transform: translateX(52%);
	width: 19.125rem;
}

.p-subQa__crowd:nth-of-type(6) {
	height: 6.125rem;
	left: 0rem;
	top: 181.5625rem;
	-webkit-transform: translateX(-51%);
	        transform: translateX(-51%);
	width: 17.1875rem;
}

.p-subQa__crowd:nth-of-type(7) {
	height: 6.75rem;
	right: 0rem;
	top: 200.8125rem;
	-webkit-transform: translateX(52%);
	        transform: translateX(52%);
	width: 19.125rem;
}

.p-subQa__crowd:nth-of-type(8) {
	height: 6.125rem;
	left: 0rem;
	top: 244.8125rem;
	-webkit-transform: translateX(-51%);
	        transform: translateX(-51%);
	width: 17.1875rem;
}

.p-subQa__crowd:nth-of-type(9) {
	height: 6.75rem;
	right: 0rem;
	top: 263.9375rem;
	-webkit-transform: translateX(52%);
	        transform: translateX(52%);
	width: 19.125rem;
}

.p-subQa__flower1 {
	background-image: url(../img/common/flower1.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 12.5rem;
	position: absolute;
	right: 0;
	top: 5.625rem;
	-webkit-transform: scaleX(-1) translateX(-18%);
	        transform: scaleX(-1) translateX(-18%);
	width: 11.625rem;
	z-index: 2;
}

.p-subQa__flower2 {
	background-image: url(../img/common/flower2.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 18.75rem;
	left: 0;
	position: absolute;
	top: 105rem;
	-webkit-transform: scaleX(-1) translateX(25%);
	        transform: scaleX(-1) translateX(25%);
	width: 14.875rem;
	z-index: 2;
}

.p-subQa__flower3 {
	background-image: url(../img/common/flower2.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 18.75rem;
	position: absolute;
	right: 0;
	top: 188.3125rem;
	-webkit-transform: translateX(15%);
	        transform: translateX(15%);
	width: 14.875rem;
	z-index: 2;
}

.p-subQa__flower4 {
	background-image: url(../img/common/flower1.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 12.5rem;
	left: 0;
	position: absolute;
	top: 277.625rem;
	-webkit-transform: translateX(-2%);
	        transform: translateX(-2%);
	width: 11.625rem;
	z-index: 2;
}

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

.p-subSkillSheet__message {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 5rem;
}

.p-subSkillSheet__message + .p-subSkillSheet__message {
	margin-top: 1.8rem;
}

.p-subSkillSheet__explanation {
	background-color: #E8E3CB;
	margin-top: 5rem;
	padding-bottom: 7.5rem;
	padding-top: 5rem;
	position: relative;
}

.p-subSkillSheet__explanation::before{
	background-image: url(../img/top/merit_bg_bottom.png);
	background-position: center center;
	background-repeat: no-repeat;
	bottom: -175px;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	width: 100%;
	height: 370px;
}
.p-subSkillSheet__explanation::after{
	background-image: url(../img/top/bg_linegreen.jpg);
	background-position: center center;
	background-repeat: repeat-x;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	width: 100%;
	height: 43px;
}

.p-subSkillSheet__wrapper {
	background-color: #fff;
	padding: 4rem;
	position: relative;
	z-index: 20;
}

.p-subSkillSheet__heading {
	background-color: #D9E7F6;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	line-height: 1.4;
	padding-block: 1.0625rem;
	padding-left: 1.5rem;
}

.p-subSkillSheet__heading--mt {
	margin-top: 5rem;
}

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

.p-subSkillSheet__title {
	font-size: 2rem;
}

.p-subSkillSheet__explanationText {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 2rem;
}

.p-subSkillSheet__explanationText + .p-subSkillSheet__explanationText {
	margin-top: 1.25rem;
}

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

.p-subSkillSheet__itemSection + .p-subSkillSheet__itemSection {
	margin-top: 4rem;
}

.p-subSkillSheet__subHeading {
	border-bottom: 1px solid #111111;
	font-family: "Noto Serif JP", serif;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.4285714286;
	padding-bottom: 1rem;
	padding-left: 1rem;
}

.p-subSkillSheet__itemSection picture {
	display: inline-block;
	margin-top: 2rem;
	width: 100%;
}

.p-subSkillSheet__itemSection--pr picture {
	aspect-ratio: 930/316;
	max-width: 58.125rem;
}

.p-subSkillSheet__itemSection--duty picture {
	aspect-ratio: 512/337;
	max-width: 32rem;
}

.p-subSkillSheet__itemSection--language picture {
	aspect-ratio: 397/303;
	max-width: 24.8125rem;
}

.p-subSkillSheet__itemSection--other picture {
	aspect-ratio: 906/238;
	max-width: 56.625rem;
}

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

.p-subSkillSheet__itemTitle {
	color: #437FBD;
	font-family: "Noto Serif JP", serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.8;
}

.p-subSkillSheet__itemText {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 0.5rem;
}

.p-subSlillSheet__downloadWrapper {
	-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;
	margin-top: 2rem;
}

.p-subSlillSheet__downloadWrapper picture {
	aspect-ratio: 255/303;
	display: inline-block;
	overflow: hidden;
	position: relative;
	width: 15.9375rem;
}

.p-subSkillSheet__downloadText {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
}

.p-subSkillSheet__downloadText + .p-subSkillSheet__downloadText {
	margin-top: 2rem;
}

.p-subSkillSheet__acceptance {
	margin-top: 1.0625rem;
}

.p-subSkillSheet__acceptance button{
	color: #111111;
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	padding-left: 1.5rem;
	position: relative;
	text-align: center;
}

.p-subSkillSheet__acceptance button::before{
	border: 1px solid #111111;
	content: "";
	display: block;
	height: 0.875rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 0.875rem;
}

.p-subSkillSheet__acceptance button::after{
	background-color: #111111;
	content: "";
	display: none;
	height: 0.5rem;
	left: 0.1875rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 0.5rem;
}

.p-subSkillSheet__acceptance button.is-active::after{
	display: block;
}

.p-subSkillSheet__btn,
.p-subSkillSheet__btn2{
	margin-top: 2rem;
}

.p-subSkillSheet__btn a.js-dlBtn,
.p-subSkillSheet__btn2 a.js-dlBtn2{
	pointer-events: none;
	position: relative;
}

.p-subSkillSheet__btn a.js-dlBtn::before,
.p-subSkillSheet__btn2 a.js-dlBtn2::before{
	background-color: #fff;
	bottom: -0.5rem;
	content: "";
	display: block;
	height: calc(100% + 1rem);
	left: -0.5rem;
	opacity: 0.4;
	position: absolute;
	right: -0.5rem;
	top: -0.5rem;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	width: calc(100% + 1rem);
	z-index: 10;
}

.p-subSkillSheet__btn a.js-dlBtn.is-active,
.p-subSkillSheet__btn2 a.js-dlBtn2.is-active{
	pointer-events: visible;
}

.p-subSkillSheet__btn a.js-dlBtn.is-active::before,
.p-subSkillSheet__btn2 a.js-dlBtn2.is-active::before{
	opacity: 0;
	pointer-events: none;
}

.p-subSkillSheet__crowd {
	position: absolute;
	z-index: 1;
}

.p-subSkillSheet__crowd:nth-of-type(1) {
	height: 6.75rem;
	right: 0rem;
	top: 12.75rem;
	-webkit-transform: translateX(52%);
	        transform: translateX(52%);
	width: 19.125rem;
}

.p-subSkillSheet__crowd:nth-of-type(2) {
	height: 6.125rem;
	left: 0rem;
	top: 55.3125rem;
	-webkit-transform: translateX(-51%);
	        transform: translateX(-51%);
	width: 17.1875rem;
}

.p-subSkillSheet__crowd:nth-of-type(3) {
	height: 6.75rem;
	right: 0rem;
	top: 74.625rem;
	-webkit-transform: translateX(52%);
	        transform: translateX(52%);
	width: 19.125rem;
}

.p-subSkillSheet__crowd:nth-of-type(4) {
	height: 6.125rem;
	left: 0rem;
	top: 118.5rem;
	-webkit-transform: translateX(-51%);
	        transform: translateX(-51%);
	width: 17.1875rem;
}

.p-subSkillSheet__crowd:nth-of-type(5) {
	height: 6.75rem;
	right: 0rem;
	top: 137.6875rem;
	-webkit-transform: translateX(52%);
	        transform: translateX(52%);
	width: 19.125rem;
}

.p-subSkillSheet__crowd:nth-of-type(6) {
	height: 6.125rem;
	left: 0rem;
	top: 181.5625rem;
	-webkit-transform: translateX(-51%);
	        transform: translateX(-51%);
	width: 17.1875rem;
}

.p-subSkillSheet__crowd:nth-of-type(7) {
	height: 6.75rem;
	right: 0rem;
	top: 200.8125rem;
	-webkit-transform: translateX(52%);
	        transform: translateX(52%);
	width: 19.125rem;
}

.p-subSkillSheet__crowd:nth-of-type(8) {
	height: 6.125rem;
	left: 0rem;
	top: 244.8125rem;
	-webkit-transform: translateX(-51%);
	        transform: translateX(-51%);
	width: 17.1875rem;
}

.p-subSkillSheet__crowd:nth-of-type(9) {
	height: 6.75rem;
	right: 0rem;
	top: 263.9375rem;
	-webkit-transform: translateX(52%);
	        transform: translateX(52%);
	width: 19.125rem;
}

.p-subSkillSheet__flower1 {
	background-image: url(../img/common/flower1.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 12.5rem;
	position: absolute;
	right: 0;
	top: 5.625rem;
	-webkit-transform: scaleX(-1) translateX(-18%);
	        transform: scaleX(-1) translateX(-18%);
	width: 11.625rem;
	z-index: 2;
}

.p-subSkillSheet__flower2 {
	background-image: url(../img/common/flower2.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 18.75rem;
	left: 0;
	position: absolute;
	top: 105rem;
	-webkit-transform: scaleX(-1) translateX(25%);
	        transform: scaleX(-1) translateX(25%);
	width: 14.875rem;
	z-index: 2;
}

.p-subSkillSheet__flower3 {
	background-image: url(../img/common/flower2.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 18.75rem;
	position: absolute;
	right: 0;
	top: 188.3125rem;
	-webkit-transform: translateX(15%);
	        transform: translateX(15%);
	width: 14.875rem;
	z-index: 2;
}

.p-subSkillSheet__flower4 {
	background-image: url(../img/common/flower1.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 12.5rem;
	left: 0;
	position: absolute;
	top: 277.625rem;
	-webkit-transform: translateX(-2%);
	        transform: translateX(-2%);
	width: 11.625rem;
	z-index: 2;
}

.p-introduce__swiper,
.p-modal__swiper {
	margin-inline: -1.875rem;
	padding-inline: 1.875rem;
}

.swiper-button-next {
	height: 3.75rem;
	width: 3.75rem;
}

/* 前へ次への矢印カスタマイズ */

.swiper-button-prev::before,
.swiper-button-next::before {
	background-color: #111111;
	border-radius: 50%;
	content: "";
	height: 3.75rem;
	margin: auto;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 3.75rem;
}

.swiper-button-prev::before {
	left: -0.5rem;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}

.swiper-button-next::before {
	right: -0.5rem;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}

.swiper-button-prev::after,
.swiper-button-next::after {
	background-image: url(../img/common/right-arrow.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 1.46875rem;
	position: absolute;
	top: 50%;
	width: 1.46875rem;
}

/* 前への矢印カスタマイズ */

.swiper-button-prev::after {
	left: -0.5rem;
	-webkit-transform: translate(68%, -50%) scaleX(-1);
	        transform: translate(68%, -50%) scaleX(-1);
}

/* 次への矢印カスタマイズ */

.swiper-button-next::after {
	right: -0.5rem;
	-webkit-transform: translate(-68%, -50%);
	        transform: translate(-68%, -50%);
}

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

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

@media (any-hover: hover) {

a:hover,
button:hover {
	opacity: 0.8;
}

.c-button--red:hover {
	background-color: #EF3636;
	color: #fff;
	opacity: 1;
}

.c-button--blue:hover {
	background-color: #437FBD;
	color: #fff;
	opacity: 1;
}

.c-button--green:hover {
	background-color: #6AC77E;
	color: #fff;
	opacity: 1;
}

.c-button--download:hover {
	background-color: #fff;
	color: #111111;
	opacity: 1;
}

.c-button:hover::after .c-button:hover .c-button__rightArrow {
	opacity: 0.7;
}

.c-button--download:hover .c-button__arrow {
	background-color: #111111;
	opacity: 1;
}

.c-button--download:hover .c-button__rightArrow {
	fill: #fff;
	opacity: 1;
}

.c-drawer-button:hover {
	opacity: 0.7;
}

.p-accordion__visible:hover {
	opacity: 0.7;
}

.p-form__btn a:hover,
.p-form__btn p:hover,
.p-form__btn input:hover {
	background: #fff;
	color: #111111;
}

.p-header__item a:hover {
	color: #b44a4d;
}

.p-header__link--contact:hover {
	background-color: #111111;
	color: #fff;
	opacity: 1;
}

.p-modal__close:hover {
	opacity: 0.7;
}

.p-modal__trigger:hover {
	opacity: 0.7;
}

.p-post-list__item:hover .p-post-list__title {
	text-decoration: underline;
}

.p-single__image:hover {
	opacity: 0.7;
}

.p-subEntry__btn a:hover {
	background: #fff;
	color: #111111;
}

}

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

.c-subMv picture {
	aspect-ratio: 1440/341;
	height: auto;
}

}

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

.p-header__item a {
	padding-inline: 0.625rem;
}

}

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

.p-header {
	padding-left: 0.75rem;
	padding-right: 1.25rem;
}

}

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

html {
	font-size: 1.3333333333vw;
}

.p-subEntry__calendar {
	height: 62.5rem;
}

}

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

.p-subEntry__calendar {
	height: 75rem;
}

}

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

.p-subEntry__calendar {
	height: 81.25rem;
}

}

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

html {
	font-size: 16px;
}

html {
	scroll-padding-top: 3.75rem;
	margin-top: 0 !important;
}

a {
	opacity: 1;
	opacity: initial;
}

.l-header {
	position: absolute;
}

.l-inner {
	max-width: 31.25rem;
	padding-inline: 1.25rem;
}

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

.c-breadcrumbs,
.c-breadcrumbs a {
	font-size: 0.875rem;
}

.c-button {
	font-size: 1rem;
	padding-block: 1rem;
}

.c-button--w400 {
	width: 19.9375rem;
}

.c-button--w310 {
	max-width: 20.1875rem;
}

.c-button--download {
	font-size: 0.875rem;
	max-width: 19rem;
	padding-inline: 0.625rem;
	width: 100%;
}

.c-button--contactLink {
	font-size: 0.875rem;
	padding-inline: 0;
}

.c-button--top {
	font-size: 1.125rem;
	padding-block: 0.9375rem;
}

.c-button--contactLink .c-button__arrow {
	display: none;
}

.c-button__contactText,
.c-button__entryText {
	font-size: 0.75rem;
}

.c-button__contactText::before,
.c-button__entryText::before,
.c-button__contactText::after,
.c-button__entryText::after {
	display: none;
}

.c-buttons {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.6875rem;
}

.c-drawer-button {
	background-color: #111111;
	cursor: pointer;
	display: block;
	height: 3.125rem;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	width: 3.125rem;
}

.c-drawer-button span {
	background-color: #fff;
	display: block;
	height: 2px;
	left: 0.8125rem;
	position: absolute;
	-webkit-transform-origin: left;
	        transform-origin: left;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	width: 1.5rem;
}

.c-drawer-button span:nth-of-type(1) {
	top: 1.0625rem;
}

.c-drawer-button span:nth-of-type(2) {
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.c-drawer-button span:nth-of-type(3) {
	bottom: 1.0625rem;
}

.c-drawer-button.is-open span {
	width: 1.875rem;
}

.c-drawer-button.is-open span:nth-of-type(1) {
	top: 1rem;
	-webkit-transform: rotate(33deg);
	        transform: rotate(33deg);
}

.c-drawer-button.is-open span:nth-of-type(2) {
	opacity: 0;
	top: 50%;
}

.c-drawer-button.is-open span:nth-of-type(3) {
	bottom: 1rem;
	-webkit-transform: rotate(-33deg);
	        transform: rotate(-33deg);
}

.c-drawer {
	height: 100dvh;
	width: 100vw;
}

.c-drawer__wrapper {
	display: block;
	max-height: 100dvh;
	max-width: 25rem;
	overflow-y: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 700;
}

.c-drawer__container {
	background: -webkit-gradient(linear, left bottom, left top, from(#C8E5FF), color-stop(50%, #fff));
	background: linear-gradient(to top, #C8E5FF 0%, #fff 50%);
	min-height: 100dvh;
	overflow: auto;
	padding-bottom: 9.375rem;
	padding-inline: 1.25rem;
	padding-top: 5.0625rem;
	position: relative;
	width: 100%;
	z-index: 100;
}

.c-drawer__container::before {
	background-image: url(../img/common/flower1.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 1rem;
	content: "";
	display: block;
	height: 6.25rem;
	left: 0;
	position: absolute;
	width: 5.75rem;
}

.c-drawer__container::after {
	background-image: url(../img/common/flower2.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 1.4375rem;
	content: "";
	display: block;
	height: 9rem;
	position: absolute;
	right: 0;
	width: 6.6875rem;
}

.c-drawer__menu-bg {
	background-color: rgba(0, 0, 0, 0.4);
	display: block;
	height: 100dvh;
	width: 100vw;
}

.c-drawer__logo {
	height: 2.1875rem;
	left: 1.25rem;
	position: absolute;
	top: 0.9375rem;
	width: auto;
	z-index: 100;
}
	.c-drawer__logo img{
		height: 3rem;
		width: auto;
	}
.c-drawer__item {
	border-bottom: 1px solid #222222;
}

.c-drawer__item a {
	color: #222222;
	display: block;
	font-family: "Noto Serif JP", serif;
	font-size: 0.875rem;
	font-weight: 700;
	padding-bottom: 1.1875rem;
	padding-top: 1.1875rem;
	position: relative;
	width: 100%;
}

.c-drawer__btnArrow {
	background-color: #111111;
	border-radius: 50%;
	height: 1.375rem;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1.375rem;
}

.c-drawer__btnArrow--contact {
	right: 1.03125rem;
}

.c-drawer__btnRightArrow {
	fill: #fff;
	height: 0.5625rem;
	left: 50%;
	overflow: visible;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transition: fill 0.3s;
	transition: fill 0.3s;
	width: 0.5625rem;
	z-index: 1;
}

.c-drawer__linkList {
	-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;
	margin-top: 1.5rem;
}

.c-drawer__link {
	display: block;
	padding-inline: 0.5rem;
	position: relative;
	width: 100%;
}

.c-drawer__link--facebook {
	padding-left: 0;
}

.c-drawer__link img {
	height: 1.75rem;
	width: 1.75rem;
}

.c-drawer__linkWrapper {
	-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: 1.5rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 2.5rem;
}

.c-drawer__lineLink {
	display: block;
	height: 3.375rem;
	width: 3.375rem;
}

.c-drawer__contactLink {
	background-color: #fff;
	border: 2px solid #222222;
	color: #222222;
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-family: "Noto Serif JP", serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
	padding-block: 1rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.c-sectionTitle {
	font-size: 1.75rem;
}

.c-sectionTitle--merit {
	padding-block: 1.0625rem;
}

.c-sectionTitle--flow {
	padding-block: 1.5625rem;
}

.c-sectionTitle--introduce {
	padding-block: 1.5625rem;
}

.c-sectionTitle--merit::before {
	background-image: url(../img/top/merit-box-sp.png);
}

.c-sectionTitle--flow::before {
	background-image: url(../img/top/flow-box-sp.png);
}

.c-sectionTitle--introduce::before {
	background-image: url(../img/top/introduce-box-sp.png);
}

.c-subMv picture {
	aspect-ratio: 375/300;
	height: auto;
}

.c-subMv__heaading {
	font-size: 6.4vw;
}

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

.p-404 {
	padding-bottom: 5rem;
}

.p-404__message {
	font-size: 0.875rem;
	font-weight: 500;
	margin-top: 4.5rem;
}

.p-404__message + .p-404__message {
	margin-top: 1.5rem;
}

.p-404__btn {
	margin-top: 2.75rem;
}

.p-accordion__item {
	margin-top: 1.0625rem;
	padding-inline: 1rem;
}

.p-accordion__visible .p-accordion__text {
	font-size: 1rem;
	padding-bottom: 1rem;
	padding-right: 1.875rem;
	padding-top: 1.375rem;
}

.p-accordion__hidden .p-accordion__text {
	font-size: 0.875rem;
	padding-bottom: 1.25rem;
	padding-top: 0.625rem;
}

.p-accordion__btn {
	height: 0.9375rem;
	position: absolute;
	right: 0;
	right: 0.1875rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.9375rem;
}

.p-accordion__btn span {
	height: 0.1875rem;
	max-width: 0.9375rem;
}

.p-contact {
	background-image: url(../img/top/contact-bg-sp.jpg);
	padding-bottom: 4.4375rem;
	padding-top: 4rem;
}

.p-contact__heading {
	font-size: 1.25rem;
}

.p-contact__btn {
	margin-top: 1.375rem;
}

.p-contactLink {
	padding-top: 3.5625rem;
}

.p-contactLink__wrapper {
	gap: 1.1875rem;
	margin-inline: -0.5rem;
}

.p-contactLink__wrapper::before {
	display: none;
}

.p-flow {
	padding-bottom: 11rem;
	padding-top: 4rem;
}

.p-flow::after {
	background-size: cover;
	height: 1.89375rem;
}

.p-flow__description {
	font-size: 0.875rem;
	text-align: left;
}

.p-flow__list {
	margin-top: 1.875rem;
	padding-bottom: 2.3125rem;
	padding-inline: 1.5rem;
	padding-top: 2.1875rem;
}

.p-flow__list::after {
	display: none;
}

.p-flow__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.25rem;
}

.p-flow__item + .p-flow__item {
	margin-top: 2.625rem;
}

.p-flow__item picture {
	aspect-ratio: 148.4/113.4;
	margin-left: -3rem;
	width: 9.275rem;
}

.p-flow__itemTitle {
	font-size: 1.25rem;
	line-height: 1.45;
	text-align: center;
}

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

.p-flow__crowd:nth-of-type(1) {
	height: 4.5rem;
	top: 24.1875rem;
	-webkit-transform: translateX(22%);
	        transform: translateX(22%);
	width: 12.6875rem;
}

.p-flow__crowd:nth-of-type(2) {
	height: 3.6875rem;
	top: 40.75rem;
	-webkit-transform: translateX(-27%);
	        transform: translateX(-27%);
	width: 10.4375rem;
}

.p-flow__crowd:nth-of-type(3) {
	height: 4.5rem;
	top: 65.4375rem;
	-webkit-transform: translateX(22%);
	        transform: translateX(22%);
	width: 12.6875rem;
}

.p-flow__crowd:nth-of-type(4) {
	display: block;
	height: 3.6875rem;
	left: 0;
	top: 3.25rem;
	-webkit-transform: translateX(-28%);
	        transform: translateX(-28%);
	width: 10.4375rem;
}

.p-flow__crowd:nth-of-type(5) {
	bottom: 16.625rem;
	display: block;
	height: 3.6875rem;
	left: 0;
	-webkit-transform: translateX(-28%);
	        transform: translateX(-28%);
	width: 10.4375rem;
}

.p-flow__crowd:nth-of-type(6) {
	bottom: 0.5625rem;
	display: block;
	height: 4.5rem;
	right: 0;
	-webkit-transform: translateX(22%);
	        transform: translateX(22%);
	width: 12.6875rem;
}

.p-footer {
	padding-bottom: 4rem;
	padding-top: 3.375rem;
}

.p-footer__links a {
	font-size: 0.875rem;
	padding-inline: 0.75rem;
}

.p-form__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.5rem;
}

.p-form__item + .p-form__item {
	margin-top: 1.1875rem;
}

.p-form__itemTitle {
	font-size: 0.875rem;
	line-height: 1.4285714286;
}

.p-form__itemTitle span {
	font-size: 0.75rem;
}

.p-form__validation {
	bottom: -1.3125rem;
	font-size: 0.75rem;
	top: auto;
	top: initial;
}

.p-form__itemInput input,
.p-form__itemInput textarea {
	font-size: 0.875rem;
	line-height: 1.4285714286;
	padding-block: 0.75rem;
}

.p-form__btn {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-top: 2rem;
}

.p-form__btn a,
.p-form__btn p,
.p-form__btn input {
	font-size: 1rem;
	padding-block: 0.75rem;
	width: 100%;
}

.p-fv__logo {
	height: 43.7333333333vw;
	left: 12.8vw;
	top: 14.6666666667vw;
	width: 30.6666666667vw;
}

.p-fv__content {
	bottom: 21.3333333333vw;
}

.p-fv__btn {
	margin-top: 0.9375rem;
}

.p-fv__bgImage {
	aspect-ratio: 375/600;
}

.p-fv__lower picture {
	aspect-ratio: 128/228;
	width: 8rem;
}

.p-fv__lower picture img {
	aspect-ratio: 319/459;
	height: 100%;
	width: auto;
}

.p-fv__lowerInner {
	padding-block: 2.375rem;
}

.p-fv__lowerInner::before {
	display: none;
}

.p-fv__lowerInner::after {
	display: none;
}

.p-fv__description {
	font-size: 1rem;
	padding-left: 6.875rem;
	text-align: left;
}

.p-fv__descriptionBig {
	font-size: 1rem;
}

.p-fv__descriptionRed {
	font-size: 1.25rem;
}

.p-header {
	background-color: transparent;
	height: 3.75rem;
}

.p-header__leftInner {
	display: block;
	position: absolute;
}

.p-header__leftInner--subPage {
	display: block;
	position: absolute;
}

.p-header__logo-link {
	padding-inline: 0.5rem;
}

.p-header__logo img {
	height: 2.16875rem;
	width: 6.25rem;
}

.p-header__nav {
	display: none;
}

.p-header__rightInner {
	display: none;
}

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

.p-introduce {
	padding-bottom: 10.4375rem;
	padding-top: 4rem;
}

.p-introduce::after {
	background-size: cover;
	height: 1.89375rem;
}

.p-introduce__description {
	font-size: 0.875rem;
	text-align: left;
}

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

.p-introduce__item {
	padding-bottom: 1.375rem;
	padding-inline: 1.3125rem;
	padding-top: 1.5rem;
}

.p-introduce__item--modal {
	gap: 1.125rem;
	grid-template-areas: "body" "detail" "btn";
	grid-template-columns: auto;
	grid-template-rows: auto auto auto;
	padding: 1.5rem;
}

.p-introduce__item--modal::after {
	height: 3.75rem;
}

.p-introduce__tag {
	font-size: 0.875rem;
	line-height: 1.4285714286;
}

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

.p-introduce__itemText span {
	font-size: 1rem;
}

.p-introduce__itemText--frequency {
	margin-bottom: 1.4375rem;
}

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

.p-introduce__itemBtn--modal {
	bottom: auto;
	bottom: initial;
	left: auto;
	left: initial;
	position: relative;
	width: 100%;
}

.p-introduce__btn {
	margin-top: 2.5625rem;
}

.p-introduce__itemDetail {
	height: 7.9375rem;
	width: 100%;
}

.p-introduce__bgCat {
	height: 11.4375rem;
	left: -1rem;
	width: 11rem;
}

.p-introduce__flower1 {
	display: none;
}

.p-introduce__flower2 {
	display: none;
}

.p-introduce__crowd:nth-of-type(1) {
	height: 3.6875rem;
	top: 2.875rem;
	-webkit-transform: translateX(-28%);
	        transform: translateX(-28%);
	width: 10.4375rem;
}

.p-introduce__crowd:nth-of-type(2) {
	display: none;
}

.p-introduce__crowd:nth-of-type(3) {
	bottom: -6.1875rem;
	height: 3.625rem;
	top: auto;
	top: initial;
	-webkit-transform: translateX(16%);
	        transform: translateX(16%);
	width: 10.0625rem;
}

.p-button-media {
	font-size: 1rem;
	padding-block: 0.5rem;
	text-align: center;
	width: 100%;
}

.p-media {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-media__wrapper {
	padding-right: 0;
	width: calc(50vw + 50%);
}

.p-media--reverse .p-media__wrapper {
	padding-left: 0;
}

.p-media__image {
	aspect-ratio: 355/150;
	height: auto;
	margin-top: 0.3125rem;
}

.p-media__image img,
.p-media__image source {
	height: auto;
	width: 100%;
}

.p-media__body {
	margin-top: 1rem;
	width: 100%;
}

.p-media__heading {
	font-size: 1rem;
	line-height: 1.5;
}

.p-media__text {
	font-size: 0.875rem;
	line-height: 1.5714285714;
}

.p-media__text + .p-media__text {
	margin-top: 0.875rem;
}

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

.p-merit {
	padding-bottom: 11.6875rem;
	padding-top: 2.98125rem;
}

.p-merit::before,
.p-subSkillSheet__explanation::before{
	background-image: url(../img/top/merit_bg_bottom.png);
	background-position: left -450px bottom;
	background-repeat: no-repeat;
	bottom: -175px;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	width: 100%;
	height: 370px;
}
.p-subQa__qaSection::before{
	background-image: url(../img/top/merit_bg_bottom.png);
	background-position: left -450px top;
	background-repeat: no-repeat;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	width: 100%;
	height: 190px;
}

.p-merit::after {
	background-size: cover;
	height: 1.89375rem;
}

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

.p-merit__list {
	gap: 1.5rem;
	grid-template-columns: 1fr;
	grid-template-rows: 20rem 20rem 20rem 20rem;
	margin-top: 2rem;
}

.p-merit__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding-inline: 1.4375rem;
	padding-top: 1.875rem;
}

.p-merit__item picture {
	display: flex;
    justify-content: center;
	text-align: center;
	top: 0;
	width: 100%;
}

	.p-merit__item:nth-of-type(1) picture img {
		height: auto;
		width: 11rem;
		margin: 0.2rem 0 1.5rem 0;
	}

	.p-merit__item:nth-of-type(2) picture img {
		height: auto;
		width: 8em;
		margin: -0.5rem 0 1rem 0;
	}

	.p-merit__item:nth-of-type(3) picture img {
		height: auto;
		width: 13rem;
		margin: 0.5rem 0 1rem 0;
	}

	.p-merit__item:nth-of-type(4) picture img {
		height: auto;
		width: 11rem;
		margin: -0.5rem 0 0.5rem 0;
	}

.p-merit__itemBody {
	margin-top: 0.875rem;
}

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

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

.p-merit__womanImage {
	bottom: -11.875rem;
	height: 12.875rem;
	right: 0.5625rem;
	top: auto;
	top: initial;
	width: 10.625rem;
	z-index: 1;
}

.p-merit__btn {
	margin-top: 2.4375rem;
}

.p-merit__crowd:nth-of-type(1) {
	height: 3.6875rem;
	left: -2.875rem;
	top: 4.375rem;
	width: 10.4375rem;
}

.p-merit__crowd:nth-of-type(2) {
	right: -2.875rem;
	top: 25.3125rem;
}

.p-merit__crowd:nth-of-type(3) {
	height: 3.6875rem;
	left: -2.875rem;
	top: 41.9375rem;
	width: 10.4375rem;
}

.p-merit__crowd:nth-of-type(4) {
	bottom: 14.25rem;
	height: 4.5rem;
	right: -2.8125rem;
	width: 12.6875rem;
}

.p-merit__crowd:nth-of-type(5) {
	bottom: -1.5625rem;
	height: 3.6875rem;
	left: -2.875rem;
	width: 10.4375rem;
}

.p-merit__crowd:nth-of-type(6) {
	bottom: 50.5rem;
	display: block;
	height: 4.5rem;
	right: -2.875rem;
	width: 12.6875rem;
}

.p-merit__crowd:nth-of-type(7) {
	bottom: 30.25rem;
	display: block;
	height: 3.6875rem;
	left: -2.875rem;
	width: 10.4375rem;
}

.p-merit__flower1 {
	display: none;
}

.p-merit__flower2 {
	aspect-ratio: 238/300;
	bottom: 1.9375rem;
	height: auto;
	left: -0.3125rem;
	right: auto;
	right: initial;
	-webkit-transform: scaleX(-1);
	        transform: scaleX(-1);
	width: 7.5rem;
}

.p-message {
	background-image: url(../img/top/message-bg-sp.jpg);
	padding-bottom: 4.875rem;
	padding-top: 2.5rem;
}

.p-message::after {
	background-size: cover;
	height: 1.89375rem;
}

.p-message__heading {
	font-size: 1.25rem;
	padding-left: 0.625rem;
	text-align: center;
}

.p-message__heading span {
	font-size: 1.75rem;
}

.p-message__heading span::before {
	background-image: url(../img/top/message-line-sp.png);
	height: 2.30625rem;
	-webkit-transform: translate(4%, 52%);
	        transform: translate(4%, 52%);
	width: 14.5rem;
}

.p-message__imageLeft {
	right: 3rem;
	left: unset;
    top: 3.7rem;
    width: 10.9rem;
}

.p-message__imageRight {
	right: unset;
	left: 3rem;
    top: 5.6rem;
    width: 10.4rem;
}

.p-message__text {
	font-size: 0.875rem;
	margin-top: 23rem;
	padding-left: 0.3125rem;
}

.p-modal__container {
	margin-top: 0;
	width: calc(100% - 2.5rem);
}

.p-modal__close {
	height: 2rem;
	-webkit-transform: translate(30%, -30%);
	        transform: translate(30%, -30%);
	width: 2rem;
}

.p-modal__close-line {
	height: 2px;
	width: 0.9375rem;
}

.wp-pagenavi {
	margin-bottom: 1.875rem;
	margin-top: 1.875rem;
}

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

.p-single__information {
	gap: 1rem;
	margin-top: 1.6875rem;
}

.p-single__date {
	font-size: 0.75rem;
	letter-spacing: 0.0375rem;
}

.p-single__content {
	font-size: 0.875rem;
	margin-top: 0.6875rem;
}

.p-single__image {
	max-width: none;
}

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

.p-subContact {
	padding-bottom: 5rem;
}

.p-subContact__message {
	font-size: 0.875rem;
	margin-top: 4.4375rem;
	text-align: left;
}

.p-subContact__message + .p-subContact__message {
	margin-top: 1.575rem;
}

.p-subContact__form {
	margin-top: 2.625rem;
}

.p-subContact__thanksMessage {
	font-size: 1.375rem;
}

.p-subEntry {
	padding-bottom: 5rem;
}

.p-subEntry__message {
	display: none;
}

.p-subEntry__form {
	margin-top: 2.625rem;
}

.p-subEntry__calendar {
	height: 90.625rem;
}

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

.p-subEntry__btn a {
	font-size: 1rem;
	padding-block: 0.75rem;
	width: 100%;
}

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

.p-subMv picture img {
	aspect-ratio: 375/150;
}

.p-subNews__categoryList {
	gap: 0.625rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

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

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

.p-subNewsLabel {
	border-radius: 0.625rem;
	font-size: 0.75rem;
	height: 1.25rem;
	padding-inline: 0.625rem;
}

.p-subPolicy {
	padding-bottom: 5rem;
}

.p-subPolicy--terms {
	padding-bottom: 3.4375rem;
}

.p-subPolicy__list {
	margin-top: 0.875rem;
}

.p-subPolicy__itemTitle {
	font-size: 1rem;
}

.p-subPolicy__itemTitle--noWrap {
	white-space: nowrap;
}

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

.p-subPolicy__itemListText {
	font-size: 0.875rem;
	margin-left: 1.3125rem;
}

.p-subPolicy__itemListDisc {
	margin-left: 0;
}

.p-subPolicy__itemListDisc li {
	font-size: 0.875rem;
	margin-left: 1.0625rem;
}

.p-subPolicy__itemListSecond {
	margin-left: 0;
}

.p-subPolicy__itemListSecond li {
	font-size: 0.875rem;
	margin-left: 1.3125rem;
}

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

.p-subPolicy__acceptance {
	margin-top: 2.75rem;
}

.p-subPolicy__btn {
	margin-top: 3.875rem;
}

.p-subQa__message {
	font-size: 0.875rem;
	margin-top: 4.4375rem;
}

.p-subQa__categoryList {
	gap: 1rem;
	grid-template-columns: 1fr;
	margin-top: 2.5rem;
	padding-bottom: 3.75rem;
}

.p-subQa__categoryItem a {
	padding-block: 1.5rem;
	padding-inline: 1.4375rem;
}

.p-subQa__categoryItem a::after {
	height: 1.6625rem;
}

.p-subQa__categoryTitle {
	font-size: 1rem;
	padding-right: 4.375rem;
}

.p-subQa__categoryText {
	font-size: 0.875rem;
	margin-top: 0.5rem;
	padding-right: 2.1875rem;
}

.p-subQa__categoryItemArrow {
	right: 1.5625rem;
}

.p-subQa__qaSection {
	padding-bottom: 15rem;
	padding-top: 4.0625rem;
}

.p-subQa__qaList + .p-subQa__qaList {
	margin-top: 5.25rem;
}

.p-subQa__qaTitle {
	font-size: 1.25rem;
}

.p-subQa__qaTitle--nowrap {
	white-space: nowrap;
}

.p-subQa__categoryBtn {
	bottom: -1.1875rem;
	right: 50%;
	top: auto;
	top: initial;
	-webkit-transform: translate(50%, 100%);
	        transform: translate(50%, 100%);
}

.p-subQa__categoryBtn a {
	font-size: 0.875rem;
	padding-block: 0.25rem;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.p-subQa__crowd:nth-of-type(1) {
	height: 3.6875rem;
	top: 2.3125rem;
	-webkit-transform: translateX(25%);
	        transform: translateX(25%);
	width: 10.4375rem;
}

.p-subQa__crowd:nth-of-type(2) {
	height: 3.6875rem;
	top: 17.4375rem;
	-webkit-transform: translateX(-27%);
	        transform: translateX(-27%);
	width: 10.4375rem;
}

.p-subQa__crowd:nth-of-type(3) {
	bottom: 14.9375rem;
	height: 3.6875rem;
	top: auto;
	top: initial;
	-webkit-transform: translateX(25%);
	        transform: translateX(25%);
	width: 10.4375rem;
}

.p-subQa__crowd:nth-of-type(4) {
	bottom: 0.375rem;
	height: 3.6875rem;
	top: auto;
	top: initial;
	-webkit-transform: translateX(-27%);
	        transform: translateX(-27%);
	width: 10.4375rem;
}

.p-subQa__crowd:nth-of-type(5) {
	display: none;
}

.p-subQa__crowd:nth-of-type(6) {
	display: none;
}

.p-subQa__crowd:nth-of-type(7) {
	display: none;
}

.p-subQa__crowd:nth-of-type(8) {
	display: none;
}

.p-subQa__crowd:nth-of-type(9) {
	display: none;
}

.p-subQa__flower1 {
	aspect-ratio: 186/200;
	height: auto;
	top: -0.75rem;
	-webkit-transform: scaleX(-1) translateX(-8%);
	        transform: scaleX(-1) translateX(-8%);
	width: 5.875rem;
}

.p-subQa__flower2 {
	display: none;
}

.p-subQa__flower3 {
	aspect-ratio: 238/300;
	bottom: -1.0625rem;
	height: auto;
	top: auto;
	top: initial;
	-webkit-transform: translateX(9%);
	        transform: translateX(9%);
	width: 5.875rem;
}

.p-subQa__flower4 {
	display: none;
}

.p-subSkillSheet__message {
	font-size: 0.875rem;
	margin-top: 4.4375rem;
}

.p-subSkillSheet__message + .p-subSkillSheet__message {
	margin-top: 1.575rem;
}

.p-subSkillSheet__explanation {
	margin-top: 4rem;
	padding-bottom: 5.153125rem;
	padding-top: 4.8125rem;
}

.p-subSkillSheet__wrapper {
	padding-block: 2.5rem;
	padding-inline: 1rem;
}

.p-subSkillSheet__heading {
	padding: 1rem;
}

.p-subSkillSheet__heading--mt {
	margin-top: 2.375rem;
}

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

.p-subSkillSheet__title {
	font-size: 1.25rem;
}

.p-subSkillSheet__explanationText {
	font-size: 0.875rem;
	margin-top: 1.5rem;
}

.p-subSkillSheet__explanationText + .p-subSkillSheet__explanationText {
	margin-top: 0.8125rem;
}

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

.p-subSkillSheet__itemSection + .p-subSkillSheet__itemSection {
	margin-top: 2.5rem;
}

.p-subSkillSheet__subHeading {
	font-size: 1.125rem;
	padding-bottom: 0.5rem;
	padding-left: 0.5rem;
}

.p-subSkillSheet__itemSection picture {
	margin-top: 1.5rem;
}

.p-subSkillSheet__itemSection--duty picture {
	max-width: 100%;
	width: 78.4vw;
}

.p-subSkillSheet__itemSection--other picture {
	aspect-ratio: 303/110;
	overflow: hidden;
	position: relative;
}

.p-subSkillSheet__itemSection--other picture img {
	height: 100%;
	left: 0;
	max-width: none;
	position: absolute;
	top: 0;
	width: auto;
}

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

.p-subSkillSheet__itemTitle {
	font-size: 1rem;
}

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

.p-subSlillSheet__downloadWrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	margin-top: 1.25rem;
}

.p-subSlillSheet__downloadWrapper picture {
	width: 17.5rem;
}

.p-subSkillSheet__downloadText {
	font-size: 0.875rem;
	line-height: 1.8;
}

.p-subSkillSheet__downloadText + .p-subSkillSheet__downloadText {
	margin-top: 1.54375rem;
}

.p-subSkillSheet__acceptance button {
	font-size: 0.875rem;
}

.p-subSkillSheet__btn {
	margin-top: 1.4375rem;
	text-align: center;
}

.p-subSkillSheet__crowd:nth-of-type(1) {
	height: 3.6875rem;
	top: 2.3125rem;
	-webkit-transform: translateX(25%);
	        transform: translateX(25%);
	width: 10.4375rem;
}

.p-subSkillSheet__crowd:nth-of-type(2) {
	height: 3.6875rem;
	top: 17.4375rem;
	-webkit-transform: translateX(-27%);
	        transform: translateX(-27%);
	width: 10.4375rem;
}

.p-subSkillSheet__crowd:nth-of-type(3) {
	bottom: 14.9375rem;
	height: 3.6875rem;
	top: auto;
	top: initial;
	-webkit-transform: translateX(25%);
	        transform: translateX(25%);
	width: 10.4375rem;
}

.p-subSkillSheet__crowd:nth-of-type(4) {
	bottom: 0.375rem;
	height: 3.6875rem;
	top: auto;
	top: initial;
	-webkit-transform: translateX(-27%);
	        transform: translateX(-27%);
	width: 10.4375rem;
}

.p-subSkillSheet__crowd:nth-of-type(5) {
	display: none;
}

.p-subSkillSheet__crowd:nth-of-type(6) {
	display: none;
}

.p-subSkillSheet__crowd:nth-of-type(7) {
	display: none;
}

.p-subSkillSheet__crowd:nth-of-type(8) {
	display: none;
}

.p-subSkillSheet__crowd:nth-of-type(9) {
	display: none;
}

.p-subSkillSheet__flower1 {
	aspect-ratio: 186/200;
	height: auto;
	top: -0.75rem;
	-webkit-transform: scaleX(-1) translateX(-8%);
	        transform: scaleX(-1) translateX(-8%);
	width: 5.875rem;
}

.p-subSkillSheet__flower2 {
	display: none;
}

.p-subSkillSheet__flower3 {
	aspect-ratio: 238/300;
	bottom: -1.0625rem;
	height: auto;
	top: auto;
	top: initial;
	-webkit-transform: translateX(9%);
	        transform: translateX(9%);
	width: 5.875rem;
}

.p-subSkillSheet__flower4 {
	display: none;
}

.p-introduce__swiper,
.p-modal__swiper {
	margin-inline: -1.25rem;
	padding-inline: 1.25rem;
}

.swiper-button-next {
	height: 2rem;
	width: 2rem;
}

.swiper-button-prev::before,
.swiper-button-next::before {
	height: 2rem;
	width: 2rem;
}

.swiper-button-prev::before {
	left: -0.25rem;
}

.swiper-button-next::before {
	right: -0.25rem;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	height: 0.7875rem;
	width: 0.7875rem;
}

.swiper-button-prev::after {
	left: -0.25rem;
}

.swiper-button-next::after {
	right: -0.25rem;
}

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

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

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

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

.p-subEntry__calendar {
	height: 93.75rem;
}

}

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