@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 830px) {
  html {
    font-size: 1.9277108434vw;
  }
}
@media screen and (max-width: 1023px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Zen Old Mincho", serif;
  color: #000;
  background-color: #FCFAF3;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  a:hover,
  button:hover {
    opacity: 1;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 830px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 1023px) {
  .l-inner {
    max-width: 35rem;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}

.l-mt-100 {
  margin-top: 6.25rem;
}
@media screen and (max-width: 1023px) {
  .l-mt-100 {
    margin-top: 3.75rem;
  }
}

.l-mt-60 {
  margin-top: 3.75rem;
}
@media screen and (max-width: 1023px) {
  .l-mt-60 {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-mt-60 {
    margin-top: 1.875rem;
  }
}

.l-mt-30 {
  margin-top: 1.875rem;
}
@media screen and (max-width: 1023px) {
  .l-mt-30 {
    margin-top: 1.25rem;
  }
}

.c-btn {
  display: inline-block;
  max-width: 15rem;
  width: 100%;
  padding: 0.625rem;
  border: 2px solid #3988AE;
  border-radius: 6.25rem;
  font-size: 15px;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.7;
  font-weight: 900;
  color: #3988AE;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-btn:hover {
  color: #fff;
  background-color: #3988AE;
  opacity: 1;
}

.c-btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask-image: url("../../images/arrow-right.svg");
          mask-image: url("../../images/arrow-right.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #3988AE;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-btn:hover::after {
  background-color: #fff;
}

.c-btn--skyblue {
  background-color: #3988AE;
  color: #fff;
}

.c-btn--skyblue:hover {
  background-color: #fff;
  color: #3988AE;
}

.c-btn--skyblue::after {
  background-color: #fff;
}

.c-btn--skyblue:hover::after {
  background-color: #3988AE;
}

.c-seagull-1 {
  display: inline-block;
  background-image: url("../images/webp/kamome-1.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: 11rem;
  height: 1.25rem;
}
@media screen and (max-width: 1023px) {
  .c-seagull-1 {
    width: 7.875rem;
  }
}
@media screen and (max-width: 767px) {
  .c-seagull-1 {
    background-image: url("../images/webp/kamome-3.webp");
    width: 4.6875rem;
    height: 0.8125rem;
  }
}

.c-seagull-2 {
  display: inline-block;
  background-image: url("../images/webp/kamome-2.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: 11rem;
  height: 1.25rem;
}
@media screen and (max-width: 1023px) {
  .c-seagull-2 {
    width: 7.875rem;
  }
}
@media screen and (max-width: 767px) {
  .c-seagull-2 {
    background-image: url("../images/webp/kamome-3.webp");
    width: 4.6875rem;
    height: 0.8125rem;
  }
}

.c-seagull-3 {
  display: inline-block;
  background-image: url("../images/webp/kamome-3.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: 8.125rem;
  height: 1.25rem;
}
@media screen and (max-width: 1023px) {
  .c-seagull-3 {
    width: 6rem;
    height: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .c-seagull-3 {
    width: 4.6875rem;
    height: 0.8125rem;
  }
}

.c-hidden {
  overflow-x: hidden;
}

.c-relative {
  position: relative;
}

.c-text {
  font-size: 14px;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #000;
}

.c-title {
  font-size: 22px;
  font-weight: 900;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 1023px) {
  .c-title {
    font-size: 20px;
  }
}

.c-title--large {
  font-size: 30px;
}
@media screen and (max-width: 1023px) {
  .c-title--large {
    font-size: 22px;
  }
}

.p-brand-buri__logo {
  max-width: 11.875rem;
  width: 100%;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-brand-buri__logo {
    max-width: 7.5rem;
  }
}

.p-brand-buri__logo-seagull-2 {
  position: absolute;
  bottom: 0;
  right: -140%;
}
@media screen and (max-width: 767px) {
  .p-brand-buri__logo-seagull-2 {
    right: -100%;
  }
}

.p-brand-buri__logo-seagull-3 {
  position: absolute;
  top: 0;
  left: -150%;
}
@media screen and (max-width: 767px) {
  .p-brand-buri__logo-seagull-3 {
    left: -100%;
  }
}

.p-brand-buri__logo img {
  aspect-ratio: 190/190;
  width: 100%;
  height: 100%;
}

.p-brand-buri__top-img {
  width: 100%;
  height: 100%;
  margin-top: 2.5rem;
}
@media screen and (max-width: 1023px) {
  .p-brand-buri__top-img {
    margin-top: 1.25rem;
  }
}

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

/* 2枚用CSS */
/* 画像なしCSS */
.p-brand-buri__body {
  max-width: 25rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 1023px) {
  .p-brand-buri__body {
    max-width: 100%;
    width: 100%;
  }
}

/* 画像なしCSS */
.p-brand-buri__content {
  margin-top: 3.75rem;
}
@media screen and (max-width: 1023px) {
  .p-brand-buri__content {
    margin-top: 2.5rem;
  }
}

.p-brand-buri__img img {
  aspect-ratio: 400/300;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-brand-buri {
  position: relative;
}

.p-brand-buri__seagull-1 {
  position: absolute;
  bottom: 4.375rem;
  left: -5%;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .p-brand-buri__seagull-1 {
    bottom: 5.9375rem;
    left: -5%;
  }
}
@media screen and (max-width: 767px) {
  .p-brand-buri__seagull-1 {
    bottom: 6.25rem;
    left: 8%;
  }
}

.p-brand-buri__seagull-2 {
  position: absolute;
  bottom: -1.875rem;
  left: 13%;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .p-brand-buri__seagull-2 {
    bottom: -1.875rem;
    left: 60%;
  }
}
@media screen and (max-width: 767px) {
  .p-brand-buri__seagull-2 {
    bottom: -1.25rem;
    left: 67%;
  }
}

.p-brand-buri__seagull-3 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .p-brand-buri__seagull-3 {
    top: 2.5rem;
    right: 10%;
  }
}
@media screen and (max-width: 767px) {
  .p-brand-buri__seagull-3 {
    top: 1.875rem;
    right: 10%;
  }
}

.p-brand-saba {
  margin-top: 2.5rem;
}
@media screen and (max-width: 1023px) {
  .p-brand-saba {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-brand-saba {
    margin-top: 0.9375rem;
  }
}

.p-brand-saba__top-img {
  width: 100%;
  height: 100%;
}

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

.p-brand-saba__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.125rem;
  position: relative;
  margin-top: 3.75rem;
}
@media screen and (max-width: 1023px) {
  .p-brand-saba__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
    margin-top: 2.5rem;
  }
}

/* 1枚用 */
.p-brand-saba__img {
  width: 51.2820512821%;
}
@media screen and (max-width: 1023px) {
  .p-brand-saba__img {
    max-width: 25rem;
    width: 100%;
    margin-inline: auto;
  }
}

/* 2枚用 */
.p-brand-saba__img img {
  aspect-ratio: 400/300;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-brand-saba__body {
  width: 42.3076923077%;
}
@media screen and (max-width: 1023px) {
  .p-brand-saba__body {
    width: 100%;
  }
}

.p-brand-buri__inner {
  position: relative;
}

.p-brand-saba__seagull-1 {
  position: absolute;
  top: 50%;
  right: -10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .p-brand-saba__seagull-1 {
    top: 2.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-brand-saba__seagull-1 {
    top: 2rem;
    right: 0;
  }
}

.p-brand-saba__seagull-2 {
  display: none;
}
@media screen and (max-width: 1023px) {
  .p-brand-saba__seagull-2 {
    display: inline-block;
    position: absolute;
    bottom: 7.5rem;
    left: -15%;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .p-brand-saba__seagull-2 {
    bottom: 50%;
    left: -3%;
  }
}

.p-brand-saba__seagull-3 {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-brand-saba__seagull-3 {
    display: inline-block;
    position: absolute;
    bottom: -1.875rem;
    right: 5%;
  }
}

.p-bungo__top-img {
  width: 100%;
  height: 100%;
}

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

.p-bungo__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.125rem;
}
@media screen and (max-width: 1023px) {
  .p-bungo__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-bungo__content {
    gap: 1.25rem;
  }
}

.p-bungo__img {
  width: 64.1025641026%;
}
@media screen and (max-width: 1023px) {
  .p-bungo__img {
    max-width: 21.875rem;
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-bungo__img {
    max-width: 19.6875rem;
  }
}

.p-bungo__img img {
  aspect-ratio: 500/388;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-bungo__body {
  width: 30.7692307692%;
}
@media screen and (max-width: 1023px) {
  .p-bungo__body {
    width: 100%;
  }
}

.p-bungo__inner {
  position: relative;
}

.p-bungo__seagull-1 {
  position: absolute;
  top: 2.5rem;
  left: -15%;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .p-bungo__seagull-1 {
    top: 9.6875rem;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-bungo__seagull-1 {
    left: auto;
    right: 25%;
    top: 12.5rem;
  }
}

.p-bungo__seagull-2 {
  position: absolute;
  top: 12.5rem;
  right: -10%;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .p-bungo__seagull-2 {
    top: 15.625rem;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-bungo__seagull-2 {
    top: 14.375rem;
    right: 10%;
  }
}

.p-bungo__seagull-3 {
  position: absolute;
  bottom: -2.5rem;
  left: 30%;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .p-bungo__seagull-3 {
    bottom: auto;
    top: 0;
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-bungo__seagull-3 {
    top: auto;
    bottom: 8.125rem;
    right: 3%;
  }
}

.c-bg {
  padding-block: 8.125rem;
  background: -webkit-gradient(linear, left top, right top, from(#31ADD0), color-stop(3%, #31ABCE), color-stop(34%, #3597BC), color-stop(65%, #388BB1), color-stop(98%, #3988AE), to(#3988AE));
  background: linear-gradient(90deg, #31ADD0 0%, #31ABCE 3%, #3597BC 34%, #388BB1 65%, #3988AE 98%, #3988AE 100%);
  margin-top: -1.875rem;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .c-bg {
    padding-block: 4.375rem;
  }
}

.c-bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/webp/mask.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 1.875rem;
}
@media screen and (max-width: 1023px) {
  .c-bg::after {
    background-image: url(../images/webp/mask-tab.webp);
  }
}
@media screen and (max-width: 767px) {
  .c-bg::after {
    background-image: url(../images/webp/mask-sp.webp);
  }
}

.p-company__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.125rem;
  align-items: start;
}
@media screen and (max-width: 1023px) {
  .p-company__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
  }
}

.p-company__title {
  color: #fff;
}

.p-company__list {
  color: #fff;
}

.p-company__block {
  width: 42.3076923077%;
}
@media screen and (max-width: 1023px) {
  .p-company__block {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .p-company__title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-company__title {
    text-align: left;
  }
}

.p-company__item:not(:first-child) {
  margin-top: 1.25rem;
}

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

.p-company__text {
  margin-top: 1.25rem;
  color: #fff;
}

.p-company__images {
  width: 51.2820512821%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media screen and (max-width: 1023px) {
  .p-company__images {
    max-width: 25rem;
    width: 100%;
    margin-inline: auto;
  }
}

.p-company__img img {
  aspect-ratio: 400/300;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-company {
  position: relative;
}

.p-company__inner {
  position: relative;
}

@media screen and (max-width: 1023px) {
  .p-company::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 3%;
    left: 5%;
    background-image: url("../images/webp/kamome-3.webp");
    background-repeat: no-repeat;
    background-size: contain;
    width: 6rem;
    height: 0.8125rem;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-company::before {
    background-image: url("../images/webp/kamome-3.webp");
    top: auto;
    bottom: 55%;
    left: auto;
    right: 15%;
    width: 4.6875rem;
    height: 0.8125rem;
  }
}

@media screen and (max-width: 1023px) {
  .p-company::after {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url("../images/webp/kamome-2.webp");
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 55%;
    right: 5%;
    width: 7.875rem;
    height: 1.25rem;
    z-index: 10;
  }
}
@media screen and (max-width: 767px) {
  .p-company::after {
    background-image: url("../images/webp/kamome-3.webp");
    bottom: 53%;
    width: 4.6875rem;
    height: 0.8125rem;
  }
}

.p-company__inner::before {
  content: "";
  position: absolute;
  /* bottom: -5%; */
  top: 5%;
  right: -5%;
  display: inline-block;
  background-image: url("../images/webp/kamome-2.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: 11rem;
  height: 1.3125rem;
}
@media screen and (max-width: 1023px) {
  .p-company__inner::before {
    display: none;
  }
}

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

.p-contact__inner {
  max-width: 43.125rem;
}

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

.p-contact__text {
  margin-top: 3.75rem;
}

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

.p-form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}

.p-form__group:not(:first-child) {
  margin-top: 1.5625rem;
}

.p-form__label {
  color: #000;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-form__label {
    font-size: 14px;
  }
}

.p-form__required {
  font-size: 14px;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #DD0000;
}
@media screen and (max-width: 767px) {
  .p-form__required {
    font-size: 12px;
  }
}

.p-form__input {
  padding: 0.625rem;
}

.p-form__textarea {
  padding: 0.625rem;
}

.p-form__checkbox {
  font-size: 16px;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.8;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-form__checkbox {
    font-size: 14px;
  }
}

.p-form__checkbox input {
  width: 1.25rem;
  height: 1.25rem;
}

.p-form__privacy {
  background-color: #fff;
  padding-inline: 1.25rem;
  border: 1px solid #000;
  border-radius: 3px;
  margin-top: 0.625rem;
}

.p-form__privacy-box {
  max-height: 220px;
  overflow-y: scroll;
  margin-top: 0.625rem;
}

.p-form__privacy-item:not(:first-child) {
  margin-top: 1.875rem;
}

.p-form__privacy-heading {
  color: #000;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-weight: 900;
}

.p-form__privacy-text {
  margin-top: 0.5rem;
  color: #000;
  text-align: justify;
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.p-form__privacy-list {
  margin-top: 1rem;
  color: #000;
  text-align: justify;
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.p-form__privacy-list--links {
  color: #3988AE;
  text-align: justify;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

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

.p-form__input:focus,
.p-form__textarea:focus {
  background-color: #FFFFE6;
  border-color: #3988AE;
  outline: none;
}

/* スクロールバーの見た目調整（任意） */
.p-privacy__box::-webkit-scrollbar {
  width: 8px;
}

.p-privacy__box::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.p-privacy__box::-webkit-scrollbar-track {
  background: #f5f5f5;
}

.p-fishfarm__wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.p-fishfarm__slide {
  width: 19rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-fishfarm__slide img {
  aspect-ratio: 304/228;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-fishfarm__bottom {
  width: 100%;
  height: 100%;
}

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

.p-fishfarm {
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-fishfarm::before {
    content: "";
    position: absolute;
    top: -1.875rem;
    left: 5%;
    display: inline-block;
    background-image: url("../images/webp/kamome-3.webp");
    background-repeat: no-repeat;
    background-size: contain;
    width: 4.6875rem;
    height: 0.8125rem;
    z-index: 10;
  }
}

@media screen and (max-width: 767px) {
  .p-fishfarm::after {
    content: "";
    position: absolute;
    top: 15rem;
    right: 5%;
    display: inline-block;
    background-image: url("../images/webp/kamome-3.webp");
    background-repeat: no-repeat;
    background-size: contain;
    width: 4.6875rem;
    height: 0.8125rem;
    z-index: 10;
  }
}

.p-footer {
  padding-block: 3.75rem;
}

.p-footer__logo {
  width: 15rem;
  margin-inline: auto;
}

.p-footer__logo img {
  width: 100%;
  height: 100%;
}

.p-footer__info {
  font-size: 16px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 1.25rem;
  text-align: center;
}

.p-footer__btn {
  margin-top: 1.25rem;
  text-align: center;
}

.p-footer__copy {
  margin-top: 3.75rem;
  width: 12.1875rem;
  margin-inline: auto;
}

.p-header {
  padding-left: 1.5625rem;
  padding-block: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-header {
    padding-block: 1.875rem;
    padding-left: 0;
  }
}

.p-header__logo {
  width: 13.5rem;
}
@media screen and (max-width: 1023px) {
  .p-header__logo {
    width: 10.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    margin-inline: auto;
  }
}

.p-header__logo img {
  width: 100%;
  height: auto;
}

.p-mv__seagull-1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -65%;
}
@media screen and (max-width: 1023px) {
  .p-mv__seagull-1 {
    left: -70%;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__seagull-1 {
    left: -28%;
  }
}

.p-mv__seagull-2 {
  position: absolute;
  bottom: 0;
  right: -45%;
}
@media screen and (max-width: 1023px) {
  .p-mv__seagull-2 {
    right: -60%;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__seagull-2 {
    right: -10%;
    bottom: 5%;
  }
}

.p-mv__seagull-3 {
  position: absolute;
  top: 0;
  left: 130%;
}
@media screen and (max-width: 1023px) {
  .p-mv__seagull-3 {
    left: 125%;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__seagull-3 {
    left: 90%;
    top: 10%;
  }
}

.p-mv__img {
  max-width: 23.375rem;
  width: 100%;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-mv__img {
    max-width: 13.125rem;
  }
}

.p-mv__img img {
  width: 100%;
  height: 100%;
}

.p-profile__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.125rem;
}
@media screen and (max-width: 1023px) {
  .p-profile__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
  }
}

.p-profile__img {
  width: 51.2820512821%;
}
@media screen and (max-width: 1023px) {
  .p-profile__img {
    max-width: 25rem;
    width: 100%;
    margin-inline: auto;
  }
}

.p-profile__img img {
  aspect-ratio: 400/300;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-profile__content {
  width: 42.3076923077%;
}
@media screen and (max-width: 1023px) {
  .p-profile__content {
    width: 100%;
  }
}

.p-profile__name {
  color: #fff;
}

.p-profile__position {
  font-size: 14px;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .p-profile__position {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-profile__position {
    text-align: left;
  }
}

.p-profile__name {
  margin-top: 1.25rem;
}
@media screen and (max-width: 1023px) {
  .p-profile__name {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-profile__name {
    text-align: left;
  }
}

.p-profile__heading {
  font-size: 14px;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  margin-top: 1.25rem;
}

.p-profile__history-list {
  margin-top: 1.25rem;
}

.p-profile__history-item {
  font-size: 14px;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  text-indent: -1em;
  padding-left: 1em;
  list-style: inside disc;
}

.p-profile__history-item:not(:first-child) {
  margin-top: 1.25rem;
}

.p-profile {
  position: relative;
}

@media screen and (max-width: 1023px) {
  .p-profile::before {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url("../images/webp/kamome-1.webp");
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 53%;
    left: 5%;
    width: 7.875rem;
    height: 1.25rem;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-profile::before {
    background-image: url("../images/webp/kamome-3.webp");
    top: auto;
    bottom: 53%;
    left: auto;
    right: 10%;
    width: 4.6875rem;
    height: 0.8125rem;
  }
}

@media screen and (max-width: 1023px) {
  .p-profile::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 35%;
    right: 5%;
    left: auto;
    background-image: url("../images/webp/kamome-2.webp");
    background-repeat: no-repeat;
    background-size: contain;
    width: 7.875rem;
    height: 1.25rem;
    z-index: 10;
  }
}
@media screen and (max-width: 767px) {
  .p-profile::after {
    background-image: url("../images/webp/kamome-3.webp");
    bottom: 57%;
    right: 20%;
    left: auto;
    width: 4.6875rem;
    height: 0.8125rem;
  }
}

.p-profile__inner {
  position: relative;
}

.p-profile__inner::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url("../images/webp/kamome-1.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: 11rem;
  height: 1.3125rem;
  bottom: 0;
  left: 30%;
}
@media screen and (max-width: 1023px) {
  .p-profile__inner::before {
    display: none;
  }
}

.p-profile__inner::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url("../images/webp/kamome-3.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: 8.125rem;
  height: 1.25rem;
  bottom: 35%;
  left: -15%;
}
@media screen and (max-width: 1023px) {
  .p-profile__inner::after {
    display: none;
  }
}

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

.p-thanks__box {
  text-align: center;
  margin-top: 3.75rem;
}

.p-thanks__heading {
  font-size: 22px;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
  color: #000;
}

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

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

@media screen and (max-width: 1023px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 1023px) {
  .u-mobile {
    display: block;
  }
}
