/* 20→15へ変更 */

body {
	font-family: "Gotu", "Noto Sans JP", sans-serif;
}

.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

*,
*::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,
main,
footer {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

/* 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;
}

.about {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
	position: relative;
	z-index: 0;
}

.about__wrapper {
	position: relative;
}

.about__contents {
	margin-top: 1.75rem;
	width: 100%;
}

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

.about__feature {
	background-color: #6B8CAE;
	border: 2px solid #6B8CAE;
	border-radius: 8px;
	color: #fff;
	padding: 1.25rem;
	text-align: center;
}

.about__feature-number {
	color: #fff;
	font-family: "Noto Sans JP";
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
}

.about__feature-title {
	color: #fff;
	font-family: "Noto Sans JP";
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 0.75rem;
}

.about__feature-text {
	color: #fff;
	font-family: "Noto Sans JP";
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 1rem;
}

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

.column {
	padding-top: 5rem;
	position: relative;
	width: 100%;
}

.column__inner.inner {
	max-width: 37.5rem;
}

.column__wrapper {
	position: relative;
	width: 100%;
}

.column__items {
	gap: 2.5rem;
	margin-top: 1.75rem;
}

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

.concept {
	background-color: #f3f4ee;
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
	position: relative;
	z-index: 0;
}

.concept__wrapper {
	background: #fff;
	padding: 1.875rem;
	position: relative;
}

.concept__contents {
	margin-top: 1.75rem;
	width: 100%;
}

.concept__text-container {
	margin-top: 2.5rem;
}

.concept__message-title {
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: center;
}

.concept__message-box {
	margin-top: 0.1875rem;
}

.concept__message-text {
	color: #0D2936;
	font-family: "Noto Sans JP";
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 1rem;
	text-align: center;
}

.concept__button {
	margin-top: 3rem;
	text-align: center;
}

.drawer__inner {
	padding-bottom: 6.3125rem;
	padding-top: 6.3125rem;
}

.drawer__wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 9.375rem;
	max-width: 31.25rem;
}

.l-breadcrumbs {
	margin-top: 0.5rem;
}

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

.l-concept {
	margin-top: 0;
}

.l-contact {
	margin-top: 3.75rem;
}

.l-footer.l-footer--contact {
	margin-top: 9rem;
}

.l-footer.l-footer--mt0 {
	margin-top: 0;
}

.l-menu {
	margin-top: 0;
}

.l-pagenavi {
	margin-top: 5rem;
}

.l-price {
	margin-top: 5rem;
}

.l-voice {
	margin-top: 5rem;
}

.menu {
	background-color: #f3f4ee;
	padding: 5rem 0;
	position: relative;
	z-index: 0;
}

.menu__inner.inner {
	max-width: 37.5rem;
}

.menu__wrapper {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: 1.6875rem;
	row-gap: 1.5rem;
}

.menu__img {
	width: 100%;
}

.menu__img img {
	-o-object-fit: cover;
	aspect-ratio: 345/227;
	object-fit: cover;
	width: 100%;
}

.menu__description {
	max-width: 30.75rem;
}

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

.mv {
	height: 100vh;
	min-height: 25rem;
	width: 100%;
}

.mv__inner {
	height: inherit;
	position: relative;
	width: 100%;
}

.mv__inner::before {
	background: rgba(107, 140, 174, 0.6);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.mv__slider,
.swiper-slide picture,
.swiper-slide source,
.swiper-slide img {
	height: 100%;
}

.swiper-slide img {
	-o-object-fit: cover;
	aspect-ratio: 375/667;
	object-fit: cover;
}

.mv__content {
	left: 50%;
	position: absolute;
	top: 50.5%;
	transform: translate(-50%, -50%);
	width: 80%;
	z-index: 2000;
}

.mv__title {
	color: #fff;
	font-family: "Gotu", "Noto Sans JP", sans-serif;
	font-size: 2.5rem;
	line-height: 1;
	text-transform: uppercase;
}

.mv__text {
	color: #fff;
	font-size: 1.125rem;
	margin-top: 1rem;
	text-align: center;
}

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

.price {
	background-color: #DDF0F1;
	padding-bottom: 5rem;
	padding-top: 5rem;
}

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

.price__wrapper {
	position: relative;
	width: 100%;
}

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

.price__imgbox img {
	-o-object-fit: cover;
	aspect-ratio: 345/227;
	object-fit: cover;
	width: 100%;
}

.price__items {
	font-family: "Noto Sans JP";
	margin-left: auto;
	margin-right: auto;
	max-width: 30.75rem;
	width: 100%;
}

.price-box__item:not(:first-child) {
	margin-top: 2.1875rem;
}

.voice__inner.inner {
	max-width: 37.5rem;
}

.voice__wrapper {
	position: relative;
	width: 100%;
}

.voice__items {
	margin-top: 2.5rem;
}

.voice-cards__item {
	margin: 0 auto;
}

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

.l-breadcrumbs.l-404 {
	background-color: #6B8CAE;
	margin-top: 0;
	position: relative;
	z-index: 10;
}

.l-404 .breadcrumbs__items li:not(:last-child):after {
	background-image: url(../images/common/breadcrumb-arrow-white.svg);
}

.page-404-main {
	background-color: #6B8CAE;
	line-height: 1;
	padding-top: 5.625rem;
}

.page-404-main__breadcrumbs {
	color: #fff;
}

.page-404-main__container {
	padding-bottom: 2.75rem;
	position: relative;
}

.page-404-main__container::before {
	background-image: url(../images/common/whale.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.page-404-main__message {
	padding-top: 4.1875rem;
	position: relative;
	text-align: center;
	z-index: 1;
}

.page-404-main__error {
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 5rem;
	font-weight: 400;
	letter-spacing: 0.5em;
	text-indent: 0.5em;
}

.page-404-main__text {
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

.page-404-main__button {
	margin-top: 2.5rem;
}

.page-404-main__breadcrumbs .breadcrumbs__items li {
	color: white;
}

.l-404 .breadcrumbs__items li:not(:last-child):after {
	background-image: url(../images/common/breadcrumb-arrow-white.svg);
}

.l-page-about-main {
	margin-top: 3.25rem;
}

/* ページ内リンクのズレ防止 */

[id^=about-] {
	scroll-margin-top: 5.625rem;
}

.page-about-hero {
	background-image: url(../images/common/training2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-about-main__container {
	position: relative;
}

.page-about-main__flow {
	margin-top: 2.5rem;
}

.page-about-main__slider {
	margin-top: 5rem;
}

.page-about-main__slider,
.page-about-main__slider .swiper-slide picture,
.page-about-main__slider .swiper-slide source,
.page-about-main__slider .swiper-slide img {
	height: auto;
	width: 100%;
}

.page-about-main__slider .swiper-slide img {
	-o-object-fit: cover;
	aspect-ratio: 375/450;
	object-fit: cover;
}

.page-about-main__slider .swiper-wrapper {
	transition-timing-function: linear;
}

.l-page-campaign-main {
	margin-top: 3.25rem;
}

/* ページ内リンクのズレ防止 */

[id^=campaign-] {
	scroll-margin-top: 5.625rem;
}

.page-campaign-hero {
	background-image: url(../images/common/sub-campaign-hero-sp.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-campaign-main__container {
	position: relative;
}

.page-campaign-main__tab-contents {
	margin-top: 2.5rem;
}

.page-campaign-main__pagination {
	margin-top: 5rem;
}

.l-page-column-detail-main {
	margin-top: 3rem;
}

.l-page-column-main {
	margin-top: 3.25rem;
}

.page-column-hero {
	background-image: url(../images/common/sub-column-hero.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-column-main__container {
	display: flex;
	flex-direction: column;
	gap: 5rem;
}

.page-column-main__contents {
	flex: 1;
}

.page-column-main__detail.column-detail {
	flex: 1;
}

.page-column-main__sidebar {
	margin: 0 auto;
	width: 85.21%;
}

.column-cards.column-cards--col2 {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: repeat(1, 1fr);
}

.page-column-main__pagination {
	margin-top: 5rem;
}

.page-concept-contents {
	position: relative;
}

.page-concept-contents__heading {
	color: #6B8CAE;
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
}

.page-concept-contents__heading2 {
	color: #6B8CAE;
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
	margin-top: 1.5rem;
}

.page-concept-contents__policy {
	color: #0D2936;
	font-family: "Noto Sans JP";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 1.5rem;
}

.page-concept-contents__message {
	margin-top: 1.5rem;
}

.page-concept-hero {
	background-image: url(../images/common/nature.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-concept-main__contents {
	margin-top: 3.25rem;
}

.page-concept-main__gallery {
	margin-top: 2.3125rem;
	position: relative;
}

.page-concept-main__gallery::after {
	display: none;
}

.page-concept-main__gallery-container {
	margin-top: 2.8125rem;
}

.l-page-contact-error {
	margin-top: 3.125rem;
}

.l-page-contact-main {
	margin-bottom: 3.125rem;
	margin-top: 3.125rem;
}

.page-contact-hero {
	background-image: url(../images/common/telephone.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-contact-main__error {
	display: flex;
	justify-content: center;
	padding-left: 1em;
	text-indent: -1em;
}

.page-contact-main__error-text {
	color: #ffa500;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
}

.page-contact-main__container.page-contact-main__container--error {
	margin-top: 2.5rem;
}

.page-contact-main__announce {
	color: #0D2936;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.125;
	text-align: center;
}

.page-contact-main__message {
	color: #0D2936;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.41;
	margin-top: 2.5rem;
	text-align: center;
}

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

.page-faq-hero {
	background-image: url(../images/common/goodway.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

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

.page-menu-hero {
	background-image: url(../images/common/plathome.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.l-page-others-main {
	margin-top: 3.25rem;
}

.page-others-hero {
	background-image: url(../images/common/sub-others-hero-sp.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-others-main__title {
	color: #0D2936;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
}

.page-others-main__items {
	color: #0D2936;
	counter-reset: section;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 2;
	margin-top: 2.5rem;
}

.wp-block-spacer {
	height: 2rem;
}

.page-others-main__items li {
	counter-increment: section;
	padding-left: 1.5em;
	position: relative;
}

.page-others-main__items li::before {
	content: counter(section) ".";
	left: 0;
	position: absolute;
	top: 0;
}

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

.page-price-hero {
	background-image: url(../images/common/sub-price-hero-sp.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

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

.l-page-privacy-main {
	margin-top: 3.25rem;
}

.page-privacy-main__title {
	color: #0D2936;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
}

.page-privacy-main__items {
	color: #0D2936;
	counter-reset: section;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 2;
	margin-top: 2.5rem;
}

.page-privacy-main__item:not(:first-child) {
	margin-top: 2rem;
}

.page-privacy-main__list-wrapper {
	font-family: "Noto Sans JP", sans-serif;
	list-style: auto;
	padding-left: 1.5em;
}

.wp-block-spacer {
	height: 2rem;
}

.page-privacy-main__items li {
	counter-increment: section;
	padding-left: 1.5em;
	position: relative;
}

.page-privacy-main__items li::before {
	content: counter(section) ".";
	left: 0;
	position: absolute;
	top: 0;
}

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

.page-sitemap-hero {
	background-image: url(../images/common/sub-others-hero-sp.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-sitemap-main__navigation .nav-group__container--3,
.page-sitemap-main__navigation .nav-group__container--4 {
	padding-left: 1.375rem;
}

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

.page-terms-main__title {
	color: #0D2936;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
}

.page-terms-main__items {
	margin-top: 2.5rem;
}

.page-terms-main__item {
	color: #0D2936;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
}

.page-terms-main__item:not(:first-child) {
	margin-top: 1.875rem;
}

.page-terms-main__item:last-child {
	margin-top: 2.0625rem;
}

.page-terms-main__list-wrapper {
	font-family: "Noto Sans JP", sans-serif;
	list-style: auto;
	padding-left: 1.5em;
}

.page-terms-main__text-1 {
	margin-top: 0.1875rem;
}

.l-page-voice-main {
	margin-top: 3.25rem;
}

.page-voice-hero {
	background-image: url(../images/common/morning.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-voice-main__container {
	position: relative;
}

.page-voice-main__tab-contents {
	margin-top: 2.5rem;
}

.page-voice-main__pagination {
	margin-top: 5rem;
}

body.is-scroll {
	overflow: hidden;
}

.breadcrumbs__items {
	color: #0D2936;
	display: flex;
	font-family: "Noto Sans JP";
	font-size: 0.875rem;
	font-weight: 400;
	gap: 0.5rem;
	position: relative;
}

.breadcrumbs__items.breadcrumbs__items--white {
	color: #fff;
}

.breadcrumbs__items::before {
	background-image: url(../images/common/sub-campaign-backimg.png);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: inline-block;
	height: 3.4375rem;
	left: calc(50% - min(46vw, 57%));
	position: absolute;
	top: 3rem;
	width: 7.5rem;
	z-index: -1;
}

.breadcrumbs__item a {
	transition: 0.3s opacity;
}

.breadcrumbs__item a:hover {
	opacity: 0.5;
}

.breadcrumbs__item:not(:last-child):after {
	background-image: url(../images/common/breadcrumb-arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: inline-block;
	height: 0.625rem;
	margin-left: 0.3125rem;
	width: 0.3125rem;
}

.breadcrumbs__item.breadcrumbs__item--white:not(:last-child):after {
	background-image: url(../images/common/breadcrumb-arrow-white.svg);
}

.button {
	background-color: #7ca4cc;
	border: 0.0625rem solid #7ca4cc;
	border-radius: 1.875rem;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.3s ease;
	width: 12.625rem;
	z-index: 3;
}

.button::after {
	background: #fff;
	border-radius: 1.875rem;
	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:hover {
	background-color: #fff;
	color: #7ca4cc;
}

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

.button span {
	border-radius: 1.875rem;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	line-height: 1.571;
	padding: 1rem 2.5rem;
	text-align: left;
	width: 100%;
}

.button span::first-letter {
	text-transform: capitalize;
}

.button span::before,
.button span::after {
	background-color: #fff;
	border-radius: 1.875rem;
	content: "";
	height: 0.0625rem;
	position: absolute;
	right: 2.1875rem;
	top: 50%;
	transition: 0.3s background-color;
}

.button span::before {
	transform: translateY(-50%);
	width: 2.5rem;
}

.button span::after {
	transform: translateY(-50%) rotate(45deg);
	transform-origin: right center;
	width: 0.575rem;
}

.button span:hover::before,
.button span:hover::after {
	background-color: #7ca4cc;
}

.button.button-send span {
	padding: 1rem 3.5rem;
}

.button.button-white {
	background-color: #fff;
	border: 0.0625rem solid #fff;
	color: #7ca4cc;
}

.button.button-white::before {
	border: 0.0625rem solid #fff;
}

.button.button-white::after {
	background: #7ca4cc;
}

.button.button-white:hover {
	background-color: #7ca4cc;
	color: #fff;
}

.button.button-white span::before,
.button.button-white span::after {
	background-color: #7ca4cc;
}

.button.button-white span:hover::before,
.button.button-white span:hover::after {
	background-color: #fff;
}

.column-card {
	box-shadow: 0.125rem 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.25);
	display: grid;
	height: 100%;
}

.column-card a {
	background-color: #fff;
	display: grid;
	grid-row: span 3;
	grid-template-rows: subgrid;
	height: 100%;
	padding: 1rem 1rem 1.5rem;
	transition: 0.3s transform ease;
}

.column-card__img {
	overflow: hidden;
}

.column-card__img img {
	-o-object-fit: contain;
	aspect-ratio: 301/201;
	height: 100%;
	object-fit: contain;
	transition: transform 0.3s;
	width: 100%;
}

.column-card__body {
	color: #0D2936;
	display: flex;
	flex-direction: column;
	margin-top: 1.5rem;
}

.column-card__header {
	border-bottom: 0.0625rem solid #7ca4cc;
	display: flex;
	flex-grow: 1;
	gap: 0.625rem;
	justify-content: space-between;
	padding-bottom: 0.5rem;
}

.column-card__date {
	font-family: "Gotu", "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.5;
}

.column-card__title {
	flex-grow: 1;
	font-family: "Noto Sans JP";
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
}

.column-card__category {
	align-items: center;
	background-color: #6B8CAE;
	border: 0.0625rem solid #6B8CAE;
	border-radius: 2rem;
	color: #fff;
	display: flex;
	flex-shrink: 0;
	font-size: 0.75rem;
	height: -moz-fit-content;
	height: fit-content;
	justify-content: center;
	line-height: 1.8333;
	margin-top: auto;
	padding: 0.1875rem 0.6875rem;
}

.column-card__text {
	font-family: "Noto Sans JP";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 1rem;
}

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

.column-cards__item {
	margin: 0 auto;
	width: 100%;
}

.contact__inner.inner {
	max-width: 37.5rem;
}

.contact__wrapper {
	display: flex;
	flex-direction: column;
	position: relative;
	row-gap: 2.625rem;
	width: 100%;
}

.contact__wrapper::before {
	background-image: url(../images/common/contact-back.png);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: inline-block;
	height: 3.125rem;
	position: absolute;
	right: 0;
	top: -1.5625rem;
	width: 6.8125rem;
	z-index: 10;
}

.contact__container1 {
	margin-left: auto;
	margin-right: auto;
	max-width: 85.5%;
	width: 100%;
}

.contact__contents {
	display: flex;
	flex-direction: column;
	font-family: "Noto Sans JP";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 1rem;
	row-gap: 1rem;
}

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

.contact__logo {
	border-bottom: 0.0625rem solid #7ca4cc;
	display: flex;
	justify-content: center;
	padding-bottom: 0.25rem;
	width: 100%;
}

.contact__logo img {
	-o-object-fit: contain;
	height: 4.0625rem;
	object-fit: contain;
	width: 10.875rem;
}

.contact__info {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.contact__container2 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.contact__adress {
	color: #0D2936;
	font-size: 0.875rem;
	line-height: 1.8;
	margin-top: 0.5rem;
	text-align: center;
}

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

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

.directer__word {
	flex: 2;
	margin-top: 1.25rem;
}

.directer__title {
	color: #6B8CAE;
	font-size: 1.25rem;
	margin-top: 1.25rem;
	text-align: center;
}

.directer__message {
	margin-top: 1.25rem;
}

.directer__image {
	flex: 1;
}

.directer__image img {
	-o-object-fit: cover;
	aspect-ratio: 385/560;
	object-fit: cover;
	width: 100%;
}

footer {
	background-color: #6B8CAE;
	padding-bottom: 2rem;
	padding-top: 2rem;
}

.footer__heading {
	-moz-column-gap: 1.5rem;
	align-items: flex-end;
	column-gap: 1.5rem;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.footer__logo {
	height: 2.8125rem;
	transition: 0.3s opacity;
	width: 7.5rem;
}

.footer__logo img {
	filter: brightness(0) invert(1);
}

.footer__icon {
	display: flex;
	gap: 1rem;
	padding-bottom: 0.25rem;
}

.footer__icon-line,
.footer__icon-instagram {
	height: 1.5rem;
	transition: 0.3s opacity;
	width: 1.5rem;
}

.footer__wrapper {
	margin-top: 2.1875rem;
}

.footer__wrapper .nav-group__container.nav-group__container--3,
.footer__wrapper .nav-group__container.nav-group__container--4 {
	margin-left: 0.75rem;
}

.footer__copyright {
	color: #fff;
	display: block;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 2.5rem;
	text-align: center;
	white-space: nowrap;
}

.Gmap {
	height: 0;
	margin-top: 5rem;
	padding-top: 30%;
	position: relative;
	width: 100%;
}

.Gmap iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.hamburger span {
	background-color: #0D2936;
	display: inline-block;
	height: 0.0625rem;
	position: absolute;
	right: 0;
	transition: transform 0.3s, opacity 0.3s;
	width: 2rem;
}

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

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

.hamburger span:nth-child(3) {
	top: 1.5rem;
}

.hamburger.is-open span:nth-child(1) {
	transform: translateY(0.75rem) rotate(38deg);
}

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

.hamburger.is-open span:nth-child(3) {
	transform: translateY(-0.75rem) rotate(-38deg);
}

.header {
	background-color: #E6E6E6;
	height: 5rem;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 8888;
}

.js-header.is-open {
	background-color: #f3f4ee;
}

.header__inner {
	background-color: inherit;
	height: inherit;
	padding: 0 0.9375rem;
	position: relative;
	width: 100%;
	z-index: 9999;
}

.header__logo {
	height: inherit;
	transition: 0.3s opacity;
	width: 140px;
	z-index: 9999;
}

.header__logo a {
	align-items: center;
	cursor: pointer;
	display: flex;
	height: inherit;
	padding: 0.3125rem;
	width: 100%;
}

.header__logo a:hover {
	opacity: 0.7;
}

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

.header__nav {
	display: none;
}

.header__hamburger {
	cursor: pointer;
	height: 1.5rem;
	position: fixed;
	right: 0.9375rem;
	top: 1.75rem;
	width: 2rem;
	z-index: 9999;
}

.header__drawer {
	background-color: #f3f4ee;
	display: none;
	height: 100vh;
	left: 0;
	overflow-y: scroll;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 8888;
}

.hero {
	height: 28.75rem;
	position: relative;
}

.hero::after {
	background: rgba(107, 140, 174, 0.6);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.hero__inner {
	width: 100%;
}

.hero__content {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

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

.img-animation {
	position: relative;
}

.img-animation .color {
	background-color: #7ca4cc;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 10;
}

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

menu__title {
	border-bottom: 0.0625rem solid #408F95;
	font-family: "Noto Sans JP";
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.2;
	padding-bottom: 0.25rem;
}

menu__text {
	font-family: "Noto Sans JP";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.5rem;
}

.menu-card {
	box-shadow: 0.125rem 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: transform 0.3s;
}

.menu-card__img {
	width: 100%;
}

.menu-card__img img {
	-o-object-fit: cover;
	aspect-ratio: 280/188;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.menu-card__body {
	margin-left: auto;
	margin-right: auto;
	max-width: 90.571%;
	padding-bottom: 1.5rem;
	padding-top: 1rem;
	width: 100%;
}

.menu-card__wrapper {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.menu-card__title {
	border-bottom: 0.0625rem solid #0D2936;
	color: #0D2936;
	flex-grow: 1;
	font-family: "Noto Sans JP";
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 0.25rem;
	padding-bottom: 0.1875rem;
	text-align: left;
}

.menu-card__info {
	margin-top: auto;
	padding-top: 0.5rem;
	width: 100%;
}

.menu-card__content {
	font-family: "Noto Sans JP";
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.7142;
	text-align: center;
}

.menu-cards {
	grid-column-gap: 2.5rem;
	-moz-column-gap: 2.5rem;
	grid-row-gap: 2.5rem;
	column-gap: 2.5rem;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	row-gap: 2.5rem;
}

.nav-bar__items {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	height: inherit;
}

.nav-bar__item {
	height: inherit;
}

.nav-bar__item a {
	align-content: center;
	cursor: pointer;
	display: grid;
	height: inherit;
	justify-content: center;
	place-content: center;
	position: relative;
	text-align: center;
}

.nav-bar__item a::after {
	background: #0D2936;
	bottom: 1.5rem;
	content: "";
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: all 0.3s ease 0s;
	width: 0;
}

.nav-bar__item a:hover {
	cursor: pointer;
}

.nav-bar__item a:hover::after {
	width: 85%;
}

.nav-bar__item-main {
	color: #0D2936;
	font-size: 1.125rem;
	line-height: 1;
}

.nav-bar__item-main.nav-bar__item-main--big {
	text-transform: uppercase;
}

.nav-bar__item-sub {
	-webkit-text-decoration: none;
	color: #0D2936;
	display: inline-block;
	font-family: "Noto Sans JP";
	font-size: 0.625rem;
	line-height: 1.5;
	margin-top: 0.25rem;
	padding-bottom: 0.25rem;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}

.nav-group {
	color: #fff;
}

.nav-group__container li:first-child {
	margin-top: 0;
}

.nav-group__item {
	display: block;
	margin-top: 1.5rem;
	padding-left: 1.375rem;
	text-align: center;
	transition: 0.3s opacity;
}

.nav-group__item.nav-group__item--black {
	color: #0D2936;
}

.nav-group__item a {
	font-family: "Noto Sans JP";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.125;
}

.nav-group__container4--indent {
	display: inline-block;
	padding-left: 1.375em;
}

.footer-md-none {
	display: block;
}

.nav-group.nav-group--black {
	color: #0D2936;
}

.nav-group__item.nav-group__item--main.nav-group-item--black a::before {
	background-image: url("../images/common/starfish-black.svg");
	background-size: cover;
	content: "";
	display: inline-block;
	height: 1.125rem;
	margin-right: 0.25rem;
	width: 1.125rem;
}

body {
	position: relative;
}

.pagetop-button {
	bottom: 1rem;
	cursor: pointer;
	height: 3rem;
	position: fixed;
	right: 1rem;
	width: 3rem;
	z-index: 9000;
}

.pagetop-button a {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.pagetop-button img {
	transform: rotate(-90deg);
}

.pagination {
	display: flex;
	gap: 0 0.75rem;
	justify-content: center;
	list-style-type: none;
}

.pagination li:nth-child(2) {
	margin-left: 1.75rem; /* margin-left40 - gap12 */
}

.pagination li:last-child {
	margin-left: 1.75rem; /* 40-12 */
}

.pagination__prev {
	position: relative;
}

.pagination__prev .is-disabled {
	cursor: default;
	pointer-events: none;
}

.pagination__prev::before,
.pagination__prev::after {
	background-color: #7ca4cc;
	border-radius: 9999px;
	content: "";
	height: 0.0625rem;
	left: 42%;
	position: absolute;
	top: 50%;
	transform: translateX(-50%);
	transform-origin: 0.5px 50%;
	width: 0.70625rem;
}

.pagination__prev:hover::before,
.pagination__prev:hover::after {
	background-color: #fff;
}

.pagination__prev::before {
	transform: rotate(46.95deg);
}

.pagination__prev::after {
	transform: rotate(-46.95deg);
}

.pagination__next {
	position: relative;
}

.pagination__next .is-disabled {
	cursor: default;
	pointer-events: none;
}

.pagination__next::before,
.pagination__next::after {
	background-color: #7ca4cc;
	border-radius: 9999px;
	content: "";
	height: 0.0625rem;
	left: 35%;
	position: absolute;
	top: 50%;
	transform-origin: calc(100% - 0.5px) 50%;
	width: 0.70625rem;
}

.pagination__next:hover::before,
.pagination__next:hover::after {
	background-color: #fff;
}

.pagination__next::before {
	transform: rotate(46.95deg);
}

.pagination__next::after {
	transform: rotate(-46.95deg);
}

/* 最初と最後を消す */

.pagination .first,
.pagination .last {
	display: none;
}

/*  */

.pagination a {
	align-items: center;
	border: 1px solid #7ca4cc;
	border-radius: 50%;
	box-sizing: border-box;
	color: #7ca4cc;
	display: flex;
	font-family: "Lato", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	height: 2.375rem;
	justify-content: center;
	transition: 0.3s background-color;
	width: 2.375rem;
}

.pagination a:hover {
	background-color: #7ca4cc;
	color: #fff;
}

.pagination__item.is-active a {
	background-color: #7ca4cc;
	color: #fff;
	pointer-events: none;
}

.column-detail__pagination.pagination {
	gap: 0 3.375rem; /* 82-28 */
}

.price-table__col1 {
	width: 100%;
}

.price-table__col2 {
	text-align: right;
	width: auto;
}

.price-table th {
	border-bottom: 0.0625rem solid #408F95;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	padding: 0 0 0.25rem;
	text-align: left;
}

.price-table td {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.714;
	padding: 0.375rem 0 0;
}

.price-table td:nth-child(2) {
	padding-left: 0.625rem;
	text-align: right;
}

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

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

.section-heading__main {
	color: #0D2936;
	display: inline-block; /* 背景をテキスト幅に合わせるため */
	font-family: "Marcellus", serif;
	font-size: 2rem;
	font-style: italic;
	line-height: 1.25;
	position: relative; /* 擬似要素の基準 */
}

.section-heading__main::first-letter {
	text-transform: capitalize;
}

.section-heading__main::after {
	background: rgba(255, 247, 0, 0.6);
	border-radius: 0.2em;
	bottom: 0.1em; /* テキストの下の方に */
	content: "";
	height: 0.2em;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.section-heading__sub {
	color: #6B8CAE;
	font-family: "Kiwi Maru", serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0;
}

.section-heading__small {
	color: #0D2936;
	display: inline-block; /* 背景をテキスト幅に合わせるため */
	font-family: "Lato", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.25;
	position: relative; /* 擬似要素の基準 */
}

.section-heading__main.section-heading__main--big {
	font-size: 5rem;
	line-height: 1;
}

.send-button {
	background-color: #7ca4cc;
	border: 0.0625rem solid #7ca4cc;
	cursor: pointer;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	transition: 0.3s ease;
	transition: 0.3s ease;
	width: 12.625rem;
}

.send-button::before {
	border: 0.0625rem solid #7ca4cc;
	content: "";
	display: inline-block;
	height: 3.375rem;
	left: 0.25rem;
	padding: 0 0.25rem 0.25rem 0;
	position: absolute;
	top: 0.25rem;
	width: 12.625rem;
	z-index: 1;
}

.send-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: 12.625rem;
	z-index: 2;
}

.send-button:hover {
	background-color: #fff;
	color: #7ca4cc;
}

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

.send-button:hover .send-button-arrow::before,
.send-button:hover .send-button-arrow::after {
	background-color: #7ca4cc;
}

.send-button-arrow {
	background: none;
	height: 0.0625rem;
	position: absolute;
	right: 3.5rem;
	top: 50%;
	transform: translateY(-50%);
	width: 2.5rem;
	z-index: 3;
}

.send-button-arrow::before,
.send-button-arrow::after {
	background-color: #fff;
	content: "";
	height: 0.0625rem;
	position: absolute;
	transition: 0.3s background-color;
}

.send-button-arrow::before {
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2.5rem;
}

.send-button-arrow::after {
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	transform-origin: right center;
	width: 0.575rem;
}

.wpcf7-form-control.wpcf7-submit {
	background-color: transparent;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	line-height: 1.571;
	padding: 1rem 7rem 1rem 3.5rem;
	position: relative;
	text-transform: capitalize;
	transition: 0.3s ease;
	z-index: 3;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: pointer;
}

.tab-content {
	display: none;
}

.tab-content.is-active {
	display: block;
}

.tab {
	background-color: #fff;
	border: 0.0625rem solid #7ca4cc;
	color: #7ca4cc;
	display: inline-block;
	font-family: "Noto Sans JP";
	font-size: 0.875rem;
	line-height: 1.571;
	padding: 0.3125rem 0;
	text-align: center;
	transition: 0.3s background-color, 0.3s color;
}

.tab:hover {
	background-color: #7ca4cc;
	color: #fff;
}

.tab.is-active {
	background-color: #7ca4cc;
	color: #fff;
}

.tabs {
	grid-column-gap: 1.3125rem;
	-moz-column-gap: 1.3125rem;
	grid-row-gap: 1rem;
	column-gap: 1.3125rem;
	display: grid;
	grid-template-columns: repeat(auto-fit, 150px);
	justify-content: center;
	row-gap: 1rem;
}

.tel {
	color: #ffa500;
	font-size: 2rem;
	padding-left: 3.125rem;
}

.tel a {
	position: relative;
}

.tel a::before {
	background-image: url(../images/common/phone.svg);
	background-position: center;
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	height: 1.875rem;
	left: -1.875rem;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1.875rem;
}

.voice-card {
	border-bottom: 1px dashed #0D2936;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.voice-card__wrapper {
	align-items: center;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	font-family: "Noto Sans JP";
	gap: 1rem;
	height: 100%;
	padding: 0.9375rem 1rem 1.5rem;
}

.voice-card__img {
	border-radius: 25%;
	flex: 1;
}

.voice-card__img img {
	-o-object-fit: cover;
	aspect-ratio: 151/117;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.voice-card__info {
	display: flex;
	flex: 2;
	flex-direction: column;
	justify-content: space-between;
	padding-bottom: 0.25rem;
	width: 100%;
}

.voice-card__details {
	display: flex;
	gap: 2rem;
	justify-content: space-between;
}

.voice-card__character {
	background-color: #E6E6E6;
	color: #0D2936;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
}

.voice-card__category {
	align-items: center;
	border: 0.0625rem solid #7ca4cc;
	border-radius: 2rem;
	color: #7ca4cc;
	display: flex;
	font-size: 0.75rem;
	justify-content: center;
	line-height: 1.8333;
	padding: 0.1875rem 0.6875rem;
}

.voice-card__title {
	color: #0D2936;
	font-size: 1.5rem;
	font-weight: 500;
	margin-top: 1rem;
}

.voice-card__text {
	color: #0D2936;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 1rem;
}

.voice-cards {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: repeat(1, 1fr);
}

.wp-pagenavi {
	display: flex;
	gap: 0 0.75rem;
	justify-content: center;
	list-style-type: none;
}

.previouspostslink,
.nextpostslink {
	align-items: center;
	border: 1px solid #7ca4cc;
	box-sizing: border-box;
	display: flex;
	height: 2.375rem;
	justify-content: center;
	transition: 0.3s background-color, 0.3s color;
	width: 2.375rem;
}

.previouspostslink {
	margin-right: 1.75rem;
	position: relative;
}

.previouspostslink::before,
.previouspostslink::after {
	background-color: #7ca4cc;
	border-radius: 9999px;
	content: "";
	height: 0.0625rem;
	left: 42%;
	position: absolute;
	top: 50%;
	transform: translateX(-50%);
	transform-origin: 0.5px 50%;
	width: 0.70625rem;
}

.previouspostslink:hover::before,
.previouspostslink:hover::after {
	background-color: #fff;
}

.previouspostslink::before {
	transform: rotate(46.95deg);
}

.previouspostslink::after {
	transform: rotate(-46.95deg);
}

.nextpostslink {
	margin-left: 1.75rem;
	position: relative;
}

.nextpostslink::before,
.nextpostslink::after {
	background-color: #7ca4cc;
	border-radius: 9999px;
	content: "";
	height: 0.0625rem;
	left: 35%;
	position: absolute;
	top: 50%;
	transform-origin: calc(100% - 0.5px) 50%;
	width: 0.70625rem;
}

.nextpostslink:hover::before,
.nextpostslink:hover::after {
	background-color: #fff;
}

.nextpostslink::before {
	transform: rotate(46.95deg);
}

.nextpostslink::after {
	transform: rotate(-46.95deg);
}

.wp-pagenavi .page {
	align-items: center;
	border: 1px solid #7ca4cc;
	border-radius: 50%;
	box-sizing: border-box;
	color: #7ca4cc;
	display: flex;
	font-family: "Lato", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	height: 2.375rem;
	justify-content: center;
	transition: 0.3s background-color, 0.3s color;
	width: 2.375rem;
}

.wp-pagenavi .page:hover {
	background-color: #7ca4cc;
	color: #fff;
}

.wp-pagenavi .current {
	align-items: center;
	background-color: #7ca4cc;
	border: 1px solid #7ca4cc;
	border-radius: 50%;
	box-sizing: border-box;
	color: #fff;
	display: flex;
	height: 2.375rem;
	justify-content: center;
	pointer-events: none;
	width: 2.375rem;
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover {
	background-color: #7ca4cc;
	color: #fff;
}

.flow__items {
	background-color: #f3f4ee;
	counter-reset: number;
	margin-top: 2.5rem;
	padding-top: 0.625rem;
	position: relative;
}

.flow__items::before {
	background-color: #7ca4cc;
	content: "";
	height: 95%;
	left: 2.5rem;
	position: absolute;
	top: 0;
	width: 0.0625rem;
}

.flow__item {
	padding-bottom: 2.5rem;
	padding-left: 6.25rem;
}

.flow__title {
	color: #7ca4cc;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	position: relative;
}

.flow__title::before {
	color: #fff;
	content: counter(number) "";
	counter-increment: number;
	font-size: 16px;
	left: -3.75rem;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.flow__title::after {
	background-color: #7ca4cc;
	border-radius: 50%;
	content: "";
	height: 3.125rem;
	left: -3.75rem;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 3.125rem;
}

.flow__description {
	color: #0D2936;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
}

.column-detail__date {
	font-family: "Lato", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.285;
	vertical-align: super;
}

.column-detail__title {
	border-bottom: 0.0625rem solid #7ca4cc;
	font-family: "Noto Sans JP";
	font-size: 1.5rem;
	font-weight: 500;
	padding-bottom: 0.5rem;
}

.column-detail__eyecatch img {
	-o-object-fit: contain;
	aspect-ratio: 345/231;
	height: 100%;
	margin-top: 1.5rem;
	object-fit: contain;
	width: 100%;
}

.column-detail__body img {
	-o-object-fit: cover;
	aspect-ratio: 345/231;
	margin-top: 1.5rem;
	object-fit: cover;
}

.column-detail__body p {
	color: #0D2936;
	font-family: "Noto Sans JP";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 1.5rem;
}

.column-detail__body ul {
	margin-top: 1.5rem;
}

.column-detail__body ul li {
	font-family: "Noto Sans JP";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	padding-left: 1.6875rem;
	position: relative;
}

.column-detail__body ul li::before {
	background-image: url("../images/common/blue-starfish.svg");
	background-size: cover;
	content: "";
	display: inline-block;
	height: 1.125rem;
	left: 0;
	position: absolute;
	top: 0.2rem;
	width: 1.125rem;
}

.column-detail__body ul li:not(:first-child) {
	margin-top: 0.25rem;
}

.column-detail__pagination {
	margin-top: 2.5rem;
}

.form-wrapper {
	border-bottom: 0.0625rem dashed #7ca4cc;
	display: flex;
	flex-direction: column;
	padding-bottom: 1.5rem;
}

.form-wrapper__item {
	color: #0D2936;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	text-align: left;
	width: 100%;
}

.form-wrapper__item span {
	position: relative;
}

.form-wrapper__item span::after {
	background-color: #ffa500;
	color: #fff;
	content: "必須";
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	height: 1.3125rem;
	letter-spacing: 0.4em;
	padding: 0.125rem 0.6875rem 0.125rem 1rem;
	position: absolute;
	right: -4.3125rem;
	top: 0.0625rem;
	width: 3.875rem;
}

.form-wrapper__body {
	margin-top: 0.75rem;
	padding: 0;
	width: 100%;
}

.form-wrapper__body input,
.form-wrapper__body textarea,
.form-wrapper__body select {
	background: transparent;
	border: 0.0625rem solid #7ca4cc;
}

.form-wrapper__body input.wpcf7-not-valid,
.form-wrapper__body textarea.wpcf7-not-valid,
.form-wrapper__body select.wpcf7-not-valid,
.wpcf7-checkbox.wpcf7-not-valid {
	background-color: rgba(255, 165, 0, 0.2);
	border: 0.0625rem solid #ffa500;
}

.form-wrapper__body-4th {
	display: flex;
	flex-direction: column;
}

.form-wrapper__body.form-wrapper__body-4th {
	border: none;
}

.form-wrapper__body-5th {
	position: relative;
}

.form-wrapper__body-5th::after {
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	aspect-ratio: 0.86603;
	background: #7ca4cc;
	bottom: 1.125rem;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	content: "";
	height: 0.625rem;
	position: absolute;
	right: 0.5rem;
	transform: rotate(90deg);
	width: 0.625rem;
}

.form-wrapper__body.form-wrapper__body-6th {
	height: 12.5rem; /*スクロールバー非表示（Firefox）*/
	scrollbar-width: none;
}

.wpcf7-form-control.wpcf7-textarea {
	height: 100%;
	resize: none;
}

/*スクロールバー非表示（Chrome・Safari・Edge）*/

.form-wrapper__body::-webkit-scrollbar {
	display: none;
}

.form-wrapper__text {
	color: #0D2936;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	padding: 0.40625rem 0.5rem 0.40625rem 1rem;
	width: 100%;
}

.form-wrapper__text::-moz-placeholder {
	color: #DDF0F1;
}

.form-wrapper__text::placeholder {
	color: #DDF0F1;
}

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

.form-wrapper__text.form-wrapper__text--error::placeholder {
	color: #fff;
}

.form-wrapper__inquiry {
	padding-left: 1.375rem;
	position: relative;
}

.form-wrapper__inquiry::before {
	border: 0.0625rem solid #7ca4cc;
	content: "";
	height: 0.875rem;
	left: 0;
	position: absolute;
	top: 0.25rem;
	width: 0.875rem;
}

.form-wrapper__inquiry::after {
	border-bottom: 0.125rem solid #ffa500;
	border-left: 0.125rem solid #ffa500;
	content: "";
	display: inline-block;
	height: 0.3125rem;
	left: 0.1875rem;
	opacity: 0;
	position: absolute;
	top: 0.4375rem;
	transform: rotate(-45deg);
	width: 0.5625rem;
}

.form-wrapper__inquiry:has(input[type=checkbox]:checked)::after {
	opacity: 1;
}

.form-wrapper__inquiry-text {
	color: #0D2936;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
}

.form-wrapper__select {
	color: #0D2936;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	padding: 0.6875rem 0.5rem;
	width: 100%;
}

.form-wrapper__textarea {
	color: #0D2936;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	height: inherit;
	padding: 0.5rem;
	resize: both;
	width: 100%;
}

.wpcf7-form-control-wrap {
	display: block;
	height: 100%;
	width: 100%;
}

.wpcf7-form-control.wpcf7-acceptance {
	display: block;
	padding: 0;
	width: 100%;
}

.wpcf7-acceptance .wpcf7-list-item {
	text-align: center;
	width: 100%;
}

.wpcf7-checkbox .wpcf7-list-item {
	display: block;
	padding-left: 1.375rem;
	position: relative;
}

.wpcf7-form-control.wpcf7-checkbox {
	padding: 0;
}

.wpcf7-list-item {
	margin: 0;
}

.wpcf7-checkbox .wpcf7-list-item::before {
	border: 0.0625rem solid #7ca4cc;
	content: "";
	height: 0.875rem;
	left: 0;
	position: absolute;
	top: 0.25rem;
	width: 0.875rem;
}

.wpcf7-checkbox .wpcf7-list-item::after {
	border-bottom: 0.125rem solid #ffa500;
	border-left: 0.125rem solid #ffa500;
	content: "";
	display: inline-block;
	height: 0.3125rem;
	left: 0.1875rem;
	opacity: 0;
	position: absolute;
	top: 0.4375rem;
	transform: rotate(-45deg);
	width: 0.5625rem;
}

.wpcf7-checkbox .wpcf7-list-item:has(input[type=checkbox]:checked)::after {
	opacity: 1;
}

.wpcf7-list-item-label::before {
	content: "";
	height: 0.875rem;
	left: 0;
	position: absolute;
	top: 0.25rem;
	width: 0.875rem;
}

.wpcf7-list-item-label::after {
	content: "";
	display: inline-block;
	height: 0.3125rem;
	left: 0.1875rem;
	position: absolute;
	top: 0.4375rem;
	width: 0.5625rem;
}

.form-wrapper__body-5th p {
	height: 100%;
	width: 100%;
}

.wpcf7-form-control-wrap {
	display: block;
	height: 100%;
	width: 100%;
}

.wpcf7-form-control.wpcf7-select {
	color: #0D2936;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	height: 100%;
	line-height: 1.16;
	padding: 0.6875rem 0.5rem;
	width: 100%;
}

.wpcf7 form.invalid .wpcf7-response-output {
	border: none;
	color: #ffa500;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	margin: 0;
	padding-bottom: 2.5rem;
	padding-top: 0.9375rem;
	text-align: center;
}

input.wpcf7-not-valid::-moz-placeholder,
textarea.wpcf7-not-valid::-moz-placeholder {
	color: #ffffff; /* プレースホルダーを白色に */
	opacity: 1;
}

input.wpcf7-not-valid::placeholder,
textarea.wpcf7-not-valid::placeholder {
	color: #ffffff; /* プレースホルダーを白色に */
	opacity: 1;
}

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

.form {
	width: 100%;
}

.form__table {
	border-spacing: 0px;
	width: 100%;
}

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

.form__private {
	display: flex;
	justify-content: center;
	margin-top: 2.625rem;
}

.form__private input {
	display: none;
}

.form__private-text {
	color: #0D2936;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	line-height: 1.571;
	padding-left: 1.875rem;
	position: relative;
}

.form__private-text::before {
	border: 0.0625rem solid #408f95;
	content: "";
	height: 1.375rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 1.375rem;
}

.form__private-text::after {
	border-bottom: 0.125rem solid #ffa500;
	border-left: 0.125rem solid #ffa500;
	content: "";
	display: inline-block;
	height: 0.5rem;
	left: 0.25rem;
	opacity: 0;
	position: absolute;
	top: 0.3125rem;
	transform: rotate(-45deg);
	width: 0.875rem;
}

.form__private input[type=checkbox]:checked + .form__private-text::after {
	opacity: 1;
}

.form__button {
	margin-top: 1.5rem;
	text-align: center;
}

.wpcf7-form-control {
	color: #0D2936;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	padding: 0.40625rem 0.5rem 0.40625rem 1rem;
	width: 100%;
}

.wpcf7-text::-moz-placeholder {
	color: #DDF0F1;
}

.wpcf7-text::placeholder {
	color: #DDF0F1;
}

.wpcf7-checkbox {
	grid-row-gap: 0.25rem;
	display: grid;
	row-gap: 0.25rem;
}

.wpcf7-acceptance .wpcf7-list-item-label {
	color: #0D2936;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	line-height: 1.571;
	padding-left: 1.875rem;
	position: relative;
}

.wpcf7-acceptance .wpcf7-list-item-label::before {
	border: 0.0625rem solid #7ca4cc;
	content: "";
	height: 1.375rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 1.375rem;
}

.wpcf7-acceptance .wpcf7-list-item-label::after {
	border-bottom: 0.125rem solid #ffa500;
	border-left: 0.125rem solid #ffa500;
	content: "";
	display: inline-block;
	height: 0.5rem;
	left: 0.25rem;
	opacity: 0;
	position: absolute;
	top: 0.3125rem;
	transform: rotate(-45deg);
	width: 0.875rem;
}

.form__private input[type=checkbox]:checked + span::after {
	opacity: 1;
}

.button.button-send {
	position: relative;
}

.button.button-send::before,
.button.button-send::after {
	background-color: #fff;
	content: "";
	height: 0.0625rem;
	position: absolute;
	right: 2.1875rem;
	top: 50%;
	transition: 0.3s background-color;
	z-index: 1;
}

.button.button-send::before {
	transform: translateY(-50%);
	width: 2.5rem;
}

.button.button-send::after {
	transform: translateY(-50%) rotate(45deg);
	transform-origin: right center;
	width: 0.575rem;
}

.wpcf7-submit {
	background-color: #408F95;
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	line-height: 1.571;
	padding: 1rem 3.5rem;
	text-align: left;
	text-transform: capitalize;
	transition: 0.3s ease;
	width: 100%;
}

.wpcf7-submit:hover {
	background-color: #fff;
	color: #7ca4cc;
}

.form__button .wpcf7-spinner {
	display: none;
}

.accordion-box__question {
	background-color: #7ca4cc;
	cursor: pointer;
	font-family: "Noto Sans JP", sans-serif;
	padding: 1rem 3rem 1rem 1rem;
	position: relative;
}

.accordion-box__question::before,
.accordion-box__question::after {
	background-color: #fff;
	content: "";
	height: 0.0625rem;
	position: absolute;
	right: 1rem;
	top: 45%;
	transform: translateY(-50%);
	transition: 0.3s transform, 0.3s opacity;
	width: 1.75rem;
}

.accordion-box__question::before {
	transform: rotate(90deg);
}

.accordion-box__question.is-open::before {
	transform: rotate(180deg);
}

.accordion-box__question.is-open::after {
	opacity: 0;
}

.accordion-box__question-text {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
}

.accordion-box__answer {
	border: 0.0625rem solid #7ca4cc;
	display: none;
	padding: 1.5rem 1rem;
}

.accordion-box__answer-text {
	color: #0D2936;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.41;
}

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

.course {
	padding: 5rem 0;
	position: relative;
	z-index: 0;
}

.page-voice-cards {
	grid-column-gap: 2.5rem;
	-moz-column-gap: 2.5rem;
	grid-row-gap: 2.5rem;
	column-gap: 2.5rem;
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 2.5rem;
}

.past-posts {
	color: #7ca4cc;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
}

.past-posts__year:not(:first-child) {
	margin-top: 0.25rem;
}

.past-posts__year-label {
	cursor: pointer;
	padding-left: 2rem;
	position: relative;
}

.past-posts__year-label::before {
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	aspect-ratio: 0.86603;
	background: #7ca4cc;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	content: "";
	height: 1.125rem;
	left: 0.5rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.3s;
	width: 1.125rem;
}

.past-posts__year-label.is-open::before {
	left: 0.1875rem;
	top: 33%;
	transform: rotate(90deg);
}

.past-posts__month-list {
	display: none;
	margin-left: 1.5rem;
	margin-top: 0.1875rem;
}

.past-posts__month-list.is-open {
	display: block;
}

.past-posts__month:not(:first-child) {
	margin-top: 0.1875rem;
}

.past-posts__link span {
	padding-left: 2rem;
	position: relative;
}

.past-posts__link span::before {
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	aspect-ratio: 0.86603;
	background: #7ca4cc;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	content: "";
	height: 1.125rem;
	left: 0.5rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.3s;
	width: 1.125rem;
}

/* HTML: <div class="triangle"></div> */

.triangle {
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	aspect-ratio: 0.86603;
	background: #408F95;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	height: 1.125rem;
}

.sidebar-campaign-card {
	box-shadow: 0.125rem 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: transform 0.3s;
}

.sidebar-campaign-card__img {
	width: 100%;
}

.sidebar-campaign-card__img img {
	-o-object-fit: cover;
	aspect-ratio: 294/188;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.sidebar-campaign-card__body {
	margin-left: auto;
	margin-right: auto;
	max-width: 88.571%;
	padding-bottom: 1.5rem;
	padding-top: 1rem;
	width: 100%;
}

.sidebar-campaign-card__wrapper {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.sidebar-campaign-card__title {
	border-bottom: 0.0625rem solid #408F95;
	color: #0D2936;
	flex-grow: 1;
	font-family: "Noto Sans JP";
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	padding-bottom: 0.5rem;
	text-align: left;
	text-align: center;
}

.sidebar-campaign-card__info {
	margin-top: 0.5rem;
	width: 100%;
}

.sidebar-campaign-card__content {
	color: #0D2936;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.7142;
	text-align: center;
}

.sidebar-campaign-card__price {
	align-items: baseline;
	display: flex;
	gap: 1rem;
	justify-content: center;
	margin-top: 0.5rem;
}

.sidebar-campaign-card__normal-price {
	-webkit-text-decoration: none;
	background-image: linear-gradient(#ffa500, #ffa500);
	background-position: 0 50%;
	background-repeat: repeat-x;
	background-size: 100% 0.1875rem;
	font-family: "Lato", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

.sidebar-campaign-card__discount {
	color: #408F95;
	font-family: "Lato", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
}

.sidebar-campaign-cards {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: 1fr;
}

.sidebar-category__container {
	margin-top: 1rem;
}

.sidebar-category__button {
	margin-top: 2.625rem;
	text-align: center;
}

.sidebar-column-card {
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
	height: 7.625rem;
}

.sidebar-column-card a {
	background-color: #fff;
	display: block;
	display: flex;
	gap: 1rem;
	height: 100%;
	padding: 1rem;
	transition: 0.3s transform ease;
	width: 100%;
}

.sidebar-column-card__img {
	height: 5.625rem;
	width: 7.5625rem;
}

.sidebar-column-card__img img {
	-o-object-fit: contain;
	aspect-ratio: 121/90;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.sidebar-column-card__body {
	display: flex;
	flex-direction: column;
}

.sidebar-column-card__date {
	color: #0D2936;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.5;
	vertical-align: super;
}

.sidebar-column-card__title {
	color: #0D2936;
	font-family: "Noto Sans JP";
	font-size: 1rem;
	font-weight: 500;
	margin-top: 0.25rem;
}

.sidebar-column-card__text {
	font-family: "Noto Sans JP";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 1rem;
}

.sidebar-column-cards {
	grid-gap: 1.5rem;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 1fr;
}

.sidebar-heading {
	border-left: 0.5rem solid #7ca4cc;
	display: inline-block;
	height: 3.125rem;
}

.sidebar-heading__wrapper {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	margin-left: 1rem;
}

.sidebar-heading__icon {
	background-image: url(../images/common/muscle.png);
	background-position: center;
	background-size: cover;
	display: inline-block;
	height: 2.8125rem;
	width: 2.8125rem;
}

.sidebar-heading__title {
	color: #0D2936;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	padding-top: 0.1875rem;
}

.sidebar-voice-card__img {
	display: block;
	max-width: 100%;
}

.sidebar-voice-card__img img {
	-o-object-fit: cover;
	aspect-ratio: 294/218;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.sidebar-voice-card__body {
	margin-top: 1.125rem;
}

.sidebar-voice-card__character {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.5;
}

.sidebar-voice-card__title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	margin-top: 0.5rem;
}

.sidebar__category:not(:first-child) {
	margin-top: 5rem;
}

@media (any-hover: hover) {

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

.footer__logo a:hover {
	opacity: 0.7;
}

.footer__icon-line a:hover,
.footer__icon-instagram a:hover {
	opacity: 0.7;
}

.menu-card:hover {
	transform: scale(1.02);
}

.nav-group__item a:hover {
	opacity: 0.7;
}

.sidebar-campaign-card:hover {
	transform: scale(1.02);
}

.sidebar-column-card a:hover {
	transform: scale(1.02);
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4814814815vw;
}

.about {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.about__contents {
	margin-top: 2.5rem;
}

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

.about__feature {
	padding: 1.875rem;
}

.about__button {
	margin-top: 3.75rem;
}

.column {
	padding-top: 6.25rem;
}

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

.column__inner.inner {
	max-width: 70.625rem;
}

.column__wrapper::before {
	background-image: url(../images/common/column-back-fish.png);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: inline-block;
	height: 12.5625rem;
	left: calc(50% - min(48vw, 57.405%));
	position: absolute;
	top: -6.25rem;
	width: 27.3125rem;
	z-index: 10;
}

.column__title-sub.section__title--sub {
	color: #fff;
}

.column__items {
	margin-top: 5rem;
}

.column__button {
	margin-top: 5rem;
}

.concept {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.concept__contents {
	margin-top: 2.5rem;
}

.concept__text-container {
	margin-top: 0;
}

.concept__message-title {
	font-size: 1.875rem;
}

.concept__message-box {
	margin-top: 0;
}

.concept__message-text {
	color: #0D2936;
	font-size: 1.125rem;
	margin-top: 1.5rem;
}

.concept__button {
	margin-top: 2.5rem;
}

.drawer__wrapper {
	max-width: 70.625rem;
}

.l-column {
	margin-top: 5rem;
}

.l-contact {
	margin-top: 6.25rem;
}

.l-contact.l-contact--privacy {
	margin-top: 7.3125rem;
}

.l-footer.l-footer--contact {
	margin-top: 7.5rem;
}

.l-price {
	margin-top: 8.75rem;
}

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

.menu {
	padding: 6.25rem 0;
}

.menu__inner.inner {
	max-width: 70.625rem;
}

.menu__wrapper {
	-moz-column-gap: 3rem;
	column-gap: 3rem;
	flex-direction: row;
	margin-top: 2.3125rem;
}

.menu__img {
	max-width: 50%;
}

.menu__img img {
	aspect-ratio: 540/356;
}

.mv__content {
	top: 51%;
	width: 100%;
}

.mv__title {
	font-size: 4.5rem;
	line-height: 1.25;
	text-align: center;
	white-space: nowrap;
}

.mv__text {
	font-size: 1.25rem;
}

.price {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.price__inner.inner {
	max-width: 70.625rem;
}

.price__wrapper::before {
	background-image: url(../images/common/price-back.png);
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -2.5rem;
	content: "";
	display: inline-block;
	height: 12.5625rem;
	left: calc(50% - min(48vw, 57.405%));
	position: absolute;
	width: 27.3125rem;
	z-index: 10;
}

.price__contents {
	flex-direction: row-reverse;
	gap: 5.8125rem;
	margin-top: 2.5rem;
}

.price__imgbox {
	max-width: 45.555%;
}

.price__imgbox img {
	aspect-ratio: 492/746;
}

.price-box__item:not(:first-child) {
	margin-top: 2.5rem;
}

.voice__inner.inner {
	max-width: 70.625rem;
}

.voice__wrapper::before {
	background-image: url(../images/common/voice-back1.png);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: inline-block;
	height: 8.625rem;
	left: calc(50% - min(48vw, 57.405%));
	position: absolute;
	top: -7.5rem;
	width: 18.8125rem;
	z-index: 10;
}

.voice__wrapper::after {
	background-image: url(../images/common/voice-back2.png);
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -4.1875rem;
	content: "";
	display: inline-block;
	height: 10.125rem;
	position: absolute;
	right: 0;
	width: 4.4375rem;
	z-index: 10;
}

.voice__items {
	margin-top: 1.875rem;
}

.voice__button {
	margin-top: 5rem;
}

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

.page-404-main__container {
	padding-bottom: 9.25rem;
}

.page-404-main__container::before {
	width: 64.62%;
}

.page-404-main__message {
	padding-top: 8.75rem;
}

.page-404-main__error {
	font-size: 10rem;
}

.page-404-main__text {
	margin-top: 2.5rem;
}

.page-404-main__button {
	margin-top: 5rem;
}

.l-page-about-main {
	margin-top: 9.375rem;
}

.l-page-campaign-main {
	margin-top: 9.375rem;
}

.page-campaign-hero {
	background-image: url(../images/common/sub-campaign-hero.jpg);
}

.l-page-column-detail-main {
	margin-top: 9.375rem;
}

.l-page-column-main {
	margin-top: 9.375rem;
}

.page-column-main__container {
	flex-direction: row;
}

.page-column-main__sidebar {
	width: 18.375rem;
}

.column-cards.column-cards--col2 {
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 5rem;
}

.page-concept-contents__heading {
	font-size: 2rem;
}

.page-concept-contents__heading2 {
	font-size: 2rem;
	margin-top: 2.5rem;
}

.page-concept-main__contents {
	margin-top: 6.25rem;
}

.page-concept-main__gallery {
	margin-top: 7.5rem;
}

.page-concept-main__gallery::after {
	background-image: url(../images/common/contact-back.png);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: inline-block;
	height: 8.625rem;
	position: absolute;
	right: calc(50% - min(47.5vw, 59.3%));
	top: -5.5625rem;
	width: 18.8125rem;
	z-index: 10;
}

.page-concept-main__gallery-container {
	margin-top: 5rem;
}

.l-page-contact-error {
	margin-top: 9.0625rem;
}

.l-page-contact-main {
	margin-bottom: 8.4375rem;
	margin-top: 8.4375rem;
}

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

.page-contact-main__container.page-contact-main__container--error {
	margin-top: 2.6875rem;
}

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

.l-page-others-main {
	margin-top: 11rem;
}

.page-others-hero {
	background-image: url(../images/common/sub-others-hero.jpg);
}

.page-others-main__inner.inner {
	max-width: 53.125rem;
}

.page-others-main__title {
	font-size: 2rem;
}

.page-others-main__items {
	margin-top: 2.125rem;
}

.l-page-price-main {
	margin-top: 9.8125rem;
}

.page-price-hero {
	background-image: url(../images/common/sub-price-hero.jpg);
}

.l-page-privacy-main {
	margin-top: 11rem;
}

.page-privacy-main__inner.inner {
	max-width: 53.125rem;
}

.page-privacy-main__title {
	font-size: 2rem;
}

.page-privacy-main__items {
	margin-top: 2.125rem;
}

.l-page-sitemap-main {
	margin-top: 9.375rem;
}

.page-sitemap-hero {
	background-image: url(../images/common/sub-others-hero.jpg);
}

.page-sitemap-main__navigation.nav-group {
	grid-column-gap: 13.3%;
	grid-template-columns: 15.38% 13.89% 13.89% 16.85%;
	white-space: nowrap;
}

.page-sitemap-main__navigation .nav-group__container--3,
.page-sitemap-main__navigation .nav-group__container--4 {
	padding-left: 0;
}

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

.page-terms-main__inner.inner {
	max-width: 53.125rem;
}

.page-terms-main__title {
	font-size: 2rem;
}

.l-page-voice-main {
	margin-top: 9.375rem;
}

.page-voice-main__pagination {
	margin-top: 4.5rem;
}

.breadcrumbs__items::before {
	height: 8.625rem;
	top: 6.25rem;
	width: 18.8125rem;
}

.breadcrumbs__items.breadcrumbs__items--imgnon:before {
	display: none;
}

.column-card__category {
	padding: 0.3125rem 1rem;
}

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

.column-cards__item {
	max-width: 20.8125rem;
}

.contact__inner.inner {
	max-width: 70.625rem;
}

.contact__wrapper {
	box-shadow: 0.25rem 0.25rem 0.625rem 0 rgba(0, 0, 0, 0.25);
	flex-direction: row;
	padding: 5rem 7rem 5rem 3.125rem;
}

.contact__wrapper::before {
	height: 8.625rem;
	right: calc(50% - min(47.5vw, 62.035%));
	top: -2.5rem;
	width: 18.8125rem;
}

.contact__container1 {
	border-right: 0.0625rem solid #7ca4cc;
	margin: 0;
	max-width: 56.962%;
	padding-right: 5.125rem;
}

.contact__contents {
	-moz-column-gap: 1.3125rem;
	column-gap: 1.3125rem;
	flex-direction: row;
	margin-top: 1.5rem;
}

.contact__logo {
	padding-bottom: 0.5rem;
}

.contact__logo img {
	height: 4.6875rem;
	width: 12.5rem;
}

.contact__container2 {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 5rem;
	max-width: 34.313%;
}

.contact__adress {
	margin-top: 1rem;
}

.directer__container {
	flex-direction: row;
	gap: 2.5rem;
	margin-top: 3.75rem;
}

.directer__title {
	font-size: 2rem;
	text-align: left;
}

.footer__heading {
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
	justify-content: flex-start;
}

.footer__logo {
	height: 4.6875rem;
	width: 12.5rem;
}

.footer__icon-line,
.footer__icon-instagram {
	height: 2rem;
	width: 2rem;
}

.footer__wrapper {
	margin-top: 1.5rem;
}

.footer__wrapper .nav-group__container.nav-group__container--3,
.footer__wrapper .nav-group__container.nav-group__container--4 {
	margin-left: 0;
}

.footer__copyright {
	font-size: 0.875rem;
	line-height: 1.2857;
	margin-top: 3.75rem;
}

.Gmap {
	margin-top: 9.375rem;
	padding-top: 25%;
}

.header {
	height: 5.625rem;
}

.header__inner {
	display: flex;
	gap: 1.25rem;
	justify-content: space-between;
	padding: 0;
}

.header__logo {
	margin-left: 2.5rem;
	width: 180px;
}

.header__nav {
	height: inherit;
	margin-right: 2.5rem;
}

.header__hamburger {
	display: none;
}

.hero {
	height: 34.25rem;
}

.hero__content {
	top: 60%;
}

.hero__title {
	font-size: 3rem;
	line-height: 1;
}

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

menu__title {
	font-size: 1.5rem;
	line-height: 1;
	padding-bottom: 0.4375rem;
}

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

.menu-card__body {
	padding-bottom: 2.5rem;
	padding-top: 1.3125rem;
}

.menu-card--detailed .menu-card__title {
	font-size: 1.5rem;
}

.menu-card__info {
	padding-top: 1.5rem;
}

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

.menu-card__button {
	margin-top: 1rem;
	text-align: center;
}

.menu-cards {
	grid-template-columns: 1fr 1fr;
	row-gap: 5rem;
}

.nav-bar {
	align-items: center;
	display: flex;
}

.nav-group__items {
	display: flex;
	justify-content: center;
}

.nav-group__item {
	display: inline-block;
}

.nav-group__container4--indent {
	display: inline-block;
	margin-left: -1.6em;
}

.footer-md-none {
	display: none;
}

.pagetop-button {
	bottom: 1.25rem;
	height: 3.75rem;
	right: 1.25rem;
	width: 3.75rem;
}

.price-table td {
	font-size: 1rem;
	line-height: 1.3;
}

.price__button {
	margin-top: 5rem;
}

.section-heading__main {
	font-size: 2.5rem;
	line-height: 1;
}

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

.section-heading__small {
	font-size: 1.75rem;
	line-height: 1;
}

.contact__heading .section-heading__sub {
	margin-top: 0;
}

.tabs {
	-moz-column-gap: 2rem;
	column-gap: 2rem;
	justify-content: flex-start;
}

.tel a {
	-webkit-text-decoration: none;
	cursor: default;
	pointer-events: none;
	text-decoration: none;
}

.voice-card {
	max-width: 50rem;
}

.voice-card__wrapper {
	flex-direction: row;
	gap: 2.5rem;
	padding: 1.5rem;
}

.voice-card:nth-child(2n) .voice-card__wrapper {
	flex-direction: row-reverse;
}

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

.voice-card__details {
	justify-content: start;
}

.voice-card__category {
	padding: 0.3125rem 1rem;
}

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

.voice-cards {
	flex-direction: row;
	row-gap: 3.75rem;
}

.flow__items {
	margin-top: 3.75rem;
	padding-top: 0.3125rem;
}

.flow__title {
	font-size: 1.5rem;
}

.column-detail__title {
	font-size: 2rem;
	line-height: 1;
	margin-top: 0.25rem;
}

.column-detail__eyecatch img {
	aspect-ratio: 700/468;
	margin-top: 2.5rem;
}

.column-detail__body img {
	aspect-ratio: 700/468;
	margin-top: 2.5rem;
}

.column-detail__body p {
	margin-top: 2.3125rem;
}

.column-detail__body ul {
	margin-top: 2.5rem;
}

.column-detail__pagination {
	margin-top: 5rem;
}

.form-wrapper {
	flex-direction: row;
	padding-bottom: 2.5rem;
}

.form-wrapper__item {
	width: 31.42%;
}

.form-wrapper__body {
	margin-top: 0;
	width: 68.57%;
}

.form-wrapper__body-4th {
	gap: 0.375rem;
}

.form-wrapper__body-5th::after {
	bottom: 33%;
}

.form-wrapper__select {
	padding: 0 1.25rem 0 0.5rem;
}

.wpcf7-form-control.wpcf7-select {
	padding: 0.4375rem 1.25rem 0.4375rem 0.5rem;
}

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

.form__private {
	margin-top: 5rem;
}

.form__private-text {
	padding-left: 2.375rem;
}

.form__button {
	margin-top: 2.5rem;
}

.wpcf7-acceptance .wpcf7-list-item-label {
	padding-left: 2.375rem;
}

.accordion-box__question {
	padding: 1.5625rem 4.5rem 1.5625rem 2.5rem;
}

.accordion-box__question::before,
.accordion-box__question::after {
	right: 2.5rem;
	width: 2rem;
}

.accordion-box__question-text {
	font-size: 1.25rem;
}

.accordion-box__answer {
	padding: 2.5rem;
}

.accordion__container {
	gap: 2.5rem;
}

.course {
	padding: 6.25rem 0;
}

.page-voice-cards {
	grid-template-columns: 1fr 1fr;
	row-gap: 5rem;
}

.past-posts__month-list {
	margin-top: 0.5625rem;
}

.past-posts__month:not(:first-child) {
	margin-top: 0;
}

}

@media (min-width: 1080px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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