body {
	font-family: "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 {
	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;
}

.others-top {
	margin-top: 2rem;
}

.price-table__head {
	background-color: #2689d3;
	border: 1px solid #2689d3;
	color: #fff;
	font-family: "Noto Sans JP";
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5; /* 150% */
	padding: 0.4375rem 0.4375rem;
	text-align: center;
	width: 100%;
}

.price-table__head::before {
	background-image: url(../images/illust-whale.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1.5rem;
	margin-right: 0.5rem;
	vertical-align: top;
	width: 1.5rem;
}

.price-table__table {
	border-collapse: collapse;
	width: 100%;
}

.price-table__name {
	border: 1px solid #2689d3;
	color: #023f73;
	font-family: "Noto Sans JP";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5; /* 150% */
	max-width: 100%;
	padding: 0.4375rem 0.4375rem;
	text-align: center;
	width: 15rem;
}

.price-table__price {
	border: 1px solid #2689d3;
	color: #023f73;
	font-family: "Noto Sans JP";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5; /* 150% */
	padding: 1rem 0.9375rem;
	text-align: right;
	width: 6.625rem;
}

.sub-about-us-gallery {
	margin-top: 2.375rem;
}

.sub-voice-pagination {
	margin-top: 5rem;
}

.top-about-us {
	margin-top: 4.6875rem;
}

.top-breadcrumb {
	margin-top: 0.5rem;
}

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

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

.top-contact.top-contact--sub {
	margin-top: 6.625rem;
}

.top-footer {
	margin-top: 6rem;
}

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

.top-news {
	margin-top: 4.125rem;
}

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

.top-price {
	margin-top: 4.6875rem;
}

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

.about-us {
	position: relative;
}

.about-us__inner {
	max-width: 37.5rem;
	position: relative;
}

.about-us__container {
	height: 100%;
	margin-top: 1.5rem;
	position: relative;
	width: 100%;
}

.about-us__left-image {
	left: 0;
	max-width: 37.1014492754%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.about-us__right-image {
	margin-left: auto;
	max-width: 81.4492753623%;
	padding-top: 1.625rem;
	width: 100%;
}

.about-us__text-area {
	margin-top: 2.5rem;
}

.about-us__phrase {
	color: #2689d3;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1; /* 100% */
	max-width: 12.5rem;
	width: 100%;
}

.about-us__text-area--right {
	margin-top: 1rem;
}

.about-us__button {
	margin-right: 1.0625rem;
	margin-top: 1.6875rem;
	text-align: center;
}

.accordion__title {
	background-color: #2689d3;
	border: 1px solid #2689d3;
	color: #fff;
	cursor: pointer;
	font-family: "Noto Sans JP";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 0.875rem 3rem 0.875rem 0.875rem;
	position: relative;
}

.accordion__title::before,
.accordion__title::after {
	background-color: #fff;
	content: "";
	height: 0.125rem;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: rotate(0deg);
	transition: transform 0.3s, opacity 0.3s;
	width: 1.75rem;
}

.accordion__title::after {
	opacity: 1;
	transform: rotate(90deg);
}

.accordion__title.is-open::after {
	opacity: 0;
	transform: rotate(0deg);
}

.accordion__content {
	background-color: #fff;
	border: 1px solid #2689d3;
	color: #023f73;
	display: none;
	font-family: "Noto Sans JP";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 1.375rem 0.9375rem;
}

.archive-campaign-cards {
	grid-row-gap: 2.5rem;
	grid-column-gap: 2.5rem;
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
	display: grid;
	row-gap: 2.5rem;
}

.archive-campaign__inner {
	max-width: 37.5rem;
	width: 100%;
}

.archive-campaign__cards {
	margin-top: 2.5rem;
	padding-left: 2rem;
	padding-right: 2rem;
}

.back-icon {
	position: relative;
}

.back-icon::before {
	background-image: url(../images/illust-fish2.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 3.4375rem;
	left: calc(50% - min(46vw, 620px));
	position: absolute;
	top: -1.5rem;
	width: 7.5rem;
	z-index: -1;
}

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

.blog-card__image {
	overflow: hidden;
	width: 100%;
}

.blog-card__image img {
	-o-object-fit: cover;
	aspect-ratio: 301/201;
	object-fit: cover;
}

.blog-card__body {
	margin-top: 1.3125rem;
}

.blog-card__date {
	color: #023f73;
	font-family: Gotu;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5; /* 150% */
}

.blog-card__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	overflow: hidden;
}

.blog-card__text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	display: -webkit-box;
	margin-top: 1rem;
	overflow: hidden;
}

.blog-cards {
	grid-row-gap: 2.375rem;
	display: grid;
	row-gap: 2.375rem;
}

.blog-detail__date {
	color: #023f73;
	font-family: Gotu;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.286; /* 128.571% */
}

.blog-detail__title {
	border-bottom: 0.0625rem solid #2689d3;
	color: #023f73;
	font-family: "Noto Sans JP";
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-bottom: 0.1875rem;
	width: 100%;
}

.blog-detail__image {
	margin-top: 1.5rem;
	width: 100%;
}

.blog-detail__image img {
	-o-object-fit: cover;
	aspect-ratio: 700/468;
	height: auto;
	object-fit: cover;
}

.blog-detail__content {
	margin-top: 1.5rem;
}

.blog-detail__content p {
	color: #023f73;
	font-family: "Noto Sans JP";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5; /* 150% */
}

.blog-detail__content p:not(:first-child) {
	margin-top: 1.5rem;
}

.blog-detail__content figure {
	margin-top: 1.5rem;
	width: 100%;
}

.blog-detail__content ul {
	margin-top: 1.5rem;
}

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

.blog-detail__content li {
	align-items: start;
	color: #023f73;
	display: flex;
	font-family: "Noto Sans JP";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5; /* 150% */
	padding-left: 1.6875rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.blog-detail__content li::before {
	background-image: url(../images/menu-icon-green.png);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	flex-shrink: 0;
	height: 1.125rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.125rem;
}

.blog-layout__inner {
	max-width: 37.5rem;
	width: 100%;
}

.blog-layout__main-contents {
	width: 100%;
}

.blog-layout__side {
	margin-top: 5rem;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.blog-layout__sub-news {
	margin-top: 2.5rem;
}

.blog-side__heading {
	align-items: center;
	color: #023f73;
	display: flex;
	font-family: "Noto Sans JP";
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	gap: 0.5rem;
	line-height: normal;
	position: relative;
}

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

.blog-side__heading::before {
	background-color: #2689d3;
	content: "";
	height: 3.125rem;
	position: absolute;
	width: 0.5rem;
}

.blog-side__heading-icon {
	background-image: url(../images/illust-whale-bk.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: inline-block;
	height: 3.125rem;
	margin-left: 1.5rem;
	width: 3.125rem;
}

.blog-side__contents {
	margin-top: 1.375rem;
}

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

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

.blog {
	padding-top: 3.5rem;
	position: relative;
}

.blog::before {
	background-color: #eef0f3;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 35rem;
	left: -10rem;
	position: absolute;
	top: 3.75rem;
	transform: skewX(-25deg);
	width: 18.75rem;
	z-index: -1;
}

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

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

.blog__slide {
	display: flex;
	margin-top: 1.5rem;
}

.blog__swiper {
	padding-bottom: 0.625rem;
}

.blog__swiper-wrapper {
	width: 100%;
}

.blog__navigation {
	display: none;
}

.blog__swiper-button-prev {
	left: calc(50% - min(48vw, 35.625rem));
	top: 52%;
}

.blog__swiper-button-next {
	right: calc(50% - min(48vw, 35.625rem));
	top: 52%;
}

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

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

.breadcrumb__list {
	color: #023f73;
	font-family: "Noto Sans JP";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

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

.button {
	background-color: #2689d3;
	border: 1px solid #2689d3;
	border-radius: 50vw;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "Barlow Semi Condensed";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.571; /* 157.143% */
	margin-bottom: 0.375rem;
	overflow: hidden;
	padding: 0.9375rem 5.5rem 0.9375rem 2.5rem;
	position: relative;
	text-transform: capitalize;
	z-index: 1;
}

.button.button--form {
	padding: 0;
}

.button.button--reverse {
	background-color: #fff;
	border: 1px solid #fff;
	color: #2689d3;
}

.button__input {
	color: #fff;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.571; /* 157.143% */
	padding: 0.9375rem 6.9375rem 0.9375rem 3.4375rem;
}

.button__arrow {
	background-image: url(../images/arrow-icon.svg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 0.4375rem;
	position: absolute;
	right: 2.5rem;
	top: 1.375rem;
	width: 2.5rem;
}

.button.button--reverse > .button__arrow {
	background-image: url(../images/arrow--green-icon.svg);
}

.campaign-card {
	background: #fff;
	border-radius: 0.3125rem;
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
}

.campaign-card__image {
	border-radius: 0.3125rem 0.3125rem 0 0;
	overflow: hidden;
}

.campaign-card__image img {
	-o-object-fit: cover;
	aspect-ratio: 280/188;
	border-radius: 0.3125rem 0.3125rem 0 0;
	height: auto;
	object-fit: cover;
	transition: transform 0.3s;
	width: 100%;
}

.campaign-card__image.campaign-card__image--small img {
	aspect-ratio: 294/188;
}

.campaign-card__body {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 0.9375rem 1rem 1.4375rem;
}

.campaign-card__body.campaign-card__body--small {
	padding: 0.75rem 1.4375rem 1.5rem;
}

.campaign-card__title {
	border-bottom: 0.0625rem solid #2689d3;
	color: #023f73;
	flex-grow: 1;
	font-family: "Noto Sans JP";
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5; /* 150% */
	margin-top: 0.5rem;
	padding-bottom: 0.1875rem;
	width: 100%;
}

.campaign-card__title.campaign-card__title--center {
	text-align: center;
}

.campaign-card__text {
	color: #023f73;
	font-family: "Noto Sans JP";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.714; /* 171.429% */
	margin-right: 0.1875rem;
	margin-top: 0.5625rem;
	text-align: center;
}

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

.campaign-card__before-price {
	align-self: center;
	color: #263045;
	font-family: Lato;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1; /* 100% */
	position: relative;
}

.campaign-card__before-price::before {
	background-image: url(../images/redline-icon.svg);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 0.1875rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 4.75rem;
}

.campaign-card__after-price {
	color: #C94800;
	font-family: Lato;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1; /* 100% */
}

.campaign-card__main-text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	margin-top: 1.5rem;
	overflow: hidden;
}

.campaign-card__date {
	color: #2689d3;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.125; /* 112.5% */
	margin-top: 1.5rem;
	text-align: center;
	text-align: center;
}

.campaign-card__date span {
	display: block;
}

.campaign-card__date time {
	font-family: Lato;
}

.campaign-card__attention {
	color: #2689d3;
	font-family: "Noto Sans JP";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.286; /* 128.571% */
	margin-top: 0.4375rem;
	text-align: center;
}

.campaign-cards {
	grid-row-gap: 2.375rem;
	grid-column-gap: 2.625rem;
	-moz-column-gap: 2.625rem;
	column-gap: 2.625rem;
	display: grid;
	max-width: 37.5rem;
	row-gap: 2.375rem;
	width: 100%;
}

.campaign-detail__title {
	border-bottom: 0.0625rem solid #2689d3;
	color: #263045;
	font-family: "Noto Sans JP";
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: normal;
	padding-bottom: 0.1875rem;
}

.campaign-detail__category,
.campaign-detail__date {
	color: #263045;
	font-family: "Marcellus";
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.2857142857;
}

.campaign-detail__category {
	display: inline-block;
}

.campaign-detail__date {
	margin-left: 0.75rem;
}

.campaign-detail__image {
	margin-top: 2rem;
}

.campaign-detail__image img {
	-o-object-fit: cover;
	aspect-ratio: 720/400;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.campaign-detail__main-text {
	margin-top: 1.625rem;
}

.campaign-detail__body {
	margin-top: 1.5rem;
}

.campaign-detail__content {
	color: #263045;
	font-family: "Noto Sans JP";
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 2;
}

.campaign-detail__content h2 {
	font-family: "Yu Gothic", "YuGothic", "sans-serif";
	margin-top: 2rem;
}

.campaign-detail__content h3 {
	font-family: "Yu Gothic", "YuGothic", "sans-serif";
	margin-top: 1rem;
}

.campaign-detail__content p,
.campaign-detail__content ul {
	margin-top: 0.5rem;
}

.campaign-detail__button {
	margin-top: 1.75rem;
	text-align: center;
}

.campaign-mv {
	position: relative;
}

.campaign-mv__image {
	height: 28.75rem;
}

.campaign-mv__text {
	color: #fff;
	font-family: Lato;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	left: 50%;
	line-height: normal;
	position: absolute;
	top: calc(50% + 45px);
	transform: translate(-50%, -50%);
}

.campaign-mv__text::first-letter {
	text-transform: uppercase;
}

.campaign {
	padding-top: 3.5rem;
	position: relative;
}

.campaign::before {
	background-color: #eef0f3;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 35rem;
	left: -10rem;
	position: absolute;
	top: 3.75rem;
	transform: skewX(-25deg);
	width: 18.75rem;
	z-index: -1;
}

.campaign__inner {
	max-width: 37.5rem;
}

.campaign__cards {
	margin-top: 1.5rem;
	padding-left: 0.375rem;
	padding-right: 0.375rem;
}

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

.card-type {
	border: 0.0625rem solid #2689d3;
	color: #2689d3;
	font-family: "Noto Sans JP";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.833; /* 183.333% */
	padding: 0.3125rem 0.6875rem 0.0625rem;
	width: -moz-fit-content;
	width: fit-content;
}

.category-button {
	grid-column-gap: 1.3125rem;
	-moz-column-gap: 1.3125rem;
	grid-row-gap: 1rem;
	align-items: center;
	column-gap: 1.3125rem;
	display: grid;
	grid-template-columns: repeat(2, auto);
	justify-content: center;
	row-gap: 1rem;
}

.category-button__item a {
	background-color: #fff;
	border: 1px solid #2689d3;
	color: #2689d3;
	display: inline-block;
	font-family: "Noto Sans JP";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.571; /* 157.143% */
	max-width: 100%;
	padding-bottom: 0.3125rem;
	padding-top: 0.375rem;
	text-align: center;
	text-transform: uppercase;
	width: 10.125rem;
}

.category-button__item a.is-active {
	background-color: #2689d3;
	color: #fff;
}

.contact-form__item {
	border-bottom: 1px dashed #2689d3;
	padding-bottom: 1.4375rem;
}

.contact-form__item:not(:first-child) {
	margin-top: 1.4375rem;
}

.contact-form__label {
	align-items: center;
	color: #023f73;
	display: flex;
	font-family: "Noto Sans JP";
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	gap: 0.5rem;
	line-height: normal;
}

.contact-form__label span {
	background-color: #C94800;
	color: #fff;
	font-family: "Noto Sans JP";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 4.8px;
	line-height: normal;
	padding: 0.125rem 1rem;
}

.contact-form__input {
	margin-top: 1rem;
}

.contact-form__input input,
.contact-form__input textarea {
	border: 1px solid #2689d3;
	font-family: "Noto Sans JP";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 0.4375rem 0.9375rem 0.5rem;
	width: 100%;
}

.contact-form__input input::-moz-placeholder,
.contact-form__input textarea::-moz-placeholder {
	color: #9A9A9A;
}

.contact-form__input input::placeholder,
.contact-form__input textarea::placeholder {
	color: #9A9A9A;
}

.contact-form__input textarea {
	height: 12.5rem;
}

.contact-form__checkbox {
	margin-top: 1rem;
}

.contact-form__checkbox label {
	display: block;
	width: -moz-fit-content;
	width: fit-content;
}

.contact-form__checkbox label:not(:first-child) {
	margin-top: 0.25rem;
}

.contact-form__checkbox input {
	display: none;
}

.contact-form__checkbox input + span {
	cursor: pointer;
	display: inline-block;
	font-size: 0.9375rem;
	line-height: 1;
	padding: 0 0 0 1.5625rem;
	position: relative;
}

.contact-form__checkbox input + span::before {
	background: #fff;
	border: 1px solid #2689d3;
	content: "";
	display: block;
	height: 0.9375rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.9375rem;
}

.contact-form__checkbox input + span::after {
	border-bottom: 0.1875rem solid #C94800;
	border-left: 0.1875rem solid #C94800;
	content: "";
	display: block;
	height: 0.5rem;
	left: 0;
	margin-top: -0.125rem;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	transition: 0.3s;
	width: 0.9375rem;
}

.contact-form__checkbox input:checked + span::after {
	opacity: 1;
}

.contact-form__select {
	margin-top: 1rem;
}

.contact-form__select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url(../images/contact-select-icon.svg);
	background-position: right 0.5rem top 0.9375rem;
	background-repeat: no-repeat;
	background-size: 0.75rem;
	border: 1px solid #2689d3;
	color: #263045;
	cursor: pointer;
	font-family: "Noto Sans JP";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 0.625rem 0.4375rem 0.6875rem;
	width: 100%;
}

.contact-form__select select::-ms-expand {
	display: none;
}

.contact-form__select select:focus {
	border: 1px solid #2689d3;
	box-shadow: none;
	outline: none;
}

.contact-form__privacy {
	margin: 2.5rem auto 0;
	max-width: 17.625rem;
}

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

.contact-form__privacy input {
	display: none;
}

.contact-form__privacy input + span {
	color: #023f73;
	cursor: pointer;
	display: inline-block;
	font-family: "Noto Sans JP";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5; /* 157.143% */
	padding-left: 1.875rem;
	position: relative;
}

.contact-form__privacy input + span::before {
	background: #fff;
	border: 1px solid #2689d3;
	content: "";
	display: block;
	height: 1.375rem;
	left: 0;
	position: absolute;
	top: 0.1875rem;
	width: 1.375rem;
}

.contact-form__privacy input + span::after {
	border-bottom: 0.1875rem solid #C94800;
	border-left: 0.1875rem solid #C94800;
	content: "";
	display: block;
	height: 0.5rem;
	left: 0.25rem;
	margin-top: -0.125rem;
	opacity: 0;
	position: absolute;
	top: 0.625rem;
	transform: rotate(-45deg);
	transition: 0.3s;
	width: 0.9375rem;
}

.contact-form__privacy input:checked + span::after {
	opacity: 1;
}

.contact__inner {
	position: relative;
}

.contact__container {
	background-blend-mode: darken;
	background-color: rgba(2, 63, 115, 0.8);
	background-image: url(../images/gallery_02.webp);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	padding: 3rem 1.5625rem;
	transition: opacity 0.3s;
}

.contact__logo-area {
	border-bottom: 0.0625rem solid #2689d3;
	padding-bottom: 0.375rem;
}

.contact__logo {
	aspect-ratio: 174/65;
	margin-left: auto;
	margin-right: auto;
	max-width: 10.875rem;
	width: 100%;
}

.contact__info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 0.9375rem;
}

.contact__info-text {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.contact__info-text p:first-child {
	margin-right: 0.5rem;
}

.contact__map {
	margin-top: 1rem;
}

.contact__map iframe {
	height: 10rem;
	vertical-align: bottom;
	width: 100%;
}

.contact__text {
	color: #e5f8fb;
	font-family: "Noto Sans JP";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.286; /* 128.571% */
	margin-top: 0.5rem;
	text-align: center;
}

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

.content-title {
	border-bottom: 0.0625rem solid #2689d3;
	color: #023f73;
	font-family: "Noto Sans JP";
	font-style: normal;
	width: 100%;
}

.content-title.content-title--info {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1; /* 100% */
	padding-bottom: 0.1875rem;
}

.content-title.content-title--blog {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5; /* 150% */
	padding-bottom: 0.125rem;
}

.content-title.content-title--voice {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5; /* 150% */
	padding-bottom: 0.125rem;
}

.content-title.content-title--price {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5; /* 150% */
	padding-bottom: 0.125rem;
}

.error {
	background-color: #2689d3;
	padding-bottom: 2.5rem;
	padding-top: 5rem;
}

.error__contents {
	margin-top: 2.9375rem;
}

.error__inner {
	max-width: 37.5rem;
	position: relative;
}

.error__inner::before {
	background-image: url(../images/illust-whale-gray.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 21.5625rem;
	left: 50%;
	position: absolute;
	top: 38%;
	transform: translate(-50%, -50%);
	width: 21.5625rem;
}

.error__title {
	color: #fff;
	font-family: Lato;
	font-size: 5rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.5em;
	line-height: normal;
	text-align: center;
	text-indent: 0.5em;
}

.error__text {
	color: #fff;
	font-family: Lato;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5; /* 150% */
	text-align: center;
}

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

.faq-list__item:not(:first-child) {
	margin-top: 2.625rem;
}

.faq {
	padding-top: 3.5rem;
	position: relative;
}

.faq::before {
	background-color: #eef0f3;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 35rem;
	left: -10rem;
	position: absolute;
	top: 3.75rem;
	transform: skewX(-25deg);
	width: 18.75rem;
	z-index: -1;
}

.faq__inner {
	max-width: 37.5rem;
}

.faq__container {
	margin-top: 1.5rem;
}

.footer-nav {
	-moz-column-gap: 2rem;
	column-gap: 2rem;
	display: flex;
	justify-content: center;
	padding-left: 1.375rem;
}

.footer-nav__item:not(:first-child) {
	margin-top: 2rem;
}

.footer-nav__link {
	color: #fff;
	font-family: "Noto Sans JP";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.125; /* 112.5% */
}

.footer-nav__link.footer-nav__link--bk {
	color: #263045;
}

.footer-nav__link.footer-nav__link--bold {
	font-weight: 700;
	position: relative;
}

.footer {
	background-color: #2689d3;
	padding: 2rem 0 3.5rem;
	position: relative;
}

.footer__heading {
	align-items: end;
	display: flex;
	gap: 1rem;
	justify-content: center;
	margin-left: -5rem;
}

.footer__logo {
	-o-object-fit: cover;
	-o-object-position: center;
	aspect-ratio: 213/52;
	max-width: 8rem;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.footer__sns-icon {
	display: flex;
	gap: 1rem;
	margin-left: 0.25rem;
	margin-top: 0.5rem;
}

.footer__facebook,
.footer__instagram {
	height: 1.5rem;
	width: 1.5rem;
}

.footer__container {
	margin-top: 2.5rem;
}

.footer__copy {
	color: #fff;
	font-family: "Barlow Semi Condensed";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5; /* 150% */
	margin-top: 1.9375rem;
	text-align: center;
}

.gallery__inner {
	max-width: 37.5rem;
	position: relative;
}

.gallery__container {
	margin-top: 2.5rem;
}

.gallery__items {
	grid-gap: 0.5rem;
	display: grid;
	gap: 0.5rem;
	grid-template-columns: repeat(8, 1fr);
}

.gallery__item {
	cursor: pointer;
	grid-column: span 4;
	grid-row: span 1;
	transition: opacity 0.3s;
}

.gallery__item:nth-of-type(6n+1),
.gallery__item:nth-of-type(6n+6) {
	grid-column: span 4;
	grid-row: span 1;
}

.gallery__item img {
	-o-object-fit: cover;
	aspect-ratio: 580/365;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

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

.hamburger.is-active {
	right: 0.6875rem;
	top: 2rem;
	width: 2.5rem;
}

.hamburger span {
	background-color: #fff;
	display: inline-block;
	height: 0.0625rem;
	left: 0;
	position: absolute;
	transition: transform 0.5s;
	width: 100%;
}

.hamburger span:first-child {
	top: 0;
}

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

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

.hamburger.is-active span {
	background-color: #fff;
}

.hamburger.is-active span:first-child {
	top: 0.5rem;
	transform: rotate(36.8deg);
}

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

.hamburger.is-active span:nth-child(3) {
	top: 0.5rem;
	transform: rotate(-36.8deg);
}

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

.header.change-color {
	background-color: #9A9A9A;
}

.header.is-active {
	background-color: #2689d3;
}

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

.header__logo {
	max-width: 9rem;
	width: 100%;
}

.header__logo img {
	-o-object-fit: cover;
	-o-object-position: center;
	aspect-ratio: 192/50;
	object-fit: cover;
	object-position: center;
}

/*現在地とhoverの設定*/

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

.header__drawer {
	-webkit-overflow-scrolling: touch;
	background-color: #2689d3;
	display: none;
	height: calc(100vh - 5rem);
	left: 0;
	overflow-y: scroll;
	padding: 2rem 0.9375rem 0;
	position: fixed;
	top: 5rem;
	width: 100%;
	z-index: 500;
}

.heading {
	text-align: center;
	width: 100%;
}

.heading.heading--left {
	text-align: left;
}

.heading.heading.heading--right {
	position: relative;
	text-align: right;
	z-index: 1;
}

.heading.heading.heading--right::after {
	background-color: #2689d3;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 5rem;
	position: absolute;
	right: -11rem;
	top: -0.25rem;
	transform: skewX(-25deg);
	width: 18.75rem;
	z-index: -1;
}

.heading__title {
	color: #263045;
	font-family: "Barlow Semi Condensed";
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25; /* 125% */
	text-transform: capitalize;
}

.heading__title.heading__title--upper {
	text-transform: uppercase;
}

.heading__subtitle {
	color: #263045;
	font-family: "Noto Sans JP";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5; /* 150% */
	margin-top: 0.5rem;
}

.heading__title.heading__title--reverse {
	color: #fff;
}

.heading__subtitle.heading__subtitle--reverse {
	color: #fff;
}

.heading__title.heading__title--large {
	font-size: 2.5rem;
}

.heading__subtitle.heading__subtitle--tight {
	margin-top: 0;
}

.info-card {
	border: 2px solid #2689d3;
	display: flex;
	flex-direction: column;
	padding: 1.4375rem 1.375rem;
	row-gap: 0.5rem;
}

.info-card__title {
	border-bottom: 0.0625rem solid #2689d3;
	color: #023f73;
	font-family: "Noto Sans JP";
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1; /* 100% */
	padding-bottom: 0.5rem;
}

.info-card__text {
	margin-top: 0.5rem;
}

.info-card__image img {
	-o-object-fit: cover;
	aspect-ratio: 297/189;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.information {
	background-color: #e5f8fb;
	padding: 4.8125rem 0 4.75rem;
}

.information__inner {
	max-width: 37.5rem;
}

.information__heading {
	padding-top: 0.1875rem;
}

.information__container {
	margin-top: 1.5rem;
}

.information__image-area {
	width: 100%;
}

.information__image {
	-o-object-fit: cover;
	aspect-ratio: 345/227;
	margin: 0 auto;
	object-fit: cover;
	width: 100%;
}

.information__contents {
	margin-top: 1.875rem;
}

.information__text {
	margin-top: 0.375rem;
}

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

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

.is-animate {
	animation: 0.6s zoom-in;
	opacity: 1;
}

.js-color-box {
	position: relative;
}

.js-color-box div.color {
	background-color: #2689d3;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 2;
}

.js-color-box img {
	display: block;
	width: 100%;
}

.js-fade__upTrigger {
	opacity: 0;
}

.js-fade__up {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeUpAnime;
	opacity: 0;
}

.mainview {
	height: 100vh;
	width: 100%;
}

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

.mainview__swiper,
.mainview__pic,
.mainview__image {
	height: inherit;
}

.mainview__image {
	-o-object-fit: cover;
	object-fit: cover;
}

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

.mainview__title {
	color: #fff;
	font-family: "Barlow Semi Condensed";
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.54em;
	line-height: normal;
	text-indent: 0.54em;
	text-transform: uppercase;
	width: -moz-fit-content;
	width: fit-content;
}

.mainview__subtitle {
	color: #fff;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
}

.modal {
	align-items: center;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	opacity: 0;
	padding: 40px 20px;
	position: fixed;
	top: 0;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
	width: 100%;
	z-index: 9999;
}

.modal--vertical {
	max-width: 31.25rem;
}

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

.modal__body {
	display: inline-block;
	max-width: 57.5rem;
	width: 100%;
}

.modal__body.modal__body--vertical {
	max-width: 31.25rem;
}

.mv {
	position: relative;
}

.mv__image {
	-o-object-fit: cover;
	-o-object-position: center;
	aspect-ratio: 1440/548;
	height: 28.75rem;
	object-fit: cover;
	object-position: center;
}

.mv__text {
	color: #fff;
	font-family: "Barlow Semi Condensed";
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position: absolute;
	text-align: center;
	text-shadow: 5px 5px 2px #023f73;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.mv__text::first-letter {
	text-transform: uppercase;
}

.mv__text.mv__text--uppercase {
	text-transform: uppercase;
}

.nav {
	align-items: center;
	display: flex;
	justify-content: center;
	padding-left: 1.375rem;
}

.nav__item:not(:first-child) {
	margin-top: 2rem;
}

.nav__link {
	color: #fff;
	font-family: "Noto Sans JP";
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2;
}

.news-detail__title {
	border-bottom: 0.0625rem solid #2689d3;
	color: #263045;
	font-family: "Noto Sans JP";
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.2916666667;
	padding-bottom: 0.1875rem;
}

.news-detail__category,
.news-detail__date {
	color: #263045;
	font-family: "Marcellus";
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.2857142857;
}

.news-detail__category {
	display: inline-block;
}

.news-detail__date {
	margin-left: 0.75rem;
}

.news-detail__image {
	margin-top: 2rem;
}

.news-detail__image img {
	-o-object-fit: cover;
	aspect-ratio: 691/250;
	height: auto;
	max-width: 43.1875rem;
	object-fit: cover;
	width: 100%;
}

.news-detail__main-text {
	margin-top: 1.625rem;
}

.news-detail__main-text,
.news-detail__content {
	color: #263045;
	font-family: "Noto Sans JP";
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 2;
}

.news-detail__body {
	margin-top: 1.5rem;
}

.news-detail__contents:not(:first-child) {
	margin-top: 1.25rem;
}

.news-detail__h2 {
	color: #263045;
	font-family: "Noto Sans JP";
	font-size: 1.125rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.7777777778;
}

.news-detail__content {
	margin-top: 0.25rem;
}

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

.news {
	background-color: #e5f8fb;
	overflow: hidden;
	padding-bottom: 7.5rem;
	padding-top: 3rem;
	position: relative;
}

.news__inner {
	max-width: 22.1875rem;
	padding-left: 20px;
	padding-right: 20px;
}

.news__button {
	bottom: 1rem;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	right: 0;
	width: -moz-fit-content;
	width: fit-content;
}

.news__container {
	border-top: 1px solid #263045;
	display: grid;
	grid-template-columns: 1fr;
	margin-top: 1.875rem;
}

.news__article {
	border-bottom: 1px solid #263045;
	display: inline-block;
	padding: 1.3125rem 0;
	transition: opacity 0.3s;
}

.news__datetime {
	color: #263045;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5714285714;
}

.news__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #263045;
	display: -webkit-box;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-top: 0.5625rem;
	overflow: hidden;
}

.news__category {
	color: #263045;
	font-family: "Marcellus";
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.2857142857;
	margin-top: 0.8125rem;
}

.others-text {
	color: #023f73;
	font-family: "Noto Sans JP";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2; /* 200% */
}

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

.page-other__container {
	position: relative;
}

.page-other__title {
	color: #023f73;
	font-family: "Noto Sans JP";
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.page-other__contents {
	margin-top: 2.5rem;
}

.page-other__contents ol {
	list-style-type: decimal;
	padding-left: 1rem;
}

.page-other__contents p,
.page-other__contents li {
	color: #023f73;
	font-family: "Noto Sans JP";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2; /* 200% */
}

.pagination {
	-moz-column-gap: 0.6875rem;
	align-items: center;
	column-gap: 0.6875rem;
	display: flex;
	justify-content: center;
}

.pagination.pagination--no-number {
	-moz-column-gap: 1.125rem;
	column-gap: 1.125rem;
}

.pagination__item:first-child {
	margin-right: 1.75rem;
}

.pagination__item:last-child {
	margin-left: 1.75rem;
}

.pagination__item a {
	align-items: center;
	border: 1px solid #2689d3;
	color: #2689d3;
	display: inline-flex;
	font-family: Lato;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	height: 2.375rem;
	justify-content: center;
	line-height: normal;
	width: 2.375rem;
}

.pagination__item a.is-active {
	background-color: #2689d3;
	color: #fff;
}

.pagination__prev {
	border-right: 1px solid #2689d3;
	border-top: 1px solid #2689d3;
	content: "";
	display: inline-block;
	height: 0.625rem;
	left: 0.2em;
	position: relative;
	transform: rotate(225deg);
	transition: border-top 0.3s, border-right 0.3s;
	width: 0.625rem;
}

.pagination__next {
	border-right: 1px solid #2689d3;
	border-top: 1px solid #2689d3;
	content: "";
	display: inline-block;
	height: 0.625rem;
	position: relative;
	right: 0.1em;
	transform: rotate(45deg);
	transition: border-top 0.3s, border-right 0.3s;
	width: 0.625rem;
}

.pagination__text {
	color: #2689d3;
	font-family: "Noto Sans JP";
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
}

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

.popular-card__image {
	max-width: 7.5625rem;
	width: 100%;
}

.popular-card__image img {
	-o-object-fit: cover;
	aspect-ratio: 121/90;
	height: auto;
	object-fit: cover;
}

.popular-card__body {
	margin-left: 1rem;
}

.popular-card__date {
	color: #023f73;
	font-family: Gotu;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5; /* 150% */
}

.popular-card__title {
	color: #023f73;
	font-family: "Noto Sans JP";
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top: 0.25rem;
}

.popular-cards__item {
	transition: opacity 0.3s;
}

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

.popular-cards__item:hover {
	cursor: pointer;
	opacity: 0.7;
}

.price-menu:not(:first-child) {
	margin-top: 2.625rem;
}

.price-menu__items {
	margin-top: 0.5rem;
}

.price-menu__item {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.price-menu__item:not(:first-child) {
	margin-top: 0.5rem;
}

.price-menu__name,
.price-menu__price {
	color: #023f73;
	font-family: "Noto Sans JP";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.714; /* 171.429% */
}

.price {
	background-color: #e5f8fb;
	padding: 5rem 0 4.6875rem;
}

.price__inner {
	max-width: 37.5rem;
	position: relative;
}

.price__container {
	margin-top: 1.5rem;
}

.price__contents {
	align-items: center;
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	row-gap: 2.5rem;
}

.price__menu-area {
	width: 100%;
}

.price__image-area {
	width: 100%;
}

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

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

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

.privacy-policy__container {
	position: relative;
}

.privacy-policy__title {
	color: #023f73;
	font-family: "Noto Sans JP";
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.privacy-policy__contents {
	margin-top: 2.5rem;
}

.privacy-policy ol {
	list-style-type: decimal;
	padding-left: 1rem;
}

.privacy-policy p,
.privacy-policy li {
	color: #023f73;
	font-family: "Noto Sans JP";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2; /* 200% */
}

.profile__inner {
	max-width: 37.5rem;
}

.profile__container {
	margin-top: 4rem;
}

.profile__image {
	-o-object-fit: cover;
	aspect-ratio: 343/200;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.profile__list {
	border-bottom: 1px solid #023f73;
	margin-top: 2.5rem;
}

.profile__item {
	-moz-column-gap: 2.25rem;
	align-items: center;
	border-top: 1px solid #023f73;
	column-gap: 2.25rem;
	display: flex;
	justify-content: start;
	padding: 1.75rem 0 1.625rem 0.875rem;
}

.profile__title {
	color: #023f73;
	font-size: 0.875rem;
	letter-spacing: 0.1em;
	line-height: normal;
	max-width: 5rem;
	width: 100%;
}

.profile__content {
	color: #263045;
	font-size: 0.75rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: normal;
}

.return-top {
	background-color: #2689d3;
	border-radius: 50%;
	height: 4rem;
	position: fixed;
	right: 1.5rem;
	width: 4rem;
	z-index: 20;
}

.return-top__arrow {
	-webkit-mask-image: url(../images/arrow-up-icon.svg);
	-webkit-mask-size: cover;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	background-color: #fff;
	content: "";
	height: 1.875rem;
	left: 50%;
	mask-image: url(../images/arrow-up-icon.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 2.1875rem;
}

.review-card__image {
	width: 100%;
}

.review-card__image img {
	-o-object-fit: cover;
	aspect-ratio: 294/218;
	height: auto;
	object-fit: cover;
}

.review__age {
	color: #023f73;
	font-family: "Noto Sans JP";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5; /* 150% */
	margin-top: 1rem;
}

.review__title {
	color: #023f73;
	font-family: "Noto Sans JP";
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top: 0.5rem;
}

.side-archive__item:not(:first-child) {
	margin-top: 0.25rem;
}

.detail__list li + li {
	margin-top: 0.25rem;
}

.side-archive__year,
.side-archive__month {
	color: #2689d3;
	font-family: "Noto Sans JP";
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.side-archive__year {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 0.5rem;
	width: -moz-fit-content;
	width: fit-content;
}

.side-archive__year::before {
	-webkit-mask-image: url(../images/arrow-right-icon.svg);
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	background-color: #2689d3;
	content: "";
	height: 1.5rem;
	mask-image: url(../images/arrow-right-icon.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	transition: transform 0.3s;
	width: 1.5rem;
}

.side-archive__year.is-open::before {
	transform: rotate(90deg);
}

.side-archive__month-list {
	display: none;
	margin-top: 0.25rem;
}

.side-archive__month {
	padding-left: 1.625rem;
}

.side-archive__month:not(:first-child) {
	margin-top: 0.25rem;
}

.side-archive__link {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	width: -moz-fit-content;
	width: fit-content;
}

.side-archive__link::before {
	background-image: url(../images/archive-toggle-icon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.5rem;
	width: 1.5rem;
}

.site-map__inner {
	max-width: 37.5rem;
}

.site-map__container {
	position: relative;
}

.site-map__main-message,
.site-map__sub-message {
	color: #023f73;
	font-family: "Noto Sans JP";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.125; /* 112.5% */
	text-align: center;
}

.site-map__sub-message {
	line-height: normal;
	margin-top: 2.5rem;
}

.sub-about-us__inner {
	max-width: 37.5rem;
}

.sub-about-us__container {
	position: relative;
}

.sub-about-us__left-image {
	left: 0;
	max-width: 37.1014492754%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.sub-about-us__right-image {
	width: 100%;
}

.sub-about-us__text-area {
	margin-top: 2.5rem;
}

.sub-about-us__phrase {
	color: #fff;
	font-family: Gotu;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	left: 1.5rem;
	line-height: 1; /* 100% */
	max-width: 12.5rem;
	position: absolute;
	top: 1.5rem;
	width: 100%;
	z-index: 2;
}

.sub-about-us__text {
	margin-top: 2.5rem;
	width: 100%;
}

.sub-campaign__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	width: 100%;
}

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

.sub-contact__container {
	position: relative;
}

.contact-error-message {
	color: #C94800;
	display: none;
	font-family: "Noto Sans JP";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	left: 50%;
	line-height: normal;
	position: relative;
	top: -56px;
	transform: translateX(-50%);
}

.sub-information__inner {
	max-width: 37.5rem;
	width: 100%;
}

.sub-news__list {
	max-width: 54rem;
	width: 100%;
}

.sub-news__item {
	align-items: center;
	background-color: #e5f8fb;
	display: block;
	padding: 0.75rem;
	position: relative;
	row-gap: 0.5rem;
	transition: opacity 0.3s;
}

.sub-news__item:not(:first-child) {
	margin-top: 0.75rem;
}

.sub-news__date {
	color: #023f73;
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.25;
}

.sub-news__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 任意の行数を指定 */
	color: #023f73;
	display: -webkit-box;
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.5;
	overflow: hidden;
}

.sub-news__category {
	bottom: 0;
	color: rgba(84, 55, 45, 0.2);
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: normal;
	position: absolute;
	right: 0.375rem;
}

.sub-news__category::first-letter {
	text-transform: uppercase;
}

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

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

.sub-top-main {
	margin-top: 2.9375rem;
}

.sub-top-main.sub-top-main--wide {
	margin-top: 3.25rem;
}

.sub-top-main.sub-top-main--info {
	margin-top: 7.3125rem;
}

.sub-voice__inner {
	max-width: 37.5rem;
	width: 100%;
}

.sub-voice__cards {
	margin-top: 2.5rem;
}

.tab__button-area {
	-moz-column-gap: 1.25rem;
	align-items: center;
	column-gap: 1.25rem;
	display: flex;
	justify-content: center;
}

.tab__button {
	background-color: #e5f8fb;
	color: #2689d3;
	font-family: "Noto Sans JP";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 0.625rem 1rem;
}

.tab__icon {
	display: none;
}

.tab__button.is-active {
	background-color: #2689d3;
	color: #fff;
}

.tab__contents {
	margin-top: 1rem;
}

.tab__content {
	display: none;
}

.tab__content.is-active {
	display: block;
}

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

.terms-of-service__container {
	position: relative;
}

.terms-of-service__title {
	color: #023f73;
	font-family: "Noto Sans JP";
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.terms-of-service__contents {
	margin-top: 2.5rem;
}

.terms-of-service ol {
	list-style-type: decimal;
	padding-left: 1rem;
}

.terms-of-service li,
.terms-of-service p {
	color: #023f73;
	font-family: "Noto Sans JP";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2; /* 200% */
}

.text {
	color: #263045;
	font-family: "Noto Sans JP";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5; /* 150% */
}

.text.text--green {
	color: #023f73;
}

.thanks__inner {
	max-width: 37.5rem;
}

.thanks__main-message,
.thanks__sub-message {
	color: #023f73;
	font-family: "Noto Sans JP";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.125; /* 112.5% */
	text-align: center;
}

.thanks__sub-message {
	line-height: normal;
	margin-top: 2.5rem;
}

.voice-card {
	grid-row-gap: 0.9375rem;
	grid-column-gap: 0.8125rem;
	-moz-column-gap: 0.8125rem;
	background-color: #fff;
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
	column-gap: 0.8125rem;
	display: grid;
	grid-template-columns: 1fr 9.4375rem;
	grid-template-rows: auto 1fr;
	padding: 0.9375rem 1rem 1.5rem;
	row-gap: 0.9375rem;
}

.voice-card__heading {
	display: grid;
	grid-column: 1;
	grid-row: 1;
}

.voice-card__age {
	align-self: start;
	color: #263045;
	font-family: "Noto Sans JP";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5; /* 150% */
}

.voice-card__type {
	align-self: start;
}

.voice-card__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	margin-top: 0.25rem;
	overflow: hidden;
}

.voice-card__image-area {
	align-self: end;
	grid-column: 2;
	grid-row: 1;
}

.voice-card__image {
	-o-object-fit: cover;
	aspect-ratio: 151/117;
	margin-left: auto;
	margin-right: auto;
	max-width: 9.4375rem;
	object-fit: cover;
	width: 100%;
}

.voice-card__body {
	grid-column: 1/3;
	grid-row: 2;
}

.voice-card__text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7; /* 任意の行数を指定 */
	display: -webkit-box;
	overflow: hidden;
}

.voice-cards {
	grid-row-gap: 2.5rem;
	display: grid;
	row-gap: 2.5rem;
}

.voice {
	background-color: #e5f8fb;
	overflow: hidden;
	padding: 5rem 0;
}

.voice__inner {
	max-width: 37.5rem;
	position: relative;
}

.voice__heading {
	margin-top: -0.3125rem;
}

.voice__cards {
	margin-top: 2.5rem;
}

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

.wave {
	height: 200px; /*何も表示されない場合は各波の親要素に高さを持たせましょう。*/
	position: relative;
}

canvas {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 10;
}

.wp-pagenavi {
	display: flex;
	gap: 12px;
	justify-content: center;
}

.wp-pagenavi a,
.wp-pagenavi span.current {
	align-items: center;
	border: 1px solid #2689d3;
	color: #2689d3;
	display: inline-flex;
	font-family: Lato;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	height: 2.375rem;
	justify-content: center;
	line-height: normal;
	width: 2.375rem;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	background-color: #2689d3;
	color: #fff;
}

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

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

.wp-pagenavi .previouspostslink:hover .pagination__prev,
.wp-pagenavi .nextpostslink:hover .pagination__next {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}

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

.wpcf7-list-item:not(:first-child) {
	margin-top: 0.25rem;
}

.wpcf7-spinner {
	display: none;
}

/* 入力フィールドのカスタムスタイル */

.wpcf7-form-control.wpcf7-not-valid {
	background-color: rgba(201, 72, 0, 0.2); /* 背景色を薄い赤に変更 */
	border-color: #C94800; /* ボーダーの色を赤に変更 */
}

.wpcf7 form.invalid .wpcf7-response-output {
	border: none;
	color: #C94800;
	display: inline-block;
	font-family: "Noto Sans JP";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	left: 50%;
	line-height: normal;
	margin: 0;
	padding: 0;
	position: relative;
	top: -56px;
	transform: translateX(-50%);
}

@media (any-hover: hover) {

.sub-news__item:hover {
	opacity: 0.7;
}

}

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

.contact-form__privacy {
	max-width: -moz-fit-content;
	max-width: fit-content;
}

.news__inner {
	max-width: 37.5rem;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4814814815vw;
}

.price-table {
	display: flex;
}

.price-table__head {
	align-items: center;
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	max-width: 12.5rem;
}

.price-table__head::before {
	height: 4rem;
	margin: 0.5rem auto 0;
	width: 4rem;
}

.price-table__name {
	padding: 1.0625rem 0.9375rem;
	text-align: left;
	width: 21.25rem;
}

.price-table__price {
	padding: 1.0625rem 0.9375rem;
	width: 10.125rem;
}

.sub-about-us-gallery {
	margin-top: 7.5rem;
}

.sub-voice-pagination {
	margin-top: 4.5rem;
}

.top-about-us {
	margin-top: 8.5rem;
}

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

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

.top-contact.top-contact--sub {
	margin-top: 12rem;
}

.top-footer {
	margin-top: 10rem;
}

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

.top-news {
	margin-top: 6rem;
}

.top-price {
	margin-top: 8.375rem;
}

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

.about-us__inner::after {
	background-image: url(../images/illust-coral.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -5.625rem;
	content: "";
	height: 11.3125rem;
	position: absolute;
	right: calc(50% - min(48vw, 39.8125rem));
	width: 12.125rem;
	z-index: 1;
}

.about-us__container {
	margin-top: 2.5rem;
}

.about-us__left-image {
	max-width: 25rem;
}

.about-us__right-image {
	max-width: 55rem;
	padding-top: 5rem;
}

.about-us__text-area {
	display: flex;
	margin-top: 0;
	position: absolute;
	right: 2.5625rem;
	top: 12.5rem;
	z-index: 2;
}

.about-us__phrase {
	color: #fff;
	font-size: 5rem;
	line-height: 1.25; /* 125% */
	max-width: 25rem;
}

.about-us__text-area--right {
	margin-left: 2.5rem;
	margin-top: 0;
	max-width: 25rem;
	width: 100%;
}

.about-us__button {
	margin-right: 0;
	margin-top: 2.5rem;
}

.accordion__title {
	font-size: 1.25rem;
	padding: 1.5625rem 2.4375rem 1.5rem;
}

.accordion__title::before,
.accordion__title::after {
	right: 2.5rem;
	width: 2rem;
}

.accordion__content {
	margin-top: 1rem;
	padding: 2.3125rem 2.4375rem;
}

.archive-campaign-cards {
	grid-template-columns: repeat(3, 1fr);
	row-gap: 5rem;
}

.archive-campaign__cards {
	padding-left: 0;
	padding-right: 0;
}

.back-icon::before {
	height: 8.625rem;
	left: calc(50% - min(48vw, 620px));
	top: -4.375rem;
	width: 18.8125rem;
}

.blog-card:hover .blog-card__image img {
	transform: scale(1.1, 1.1);
}

.blog-card__image img {
	transition: transform 0.3s;
}

.blog-card__body {
	margin-top: 1.1875rem;
}

.blog-cards {
	-moz-column-gap: 2.625rem;
	column-gap: 2.625rem;
	grid-template-columns: repeat(3, 1fr);
}

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

.blog-detail__title {
	font-size: 2rem;
	padding-bottom: 0;
}

.blog-detail__image {
	margin-top: 2.5rem;
	max-width: 43.75rem;
}

.blog-detail__content {
	margin-top: 2.5rem;
}

.blog-detail__content p:not(:first-child) {
	margin-top: 2.5rem;
}

.blog-detail__content figure {
	margin-top: 2.5rem;
	max-width: 43.75rem;
}

.blog-detail__content ul {
	margin-top: 2.5rem;
}

.blog-layout__container {
	display: flex;
}

.blog-layout__main-contents {
	max-width: 44.125rem;
}

.blog-layout__side {
	margin-left: 5rem;
	margin-top: 0;
	max-width: 18.375rem;
	padding-left: 0;
	padding-right: 0;
}

.blog {
	padding-top: 7.5rem;
}

.blog::before {
	height: 75rem;
	left: -35rem;
	top: 9.375rem;
	transform: skewX(-40deg);
	width: 55rem;
	z-index: -1;
}

.blog__inner {
	max-width: 71.875rem;
	padding-left: 30px;
	padding-right: 30px;
}

.blog__button {
	margin-top: 4.1875rem;
}

.blog__slide {
	margin-top: 2.5rem;
	width: 100%;
}

.blog__swiper-slide:hover {
	opacity: 0.7;
}

.blog__navigation {
	display: block;
}

.blog__swiper-button-prev,
.blog__swiper-button-next {
	color: #263045;
}

.button:hover {
	color: #2689d3;
}

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

.button::before {
	background-color: #fff;
	border-radius: 50vw;
	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;
}

.button.button--reverse::before {
	background-color: #2689d3;
}

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

.button:hover .button__input {
	color: #2689d3;
}

.button:hover .button__arrow {
	background-image: url(../images/arrow--green-icon.svg);
}

.button.button--reverse:hover > .button__arrow {
	background-image: url(../images/arrow-icon.svg);
}

.campaign-card {
	max-width: 20.75rem;
}

.campaign-card__image img {
	aspect-ratio: 332/223;
	max-width: 20.75rem;
}

.campaign-card:hover .campaign-card__image img {
	transform: scale(1.1, 1.1);
}

.campaign-card__body {
	padding: 1.5rem 1rem 2.5rem;
}

.campaign-card__body.campaign-card__body--large {
	padding: 1.5rem 1.5rem 2.25rem;
}

.campaign-card__title {
	margin-top: 0.375rem;
	padding-bottom: 0.375rem;
}

.campaign-card__title.campaign-card__title--large {
	font-size: 1.5rem;
	line-height: normal;
	padding-bottom: 0.1875rem;
}

.campaign-card__text {
	font-size: 1rem;
	line-height: 1.5; /* 150% */
	margin-right: 0.9375rem;
	margin-top: 0.9375rem;
}

.campaign-card__text.campaign-card__text--small {
	font-size: 0.875rem;
	line-height: 1.714; /* 171.429% */
	margin-right: 0;
	margin-top: 0.5rem;
}

.campaign-card__before-price {
	font-size: 1.5rem;
}

.campaign-card__before-price::before {
	width: 5.6875rem;
}

.campaign-card__before-price.campaign-card__before-price--small {
	font-size: 1.25rem;
}

.campaign-card__after-price {
	font-size: 2rem;
}

.campaign-card__after-price.campaign-card__after-price--small {
	font-size: 2rem;
}

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

.campaign-cards {
	grid-template-columns: repeat(3, 1fr);
	max-width: 67.5rem;
}

.campaign-detail__title {
	font-size: 2rem;
}

.campaign-detail__category,
.campaign-detail__date {
	font-size: 0.75rem;
	line-height: 1.25;
}

.campaign-detail__date {
	margin-left: 0.5rem;
}

.campaign-detail__image {
	margin-top: 1rem;
}

.campaign-detail__image img {
	aspect-ratio: 800/440;
	max-width: 50rem;
}

.campaign-detail__main-text {
	margin-top: 2.1875rem;
}

.campaign-detail__body {
	margin-top: 1.25rem;
}

.campaign-detail__content h2 {
	margin-top: 3rem;
}

.campaign-detail__content h3 {
	margin-top: 1.5rem;
}

.campaign-detail__content p,
.campaign-detail__content ul {
	margin-top: 0.75rem;
}

.campaign-detail__button {
	margin-top: 2rem;
}

.campaign-mv__image {
	height: 34.25rem;
}

.campaign-mv__text {
	font-size: 5rem;
	line-height: 1.25; /* 125% */
}

.campaign {
	padding-top: 7.5rem;
}

.campaign::before {
	height: 75rem;
	left: -35rem;
	top: 9.375rem;
	transform: skewX(-40deg);
	width: 55rem;
	z-index: -1;
}

.campaign__cards {
	margin-top: 5rem;
	padding-left: 0;
	padding-right: 0;
}

.campaign__button {
	margin-top: 5rem;
}

.card-type {
	padding: 0.375rem 0.9375rem;
}

.card-type.card-type--tight {
	line-height: 1.5;
}

.category-button {
	-moz-column-gap: 2rem;
	column-gap: 2rem;
	grid-template-columns: repeat(4, auto);
	justify-content: start;
}

.category-button__item a {
	transition: background-color 0.3s, color 0.3s;
}

.category-button__item a:hover {
	background-color: #2689d3;
	color: #fff;
}

.contact-form__item {
	align-items: start;
	display: flex;
	justify-content: space-between;
	padding-bottom: 2.4375rem;
}

.contact-form__item:not(:first-child) {
	margin-top: 2.4375rem;
}

.contact-form__label {
	gap: 0;
	justify-content: space-between;
	max-width: 11.625rem;
	width: 100%;
}

.contact-form__input {
	margin-top: 0;
}

.contact-form__input input,
.contact-form__input textarea {
	width: 30rem;
}

.contact-form__checkbox {
	margin-top: 0;
	width: 30rem;
}

.contact-form__select {
	margin-top: 0;
}

.contact-form__select select {
	background-position: right 0.5rem top 0.625rem;
	padding: 0.375rem 0.4375rem 0.375rem;
	width: 30rem;
}

.contact-form__privacy {
	margin: 5rem auto 0;
	max-width: -moz-fit-content;
	max-width: fit-content;
}

.contact-form__button {
	margin-top: 2.5rem;
}

.contact-form__privacy input + span {
	padding-left: 2.375rem;
}

.contact__container {
	box-shadow: 0.25rem 0.25rem 0.625rem 0 rgba(0, 0, 0, 0.25);
	padding: 5rem 0;
	width: 100%;
}

.contact__container:hover {
	opacity: 0.7;
}

.contact__logo {
	aspect-ratio: 200/75;
	max-width: 12.5rem;
}

.contact__info {
	flex-direction: row;
	justify-content: space-between;
	margin-top: 1.5rem;
}

.contact__info-text {
	align-items: start;
}

.contact__map {
	margin-top: 0;
}

.contact__map iframe {
	height: 8.9375rem;
	width: 17.0625rem;
}

.contact__container:hover .button {
	color: #2689d3;
}

.contact__container:hover .button__arrow {
	background-image: url(../images/arrow--green-icon.svg);
}

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

.content-title.content-title--info {
	font-size: 1.5rem;
	padding-bottom: 0.375rem;
}

.content-title.content-title--blog {
	padding-bottom: 0.25rem;
}

.content-title.content-title--voice {
	font-size: 1.5rem;
	margin-top: 1px;
}

.content-title.content-title--price {
	padding-bottom: 0.1875rem;
}

.error {
	padding-bottom: 9.25rem;
	padding-top: 5.625rem;
}

.error__contents {
	margin-top: 7.4375rem;
}

.error__inner::before {
	height: 43.625rem;
	left: 1.5625rem;
	top: -9.5rem;
	transform: none;
	width: 43.625rem;
}

.error__title {
	font-size: 10rem;
}

.error__text {
	margin-top: 1.5rem;
}

.error__button {
	margin-top: 5rem;
}

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

.faq {
	padding-top: 7.5rem;
}

.faq::before {
	height: 75rem;
	left: -35rem;
	top: 9.375rem;
	transform: skewX(-40deg);
	width: 55rem;
	z-index: -1;
}

.faq__container {
	margin-top: 2.5rem;
}

.footer-nav {
	flex-direction: column;
}

.footer-nav.footer-nav--wide {
	grid-template-columns: auto auto auto auto;
	justify-content: space-between;
}

.footer-nav__items {
	-moz-column-gap: 2.5rem;
	align-items: center;
	column-gap: 2.5rem;
	display: flex;
	justify-content: center;
}

.footer-nav__items:not(:first-child) {
	margin-top: 1rem;
}

.footer-nav__item:not(:first-child) {
	margin-top: 0;
}

.footer-nav__link:hover {
	opacity: 0.7;
}

.footer {
	padding: 3.5rem 0 2.5rem;
}

.footer__logo {
	max-width: 13.3125rem;
}

.footer__sns-icon {
	margin-bottom: 0.9375rem;
	margin-left: 2.0625rem;
	margin-top: 0;
}

.footer__facebook,
.footer__instagram {
	height: 2rem;
	width: 2rem;
}

.footer__facebook:hover,
.footer__instagram:hover {
	opacity: 0.7;
}

.footer__container {
	margin-top: 2rem;
}

.footer__copy {
	font-size: 1.0625rem;
	line-height: 1.286; /* 128.571% */
	margin-top: 3rem;
}

.gallery__container {
	margin-top: 5rem;
}

.gallery__items {
	grid-auto-flow: dense;
	grid-template-columns: repeat(9, 1fr);
}

.gallery__item {
	grid-column: span 5;
	grid-row: span 1;
}

.gallery__item:hover {
	opacity: 0.7;
}

.gallery__item:nth-of-type(6n+1),
.gallery__item:nth-of-type(6n+6) {
	grid-column: span 4;
	grid-row: span 2;
}

.gallery__item img {
	aspect-ratio: 580/358;
}

.gallery__item:nth-of-type(6n+1) img,
.gallery__item:nth-of-type(6n+6) img {
	aspect-ratio: 492/746;
}

.header {
	height: 5.625rem;
}

.header__inner {
	padding: 0 2.5rem;
}

.header__logo {
	max-width: 12rem;
}

.header__nav {
	height: inherit;
}

.header__items {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	height: inherit;
	margin-right: 0.0625rem;
}

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

.header__link {
	display: flex;
	flex-direction: column;
	height: inherit;
	justify-content: center;
	position: relative;
	text-align: center;
}

.header__link::after {
	background: #fff;
	bottom: 1.25rem;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	transform: scale(0, 1); /*X方向0、Y方向1*/
	transform-origin: center top; /*上部中央基点*/
	transition: all 0.3s;
	width: 100%;
}

.header__title {
	color: #fff;
	font-family: "Barlow Semi Condensed";
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1; /* 100% */
	text-align: center;
}

.header__subtitle {
	color: #fff;
	font-family: "Noto Sans JP";
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5; /* 150% */
	margin-top: 0.25rem;
	text-align: center;
}

.heading.heading.heading--right::after {
	height: 4rem;
	right: -50rem;
	top: 2.1875rem;
	transform: skewX(-40deg);
	width: 62.5rem;
}

.heading__title {
	font-size: 3.5rem;
	line-height: 1; /* 100% */
}

.heading__subtitle {
	font-size: 1rem;
}

.heading__title.heading__title--large {
	font-size: 5rem;
}

.heading__subtitle.heading__subtitle--tight {
	margin-top: 0.25rem;
}

.info-card {
	-moz-column-gap: 3rem;
	align-items: center;
	column-gap: 3rem;
	flex-direction: row;
}

.info-card__body {
	max-width: 30.75rem;
	width: 100%;
}

.info-card__title {
	font-weight: 500;
}

.info-card__image img {
	aspect-ratio: 492/313;
	max-width: 30.75rem;
}

.information {
	padding: 6.25rem 0 4.6875rem;
}

.information__heading {
	padding-right: 0.5rem;
}

.information__container {
	display: flex;
	margin-left: -0.1875rem;
	margin-top: 2.5rem;
}

.information__image {
	aspect-ratio: 540/356;
	max-width: 33.75rem;
}

.information__contents {
	margin-left: 3rem;
	margin-top: 3.9375rem;
	width: 30.75rem;
}

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

.mainview__title {
	font-size: 5rem;
	line-height: 1.25; /* 125% */
}

.mv__image {
	height: 34.25rem;
}

.mv__text {
	font-size: 5rem;
	line-height: 1.25; /* 125% */
	top: calc(50% + 3.125rem);
}

.news-detail__title {
	font-size: 2rem;
}

.news-detail__category,
.news-detail__date {
	font-size: 0.75rem;
	line-height: 1.25;
}

.news-detail__date {
	margin-left: 0.5rem;
}

.news-detail__image {
	margin-top: 0.375rem;
}

.news-detail__image img {
	aspect-ratio: 347/249;
}

.news-detail__main-text {
	margin-top: 2.1875rem;
}

.news-detail__body {
	margin-top: 1.25rem;
}

.news-detail__contents:not(:first-child) {
	margin-top: 1.25rem;
}

.news-detail__h2 {
	font-size: 1.5rem;
}

.news-detail__content {
	margin-top: 0.375rem;
}

.news-detail__button {
	margin-top: 2rem;
}

.news {
	padding-bottom: 3.25rem;
}

.news__button {
	bottom: auto;
	left: calc(50% - min(43vw, 33.75rem));
	right: auto;
	top: 5rem;
	z-index: 3;
}

.news__container {
	border-left: 1px solid #263045;
	border-top: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 50rem;
	width: 100%;
}

.news__article {
	border-bottom: none;
	border-right: 1px solid #263045;
	padding: 0.875rem 1.25rem 1.1875rem;
}

.news__article:hover {
	opacity: 0.7;
}

.news__datetime {
	font-size: 0.875rem;
}

.news__title {
	font-size: 1.125rem;
}

.page-other__inner {
	max-width: 53.125rem;
	padding-left: 25px;
	padding-right: 25px;
}

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

.pagination.pagination--no-number {
	-moz-column-gap: 1.625rem;
	column-gap: 1.625rem;
}

.pagination__item a {
	transition: background-color 0.3s, color 0.3s;
}

.pagination__item a:hover {
	background-color: #2689d3;
	color: #fff;
}

.pagination__item:first-child a:hover .pagination__prev,
.pagination__item:last-child a:hover .pagination__next {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}

.pagination__text:hover {
	opacity: 0.7;
}

.price-menu:not(:first-child) {
	margin-top: 2.4375rem;
}

.price-menu__name,
.price-menu__price {
	font-size: 1rem;
	line-height: 1.5; /* 150% */
}

.price-menu__price {
	margin-left: 0.625rem;
}

.price {
	padding: 6.25rem 0 6rem;
}

.price__inner::after {
	background-image: url(../images/illust-fish3.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -2.1875rem;
	content: "";
	height: 12.5625rem;
	left: calc(50% - min(48vw, 38.75rem));
	position: absolute;
	width: 27.3125rem;
	z-index: 1;
}

.price__container {
	margin-top: 2.5rem;
}

.price__contents {
	-moz-column-gap: 5.8125rem;
	align-items: start;
	column-gap: 5.8125rem;
	flex-direction: row;
}

.price__menu-area {
	margin-top: 0.1875rem;
	max-width: 30.75rem;
}

.price__image {
	aspect-ratio: 492/746;
	max-width: 30.75rem;
}

.price__button-area {
	margin-top: 4.6875rem;
}

.privacy-policy__inner {
	max-width: 53.125rem;
	padding-left: 25px;
	padding-right: 25px;
}

.privacy-policy__title {
	font-size: 2rem;
}

.profile__container {
	margin-top: 3.5rem;
	padding-left: 3.75rem;
	padding-right: 3.75rem;
}

.profile__image {
	aspect-ratio: 1080/540;
	max-width: 67.5rem;
}

.profile__list {
	display: grid;
	grid-template-columns: 26rem auto;
	margin-top: 3.75rem;
}

.profile__item {
	padding: 1.5rem 0 1.5rem 0.875rem;
}

.profile__title {
	font-size: 1.125rem;
}

.profile__content {
	font-size: 1rem;
}

.return-top {
	height: 4rem;
	right: 3rem;
	width: 4rem;
}

.return-top:hover {
	opacity: 0.7;
}

.return-top__arrow {
	height: 1.875rem;
	width: 2.1875rem;
}

.review-card__image {
	max-width: 18.375rem;
}

.side-archive__year,
.side-archive__month {
	transition: opacity 0.3s;
}

.side-archive__year:hover,
.side-archive__month:hover {
	opacity: 0.7;
}

.sub-about-us__left-image {
	max-width: 25rem;
}

.sub-about-us__right-image {
	margin-left: auto;
	max-width: 55rem;
	padding-top: 1.625rem;
	padding-top: 5rem;
}

.sub-about-us__text-area {
	display: flex;
	margin-top: 0;
	position: absolute;
	right: 2.5625rem;
	top: 12.5rem;
	z-index: 2;
}

.sub-about-us__phrase {
	font-size: 5rem;
	left: auto;
	line-height: 1.25; /* 125% */
	max-width: 25rem;
	right: 30.0625rem;
	top: 12.5rem;
}

.sub-about-us__text {
	margin-left: 2.5rem;
	margin-top: 0;
	max-width: 25rem;
	position: absolute;
	right: 2.5rem;
	top: 14.125rem;
	z-index: 2;
}

.sub-campaign__inner {
	max-width: 53.125rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.sub-contact__inner {
	max-width: 46.875rem;
	padding-left: 25px;
	padding-right: 25px;
}

.sub-news__item {
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	display: flex;
	padding: 1.5625rem 12.25rem 1.5625rem 1.5rem;
}

.sub-news__item:not(:first-child) {
	margin-top: 1.25rem;
}

.sub-news__date {
	font-size: 1rem;
}

.sub-news__title {
	font-size: 1rem;
	line-height: 1.3125;
}

.sub-news__category {
	bottom: 0.5rem;
	font-size: 2rem;
	right: 1.5rem;
}

.sub-price__inner {
	max-width: 47rem;
	padding-left: 25px;
	padding-right: 25px;
}

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

.sub-top-main {
	margin-top: 9.1875rem;
}

.sub-top-main.sub-top-main--wide {
	margin-top: 9.1875rem;
}

.sub-top-main.sub-top-main--info {
	margin-top: 9.125rem;
}

.tab__button-area {
	-moz-column-gap: 5.625rem;
	column-gap: 5.625rem;
}

.tab__button {
	align-items: center;
	display: flex;
	font-size: 1.5rem;
	justify-content: center;
	padding: 0.8125rem 0 0.8125rem;
	transition: background-color 0.3s, color 0.3s;
	width: 18.75rem;
}

.tab__button:hover {
	background-color: #2689d3;
	color: #fff;
}

.tab__icon {
	-webkit-mask-image: url(../images/illust-whale.svg);
	-webkit-mask-size: cover;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	background-color: #2689d3;
	content: "";
	display: inline-block;
	height: 4rem;
	margin-right: 0.5rem;
	mask-image: url(../images/illust-whale.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: cover;
	transition: background-color 0.3s;
	width: 4rem;
}

.tab__button:hover .tab__icon {
	background-color: #fff;
}

.tab__icon.tab__icon--shark {
	-webkit-mask-image: url(../images/illust-shark.svg);
	mask-image: url(../images/illust-shark.svg);
}

.tab__icon.tab__icon--fish {
	-webkit-mask-image: url(../images/illust-little-fish.svg);
	mask-image: url(../images/illust-little-fish.svg);
}

.tab__button.is-active .tab__icon {
	background-color: #fff;
}

.tab__contents {
	margin-top: 1.5rem;
}

.terms-of-service__inner {
	max-width: 53.125rem;
	padding-left: 25px;
	padding-right: 25px;
}

.terms-of-service__title {
	font-size: 2rem;
}

.text.text--reverse {
	color: #fff;
}

.voice-card {
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	grid-template-columns: 1fr 11.25rem;
	padding: 1.5rem;
	row-gap: 2.5rem;
}

.voice-card__heading {
	grid-template-columns: 5.3125rem auto;
	margin-top: 1.375rem;
	row-gap: 0.5625rem;
}

.voice-card__age {
	align-self: end;
	grid-column: 1;
	grid-row: 1;
}

.voice-card__type {
	align-self: end;
	grid-column: 2;
	grid-row: 1;
	justify-self: end;
}

.voice-card__title {
	grid-column: 1/3;
	grid-row: 2;
	margin-top: 0;
}

.voice-card__image {
	aspect-ratio: 180/140;
	max-width: 11.25rem;
}

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

.voice__cards {
	margin-top: 1.875rem;
}

.voice__button {
	margin-top: 5rem;
}

}

@media (min-width: 1080px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes zoom-in {

0% {
	opacity: 0.3;
	transform: scale(0.8);
}

100% {
	opacity: 1;
	transform: none;
}

}

@keyframes fadeUpAnime {

from {
	opacity: 0; /*初期状態では透明に*/
	transform: translateY(50px);
}

to {
	opacity: 1;
	transform: translateY(0);
}

}


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