/*# sourceMappingURL=style.css.map */ー
////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  position: fixed;
  top: 0;
  z-index: 5;
  width: 100%;
  min-width: 1080px;
  height: 100px;
  background: #fff;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #header .inner {
    height: 70px;
    min-width: 100%;
  }
}
#header .block-left {
  position: relative;
  width: fit-content;
  padding-left: var(--margin-30);
}
@media screen and (max-width: 767px) {
  #header .block-left {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
}
#header .item-logo {
  display: block;
  width: fit-content;
}
#header .item-logo a {
  width: fit-content;
  display: block;
  transition: ease 0.2s;
}
#header .item-logo a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  #header .item-logo {
    margin: 0 auto;
  }
  #header .item-logo img {
    height: auto;
  }
}
#header .block-right {
  position: relative;
  width: fit-content;
  gap: 30px;
  padding-right: var(--margin-30);
}
@media screen and (max-width: 767px) {
  #header .block-right {
    display: none;
  }
}
#header .btn-line {
  background: var(--col--main-02);
  width: 125px;
  height: 70px;
  border-radius: 10px;
  transition: ease 0.3s;
  border: 3px solid var(--col--main-02);
}
#header .btn-line span {
  position: relative;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 700;
  padding-left: 36px;
}
#header .btn-line span::after {
  content: "";
  position: absolute;
  background: url(/img/common/icon__line.svg) center center/contain no-repeat;
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#header .btn-line span::before {
  content: "";
  position: absolute;
  background: url(/img/common/hd__btn_line__arrow.png) center center/contain no-repeat;
  width: 10px;
  height: 8px;
  right: 11px;
  bottom: 4px;
}
#header .btn-line:hover {
  background: #fff;
  opacity: 0.8;
  color: var(--col--txt-02);
}
#header .cont-info {
  width: fit-content;
}

html {
  scroll-padding-top: 130px;
}

/* nav グローバルナビゲーション
////////////////////////////////////////////////////////////////////////////////////////////////// */
#nav .list-nav {
  width: fit-content;
  gap: 30px;
}
#nav .list-nav .item {
  width: fit-content;
  gap: 10px;
}
#nav .list-nav .item a {
  position: relative;
  top: 0;
  transition: ease 0.17s;
}
#nav .list-nav .item a:hover {
  top: -2px;
  color: var(--col--txt-02);
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

/* mv メインビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 870px;
  z-index: 0;
  background: url(/img/mv/mv__bg_img_01.jpg) center center/cover no-repeat;
  margin-top: 100px;
}
#mv::before {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/mv/mv__separate_01.png) center center/100% 100% no-repeat;
  bottom: 0;
  left: 0;
  width: max(100%, 1620px);
  height: 61px;
}
#mv .mv-catch {
  position: absolute;
  top: 170px;
  left: clamp(20px, 50vw - 500px, 360px);
}
#mv .mv-img-01 {
  z-index: -1;
  position: absolute;
  top: 50px;
  right: max(50vw - 740px, 0px);
}
#mv .wrap-link {
  width: fit-content;
  position: absolute;
  right: 20px;
  bottom: 80px;
  gap: 30px;
}
#mv .wrap-link .com__btn_01 {
  font-size: var(--font-size-25);
  color: var(--col--txt-02);
  line-height: 1.07;
  height: 120px;
  border-radius: 80px;
  text-align: center;
  width: fit-content;
  padding-inline: 60px;
  transition: ease 0.3s;
  top: 0;
  position: relative;
}
#mv .wrap-link .com__btn_01 small {
  font-size: var(--font-size-20);
}
#mv .wrap-link .com__btn_01:hover {
  opacity: 0.7;
  top: -3px;
}
#mv .fish {
  position: absolute;
  width: 120px;
  top: -9999px;
  /* 初期は画面外に退避 */
  left: -9999px;
  /* 初期は画面外に退避 */
  visibility: hidden;
  /* 初期は非表示（左上チラ見え防止） */
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #mv {
    height: 100vw;
    max-width: 100%;
  }
}

/* sv サブビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#sv {
  position: relative;
  width: 100%;
  z-index: 0;
  height: 450px;
  overflow: hidden;
  background: url(/img/sv/sv__bg_img.jpg) center center/cover no-repeat;
  margin-top: 100px;
}
#sv::before {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/mv/mv__separate_01.png) center center/100% 100% no-repeat;
  bottom: 0;
  left: 0;
  width: max(100%, 1620px);
  height: 61px;
}
#sv .sv-img {
  position: absolute;
  width: 824px;
  height: 414px;
  right: 140px;
  top: 50%;
  translate: 0 -50%;
}
#sv .sv-catch {
  z-index: 1;
  position: absolute;
  width: 1080px;
  text-align: left;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  font-family: var(--fot--Zen-Maru-Goth);
  font-size: 54px;
  color: var(--col--txt-02);
  font-weight: 800;
  text-shadow: rgb(255, 255, 255) 8px 0px 0px, rgb(255, 255, 255) 7.93758px 0.997398px 0px, rgb(255, 255, 255) 7.7513px 1.97923px 0px, rgb(255, 255, 255) 7.44406px 2.93018px 0px, rgb(255, 255, 255) 7.02066px 3.8354px 0px, rgb(255, 255, 255) 6.4877px 4.68078px 0px, rgb(255, 255, 255) 5.85351px 5.45311px 0px, rgb(255, 255, 255) 5.12797px 6.14035px 0px, rgb(255, 255, 255) 4.32242px 6.73177px 0px, rgb(255, 255, 255) 3.44941px 7.21814px 0px, rgb(255, 255, 255) 2.52258px 7.59188px 0px, rgb(255, 255, 255) 1.55638px 7.84714px 0px, rgb(255, 255, 255) 0.565898px 7.97996px 0px, rgb(255, 255, 255) -0.433417px 7.98825px 0px, rgb(255, 255, 255) -1.42597px 7.87189px 0px, rgb(255, 255, 255) -2.39627px 7.63269px 0px, rgb(255, 255, 255) -3.32917px 7.27438px 0px, rgb(255, 255, 255) -4.21013px 6.80256px 0px, rgb(255, 255, 255) -5.02539px 6.22459px 0px, rgb(255, 255, 255) -5.76223px 5.54948px 0px, rgb(255, 255, 255) -6.40915px 4.78778px 0px, rgb(255, 255, 255) -6.95606px 3.95136px 0px, rgb(255, 255, 255) -7.39442px 3.05329px 0px, rgb(255, 255, 255) -7.71739px 2.10757px 0px, rgb(255, 255, 255) -7.91994px 1.12896px 0px, rgb(255, 255, 255) -7.9989px 0.132735px 0px, rgb(255, 255, 255) -7.95304px -0.865561px 0px, rgb(255, 255, 255) -7.78307px -1.85035px 0px, rgb(255, 255, 255) -7.49165px -2.80627px 0px, rgb(255, 255, 255) -7.08333px -3.71839px 0px, rgb(255, 255, 255) -6.56448px -4.57249px 0px, rgb(255, 255, 255) -5.94318px -5.35524px 0px, rgb(255, 255, 255) -5.22915px -6.05442px 0px, rgb(255, 255, 255) -4.43352px -6.65912px 0px, rgb(255, 255, 255) -3.5687px -7.15991px 0px, rgb(255, 255, 255) -2.6482px -7.54898px 0px, rgb(255, 255, 255) -1.68637px -7.82024px 0px, rgb(255, 255, 255) -0.698222px -7.96947px 0px, rgb(255, 255, 255) 0.300817px -7.99434px 0px, rgb(255, 255, 255) 1.29516px -7.89446px 0px, rgb(255, 255, 255) 2.2693px -7.67139px 0px, rgb(255, 255, 255) 3.20802px -7.32862px 0px, rgb(255, 255, 255) 4.09668px -6.87148px 0px, rgb(255, 255, 255) 4.92142px -6.30711px 0px, rgb(255, 255, 255) 5.66936px -5.64432px 0px, rgb(255, 255, 255) 6.32883px -4.89346px 0px, rgb(255, 255, 255) 6.88954px -4.06623px 0px, rgb(255, 255, 255) 7.34274px -3.17555px 0px, rgb(255, 255, 255) 7.68136px -2.23532px 0px, rgb(255, 255, 255) 7.90012px -1.26021px 0px, rgb(255, 255, 255) 7.9956px -0.265434px 0px;
}
#sv .sv-catch::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/sv/sv__deco_01.png) center center/contain no-repeat;
  width: 564px;
  height: 220px;
  left: -70px;
  bottom: -80px;
}
@media screen and (max-width: 767px) {
  #sv {
    height: 45vw;
    max-width: 100%;
  }
}

.sv-notfound {
  background: url(/img/sv/sv__notfound.png) center center/cover no-repeat;
}

.sv-contact {
  background: url(/img/sv/sv__contact.png) center center/cover no-repeat;
}

.sv-complete {
  background: url(/img/sv/sv__complete.png) center center/cover no-repeat;
}

.sv-news {
  background: url(/img/sv/sv__news.png) center center/cover no-repeat;
}

.sv-site {
  background: url(/img/sv/sv__site.png) center center/cover no-repeat;
}

.sv-privacy {
  background: url(/img/sv/sv__privacy.png) center center/cover no-repeat;
}

.sv-feature {
  background: url(/img/sv/sv__feature.png) center center/cover no-repeat;
}

.sv-flow {
  background: url(/img/sv/sv__flow.png) center center/cover no-repeat;
}

.sv-guide {
  background: url(/img/sv/sv__guide.png) center center/cover no-repeat;
}

.sv-voice {
  background: url(/img/sv/sv__voice.png) center center/cover no-repeat;
}

/* footer フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer {
  position: relative;
  width: 100%;
}
#footer .item-logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
}
#footer .item-logo:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  #footer .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#footer .block-left {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #footer .block-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
#footer .block-right {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #footer .block-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
#footer .list-nav {
  flex-direction: column;
  flex-wrap: wrap;
  align-content: end;
  gap: 35px 50px;
  height: 220px;
}
#footer .list-nav .item {
  width: fit-content;
  position: relative;
  padding-left: var(--margin-15);
  font-size: var(--font-size-14);
}
#footer .list-nav .item::before {
  content: "ー";
  left: 0;
  top: 50%;
  color: #7ed3ff;
  translate: -100% -50%;
  position: absolute;
}
#footer .list-nav .item a {
  position: relative;
  transition: ease 0.2s;
}
#footer .list-nav .item a:hover {
  color: var(--col--txt-02);
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  #footer .list-nav {
    display: none;
  }
}
#footer .block-contact {
  width: fit-content;
  margin-bottom: 40px;
}

#footer .table-info {
  margin-bottom: 50px;
  width: 420px;

  tr {
    width: 100%;

    th,
    td {
      padding: 10px 10px;
      font-size: var(--font-size-13);
      line-height: 1.6;
    }

    th {
      color: var(--col--main-01);
      border-bottom: 1px solid var(--col--main-01);
      width: 70px;
      text-align: center;
      vertical-align: middle;
    }

    td {
      color: #666;
      border-bottom: 1px solid #666;
    }
  }

      tr:first-child{
          th{
              border-radius: 10px 0 0 0;
          }
          td{
              border-radius: 0 10px 0 0;
          }
      }
      tr:last-child{
          th{
              border-radius: 0 0 0 10px;
          }
          td{
              border-radius: 0 0 10px 0;
          }
      }

}

#footer .block-contact .item-logo {
  padding-right: var(--margin-30);
  border-right: 1px solid var(--col--main-02);
  margin-right: var(--margin-50);
}
#footer .block-contact .unit-contact {
  width: fit-content;
  gap: 30px;
}
#footer .block-contact .unit-contact a {
  --size: 40px;
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: left;
  color: var(--col--main-02);
  color: #989898;
}
#footer #copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}
#footer #copyright a:hover {
  color: #fff;
  background: var(--col--main-02);
  background: var(--col--main-01);
}
@media screen and (max-width: 767px) {
  #footer #copyright a {
    margin: unset;
    padding: unset;
  }
  #footer #copyright a:hover {
    color: inherit;
    background: inherit;
  }
}

.pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  transition: ease 0.3s;
  z-index: 6;
}
.pagetop:hover {
  opacity: 0.7;
  bottom: 10px;
}

/* top
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__greeting
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__greeting {
  z-index: 1;
  background: url(/img/common/deco__fish__02_a.png) top 80px right calc(50vw - 740px) no-repeat, url(/img/top/top__greeting__bg_img_01.png) top 120px left calc(50vw - 840px) no-repeat, var(--pattern--texture-01-b);
  position: relative;
}
#top__greeting::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__sea__01_a.png) center center/contain no-repeat;
  width: 120px;
  height: 677px;
  left: 0;
  bottom: -60px;
}
#top__greeting::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__sea__01_b.png) center center/contain no-repeat;
  width: 144px;
  height: 702px;
  right: 0;
  bottom: -310px;
}
#top__greeting .ttl03 {
  margin-bottom: var(--margin-70);
}
#top__greeting .ttl03::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__border__01_a.png) center center/contain no-repeat;
  width: 365px;
  height: 8px;
  bottom: -20px;
  left: 50%;
  translate: -50% 0;
}
#top__greeting .block-greeting {
  background: #fff;
  padding: 70px;
  z-index: 0;
  border-radius: 24px;
  position: relative;
  box-shadow: 1.486px 1.338px 10.56px 1.44px rgba(7, 127, 238, 0.2);
}
#top__greeting .block-greeting::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/top/top__greeting__frame_01.png) center center/100% 100% no-repeat;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
#top__greeting .block-greeting .item-img {
  position: absolute;
  right: -80px;
  top: -60px;
}
#top__greeting .block-greeting .item-text {
  position: relative;
}
#top__greeting .block-greeting .item-text::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__sea__02_a.png) center center/contain no-repeat;
  width: 255px;
  height: 143px;
  left: -188px;
  bottom: -155px;
}

/* top__feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__feature {
  z-index: 0;
  background: url(/img/common/deco__fish__02_b.png) left calc(50vw - 640px) bottom 20px no-repeat, url(/img/common/deco__fish__02_c.png) right calc(50vw - 640px) bottom 70px no-repeat, var(--separate--wave-01-b-t), var(--separate--wave-01-b-b), url(/img/common/deco__sea__03_a.png) right top no-repeat, url(/img/common/deco__sea__01_c.png) left bottom no-repeat, url(/img/common/deco__sea__03_b.png) left top 80px no-repeat;
  position: relative;
}
#top__feature::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__sea__01_d.png);
  width: 120px;
  height: 677px;
  right: 0;
  bottom: -230px;
}
#top__feature .ttl03 {
  margin-top: var(--margin-80);
  margin-bottom: var(--margin-60);
}
#top__feature .list-feature {
  --num: 2;
  --column-gap: 50px;
  --row-gap: 50px;
  margin-bottom: var(--margin-50);
}
#top__feature .list-feature .item {
  position: relative;
  transition: ease 0.2s;
  top: 0;
}
#top__feature .list-feature .item a {
  width: 100%;
  height: 100%;
}
#top__feature .list-feature .item .ttl04 {
  text-align: center;
  order: 2;
  margin-bottom: var(--margin-20);
}
#top__feature .list-feature .item .ttl04 .num {
  position: absolute;
  left: 20px;
  top: 20px;
}
#top__feature .list-feature .item .ttl04 .ja {
  font-size: var(--font-size-26);
  font-family: var(--fot--Zen-Maru-Goth);
  color: var(--col--txt-02);
  font-weight: 700;
  padding-bottom: 5px;
  background: linear-gradient(180deg, rgba(203, 237, 255, 0) 50%, #cbedff 50%);
}
#top__feature .list-feature .item .item-img {
  order: 1;
  margin-bottom: var(--margin-40);
}
#top__feature .list-feature .item .item-text {
  text-align: center;
  order: 3;
}
#top__feature .list-feature .item .item-btn {
  position: absolute;
  top: 210px;
  right: 30px;
}
#top__feature .list-feature .item:hover {
  opacity: 0.7;
  top: -3px;
}

/* top__voice
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__voice {
  background: url(/img/common/deco__fish__02_a_a.png) right calc(50vw - 640px) top 80px no-repeat, url(/img/common/deco__fish__02_d.png) left calc(50vw - 840px) bottom no-repeat, url(/img/common/separate__wave__02_b_b.png) center bottom/max(100%, 1480px) 100px no-repeat, url(/img/top/top__voice__bg_img_01.jpg) center center/cover no-repeat, var(--col--main-02);
}
#top__voice .ttl03 {
  margin-bottom: var(--margin-70);
}
#top__voice .cont-post {
  --num: 3;
  --column-gap: 30px;
  --row-gap: 30px;
  margin-bottom: var(--margin-60);
}
#top__voice .cont-post .block-post .ttl04 {
  order: 3;
}
#top__voice .cont-post .block-post .ttl04 .ja {
  font-size: var(--font-size-20);
  font-weight: 700;
  color: var(--col--txt-02);
  font-family: var(--fot--Zen-Maru-Goth);
  line-height: 1.5;
}
#top__voice .cont-post .block-post .item-img {
  order: 1;
  margin-bottom: var(--margin-30);
  height: 240px;
}
#top__voice .cont-post .block-post .item-prof {
  order: 2;
  margin-bottom: var(--margin-15);
  position: relative;
  padding-left: var(--margin-40);
}
#top__voice .cont-post .block-post .item-prof::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__fish__01_a.png) center center/contain no-repeat;
  width: 28px;
  height: 12px;
  left: 0;
}
#top__voice .com__btn_01 {
  margin: 0 auto;
  margin-bottom: 70px;
}

/* top__line
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__line {
  background: url(/img/common/deco__fish__02_e.png) right calc(50vw - 640px) bottom 20px no-repeat, var(--col--main-01);
}
#top__line .inner {
  position: relative;
  padding-bottom: var(--margin-50);
}
#top__line .inner::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__fish__02_b.png) center center/contain no-repeat;
  width: 147px;
  height: 74px;
  left: 0;
  bottom: -100px;
}
#top__line .ttl03 {
  margin-bottom: var(--margin-20);
  margin-left: -80px;
}
#top__line .btn-line {
  width: 330px;
  height: 330px;
  background: #fff;
  border-radius: 20px;
  position: absolute;
  right: 0;
  top: 100px;
  transition: ease 0.2s;
  transition: ease 0.3s;
}
#top__line .btn-line::after {
  content: "";
  position: absolute;
  background: url(/img/top/top__line__btn_01.png) center center/contain no-repeat;
  width: 70px;
  height: 70px;
  right: -30px;
  top: 50%;
  translate: 0 -50%;
  transition: ease 0.3s;
}
#top__line .btn-line img {
  width: 90px;
  height: 90px;
  margin-bottom: var(--margin-50);
}
#top__line .btn-line .item-text {
  letter-spacing: 0;
  font-weight: 700;
  font-size: var(--font-size-20);
}
#top__line .btn-line::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__line__frame_01.png) center center/100% 100% no-repeat;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
#top__line .btn-line:hover {
  opacity: 0.7;
}
#top__line .btn-line:hover::after {
  right: -35px;
}
#top__line .item-text p .str-01 {
  font-size: var(--font-size-18);
  font-weight: 700;
}

/* top__flow
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__flow {
  background: url(/img/common/separate__wave__02_b_t.png) center top/max(100%, 1480px) 100px no-repeat, var(--col--main-02);
}
#top__flow .inner {
  position: relative;
}
#top__flow .ttl03 {
  margin-top: 150px;
  margin-bottom: var(--margin-60);
}
#top__flow .list-images {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: 1430px;
  top: 150px;
}
#top__flow .list-images .item {
  position: absolute;
}
#top__flow .list-images .item:nth-of-type(1) {
  left: 0;
  top: 0;
}
#top__flow .list-images .item:nth-of-type(1)::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__fish__02_f.png) center center/contain no-repeat;
  width: 342px;
  height: 173px;
  left: -100px;
  bottom: -100px;
}
#top__flow .list-images .item:nth-of-type(2) {
  right: 0;
  top: 0;
}
#top__flow .item-text {
  text-align: center;
  margin-bottom: var(--margin-70);
}
#top__flow .com__btn_01 {
  margin: 0 auto;
}

/* top__subpages
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__subpages {
  background: var(--col--main-02);
  position: relative;
  z-index: 0;
}
#top__subpages::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__sea__01_f.png) center center/contain no-repeat;
  width: 120px;
  height: 677px;
  left: 0;
  bottom: -240px;
}
#top__subpages::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__sea__01_e.png) center center/contain no-repeat;
  width: 144px;
  height: 702px;
  right: 0;
  bottom: -80px;
}
#top__subpages .inner {
  padding-top: var(--margin-50);
}
#top__subpages .ttl03 {
  margin-bottom: var(--margin-60);
}
#top__subpages .list-subpages {
  --num: 3;
  --column-gap: 30px;
  --row-gap: 0;
}
#top__subpages .list-subpages .item {
  position: relative;
  height: 120px;
}
#top__subpages .list-subpages .item a {
  width: 100%;
  height: 100%;
  border-radius: 60px;
  font-size: var(--font-size-25);
  color: var(--col--txt-02);
}
#top__subpages .list-subpages .item:nth-of-type(1)::before {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/top/top__subpages__icon_01.png) center center/contain no-repeat;
  width: 80px;
  height: 70px;
  right: -10px;
  top: -10px;
}
#top__subpages .list-subpages .item:nth-of-type(2)::before {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/top/top__subpages__icon_02.png) center center/contain no-repeat;
  width: 75px;
  height: 56px;
  right: -10px;
  top: -10px;
}
#top__subpages .list-subpages .item:nth-of-type(3)::before {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/top/top__subpages__icon_03.png) center center/contain no-repeat;
  width: 72px;
  height: 62px;
  right: -10px;
  top: -10px;
}

/* top__news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.unit-latest {
  position: relative;
  top: 0;
  transition: ease 0.3s;
}
.unit-latest a {
  width: 100%;
  height: 100%;
}
.unit-latest .unit-latest-text {
  width: 100%;
}
.unit-latest .unit-latest-text.on_thumb {
  width: 85%;
}
@media screen and (max-width: 767px) {
  .unit-latest .unit-latest-text.on_thumb {
    width: 70%;
  }
}
.unit-latest .item-ttl {
  order: 3;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--font-size-16);
  margin-bottom: var(--margin-10);
}
.unit-latest .item-time {
  position: relative;
  order: 2;
  width: fit-content;
  color: #989898;
  font-size: var(--font-size-16);
  margin-bottom: var(--margin-10);
}
.unit-latest .tag_list {
  order: 1;
  width: 100%;
  margin-bottom: var(--margin-15);
  gap: 12px;
}
.unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  font-size: var(--font-size-14);
  padding-bottom: 5px;
  background: linear-gradient(180deg, rgba(126, 211, 255, 0) 50%, #7ed3ff 50%);
}
.unit-latest .unit-latest-img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .unit-latest .unit-latest-img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
.unit-latest .item-thumb {
  height: 130px;
  width: 130px;
}
@media screen and (max-width: 767px) {
  .unit-latest .item-thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
.unit-latest:hover {
  color: var(--col--acc-01);
  color: var(--col--txt-02);
  top: -5px;
  opacity: 0.7;
}

.s-post-taglist {
  gap: 10px;
}
.s-post-taglist .tag-name {
  width: fit-content;
  height: fit-content;
  font-size: var(--font-size-14);
  padding-bottom: 5px;
  background: linear-gradient(180deg, rgba(126, 211, 255, 0) 50%, #7ed3ff 50%);
}

.all-post-list .unit-latest {
  margin-bottom: var(--margin-30);
}

#top__news {
  background: var(--separate--wave-01-b-t2);
  min-height: 500px;
}
#top__news .inner {
  position: relative;
  padding-top: 150px;
}
#top__news .ttl03 {
  position: absolute;
  left: 0;
  top: 150px;
}
#top__news .cont-latest {
  display: flex;
  align-items: start;
  gap: 30px;
  margin-left: auto;
  width: fit-content;
}
#top__news .unit-latest {
  position: relative;
  top: 0;
  transition: ease 0.3s;
  width: 250px;
}
#top__news .unit-latest a {
  width: 100%;
  height: 100%;
}
#top__news .unit-latest .unit-latest-text {
  width: 100%;
}
#top__news .unit-latest .unit-latest-text.on_thumb {
  width: 85%;
}
@media screen and (max-width: 767px) {
  #top__news .unit-latest .unit-latest-text.on_thumb {
    width: 70%;
  }
}
#top__news .unit-latest .item-ttl {
  order: 3;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--font-size-16);
  margin-bottom: var(--margin-10);
}
#top__news .unit-latest .item-time {
  position: relative;
  order: 2;
  width: fit-content;
  color: #989898;
  font-size: var(--font-size-16);
  margin-bottom: var(--margin-10);
}
#top__news .unit-latest .tag_list {
  order: 1;
  width: 100%;
  margin-bottom: var(--margin-15);
  gap: 12px;
}
#top__news .unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  font-size: var(--font-size-14);
  padding-bottom: 5px;
  background: linear-gradient(180deg, rgba(126, 211, 255, 0) 50%, #7ed3ff 50%);
}
#top__news .unit-latest .unit-latest-img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  #top__news .unit-latest .unit-latest-img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
#top__news .unit-latest .item-thumb {
  height: 130px;
  width: 130px;
}
@media screen and (max-width: 767px) {
  #top__news .unit-latest .item-thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
#top__news .unit-latest:hover {
  color: var(--col--acc-01);
  color: var(--col--txt-02);
  top: -5px;
  opacity: 0.7;
}
#top__news .unit-latest a {
  flex-direction: column-reverse;
}
#top__news .unit-latest .unit-latest-img {
  width: 250px;
  height: 190px;
  border: 4px solid var(--col--main-02);
  border-radius: 24px;
  margin-bottom: var(--margin-15);
}
#top__news .com__btn_01 {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  left: 0;
  position: absolute;
  top: 280px;
}
#top__news .com__btn_01::after {
  border-radius: 50%;
}
#top__news .com__btn_01::before {
  left: 50%;
  translate: -50% 0;
  top: 25px;
}

/* top__contact
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.top__contact {
  background: var(--separate--wave-01-w-t), var(--pattern--texture-01-b);
  min-height: 300px;
}
.top__contact .inner {
  position: relative;
  padding-top: 120px;
}
.top__contact hgroup {
  position: absolute;
  width: fit-content;
  left: 0;
  top: 100px;
}
.top__contact hgroup::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__contact__deco_01.png) center center/contain no-repeat;
  width: 94px;
  height: 99px;
  right: -50px;
  top: 10px;
}
.top__contact hgroup .ttl03 {
  text-align: left;
  margin: unset;
  margin-bottom: var(--margin-10);
}
.top__contact hgroup .ttl03 .ja {
  line-height: 1.4;
}
.top__contact hgroup .lead-text {
  line-height: 2;
}
.top__contact hgroup .lead-text .str-01 {
  font-weight: 700;
  font-size: var(--font-size-18);
}
.top__contact .block-contact {
  width: 780px;
  margin-left: auto;
  gap: 40px;
}
.top__contact .block-contact .com__btn_01 {
  margin-top: var(--margin-50);
  width: 340px;
  text-shadow: unset;
  font-size: var(--font-size-16);
  font-weight: 700;
  height: 120px;
  border-radius: 100px;
}
.top__contact .block-contact .com__btn_01 span {
  position: relative;
  padding-left: var(--margin-20);
}
.top__contact .block-contact .com__btn_01 span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__line.svg) center center/contain no-repeat;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 0;
  translate: -100% -50%;
}
.top__contact .block-contact .com__btn_01 .note {
  pointer-events: none;
  position: absolute;
  left: 50%;
  translate: -50% -100%;
  top: -15px;
  width: max-content;
}
.top__contact .block-contact .wrap-tel {
  padding: 40px 30px;
  padding-bottom: 80px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 1.486px 1.338px 10.56px 1.44px rgba(7, 127, 238, 0.2);
}
.top__contact .block-contact .wrap-tel .tel-num {
  background: var(--col--main-02);
  border-radius: 30px;
  padding: 5px 25px;
  font-size: var(--font-size-36);
  font-family: var(--fot--Zen-Maru-Goth);
  letter-spacing: 0.06em;
  color: var(--col--txt-02);
  font-weight: 700;
  padding-left: 55px;
}
.top__contact .block-contact .wrap-tel .tel-num::before {
  left: 15px;
}
.top__contact .block-contact .wrap-tel .tel-attention {
  height: 12px;
  left: 50%;
  translate: -50% 0;
  top: 35px;
}
/* feature
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* feature__intro
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#feature__intro {
  background: url(/img/common/deco__fish__02_a.png) top 20px right calc(50vw - 760px) no-repeat, var(--pattern--texture-01-b);
  position: relative;
  z-index: 1;
}
#feature__intro::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__sea__01_f.png) center center/contain no-repeat;
  width: 120px;
  height: 677px;
  left: 0;
  bottom: -240px;
}
#feature__intro::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__sea__01_e.png) center center/contain no-repeat;
  width: 144px;
  height: 702px;
  right: 0;
  bottom: -370px;
}
#feature__intro .block-text {
  background: #fff;
  z-index: 0;
  padding: 70px 40px;
  position: relative;
  border-radius: 24px;
  box-shadow: 1.486px 1.338px 10.56px 1.44px rgba(7, 127, 238, 0.2);
}
#feature__intro .block-text::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: url(/img/feature/feature__intro__border_01.png) center center/100% 100% no-repeat;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
#feature__intro .block-text .item-text {
  z-index: 1;
  position: relative;
  text-align: center;
}
#feature__intro .block-text .item-text::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/deco__sea__02_a.png) center center/contain no-repeat;
  width: 255px;
  height: 143px;
  left: -120px;
  bottom: -110px;
}
#feature__intro .block-text .item-text::after {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/deco__fish__02_g.png) center center/contain no-repeat;
  width: 142px;
  height: 114px;
  right: -20px;
  top: -60px;
}

/* feature__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#feature__about {
  z-index: 0;
  position: relative;
  background: url(/img/common/deco__fish__02_b.png) left calc(50vw - 640px) bottom no-repeat, url(/img/common/deco__fish__02_c.png) right calc(50vw - 640px) bottom 100px no-repeat, var(--separate--wave-01-b-t), url(/img/common/deco__sea__03_b.png) left top 80px no-repeat, url(/img/common/deco__sea__03_a.png) right top no-repeat, url(/img/common/deco__sea__03_e.png) left bottom 70px no-repeat;
}
#feature__about::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__sea__01_d.png) center center/contain no-repeat;
  width: 120px;
  height: 677px;
  right: 0;
  bottom: -220px;
}
#feature__about .inner {
  padding-top: 130px;
}
#feature__about .list-about {
  gap: 70px;
  margin-bottom: var(--margin-30);
}
#feature__about .list-about > .item {
  position: relative;
  min-height: 320px;
}
#feature__about .list-about > .item .ttl04 {
  position: relative;
  width: 540px;
  margin-left: auto;
  margin-bottom: var(--margin-20);
}
#feature__about .list-about > .item .ttl04 .num {
  position: absolute;
  left: -20px;
  top: 50%;
  translate: -100% -50%;
}
#feature__about .list-about > .item .ttl04 .ja {
  font-size: var(--font-size-26);
  color: var(--col--txt-02);
  font-weight: 700;
  font-family: var(--fot--Zen-Maru-Goth);
  padding-bottom: 5px;
  background: linear-gradient(180deg, rgba(203, 237, 255, 0) 50%, #cbedff 50%);
}
#feature__about .list-about > .item > .item-img {
  position: absolute;
  left: 0;
  top: 0;
}
#feature__about .list-about > .item > .item-img figcaption {
  margin: 0 auto;
  width: fit-content;
  font-size: var(--font-size-20);
  color: var(--col--txt-02);
  font-weight: 700;
  font-family: var(--fot--Zen-Maru-Goth);
  padding-bottom: 5px;
  margin-top: var(--margin-10);
  background: linear-gradient(180deg, rgba(203, 237, 255, 0) 50%, #cbedff 50%);
}
#feature__about .list-about > .item .item-text {
  width: 540px;
  margin-left: auto;
  margin-bottom: var(--margin-30);
}
#feature__about .list-about > .item .list-sample {
  width: 540px;
  margin-left: auto;
  gap: 40px;
  margin-bottom: var(--margin-40);
}
#feature__about .list-about > .item .list-sample .item {
  position: relative;
  width: 150px;
}
#feature__about .list-about > .item .list-sample .item .ttl05 {
  order: 2;
  width: 100%;
  padding: 8px 5px;
  background: var(--col--txt-02);
  border-radius: 20px;
  text-align: center;
  margin-top: -30px;
}
#feature__about .list-about > .item .list-sample .item .ttl05 .ja {
  font-size: var(--font-size-16);
  font-family: var(--fot--Zen-Maru-Goth);
  font-weight: 700;
  color: #fff;
}
#feature__about .list-about > .item .list-sample .item .item-img {
  order: 1;
}
#feature__about .list-about > .item .block-sample {
  width: 540px;
  margin-left: auto;
}
#feature__about .list-about > .item .block-sample .ttl05 {
  margin-bottom: var(--margin-20);
}
#feature__about .list-about > .item .block-sample .ttl05 .ja {
  font-size: var(--font-size-16);
  font-weight: 700;
  color: var(--col--txt-02);
}
#feature__about .list-about > .item .block-sample > .list {
  gap: 20px;
}
/* flow
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* flow
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#flow {
  background: url(/img/common/deco__fish__02_a.png) top 20px right calc(50vw - 760px) no-repeat, url(/img/common/deco__sea__01_f.png) left top 20px no-repeat, url(/img/common/deco__sea__01_e.png) right top 110px no-repeat, url(/img/flow/flow__bg_deco_01.png) center top no-repeat, url(/img/common/deco__sea__03_f.png) left top 530px no-repeat, url(/img/common/deco__sea__03_g.png) right top 440px no-repeat, #fff;
  position: relative;
  z-index: 0;
}
#flow .wrap-flow {
  background: #fff;
  padding: 70px;
  border-radius: 24px;
  outline: 2px dashed var(--col--main-01);
  outline-offset: -15px;
  box-shadow: 1.486px 1.338px 10.56px 1.44px rgba(7, 127, 238, 0.2);
}
#flow .wrap-flow .list-flow {
  z-index: 0;
  position: relative;
}
#flow .wrap-flow .list-flow::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/deco__sea__02_a.png) center center/contain no-repeat;
  width: 255px;
  height: 143px;
  left: -120px;
  bottom: -110px;
}
#flow .wrap-flow .list-flow::after {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/deco__fish__02_g.png) center center/contain no-repeat;
  width: 142px;
  height: 114px;
  right: -20px;
  top: -60px;
}
#flow .wrap-flow .list-flow .item {
  position: relative;
  width: 700px;
  margin-left: auto;
  margin-bottom: var(--margin-50);
  padding-left: 30px;
  border-left: 3px solid var(--col--main-02);
}
#flow .wrap-flow .list-flow .item:last-child {
  margin-bottom: 0;
}
#flow .wrap-flow .list-flow .item .ttl04 {
  margin-bottom: var(--margin-25);
}
#flow .wrap-flow .list-flow .item .ttl04 .ja {
  font-size: var(--font-size-26);
  color: var(--col--txt-02);
  font-weight: 700;
  font-family: var(--fot--Zen-Maru-Goth);
}
#flow .wrap-flow .list-flow .item .item-time {
  position: absolute;
  top: 0;
  left: -100px;
  width: 80px;
  text-align: center;
}
#flow .wrap-flow .list-flow .item .item-time::before {
  content: "";
  position: absolute;
  background: url(/img/flow/flow__icon_time_01.png) center center/contain no-repeat;
  width: 32px;
  height: 36px;
  left: 0;
  translate: -100% 0;
  top: -5px;
}
#flow .wrap-flow .list-flow .item .item-time > span {
  font-size: var(--font-size-26);
  font-weight: 700;
  line-height: 1;
  display: block;
  font-family: var(--fot--Zen-Maru-Goth);
}
#flow .wrap-flow .list-flow .item .item-time > span .weak-01 {
  line-height: 1.6;
  font-size: var(--font-size-20);
}
/* voice
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* voice
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#voice {
  background: url(/img/common/deco__fish__02_a.png) top 20px right calc(50vw - 760px) no-repeat, url(/img/common/deco__sea__01_f.png) left top 20px no-repeat, url(/img/common/deco__sea__01_e.png) right top 110px no-repeat, url(/img/flow/flow__bg_deco_01.png) center top no-repeat, url(/img/common/deco__sea__03_f.png) left top 530px no-repeat, url(/img/common/deco__sea__03_g.png) right top 440px no-repeat, #fff;
  position: relative;
  z-index: 0;
}
#voice .cont-post .block-post {
  position: relative;
  background: var(--col--main-02);
  padding: 70px;
  border-radius: 24px;
  outline: 4px dashed #fff;
  outline-offset: -15px;
  box-shadow: 1.486px 1.338px 10.56px 1.44px rgba(7, 127, 238, 0.2);
  margin-bottom: var(--margin-40);
}
#voice .cont-post .block-post:last-child {
  margin-bottom: 0;
}
#voice .cont-post .block-post hgroup {
  width: 560px;
  margin-bottom: var(--margin-10);
}
#voice .cont-post .block-post hgroup .ttl04 .ja {
  font-family: var(--fot--Zen-Maru-Goth);
  font-weight: 700;
  font-size: var(--font-size-26);
  line-height: 1.6;
  color: var(--col--txt-02);
}
#voice .cont-post .block-post hgroup .item-prof {
  position: relative;
  padding-left: 35px;
  margin-bottom: var(--margin-15);
}
#voice .cont-post .block-post hgroup .item-prof::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__fish__01_a.png) center center/contain no-repeat;
  width: 28px;
  height: 12px;
  left: 0;
  top: 1px;
}
#voice .cont-post .block-post .item-img {
  width: 340px;
  height: 240px;
  position: absolute;
  right: 70px;
  top: 70px;
  border: 6px solid #fff;
  border-radius: 24px;
}
#voice .cont-post .block-post .item-text {
  width: 560px;
  margin-bottom: var(--margin-35);
  line-height: 2;
}
#voice .cont-post .block-post .unit-comment {
  width: 560px;
}
#voice .cont-post .block-post .unit-comment .ttl05 {
  position: relative;
  padding-left: 35px;
  margin-bottom: var(--margin-20);
}
#voice .cont-post .block-post .unit-comment .ttl05::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__fish__01_a.png) center center/contain no-repeat;
  width: 28px;
  height: 12px;
  left: 0;
  top: 5px;
}
#voice .cont-post .block-post .unit-comment .ttl05 .ja {
  font-size: var(--font-size-20);
  font-weight: 700;
  color: var(--col--txt-02);
}
#voice .cont-post .block-post .unit-comment .item-comment {
  line-height: 1.8;
}

/* guide
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* guide__nav
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.guide__nav {
  z-index: 1;
  background: var(--pattern--texture-01-b);
  position: relative;
}
.guide__nav .inner {
  position: relative;
  padding-bottom: var(--margin-50);
}
.guide__nav .inner::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/deco__fish__02_a.png) center center/contain no-repeat;
  width: 255px;
  height: 140px;
  right: -200px;
  bottom: -150px;
}
.guide__nav .inner::after {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/guide/guide__nav___bg_img_01.png) center center/contain no-repeat;
  width: 446px;
  height: 314px;
  left: -280px;
  bottom: -150px;
}
.guide__nav .list-nav {
  width: 100%;
  justify-content: center;
  gap: 30px;
}
.guide__nav .list-nav .item {
  position: relative;
  width: calc((100% - 60px) / 3);
  height: 120px;
}
.guide__nav .list-nav .item a {
  width: 100%;
  height: 100%;
  border-radius: 70px;
}
.guide__nav .list-nav .item a::after {
  border-radius: 70px;
}
.guide__nav .list-nav .item a span {
  color: var(--col--txt-02);
  font-size: var(--font-size-26);
}
.guide__nav .list-nav .item:nth-of-type(1)::before {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/guide/guide__nav__deco_01.png) center center/contain no-repeat;
  width: 80px;
  height: 70px;
  right: -10px;
  top: -10px;
}
.guide__nav .list-nav .item:nth-of-type(2)::before {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/guide/guide__nav__deco_02.png) center center/contain no-repeat;
  width: 75px;
  height: 56px;
  right: -10px;
  top: -10px;
}
.guide__nav .list-nav .item:nth-of-type(3)::before {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/guide/guide__nav__deco_03.png) center center/contain no-repeat;
  width: 72px;
  height: 62px;
  right: -10px;
  top: -10px;
}

/* guide__plan
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#guide__plan {
  z-index: 1;
  position: relative;
  background: var(--pattern--texture-01-b);
}
#guide__plan::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__sea__01_f.png) center center/contain no-repeat;
  width: 120px;
  height: 677px;
  left: 0;
  bottom: -240px;
}
#guide__plan::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__sea__01_e.png) center center/contain no-repeat;
  width: 144px;
  height: 702px;
  right: 0;
  bottom: -370px;
}
#guide__plan .inner {
  padding-top: var(--margin-50);
}
#guide__plan .inner > .item-note {
  text-align: center;
  margin-bottom: var(--margin-40);
}
#guide__plan .ttl03 {
  margin-bottom: var(--margin-50);
}
#guide__plan .wrap-plan {
  position: relative;
  background: #fff;
  padding: 70px;
  border-radius: 24px;
  outline: 3px dashed var(--col--main-01);
  outline-offset: -15px;
  box-shadow: 1.486px 1.338px 10.56px 1.44px rgba(7, 127, 238, 0.2);
}
#guide__plan .wrap-plan::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__fish__02_g.png) center center/contain no-repeat;
  width: 142px;
  height: 114px;
  right: 15px;
  top: 15px;
}
#guide__plan .wrap-plan .block {
  margin-bottom: var(--margin-65);
}
#guide__plan .wrap-plan .block:last-child {
  margin-bottom: 0;
}
#guide__plan .wrap-plan .block .ttl04 {
  position: relative;
  padding-left: var(--margin-40);
  margin-bottom: var(--margin-30);
}
#guide__plan .wrap-plan .block .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__fish__01_a.png) center center/contain no-repeat;
  width: 28px;
  height: 12px;
  left: 0;
  top: 15px;
}
#guide__plan .wrap-plan .block .ttl04 .ja {
  font-size: var(--font-size-26);
  font-family: var(--fot--Zen-Maru-Goth);
  color: var(--col--txt-02);
  font-weight: 700;
  line-height: 1.4;
}
#guide__plan .wrap-plan .block .ttl04 .note {
  position: absolute;
  width: fit-content;
  left: 45px;
  top: -30px;
}
#guide__plan .wrap-plan .block .item-table th, #guide__plan .wrap-plan .block .item-table td {
  font-weight: 500;
}
#guide__plan .wrap-plan .block .item-table td .str-01 {
  font-size: var(--font-size-22);
}
#guide__plan .wrap-plan .block .wrap-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#guide__plan .wrap-plan .block .wrap-block .ttl04 {
  margin-bottom: 0;
}
#guide__plan .wrap-plan .block .wrap-block .list {
  gap: 20px;
  background: #cbedff;
  padding: 24px 70px;
  width: 470px;
  border-radius: 20px;
}
#guide__plan .wrap-plan .block .wrap-block .list .item {
  position: relative;
  width: fit-content;
  padding-left: var(--margin-20);
}
#guide__plan .wrap-plan .block .wrap-block .list .item::before {
  content: "・";
  color: var(--col--txt-02);
  left: 0;
  position: absolute;
}
#guide__plan .wrap-plan .block > .item-note {
  background: #fff6bf;
  padding: 25px 10px;
  margin-top: var(--margin-40);
  border-radius: 24px;
  text-align: center;
}
#guide__plan .wrap-plan .block .item-table-price {
  width: 100%;
}
#guide__plan .wrap-plan .block .item-table-price tr {
  width: 100%;
}
#guide__plan .wrap-plan .block .item-table-price tr th,
#guide__plan .wrap-plan .block .item-table-price tr td {
  text-align: center;
  vertical-align: middle;
  padding-block: 25px;
  padding-inline: 10px;
  border-bottom: 1px solid #fff;
  background: #ebf8ff;
}
#guide__plan .wrap-plan .block .item-table-price tr th {
  border: 1px solid #fff;
}
#guide__plan .wrap-plan .block .item-table-price tr:first-child th {
  background: #7ed3ff;
}
#guide__plan .wrap-plan .block .item-table-price tr:first-child th:first-of-type {
  border-radius: 24px 0 0 0;
}
#guide__plan .wrap-plan .block .item-table-price tr:first-child th:last-of-type {
  border-radius: 0 24px 0 0;
}
#guide__plan .wrap-plan .block .item-table-price tr:last-child th {
  border-radius: 0 0 0 24px;
}
#guide__plan .wrap-plan .block .item-table-price tr:last-child td {
  border-radius: 0 0 24px 0;
}

.wrap-guide {
  z-index: 0;
  position: relative;
  background: var(--separate--wave-01-b-t), url(/img/common/deco__sea__03_a.png) right top no-repeat, url(/img/common/deco__sea__03_b.png) left top no-repeat, url(/img/common/deco__sea__03_f.png) left bottom 70px no-repeat;
}
.wrap-guide::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__sea__01_d.png) center center/contain no-repeat;
  width: 120px;
  height: 677px;
  right: 0;
  bottom: -220px;
}

/* guide__access
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#guide__access {
  position: relative;
}
#guide__access .inner {
  position: relative;
  padding-top: 150px;
  padding-bottom: var(--margin-50);
}
#guide__access .ttl03 {
  margin-bottom: var(--margin-50);
}
#guide__access .item-map {
  position: absolute;
  left: 0;
  top: 310px;
  width: 520px;
  height: 360px;
  min-height: 200px;
  border-radius: 24px;
  border: 6px solid var(--col--main-02);
  overflow: hidden;
}
#guide__access .item-map iframe {
  width: 100%;
  height: 100%;
}
#guide__access .item-address {
  width: 510px;
  margin-left: auto;
  font-size: var(--font-size-22);
  font-weight: 700;
  line-height: 2;
  font-family: var(--fot--Zen-Maru-Goth);
  margin-bottom: var(--margin-30);
}
#guide__access .block-access {
  width: 510px;
  margin-left: auto;
}
#guide__access .block-access .ttl04 {
  width: 100%;
  position: relative;
  padding-left: var(--margin-40);
  margin-bottom: var(--margin-15);
}
#guide__access .block-access .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__fish__01_a.png) center center/contain no-repeat;
  width: 28px;
  height: 12px;
  left: 0;
  top: 5px;
}
#guide__access .block-access .ttl04 .ja {
  font-size: var(--font-size-20);
  font-weight: 700;
  font-family: var(--fot--Zen-Maru-Goth);
  color: var(--col--txt-02);
}
#guide__access .block-access .item-text {
  margin-bottom: var(--margin-40);
  padding-left: var(--margin-40);
}

/* guide__faq
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#guide__faq .inner {
  padding-top: var(--margin-50);
  position: relative;
}
#guide__faq .inner::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__sea__02_b.png) center center/contain no-repeat;
  width: 255px;
  height: 143px;
  right: -100px;
  top: 30px;
}
#guide__faq .ttl03 {
  margin-bottom: var(--margin-60);
}
#guide__faq .cont-post {
  position: relative;
  background: #fff;
  padding: 70px;
  border-radius: 24px;
  outline: 3px dashed var(--col--main-01);
  outline-offset: -15px;
  box-shadow: 1.486px 1.338px 10.56px 1.44px rgba(7, 127, 238, 0.2);
}
#guide__faq .cont-post .unit-post {
  margin-bottom: var(--margin-40);
}
#guide__faq .cont-post .unit-post:last-child {
  margin-bottom: 0;
}
#guide__faq .cont-post .unit-post dt {
  position: relative;
  padding-left: var(--margin-70);
  margin-bottom: var(--margin-20);
}
#guide__faq .cont-post .unit-post dt p {
  font-size: var(--font-size-26);
  color: var(--col--txt-02);
  font-weight: 700;
  font-family: var(--fot--Zen-Maru-Goth);
  width: fit-content;
  padding-bottom: 5px;
  background: linear-gradient(180deg, rgba(203, 237, 255, 0) 50%, #cbedff 50%);
}
#guide__faq .cont-post .unit-post dt::before {
  content: "";
  position: absolute;
  background: url(/img/guide/icon__q.png) center center/contain no-repeat;
  width: 56px;
  height: 56px;
  left: 0;
  top: -10px;
}
#guide__faq .cont-post .unit-post dd {
  line-height: 1.8;
  padding-left: var(--margin-70);
}

/*お知らせ一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.post-wrp .tag-change {
  margin-bottom: 50px;
}
.post-wrp .tag-change li {
  text-align: center;
  margin: 10px 10px 0 0;
  min-width: 190px;
  display: inline-block;
  vertical-align: middle;
}
.post-wrp .tag-change li a {
  padding: 10px 15px;
  display: block;
}
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--col--txt-02);
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: var(--font-size-14);
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #333;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #333;
  font-weight: 700;
  -webkit-appearance: none;
  appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

.post-wrp .tag-change li a {
  border: solid 1px var(--col--txt-02);
  color: var(--col--txt-02);
  background: #fff;
}
.post-wrp .tag-change .current a {
  background: var(--col--txt-02);
}
.post-wrp .tag-change .current a span {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .post-wrp .tag-change {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 5%;
    margin-bottom: 10%;
  }
  .post-wrp .tag-change li {
    text-align: center;
    margin-right: 1%;
    min-width: 100px;
    display: inline-block;
    vertical-align: middle;
  }
  .post-wrp .tag-change li:last-child {
    margin-right: 0;
  }
  .post-wrp .tag-change li a {
    font-size: 3vw;
    padding: 5px 10px;
    display: block;
  }
}
/*お知らせ詳細
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contents-u.s-post .s-post-taglist {
  margin-bottom: var(--margin-10);
}
#contents-u.s-post .sb_style h1 {
  border-bottom: 1px solid var(--col--txt-02);
}
#contents-u.s-post .sb_style h2 {
  border-left: 5px solid var(--col--txt-02);
}
#contents-u.s-post .sb_style h3 {
  background: var(--col--txt-02);
  color: #fff;
}
#contents-u.s-post .sb_style h4:before {
  background: var(--col--txt-02);
}
#contents-u.s-post .sb_style h5 {
  background: #f2f2f2;
}
#contents-u.s-post .sb_style h6 {
  color: var(--col--txt-02);
}
#contents-u.s-post .sb_style ul li:before {
  background: var(--col--txt-02);
}
#contents-u.s-post .sb_style ol li:before {
  color: #fff;
  background: var(--col--txt-02);
}
#contents-u.s-post .sb_style a {
  color: var(--col--txt-02);
}
#contents-u.s-post .s-post-ttl {
  margin-bottom: var(--margin-20);
  border-left: 2px solid var(--col--txt-02);
  padding-left: var(--margin-15);
}
#contents-u.s-post .s-post-ttl span {
  font-family: var(--fot--Noto-Sans);
  font-weight: 500;
  position: relative;
  font-size: var(--font-size-22);
  color: var(--col--txt-02);
  line-height: 1.6;
}
#contents-u.s-post .post-txt .sb-post-body {
  font-weight: 400;
  font-size: var(--font-size-16);
  font-family: var(--fot--Noto-Sans);
  line-height: 2;
}
#contents-u.s-post .s-time-tag {
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid var(--col--txt-02);
  margin-top: var(--margin-20);
}
#contents-u.s-post .s-time-tag time {
  color: var(--col--txt-02);
  font-family: var(--fot--Noto-Sans);
  font-weight: 500;
  font-size: var(--font-size-15);
}

/*プライバシーポリシー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contents-u.privacy .privacy-box {
  margin-bottom: var(--margin-50);
}
#contents-u.privacy .privacy-box .ttl02 {
  position: relative;
  border-left: 3px solid var(--col--txt-02);
  padding-left: var(--margin-15);
  margin-bottom: var(--margin-20);
}
#contents-u.privacy .privacy-box .ttl02 span {
  color: var(--col--txt-02);
  font-size: var(--font-size-24);
  font-weight: 500;
  line-height: 1.5;
}
#contents-u.privacy .privacy-box p {
  font-family: var(--fot--Noto-Sans);
  font-size: var(--font-size-16);
  line-height: 2;
  letter-spacing: 0.05em;
}
#contents-u.privacy .privacy-box ul li {
  font-family: var(--fot--Noto-Sans);
  font-size: var(--font-size-16);
  line-height: 2;
  letter-spacing: 0.05em;
}
#contents-u.privacy .privacy-box:last-child {
  margin-bottom: 0;
}

/*サイトマップ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (min-width: 767px) {
  #site-map ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 40px;
  }
  #site-map ul li {
    width: calc((100% - 40px) / 2);
  }
  #site-map ul li a {
    display: block;
    position: relative;
    font-family: var(--fot--Noto-Sans);
    padding-left: var(--margin-30);
    padding-bottom: var(--margin-15);
    border-bottom: 1px solid var(--col--txt-02);
    margin-bottom: var(--margin-25);
    font-size: var(--font-size-18);
    color: var(--col--txt-01);
    transition: ease 0.2s;
  }
  #site-map ul li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #000;
    left: 14px;
    top: 30%;
    translate: 0 -50%;
    transition: ease 0.2s;
  }
  #site-map ul li a:hover {
    color: var(--col--txt-02);
  }
  #site-map ul li a:hover:before {
    border-color: transparent transparent transparent var(--col--txt-02);
    left: 18px;
  }
}
@media screen and (min-width: 767px) and (max-width: 767px) {
  #site-map ul li a:before {
    border-width: 1.5vw 0 1.5vw 2.5vw;
    border-color: transparent transparent transparent #000;
    left: 0;
    top: 55%;
  }
}
@media screen and (max-width: 767px) {
  #site-map ul {
    flex-wrap: wrap;
    display: flex;
    gap: 5vw 6vw;
  }
  #site-map ul li {
    width: 100%;
  }
  #site-map ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 4vw;
    color: var(--col--txt-02);
    border: 1px solid var(--col--txt-02);
    padding: 3vw 4vw;
  }
  #site-map ul li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1vw 0 1vw 1.5vw;
    border-color: transparent transparent transparent var(--col--txt-02);
    right: 3vw;
    top: 50%;
    translate: 0 -50%;
    transition: ease 0.2s;
  }
}
/*お問い合わせ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contact table {
  width: 100%;
  margin-bottom: 16px;
  border-collapse: collapse;
}
#contact table tr td,
#contact table tr th {
  font-size: var(--font-size-15);
  padding: 10px;
  vertical-align: middle;
  text-align: left;
  font-weight: 400;
  border: 1px solid #dfdfdf;
}
#contact table tr th {
  width: 30%;
  color: #fff;
  background: var(--col--txt-02);
}
#contact table tr td {
  width: 70%;
  background: #fff;
}
#contact table .required-mark {
  color: var(--col--txt-02);
  font-size: 13px;
  border-radius: 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #contact table {
    border-collapse: separate;
  }
  #contact table tr {
    margin-bottom: 5vw;
  }
  #contact table tr td,
  #contact table tr th {
    font-size: 4vw;
    padding: 4vw;
    text-align: left;
    font-weight: 400;
    border: 1px solid #dfdfdf;
  }
  #contact table tr th {
    width: 100%;
    color: #fff;
    background: var(--col--txt-02);
  }
  #contact table tr td {
    width: 100%;
    background: #fff;
  }
  #contact table tr textarea,
  #contact table tr input {
    font-size: 4vw;
    padding: 4vw;
  }
  #contact table .required-mark {
    font-weight: 500;
    color: var(--col--txt-02);
    font-size: 3.5vw;
    border-radius: 0;
    background: #fff;
  }
}
#contact label[for=agree] a {
  color: var(--col--txt-02);
  padding-bottom: 2px;
  border-bottom: 1px solid var(--col--txt-02);
}
#contact .contact-btn.contact-submits-wrap button[type=button] {
  border: unset;
  background: var(--col--txt-02);
  transition: ease 0.2s;
}
#contact .contact-btn.contact-submits-wrap button[type=button]:hover {
  opacity: 0.6;
}
#contact input[type=button],
#contact input[type=submit] {
  color: #fff;
  background: var(--col--txt-02);
  font-size: 16px;
  transition: ease 0.2s;
}
@media screen and (max-width: 768px) {
  #contact input[type=button],
  #contact input[type=submit] {
    width: 95%;
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
#contact input[type=button]:hover,
#contact input[type=submit]:hover {
  opacity: 0.7;
}
#contact button[type=button] {
  color: #fff;
  background: var(--col--txt-02);
  font-size: 16px;
  margin: 0 4px;
  padding: 1em 2em;
  cursor: pointer;
  border: unset;
  transition: ease 0.2s;
}
@media screen and (max-width: 768px) {
  #contact button[type=button] {
    width: 95%;
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
#contact button[type=button] :hover {
  opacity: 0.7;
}
#contact input[type=button][disabled],
#contact input[type=submit][disabled] {
  color: #777;
  opacity: 0.7;
  background: #ccc;
}

/* お問い合わせ完了
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents-u.complete .complete-box {
  text-align: center;
  line-height: 1.8;
  font-size: var(--font-size-16);
}
#contents-u.complete .complete-box a {
  color: var(--col--txt-02);
}

/*ページが見つかりません。
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.not-found-txt p {
  font-size: var(--font-size-16);
  line-height: 1.8;
}
.not-found-txt p a {
  color: var(--col--txt-02);
  transition: ease 0.2s;
}
.not-found-txt p a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .not-found-txt {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */