.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

/* ホバー */

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

body {
	color: #0d2936;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

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

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

/* Inherit fonts for inputs and buttons */

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

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

img:not([alt]) {
	filter: blur(10px);
}

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

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

textarea {
	resize: vertical;
}

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

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

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

/* ホバー */

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

.archive-voice-layout {
	margin-top: 3.25rem;
}

.lower-about-layout {
	margin-top: 3.125rem;
}

.lower-blog-layout {
	margin-top: 3.25rem;
}

.lower-campaign-layout {
	margin-top: 3.25rem;
}

.lower-contact-layout {
	margin-top: 6.6875rem;
}

.lower-info-layout {
	margin-top: 7.5rem;
}

.not-found-layout {
	background: #408f95;
	padding-top: 5rem;
}

.page-contact-layout {
	margin-top: 3rem;
}

.page-faq-layout {
	margin-top: 3.25rem;
}

.page-price-layout {
	margin-top: 3.25rem;
}

.page-privacypolicy-layout {
	margin-top: 3.25rem;
}

.page-sitemap-layout {
	margin-top: 3.25rem;
}

.page-terms-layout {
	margin-top: 3.25rem;
}

.single-layout {
	margin-top: 3.25rem;
}

.top-about {
	margin-top: 5.25rem;
}

.top-blog {
	margin-top: 5.3125rem;
}

.top-campaign {
	margin-top: 2.8125rem;
}

.top-contact {
	margin-top: 5rem;
}

.top-info {
	margin-top: 5rem;
	padding: 5.3125rem 0 5rem 0;
}

.top-price {
	margin-top: 5rem;
	padding: 5rem 0;
}

.top-voice {
	margin-top: 5.25rem;
}

.about__inner {
	max-width: 67.5rem;
}

.about__container {
	margin-top: 3.5625rem;
}

.about__img-box {
	position: relative;
	z-index: 1;
}

.about__img-left {
	left: 0;
	position: absolute;
	top: -1.6875rem;
	width: 37%;
	z-index: 11;
}

.about__img-right {
	margin-left: auto;
	width: 82.055556%;
	z-index: 10;
}

.about__contents {
	margin-top: 2.5rem;
}

.about__catch {
	color: #408f95;
	font-family: "Gotu", sans-serif;
	font-size: 2.5rem;
	line-height: 1;
}

.about__text-box {
	margin-top: 1rem;
}

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

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

.animate-img {
	position: relative;
}

.animate-img .color {
	background-color: #408f95;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 2;
}

.animate-img img {
	display: block;
	width: 100%;
}

.archive-voice__pagenavi {
	margin-top: 5rem;
}

.arrow {
	background: #fff;
	border: 2px solid #408f95;
	border-radius: 50%;
	cursor: pointer;
	height: 3rem;
	padding: 0.625rem;
	position: relative;
	width: 3rem;
}

.arrow__line01 {
	background-color: #408f95;
	height: 1px;
	position: absolute;
	top: 50%;
	width: 58.33333333%;
}

.arrow__line02 {
	background-color: #408f95;
	height: 1px;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	transform: rotate(45deg);
	transform-origin: right bottom;
	width: 10px;
}

.aside__archive--container {
	margin-top: 1.25rem;
}

.aside-article__items {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin-top: 1.25rem;
}

.aside-article__item {
	align-items: flex-start;
	background: #fff;
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
	display: flex;
	gap: 5%;
	padding: 0.6875rem 1rem 1rem 1rem;
}

.aside-article__img {
	aspect-ratio: 121/90;
	margin-top: 0.3125rem;
	overflow: hidden;
	width: 46.1%;
}

.aside-article__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.aside-article__body {
	width: 53.9%;
}

.aside-article__date {
	font-family: "Gotu", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
}

.aside-article__title {
	font-size: 1rem;
	font-weight: 500;
}

.aside-campaign__items {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	margin-top: 1.25rem;
}

.aside-campaign__button {
	margin-top: 2.6875rem;
	text-align: center;
}

.aside-title {
	align-items: center;
	display: inline-flex;
	gap: 0.5rem;
	padding-left: 1.4375rem;
	position: relative;
}

.aside-title::before {
	background: #408f95;
	bottom: 0.0625rem;
	content: "";
	height: 3.125rem;
	left: 0;
	position: absolute;
	width: 0.4375rem;
}

.aside-title__icon {
	display: block;
	height: 3.125rem;
	max-width: 3.125rem;
	position: relative;
	width: 100%;
}

.aside-title__text {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1;
}

.aside-voice__items {
	margin-top: 1.25rem;
}

.aside-voice__meta {
	display: flex;
	font-size: 0.75rem;
	font-weight: 400;
	margin-top: 1rem;
}

.aside-voice__title {
	font-size: 1.5rem;
	font-weight: 500;
	margin-top: 0.4375rem;
}

.aside-voice__button {
	margin-top: 2.5rem;
	text-align: center;
}

.aside {
	margin: 5rem auto 0;
	padding: 0 1.625rem;
}

.aside__items {
	margin-top: 0.3125rem;
}

.aside__item:nth-child(n+2) {
	margin-top: 4.6875rem;
}

.blog-card {
	background: #fff;
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
	padding: 1rem 1rem 1.5rem;
}

.blog-card__img {
	aspect-ratio: 301/201;
	overflow: hidden;
}

.blog-card__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
	width: 100%;
}

.blog-card:hover .blog-card__img img {
	transform: scale(1.2);
}

.blog-card__container {
	margin-top: 0.9375rem;
}

.blog-card__date {
	font-family: "Gotu", sans-serif;
	font-size: 0.75rem;
	line-height: 1;
}

.blog-card__title {
	border-bottom: 1px solid #408f95;
	font-size: 1rem;
	font-weight: 500;
	padding-bottom: 0.25rem;
}

.blog-card__text {
	margin-top: 1rem;
}

.blog-card {
	-webkit-text-decoration: none;
	display: inline-block;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.blog-card:hover {
	cursor: pointer;
	opacity: 1;
}

.blog-cards {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	justify-content: center;
}

.blog-cards--lower {
	grid-gap: 2.625rem;
	display: grid;
	gap: 2.625rem;
	grid-template-columns: 1fr;
	justify-content: center;
}

.blog__items {
	margin-top: 2.0625rem;
}

.blog__button {
	margin-top: 2.75rem;
	text-align: center;
}

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

.breadcrumb--not-found {
	background: #408f95;
	margin-top: 0;
	padding-top: 0.5rem;
}

.breadcrumb--white {
	background: #408f95;
	color: #fff;
}

.button {
	align-items: center;
	background: #408f95;
	background-color: #408f95;
	border: 2px solid #408f95;
	color: #fff;
	display: inline-flex;
	font-family: "Gotu", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	gap: 0.5rem;
	margin-bottom: 0.2rem;
	max-width: 12.625rem;
	padding: 0.9375rem 2.4375rem;
	position: relative;
	white-space: nowrap;
	width: 100%;
	z-index: 1;
}

.button--accent {
	background: #fff;
	background-color: #fff;
	border: 2px solid #fff;
	color: #408f95;
}

.button::before {
	border: 1px solid #408f95;
	bottom: -0.3125rem;
	content: "";
	height: 100%;
	position: absolute;
	right: -0.375rem;
	width: 100%;
	z-index: -1;
}

.button--accent::before {
	border: 1px solid #fff;
}

.button::after {
	background: #fff;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
	width: 100%;
	z-index: -1;
}

.button--accent::after {
	background: #408f95;
}

.button:hover {
	color: #408f95;
	cursor: pointer;
	opacity: 1;
}

.button--accent:hover {
	color: #fff;
}

.button:hover::after {
	transform: scale(1, 1);
}

.button__arrow {
	background: #fff;
	height: 0.0625rem;
	margin-left: 0.125rem;
	position: absolute;
	right: 2.5rem;
	top: 1.6875rem;
	width: 2.5rem;
}

.button__arrow--accent {
	background: #408f95;
}

.button:hover .button__arrow {
	background: #408f95;
}

.button--accent:hover .button__arrow--accent {
	background: #fff;
}

.button__arrow::after {
	background: inherit;
	content: "";
	height: 0.0625rem;
	margin-left: 0.125rem;
	position: absolute;
	right: -0.1875rem;
	top: -0.1875rem;
	transform: rotate(45deg);
	width: 0.625rem;
}

.campaign-swiper__button-box {
	display: flex;
	gap: 5rem;
	position: absolute;
	right: calc(50% - min(48vw, 33.75rem));
	top: 0%;
}

.campaign-swiper__button-next,
.campaign-swiper__button-prev {
	cursor: pointer;
}

.campaign-swiper__button-next::after,
.campaign-swiper__button-prev::after {
	content: "";
	text-rendering: initial;
}

/* 次への矢印 */

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

.campaign-swiper__button-prev::after {
	display: none;
}

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

.campaign-swiper__button-next::after {
	display: none;
}

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

.campaign__inner {
	margin-right: calc(50% - 50vw);
}

.campaign__items {
	margin-top: 1.875rem;
	padding-bottom: 0.625rem;
}

.campaign__items.swiper {
	margin-right: calc(50% - 50vw);
	padding-bottom: 0.3125rem;
}

.campaign__button {
	margin-top: 2.1875rem;
	text-align: center;
}

.contact {
	position: relative;
	text-align: center;
}

.contact__wrapper {
	position: relative;
}

.contact::before {
	background: url(../images/common/contact-bg-1.png) no-repeat center center/cover;
	content: "";
	height: 3.125rem;
	max-width: 6.8125rem;
	position: absolute;
	right: calc(50% - min(48vw, 10.9375rem));
	top: -1.5625rem;
	width: 100%;
	z-index: 20;
}

.contact__logo {
	display: inline-block;
	height: 4.0625rem;
	margin: 0 auto;
	max-width: 10.875rem;
	position: relative;
}

.contact__logo::after {
	background: #408f95;
	bottom: -0.375rem;
	content: "";
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 18.4375rem;
}

.contact__info {
	margin-top: 1rem;
}

.contact__address {
	font-size: 0.9375rem;
	font-style: normal;
	line-height: 1.85;
	text-align: center;
}

.contact__map {
	aspect-ratio: 295/160;
	margin: 0 auto;
	margin-top: 0.875rem;
	overflow: hidden;
	width: 84.28571429%;
}

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

.contact__button-box {
	margin-top: 2.75rem;
}

.contact__text {
	color: #408f95;
	font-size: 0.875rem;
	margin-top: 0.3125rem;
}

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

.drawer-menu {
	align-items: flex-start;
	display: flex;
	gap: 0.625rem;
}

.drawer-menu__item {
	font-size: 1rem;
	font-weight: 400;
	padding-bottom: 0.625rem;
	padding-left: 1.375rem;
	padding-top: 0.5625rem;
	position: relative;
}

.drawer-menu__item a {
	display: block;
}

.drawer-menu__item--section {
	font-weight: 700;
	margin-top: 0.875rem;
}

.drawer-menu__item--section::before {
	background: url(../images/common/nav-icon.png) no-repeat center center/cover;
	content: "";
	height: 1.125rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.125rem;
}

.faq {
	cursor: pointer;
	list-style: none;
}

.faq__summary {
	background: #408f95;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 1rem;
	font-weight: 400;
	list-style: none;
	padding: 1rem;
	position: relative;
}

.faq__icon::before,
.faq__icon::after {
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 0.125rem;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
	transition: opacity 0.5s transform 0.5s;
	width: 1.75rem;
}

.faq__icon::before {
	transform: translateY(-50%) rotate(90deg);
	transition: transform 0.5s;
}

.faq__icon.is-open::after {
	opacity: 0;
}

.faq__icon.is-open::before {
	transform: translateY(-50%) rotate(180deg);
	transition: transform 0.5s;
}

.faq__content {
	border-bottom: 1px solid #408f95;
	border-left: 1px solid #408f95;
	border-right: 1px solid #408f95;
	display: none;
	font-size: 1rem;
	font-weight: 400;
	padding: 1.1875rem 1rem;
}

.footer {
	background: #408f95;
	color: #fff;
	margin-top: 6.0625rem;
	padding: 3.1875rem 0;
}

.footer--not-found {
	margin-top: 0;
	padding-top: 1.875rem;
}

.footer--contact {
	margin-top: 8.75rem;
}

.footer--thanks {
	margin-top: 8.75rem;
}

.footer__logos {
	display: flex;
	flex-direction: column;
	gap: 1.0625rem;
}

.footer__logo {
	height: 2.8125rem;
	max-width: 7.5rem;
	width: 100%;
}

.footer__sns-items {
	display: flex;
	gap: 1rem;
}

.footer__sns-item {
	height: 1.5rem;
	max-width: 1.5rem;
	width: 100%;
}

.footer__nav {
	margin-top: 0.625rem;
}

.footer__copyright {
	font-family: "Gotu", sans-serif;
	font-size: 0.75rem;
	margin-top: 1.75rem;
	text-align: center;
	white-space: nowrap;
}

.form-button {
	background-color: #408f95;
	color: #fff;
	display: inline-block;
	font-family: "Gotu", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	left: -0.1875rem;
	line-height: 1.57;
	position: relative;
	z-index: 1;
}

.form-button::before {
	border: 0.0625rem solid #408f95;
	content: "";
	height: 3.375rem;
	left: 0.25rem;
	pointer-events: none;
	position: absolute;
	top: 0.25rem;
	width: 12.625rem;
	z-index: -1;
}

.form-button::after {
	background: #fff;
	border: 0.0625rem solid #408f95;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
	width: 100%;
	z-index: -1;
}

.form-button__submit {
	color: white;
	padding-bottom: 1.25rem;
	padding-left: 3.5rem;
	padding-right: 7rem;
	padding-top: 1.25rem;
	text-transform: capitalize;
	transition: color 0.3s;
}

.form-button span {
	position: relative;
}

.form-button span::after {
	background-image: url(../images/common/button-arrow_white.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 100%;
	pointer-events: none;
	position: absolute;
	right: 3.4375rem;
	top: 0.1875rem;
	width: 2.5rem;
}

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

/*サイズ等の指定*/

/*ボタン系の指定*/

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

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

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

[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=date],
textarea {
	background: #fff;
	background-image: none; /*↓リセットCSS */
	border: none;
	border: 1px solid #408f95;
	border-radius: 0;
	border-radius: 0rem;
	font-family: inherit;
	font-size: 1rem; /*↓カスタム */
	margin-top: 0.8125rem;
	max-width: 21.5625rem;
	padding: 0.4375rem 0.625rem;
	width: 100%;
}

[type=text].error,
[type=search].error,
[type=tel].error,
[type=url].error,
[type=email].error,
[type=password].error,
[type=date].error,
textarea.error {
	background: rgba(201, 72, 0, 0.2);
	border: 0.0625rem solid #c94800;
	color: #fff;
}

.wpcf7-not-valid {
	background: rgba(201, 72, 0, 0.2);
	border: 0.0625rem solid #c94800;
	color: #fff;
}

::-moz-placeholder {
	color: #ddf0f1;
	font-size: 1rem;
}

::placeholder {
	color: #ddf0f1;
	font-size: 1rem;
}

.error::-moz-placeholder {
	color: #fff;
}

.error::placeholder {
	color: #fff;
}

button,
[type=button],
[type=submit] { /*↓リセットCSS */
	color: #fff;
}

.button:hover [type=submit] {
	color: #408f95;
}

[type=radio] {
	display: none;
}

[type=radio] + span {
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	letter-spacing: 0.01em;
	letter-spacing: 0.02em;
	line-height: 1;
	margin: 0 2.1875rem 0 0;
	padding-left: 1.375rem;
	position: relative;
}

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

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

[type=radio]:checked + span::after {
	background: url(../images/common/check.png) no-repeat center center/contain;
	content: "";
	display: block;
	height: 0.4375rem;
	left: 0.1875rem;
	opacity: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.625rem;
}

[type=checkbox] {
	display: none;
}

[type=checkbox] + span {
	cursor: pointer;
	display: inline-block;
	font-size: 0.875rem;
	letter-spacing: normal;
	line-height: 22px;
	margin: 0 0 0 2rem;
	padding: 0 0 0 2rem;
	position: relative;
	transition: 0.3s ease;
}

[type=checkbox] + span::before {
	background: #fff;
	border: 1px solid #408f95;
	content: "";
	display: block;
	height: 1.375rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 1.375rem;
}

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

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

select {
	background-color: #fff; /*↓デフォルトのアイコンを消す場合はコメントアウト（noneにする）*/ /*↓デフォルトではないアイコンを使う場合は入力する*/
	background-image: url(../images/common/toggle45deg.png);
	background-position: right 8px top 43%;
	background-repeat: no-repeat;
	background-size: 0.75rem;
	border: none;
	border: 1px solid #408f95; /*↓リセットCSS */
	border-radius: 0;
	border-radius: 0rem;
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	font-size: 0.75rem; /*↓カスタム */
	margin-top: 0.625rem;
	padding: 0.625rem 0.4375rem;
	width: 100%;
}

select:focus {
	border: 1px solid #408f95;
}

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

[type=date]:focus {
	border-color: 1px solid #408f95;
}

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

textarea {
	height: 12.5rem;
	max-width: 37.5rem;
	resize: none;
	width: 100%;
}

.wpcf7-spinner {
	display: none !important;
}

.wpcf7-not-valid-tip {
	display: none !important;
}

.wpcf7-form.invalid .wpcf7-response-output {
	display: none !important;
}

.wpcf7-form.sent .wpcf7-response-output {
	display: none !important;
}

.form {
	letter-spacing: 0.05em;
}

.form__radio {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	margin-top: 0.75rem; /*wpカスタマイズ*/
}

.form__radio .wpcf7-list-item {
	display: block;
	margin: 0;
}

.form dl:not(:first-child) {
	margin-top: 1.25rem;
}

.form__item {
	border-bottom: 1px dotted #408f95;
	padding-bottom: 1.4375rem;
}

.form__item .wpcf7-form-control-wrap {
	display: block;
}

.form__item .wpcf7-text {
	display: block;
}

.form__item dt {
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 2;
}

.form__item dt span {
	background: #c94800;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 400;
	margin-left: 0.1875rem;
	padding: 0.25rem 1.1875rem;
}

.form__item dd {
	max-width: 21.5625rem;
	width: 100%;
}

.form__checkbox {
	margin-top: 2.1875rem;
	text-align: left;
}

.form__btn {
	margin-top: 1.5625rem;
	text-align: center;
}

.fv {
	height: 100vh;
	position: relative;
	width: 100%;
}

.fv__inner {
	height: inherit;
}

.fv__images {
	height: inherit;
	position: relative;
}

.fv__images .swiper {
	height: inherit;
}

.fv__images .swiper-slide img {
	height: inherit;
}

.fv__img {
	aspect-ratio: 375/667;
	height: inherit;
	overflow: hidden;
}

.fv__img source {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.fv__title-box {
	left: 50%;
	position: absolute;
	top: 44.5%;
	transform: translateX(-50%);
	z-index: 100;
}

.fv__main-title {
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 2.5rem;
	font-weight: 400;
	letter-spacing: 0.52em;
	line-height: 1;
	text-align: center;
	text-indent: 0.52em;
	text-transform: uppercase;
}

.fv__sub-title {
	color: #fff;
	font-family: "Gotu", sans-serif;
	font-size: 1.25rem;
	font-weight: bold;
	font-weight: 400;
	line-height: 1;
	margin-top: 0.75rem;
	text-align: center;
}

.gallery__container {
	margin-top: 2.6875rem;
}

.gallery__items {
	grid-gap: 0.5rem;
	display: grid;
	gap: 0.5rem;
	grid-template-columns: 1fr;
}

.gallery__item {
	aspect-ratio: 345/219;
	cursor: pointer;
	grid-column: span 2;
	grid-row: span 1;
	overflow: hidden;
}

.gallery__item:nth-child(6n+1) {
	aspect-ratio: 345/523;
	overflow: hidden;
}

.gallery__item:nth-child(6n) {
	aspect-ratio: 345/523;
	overflow: hidden;
}

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

/*モーダル本体の指定 + モーダル外側の背景の指定*/

.gallery__modal {
	background: rgba(32, 32, 32, 0.8);
	cursor: pointer;
	display: none;
	height: 100vh;
	left: 0;
	max-width: 100vw;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.gallery__modal.active {
	display: block;
	opacity: 1;
	visibility: visible;
}

.gallery__modal img {
	-o-object-fit: contain;
	height: 80%;
	left: 50%;
	object-fit: contain;
	position: absolute;
	top: 52%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.hamburger {
	height: 24px;
	position: relative;
	width: 32px;
	z-index: 9999;
}

.hamburger span {
	background: #fff;
	border-radius: 4px;
	height: 0.125rem;
	left: 0;
	position: absolute;
	transition: ease 0.3s;
	width: 100%;
}

.hamburger,
.hamburger span {
	box-sizing: border-box;
	display: inline-block;
	transition: all 0.5s;
}

.hamburger span:nth-child(1) {
	top: 0;
}

.hamburger span:nth-child(2) {
	top: 0.625rem;
}

.hamburger span:nth-child(3) {
	bottom: 0;
}

/*is-OPEN時の動き*/

.hamburger.is-open span:nth-child(1) {
	transform: translateY(10px) rotate(45deg);
}

.hamburger.is-open span:nth-child(2) {
	opacity: 0;
}

.hamburger.is-open span:nth-child(3) {
	transform: translateY(-12px) rotate(-45deg);
}

.header {
	background: rgba(13, 41, 54, 0.68);
	height: 5rem;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 10000;
}

.header.is-open {
	background: #408f95;
	opacity: 1;
}

.header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding: 0 0.9375rem;
}

.header__logo {
	height: 2.375rem;
	max-width: 6.375rem;
	z-index: 10000;
}

.header__drawer {
	position: relative;
	right: 0rem;
	top: 0rem;
}

.info-tab__buttons {
	grid-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	grid-row-gap: 1rem;
	column-gap: 1.25rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-items: left;
	row-gap: 1rem;
}

.info-tab__button {
	background-color: #ddf0f1;
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
	color: #408f95;
	display: inline-block;
	max-width: 6.375rem;
	padding: 0.625rem 0.625rem;
	text-align: center;
	transition: opacity 0.3s;
	width: 100%;
}

.info-tab__button:hover,
.info-tab__button.current {
	background: #408f95;
	color: #fff;
}

.info-tab__button:hover .info-tab__icon,
.info-tab__button.current .info-tab__icon {
	filter: brightness(298%) contrast(300%) saturate(0%);
}

.info-tab__text {
	font-size: 0.875rem;
}

.info-tab__items {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: 1fr;
}

.info-tab__wrapper {
	margin-top: 0.875rem;
}

.info {
	background: #ddf0f1;
}

.info__contents {
	margin-top: 2rem;
}

.info__img {
	aspect-ratio: 345/227;
	overflow: hidden;
}

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

.info__content {
	margin-top: 1.75rem;
}

.info__heading {
	border-bottom: 1px solid #408f95;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 0.5rem;
	padding-bottom: 0.25rem;
}

.info__text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.5rem;
}

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

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.logo__link {
	transition: none;
}

.lower-about__inner {
	max-width: 67.5rem;
}

.lower-about__img-box {
	position: relative;
	z-index: 1;
}

.lower-about__img-left {
	left: 0;
	position: absolute;
	top: -1.6875rem;
	width: 37%;
	z-index: 11;
}

.lower-about__img-right {
	width: 100%;
	z-index: 10;
}

.lower-about__contents {
	left: 10.5%;
	position: absolute;
	top: 5.5%;
	z-index: 12;
}

.lower-about__catch {
	color: #fff;
	font-family: "Gotu", sans-serif;
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 1;
	white-space: nowrap;
}

.lower-about__pc {
	margin-top: 1rem;
}

.lower-about__sp {
	margin-top: 2.5rem;
}

.lower-about__text {
	font-size: 1rem;
	line-height: 1.5;
}

.lower-about__gallery {
	margin-top: 2.5rem;
}

.lower-about__button {
	margin-top: 2.375rem;
	text-align: center;
}

.lower-bg {
	position: relative;
}

.lower-bg::before {
	background: url(../images/common/lower-bg.png) no-repeat center center/cover;
	content: "";
	height: 3.4375rem;
	left: calc(50% - min(46vw, 17.8125rem));
	max-width: 7.625rem;
	position: absolute;
	top: -1.5625rem;
	width: 100%;
	z-index: -10;
}

.lower-bg--info::before {
	top: -5.9375rem;
}

.lower-blog__content {
	width: 100%;
}

.lower-blog__items {
	padding: 0 0.375rem;
}

.lower-blog__pagenavi {
	margin-top: 5rem;
}

.lower-campaign__pagenavi {
	margin-top: 5rem;
}

.lower-info__contents {
	border: 1px solid #408f95;
	padding: 1.5rem;
}

.lower-info__img {
	aspect-ratio: 297/189;
	margin-top: 0.5rem;
	overflow: hidden;
}

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

.lower-info__heading {
	border-bottom: 1px solid #408f95;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	padding-bottom: 0.375rem;
}

.lower-info__text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.5rem;
}

.not-found {
	background: #408f95;
}

.not-found__body {
	padding: 3.75rem 0;
	position: relative;
	text-align: center;
}

.not-found__body::after {
	background: url(../images/common/404.svg) no-repeat center center/contain;
	content: "";
	display: block;
	height: 18.3125rem;
	left: 50%;
	max-width: 20.5rem;
	position: absolute;
	top: 41%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.not-found__title {
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 5rem;
	letter-spacing: 5rem;
	line-height: 1;
	position: relative;
	text-indent: 5rem;
	z-index: 1;
}

.not-found__text {
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

.not-found__button {
	margin-top: 2.5rem;
}

.page-contact__inner {
	max-width: 37.5rem;
	width: 100%;
}

.page-contact__error {
	color: #c94800;
	display: none;
	font-size: 0.875rem;
	margin-bottom: 2.375rem;
	text-align: center;
}

.page-faq__item:not(:first-child) {
	margin-top: 2.5rem;
}

.page-link__flex {
	display: flex;
	gap: 0.75rem;
	justify-content: center;
}

.page-link__prev,
.page-link__next {
	align-items: center;
	background-color: #fff;
	border: 1px solid #408f95;
	color: #408f95;
	display: inline-flex;
	height: 2.375rem;
	justify-content: center;
	transition: 0.3s ease;
	width: 2.375rem;
}

.page-link__prev:hover,
.page-link__next:hover {
	background-color: #408f95;
	color: #fff;
	opacity: 1;
}

.page-link__next a,
.page-link__prev a {
	display: block;
	height: 100%;
	width: 100%;
}

.page-link__next,
.page-link__prev {
	position: relative;
}

.page-link__next {
	margin-left: 1.75rem;
}

.page-link__prev {
	margin-right: 1.75rem;
}

.page-link__next::before,
.page-link__prev::before {
	border-right: 1px solid #408f95;
	border-top: 1px solid #408f95;
	bottom: 0;
	content: "";
	height: 0.75rem;
	margin: auto;
	pointer-events: none;
	position: absolute;
	top: 0;
	vertical-align: middle;
	width: 0.75rem;
}

.page-link__next:hover::before,
.page-link__prev:hover::before {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}

.page-link__next::before {
	left: 7px;
	transform: rotate(45deg);
}

.page-link__prev::before {
	right: 9px;
	transform: rotate(-135deg);
}

.page-price__inner.inner {
	max-width: 37.5rem;
	width: 100%;
}

.page-price__list-wrap {
	display: flex;
	flex-direction: column;
	gap: 2.6875rem;
}

.page-price__heading {
	background-color: #408f95;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	padding: 0.4375rem 0;
	text-align: center;
}

.page-price__heading span {
	padding-left: 2rem;
	position: relative;
}

.page-price__heading span::before {
	background: url(../images/common/lower-price-icon.png) no-repeat center center/cover;
	content: "";
	height: 1.5rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5rem;
}

.page-price__content {
	display: grid;
	grid-auto-rows: 3.75rem;
	grid-template-columns: 1fr 0.44166fr;
}

.page-price__course,
.page-price__price {
	align-items: center;
	display: flex;
	font-size: 1rem;
	height: 100%;
	line-height: 1.5;
	padding: 0 0.9375rem;
	width: 100%;
}

.page-price__course {
	border-bottom: 1px solid #408f95;
	border-left: 1px solid #408f95;
	justify-content: center;
	text-align: center;
}

.page-price__course:first-of-type,
.page-price__price:first-of-type {
	border-top: 1px solid #408f95;
}

.page-price__price {
	border-bottom: 1px solid #408f95;
	border-left: 1px solid #408f95;
	border-right: 1px solid #408f95;
	justify-content: end;
}

.page-privacypolicy__title {
	font-size: 1.5rem;
	font-weight: 500;
}

.page-privacypolicy__content {
	font-size: 1rem;
	line-height: 2;
	margin-top: 2.5rem;
}

.page-privacypolicy__content p {
	margin-top: 2.5rem;
}

.page-privacypolicy__content ol {
	list-style: decimal;
	margin-left: 1rem;
}

.page-privacypolicy__content ol:first-of-type {
	margin-top: 2.5rem;
}

.page-sitemap__container {
	display: grid;
	grid-auto-flow: column;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	justify-items: center;
}

.page-sitemap__items {
	width: 100%;
}

.page-sitemap__items--right {
	margin-left: 2.75rem;
}

.page-sitemap__item {
	font-size: 1rem;
	font-weight: 400;
	padding-bottom: 0.625rem;
	padding-left: 1.375rem;
	padding-top: 0.5625rem;
	position: relative;
}

.page-sitemap__item a {
	display: block;
}

.page-sitemap__item--section {
	font-weight: 700;
}

.page-sitemap__item--margin-sp {
	margin-top: 0.625rem;
}

.page-sitemap__item--margin-pc {
	margin: 0;
	margin: initial;
}

.page-sitemap__item--section::before {
	background: url(../images/common/site-map.png) no-repeat center center/cover;
	content: "";
	height: 1.125rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.125rem;
}

.page-terms__title {
	font-size: 1.5rem;
	font-weight: 500;
}

.page-terms__content {
	font-size: 1rem;
	line-height: 2;
	margin-top: 2.5rem;
}

.page-terms__content p {
	margin-top: 2.5rem;
}

.page-terms__content ol {
	list-style: decimal;
	margin-left: 1rem;
}

.page-terms__content ol {
	margin-top: 2.5rem;
}

.page-thanks__body {
	text-align: center;
}

.page-thanks__title {
	font-size: 1rem;
	font-weight: 400;
}

.page-thanks__text {
	font-size: 1rem;
	font-weight: 400;
	margin-top: 2.1875rem;
}

.pc-nav {
	display: none;
	height: inherit;
}

.pc-nav__item a {
	transition: none;
}

.pc-nav__item a:hover {
	color: #fff;
	opacity: 1;
}

.pc-nav__item a:hover::after {
	transform: scale(1, 1); /*X方向にスケール拡大*/
}

.pc-nav__en {
	font-family: "Gotu", sans-serif;
	font-size: 1.125rem;
}

.pc-nav__ja {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	white-space: nowrap;
}

.price-card {
	align-items: stretch;
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	height: 100%;
}

.price-card__img {
	aspect-ratio: 280/188;
	overflow: hidden;
}

.price-card__img--blog {
	aspect-ratio: 294/188;
}

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

.price-card__container {
	flex: 0 0 auto;
	padding: 1rem 1rem 0.125rem 1rem;
}

.price-card__container--blog {
	text-align: center;
}

.price-card__category {
	border: 0.0625rem solid #408f95;
	color: #408f95;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1;
	padding: 0.5625rem 0.6875rem;
}

.price-card__heading {
	border-bottom: 1px solid #408f95;
	font-size: 1rem;
	font-weight: 500;
	margin-top: 0.25rem;
	padding-bottom: 0.375rem;
}

.price-card__text {
	font-size: 0.875rem;
	margin-top: 0.6875rem;
	text-align: center;
}

.price-card__text--blog {
	margin-top: 0.625rem;
}

.price-card__prices {
	display: flex;
	flex-direction: column;
	line-height: 1;
	margin-top: auto;
	padding-bottom: 1.5rem;
}

.price-card__prices.price-card__prices--lower {
	margin: 0;
	margin: initial;
	padding-bottom: 1.5625rem;
}

.price-card__prices--blog {
	padding-bottom: 20px;
}

.price-card__price-box {
	align-items: baseline;
	display: flex;
	gap: 1rem;
	justify-content: center;
	margin-top: 0.8125rem;
}

.price-card__price-box--blog {
	gap: 1rem;
}

.price-card__price {
	font-family: "Lato", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.price-card__price--blog {
	font-size: 1.25rem;
}

.price-card__price--redline {
	text-decoration-color: #c94800;
	text-decoration-line: line-through;
	text-decoration-style: solid;
}

.price-card__discount {
	color: #408f95;
	font-family: "Lato", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.price-card__discount--blog {
	font-size: 2rem;
}

.price-card__link-items {
	margin-top: 1.75rem;
	text-align: center;
}

.price-card__period {
	color: #408f95;
	font-family: "Lato", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-indent: 0.02em;
}

.price-card__contact {
	color: #408f95;
	font-size: 0.875rem;
	margin-top: 0.3125rem;
}

.price-card__button {
	margin-top: 0.625rem;
	text-align: center;
}

.price-cards__item.swiper-slide {
	height: auto;
	width: 17.5rem;
}

.price-table__content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.price-table__heading {
	border-bottom: 1px solid #408f95;
	font-size: 1rem;
	font-weight: 700;
	padding-bottom: 0.25rem;
	text-align: left;
}

.price-table__course {
	flex-basis: calc(100% - 5.625rem);
	font-size: 0.875rem;
	margin-top: 0.6875rem;
}

.price-table__price {
	flex-basis: 5.625rem; /*幅*/
	font-size: 0.875rem;
	margin-left: 0;
	margin-top: 0.6875rem;
	text-align: right;
}

.price {
	background: #ddf0f1;
}

.price__sp-img {
	aspect-ratio: 345/227;
	margin-top: 2.125rem;
	overflow: hidden;
	width: 100%;
}

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

.price__container {
	margin-top: 2.5rem;
}

.price__contents {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.price__content {
	display: flex;
	flex-direction: column;
}

.price__pc-img {
	aspect-ratio: 492/746;
	max-width: 30.75rem;
	overflow: hidden;
	width: 100%;
}

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

.price__button {
	margin-top: 2.3125rem;
	text-align: center;
}

.section-title {
	text-align: center;
}

.section-title__en {
	color: #0d2936;
	font-family: "Gotu", sans-serif;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1;
}

.section-title__en::first-letter {
	color: #408f95;
}

.section-title__ja {
	color: #408f95;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1;
	margin-top: 0.625rem;
}

.section-title__en--blog::first-letter {
	color: #fff;
}

.section-title__en--large {
	font-size: 5rem;
}

.section-title__ja--large {
	margin-top: 0;
}

.single-body__date {
	font-family: "Gotu", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
}

.single-body__title {
	border-bottom: 2px solid #408f95;
	font-size: 1.5rem;
	font-weight: 500;
	margin-top: 0.3125rem;
	padding-bottom: 0.125rem;
}

.single-body__wrapper {
	margin-top: 1.5rem;
}

.single-body__img {
	aspect-ratio: 345/231;
	overflow: hidden;
}

.single-body__img:not(:first-child) {
	margin-top: 1.5rem;
}

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

.single-body__content p {
	margin-top: 1.5rem;
}

.single-body__content ul {
	margin-top: 1.5rem;
}

.single-body__content li {
	padding-left: 1.6875rem;
	position: relative;
}

.single-body__content li:not(:first-child) {
	margin-top: 0.25rem;
}

.single-body__content li::before {
	background: url(../images/common/starfish.png) no-repeat center center/cover;
	content: "";
	height: 1.125rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.125rem;
}

.single-body__page-link {
	margin-top: 2.5rem;
}

.site-nav {
	grid-gap: 0.8125rem;
	display: grid;
	gap: 0.8125rem;
	grid-template-columns: repeat(2, 1fr);
}

.site-nav__item {
	font-size: 1rem;
	font-weight: 400;
	padding-bottom: 0.625rem;
	padding-left: 1.375rem;
	padding-top: 0.5625rem;
	position: relative;
}

.site-nav__item a {
	display: block;
}

.site-nav__item--section {
	font-weight: 700;
	margin-top: 0.875rem;
}

.site-nav__item--section::before {
	background: url(../images/common/nav-icon.png) no-repeat center center/cover;
	content: "";
	height: 1.125rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.125rem;
}

.sp-nav {
	background-color: #408f95;
	color: #fff;
	display: none;
	height: 100vh;
	left: 0;
	opacity: 1;
	overflow: scroll;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 8888;
}

.sp-nav__inner {
	height: calc(100vh - 5rem);
	padding: 5rem 0.9375rem;
}

.sp-nav__items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	height: calc(100vh - 10rem);
	justify-content: center;
	width: 100%;
}

.sub-mv {
	height: 28.75rem;
	position: relative;
}

.sub-mv::after {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.sub-mv__img {
	aspect-ratio: 375/460;
	overflow: hidden;
}

.sub-mv__img source {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

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

.sub-mv__title-box {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.sub-mv__title {
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 1;
	white-space: nowrap;
}

.tab__buttons {
	grid-column-gap: 1.3125rem;
	-moz-column-gap: 1.3125rem;
	grid-row-gap: 1rem;
	column-gap: 1.3125rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-items: left;
	row-gap: 1rem;
}

.tab__button {
	background-color: #fff;
	border: 1px solid #408f95;
	color: #408f95;
	display: inline-block;
	font-size: 0.875rem;
	max-width: 10.125rem;
	padding: 0.375rem 0;
	text-align: center;
	transition: opacity 0.3s;
	width: 100%;
}

.tab__button a {
	display: block;
}

.tab__button:hover,
.tab__button.current-cat {
	background: #408f95;
	color: #fff;
}

.tab__items {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: 1fr;
}

.tab__wrapper {
	margin-top: 2.625rem;
}

.tab__wrapper.current-cat {
	animation: appear 0.9s ease;
	display: block;
}

.to-top {
	bottom: 2.5rem;
	display: none;
	overflow: hidden;
	position: fixed;
	right: 1.1875rem;
	transform: rotate(-90deg);
	z-index: 1000;
}

.to-top__arrow {
	background: #fff;
	border: 2px solid #408f95;
	border-radius: 50%;
	cursor: pointer;
	height: 3rem;
	padding: 0.625rem;
	position: relative;
	width: 3rem;
}

.to-top__line01 {
	background-color: #408f95;
	height: 1px;
	position: absolute;
	top: 50%;
	width: 58.33333333%;
}

.to-top__line02 {
	background-color: #408f95;
	height: 1px;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	transform: rotate(45deg);
	transform-origin: right bottom;
	width: 10px;
}

.toggle__list {
	cursor: pointer;
	list-style: none;
}

.toggle__list:not(:first-of-type) {
	margin-top: 0.375rem;
}

.toggle__year {
	color: #408f95;
	cursor: pointer;
	display: block;
	font-size: 1.5rem;
	font-weight: 400;
	list-style: none;
	padding-left: 2rem;
	position: relative;
}

.toggle__year::before {
	background: url(../images/common/toggle.png) no-repeat center center/contain;
	content: "";
	height: 1.5rem;
	left: 0.125rem;
	margin-right: 20px;
	position: absolute;
	top: 0.9375rem;
	transform: translateY(-50%);
	width: 1.5rem;
}

.toggle__year.open::before {
	transform: translateY(-40%) rotate(90deg);
}

.toggle__month {
	color: #408f95;
	display: block;
	font-size: 1.5rem;
	font-weight: 400;
	margin-left: 1.5rem;
	margin-top: 0.125rem;
	padding-left: 2rem;
	position: relative;
}

.toggle__month::before {
	background: url(../images/common/toggle.png) no-repeat center center/contain;
	content: "";
	height: 1.5rem;
	left: 0.125rem;
	margin-right: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5rem;
}

.toggle__items {
	display: none;
}

.voice-card {
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
	padding: 0.9375rem 1rem 1.5rem 1rem;
}

.voice-card__upper {
	grid-gap: 0.8125rem;
	align-items: flex-end;
	display: grid;
	gap: 0.8125rem;
	grid-template-columns: repeat(2, 1fr);
}

.voice-card__meta-box {
	display: flex;
	flex-direction: column;
}

.voice-card__meta {
	display: flex;
	justify-content: start;
}

.voice-card__age {
	font-size: 0.75rem;
	line-height: 1;
}

.voice-card__attribute {
	font-size: 0.75rem;
	line-height: 1;
}

.voice-card__category {
	border: 0.0625rem solid #408f95;
	color: #408f95;
	display: inline-block;
	font-size: 0.75rem;
	line-height: 1;
	margin-right: auto;
	margin-top: 0.1875rem;
	padding: 0.5rem 0.75rem;
}

.voice-card__title {
	border-bottom: 0.0625rem solid #408f95;
	font-size: 1rem;
	font-weight: 500;
	margin-top: 0.1875rem;
	padding-bottom: 0.125rem;
}

.voice-card__img {
	aspect-ratio: 151/117;
	overflow: hidden;
}

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

.voice-card__text {
	line-height: 1.5;
	margin-top: 1.0625rem;
}

.voice-cards {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: 1fr;
	justify-content: center;
}

.voice__items {
	margin-top: 3.1875rem;
}

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

.wp-pagenavi {
	display: flex;
	gap: 0.75rem;
	justify-content: center;
}

.wp-pagenavi .pages {
	display: none;
}

.wp-pagenavi--single {
	gap: 1.5rem;
}

.wp-pagenavi a,
.wp-pagenavi span {
	align-items: center;
	background-color: #fff;
	border: 1px solid #408f95;
	color: #408f95;
	display: inline-flex;
	font-family: "Lato", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	height: 2.375rem;
	justify-content: center;
	transition: 0.3s ease;
	width: 2.375rem;
}

.wp-pagenavi a.u-desktop {
	display: none;
}

.wp-pagenavi a:hover {
	background-color: #408f95;
	color: #fff;
	opacity: 1;
}

.wp-pagenavi span.current {
	background-color: #408f95;
	color: #fff;
}

.nextpostslink,
.previouspostslink {
	position: relative;
}

a.nextpostslink,
a.previouspostslink {
	font-size: 0;
}

.nextpostslink {
	margin-left: 1.75rem;
}

.previouspostslink {
	margin-right: 1.75rem;
}

.nextpostslink::before,
.previouspostslink::before {
	border-right: 1px solid #408f95;
	border-top: 1px solid #408f95;
	bottom: 0;
	content: "";
	height: 0.75rem;
	margin: auto;
	position: absolute;
	top: 0;
	vertical-align: middle;
	width: 0.75rem;
}

.nextpostslink:hover::before,
.previouspostslink:hover::before {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}

.nextpostslink::before {
	left: 7px;
	transform: rotate(45deg);
}

.previouspostslink::before {
	right: 9px;
	transform: rotate(-135deg);
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4814814815vw;
}

a:hover {
	opacity: 0.8;
}

.archive-voice-layout {
	margin-top: 9.375rem;
}

.lower-about-layout {
	margin-top: 14.375rem;
}

.lower-blog-layout {
	margin-top: 9.375rem;
}

.lower-campaign-layout {
	margin-top: 9.375rem;
}

.lower-contact-layout {
	margin-top: 8.75rem;
}

.lower-info-layout {
	margin-top: 9.375rem;
}

.page-contact-layout {
	margin-top: 9.375rem;
}

.page-faq-layout {
	margin-top: 9.375rem;
}

.page-price-layout {
	margin-top: 9.375rem;
}

.page-privacypolicy-layout {
	margin-top: 9.375rem;
}

.page-sitemap-layout {
	margin-top: 8.5625rem;
}

.page-terms-layout {
	margin-top: 9.375rem;
}

.single-layout {
	margin-top: 9rem;
}

.top-about {
	margin-top: 8.75rem;
}

.top-blog {
	margin-top: 0;
	margin-top: initial;
	padding-top: 6.25rem;
}

.top-campaign {
	margin-top: 7.5rem;
}

.top-contact {
	margin-top: 8.75rem;
}

.top-info {
	margin-top: 8.75rem;
	padding: 6.25rem 0;
}

.top-price {
	margin-top: 8.75rem;
	padding: 6.25rem 0;
}

.top-voice {
	margin-top: 8.75rem;
}

.about {
	position: relative;
}

.about::after {
	background: url(../images/common/about-bg.png) no-repeat center center/cover;
	bottom: -6.25rem;
	content: "";
	height: 11.3125rem;
	max-width: 12.125rem;
	position: absolute;
	right: calc(50% - min(48vw, 40rem));
	width: 100%;
	z-index: 20;
}

.about__container {
	position: relative;
}

.about__img-box {
	margin-top: 7.6875rem;
}

.about__img-left {
	left: 0rem;
	position: absolute;
	top: -5rem;
	width: 37%;
	z-index: 11;
}

.about__img-right {
	width: 81.481481%;
}

.about__contents {
	grid-gap: 40px;
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(2, 1fr);
	left: 18.5%;
	margin-top: 0;
	margin-top: initial;
	max-width: 52.5rem;
	position: absolute;
	top: 21%;
	z-index: 12;
}

.about__catch {
	color: #fff;
	font-size: 5rem;
	line-height: 1.25;
}

.about__text-box {
	color: #fff;
	margin-top: 0;
	margin-top: initial;
}

.archive-voice__pagenavi {
	margin-top: 4.375rem;
}

.arrow {
	height: 5rem;
	width: 5rem;
}

.arrow__line01 {
	width: 64.3%;
}

.arrow__line02 {
	right: 1.0625rem;
}

.aside-article__items {
	margin-top: 0.9375rem;
}

.aside-voice__items {
	margin-top: 0.9375rem;
}

.aside-voice__button {
	margin-top: 2.8125rem;
}

.aside {
	margin-top: 0;
	margin-top: initial;
	padding: 0;
}

.aside__items {
	margin-top: 0;
}

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

.blog-card__container {
	margin-top: 1.0625rem;
}

.blog-cards {
	grid-template-columns: repeat(3, 1fr);
}

.blog-cards--lower {
	gap: 4.875rem 2.5rem;
	grid-template-columns: repeat(2, 1fr);
}

.blog {
	position: relative;
}

.blog::before {
	background-image: url(../images/common/blog-bg_pc.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 31.25rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.blog::after {
	background: url(../images/common/blog-bg.png) no-repeat center center/cover;
	content: "";
	height: 12.5625rem;
	left: calc(50% - min(48vw, 38.75rem));
	max-width: 27.3125rem;
	position: absolute;
	top: 1.5625rem;
	width: 100%;
	z-index: 20;
}

.blog__items {
	margin-top: 5.3125rem;
}

.blog__button {
	margin-top: 5rem;
}

.breadcrumb--not-found {
	padding-top: 1.125rem;
}

.campaign-swiper__button-prev::after {
	background: url(../images/common/arrow-left.png) no-repeat center center/contain;
	content: "";
	display: block;
	height: 5rem;
	width: 5rem;
}

.campaign-swiper__button-next::after {
	background: url(../images/common/arrow-right.png) no-repeat center center/contain;
	content: "";
	display: block;
	height: 5rem;
	width: 5rem;
}

.campaign__items {
	margin-top: 2.9375rem;
	padding-bottom: 0.625rem;
}

.campaign__button {
	margin-top: 4.625rem;
}

.contact__wrapper {
	background: #fff;
	box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
	display: flex;
	gap: 16.5%;
	max-width: 67.5rem;
	padding: 5rem 3.125rem;
	position: relative;
}

.contact::before {
	height: 8.3125rem;
	max-width: 18.8125rem;
	right: calc(50% - min(48vw, 41.9375rem));
	top: -2.375rem;
}

.contact__wrapper::after {
	background: #408f95;
	content: "";
	height: 15.9375rem;
	left: 52.96296296%;
	position: absolute;
	top: 5.375rem;
	width: 0.0625rem;
}

.contact__info-box {
	max-width: 27.5rem;
	width: 100%;
}

.contact__logo {
	max-width: 12.5rem;
	padding-bottom: 0.5rem;
}

.contact__logo::after {
	bottom: -1.125rem;
	width: 27.1875rem;
}

.contact__info {
	display: flex;
	gap: 1.3125rem;
	margin-top: 2.3125rem;
}

.contact__address {
	letter-spacing: 0.03em;
	max-width: 9.125rem;
	text-align: left;
	width: 100%;
}

.contact__map {
	aspect-ratio: 273/148;
	margin-top: 0;
	margin-top: initial;
	max-width: 17.0625rem;
	width: 100%;
}

.contact__button-box {
	margin-top: 1.5625rem;
	max-width: 19.6875rem;
	width: 100%;
}

.contact__text {
	margin-top: 0.5625rem;
}

.drawer-menu__item {
	padding-left: 1.5rem;
}

.faq__summary {
	font-size: 1.25rem;
	padding: 1.625rem 2.5rem;
}

.faq__icon::before,
.faq__icon::after {
	right: 2.625rem;
}

.faq__content {
	border-top: 1px solid #408f95;
	margin-top: 0.875rem;
	padding: 2.25rem 2.5rem;
}

.footer {
	margin-top: 10rem;
	padding: 5rem 0;
}

.footer--not-found {
	margin-top: 0;
}

.footer--thanks {
	margin-top: 7.1875rem;
}

.footer__logos {
	align-items: flex-end;
	flex-direction: row;
	gap: 2.5rem;
}

.footer__logo {
	height: 4.6875rem;
	max-width: 12.5rem;
	width: 100%;
}

.footer__sns-item {
	height: 2rem;
	max-width: 2rem;
	width: 100%;
}

.footer__nav {
	margin-top: 0;
	margin-top: initial;
}

.footer__copyright {
	font-size: 0.875rem;
	margin-top: 4.0625rem;
}

.form-button__submit:hover {
	color: #408f95;
}

.form-button:hover::after {
	transform: scale(1, 1);
}

.form-button:hover span::after {
	background-image: url(../images/common/button-arrow_blue.png);
}

[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=date],
textarea {
	margin-top: 0;
	margin-top: initial;
	max-width: 30rem;
	width: 100%;
}

[type=checkbox] + span {
	margin-left: 0;
}

[type=checkbox]:checked + span::after {
	top: 40%;
}

select {
	margin-top: 0;
	margin-top: initial;
	padding: 0.3125rem 0.4375rem;
}

.form__radio {
	display: block;
	gap: 0;
}

.form dl:not(:first-child) {
	margin-top: 2.375rem;
}

.form__item {
	align-items: top;
	display: flex;
	padding-bottom: 2.4375rem;
}

.form__item dd {
	margin-left: auto;
	max-width: 30rem;
}

.form__radio--column {
	display: flex;
	flex-direction: column;
}

.form__checkbox {
	margin-top: 4.375rem;
	text-align: center;
}

.form__btn {
	margin-top: 2.5rem;
}

.fv__img {
	aspect-ratio: 1440/768;
}

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

.fv__title-box {
	top: 48%;
}

.fv__main-title {
	font-size: 5rem;
}

.fv__sub-title {
	font-size: 1.25rem;
	margin-top: 1.0625rem;
}

.gallery {
	position: relative;
}

.gallery::before {
	background: url(../images/common/lower-bg.png) no-repeat center center/cover;
	content: "";
	height: 8.625rem;
	max-width: 18.8125rem;
	position: absolute;
	right: calc(50% - min(48vw, 40rem));
	top: -5rem;
	transform: scale(-1, 1);
	width: 100%;
	z-index: -10;
}

.gallery__items {
	grid-auto-flow: dense;
	grid-template-columns: 1fr 0.16fr 1fr;
}

.gallery__item {
	aspect-ratio: 580/369;
}

.gallery__item:nth-child(6n+1) {
	aspect-ratio: 492/746;
	grid-column: 1;
	grid-row: span 2;
}

.gallery__item:nth-child(6n) {
	aspect-ratio: 492/746;
	grid-column: span 1;
	grid-row: span 2;
}

.gallery__modal img {
	aspect-ratio: 920/586;
	top: 58%;
	width: 90%;
}

.hamburger {
	display: none;
}

.header {
	height: 5.625rem;
}

.header__inner {
	padding: 0 1.25rem 0 2.5rem;
}

.header__logo {
	height: 3.125rem;
	line-height: 1;
	max-width: 8.3125rem;
	width: 100%;
}

.info-tab__buttons {
	gap: 5.625rem;
	grid-template-columns: repeat(3, 1fr);
}

.info-tab__button {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	justify-content: center;
	max-width: 18.75rem;
	padding: 0.875rem 1.875rem;
}

.info-tab__icon {
	height: 4rem;
	width: 4rem;
}

.info-tab__text {
	font-size: 1.5rem;
	white-space: nowrap;
}

.info-tab__items {
	gap: 5rem 2.5rem;
	grid-template-columns: 1fr;
}

.info__contents {
	align-items: center;
	display: flex;
	gap: 48px;
	margin-top: 3rem;
}

.info__img {
	aspect-ratio: 540/356;
	max-width: 33.75rem;
	width: 100%;
}

.info__content {
	margin-top: 0;
	margin-top: initial;
	max-width: 30.75rem;
	width: 100%;
}

.info__heading {
	font-size: 1.5rem;
	margin-top: 0;
	margin-top: initial;
}

.inner {
	max-width: 1130px;
	padding-left: 25px;
	padding-right: 25px;
}

.logo__link:hover {
	opacity: 1;
}

.lower-about {
	position: relative;
}

.lower-about__container {
	position: relative;
}

.lower-about__img-box {
	margin-top: 7.6875rem;
}

.lower-about__img-left {
	left: 0rem;
	position: absolute;
	top: -5rem;
	width: 37%;
	z-index: 11;
}

.lower-about__img-right {
	margin-left: auto;
	width: 81.481481%;
}

.lower-about__contents {
	grid-gap: 40px;
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(2, 1fr);
	left: 18.5%;
	margin-top: 0;
	margin-top: initial;
	max-width: 52.5rem;
	position: absolute;
	top: 21%;
	z-index: 12;
}

.lower-about__catch {
	font-size: 5rem;
	line-height: 1.25;
}

.lower-about__pc {
	color: #fff;
	margin-top: 3.125rem;
}

.lower-about__gallery {
	margin-top: 7.5rem;
	position: relative;
}

.lower-bg::before {
	height: 8.625rem;
	left: calc(50% - min(48vw, 38.75rem));
	max-width: 18.8125rem;
	top: -4.375rem;
}

.lower-bg--about::before {
	top: -9.375rem;
}

.lower-blog__contents {
	display: flex;
	gap: 7.40740741%;
}

.lower-blog__content {
	width: 67.88461538%;
}

.lower-blog__items {
	padding: 0;
}

.lower-blog__aside {
	width: 28%;
}

.lower-info__contents {
	align-items: center;
	display: flex;
	gap: 3rem;
	padding: 1.375rem 1.5rem;
}

.lower-info__img {
	aspect-ratio: 492/313;
	margin-top: 0;
	margin-top: initial;
	max-width: 30.75rem;
	width: 100%;
}

.lower-info__content {
	margin-top: 0;
	margin-top: initial;
	max-width: 30.75rem;
	width: 100%;
}

.lower-info__heading {
	font-size: 1.5rem;
	font-weight: 500;
}

.not-found__body {
	padding: 8.75rem 0;
}

.not-found__body::after {
	height: 37.125rem;
	left: 32%;
	max-width: 41.8125rem;
	top: 48%;
	width: 100%;
}

.not-found__title {
	font-size: 10rem;
}

.not-found__text {
	margin-top: 2.1875rem;
}

.not-found__button {
	margin-top: 5rem;
}

.page-contact__inner {
	max-width: 46.875rem;
}

.page-faq__inner {
	max-width: 46.875rem;
	width: 100%;
}

.page-faq__items {
	margin: 0 auto;
	max-width: 43.75rem;
	width: 100%;
}

.page-price__inner.inner {
	max-width: 46.875rem;
}

.page-price__list-wrap {
	gap: 4.8125rem;
}

.page-price__list {
	display: flex;
	justify-content: center;
	width: 100%;
}

.page-price__heading {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 0;
	padding: initial;
	width: 28.5%;
}

.page-price__heading span {
	padding-bottom: 4.5rem;
	padding-left: 0;
}

.page-price__heading span::before {
	bottom: 0;
	height: 4rem;
	left: 52%;
	top: auto;
	transform: translate(-50%, 0);
	width: 4rem;
}

.page-price__content {
	grid-template-columns: 1fr 0.47647fr;
	width: 71.5%;
}

.page-price__course {
	justify-content: start;
}

.page-privacypolicy__body {
	margin: 0 auto;
	max-width: 50rem;
	width: 100%;
}

.page-privacypolicy__title {
	font-size: 2rem;
}

.page-sitemap__container {
	gap: 10%;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: none;
}

.page-sitemap__items--right {
	margin: 0;
	margin: initial;
}

.page-sitemap__item {
	padding-left: 1.5rem;
}

.page-sitemap__item--margin-sp {
	margin: 0;
	margin: initial;
}

.page-sitemap__item--margin-pc {
	margin-top: 0.9375rem;
}

.page-terms__body {
	margin: 0 auto;
	max-width: 50rem;
	width: 100%;
}

.page-terms__title {
	font-size: 2rem;
}

.pc-nav {
	display: block;
}

.pc-nav__items {
	align-items: center;
	display: flex;
	height: inherit;
}

.pc-nav__item {
	height: inherit;
}

.pc-nav__item a {
	align-items: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	height: inherit;
	justify-content: center;
	padding: 0 1.25rem;
	position: relative;
	white-space: nowrap;
}

.pc-nav__item a::after {
	background: #fff;
	bottom: 0.9375rem;
	content: "";
	height: 0.0625rem;
	left: 10%; /*絶対配置で線の位置を決める*/
	position: absolute;
	transform: scale(0, 1); /*X方向0、Y方向1*/
	transform-origin: center top; /*上部中央基点*/ /*アニメーションの指定*/
	transition: all 0.3s; /*線の形状*/
	width: 80%;
}

.price-card__img {
	aspect-ratio: 333/223;
}

.price-card__img--blog {
	aspect-ratio: 294/188;
}

.price-card__container {
	padding: 1.5rem 1rem 0.125rem 1rem;
}

.price-card__container--blog {
	padding: 0.8125rem 1rem 0.125rem 1rem;
}

.price-card__category {
	padding: 0.625rem 0.9375rem;
}

.price-card__heading {
	margin-top: 0.1875rem;
	padding-bottom: 0.4375rem;
}

.price-card__heading--lower {
	font-size: 1.5rem;
}

.price-card__text {
	font-size: 1rem;
	margin-top: 1.0625rem;
}

.price-card__text--blog {
	margin-top: 0.625rem;
}

.price-card__prices {
	padding-bottom: 2.1875rem;
}

.price-card__prices--blog {
	padding-bottom: 1.25rem;
}

.price-card__price-box {
	flex-wrap: wrap;
	gap: 0.625rem;
	margin-top: 0.9375rem;
}

.price-card__price-box--blog {
	gap: 1rem;
}

.price-card__price {
	font-size: 1.5rem;
	letter-spacing: 0.05em;
}

.price-card__price--blog {
	font-size: 1.25rem;
}

.price-card__discount {
	font-size: 2.5rem;
	letter-spacing: 0.02em;
}

.price-card__discount--blog {
	font-size: 2rem;
}

.price-card__pc {
	margin-top: auto;
	padding: 0 1.5rem 2.6875rem 1.5rem;
}

.price-cards__item.swiper-slide {
	width: 20.8125rem;
}

.price-table__heading {
	font-size: 1rem;
	padding-bottom: 0.1875rem;
}

.price-table__course {
	font-size: 1rem;
}

.price-table__price {
	font-size: 1rem;
}

.price {
	position: relative;
}

.price::after {
	background: url(../images/common/price-bg.png) no-repeat center center/cover;
	bottom: 3.75rem;
	content: "";
	height: 12.5625rem;
	left: calc(50% - min(48vw, 38.875rem));
	max-width: 27.3125rem;
	position: absolute;
	width: 100%;
	z-index: 20;
}

.price__container {
	align-items: flex-start;
	display: flex;
	gap: 5.8125rem;
	margin-top: 3rem;
}

.price__contents {
	gap: 1.875rem;
	max-width: 30.75rem;
	width: 100%;
}

.price__button {
	margin-top: 5rem;
}

.section-title__en {
	font-size: 2.5rem;
}

.section-title__ja {
	margin-top: 0.5rem;
}

.section-title__en--white {
	color: #fff;
}

.section-title__ja--white {
	color: #fff;
}

.section-title__en--large {
	font-size: 5rem;
}

.section-title__ja--large {
	margin-top: -0.5rem;
}

.single-body__title {
	font-size: 2rem;
	margin-top: 0.1875rem;
	padding-bottom: 0rem;
}

.single-body__wrapper {
	margin-top: 2.375rem;
}

.single-body__img {
	aspect-ratio: 700/468;
}

.single-body__img:not(:first-child) {
	margin-top: 2.5rem;
}

.single-body__content p {
	margin-top: 2.1875rem;
}

.single-body__content ul {
	margin-top: 2.5rem;
}

.single-body__page-link {
	margin-top: 5.3125rem;
	text-align: center;
}

.site-nav {
	gap: 1.25rem;
}

.site-nav__items {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(2, 1fr);
}

.site-nav__item {
	padding-left: 1.5rem;
}

.sp-nav {
	display: none;
}

.sub-mv {
	height: 34.25rem;
}

.sub-mv__img {
	aspect-ratio: 1440/548;
}

.sub-mv__title-box {
	top: 59%;
}

.sub-mv__title {
	font-size: 5rem;
}

.tab__buttons {
	display: flex;
	gap: 2rem;
}

.tab__items {
	gap: 5rem 2.5rem;
	grid-template-columns: repeat(2, 1fr);
}

.tab__wrapper {
	margin-top: 2.375rem;
}

.to-top {
	bottom: 1.9375rem;
	right: 1.875rem;
}

.to-top__arrow {
	height: 5rem;
	width: 5rem;
}

.to-top__line01 {
	width: 64.3%;
}

.to-top__line02 {
	right: 1.0625rem;
}

.voice-card {
	padding: 1.625rem 1.5rem;
}

.voice-card__upper {
	grid-template-columns: 1fr 11.25rem;
}

.voice-card__meta-box {
	flex-direction: row;
	justify-content: space-between;
}

.voice-card__meta {
	align-items: flex-end;
	justify-content: space-between;
}

.voice-card__category {
	margin-right: 0;
	margin-right: initial;
	margin-top: 0;
	margin-top: initial;
	padding: 0.6875rem 1.0625rem;
}

.voice-card__title {
	font-size: 1.5rem;
	margin-top: 0.375rem;
}

.voice-card__img {
	aspect-ratio: 180/140;
}

.voice-card__text {
	margin-top: 2.5rem;
}

.voice-cards {
	flex-direction: row;
	gap: 5rem 2.5rem;
	grid-template-columns: repeat(2, 1fr);
	justify-content: space-between;
}

.voice {
	position: relative;
}

.voice::before {
	background: url(../images/common/voice-bg-1.png) no-repeat center center/cover;
	content: "";
	height: 8.625rem;
	left: calc(50% - min(48vw, 38.75rem));
	max-width: 18.8125rem;
	position: absolute;
	top: -7.5rem;
	width: 100%;
	z-index: 20;
}

.voice::after {
	background: url(../images/common/voice-bg-2.png) no-repeat center center/cover;
	bottom: -4.375rem;
	content: "";
	height: 10.125rem;
	max-width: 4.4375rem;
	position: absolute;
	right: calc(50% - min(48vw, 33.75rem));
	width: 100%;
	z-index: 20;
}

.voice__items {
	margin-top: 2.125rem;
}

.voice-cards__item {
	max-width: 32.5rem;
	width: 100%;
}

.voice__button {
	margin-top: 5rem;
}

.wp-pagenavi a.u-desktop {
	display: inline-flex;
}

}

@media (min-width: 1080px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes appear {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}


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