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

.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

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

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

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

ul,
ol {
	list-style: none;
}

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

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

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

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=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

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

.c-accordion__summary {
	background-color: #408f95;
	color: #fff;
	padding: 1rem;
}

.c-accordion__wrapper {
	border: 1px solid #408f95;
	border-top: none;
	padding: 1.5rem 1rem;
}

summary {
	list-style: none;
}

summary::-webkit-details-marker {
	display: none;
}

details .c-accordion__details-content {
	overflow: hidden;
}

details summary {
	cursor: pointer;
	display: block;
	padding: 0.5rem;
	position: relative;
	transition: background-color 0.3s; /* transition でホバー時に背景色を変化 */
}

details summary::-webkit-details-marker {
	display: none;
}

details[open] summary {
	border-bottom: 1px solid #aaa;
}

/* ＋のアイコンの疑似要素（縦と横の棒の共通の設定） */

details summary::before {
	background-color: #fff;
	bottom: 0;
	content: "";
	height: 0.0625rem;
	margin: auto 0;
	position: absolute;
	right: 1rem;
	top: 0;
	width: 1.75rem;
}

details summary::after {
	background-color: #fff;
	bottom: 0;
	content: "";
	height: 0.0625rem;
	margin: auto 0;
	opacity: 0;
	position: absolute;
	right: 1rem;
	top: 0;
	width: 1.75rem;
}

/* 縦棒は90度回転 */

details summary::after {
	transform: rotate(90deg);
}

a.c-blog-card {
	background-color: #fff;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
	display: block;
	width: 100%;
}

a.c-blog-card:hover {
	opacity: 1;
}

.c-blog-card__img {
	aspect-ratio: 100/65.165165;
	padding: 1.625rem 1.375rem 1.4375rem;
	padding: 1rem;
	padding-bottom: 0;
}

.c-blog-card__img figure {
	overflow: hidden;
}

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

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

.c-blog-card__body {
	padding: 1.0625rem 1rem 1.4375rem;
}

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

.c-blog-card__title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

.c-blog-card__text {
	border-top: 1px solid #408f95;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 0.25rem;
	padding-top: 1rem;
}

.c-breadcrumb__item {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.44785714;
}

i.fa-sharp.fa-solid.fa-chevron-right {
	font-family: "Font Awesome 6 Free";
	font-size: 0.5rem;
	font-style: normal;
	margin: 0 0.5rem;
}

.l-breadcrumb {
	margin-top: 0.3125rem;
}

.terms .l-breadcrumb {
	margin-top: -0.1875rem;
}

.c-btn {
	display: inline-block;
	height: 3.375rem;
	position: relative;
	width: 12.625rem;
}

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

.c-btn__base {
	background-color: #408f95;
	color: #fff;
	display: inline-block;
	font-family: "Gotu", sans-serif;
	font-size: 0.875rem;
	height: 100%;
	left: 50%;
	line-height: 3.375rem;
	position: absolute;
	text-align: center;
	top: 0;
	transform: translateX(-50%);
	transition: 0.3s ease-in-out;
	width: 100%;
	z-index: 100;
}

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

.c-btn__base span {
	background-image: url(../images/common/arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	height: 0.375rem;
	position: relative;
	right: -0.4375rem;
	top: -0.125rem;
	transition: 0.3s ease-in-out;
	width: 2.5rem;
}

.c-btn:hover .c-btn__base {
	background-color: #fff;
	border: 1px solid #408f95;
	color: #408f95;
}

.c-btn:hover .c-btn__base {
	color: #408f95;
	z-index: 100;
}

.c-btn:hover .c-btn__base span {
	background-image: url(../images/common/arrow--green.svg);
}

.c-btn__shadow {
	background-color: transparent;
	border: 1px solid #408f95;
	height: 3.375rem;
	left: 0;
	position: absolute;
	top: 0;
	transform: translate(4px, 4px);
	width: 12.625rem;
	z-index: 10;
}

.c-btn--white .c-btn__base {
	background-color: #fff;
	color: #408f95;
}

.c-btn--white:hover .c-btn__base {
	background-color: #408f95;
	border: 1px solid #fff;
	color: #fff;
}

.c-btn--white .c-btn__base span {
	background-image: url(../images/common/arrow--green.svg);
}

.c-btn--white:hover .c-btn__base span {
	background-image: url(../images/common/arrow.svg);
}

.c-btn--white .c-btn__shadow {
	border: 1px solid #fff;
}

.c-campaign-card {
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
}

.c-campaign-card--large.c-campaign-card {
	margin: auto;
	max-width: 100%;
}

.c-campaign-card__img {
	aspect-ratio: 280/187;
	overflow: hidden;
}

.c-campaign-card--large .c-campaign-card__img {
	aspect-ratio: 280/187;
	overflow: hidden;
}

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

.c-campaign-card__body {
	padding: 1rem 1rem 1.375rem;
}

.c-campaign-card__cat {
	border: 1px solid #408f95;
	color: #408f95;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.8333333333;
	padding: 0.25rem 0.75rem;
}

.c-campaign-card__title {
	color: #0D2936;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 0.25rem;
}

.c-campaign-card__hr {
	border: 1px solid #408f95;
	margin-top: 0.375rem;
}

.c-campaign-card__message {
	color: #0D2936;
	font-size: 0.875rem;
	line-height: 1.5;
	margin-top: 0.5rem;
	text-align: center;
}

.c-campaign-card__content {
	align-items: baseline;
	display: flex;
	font-family: "Lato", sans-serif;
	justify-content: center;
	margin-top: 0.5rem;
}

.c-campaign-card__price {
	-webkit-text-decoration: line-through;
	color: #C94800;
	font-size: 1.25rem;
	font-weight: 700;
	margin-right: 1.5rem;
	text-decoration: line-through;
	text-decoration-thickness: 3px;
}

.c-campaign-card__price--large {
	margin-right: 2.5rem;
}

.c-campaign-card__price span {
	color: #0D2936;
}

.c-campaign-card__new-price {
	color: #408f95;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
}

.c-campaign-card__footer {
	display: none;
}

.c-campaign-card__text {
	color: #0D2936;
	font-weight: 400;
	line-height: 150%;
	text-align: left;
}

.c-campaign-card--sidebar .c-campaign-card__cat {
	display: none;
}

.c-campaign-card--sidebar .c-campaign-card__title {
	margin-top: 0.0625rem;
	text-align: center;
}

.c-campaign-card--sidebar .c-campaign-card__img {
	aspect-ratio: 280/179;
}

.c-campaign-card--sidebar .c-campaign-card__body {
	padding: 1.1rem 1rem 1.4rem;
}

.c-campaign-card--sidebar .c-campaign-card__cat {
	display: none;
}

.c-campaign-card--sidebar .c-campaign-card__title {
	margin-top: 0.1rem;
	text-align: center;
}

.c-campaign-card--sidebar.c-campaign-card__hr {
	margin-top: 0.3rem;
}

.c-customer-card {
	background: #fff;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25), 2px 2px 10px rgba(0, 0, 0, 0.25);
	display: block;
	height: 100%;
	padding: 0.9375rem 0.9375rem 1.5625rem;
}

.c-customer-card__item {
	grid-column-gap: 1rem;
	-moz-column-gap: 1rem;
	align-items: center;
	align-items: end;
	column-gap: 1rem;
	display: grid;
	grid-template-columns: 1fr 9.4375rem;
}

.c-customer-card__infos {
	border-bottom: 0.0625rem solid #408f95;
}

.c-customer-card__age {
	color: #0D2936;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.5;
}

.c-customer-card__category {
	border: 0.0625rem solid #408f95;
	color: #408f95;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.83333;
	margin-left: auto;
	padding: 0.125rem 0.6875rem;
}

.c-customer-card__title {
	color: #0D2936;
	font-size: 1rem;
	font-weight: 500;
	margin-top: 0.3125rem;
}

.c-customer-card__image {
	aspect-ratio: 151/117;
	margin-left: auto;
}

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

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

.c-fish {
	display: inline-block;
	height: 14.666666vw;
	width: 32vw;
}

.c-fish--reverse {
	transform: scale(-1, 1);
}

.c-fish--reverseLarge {
	display: none;
	transform: scale(-1, 1);
}

.c-fish--reverseLargeOpacity {
	display: none;
	transform: scale(-1, 1);
}

.c-fish span {
	-webkit-mask-image: url("../../assets/images/common/c-fish.svg");
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	background: #408f95;
	display: block;
	height: 100%;
	mask-image: url("../../assets/images/common/c-fish.svg");
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 100%;
}

.c-information-card {
	grid-gap: 0.5rem 3rem;
	background-color: #fff;
	border: 2px solid #408f95;
	display: grid;
	gap: 0.5rem 3rem;
	grid-template-columns: repeat(1, 1fr);
	padding: 1.25rem 1.375rem;
}

.c-information-card__title {
	border-bottom: 1px solid #408f95;
	color: #0D2936;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2;
	padding-bottom: 0.25rem;
}

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

.c-information__card__image {
	aspect-ratio: 297/189;
}

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

.c-mv {
	height: 100vh;
	position: relative;
	width: 100vw;
}

.c-mv__title {
	color: #fff;
	left: 51.5%;
	position: absolute;
	text-align: center;
	top: 55.5%;
	transform: translate(-50%, -50%);
	width: 66.133333%;
	z-index: 2;
}

.c-mv__title--main {
	font-family: "Lato", sans-serif;
	font-size: 2.5rem;
	font-weight: 400;
	letter-spacing: 0.54em;
	line-height: 1.2;
}

.c-mv__title--sub {
	font-family: "Gotu", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.66;
}

.swiper-container {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.swiper-container .swiper-wrapper {
	height: 100%;
}

.swiper-container .swiper-slide {
	height: 100%;
	width: 100%;
}

.swiper-container .slide-img {
	height: 100%;
	width: 100%;
}

.swiper-container .main_img {
	display: block;
	height: 100%;
	width: 100%;
}

.swiper-container .swiper-slide .main_img img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-mv--lower {
	position: relative;
	width: 100vw;
}

.c-mv--lower__title {
	display: none;
}

.c-mv--lower__inner {
	height: 100%;
	width: 100%;
}

.c-mv--lower__inner img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.c-pagination-single {
	display: flex;
	gap: 5.125rem;
	justify-content: center;
}

.c-pagination-single__item {
	background-color: #fff;
	border: 1px solid #408f95;
	color: #408f95;
	font-family: "Lato", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.1875;
}

.c-pagination-single__item a,
.c-pagination-single__item span {
	display: block;
	padding: 0.5625rem 0.875rem 0.625rem;
	transition: 0.3s;
}

.c-pagination-single__item.current {
	background-color: #408f95;
	color: #fff;
}

i.fa-sharp.fa-light.fa-chevron-left,
i.fa-sharp.fa-light.fa-chevron-right {
	font-family: "Font Awesome 6 Free";
	font-style: normal;
}

.c-pagination-single__item--prev:hover a,
.c-pagination-single__item--next:hover a {
	background-color: #408f95;
	color: #fff;
}

.c-pagination {
	display: flex;
	gap: 0.75rem;
	justify-content: center;
}

.c-pagination__item {
	background-color: #fff;
	border: 1px solid #408f95;
	color: #408f95;
	font-family: "Lato", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.1875;
}

.c-pagination__item a,
.c-pagination__item span {
	display: block;
	padding: 0.5625rem 0.875rem 0.625rem;
}

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

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

.c-pagination__item.current {
	background-color: #408f95;
	color: #fff;
}

i.fa-sharp.fa-light.fa-chevron-left,
i.fa-sharp.fa-light.fa-chevron-right {
	font-family: "Font Awesome 6 Free";
	font-style: normal;
}

.c-pagination__item--pc {
	display: none;
}

.c-privacy-policy {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	margin-left: auto;
	margin-right: auto;
	max-width: 50rem;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

.c-privacy-policy .c-fish {
	height: 3.4375rem;
	left: 0.75rem;
	position: absolute;
	top: -1.625rem;
	width: 7.5rem;
}

.c-privacy-policy__title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.44791667;
}

.c-privacy-policy__contents {
	font-size: 1rem;
	line-height: 2;
	margin-top: 2.5rem;
}

.c-privacy-policy ul {
	font-size: 1rem;
	list-style: disc;
	list-style-position: inside;
}

.c-privacy-policy ol {
	font-size: 1rem;
	list-style: decimal;
	padding-left: 1.5em;
}

.c-privacy-policy__contents ul li,
.c-privacy-policy__contents ol li {
	font-size: 1rem;
	line-height: 2;
}

.c-service {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	margin-left: auto;
	margin-right: auto;
	max-width: 50rem;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

.c-service .c-fish {
	height: 3.4375rem;
	left: 0.75rem;
	position: absolute;
	top: -1.625rem;
	width: 7.5rem;
}

.c-service__title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.44791667;
}

.c-service__contents {
	line-height: 2;
	margin-top: 2.5rem;
}

.c-service ol {
	list-style: decimal;
	padding-left: 1.4em;
}

.c-sidebar-card {
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
}

.c-sidebar-card:nth-child(n+2) {
	margin-top: 1.75rem;
}

.c-sidebar-card__content {
	grid-gap: 1rem;
	display: grid;
	gap: 1rem;
	grid-template-columns: 7.5625rem minmax(0, 1fr);
	padding: 0.75rem;
}

.c-sidebar-card__img {
	aspect-ratio: 121/90;
	display: inline-block;
	overflow: hidden;
	width: 7.5625rem;
}

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

.c-sidebar-card__info {
	color: #0D2936;
	font-size: 0.8125rem;
}

.c-sidebar-card__date {
	font-family: "Gotu", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.5;
}

.c-sidebar-card__title {
	margin-top: 0.25rem;
}

.c-sidebar-title {
	align-items: center;
	border-left: 8px solid #408f95;
	display: flex;
	height: 3.125rem;
	padding-left: 1rem;
}

.c-sidebar-title__img {
	display: inline;
	height: 100%;
	width: 2.4375rem;
	width: auto;
}

.c-sidebar-title__text {
	color: #0D2936;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.45833333;
	margin-left: 0.5rem;
}

.c-single-content-item__img {
	aspect-ratio: 345/231;
	display: inline-block;
	overflow: hidden;
}

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

.c-single-content-item__text {
	color: #000;
	line-height: 1.5;
	margin-top: 1.5rem;
}

.c-tab1 {
	background-color: #fff;
}

.c-tab1Button {
	border: 1px solid #408f95;
	color: #408f95;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5714;
	padding: 0.375rem 0;
	text-align: center;
	text-transform: uppercase;
	transition: 0.3s background-color, 0.3s color;
	width: 100%;
}

.c-tab1Button:hover {
	background-color: #408f95;
	color: #fff;
	opacity: 1;
}

.c-tab1.is-active {
	background-color: #408f95;
	color: #fff;
	opacity: 1;
}

.c-tab1.is-active .c-tab1Button {
	color: white;
}

.c-tab2 {
	background-color: #DDF0F1;
	color: #408f95;
	cursor: pointer;
	display: inline-block;
	padding: 0.375rem 0;
	text-align: center;
	text-align: center;
	transition: background-color 0.3s, color 0.3s;
	width: 100%;
}

.c-tab2:hover {
	background-color: #408f95;
	color: #DDF0F1;
}

.c-tab2:hover .c-tab2__icon {
	background-color: #fff;
}

.c-tab2.is-active {
	background-color: #408f95;
	color: #DDF0F1;
}

.c-tab2.is-active .c-tab2__icon {
	background-color: #fff;
}

.c-tab2__icon {
	background-color: #408f95;
	display: inline-block;
	display: none;
	height: 4rem;
	transition: background-color 0.3s;
	width: 4rem;
}

.c-tab2__icon--whale,
.c-tab2__icon--shark,
.c-tab2__icon--fish {
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
}

.c-tab2__icon--whale {
	-webkit-mask-image: url(../../assets/images/common/whale_icon.svg);
	mask-image: url(../../assets/images/common/whale_icon.svg);
}

.c-tab2__icon--shark {
	-webkit-mask-image: url(../../assets/images/common/shark_icon.svg);
	mask-image: url(../../assets/images/common/shark_icon.svg);
}

.c-tab2__icon--fish {
	-webkit-mask-image: url(../../assets/images/common/fish_icon.svg);
	mask-image: url(../../assets/images/common/fish_icon.svg);
}

.c-test {
	color: red;
	font-size: 1.25rem;
}

.thanks-page-contents {
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

.thanks-page-contents .c-fish {
	height: 3.4375rem;
	left: 1.5rem;
	position: absolute;
	top: -1.25rem;
	width: 7.5rem;
}

.thanks-page-contents__text {
	text-align: center;
}

.thanks-page-contents__text p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.448125;
}

.thanks-page-contents__sub-text {
	margin-top: 2.3125rem;
}

.l-thanks-page-contents {
	margin-bottom: 4rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.125rem;
	max-width: 67.5rem;
	padding-bottom: 4rem;
	position: relative;
}

.l-thanks-page__number {
	bottom: -8rem;
	position: absolute;
	right: 1.5625rem;
	width: 3rem;
}

.l-thanks-page__number img {
	height: auto;
	width: 100%;
}

.c-title {
	font-family: "Gotu", sans-serif;
	font-weight: 400;
	line-height: 1;
	text-align: center;
}

.c-title__main {
	color: #0D2936;
	font-size: 2rem;
}

.c-title__main::first-letter {
	text-transform: capitalize;
}

.c-title__main::first-letter {
	color: #408f95;
}

.c-title--accent .c-title__main::first-letter {
	color: #408f95;
}

.c-title--accent .c-title__main {
	color: #0D2936;
}

.c-title__sub {
	color: #408f95;
	font-size: 0.75rem;
	margin-top: 0.5rem;
}

.c-title--large .c-title__main {
	font-size: 5rem;
	font-weight: 400;
	margin-left: -0.5rem;
}

.c-title--large .c-title__sub {
	margin-bottom: 0.25rem;
	margin-top: 0;
}

.c-to-top {
	background-image: url(../images/common/top-btn.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	height: 3rem;
	width: 3rem;
}

body {
	position: relative;
}

.wp-pagenavi a,
.wp-pagenavi span {
	-moz-border-radius: 0.1875rem;
	-webkit-border-radius: 0.1875rem;
	background-color: #fff;
	border: 0.0625rem solid green;
	border-radius: 3.125rem;
	color: green;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8125;
	margin: 0 0.375rem;
	padding: 0.5rem 0.9375rem;
	transition: 0.2s ease-in-out;
	white-space: nowrap;
}

.wp-pagenavi a:hover {
	background-color: green;
	border-color: green;
	color: #fff;
}

.wp-pagenavi span.current {
	background-color: green;
	border-color: green;
	color: #fff;
	font-weight: bold;
}

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

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

body.page404 {
	background-color: #408f95;
}

.l-breadcrumb--404 {
	padding-top: 5rem;
}

.page404 .c-breadcrumb {
	color: #fff;
}

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

.l-blog {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.05rem;
	max-width: 75.3125rem;
	padding: 0 1.375rem 0;
}

.l-blog .p-blog {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.l-blog .a.c-blog-card {
	max-width: 100%;
}

.blog-page .p-sidebar__campaignCard {
	margin-left: 1rem;
}

.blog-page .p-sidebar__archiveLists {
	margin-left: 1rem;
}

.l-breadcrumb.l-inner {
	margin-top: 0.4525rem;
	padding-left: 0.9375rem;
}

.l-campaign {
	margin-top: 2.75rem;
}

.l-contact-lower {
	margin-top: 6.625rem;
}

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

.l-footer-thanks {
	margin-top: 4.875rem;
}

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

.l-gallery {
	margin-top: 2.1875rem;
}

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

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 33.75rem;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

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

.l-pagination-single {
	margin-top: 2.5rem;
}

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

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

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

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

.l-single {
	margin-top: 3.25rem;
	padding: 0 0.9375rem;
}

.l-single .p-single-content {
	max-width: 100%;
	width: 43.75rem;
}

.l-single .p-sidebar {
	margin-top: 5rem;
	max-width: 100%;
	width: 18.375rem;
}

.l-single .c-sidebar-title,
.l-single .c-sidebar-card {
	margin-left: 0;
}

.l-sitemap {
	height: inherit;
	margin: 0 auto;
	margin-top: 2.5rem;
	max-width: 33.75rem;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.l-top-lower {
	margin-top: 3.25rem;
}

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

#graydisplay {
	background: rgba(0, 0, 0, 0.8);
	display: none;
	height: 100%;
	left: 0;
	max-width: 100%;
	position: fixed;
	top: 0;
	width: 100%;
}

#graydisplay img {
	bottom: 0;
	height: 75%;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
}

.swiper-controller {
	display: none;
}

.swiper-controller > .swiper-button-prev,
.swiper-controller > .swiper-button-next {
	height: 5rem;
	width: 5rem;
}

.swiper-controller > .swiper-button-next {
	transform: translateX(-3.75rem);
}

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

.swiper-button-prev::after,
.swiper-button-next::after {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 5rem;
	margin: auto;
	width: 5rem;
}

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

.swiper-button-next::after {
	background-image: url(../images/common/circle-arrow--left.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

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

.swiper-button-prev::after {
	background-image: url(../images/common/circle-arrow--right.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* 画像サイズ調整 */

.swiper-slide img {
	height: auto;
	width: 100%;
}

.swiper-controller > .swiper-button-prev.swiper-button-disabled,
.swiper-controller > .swiper-button-next.swiper-button-disabled {
	opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
	--swiper-navigation-color: transparent;
}

.p-404 {
	background: #408f95 url(../images/common/404-bg.png) no-repeat center 90%/contain;
	padding: 3.125rem 0 2.3125rem;
	text-align: center;
}

.p-404__title {
	color: #fff;
	font-family: "Lato", sens-serif;
	font-size: 5rem;
	font-weight: 400;
	letter-spacing: 0.5em;
	line-height: 1.2;
	text-indent: 0.5em;
}

.p-404-text {
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.p-404-button {
	margin-top: 2.5rem;
}

.p-about-lower__inner {
	position: relative;
}

.p-about-lower__fish-bg {
	display: inline-block;
	left: 0.9375rem;
	position: absolute;
	top: -2.5rem;
	z-index: 1;
}

.p-about-lower__body {
	margin-top: 0;
	position: relative;
}

.p-about-lower__background {
	position: relative;
}

.p-about-lower__bodyWrapper {
	margin-top: 1.875rem;
}

.p-about-lower__mainTitle {
	color: #fff;
	content: "";
	font-family: "Gotu", sans-serif;
	font-size: 2.5rem;
	font-weight: 400;
	left: 1.5rem;
	line-height: 1;
	position: absolute;
	top: 0.9375rem;
	white-space: nowrap;
}

.p-about-lower__info {
	margin-top: 1rem;
}

.p-about-lower__text {
	color: #0D2936;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

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

.p-about__inner {
	height: inherit;
	margin: 0 auto;
	max-width: 33.75rem;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 100%;
}

.p-about__inner::after {
	background: url(../../../assets/images/common/sea-anemone.png) no-repeat center center/contain;
	bottom: -5.625rem;
	content: "";
	display: none;
	height: 12.569vw;
	max-height: 11.5rem;
	max-width: 12.125rem;
	position: absolute;
	right: 0;
	width: 13.472vw;
	width: 100%;
}

.p-about__body {
	margin-top: 2rem;
	position: relative;
}

.p-about__background {
	position: relative;
}

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

.p-about__mainTitle {
	color: #408f95;
	font-family: "Gotu", sans-serif;
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 1;
	white-space: nowrap;
}

.p-about__info {
	margin-top: 1rem;
}

.p-about__text {
	color: #0D2936;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

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

.p-accordion {
	margin-top: 0;
}

.p-accordion__inner {
	position: relative;
}

.p-accordion__fish {
	display: block;
	left: 1.25rem;
	position: absolute;
	top: -1.5625rem;
}

.p-accordion__fish > .c-fish svg {
	width: 18.8125rem;
}

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

.p-blog {
	max-width: 44.125rem;
	position: relative;
}

.p-blog-list {
	display: flex;
	flex-wrap: wrap;
	gap: 2.5rem;
	position: relative;
	z-index: 1;
}

.p-blog-list .p-blog-list__item {
	width: 100%;
}

.p-blog-list .p-blog-card {
	max-width: none;
}

.p-blog__fish {
	left: -21px;
	position: absolute;
	top: -25px;
	z-index: 2;
}

.p-campaign-cards__items {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
}

.p-campaign-cards__switch {
	display: none;
}

.p-campaign-cards__switch.is-active {
	display: block;
}

.p-campaign-lower__inner {
	position: relative;
}

.p-campaign-lower__fish {
	display: none;
}

.p-campaign-lower__content {
	margin-top: 2.375rem;
	padding-left: 2.0625rem;
	padding-right: 2rem;
}

.p-campaign-section {
	position: relative;
}

.p-campaign-section__inner {
	margin: auto;
	max-width: 100%;
	width: 90rem;
}

.p-campaign-section__content {
	margin-top: 2.125rem;
	overflow: hidden;
	padding-bottom: 2rem;
	padding-left: 0.9375rem;
}

.p-campaign-section__content > .swiper {
	overflow: visible;
}

.p-campaign-swiper__wrapper > .swiper-slide {
	display: inline-block;
	width: 17.5rem;
}

.p-campaign-section__btn {
	text-align: center;
}

.p-contact-lower__inner {
	position: relative;
}

.p-contact-lower__fish {
	display: inline-block;
	left: 0.9375rem;
	position: absolute;
	top: -2.5rem;
	z-index: -1;
}

.p-contact-lower__head {
	color: #C94800;
	display: none;
	font-size: 0.875rem;
	margin-bottom: 2.375rem;
	text-align: center;
}

.p-contact-lower__head.is-error {
	display: block;
}

.p-contact-lower__headText {
	display: inline-block;
	padding-left: 1rem;
	text-align: left;
	text-indent: -1rem;
}

.p-contact__form {
	margin: 0 auto;
	max-width: 43.75rem;
	width: 100%;
}

.p-contact__form-items {
	grid-row-gap: 1.375rem;
	display: grid;
	row-gap: 1.375rem;
}

.p-contact__form-item {
	border-bottom: 1px dotted #408f95;
	padding-bottom: 1.375rem;
}

.p-contact__form-dl {
	grid-row-gap: 1.0625rem;
	display: grid;
	row-gap: 1.0625rem;
}

.p-contact__form-label {
	width: 13.75rem;
}

.p-contact__form-label span {
	background-color: #C94800;
	color: #fff;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.4em;
	margin-left: 0.5rem;
	max-width: 3.75rem;
	padding: 0.1875rem 0;
	text-align: center;
	width: 100%;
}

.p-contact__form-text {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4375;
}

.p-contact__form-input,
.p-contact__form-select {
	background-color: #fff;
	border: 1px solid #408f95;
	width: 100%;
}

.p-contact__form-input.is-error {
	background-color: rgba(255, 0, 0, 0.2);
	border: 1px solid #C94800;
}

.p-contact__form-input.is-error .p-contact__form-inputText::-moz-placeholder {
	color: #fff;
}

.p-contact__form-input.is-error .p-contact__form-inputText::placeholder {
	color: #fff;
}

.p-contact__form-inputText {
	padding: 0.4375rem 1rem;
	width: 100%;
}

.p-contact__form-checkItems {
	grid-row-gap: 0.875rem;
	display: grid;
	row-gap: 0.875rem;
}

.p-contact__form-checkItem {
	line-height: 1;
	position: relative;
}

.p-contact__form-checkItem label {
	display: inline-block;
	padding-left: 1.125rem;
}

input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: none;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	outline: none;
	padding: 0;
	vertical-align: middle;
}

input[type=checkbox]::before,
input[type=checkbox]::after {
	content: "";
	display: block;
	position: absolute;
}

input[type=checkbox]::before {
	background-color: #fff;
	border: 1px solid #408f95;
	border-radius: 0%;
	height: 0.875rem;
	left: 0rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.875rem;
}

input[type=checkbox]::after {
	border-bottom: 2px solid #C94800;
	border-left: 2px solid #C94800;
	height: 0.375rem;
	left: 0.125rem;
	opacity: 0;
	top: 0.1875rem;
	transform: rotate(-45deg);
	transition: all 0.3s;
	width: 0.6875rem;
}

input[type=checkbox]:checked::after {
	opacity: 1;
}

.p-contact__form-select {
	position: relative;
}

.p-contact__form-select option {
	padding: 0.5rem 1rem;
}

.p-contact__form-select::after {
	background: url(../../assets/images/common/polygon.png) no-repeat center center/contain;
	content: "";
	height: 0.75rem;
	position: absolute;
	right: 0.5rem;
	top: 0.5625rem;
	width: 0.75rem;
}

.p-privacyPolicy {
	align-items: center;
	display: inline-flex;
	font-size: 0.875rem;
	margin: 0 2rem;
	position: relative;
	text-align: left;
}

.p-privacyPolicy input[type=checkbox]::before {
	height: 1.25rem;
	top: 0.6875rem;
	width: 1.25rem;
}

.p-privacyPolicy input[type=checkbox]::after {
	left: 0.3125rem;
	top: 0.4375rem;
}

.p-privacyPolicy label {
	display: inline-block;
	padding-left: 1.75rem;
}

.p-contact__form-textarea {
	min-height: 12.5rem;
	padding: 0.5rem 1rem;
	resize: none;
	width: 100%;
}

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

.contact-page__button {
	margin-top: 1.375rem;
}

.p-contact__form-input.error input,
.p-contact__form-input.error textarea {
	border: 2px solid #C94800;
}

.p-contact__inner {
	height: inherit;
	margin: 0 auto;
	max-width: 33.75rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	position: relative;
	width: 100%;
}

.p-contact__box {
	-moz-column-gap: 5rem;
	column-gap: 5rem;
	margin: 0 auto;
	max-width: 67.5rem;
	row-gap: 2.5rem;
	width: 100%;
}

.p-contact__boxTitle {
	border-bottom: 1px solid #408f95;
	display: block;
	padding-bottom: 0.4375rem;
}

.p-contact__boxTitle img {
	margin: 0 auto;
	max-width: 10.875rem;
}

.p-contact__boxInfoNav {
	margin-top: 1rem;
}

.p-contact__boxInfoItems {
	display: flex;
	flex-direction: column;
	row-gap: 0.25rem;
	text-align: center;
}

.p-contact__boxMap {
	aspect-ratio: 295/160;
	margin-top: 1rem;
}

.p-contact__boxMap iframe {
	height: 100%;
	width: 100%;
}

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

.p-contact__boxText {
	color: #408f95;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.2857;
	margin-top: 0.5rem;
}

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

.p-contact-fish {
	content: "";
	position: absolute;
	right: 0.75rem;
	top: -1.875rem;
}

.p-customer__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(1, 1fr);
	margin-top: 2.375rem;
	row-gap: 2.5rem;
}

.p-drawer-menu {
	background-color: #408f95;
	color: #fff;
	height: 100vh;
	line-height: 1;
	overflow-y: scroll;
	width: 100%;
}

.p-drawer-menu__inner.l-inner {
	padding: 0 0.9375rem;
}

.p-drawer-menu__contents {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding-bottom: 7.4375rem;
	padding-top: 6.5rem;
	width: 28.125rem;
}

.p-drawer-menu__content {
	width: 48.115942029%;
}

.p-drawer-menu__content:nth-child(2) {
	margin-left: 0.4375rem;
}

.p-drawer-menu__items {
	padding-left: 1.375rem;
}

.p-drawer-menu__items .p-drawer-menu__item:nth-child(1) {
	margin-top: 0;
}

.p-drawer-menu__items:nth-child(n+2) {
	margin-top: 2.5625rem;
}

.p-drawer-menu__item {
	line-height: 1.1;
	margin-top: 1.5rem;
}

.p-drawer-menu__item:nth-child(1) {
	font-weight: 700;
	position: relative;
}

.p-drawer-menu__item:nth-child(1)::before {
	background-image: url(../images/common/starfish.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.125rem;
	left: -1.375rem;
	position: absolute;
	width: 1.125rem;
}

.p-drawer-menu__item-link {
	display: block;
	width: 100%;
}

.p-footer {
	background-color: #408f95;
	padding: 3rem 0 3.5rem;
}

.p-footer__items {
	grid-column-gap: 1rem;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: space-between;
}

.p-footer__logo {
	cursor: pointer;
	max-width: 7.5rem;
	width: 100%;
}

.p-footer__sns {
	display: flex;
	margin-top: 1rem;
}

.p-footer__sns a {
	max-width: 1.625rem;
	width: 100%;
}

.p-footer__sns a:not(:first-child) {
	margin-left: 1rem;
}

.footer__body {
	margin-top: 1.875rem;
}

.p-footer__copy {
	color: #fff;
	font-size: 0.9375rem;
	line-height: 1.5;
	margin-top: 2.125rem;
	text-align: center;
}

.p-gallery__inner {
	position: relative;
}

.p-gallery__fish {
	display: none;
}

.p-gallery__contents {
	margin-top: 2.8125rem;
}

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

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

.p-gallery__card {
	aspect-ratio: 345/219;
	overflow: hidden;
}

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

.p-gallery__cardLarge {
	aspect-ratio: 345/523;
	overflow: hidden;
}

.p-gallery__cardLarge {
	margin-top: 0.5rem;
}

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

.p-gallery__cards {
	margin-top: 0.5rem;
}

.p-gallery__cards:nth-child(2n+1) {
	margin-top: 0.5rem;
}

.p-gallery__image {
	-o-object-fit: contain;
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
}

.p-header {
	background-color: rgba(13, 41, 54, 0.68);
	left: 0;
	padding: 1.2125rem 2.777778%;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}

.p-header__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0;
	width: 100%;
}

.p-header__left {
	margin-left: 0.3125rem;
	width: 6.375rem;
	z-index: 9999;
}

.p-header-left__img {
	width: 100%;
}

.p-header-right--pc__items {
	display: none;
}

.p-header-right--pc__item {
	margin-left: 3.884005%;
}

.p-header-right--pc__item-link {
	display: block;
	font-family: "Gotu", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: center;
}

.p-header-right--pc__item:first-child {
	margin-left: 0;
}

.p-header-right--pc__item span {
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.25rem;
}

.hamburger {
	margin-top: 0.4375rem;
	padding: 0;
	padding-bottom: 0.5625rem;
	position: relative;
	z-index: 9999;
}

.hamburger span {
	background-color: #fff;
	display: block;
	height: 0.0625rem;
	position: relative;
	transition: ease 0.3s;
	width: 2rem;
}

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

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

.hamburger span:nth-child(2) {
	margin: 0.6875rem 0;
}

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

.hamburger.is-open span:nth-child(1) {
	top: 1rem;
	transform: rotate(28deg);
}

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

.hamburger.is-open span:nth-child(3) {
	top: -0.495rem;
	transform: rotate(-28deg);
}

.p-drawer-menu {
	display: none;
	height: 100vh;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.p-drawer-menu.is-open {
	display: block;
}

.blog {
	height: auto;
}

.p-blog__inner.l-inner {
	padding-left: 1.3125rem;
	padding-right: 1.3125rem;
	position: relative;
}

.p-blog__contents {
	margin-top: 5.3125rem;
}

.p-blog__contents .c-title__main {
	color: #000;
}

.p-blog__contents .c-title__sub {
	color: #408f95;
}

.blog__cards {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	justify-content: center;
	margin-right: auto;
	margin-top: 2.125rem;
}

.blog__cards .c-blog-card {
	width: 100%;
}

.blog__bg-fish {
	display: none;
}

.blog__link-all {
	margin-top: 2.5625rem;
	text-align: center;
}

#p-index-information {
	background-color: #DDF0F1;
	padding: 5.25rem 15px 4.875rem;
}

.p-index-information__body {
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.125rem;
	max-width: 67.5rem;
}

.p-index-information__item {
	flex: 1;
}

.p-index-information__contents {
	margin-top: 1.5rem;
}

.p-index-information__contents-title {
	border-bottom: 1px solid #408f95;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.2;
	padding-bottom: 0.25rem;
}

.p-index-information__contents-text {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.4375rem;
}

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

.p-index-voice__inner {
	position: relative;
}

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

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

.voice__bg-top {
	content: "";
	left: 1.25rem;
	position: absolute;
	top: -5rem;
}

.voice__bg-bottom {
	content: "";
	display: none;
	position: absolute;
}

.p-voice__title {
	margin-top: -0.5rem;
}

.p-information__inner {
	position: relative;
}

.p-information__fish-bg {
	display: inline-block;
	left: 1rem;
	position: absolute;
	top: -5.9375rem;
	z-index: -1;
}

.p-tab2__items {
	grid-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-items: center;
}

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

.p-information__cards {
	margin-top: 1rem;
}

.p-information__card {
	display: none;
}

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

._l-price-table-list {
	margin-top: 3.1875rem;
	position: relative;
}

._l-price-table-list .c-fish {
	height: 18.3333vw;
	left: 1rem;
	position: absolute;
	top: -2rem;
	width: 41.0666vw;
}

.l-price-table {
	background-color: #fff;
	margin-top: 2.5rem;
}

.p-price-table__main {
	border: 1px solid #408f95;
	border-collapse: collapse;
	border-spacing: 0;
}

.p-price-table__main td {
	border: 1px solid #408f95;
}

.p-price-table {
	align-items: stretch;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 2;
}

.p-price-table__title {
	align-items: center;
	background-color: #408f95;
	color: #fff;
	display: flex;
	flex-direction: row;
	font-size: 1rem;
	font-weight: 700;
	gap: 1%;
	justify-content: center;
	line-height: 1.5;
	padding: 0.22rem 0;
	text-align: center;
	width: 100%;
}

.p-price-table__main {
	border: 1px solid #408f95;
	width: 100%;
}

.p-price-table__row {
	align-items: center;
	display: flex;
	height: 3.75rem;
	text-align: center;
}

.p-price-table__row.p-price-table__row--th {
	height: auto;
}

.p-price-table__row > td {
	align-items: center;
	display: grid;
	height: 100%;
	vertical-align: top;
}

.p-price-table__title img {
	filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
	height: 2rem;
	width: auto;
}

.p-price-table__cource {
	text-align: center;
	vertical-align: middle;
	width: 74.564162%;
}

.p-price-table__price {
	padding-right: 4%;
	text-align: right;
	width: 32.635838%;
}

.p-price {
	background-color: #DDF0F1;
	padding: 5.25rem 0;
}

.p-price__contents {
	margin-top: 2.0625rem;
}

.p-price__img {
	aspect-ratio: 345/227;
	display: inline-block;
	overflow: hidden;
}

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

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

.p-price__item {
	color: #0D2936;
	line-height: 1.5;
}

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

.p-price__itemTitle {
	color: #0D2936;
	font-weight: 700;
	line-height: 1.5;
}

.p-price__hr {
	color: #0D2936;
	margin-top: 0.25rem;
}

.p-price__itemBox {
	display: flex;
	font-size: 0.875rem;
	justify-content: space-between;
}

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

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

.p-price__listCost {
	text-align: right;
}

.p-price__footer {
	position: relative;
}

.p-price__btn {
	margin-top: 2.5625rem;
	text-align: center;
}

.p-price__fish {
	content: "";
	left: calc(50% - 38.5625rem);
	position: absolute;
	top: -4.6875rem;
}

.p-price__fish .c-fish--rightLarge svg {
	max-width: 100%;
	width: 27.3125rem;
}

.p-sidebar {
	margin: auto;
	margin-top: 5rem;
	max-width: 100%;
	width: 18.375rem;
}

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

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

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

.p-sidebar__img {
	aspect-ratio: 294/218;
	display: inline-block;
	overflow: hidden;
}

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

.p-sidebar__body {
	color: #0D2936;
	margin-top: 0.2875rem;
	margin-top: 0.9375rem;
}

.p-sidebar__sub-title {
	font-size: 0.75rem;
	font-weight: 400;
}

.p-sidebar__title {
	font-size: 1.5rem;
	font-weight: 500;
	margin-top: 0.5rem;
}

.p-sidebar__title.p-sidebar__title--archive {
	margin-top: -0.3125rem;
}

.p-sidebar__btn {
	margin-right: 0.4375rem;
	margin-top: 2.5875rem;
	text-align: center;
}

.p-sidebar__campaignCards {
	margin-top: 1.4375rem;
}

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

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

.p-sidebar__archiveList {
	color: #408f95;
	font-size: 1.5rem;
	font-weight: 400;
	padding-left: 1.9375rem;
}

.p-sidebar__archiveItem {
	position: relative;
}

.p-sidebar__archiveItem::before {
	background-image: url(../images/common/triangle-right.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.375rem;
	left: -1.625rem;
	position: absolute;
	top: 48%;
	transform: translateY(-45%);
	width: 1.375rem;
}

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

.p-sidebar__lv2archiveLists {
	margin-top: 0.1875rem;
	padding-left: 1.5rem;
}

.p-sidebar__lv2archiveList {
	position: relative;
}

.p-sidebar__lv2archiveList::before {
	background-image: url(../images/common/triangle-right.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.375rem;
	left: -1.625rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.375rem;
}

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

.blog-page .p-contact__infoImage {
	margin-top: 1.4rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.blog-page .c-fish {
	height: 12.3333vw;
}

.blog-page .l-footer {
	margin-top: 6.25rem;
}

.p-single-content__inner {
	position: relative;
}

.p-single-content__fish {
	position: absolute;
	top: -1.5rem;
	z-index: -1;
}

.p-single-content__header {
	color: #0D2936;
}

.p-single-content__date {
	font-family: "Gotu", sans-serif;
	font-size: 0.875rem;
	line-height: 1.2857142857;
}

.p-single-content__title {
	border-bottom: 1px solid #408f95;
	color: #000;
	font-size: 1.5rem;
	font-weight: 500;
	margin-top: 0.4375rem;
	padding-bottom: 0.125rem;
}

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

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

.p-single-content__item {
	line-height: 1.5;
	margin-top: 0.25rem;
	padding-left: 1.6875rem;
	position: relative;
}

.p-single-content__item::before {
	background-image: url(../images/common/starfish--green.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.125rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.125rem;
}

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

.p-sitemap--white {
	color: #fff;
}

.p-sitemap--white .p-sitemap__itemTitle::before {
	background: url(../../assets/images/common/starfish.png) no-repeat center center/contain;
}

.p-sitemap--black {
	color: #000;
}

.p-sitemap--black .p-sitemap__itemTitle::before {
	background: url(../../assets/images/common/starfish-black.png) no-repeat center center/contain;
}

.p-sitemap__body {
	grid-column-gap: 0.9375rem;
	-moz-column-gap: 0.9375rem;
	grid-row-gap: 1.875rem;
	column-gap: 0.9375rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-items: center;
	row-gap: 1.875rem;
}

.p-sitemap__items {
	grid-row-gap: 1.875rem;
	display: grid;
	max-width: 12.5rem;
	row-gap: 1.875rem;
	width: 100%;
}

.p-sitemap__item {
	grid-row-gap: 0.9375rem;
	display: grid;
	row-gap: 0.9375rem;
}

.p-sitemap__itemTitle {
	padding-left: 1.375rem;
	position: relative;
}

.p-sitemap__itemTitle::before {
	content: "";
	height: 1.125rem;
	left: 0;
	position: absolute;
	top: 0.25rem;
	width: 1.125rem;
}

.p-sitemap__itemTitle-link {
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.125;
	padding: 0.3125rem 0;
	width: 100%;
}

.p-sitemap__lv2Items {
	grid-row-gap: 0.875rem;
	display: grid;
	padding-left: 1.375rem;
	row-gap: 0.875rem;
}

.p-sitemap__lv2ItemLink {
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: -0.05em;
	line-height: 1.125;
	padding: 0.3125rem 0;
	width: 100%;
}

.p-tab1__items {
	grid-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	grid-row-gap: 0.875rem;
	column-gap: 1.25rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 0.875rem;
}

.p-tab2__items {
	grid-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-items: center;
}

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

.p-test {
	color: red;
	font-size: 1.25rem;
}

.p-to-top {
	bottom: 1rem;
	cursor: pointer;
	position: fixed;
	right: 0.9375rem;
}

.p-voice__inner {
	position: relative;
}

.p-voice__fish-bg {
	display: inline-block;
	left: 1rem;
	position: absolute;
	top: -1.5rem;
	z-index: -1;
}

.p-voice-body__switch {
	display: none;
}

.p-voice-body__switch.is-active {
	display: block;
}

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

.p-sitemap__body {
	-moz-column-gap: 0.625rem;
	column-gap: 0.625rem;
	grid-template-columns: repeat(4, 1fr);
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4814814815vw;
}

a[href^="tel:"] {
	pointer-events: none;
}

a:hover {
	opacity: 0.8;
}

.c-accordion__summary {
	font-size: 1.25rem;
	padding: 1.5625rem 2.5rem;
}

.c-accordion__wrapper {
	border: 1px solid #408f95;
	margin-top: 1rem;
	padding: 2.5rem;
}

details summary::before {
	right: 2.5rem;
	width: 2rem;
}

details summary::after {
	right: 2.5rem;
	width: 2rem;
}

a.c-blog-card {
	max-width: 20.8125rem;
}

.c-blog-card__img {
	padding: 1rem 1rem 0.0625rem;
}

.c-blog-card__body {
	padding: 1.0625rem 1rem 1.5rem;
}

.terms .l-breadcrumb {
	margin-top: 0.375rem;
}

.c-campaign-card--large.c-campaign-card {
	max-width: 100%;
}

.c-campaign-card__img {
	aspect-ratio: 333/223;
	overflow: hidden;
}

.c-campaign-card--large .c-campaign-card__img {
	aspect-ratio: 520/347;
	overflow: hidden;
}

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

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

.c-campaign-card__cat {
	padding: 0.3125rem 0.9375rem;
}

.c-campaign-card--large .c-campaign-card__title {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1;
}

.c-campaign-card--large .c-campaign-card__title {
	margin-top: 0.5625rem;
}

.c-campaign-card--large .c-campaign-card__hr {
	margin-top: 0.5625rem;
}

.c-campaign-card__hr {
	margin-top: 0.5rem;
}

.c-campaign-card__message {
	font-size: 1rem;
	letter-spacing: -0.1em;
	margin-top: 0.375rem;
	margin-top: 1rem;
}

.c-campaign-card--large .c-campaign-card__message {
	margin-top: 1.5625rem;
}

.c-campaign-card__message--large {
	margin-top: 1rem;
}

.c-campaign-card__content {
	margin-top: 0.3125rem;
}

.c-campaign-card__price {
	font-size: 1.5rem;
}

.c-campaign-card--large .c-campaign-card__price {
	margin-right: 2.5rem;
}

.c-campaign-card__new-price {
	font-size: 2.5rem;
	max-width: 100%;
	width: 9.3125rem;
}

.c-campaign-card__footer {
	display: block;
	margin-top: 1.25rem;
	text-align: center;
}

.c-campaign-card__period {
	color: #408f95;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	line-height: 1.125;
	margin-top: 2rem;
}

.c-campaign-card__reservation {
	color: #408f95;
	font-weight: 400;
	letter-spacing: 0.13em;
	line-height: 1.2857142857;
	margin-top: 0.4375rem;
}

.c-campaign-card__btn {
	margin-top: 1rem;
}

.c-campaign-card--sidebar .c-campaign-card__body {
	padding-left: 1.4375rem;
	padding-right: 1.4375rem;
	padding-top: 0.9375rem;
}

.c-campaign-card--sidebar .c-campaign-card__title {
	margin-top: 0;
}

.c-campaign-card--sidebar .c-campaign-card__price span {
	font-size: 1.25rem;
}

.c-campaign-card--sidebar .c-campaign-card__new-price {
	font-size: 2rem;
}

.c-campaign-card--sidebar .c-campaign-card__content {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	text-align: center;
}

.c-campaign-card--sidebar.c-campaign-card__hr {
	margin-top: 0.4375rem;
}

.c-campaign-card--sidebar .c-campaign-card__price {
	margin-right: 1rem;
}

.c-customer-card {
	padding: 1.5rem;
}

.c-customer-card__item {
	grid-template-columns: 1fr 11.25rem;
}

.c-customer-card__info {
	align-items: flex-end;
	display: flex;
}

.c-customer-card__category {
	padding: 0.3125rem 0.9375rem;
}

.c-customer-card__title {
	font-size: 1.5rem;
	margin-top: 0.5rem;
}

.c-customer-card__image {
	aspect-ratio: 180/140;
}

.c-customer-card__text {
	margin-top: 2.5rem;
}

.c-fish {
	height: 9.375rem;
	width: 18.75rem;
}

.c-fish--reverseLarge {
	display: block;
	height: 8.625rem;
	width: 18.8125rem;
}

.c-fish--reverseLargeOpacity {
	display: block;
	height: 12.5625rem;
	width: 27.3125rem;
}

.c-fish--reverseLargeOpacity span {
	background: #DDF0F1;
}

.c-information-card {
	align-items: center;
	grid-template-columns: repeat(2, 1fr);
	justify-items: center;
	padding: 1.4375rem 1.375rem;
	place-items: center;
}

.c-mv__title--main {
	font-size: 5rem;
	line-height: 1.25;
}

.c-mv--lower__title {
	color: #fff;
	display: block;
	font-family: "Lato", sans-serif;
	font-size: 5rem;
	font-weight: 400;
	left: 50%;
	line-height: 1.25;
	position: absolute;
	top: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.c-mv--lower__inner img {
	height: auto;
	width: 100%;
}

.c-pagination-single {
	justify-content: start;
	margin-left: 15.75rem;
}

.c-pagination__item--pc {
	display: block;
}

.c-privacy-policy {
	padding-left: 0;
	padding-right: 0;
}

.c-privacy-policy .c-fish {
	height: 8.625rem;
	left: -6.25rem;
	top: -4.25rem;
	width: 18.8125rem;
}

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

.c-service {
	padding-left: 0;
}

.c-service .c-fish {
	height: 8.625rem;
	left: -6.25rem;
	top: -4.25rem;
	width: 18.8125rem;
}

.c-service__title {
	font-size: 2rem;
}

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

.c-service__contents ol li {
	font-size: 1rem;
}

.c-sidebar-card {
	margin-left: 1.125rem;
}

.c-sidebar-card__info {
	font-size: 0.875rem;
}

.c-sidebar-title {
	margin-left: 1rem;
}

.c-sidebar-title__text {
	margin-top: 0.1875rem;
}

.c-single-content-item {
	max-width: 100%;
	width: 43.75rem;
}

.c-single-content-item__img {
	aspect-ratio: 700/468;
	display: inline-block;
	overflow: hidden;
}

.c-single-content-item__text {
	margin-top: 2.5rem;
}

.c-tab1Button {
	width: 10.125rem;
}

.c-tab2 {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 0.75rem 0;
}

.c-tab2__icon {
	display: block;
}

.c-tab2__text {
	font-size: 1.5rem;
	margin-left: 0.5rem;
}

.c-test {
	color: green;
	font-size: 3.125rem;
}

.thanks-page-contents {
	padding-left: 25px;
	padding-right: 25px;
}

.thanks-page-contents .c-fish {
	height: 8.625rem;
	left: 2.5rem;
	top: -3.75rem;
	width: 18.8125rem;
}

.l-thanks-page-contents {
	margin-bottom: -1.25rem;
	margin-top: 9.375rem;
	padding-bottom: 0;
}

.l-thanks-page__number {
	bottom: -6.25rem;
	right: -5rem;
	width: 5rem;
}

.c-title__main {
	font-size: 2.5rem;
}

.c-title--accent .c-title__main::first-letter {
	color: #fff;
}

.c-title--accent .c-title__main {
	color: #fff;
}

.c-title__sub {
	margin-top: 0.9375rem;
}

.c-title--large .c-title__main {
	margin-left: 0;
	margin-left: initial;
}

.c-to-top {
	height: 5rem;
	width: 5rem;
}

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

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

.l-breadcrumb--404 {
	padding-top: 5.625rem;
}

.l-blog {
	display: flex;
	justify-content: space-between;
	margin-top: 9.375rem;
	padding: 0 3.8125rem 0 0;
}

.l-blog .p-blog {
	width: 66.37037%;
}

.l-blog .p-sidebar {
	display: block;
	width: 27.222222%;
}

.blog-page .l-section {
	margin-top: 8.7625rem;
}

.blog-page .p-contact-fish {
	top: -3.6rem;
}

.blog-page .p-sidebar__reviewCard {
	margin-left: 1rem;
}

.l-campaign {
	margin-top: 7.5625rem;
}

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

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

.l-footer-thanks {
	margin-top: 8.4375rem;
}

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

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

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

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

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

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

.l-privacy-policy {
	margin-top: 9.3125rem;
}

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

.page-price .l-section {
	margin-top: 8.6625rem;
}

.privacy-policy .l-section {
	margin-top: 8.7625rem;
}

.l-single {
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	margin-top: 9.375rem;
	max-width: 70.625rem;
	padding: 0 1.5625rem;
}

.l-single .p-sidebar {
	margin-top: 0rem;
}

.l-sitemap {
	margin-top: 8.75rem;
	max-width: 1130px;
	padding-left: 25px;
	padding-right: 25px;
}

.l-top-lower {
	margin-top: 9.375rem;
}

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

.swiper-controller {
	display: block;
	position: absolute;
	right: calc(50% - 28.125rem);
	top: 1.4375rem;
}

.p-404 {
	background: #408f95 url(../images/common/404-bg.png) no-repeat 25% 40%/45%;
	padding: 7.5rem 0 9.25rem;
}

.p-404__title {
	font-size: 10rem;
}

.p-404-text {
	margin-top: 1.25rem;
}

.p-404-button {
	margin-top: 5.3125rem;
}

.p-about-lower__fish-bg {
	left: 0.625rem;
	top: -4.375rem;
}

.p-about-lower__body {
	margin-top: 1.5rem;
}

.p-about-lower__bodyWrapper {
	grid-column-gap: 2.625rem;
	-moz-column-gap: 2.625rem;
	align-items: center;
	column-gap: 2.625rem;
	content: "";
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-items: right;
	left: 57%;
	margin-top: 0;
	position: absolute;
	top: 45%;
	transform: translate(-50%, -50%);
	width: 5.625rem;
	width: 80%;
}

.p-about-lower__mainTitle {
	color: #fff;
	font-size: 5rem;
	line-height: 1.25;
	position: static;
}

.p-about-lower__info {
	margin-top: 0;
}

.p-about-lower__text {
	color: #fff;
}

.p-about__inner {
	max-width: 80rem;
	padding: 0px 100px;
}

.p-about__inner::after {
	display: block;
}

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

.p-about__bodyWrapper {
	grid-column-gap: 2.75rem;
	-moz-column-gap: 2.75rem;
	align-items: flex-start;
	column-gap: 2.75rem;
	content: "";
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-items: right;
	left: 54%;
	margin-top: 0;
	position: absolute;
	top: 52%;
	transform: translate(-50%, -50%);
	width: 82%;
}

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

.p-about__info {
	margin-top: 0;
}

.p-about__text {
	color: #fff;
}

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

.p-accordion__inner {
	width: 46.875rem;
}

.p-accordion__fish {
	left: -7.5rem;
	top: -4.5rem;
}

.p-blog-list .p-blog-list__item {
	margin-top: 2.6rem;
	width: calc(50% - 20px);
}

.p-blog-list .p-blog-list__item:nth-child(1),
.p-blog-list .p-blog-list__item:nth-child(2) {
	margin-top: 0;
}

.p-blog__fish {
	height: 8.625rem;
	left: 0rem;
	top: -4.25rem;
	width: 18.8125rem;
	z-index: 0;
}

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

.p-campaign-lower__fish {
	display: block;
	left: 0.625rem;
	position: absolute;
	top: -4.5625rem;
	z-index: -1;
}

.p-campaign-lower__content {
	padding-left: 0;
	padding-right: 0;
}

.p-campaign-section__content {
	margin-left: 11.25rem;
	margin-top: 2.4375rem;
	padding-bottom: 5rem;
	padding-left: 0;
}

.p-campaign-swiper__wrapper > .swiper-slide {
	display: inline-block;
	width: 20.8125rem;
}

.p-contact-lower__fish {
	left: 2.5rem;
	top: -4.375rem;
}

.p-contact__form-items {
	row-gap: 2.375rem;
}

.p-contact__form-item {
	padding-bottom: 2.375rem;
}

.p-contact__form-dl {
	align-items: flex-start;
	grid-template-columns: 13.75rem 1fr;
}

.p-contact__form-select::after {
	top: 50%;
	transform: translateY(-50%);
}

.p-privacyPolicy input[type=checkbox]::before {
	top: 0.625rem;
}

.p-privacyPolicy input[type=checkbox]::after {
	top: 0.375rem;
}

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

.contact-page__button {
	margin-top: 2.375rem;
}

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

.p-contact__box {
	align-items: center;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding: 5rem 3.125rem;
}

.p-contact__boxTitle img {
	max-width: 12.5rem;
}

.p-contact__boxInfoNav {
	grid-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	display: grid;
	grid-template-columns: 9.125rem 1fr;
}

.p-contact__boxInfoItems {
	text-align: left;
}

.p-contact__boxMap {
	aspect-ratio: inherit;
	height: 100%;
	margin-top: 0;
	width: 100%;
}

.p-contact__boxBody {
	border-left: 1px solid #408f95;
	margin-top: 0;
	padding: 1.25rem 0;
}

.p-contact-fish {
	right: 0.625rem;
	top: -2.5rem;
}

.p-customer__cards {
	grid-template-columns: repeat(2, 1fr);
	row-gap: 5rem;
}

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

.p-footer__items {
	-moz-column-gap: 5.625rem;
	column-gap: 5.625rem;
	grid-template-columns: repeat(4, 1fr);
}

.p-footer__title {
	align-items: flex-end;
	display: flex;
}

.p-footer__logo {
	max-width: 12.5rem;
}

.p-footer__sns {
	margin-left: 2.5rem;
	margin-top: 0;
}

.p-footer__sns a {
	max-width: 2rem;
}

.footer__body {
	margin-top: 1.25rem;
}

.p-footer__copy {
	font-size: 1.125rem;
	margin-top: 4.125rem;
}

.p-gallery__fish {
	display: block;
	left: calc(50% + 14.875rem);
	position: absolute;
	top: -4.6875rem;
}

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

.p-gallery__content {
	display: flex;
	gap: 0.5rem;
	margin-top: 5rem;
}

.p-gallery__card {
	aspect-ratio: 580/369;
}

.p-gallery__cardLarge {
	aspect-ratio: 492/746;
	width: 45.5555555556%;
}

.p-gallery__cardLarge {
	margin-top: 0;
}

.p-gallery__cards {
	margin-top: 0rem;
	width: 53.7037037037%;
}

.p-gallery__cards:nth-child(2n+1) {
	margin-top: 0;
}

.p-header {
	padding: 1.3125rem 2.777778% 1.3125rem 2.777778%;
}

.p-header__left {
	display: block;
	margin-left: 0.1125rem;
	width: 9.23vw;
}

.p-header__right {
	min-width: 51.1875rem;
	width: 89.220588%;
}

.p-header-right--pc__items {
	color: #fff;
	display: flex;
	justify-content: flex-end;
}

.hamburger {
	display: none;
}

.p-drawer-menu {
	display: none;
}

.blog {
	background-image: url(../images/blog/top-blog__bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	height: 51.9375rem;
}

.p-blog__inner.l-inner {
	padding-left: 25px;
	padding-right: 25px;
}

.p-blog__contents {
	margin-top: 0;
}

.p-blog__contents .c-title__main {
	color: #fff;
}

.p-blog__contents .c-title__sub {
	color: #fff;
}

.blog__cards {
	margin-top: 1.5rem;
}

.blog__link-all {
	margin-top: 2.5rem;
}

.p-blog__contents {
	padding: 6.25rem 1.3125rem 0;
	width: 100%;
}

.blog__cards {
	flex-direction: row;
	margin-top: 4.8125rem;
	max-width: 67.5rem;
	width: 100%;
}

.blog__bg-fish {
	display: block;
	left: 0.625rem;
	position: absolute;
	top: 1.5rem;
}

.blog__link-all {
	margin-top: 5rem;
}

#p-index-information {
	padding: 6.25rem 25px;
}

.p-index-information__body {
	flex-direction: row;
	margin-top: 2.5rem;
}

.p-index-information__img {
	flex: 0 0 33.75rem;
}

.p-index-information__contents {
	flex: 1 1 30.75rem;
	margin-top: 3.8125rem;
	padding-left: 4.444444%;
}

.p-index-information__contents-title {
	font-size: 1.5rem;
	line-height: 1;
	padding-bottom: 0.5rem;
}

.p-voice__body {
	margin-top: -0.8125rem;
}

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

.voice__bg-top {
	left: 0rem;
	top: -7.625rem;
}

.voice__bg-bottom {
	bottom: -4.0625rem;
	display: block;
	right: 1.5625rem;
	width: 4.375rem;
}

.p-voice__title {
	margin-top: 0;
}

.p-information__fish-bg {
	left: 0.625rem;
	top: -5rem;
}

.p-tab2__items {
	-moz-column-gap: 5.625rem;
	column-gap: 5.625rem;
}

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

._l-price-table-list {
	margin-top: 9.175rem;
}

._l-price-table-list .c-fish {
	height: 13.3333vw;
	left: 5.9375rem;
	top: -6.05rem;
	width: 21.0666vw;
}

.l-price-table {
	margin-top: 4.8rem;
}

.p-price-table {
	align-items: stretch;
	flex-direction: row;
	max-width: 43.8125rem;
}

.p-price-table__head {
	width: 28.4900028%;
}

.p-price-table__title {
	flex-direction: column-reverse;
	height: 100%;
	padding-top: 0.8125rem;
}

.p-price-table__main {
	width: 71.509972%;
}

.p-price-table__row {
	height: 3.73rem;
}

.p-price-table__title img {
	height: 5rem;
}

.p-price-table__cource {
	padding: 0 0 0 0.8125rem;
	text-align: left;
	width: 67.564162%;
}

.p-price-table__price {
	padding-right: 3%;
}

.p-price {
	padding: 6.25rem 0;
}

.p-price__contents {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-top: 2.5rem;
}

.p-price__img {
	aspect-ratio: 746/492;
	flex: 0 0 30.75rem;
	margin-top: 0;
}

.p-price__items {
	margin-right: 5.8125rem;
	margin-top: 0;
	max-width: 100%;
	padding-bottom: 6.125rem;
	width: 30.75rem;
}

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

.p-price__list {
	letter-spacing: 0.15em;
}

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

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

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

.p-price__fish {
	left: 0;
	top: -1.4375rem;
}

.p-sidebar {
	margin: 0;
	margin: initial;
}

.p-sidebar__body {
	margin-top: 1rem;
}

.p-sidebar__title {
	margin-top: 0.25rem;
}

.p-sidebar__title.p-sidebar__title--archive {
	margin-top: -0.25rem;
}

.p-sidebar__btn {
	margin-right: 0;
	margin-right: initial;
	margin-top: 2.5rem;
}

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

.p-sidebar__archiveList {
	padding-left: 2.0625rem;
}

.p-single-content__fish {
	left: -5rem;
	top: -4.4375rem;
}

.p-single-content__fish .c-fish--right svg {
	max-width: 100%;
	width: 18.8125rem;
}

.p-single-content__title {
	font-size: 2rem;
	margin-top: 0.3125rem;
	padding-bottom: 0;
}

.p-single-content__box {
	margin-top: 2.5rem;
}

.p-single-content__items {
	margin-top: 2.4375rem;
}

.p-single-content__text {
	margin-top: 2.5625rem;
}

.p-sitemap__body {
	-moz-column-gap: 4.1875rem;
	column-gap: 4.1875rem;
	grid-template-columns: repeat(4, 1fr);
}

.p-sitemap__items:nth-child(2) {
	order: 3;
}

.p-sitemap__items:nth-child(3) {
	order: 2;
}

.p-sitemap__items:nth-child(4) {
	order: 4;
}

.p-tab1__items {
	-moz-column-gap: 2.0625rem;
	column-gap: 2.0625rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}

.p-tab2__items {
	-moz-column-gap: 5.625rem;
	column-gap: 5.625rem;
}

.p-test {
	color: green;
	font-size: 3.125rem;
}

.p-to-top {
	bottom: 1.25rem;
	right: 1.25rem;
}

.p-voice__fish-bg {
	left: 0.625rem;
	top: -4.6875rem;
}

}

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

.p-blog__contents {
	padding-left: 0;
	padding-right: 0;
}

}

@media (min-width: 1080px) {

html {
	font-size: 16px;
}

}

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

.c-privacy-policy .c-fish {
	height: 8.625rem;
	left: -12.25rem;
	top: -4.25rem;
	width: 18.8125rem;
}

.c-service .c-fish {
	height: 8.625rem;
	left: -13.9rem;
	top: -4.25rem;
	width: 18.8125rem;
}

.c-sidebar-card__info {
	font-size: 1rem;
}

.thanks-page-contents .c-fish {
	height: 8.625rem;
	left: -3.75rem;
	top: -3.75rem;
	width: 18.8125rem;
}

.p-about-lower__fish-bg {
	left: -3.75rem;
	top: -4.375rem;
}

.p-accordion__fish {
	left: calc(50% - 38.75rem);
	top: -4.5rem;
}

.p-blog__fish {
	height: 8.625rem;
	left: -5.0625rem;
	top: -4.25rem;
	width: 18.8125rem;
	z-index: 0;
}

.p-campaign-lower__fish {
	display: block;
	left: -3.5rem;
	position: absolute;
	top: -4.5625rem;
	z-index: -1;
}

.p-contact-lower__fish {
	left: 6.25rem;
	top: -4.375rem;
}

.p-contact-fish {
	right: -6.25rem;
	top: -3rem;
}

.p-gallery__fish {
	display: block;
	left: calc(50% + 18rem);
	position: absolute;
	top: -4.6875rem;
}

.p-header__right {
	width: 72.220588%;
}

.p-header-right--pc__item {
	margin-left: 4.884005%;
}

.voice__bg-top {
	left: -3.4375rem;
	top: -7.625rem;
}

.p-information__fish-bg {
	left: -3.75rem;
	top: -5rem;
}

.p-price__fish {
	top: -1.4375rem;
}

.p-voice__fish-bg {
	left: -3.4375rem;
	top: -4.6875rem;
}

}

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

.p-header-right--pc__item {
	margin-left: 3.884005%;
}

}

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

.blog__bg-fish {
	left: -3.375rem;
	top: 1.5rem;
}

}

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

.p-gallery__fish {
	display: block;
	left: calc(50% + 21.125rem);
	position: absolute;
	top: -4.6875rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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