@charset "UTF-8";

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

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

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

html:focus-within {
  scroll-behavior: smooth;
}

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

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

img,
picture {
  max-width: 100%;
  height: 100%;
  display: block;
}
img,
.newsdetail_imgs1 {
  max-width: 100%;
  height: 100%;
  display: flex;
  gap: 5px;
}

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 1200px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 599px) {
  /*html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {*/
  html {
    font-size: 4.2666666667vw;
  }
}

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

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

a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 599px) {
  a:hover {
    opacity: 1;
  }
}

img,
picture img {
  width: 100%;
  height: 100%;
}

.newsdetail_imgs1 img {
  width: 100%;
  height: auto;
  display: flex;
  aspect-ratio: 4 / 3;
}
@media screen and (max-width: 850px) {
  .newsdetail_imgs1 img {
    width: 49.5%;
  }
}
@media screen and (max-width: 599px) {
  .newsdetail_imgs1 img {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .newsdetail_imgs1 {
    display: flex;
    flex-direction: column;
  }
}
/*-------------電話リンク---*/
@media (min-width: 767px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

main {
  overflow-x: hidden;
}

.btn {
  position: relative;
  font-size: clamp(16px, 1.25rem, 20px);
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #036eb7;
  padding: 1rem 0.75rem;
  background-color: #fff;
  border-radius: 2.5rem;
  text-align: center;
  width: 26.3vw;
  max-width: 23.75rem;
  display: block;
  transition: opacity 0.3s, color 0.3s, background-color 0.3s;
}
@media screen and (max-width: 599px) {
  .btn {
    width: 80vw;
    padding: 0.875rem;
    font-size: clamp(16px, 1rem, 18px);
    max-width: 18.75rem;
  }
}

.btn.btn--blue {
  color: #fff;
  background-color: #036eb7;
}

.btn span {
  position: relative;
}

.btn::after {
  content: "";
  position: absolute;
  background-image: url(../images/common/fish_btn.svg);
  width: 2.75rem;
  height: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  right: 1.25rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  .btn::after {
    width: 2.3125rem;
    height: 1.0625rem;
    right: 1.25rem;
  }
}

.btn.btn--blue::after {
  background-image: url(../images/common/fish_btn_white.svg);
}

.btn.btn--blue span::after {
  background-image: url(../images/common/fish_btn_white.svg);
}

.btn.btn--blue.btn--tel {
  padding: 1.25rem 2.5rem 1.25rem 4.5rem;
  text-align: center;
}
.btn.btn--blue.btn--tel::after {
  background-image: url(../images/common/icon_tel_white.svg);
  width: 1.8rem;
  height: 1.8rem;
  right: unset;
  left: 1.8rem;
}
@media screen and (max-width: 850px) {
  .btn.btn--blue.btn--tel {
    padding: 1.25rem 2.5rem 1.25rem 5rem;
    max-width: 30rem;
  }
  .btn.btn--blue.btn--tel::after {
    width: 2.5rem;
    height: 2.5rem;
    right: 1.25rem;
  }
}
@media screen and (max-width: 599px) {
  .btn.btn--blue.btn--tel {
    padding: 1.25rem 2rem 1.25rem 3.5rem;
  }
  .btn.btn--blue.btn--tel::after {
    width: 1.8rem;
    height: 1.8rem;
    left: 1.8rem;
  }
}

.btnCta {
  font-size: clamp(16px, 1.25rem, 20px);
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #036eb7;
  padding: 1rem;
  background-color: #fcee23;
  border-radius: 2.5rem;
  text-align: center;
  max-width: 31.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.0625rem;
}
@media screen and (max-width: 599px) {
  .btnCta {
    padding: 0.875rem;
    font-size: clamp(16px, 1rem, 18px);
    max-width: 18.75rem;
  }
}

.btnCta img {
  max-width: 1.875rem;
  max-height: 1.625rem;
}
@media screen and (max-width: 599px) {
  .btnCta img {
    max-width: 1.375rem;
    max-height: 1.5rem;
  }
}

.btn a,
.btnCta a {
  width: 100%;
  height: 100%;
  display: block;
}

.btnCta.pc-only {
  display: flex;
}
@media screen and (max-width: 599px) {
  .btnCta.pc-only {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .btnCta.sp-only {
    display: flex;
  }
}

.drawer-wrap {
  width: 100%;
  height: 100svh;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #036eb7;
  opacity: 0;
  visibility: hidden;
  z-index: 10001;
  transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
  font-family: "Montserrat", sans-serif;
}

.drawer-wrap.open {
  opacity: 1;
  visibility: visible;
}

.drawer-nav__list {
  margin-top: 3.75rem;
  padding: 0 2.5rem;
}

.drawer-nav__item {
  text-align: left;
  max-width: 31.25rem;
  margin-left: auto;
  margin-right: auto;
}

.drawer-nav__item a {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  padding: 1.5rem 0 1.5rem 3.5rem;
  font-size: clamp(16px, 1rem, 18px);
  font-weight: 600;
  color: #fff;
  border-bottom: 1px solid rgba(192, 192, 192, 0.3);
  width: 100%;
}

.drawer-nav__item a::before {
  width: 1.5rem;
  height: 1rem;
  background-image: url(../images/common/fish_btn_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 50%;
  left: 0.8rem;
  transform: translateY(-50%) scale(-1, 1) rotate(-15deg);
}

.drawer-nav__item--contact {
  margin-top: 2.5rem;
  width: min(51.2vw, 300px);
  margin-left: auto;
  margin-right: auto;
}

.drawer-nav__item--contact a {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.hamburger-btn {
  top: 0;
  right: 0;
  z-index: 10002;
  padding: 0.625rem 0.625rem 0.3125rem;
  background-color: #036eb7;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hamburger-btn__bars {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.hamburger-btn__bars img {
  aspect-ratio: 59/7;
  width: 1.8125rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.hamburger-btn__text {
  margin-top: 0.125rem;
  font-size: clamp(10px, 0.625rem, 12px);
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.hamburger-btn__text.open {
  display: none;
}

.hamburger-btn__bars.open {
  display: none;
}

.hamburger-btn__close {
  width: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.hamburger-btn__close.open {
  display: block;
}

.jsDrawer.open {
  display: block;
}

.inner {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 599px) {
  .inner {
    max-width: 640px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner900 {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 50px;
}
@media screen and (max-width: 599px) {
  .inner900 {
    max-width: 640px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner1100 {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 599px) {
  .inner1100 {
    max-width: 640px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.text {
  font-size: clamp(16px, 1rem, 18px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: left;
  color: #333;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .text {
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-size: clamp(16px, 1rem, 18px);
  }
}

.title {
  position: relative;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(26px, 2.25rem, 36px);
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.15em;
  color: #036eb7;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .title {
    font-size: clamp(22px, 1.4375rem, 46px);
    line-height: 1;
  }
}

.title span {
  text-transform: uppercase;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(16px, 1rem, 18px);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.1em;
  color: #d5bf94;
}
@media screen and (max-width: 599px) {
  .title span {
    font-size: clamp(13px, 0.8125rem, 26px);
    margin-bottom: 0.2em;
  }
}

.title::after {
  content: "";
  position: absolute;
  background-image: url(../images/common/deco_title.png);
  background-image: image-set(
    url(../images/common/deco_title.png) 1x,
    url(../images/common/deco_title@2x.png) 2x
  );
  background-image: -webkit-image-set(
    url(../images/common/deco_title.png) 1x,
    url(../images/common/deco_title@2x.png) 2x
  );
  background-position: center;
  background-repeat: no-repeat;
  width: 9.375rem;
  height: 3.6875rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.3125rem;
  background-size: contain;
}
@media screen and (max-width: 599px) {
  .title::after {
    width: 4.625rem;
    height: 1.8125rem;
    bottom: -0.6875rem;
  }
}

.title__h2 {
  position: relative;
  font-size: clamp(22px, 1.875rem, 32px);
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.15em;
  text-align: center;
  color: #036eb7;
}
@media screen and (max-width: 599px) {
  .title__h2 {
    font-size: clamp(18px, 1.375rem, 26px);
  }
}

.title__h2::before {
  content: "";
  position: absolute;
  background-image: url(../images/about/deco_title.png);
  background-image: image-set(
    url(../images/about/deco_title.png) 1x,
    url(../images/about/deco_title@2x.png) 2x
  );
  background-image: -webkit-image-set(
    url(../images/about/deco_title.png) 1x,
    url(../images/about/deco_title@2x.png) 2x
  );
  width: 2.0625rem;
  height: 2.0625rem;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.title__h3 {
  position: relative;
  font-size: clamp(18px, 1.2rem, 36px);
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.15em;
  text-align: center;
  color: #036eb7;
}
@media screen and (max-width: 599px) {
  .title__h3 {
    font-size: clamp(18px, 1.2rem, 22px);
  }
}

.about {
  position: relative;
  padding-top: 7.5rem;
  padding-bottom: 9.8125rem;
  background-image: url(../images/common/bg_paper.jpg);
  background-image: image-set(
    url(../images/common/bg_paper.jpg) 1x,
    url(../images/common/bg_paper@2x.jpg) 2x
  );
  background-image: -webkit-image-set(
    url(../images/common/bg_paper.jpg) 1x,
    url(../images/common/bg_paper@2x.jpg) 2x
  );
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 599px) {
  .about {
    padding-top: 2rem;
    padding-bottom: calc(2rem + 60px);
  }
}

.about::before {
  content: "";
  position: absolute;
  background-image: url(../images/common/deco_title.png);
  background-image: image-set(
    url(../images/about/wave_about.png) 1x,
    url(../images/about/wave_about@2x.png) 2x
  );
  background-image: -webkit-image-set(
    url(../images/about/wave_about.png) 1x,
    url(../images/about/wave_about@2x.png) 2x
  );
  width: 100vw;
  height: 6.125rem;
  bottom: -0.0625rem;
  left: 0;
  background-size: contain;
  background-position: center;
  background-repeat: repeat-x;
}

@media (max-width: 1400px) {
  .about::before {
    height: 3.75rem;
  }
}
@media (max-width: 599px) {
  .about::before {
    background-image: url(../images/about/wave_about_sp.png);
    background-image: image-set(
      url(../images/about/wave_about_sp.png) 1x,
      url(../images/about/wave_about_sp@2x.png) 2x
    );
    background-image: -webkit-image-set(
      url(../images/about/wave_about_sp.png) 1x,
      url(../images/about/wave_about_sp@2x.png) 2x
    );
    width: 100vw;
    height: 3.0625rem;
    bottom: 0;
    background-size: contain;
  }
}
.about__list {
  display: flex;
  flex-direction: column;
  gap: 2.4375rem;
}

.about__item {
  display: flex;
  gap: 3.875rem;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .about__item {
    flex-direction: column;
  }
}

.about__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 599px) {
  .about__item:nth-child(even) {
    flex-direction: column;
  }
}

.about__item:nth-child(odd) .about__img {
  border-radius: 0 1.25rem 1.25rem 0;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .about__item:nth-child(odd) .about__img {
    border-radius: 1.25rem;
  }
}

.about__item:nth-child(even) .about__img {
  border-radius: 1.25rem 0 0 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .about__item:nth-child(even) .about__img {
    border-radius: 1.25rem;
  }
}

.about__img img {
  -o-object-fit: cover;
  object-fit: cover;
}

.about__cont {
  position: relative;
}
@media screen and (max-width: 599px) {
  .about__cont {
    width: 100%;
  }
}

.about__text {
  margin-top: 2.4375rem;
  font-size: clamp(16px, 1rem, 18px);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: left;
  color: #333;
}

.about__btns {
  margin-top: 5.1875rem;
  display: flex;
  gap: 4.0625rem;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .about__btns {
    margin-top: 2.5rem;
    gap: 1.25rem;
    flex-direction: column;
  }
}

.about__btn {
  display: block;
}

.access {
  padding-top: 3.75rem;
  padding-bottom: 5.625rem;
}
@media screen and (max-width: 599px) {
  .access {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.access__subtitle {
  margin-top: 3.75rem;
}
@media screen and (max-width: 599px) {
  .access__subtitle {
    margin-top: 1.5rem;
  }
}

.access__list {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
@media screen and (max-width: 800px) {
  .access__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 599px) {
  .access__list {
    max-width: 420px;
    margin-inline: auto;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 1.5rem;
  }
}

.access__item {
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(0, 0, 0, 0.05);
}

.access-item__text {
  padding: 2.5rem 1.875rem;
}
@media screen and (max-width: 599px) {
  .access-item__text {
    padding: 1.375rem 1.375rem;
  }
}

.buyer {
  margin-top: 7.5rem;
  margin-bottom: 5.625rem;
}
@media screen and (max-width: 599px) {
  .buyer {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.buyer__list {
  display: flex;
  flex-direction: column;
  gap: 2.4375rem;
}

@media screen and (max-width: 599px) {
  .buyer__list.list {
    gap: 3.75rem;
  }
}

.buyer__list .list__cont::after {
  display: none;
}

@media screen and (max-width: 599px) {
  .buyer__list .list__item:nth-child(even) .list__cont {
    margin-top: 0;
  }
}

.buyer__item {
  display: flex;
  gap: 3.875rem;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .buyer__item {
    flex-direction: column;
  }
}

.buyer__item:nth-child(odd) .buyer__img {
  border-radius: 0 1.25rem 1.25rem 0;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .buyer__item:nth-child(odd) .buyer__img {
    border-radius: 1.25rem;
  }
}

.buyer__item:nth-child(even) .buyer__img {
  border-radius: 1.25rem 0 0 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .buyer__item:nth-child(even) .buyer__img {
    border-radius: 1.25rem;
  }
}

.buyer__img img {
  -o-object-fit: cover;
  object-fit: cover;
}

.buyer__cont::after {
  content: "";
  position: absolute;
  background-image: url(../images/buyer/fish_lightblue.png);
  background-image: image-set(
    url(../images/buyer/fish_lightblue.png) 1x,
    url(../images/buyer/fish_lightblue@2x.png) 2x
  );
  background-image: -webkit-image-set(
    url(../images/buyer/fish_lightblue.png) 1x,
    url(../images/buyer/fish_lightblue@2x.png) 2x
  );
  width: 7.125rem;
  height: 4.625rem;
  top: -1.25rem;
  right: -1.25rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  .buyer__cont::after {
    top: -5rem;
    right: -1.25rem;
  }
}

.buyer__item:nth-child(even) .buyer__cont::after {
  background-image: url(../images/buyer/ika.png);
  background-image: image-set(
    url(../images/buyer/ika.png) 1x,
    url(../images/buyer/ika@2x.png) 2x
  );
  background-image: -webkit-image-set(
    url(../images/buyer/ika.png) 1x,
    url(../images/buyer/ika@2x.png) 2x
  );
  width: 5.3125rem;
  height: 7.8125rem;
  top: -5rem;
  right: initial;
  left: -1.25rem;
}
@media screen and (max-width: 599px) {
  .buyer__item:nth-child(even) .buyer__cont::after {
    top: -8.75rem;
  }
}

.buyer__text {
  margin-top: 2.4375rem;
  font-size: clamp(16px, 1rem, 18px);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: left;
  color: #333;
}

.buyer__btns {
  margin-top: 5.1875rem;
  display: flex;
  gap: 4.0625rem;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .buyer__btns {
    margin-top: 2.5rem;
    gap: 1.25rem;
    flex-direction: column;
  }
}

.buyer__btn {
  display: block;
}

.card__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.875rem;
}
@media screen and (max-width: 599px) {
  .card__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
  }
}

@media (max-width: 1000px) {
  .card__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .card__item {
    width: 40%;
    min-width: 260px;
  }
}
@media (max-width: 599px) {
  .card__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
  }
  .card__item {
    width: 100%;
  }
}
.card__item {
  position: relative;
}

@media screen and (max-width: 599px) {
  .card__item:nth-child(odd) {
    margin-left: 1.25rem;
    margin-right: calc(50% - 50vw);
  }
}

@media screen and (max-width: 599px) {
  .card__item:nth-child(even) {
    margin-right: 1.25rem;
    margin-left: calc(50% - 50vw);
  }
}

.card__item:nth-child(1)::after {
  content: "";
  position: absolute;
  background-image: url(../images/top/fish_orange.png);
  background-image: image-set(
    url(../images/top/fish_orange.png) 1x,
    url(../images/top/fish_orange@2x.png) 2x
  );
  background-image: -webkit-image-set(
    url(../images/top/fish_orange.png) 1x,
    url(../images/top/fish_orange@2x.png) 2x
  );
  width: 7.125rem;
  height: 4.625rem;
  bottom: 1.25rem;
  left: -1.25rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 999px) {
  .card__item:nth-child(1)::after {
    bottom: 2.5rem;
    left: -2.5rem;
  }
}
@media screen and (max-width: 599px) {
  .card__item:nth-child(1)::after {
    bottom: 0.3125rem;
    left: -1.875rem;
  }
}

.card__item:nth-child(2)::after {
  content: "";
  position: absolute;
  background-image: url(../images/top/fish_blue.png);
  background-image: image-set(
    url(../images/top/fish_blue.png) 1x,
    url(../images/top/fish_blue@2x.png) 2x
  );
  background-image: -webkit-image-set(
    url(../images/top/fish_blue.png) 1x,
    url(../images/top/fish_blue@2x.png) 2x
  );
  width: 7.125rem;
  height: 4.625rem;
  top: -1.25rem;
  right: -1.875rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  .card__item:nth-child(2)::after {
    top: -0.9375rem;
    right: -2.25rem;
    width: 6.1875rem;
    height: 3.625rem;
  }
}

.card__item:nth-child(3)::after {
  content: "";
  position: absolute;
  background-image: url(../images/top/fish_brown.png);
  background-image: image-set(
    url(../images/top/fish_brown.png) 1x,
    url(../images/top/fish_brown@2x.png) 2x
  );
  background-image: -webkit-image-set(
    url(../images/top/fish_brown.png) 1x,
    url(../images/top/fish_brown@2x.png) 2x
  );
  width: 7.125rem;
  height: 4.625rem;
  bottom: 1.25rem;
  left: -1.25rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 999px) {
  .card__item:nth-child(3)::after {
    bottom: 7.5rem;
    left: -5rem;
  }
}
@media screen and (max-width: 599px) {
  .card__item:nth-child(3)::after {
    width: 6.0625rem;
    height: 4.1875rem;
    bottom: -0.625rem;
    left: -1.25rem;
  }
}

.card__img {
  border-radius: 1.25rem;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 599px) {
  .card__item:nth-child(odd) .card__img {
    border-radius: 0.625rem 0 0 0.625rem;
  }
}

@media screen and (max-width: 599px) {
  .card__item:nth-child(even) .card__img {
    border-radius: 0 0.625rem 0.625rem 0;
  }
}

.card__img img {
  aspect-ratio: 370/280;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 599px) {
  .card__img img {
    aspect-ratio: 336/226;
  }
}

.card__text {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  padding: 0.625rem 1.125rem;
  background-color: #036eb7;
  font-size: clamp(18px, 1.375rem, 22px);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 1.25rem 0 1.25rem 0;
}
@media screen and (max-width: 599px) {
  .card__text {
    border-radius: 0.625rem 0 0.625rem 0;
    font-size: clamp(18px, 1.125rem, 22px);
    padding: 0.375rem 1.375rem;
    letter-spacing: 0.15em;
  }
}

@media screen and (max-width: 599px) {
  .card__item:nth-child(odd) .card__text {
    border-radius: 0.625rem 0 0 0;
  }
}

@media screen and (max-width: 599px) {
  .card__item:nth-child(even) .card__text {
    bottom: 0;
    left: 0;
    right: initial;
    border-radius: 0 0.625rem 0 0;
  }
}

.company {
  padding-top: 3.75rem;
  padding-bottom: 5.625rem;
  background-color: #eafcff;
}
@media screen and (max-width: 599px) {
  .company {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.company__topimg {
  width: 100%;
  aspect-ratio: 1440/538;
}
@media screen and (max-width: 599px) {
  .company__topimg {
    aspect-ratio: 335/125;
    height: 12.5rem;
  }
}

.company__topimg picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 599px) {
  .company__topimg picture img {
    aspect-ratio: 335/125;
    height: 12.5rem;
  }
}

.company__info {
  margin-top: 3.75rem;
}
@media screen and (max-width: 599px) {
  .company__info {
    margin-top: 2rem;
  }
}

.company__row {
  display: flex;
}

.company__row:first-of-type .company__head,
.company__row:first-of-type .company__body {
  padding-top: 0;
}

.company__head {
  width: 25%;
  font-size: clamp(16px, 1rem, 18px);
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: left;
  color: #333;
  padding: 0.625rem 0 0.8125rem;
  border-bottom: 1px solid #036eb7;
}
@media screen and (max-width: 599px) {
  .company__head {
    width: 28%;
    padding: 0.5rem 0 0.5rem;
    line-height: 1.8;
    font-size: clamp(16px, 1rem, 18px);
  }
}

.company__body {
  width: 75%;
  font-size: clamp(16px, 1rem, 18px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2;
  text-align: left;
  color: #333;
  padding: 0.625rem 0 0.8125rem;
  border-bottom: 1px solid #d5bf94;
}
@media screen and (max-width: 599px) {
  .company__body {
    width: 72%;
    font-size: clamp(16px, 1rem, 18px);
    padding: 0.5rem 0 0.5625rem 0.625rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
}

.company__row--pay .company__head,
.company__row--pay .company__body {
  padding: 1rem 0 1.25rem;
}
@media screen and (max-width: 599px) {
  .company__row--pay .company__head,
  .company__row--pay .company__body {
    padding: 1rem 0 1.25rem 0.625rem;
  }
}

.company__img {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem 0.89rem;
}
@media screen and (max-width: 599px) {
  .company__img {
    gap: 0.625rem;
    row-gap: 0.9375rem;
  }
}

.company__img img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .company__img img {
    max-height: initial;
    max-width: initial;
    width: 100%;
  }
}

.company__calendar {
  max-width: 34.4375rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.company__row--holiday .company__head,
.company__row--tel .company__head,
.company__row--parking .company__head,
.company__row--holiday .company__body,
.company__row--tel .company__body,
.company__row--parking .company__body {
  padding-bottom: 0.875rem;
}

.company__row--holiday .company__body {
  line-height: 1.8;
}

.company__row--address .company__head {
  padding-top: 0.875rem;
}

.company__row--pay .company__body {
  padding-top: 1.125rem;
}
@media screen and (max-width: 599px) {
  .company__row--pay .company__body {
    padding-top: 0.9375rem;
  }
}

@media screen and (max-width: 599px) {
  .company__row--pay .company__head,
  .company__row--pay .company__body {
    padding-bottom: 0.9375rem;
  }
}

.company__img--visa {
  width: 63px;
  height: 36px;
}
@media screen and (max-width: 599px) {
  .company__img--visa {
    width: 55px;
    height: 32px;
  }
}

.company__img--master {
  width: 52px;
  height: 36px;
}
@media screen and (max-width: 599px) {
  .company__img--master {
    width: 45px;
    height: 32px;
  }
}

.company__img--jcb {
  width: 48px;
  height: 36px;
}
@media screen and (max-width: 599px) {
  .company__img--jcb {
    margin-left: 0.8125rem;
    width: 43px;
    height: 32px;
  }
}

.company__img--amex {
  width: 36px;
  height: 36px;
}
@media screen and (max-width: 599px) {
  .company__img--amex {
    margin-left: 0.5rem;
    width: 32px;
    height: 32px;
  }
}

.company__img--diners {
  width: 51px;
  height: 36px;
}
@media screen and (max-width: 599px) {
  .company__img--diners {
    width: 44px;
    height: 32px;
  }
}

.company__img--paypay {
  width: 98px;
  height: 36px;
}
@media screen and (max-width: 599px) {
  .company__img--paypay {
    width: 85px;
    height: 31px;
  }
}

.company__img--rakuten {
  width: 90px;
  height: 36px;
}
@media screen and (max-width: 599px) {
  .company__img--rakuten {
    width: 70px;
    height: 31px;
  }
}

.company__img--docomo {
  width: 110px;
  height: 36px;
}
@media screen and (max-width: 599px) {
  .company__img--docomo {
    width: 81px;
    height: 26px;
  }
}

.company__img--au {
  width: 129px;
  height: 36px;
}
@media screen and (max-width: 599px) {
  .company__img--au {
    margin-left: -0.3125rem;
    width: 93px;
    height: 26px;
  }
}

.company__row--pay .company__head {
  padding-top: 0.875rem;
}
@media screen and (max-width: 599px) {
  .company__row--pay .company__head {
    padding-left: 0;
    padding-top: 0.4375rem;
  }
}

@media screen and (max-width: 599px) {
  .company__row.company__row--address {
    line-height: 1.5;
  }
}

@media screen and (max-width: 599px) {
  .company__row.company__row--address .company__head,
  .company__row.company__row--address .company__body {
    padding-bottom: 0.6875rem;
  }
}

@media screen and (max-width: 599px) {
  .company__row.company__row--time .company__head,
  .company__row.company__row--time .company__body {
    padding-bottom: 0.3125rem;
  }
}

@media screen and (max-width: 599px) {
  .company__row.company__row--holiday .company__head,
  .company__row.company__row--holiday .company__body {
    line-height: 1.7;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

@media screen and (max-width: 599px) {
  .company__row.company__row--holiday .company__head {
    padding-top: 0.875rem;
  }
}

@media screen and (max-width: 599px) {
  .company__row.company__row--tel .company__head,
  .company__row.company__row--tel .company__body {
    line-height: 1.7;
    padding-top: 0.5625rem;
    padding-bottom: 0.625rem;
  }
}

@media screen and (max-width: 599px) {
  .company__row.company__row--parking .company__head,
  .company__row.company__row--parking .company__body {
    line-height: 1.7;
    padding-top: 0.4375rem;
    padding-bottom: 0.625rem;
  }
}

.contact {
  padding-top: 3.75rem;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 599px) {
  .contact {
    padding-bottom: 1.875rem;
  }
}
.contact__title {
  font-size: clamp(24px, 1.4rem, 36px);
}
.contact__text {
  font-size: clamp(18px, 1.2rem, 22px);
  margin-top: 1.5em;
  text-align: center;
}

.contact__text span {
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .contact__title {
    font-size: clamp(18px, 1.2rem, 32px);
  }
  .contact__text {
    font-size: clamp(15px, 1rem, 32px);
    margin-top: 1.5em;
  }
  .contact__text span {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .contact__text a {
    display: inline-block;
    color: #036eb7;
  }
}
.fv {
  position: relative;
  background-image: url(../images/top/fv_background.jpg);
}
.don {
  padding-top: 3.75rem;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .don {
    padding-top: 0;
  }
}

.don__img {
  width: 100%;
  height: 30.75rem;
  position: relative;
  z-index: -1;
}
/* 背景画像 */
.don__img::before {
  width: 100%;
  height: 75.4rem;
  min-height: 90vh;
  background: url(../images/top/don.jpg);
  background-image: image-set(
    url(../images/top/don.jpg) 1x,
    url(../images/top/don@2x.jpg) 2x
  );
  background-image: -webkit-image-set(
    url(../images/top/don.jpg) 1x,
    url(../images/top/don@2x.jpg) 2x
  );
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .don__img {
    width: 100%;
    height: 15rem;
    position: relative;
    z-index: -1;
  }
  /* 背景画像 */
  .don__img::before {
    width: 100%;
    height: 84vh;
    min-height: unset;
    bottom: 8vh;
  }
}

.don::before {
  content: "";
  position: absolute;
  background-image: url(../images/top/bg_wave_yellow.png);
  background-image: image-set(
    url(../images/top/bg_wave_yellow.png) 1x,
    url(../images/top/bg_wave_yellow@2x.png) 2x
  );
  background-image: -webkit-image-set(
    url(../images/top/bg_wave_yellow.png) 1x,
    url(../images/top/bg_wave_yellow@2x.png) 2x
  );
  width: 114vw;
  height: 10.3125rem;
  top: -1.25rem;
  left: 0;
  background-size: contain;
  background-position: center;
  background-repeat: repeat-x;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .don::before {
    width: 53.5rem;
    height: 5.375rem;
    top: -2rem;
    left: -7.375rem;
  }
}

.don::after {
  content: "";
  position: absolute;
  background-image: url(../images/top/bg_wave_white.png);
  background-image: image-set(
    url(../images/top/bg_wave_white.png) 1x,
    url(../images/top/bg_wave_white@2x.png) 2x
  );
  background-image: -webkit-image-set(
    url(../images/top/bg_wave_white.png) 1x,
    url(../images/top/bg_wave_white@2x.png) 2x
  );
  width: 114vw;
  height: 10.3125rem;
  bottom: -3.75rem;
  left: 0;
  background-size: contain;
  background-position: center;
  background-repeat: repeat-x;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .don::after {
    width: 53.5rem;
    height: 5.375rem;
    bottom: -2.3rem;
    left: -1.875rem;
  }
}

.example {
  padding-top: 3.75rem;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 599px) {
  .example {
    position: relative;
    z-index: 2;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.example__cont {
  margin-top: 4.4375rem;
}
@media screen and (max-width: 599px) {
  .example__cont {
    margin-top: 0.9375rem;
  }
}

.example__text {
  margin-top: 2.5rem;
}
@media screen and (max-width: 599px) {
  .example__text {
    margin-top: 2.5rem;
  }
}

.example__list.list {
  margin-top: 3.75rem;
  gap: 5rem;
}
@media screen and (max-width: 599px) {
  .example__list.list {
    margin-top: 2.5rem;
    gap: 6.25rem;
  }
}

.example__list .list__cont::after {
  display: none;
}

.list__flex {
  display: flex;
  gap: 3.875rem;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .list__flex {
    align-items: flex-start;
  }
}
@media screen and (max-width: 800px) {
  .example__item .list__flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 599px) {
  .list__flex {
    flex-direction: column;
    align-items: center;
  }
}

.example__cont.list__cont {
  margin-top: 0;
}

.example__item:nth-child(odd) .list__img {
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 800px) {
  .example__item:nth-child(odd) .list__img {
    margin-left: auto;
  }
}
.example__item:nth-child(even) .list__flex {
  flex-direction: row-reverse;
}
@media screen and (max-width: 800px) {
  .example__item:nth-child(even) .list__flex {
    flex-direction: column;
  }
}
.example__item:nth-child(even) .list__img {
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 800px) {
  .example__item:nth-child(even) .list__img {
    margin-right: auto;
  }
}

.example__item:nth-child(odd) .list__img {
  border-radius: 0 1.25rem 1.25rem 0;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .example__item:nth-child(odd) .list__img {
    border-radius: 1.25rem;
  }
}

.example__item:nth-child(even) .list__img {
  border-radius: 1.25rem 0 0 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .example__item:nth-child(even) .list__img {
    border-radius: 1.25rem;
  }
}

.example__price {
  margin-top: 2.5rem;
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border: 0.1875rem solid #036eb7;
}
@media screen and (max-width: 800px) {
  .example__price {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .example__price {
    margin-top: 2rem;
  }
}

.price-card__title {
  color: #fff;
  background-color: #036eb7;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1.625rem;
  font-size: clamp(28px, 1.75rem, 30px);
}
@media screen and (max-width: 599px) {
  .price-card__title {
    font-size: clamp(16px, 1.25rem, 20px);
  }
}

.price-card__text {
  text-align: center;
  padding: 0.625rem 1.25rem 3.75rem;
}
@media screen and (max-width: 599px) {
  .price-card__text {
    padding: 0.3125rem 1.25rem 1.25rem;
  }
}

.price-card__text.text {
  font-size: clamp(20px, 1.875rem, 30px);
}

.faq {
  padding-top: 7.5rem;
  padding-bottom: 5.625rem;
  background-color: rgba(250, 246, 226, 0.4);
  position: relative;
}
@media screen and (max-width: 599px) {
  .faq {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.faq__text--bottom {
  margin-top: 2.5rem;
}

.faq__list {
  margin-top: 2.5rem;
}
.faq__list {
  border-radius: 0.3125rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media screen and (max-width: 599px) {
  .faq__list {
    gap: 0.9375rem;
  }
}
.faq__item {
  background-color: #fff;
  border-radius: 0.625rem;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.05);
}

.faq__header {
  position: relative;
  cursor: pointer;
  padding: 1.25rem 3.75rem 1.25rem 1.875rem;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  font-size: clamp(16px, 1.0625rem, 17px);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: left;
  color: #333;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .faq__item {
    border-radius: 1rem;
  }
}
@media screen and (max-width: 599px) {
  .faq__item {
    border-radius: 0.625rem;
  }
  .faq__header {
    padding: 1rem 1.875rem 1rem 0.625rem;
    font-size: clamp(16px, 1rem, 18px);
    line-height: 2;
    align-items: flex-start;
    letter-spacing: 0.14em;
  }
}

.faq__header p {
  padding-top: 0.625rem;
}
@media screen and (max-width: 599px) {
  .faq__header p {
    padding-top: 0.125rem;
  }
}

.faq__header::after {
  content: "";
  position: absolute;
  background-image: url(../images/top/arrow.svg);
  width: 1.25rem;
  height: 0.875rem;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  right: 1.875rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
@media screen and (max-width: 599px) {
  .faq__header::after {
    right: 0.625rem;
    width: 1rem;
    height: 0.6875rem;
  }
}

.faq__header.is-open::after {
  transform: rotate(180deg) translateY(0);
}

@media screen and (max-width: 599px) {
  .faq__header.is-open {
    padding: 0.875rem 1.875rem 0.625rem 0.625rem;
  }
}

.faq__header span,
.faq__content span {
  margin-right: 1.5625rem;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(20px, 1.4375rem, 23px);
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.9375rem 1.125rem;
  border-radius: 2.5rem;
  display: block;
}
@media screen and (max-width: 599px) {
  .faq__header span,
  .faq__content span {
    margin-right: 0.625rem;
    font-size: clamp(20px, 1.25rem, 22px);
    padding: 0.3125rem 0.625rem 0.625rem;
  }
}

.faq__header span {
  color: #fff;
  background-color: #036eb7;
}

.faq__content span {
  color: #036eb7;
  background-color: #fcee23;
}

.faq__content {
  display: none;
  padding: 0rem 1.875rem 1.25rem;
  background-color: #fff;
  font-size: clamp(16px, 1.0625rem, 17px);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: left;
  color: #333;
  border-radius: 0 0 2.5rem 2.5rem;
}
@media screen and (max-width: 599px) {
  .faq__content {
    padding: 0rem 1.875rem 1.25rem 0.625rem;
    align-items: flex-start;
  }
}

.faq__content div {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 599px) {
  .faq__content div {
    letter-spacing: 0.05em;
  }
}

.faq__content p {
  padding-top: 0.625rem;
}
@media screen and (max-width: 599px) {
  .faq__content p {
    padding-top: 0;
    line-height: 1.6;
    letter-spacing: 0.14em;
    font-size: clamp(16px, 1rem, 18px);
  }
}

.fixed__menu {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #00b8d2;
  padding: 0.5rem 0;
  z-index: 10000;
}

.fixed__inner {
  display: flex;
  gap: 0.625rem;
}

.fixed__btn {
  display: block;
  color: #036eb7;
  background-color: #fff;
  border-radius: 0.3125rem;
  padding: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixed__tel {
  gap: 0.3125rem;
  width: 68%;
}

.fixed__tel img {
  max-width: 0.9375rem;
}

.fixed__top {
  width: 32%;
  flex-direction: column;
  padding-top: 0.375rem;
  line-height: 1.2;
}

.fixed__top img {
  max-height: 0.625rem;
}

.flow {
  padding-top: 3.75rem;
  padding-bottom: 5.625rem;
  background-color: #eafcff;
}
@media screen and (max-width: 599px) {
  .flow {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.flow__text {
  margin-top: 3rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .flow__text {
    margin-top: 1.25rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
}

.flow__list {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.8125rem;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .flow__list {
    gap: 1.75rem;
  }
}
@media screen and (max-width: 599px) {
  .flow__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
  }
}

@media (max-width: 850px) {
  .flow__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
  }
}
.flow__item {
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
  height: inherit;
  text-align: center;
}
.flow-item__img img {
  aspect-ratio: 335/249;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 599px) {
  .flow-item__img img {
    aspect-ratio: 335/190;
  }
}

.flow-item__textbox {
  position: relative;
  padding: 3.125rem 2rem 3.0625rem;
  text-align: center;
  background-color: #fff;
  height: inherit;
}
@media screen and (max-width: 599px) {
  .flow-item__textbox {
    padding: 1.875rem 1.25rem;
  }
}
@media screen and (max-width: 599px) {
  .flow-item__textbox {
    padding: 1.875rem 1.25rem;
  }
}

.flow-item__num {
  width: 2.2em;
  height: 2.2em;
  border-radius: 9999px;
  position: absolute;
  font-size: clamp(40px, 3.125rem, 50px);
  font-weight: bold;
  text-align: center;
  line-height: 0.9;
  letter-spacing: 0.01em;
  color: #036eb7;
  left: 50%;
  transform: translateX(-50%);
  top: -1em;
  background-color: #fff;
  padding: 1.5625rem 0;
}
@media screen and (max-width: 599px) {
  .flow-item__num {
    width: 2.8em;
    height: 2.8em;
    top: -1.4em;
    padding: 0.9rem 0;
    font-size: clamp(18px, 1.875rem, 30px);
  }
}

.flow-item__num span {
  font-size: clamp(16px, 1rem, 18px);
  display: block;
}
@media screen and (max-width: 599px) {
  .flow-item__num span {
    font-size: clamp(14px, 0.875rem, 16px);
  }
}

.flow-item__title {
  font-size: clamp(22px, 1.875rem, 34px);
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 3.6px;
  color: #036eb7;
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 599px) {
  .flow-item__title {
    font-size: clamp(18px, 1.375rem, 22px);
  }
}

.flow-item__text {
  margin-top: 1.0625rem;
}
@media screen and (max-width: 599px) {
  .flow-item__text {
    margin-top: 0.625rem;
    line-height: 1.8;
  }
}

.flow-item__btn {
  margin-top: 2.3125rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .flow-item__btn {
    margin-top: 1.25rem;
  }
}

.flow-item__btn a {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding: 1.25rem 2.5rem;
}

@media (max-width: 599px) {
  .flow-item__btn a {
    text-align: center;
  }
}
.footer {
  padding-top: 5.4375rem;
  padding-bottom: 5.75rem;
  background-image: url(../images/common/bg_footer.jpg);
  background-image: image-set(
    url(../images/common/bg_footer.jpg) 1x,
    url(../images/common/bg_footer@2x.jpg) 2x
  );
  background-image: -webkit-image-set(
    url(../images/common/bg_footer.jpg) 1x,
    url(../images/common/bg_footer@2x.jpg) 2x
  );
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .footer {
    padding-top: 1.875rem;
    padding-bottom: 5.75rem;
  }
}

.footer__logo {
  max-width: 16.875rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .footer__logo {
    max-width: 9.375rem;
  }
}

.footer__text {
  font-size: clamp(16px, 1.0625rem, 17px);
  font-weight: bold;
  line-height: 2.35;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .footer__text {
    font-size: clamp(16px, 1rem, 18px);
  }
}

.footer__company {
  margin-top: 1.25rem;
}
@media screen and (max-width: 599px) {
  .footer__company {
    line-height: 2;
    margin-top: 0.5rem;
    letter-spacing: 0.05em;
  }
}

.footer__address {
  padding-bottom: 1.375rem;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .footer__address {
    padding-bottom: 0.625rem;
    line-height: 1.8;
  }
}

.footer__nav {
  border-top: 1px solid #fff;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
}
@media screen and (max-width: 599px) {
  .footer__nav {
    width: 100%;
  }
}

.footer__list {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(14px, 0.96875rem, 20px);
  letter-spacing: 0.075em;
}
@media screen and (max-width: 599px) {
  .footer__list {
    margin-top: 0.625rem;
    line-height: 2;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, auto);
    text-align: left;
    width: 100%;
    font-size: 1rem;
  }
}

.footer__item {
  padding: 1.25rem 0.75rem;
}
@media screen and (max-width: 599px) {
  .footer__item {
    padding: 0;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 400 !important;
  }
}

.footer__item a {
  width: 100%;
  height: 100%;
  display: block;
}

.footer__btns {
  margin-top: 0.8125rem;
  display: flex;
  gap: 2.0625rem;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .footer__btns {
    margin-top: 1.25rem;
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    gap: 0.625rem;
  }
}

.footer__btn {
  min-width: 18.75rem;
  width: min(26.3vw, 380px);
}
@media screen and (max-width: 999px) {
  .footer__btn {
    width: min(40vw, 400px);
  }
}
@media screen and (max-width: 599px) {
  .footer__btn {
    width: min(26.3vw, 380px);
  }
}

.pagetop_btn {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: #036eb7;
  border: solid 2px #fff;
  position: fixed;
  right: 5.5rem;
  bottom: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 8000;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 900px) {
  .pagetop_btn {
    right: 1rem;
    bottom: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .pagetop_btn {
    display: none;
  }
}

.pagetop_btn .top_arrow {
  width: 20px;
  height: 20px;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  transform: translateY(20%) rotate(-45deg);
  display: block;
}
@media screen and (max-width: 599px) {
  .pagetop_btn .top_arrow {
    width: 0.6rem;
    height: 0.6rem;
    border-top: solid 0.1875rem #fff;
    border-right: solid 0.1875rem #fff;
  }
}

.fv {
  position: relative;
}

.fv__img img {
  aspect-ratio: 1440/751;
  max-height: 85vh;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 850px) {
  .fv__img img {
    max-height: max-content;
  }
}
@media screen and (max-width: 599px) {
  .fv__img img {
    aspect-ratio: 751/870;
    max-height: unset;
  }
}

.fv__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  font-size: clamp(36px, 3.75rem, 60.21px);
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 0.375rem rgb(0, 184, 210);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #00b8d2;
  letter-spacing: 0.1em;
  white-space: nowrap;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .fv__text {
    font-size: 1.875rem; /*可変*/
    font-weight: 900;
    transform: translateX(-50%) translateY(-75%);
  }
}

.fv__text span {
  display: block;
  font-size: clamp(24px, 2.625rem, 42.15px);
  letter-spacing: 0.1em;
  font-weight: 900;
}
@media screen and (max-width: 599px) {
  .fv__text span {
    font-size: 1rem; /*可変*/
  }
}

.general {
  position: relative;
  padding-top: 8.25rem;
  padding-bottom: 3.75rem;
  background-image: url(../images/common/bg_paper.jpg);
  background-image: image-set(
    url(../images/common/bg_paper.jpg) 1x,
    url(../images/common/bg_paper@2x.jpg) 2x
  );
  background-image: -webkit-image-set(
    url(../images/common/bg_paper.jpg) 1x,
    url(../images/common/bg_paper@2x.jpg) 2x
  );
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 599px) {
  .general {
    z-index: 2;
    padding-top: 4.375rem;
    padding-bottom: 5rem;
  }
}

.general__list {
  margin-top: 3.125rem;
}
@media screen and (max-width: 599px) {
  .general__list {
    margin-top: 1.875rem;
  }
}

.general__text {
  margin-top: 2.5rem;
  max-width: 62.5rem;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .general__text {
    text-align: left;
  }
}

.general__text:first-of-type {
  margin-top: 2.5rem;
}

.general__text:not(:first-of-type) {
  margin-top: 0;
}
@media screen and (max-width: 599px) {
  .general__text:not(:first-of-type) {
    margin-top: 1.25rem;
  }
}

.header {
  width: 100%;
  position: fixed;
  background-color: #fff;
  z-index: 10000;
}
@media screen and (max-width: 599px) {
  .header {
    height: -moz-fit-content;
    height: fit-content;
  }
}

.header__inner {
  max-width: 86.875rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 599px) {
  .header__inner {
    height: inherit;
    padding-left: 0;
    padding-right: 0;
  }
}

.header__logo {
  width: 13rem;
}
@media (max-width: 837px) {
  .header__logo {
    width: 30%;
  }
}
@media screen and (max-width: 599px) {
  .header__logo {
    width: 9.375rem;
  }
}

.header__logo a {
  padding: 0.9375rem 0;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 599px) {
  .header__logo a {
    padding: 0.4375rem 1.25rem;
  }
}

.header__logo img {
  aspect-ratio: 208/70;
  -o-object-fit: contain;
  object-fit: contain;
}

.header__nav {
  display: flex;
  margin-right: calc(50% - 50vw);
}
@media (max-width: 837px) {
  .header__nav {
    width: 70%;
  }
}
@media screen and (max-width: 599px) {
  .header__nav {
    display: none;
  }
}

.header__text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0.625rem 0;
  justify-content: center;
}

.header__tel {
  width: 200px;
  padding-top: 0.6875rem;
  margin-right: 1rem;
}
@media screen and (max-width: 999px) {
  .header__tel {
    padding-top: 0.625rem;
    margin-right: 1rem;
  }
}

.header__tel img {
  aspect-ratio: 198/21;
  -o-object-fit: contain;
  object-fit: contain;
}

.header__list {
  display: flex;
  padding-left: 0.6875rem;
  padding-right: 0.3125rem;
  flex-wrap: wrap;
  align-items: flex-end;
  text-align: right;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: flex-end;
}

.header__item a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(16px, 1rem, 18px);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  color: #000;
  height: -moz-fit-content;
  height: fit-content;
}

.header__item a {
  display: block;
  padding: 0.625rem;
}

.header__btn {
  background-color: #036eb7;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(16px, 1rem, 18px);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  padding: 1rem 1.4375rem 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5625rem;
}

.header__btn img {
  aspect-ratio: 36/28;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 2.25rem;
}

.header__btn span {
  display: block;
  white-space: nowrap;
}

.intro {
  padding-top: 3.75rem;
  padding-bottom: 5.625rem;
}
@media screen and (max-width: 599px) {
  .intro {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.intro__subtitle {
  margin-top: 3.75rem;
}
.intro__list {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 599px) {
  .intro__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
  }
}

.intro__item {
  background-color: #036eb7;
  position: relative;
  padding: 0.625rem;
}
@media screen and (max-width: 599px) {
  .intro__item {
    padding: 0.3rem;
  }
}

.intro__img {
  max-width: 5rem;
  max-height: 5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2.5rem;
  -o-object-fit: contain;
  object-fit: contain;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .intro__img {
    max-width: 2.8rem;
    max-height: 2.6rem;
    left: 0.9rem;
  }
}

.intro__img img {
  width: 100%;
  height: 100%;
}

.intro__text {
  color: #fff;
  font-size: clamp(18px, 1.875rem, 30px);
  padding: 2.5rem 2.5rem 2.5rem 6.25rem;
  border: 1px solid #fff;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .intro__text {
    font-size: 1rem; /*可変*/
    padding: 0.875rem 0.25rem 0.875rem 3.5rem;
  }
}

.katei {
  margin-top: 2.5rem;
  padding-bottom: 5.875rem;
  position: relative;
}
@media screen and (max-width: 599px) {
  .katei {
    margin-top: 4rem;
    padding-bottom: 2rem;
  }
}

.katei::before {
  content: "";
  position: absolute;
  background-image: url(../images/about/bg_katei.jpg);
  background-image: image-set(
    url(../images/about/bg_katei.jpg) 1x,
    url(../images/about/bg_katei@2x.jpg) 2x
  );
  background-image: -webkit-image-set(
    url(../images/about/bg_katei.jpg) 1x,
    url(../images/about/bg_katei@2x.jpg) 2x
  );
  width: 100vw;
  height: 50rem;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: repeat-x;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .katei::before {
    height: 75rem;
  }
}

.katei__cont {
  display: flex;
  align-items: flex-start;
  gap: 3.625rem;
}
@media screen and (max-width: 599px) {
  .katei__cont {
    flex-direction: column;
    gap: 2.5rem;
  }
}

.katei__title {
  width: 29.2%;
  font-size: clamp(42px, 2.625rem, 42px);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.76;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}
@media screen and (max-width: 599px) {
  .katei__title {
    font-size: clamp(20px, 1.5rem, 30px);
    width: 100%;
    writing-mode: horizontal-tb;
  }
}

.katei__title span {
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.625rem 1.125rem;
  background-color: #036eb7;
}
@media screen and (max-width: 599px) {
  .katei__title span {
    padding: 1.125rem 0.875rem;
  }
}

.katei__title span:nth-child(2) {
  margin-top: 4.375rem;
  background-image: url(../images/about/text_bg.jpg);
  background-image: image-set(
    url(../images/about/text_bg.jpg) 1x,
    url(../images/about/text_bg@2x.jpg) 2x
  );
  background-image: -webkit-image-set(
    url(../images/about/text_bg.jpg) 1x,
    url(../images/about/text_bg@2x.jpg) 2x
  );
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 599px) {
  .katei__title span:nth-child(2) {
    background-image: url(../images/about/text_bg_sp.jpg);
    background-image: image-set(
      url(../images/about/text_bg_sp.jpg) 1x,
      url(../images/about/text_bg_sp@2x.jpg) 2x
    );
    background-image: -webkit-image-set(
      url(../images/about/text_bg_sp.jpg) 1x,
      url(../images/about/text_bg_sp@2x.jpg) 2x
    );
    margin-top: 0;
    margin-left: 1.25rem;
  }
}

.katei__box {
  width: 85%;
}
@media screen and (max-width: 599px) {
  .katei__box {
    width: 100%;
  }
}
.katei__img {
  border-radius: 0.625rem;
}
@media screen and (max-width: 1200px) {
  .katei__img {
    border-radius: 1rem;
  }
}
@media screen and (max-width: 599px) {
  .katei__img {
    border-radius: 0.625rem;
    overflow: hidden;
  }
}

.katei__img img {
  aspect-ratio: 850/500;
  -o-object-fit: cover;
  object-fit: cover;
}

.katei__text {
  margin-top: 1.875rem;
  font-family: NotoSansJP;
  font-size: clamp(16px, 1rem, 18px);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 599px) {
  .katei__text {
    margin-top: 1.25rem;
  }
}

.katei__gallery {
  margin-top: 2.75rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
@media screen and (max-width: 599px) {
  .katei__gallery {
    margin-top: 2rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}
.katei__galleryimg {
  border-radius: 0.625rem;
}
@media screen and (max-width: 1200px) {
  .katei__galleryimg {
    border-radius: 1rem;
  }
}
@media screen and (max-width: 599px) {
  .katei__galleryimg {
    border-radius: 0.625rem;
    overflow: hidden;
  }
}

.katei__gallery img {
  aspect-ratio: 380/260;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.list__item {
  display: flex;
  align-items: center;
  gap: 3.875rem;
}
@media screen and (max-width: 800px) {
  .list__item {
    margin-left: auto;
    flex-direction: column;
  }
}

@media (max-width: 800px) {
  .list__item {
    align-items: center;
  }
}

.list__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 800px) {
  .list__item:nth-child(even) {
    flex-direction: column;
  }
}

.list__img {
  width: calc(100vw / 2);
  height: 28.125rem;
  flex: 1;
  position: relative;
}

@media (max-width: 1000px) {
  .list__img {
    height: 47rem;
  }
}
@media (max-width: 800px) {
  .list__img {
    width: 100%;
    height: 66.9vw;
    flex: unset;
  }
}

.list__item:nth-child(odd) .list__img {
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 800px) {
  .list__item:nth-child(odd) .list__img {
    margin-left: auto;
  }
}

.list__item:nth-child(even) .list__img {
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 800px) {
  .list__item:nth-child(even) .list__img {
    margin-right: auto;
  }
}
.list__title {
  margin-top: 1.875rem;
}
@media screen and (max-width: 800px) {
  .list__title {
    margin-top: 0;
  }
}

.list__item:nth-child(odd) .list__img {
  border-radius: 0 1.25rem 1.25rem 0;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .list__item:nth-child(odd) .list__img {
    border-radius: 1.25rem;
  }
}
@media screen and (max-width: 599px) {
  .list__item:nth-child(odd) .list__img {
    border-radius: 1rem;
  }
}

.list__item:nth-child(even) .list__img {
  border-radius: 1.25rem 0 0 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .list__item:nth-child(even) .list__img {
    border-radius: 1.25rem;
  }
}
@media screen and (max-width: 599px) {
  .list__item:nth-child(even) .list__img {
    border-radius: 1rem;
  }
}
.list__img picture {
  height: 100%;
}
.list__img img {
  /*aspect-ratio: 659/451;*/
  -o-object-fit: cover;
  object-fit: cover;
}

.list__cont {
  width: 600px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .list__cont {
    width: 450px;
  }
}
@media screen and (max-width: 800px) {
  .list__cont {
    width: 100%;
  }
}

.list__item:nth-child(even) .list__cont {
  margin-top: 5rem;
}

.list__cont::after {
  content: "";
  position: absolute;
  background-image: url(../images/about/fish_lightblue.png);
  background-image: image-set(
    url(../images/about/fish_lightblue.png) 1x,
    url(../images/about/fish_lightblue@2x.png) 2x
  );
  background-image: -webkit-image-set(
    url(../images/about/fish_lightblue.png) 1x,
    url(../images/about/fish_lightblue@2x.png) 2x
  );
  width: 9.25rem;
  height: 6rem;
  top: 0.3125rem;
  right: -4.6875rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  .list__cont::after {
    top: -5rem;
    right: -1.25rem;
  }
}

@media (max-width: 1400px) {
  .list__cont::after {
    top: -3.125rem;
    right: 0.3125rem;
  }
}
@media (max-width: 599px) {
  .list__cont::after {
    top: -5rem;
    right: -1.25rem;
  }
}
.list__item:nth-child(even) .list__cont::after {
  background-image: url(../images/about/ika.png);
  background-image: image-set(
    url(../images/about/ika.png) 1x,
    url(../images/about/ika@2x.png) 2x
  );
  background-image: -webkit-image-set(
    url(../images/about/ika.png) 1x,
    url(../images/about/ika@2x.png) 2x
  );
  width: 5.3125rem;
  height: 7.8125rem;
  top: -3.75rem;
  right: initial;
  left: -2.5rem;
}
@media screen and (max-width: 599px) {
  .list__item:nth-child(even) .list__cont::after {
    top: -8.75rem;
  }
}

@media (max-width: 1400px) {
  .list__item:nth-child(even) .list__cont::after {
    top: -6.25rem;
    right: initial;
    left: 0.625rem;
  }
}
@media (max-width: 599px) {
  .list__item:nth-child(even) .list__cont::after {
    top: -8.75rem;
  }
}
.list__text {
  margin-top: 1.25rem;
  font-size: clamp(16px, 1rem, 18px);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 599px) {
  .list__text {
    margin-top: 0.8rem;
    font-size: clamp(16px, 1rem, 18px);
  }
}

.lowerFv {
  position: relative;
}

.lowerFv__img {
  width: 100%;
  aspect-ratio: 1440/440;
  max-height: 38vh;
  overflow: hidden;
}
.lowerFv__img picture,
.lowerFv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 599px) {
  .lowerFv__img {
    max-height: unset;
    aspect-ratio: unset;
    height: 10rem;
  }
}
.lowerFv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 2.625rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.79;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  text-shadow: 0.125rem 0.125rem 0.1875rem #421e1e;
}
@media screen and (max-width: 599px) {
  .lowerFv__title {
    font-size: clamp(24px, 1.6rem, 34px);
    white-space: nowrap;
  }
}

.news {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  z-index: 2;
  background-color: #eafcff;
}
@media screen and (max-width: 599px) {
  .news {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.news__title.title::after {
  transform: initial;
  right: -1.4375rem;
}
@media screen and (max-width: 599px) {
  .news__title.title::after {
    right: initial;
    left: 50%;
    transform: translateX(-50%);
  }
}

.news__cont {
  position: relative;
  background-color: #fff;
  border-radius: 1.25rem;
  box-shadow: 0.625rem 0.625rem 1.25rem rgba(0, 0, 0, 0.05);
  padding: 5rem 3.75rem;
}
@media screen and (max-width: 599px) {
  .news__cont {
    padding: 3.75rem 1.25rem 1.875rem;
  }
}

.news__list {
  margin-top: 1.25rem;
}
@media screen and (max-width: 599px) {
  .news__list {
    margin-top: 1rem;
  }
}

.news__item {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(16px, 1rem, 18px);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.1em;
  text-align: left;
  color: #333;
  padding: 0.875rem 0 1.25rem;
}
@media screen and (max-width: 599px) {
  .news__item {
    font-size: 0.8125rem;
    padding: 0.375rem 0 0.5rem;
  }
}

.news__item::after {
  content: "";
  position: absolute;
  background-image: url(../images/top/news_line.png);
  background-image: image-set(
    url(../images/top/news_line.png) 1x,
    url(../images/top/news_line@2x.png) 2x
  );
  background-image: -webkit-image-set(
    url(../images/top/news_line.png) 1x,
    url(../images/top/news_line@2x.png) 2x
  );
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  .news__item::after {
    height: 1px;
    transform: scale(-1, 1);
  }
}

.news-item__link {
  display: block;
  width: 100%;
  height: 100%;
}

.news-item__link:hover {
  color: #036eb7;
  transition: all 0.3s;
}

.news-item__info {
  display: flex;
  gap: 1.1875rem;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .news-item__info {
    gap: 0.75rem;
  }
}

.news-item__label {
  padding: 0.1875rem 0.9375rem;
  background-color: #fcee23;
  border-radius: 0.3125rem;
  font-size: clamp(16px, 1rem, 18px);
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #036eb7;
}
@media screen and (max-width: 599px) {
  .news-item__label {
    font-size: 0.875rem;
    padding: 0.03rem 0.625rem;
    border-radius: 0.2rem;
  }
}

.news-item__title {
  margin-top: 0.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .news-item__title {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    margin-top: 0.3125rem;
    letter-spacing: 0.2em;
    font-size: clamp(16px, 1rem, 18px);
  }
}

.newsdetail {
  padding-top: 3.75rem;
  padding-bottom: 5.625rem;
  background-color: #eafcff;
}
@media screen and (max-width: 599px) {
  .newsdetail {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.newsdetail__cont {
  background-color: #fff;
  border-radius: 1.25rem;
  box-shadow: 0.625rem 0.625rem 1.25rem rgba(0, 0, 0, 0.05);
  padding: 5rem 3.75rem;
}
@media screen and (max-width: 599px) {
  .newsdetail__cont {
    padding: 2rem 1.25rem 1.875rem;
  }
}

.newsdetail h1 {
  position: relative;
  font-size: 1.875rem;
  font-size: clamp(20px, 1.875rem, 30px);
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.1em;
  text-align: left;
  color: #036eb7;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 599px) {
  .newsdetail h1 {
    font-size: 1.25rem;
  }
}

.newsdetail h1::after {
  content: "";
  position: absolute;
  background-image: url(../images/top/news_line.png);
  background-image: image-set(
    url(../images/top/news_line.png) 1x,
    url(../images/top/news_line@2x.png) 2x
  );
  background-image: -webkit-image-set(
    url(../images/top/news_line.png) 1x,
    url(../images/top/news_line@2x.png) 2x
  );
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.newsdetail h2,
.newsdetail h3 {
  margin-top: 1.25rem;
}

.newsdetail p {
  margin-top: 1.25rem;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: clamp(16px, 1rem, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 599px) {
  .newsdetail p {
    font-size: clamp(16px, 1rem, 18px);
  }
}

.newsdetail__date {
  display: block;
  margin-top: 1.25rem;
  color: #a9a9a9;
  font-family: "Noto Sans JP";
  font-size: clamp(16px, 1rem, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .newsdetail__date {
    font-size: clamp(16px, 1rem, 18px);
  }
}

.newsdetail__imgs {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .newsdetail__imgs {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 1.5rem;
  }
}

.newsdetail__btns {
  margin-top: 2.5rem;
}
@media screen and (max-width: 599px) {
  .newsdetail__btns {
    margin-top: 2rem;
  }
}

.newsdetail__btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pagination {
  margin-top: 2.5rem;
}

.pagination ul {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0.625rem;
}

.pagination li {
  padding: 0.9375rem 1.25rem;
  border: 1px solid #036eb7;
  border-radius: 0.3125rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #036eb7;
  cursor: pointer;
  font-size: clamp(16px, 1rem, 18px);
  padding: 0.5rem 1rem;
  line-height: 1.3;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .pagination li {
    font-size: clamp(16px, 1rem, 18px);
    padding: 0.4rem 0.8rem;
  }
}

.pagination .prev,
.pagination .next {
  padding: 0.78rem 1rem;
}
@media screen and (max-width: 599px) {
  .pagination .prev,
  .pagination .next {
    padding: 0.4rem 0.8rem;
  }
}

.pagination .prev img,
.pagination .next img {
  max-width: 1.875rem;
  max-height: 1.25rem;
}

.pagination .active {
  color: #fff;
  background-color: #036eb7;
}

.parking {
  padding-top: 3.75rem;
  padding-bottom: 5.625rem;
  background-color: #eafcff;
}
@media screen and (max-width: 599px) {
  .parking {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.parking__subtitle {
  margin-top: 3.75rem;
}
@media screen and (max-width: 599px) {
  .parking__subtitle {
    margin-top: 1.5rem;
  }
}

.parking__imgs {
  margin-top: 2.5rem;
  display: flex;
  gap: 1.875rem;
}
@media screen and (max-width: 599px) {
  .parking__imgs {
    flex-direction: column;
  }
}

.parking__img {
  width: 50%;
  aspect-ratio: 600/450;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 599px) {
  .parking__img {
    width: 100%;
  }
}

.topAbout {
  margin-top: -0.0625rem;
  position: relative;
  background-color: #00b8d2;
  padding-top: 5.625rem;
  padding-bottom: 0.125rem;
}
@media screen and (max-width: 599px) {
  .topAbout {
    padding-top: 3.4375rem;
  }
}

/*.topAbout::before {
  content: "";
  position: absolute;
  background-image: url(../images/top/bg_topAbout.png);
  background-image: image-set(url(../images/top/bg_topAbout.png) 1x, url(../images/top/bg_topAbout@2x.png) 2x);
  background-image: -webkit-image-set(url(../images/top/bg_topAbout.png) 1x, url(../images/top/bg_topAbout@2x.png) 2x);
  width: 100vw;
  height: 60.0625rem;
  bottom: 0;
  left: 0;
  background-size: contain;
  background-position: center;
  background-repeat: repeat-x;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .topAbout::before {
    height: 31.25rem;
  }
}*/

@media (max-width: 1439px) {
  .topAbout::before {
    width: 100vw;
    height: 31.25rem;
    background-image: url(../images/top/bg_topAbout.png);
    background-image: image-set(
      url(../images/top/bg_topAbout.png) 1x,
      url(../images/top/bg_topAbout@2x.png) 2x
    );
    background-image: -webkit-image-set(
      url(../images/top/bg_topAbout.png) 1x,
      url(../images/top/bg_topAbout@2x.png) 2x
    );
    background-size: contain;
    background-position: center;
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
  }
}
@media screen and (max-width: 599px) {
  .topAbout::before {
    width: 100vw;
    height: 31.25rem;
    background-size: cover;
  }
}

.topAbout::after {
  content: "";
  position: absolute;
  background-image: url(../images/top/bg_blue.png);
  background-image: image-set(
    url(../images/top/bg_blue.png) 1x,
    url(../images/top/bg_blue@2x.png) 2x
  );
  background-image: -webkit-image-set(
    url(../images/top/bg_blue.png) 1x,
    url(../images/top/bg_blue@2x.png) 2x
  );
  width: 100vw;
  height: 51.5625rem;
  bottom: -10.9375rem;
  left: 0;
  background-size: contain;
  background-position: center;
  background-repeat: repeat-x;
  z-index: 1;
}
@media screen and (max-width: 1399px) {
  .topAbout::after {
    bottom: -14rem;
  }
}
@media screen and (max-width: 1299px) {
  .topAbout::after {
    width: 120vw;
    height: 55rem;
    bottom: -13rem;
  }
}
@media screen and (max-width: 599px) {
  .topAbout::after {
    width: 100vw;
    height: 15rem;
    bottom: -3.625rem;
    background-size: contain;
  }
}
@media (max-width: 599px) {
  .topAbout::after {
    background-image: url(../images/top/bg_blue_sp.png);
    background-image: image-set(
      url(../images/top/bg_blue_sp.png) 1x,
      url(../images/top/bg_blue_sp@2x.png) 2x
    );
    background-image: -webkit-image-set(
      url(../images/top/bg_blue_sp.png) 1x,
      url(../images/top/bg_blue_sp@2x.png) 2x
    );
    width: 100vw;
    height: 3.75rem;
    bottom: -3.625rem;
    background-size: contain;
  }
}
.topAbout__cont {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 3;
  gap: 3.75rem;
}
@media screen and (max-width: 800px) {
  .topAbout__cont {
    margin-left: auto;
    flex-direction: column;
  }
}
@media screen and (max-width: 599px) {
  .topAbout__cont {
    margin-left: auto;
    flex-direction: column;
    gap: 2.1875rem;
  }
}

.topAbout__img {
  width: calc(100vw / 2);
  height: 31.25rem;
  margin-left: calc(50% - 50vw);
  flex: 1;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .topAbout__img {
    height: 47rem;
  }
}
@media screen and (max-width: 800px) {
  .topAbout__img {
    margin-left: calc(50% - 50vw);
    width: 100vw;
    height: 66.9vw;
    flex: unset;
  }
}
@media screen and (max-width: 599px) {
  .topAbout__img {
    margin-left: unset;
    width: 100vw;
    height: 66.9vw;
  }
}

.topAbout__img::after {
  content: "";
  position: absolute;
  background-image: url(../images/top/deco_wave_white.svg);
  width: 27.0625rem;
  height: 8.5625rem;
  bottom: -1.5rem;
  right: -5.0625rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .topAbout__img::after {
    width: 15rem;
    height: 7.5625rem;
    bottom: -1.3rem;
    right: unset;
    left: -2.8rem;
  }
}
.topAbout__img img {
  /*aspect-ratio: 662/499;*/
  -o-object-fit: cover;
  object-fit: cover;
}

.topAbout__textbox {
  margin-top: -0.625rem;
  width: 600px;
}
@media screen and (max-width: 1000px) {
  .topAbout__textbox {
    width: 450px;
  }
}
@media screen and (max-width: 800px) {
  .topAbout__textbox {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .topAbout__textbox {
    width: 100%;
  }
}

.topAbout__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(26px, 2.25rem, 36px);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.12em;
  color: #fff;
  padding-bottom: 0.375rem;
  border-bottom: 0.125rem solid #fcee23;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 599px) {
  .topAbout__title {
    letter-spacing: 0.15em;
    font-size: clamp(22px, 1.375rem, 44px);
    text-align: center;
    padding-bottom: 0.0625rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.topAbout__title span {
  color: #fcee23;
}

.topAbout__text {
  margin-top: 2.25rem;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .topAbout__text {
    margin-top: 0.75rem;
    font-size: clamp(14px, 0.875rem, 28px);
    line-height: 1.78;
    letter-spacing: 0.1em;
  }
}

.topAbout__btn {
  margin-top: 3.25rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 599px) {
  .topAbout__btn {
    margin-top: 1.625rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1300px) {
  .topAbout__btn {
    width: min(35vw, 350px);
  }
  .topAbout__btn a {
    padding: 1.25rem 2.5rem;
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 599px) {
  .topAbout__btn {
    width: -moz-fit-content;
    width: fit-content;
  }
  .topAbout__btn a {
    text-align: center;
    padding: 0.75rem 2.5rem;
    letter-spacing: 0.1em;
    width: 80vw;
    max-width: 18.75rem;
  }
}
.topCompany {
  padding-top: 4.125rem;
  padding-bottom: 5.625rem;
  background-color: #eafcff;
}
@media screen and (max-width: 599px) {
  .topCompany {
    padding-top: 1.75rem;
    padding-bottom: 1.875rem;
  }
}

.topCompany__cont {
  margin-top: 3.75rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .topCompany__cont {
    margin-top: 1.75rem;
    flex-direction: column;
    gap: 1.875rem;
  }
}

.topCompany__info {
  margin-top: -0.5rem;
  width: 50%;
}
@media screen and (max-width: 599px) {
  .topCompany__info {
    width: 100%;
  }
}

.topCompany__calendar {
  width: 46%;
  aspect-ratio: 55 / 38;
}
.topCompany__calendar iframe {
  width: 100%;
  display: block;
}

@media screen and (max-width: 900px) {
  .topCompany__calendar {
    width: 100%;
    aspect-ratio: 669 / 550;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 900px) {
  .topCompany__cont {
    align-items: center;
    flex-direction: column;
  }
  .topCompany__info {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .topCompany__cont {
    margin-top: 1.75rem;
    flex-direction: column;
    gap: 1.875rem;
  }
}
.topFaq {
  padding-top: 4.3125rem;
  padding-bottom: 3.125rem;
  background-color: rgba(250, 246, 226, 0.4);
  position: relative;
}
.top .bannerWrap,
.secBgWhite {
  position: relative;
}
.top .bannerWrap::before,
.secBgWhite::before {
  /*白背景*/
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: inline-block;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .topFaq {
    padding-top: 1.875rem;
    padding-bottom: 1.25rem;
  }
}

.topFaq .topFaq__inner::before {
  content: "";
  position: absolute;
  background-image: url(../images/top/faq1.png);
  background-image: image-set(
    url(../images/top/faq1.png) 1x,
    url(../images/top/faq1@2x.png) 2x
  );
  background-image: -webkit-image-set(
    url(../images/top/faq1.png) 1x,
    url(../images/top/faq1@2x.png) 2x
  );
  width: 19vw;
  height: 19vw;
  top: -5rem;
  left: 1.25rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 3;
}
@media screen and (max-width: 599px) {
  .topFaq .topFaq__inner::before {
    top: -2.5rem;
    left: -1.25rem;
    width: 7rem;
    height: 7rem;
  }
}

.topFaq .topFaq__inner::after {
  content: "";
  position: absolute;
  background-image: url(../images/top/faq2.png);
  background-image: image-set(
    url(../images/top/faq2.png) 1x,
    url(../images/top/faq2@2x.png) 2x
  );
  background-image: -webkit-image-set(
    url(../images/top/faq2.png) 1x,
    url(../images/top/faq2@2x.png) 2x
  );
  width: 14.9vw;
  height: 14.9vw;
  top: 1.5rem;
  right: 3.5625rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 3;
}
@media screen and (max-width: 599px) {
  .topFaq .topFaq__inner::after {
    width: 4.6875rem;
    height: 4.6875rem;
    top: 1.5rem;
    right: -0.25rem;
  }
}

.topFaq__list {
  margin-top: 3rem;
}
@media screen and (max-width: 599px) {
  .topFaq__list {
    margin-top: 1.875rem;
  }
}

.banner {
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 599px) {
  .banner {
    max-width: 37.5rem;
  }
}

.bannerWrap {
  padding-bottom: 5.625rem;
  padding-top: 5.625rem;
}
@media screen and (max-width: 599px) {
  .bannerWrap {
    padding-top: 1.25rem;
    padding-bottom: 1.875rem;
  }
}

.top .bannerWrap {
  background-color: rgba(250, 246, 226, 0.4);
  padding-bottom: 5.625rem;
  padding-top: 2.5rem;
}
@media screen and (max-width: 599px) {
  .top .bannerWrap {
    padding-top: 0rem;
    padding-bottom: 1.875rem;
  }
}

.topNews {
  position: relative;
  background-color: #00b8d2;
  padding-top: 1.875rem;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .topNews {
    padding-top: 0.375rem;
  }
}

.topNews::before {
  content: "";
  position: absolute;
  background-image: url(../images/top/bg_wave.png);
  background-image: image-set(
    url(../images/top/bg_wave.png) 1x,
    url(../images/top/bg_wave@2x.png) 2x
  );
  background-image: -webkit-image-set(
    url(../images/top/bg_wave.png) 1x,
    url(../images/top/bg_wave@2x.png) 2x
  );
  width: 100vw;
  height: 10rem;
  top: -6.875rem;
  left: 0;
  background-size: contain;
  background-position: center;
  background-repeat: repeat-x;
}
@media screen and (max-width: 599px) {
  .topNews::before {
    background-image: url(../images/top/bg_wave.png);
    background-image: image-set(
      url(../images/top/bg_wave.png) 1x,
      url(../images/top/bg_wave@2x.png) 2x
    );
    background-image: -webkit-image-set(
      url(../images/top/bg_wave.png) 1x,
      url(../images/top/bg_wave@2x.png) 2x
    );
    width: 44.875rem;
    height: 5.0625rem;
    top: -3.75rem;
    left: initial;
    right: -2.4375rem;
  }
}

.topNews__title.title::after {
  transform: initial;
  right: -1.4375rem;
}
@media screen and (max-width: 599px) {
  .topNews__title.title::after {
    right: initial;
    left: 50%;
    transform: translateX(-50%);
  }
}

.topNews__cont {
  position: relative;
  background-color: #fff;
  padding: 3.5625rem 3.75rem;
  border-radius: 0.625rem;
  box-shadow: 0 0 1.2rem 0.1rem rgba(218, 218, 218, 0.5);
}
@media screen and (max-width: 1200px) {
  .topNews__cont {
    border-radius: 1rem;
  }
}
@media screen and (max-width: 599px) {
  .topNews__cont {
    border-radius: 0.625rem;
    padding: 2.5rem 1.25rem 1.875rem;
  }
}

.topNews__cont::before {
  content: "";
  position: absolute;
  background-image: url(../images/common/deco_wave1.svg);
  width: 5.6875rem;
  height: 4.3125rem;
  top: -1.6875rem;
  left: 1.1875rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  .topNews__cont::before {
    left: 0;
    top: -1.25rem;
    width: 4.6875rem;
    height: 3.5625rem;
  }
}

.topNews__cont::after {
  content: "";
  position: absolute;
  background-image: url(../images/common/deco_wave2.svg);
  width: 10.125rem;
  height: 7.625rem;
  bottom: -3.9375rem;
  right: -2.625rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  .topNews__cont::after {
    width: 5.1875rem;
    height: 3.875rem;
    bottom: initial;
    top: 4.625rem;
    right: -1.875rem;
  }
}

.topNews__list {
  margin-top: 1.25rem;
}
@media screen and (max-width: 599px) {
  .topNews__list {
    margin-top: 1rem;
  }
}

.topNews__item {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(16px, 1rem, 18px);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.1em;
  text-align: left;
  color: #333;
  padding: 0.875rem 0 1.25rem;
}
@media screen and (max-width: 599px) {
  .topNews__item {
    font-size: 0.8125rem;
    padding: 0.375rem 0 0.5rem;
  }
}

.topNews__item::after {
  content: "";
  position: absolute;
  background-image: url(../images/top/news_line.png);
  background-image: image-set(
    url(../images/top/news_line.png) 1x,
    url(../images/top/news_line@2x.png) 2x
  );
  background-image: -webkit-image-set(
    url(../images/top/news_line.png) 1x,
    url(../images/top/news_line@2x.png) 2x
  );
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  .topNews__item::after {
    height: 1px;
    transform: scale(-1, 1);
  }
}

.topNews-item__link {
  display: block;
  width: 100%;
  height: 100%;
}

.topNews-item__link:hover {
  color: #036eb7;
  transition: all 0.3s;
}

.topNews-item__info {
  display: flex;
  gap: 1.1875rem;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .topNews-item__info {
    gap: 0.75rem;
  }
}

.topNews-item__label {
  padding: 0.1875rem 0.9375rem;
  background-color: #fcee23;
  border-radius: 0.3125rem;
  font-size: clamp(16px, 1rem, 18px);
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #036eb7;
}
@media screen and (max-width: 599px) {
  .topNews-item__label {
    font-size: 0.875rem;
    padding: 0.03rem 0.625rem;
    border-radius: 0.2rem;
  }
}

.topNews-item__title {
  margin-top: 0.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .topNews-item__title {
    margin-top: 0.3125rem;
    letter-spacing: 0.2em;
  }
}

.topProvide {
  background: #fff;
  padding-top: 3.75rem;
  padding-bottom: 5.625rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 599px) {
  .topProvide {
    padding-top: 1.25rem;
    padding-bottom: 1.875rem;
  }
}

.topProvide__text {
  margin-top: 1.875rem;
  font-size: clamp(16px, 1rem, 18px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: left;
  color: #333;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .topProvide__text {
    margin-top: 1.25rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
}

.topProvide__list {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.8125rem;
  height: 100%;
}
@media screen and (max-width: 599px) {
  .topProvide__list {
    margin-top: 1.25rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
  }
}

@media (max-width: 699px) {
  .topProvide__list {
    margin-top: 1.25rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
  }
}
.topProvide__item {
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0.625rem 0.625rem 1.25rem rgba(0, 0, 0, 0.05);
  height: inherit;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .topProvide__item {
    border-radius: 1rem;
  }
}
@media screen and (max-width: 599px) {
  .topProvide__item {
    border-radius: 0.625rem;
    box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 599px) {
  .topProvide-item__img img {
    aspect-ratio: 335/249;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.topProvide-item__textbox {
  position: relative;
  padding: 1.875rem 2.5rem 3.0625rem;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .topProvide-item__textbox {
    padding: 1.125rem 1.375rem;
  }
}

.topProvide-item__textbox::before {
  content: "";
  position: absolute;
  background-image: url(../images/top/fish_blue.svg);
  width: 6.6875rem;
  height: 7.125rem;
  top: -3.5625rem;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 699px) {
  .topProvide-item__textbox::before {
    width: 8.5rem;
    height: 8.5rem;
    top: -4.5rem;
  }
}
@media screen and (max-width: 599px) {
  .topProvide-item__textbox::before {
    width: 4.625rem;
    height: 4.9375rem;
    top: -2.1875rem;
  }
}

.topProvide-item__title {
  font-size: clamp(22px, 2.25rem, 36px);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #036eb7;
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 599px) {
  .topProvide-item__title {
    font-size: clamp(22px, 1.375rem, 44px);
    letter-spacing: 0.13em;
  }
}

.topProvide-item__text {
  margin-top: 0.625rem;
  font-size: clamp(16px, 1rem, 18px);
  font-weight: 500;
  line-height: 2.06;
  letter-spacing: 0.1em;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 599px) {
  .topProvide-item__text {
    margin-top: 0.875rem;
    font-size: clamp(16px, 1rem, 36px);
    line-height: 1.8;
  }
}

.topProvide-item__btn {
  margin-top: 1.875rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .topProvide-item__btn {
    margin-top: 1.25rem;
  }
}

.topProvide-item__btn a {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 699px) {
  .topProvide-item__btn a {
    width: initial;
  }
}
@media (max-width: 599px) {
  .topProvide-item__btn a {
    width: 80vw;
  }
}
.topReason {
  position: relative;
  padding-top: 11.1875rem;
  padding-bottom: 1.25rem;
  background-image: url(../images/common/bg_paper.jpg);
  background-image: image-set(
    url(../images/common/bg_paper.jpg) 1x,
    url(../images/common/bg_paper@2x.jpg) 2x
  );
  background-image: -webkit-image-set(
    url(../images/common/bg_paper.jpg) 1x,
    url(../images/common/bg_paper@2x.jpg) 2x
  );
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 599px) {
  .topReason {
    padding-top: 5.9375rem;
    padding-bottom: 3.125rem;
  }
}

.topReason__list {
  margin-top: 3.1875rem;
}
@media screen and (max-width: 599px) {
  .topReason__list {
    margin-top: 1.875rem;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 599px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 599px) {
  .pc-only {
    display: none;
  }
}
