@charset "UTF-8";
/**
 * CSSリセット -acab/reset.css
 * https://coliss.com/articles/build-websites/operation/css/acab-reset-css.html
 */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: inline-block;
  vertical-align: top;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance;
}

:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px Canvas;
          box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

a {
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  opacity: 0.7;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.font-xsmall {
  font-size: 0.6rem;
}

.font-small {
  font-size: 0.75rem;
}

.font-normal {
  font-size: 1rem;
}

.font-middle {
  font-size: 1.15rem;
}

.font-large {
  font-size: 1.25rem;
}

.font-xlarge {
  font-size: 1.5rem;
}

.font-2xlarge {
  font-size: 2.5rem;
}

.font-3xlarge {
  font-size: 3.5rem;
}

.font-4xlarge {
  font-size: 4.6rem;
}

.font-6xlarge {
  font-size: 6rem;
}

@media (max-width: 768px) {
  .font-xsmall {
    font-size: calc(0.6rem * 0.8);
  }
  .font-small {
    font-size: calc(0.75rem * 0.8);
  }
  .font-normal {
    font-size: calc(1rem * 0.8);
  }
  .font-middle {
    font-size: calc(1.15rem * 0.8);
  }
  .font-large {
    font-size: calc(1.25rem * 0.8);
  }
  .font-xlarge {
    font-size: calc(1.5rem * 0.8);
  }
  .font-2xlarge {
    font-size: calc(2.5rem * 0.8);
  }
  .font-3xlarge {
    font-size: calc(3.5rem * 0.8);
  }
  .font-4xlarge {
    font-size: calc(4.6rem * 0.8);
  }
  .font-6xlarge {
    font-size: calc(6rem * 0.8);
  }
}
.margin-btm-small {
  margin-bottom: 6px;
}

.margin-btm-medium {
  margin-bottom: 12px;
}

.margin-btm-large {
  margin-bottom: 24px;
}

.margin-btm-xlarge {
  margin-bottom: 30px;
}

.margin-btm-2xlarge {
  margin-bottom: 60px;
}

.margin-btm-3xlarge {
  margin-bottom: 120px;
}

@media (max-width: 768px) {
  .margin-btm-small {
    margin-bottom: calc(6px * 0.8);
  }
  .margin-btm-medium {
    margin-bottom: calc(12px * 0.8);
  }
  .margin-btm-large {
    margin-bottom: calc(24px * 0.8);
  }
  .margin-btm-xlarge {
    margin-bottom: calc(30px * 0.8);
  }
  .margin-btm-2xlarge {
    margin-bottom: calc(60px * 0.8);
  }
  .margin-btm-3xlarge {
    margin-bottom: calc(120px * 0.8);
  }
}
html, body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  word-break: break-all;
  color: #333333;
}

.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  border-bottom: solid 1px #FFFFFF;
}
.l-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 30px 30px 12px 30px;
}
@media (max-width: 768px) {
  .l-header__inner {
    padding: 24px 18px 18px 18px;
  }
}

.l-header__logo {
  font-family: "Archivo Black", sans-serif;
}

.l-header__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}

.l-header__nav-list li {
  font-family: "Archivo Black", sans-serif;
  font-size: 1rem;
}

.l-header__nav-list a {
  text-decoration: none;
  color: #00006a;
}

/* ハンバーガーメニュー */
.l-header__hamburger {
  display: none;
  cursor: pointer;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  -webkit-transition: background-color 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.l-header__hamburger span {
  display: block;
  width: 30px;
  height: 3px;
  margin-bottom: 5px;
  background-color: #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-header__hamburger.active span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}

.l-header__hamburger.active span:nth-child(2) {
  opacity: 0;
}

.l-header__hamburger.active span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}

@media (max-width: 768px) {
  .l-header__hamburger {
    display: block;
    position: relative;
    z-index: 100;
  }
  .l-header__nav {
    padding: 60px 50px;
    -webkit-transform: translateY(-102%);
            transform: translateY(-102%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  }
  /* ナビゲーションがアクティブなときのスタイル */
  .l-header__nav.active {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .l-header__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
  }
}
/* オーバーレイの基本スタイル */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* メニューが開いたときに表示 */
.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

html, body {
  height: 100%;
  margin: 0;
}

.l-page-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

.l-container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.l-container-m {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.l-container-s {
  max-width: 768px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.l-container-full {
  padding-right: 24px;
  padding-left: 24px;
}

.l-container-full._flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-archive {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.l-single {
  margin-bottom: 120px;
}

.l-footer {
  padding: 30px 0 18px 0;
}
@media (max-width: 768px) {
  .l-footer__left {
    margin-bottom: 18px;
  }
  .l-footer__btm {
    margin-top: 18px;
  }
}
.l-footer__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.l-footer__nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-footer__nav-list a {
  text-decoration: none;
}
.l-footer__copy {
  text-align: center;
  width: 100%;
}

@media (max-width: 768px) {
  .l-footer__links, .l-footer__social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-footer__links a, .l-footer__social a {
    margin-bottom: 10px;
  }
}
.c-header__logo-img {
  display: block;
  width: 240px;
}
@media (max-width: 840px) {
  .c-header__logo-img {
    width: 170px;
  }
}
@media (max-width: 768px) {
  .c-header__logo-img {
    width: 200px;
  }
}
.c-header__nav__external {
  display: none;
}
@media (max-width: 768px) {
  .c-header__nav__external {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .c-header__nav__external-img {
    width: 100%;
    max-width: 220px;
  }
}
.c-header__external {
  position: absolute;
  top: 12px;
  right: 18px;
}
.c-header__external-img {
  width: 120px;
}
@media (max-width: 768px) {
  .c-header__external {
    display: none;
  }
}

.c-footer {
  background-color: #092A4B;
  color: #ffffff;
}
.c-footer__logo-img {
  width: 240px;
}
@media (max-width: 768px) {
  .c-footer__logo-img {
    width: 180px;
  }
}

.c-button-link {
  display: inline-block;
  padding: 10px 70px 10px 60px;
  color: #ffffff;
  background-color: #dbc95a;
  text-decoration: none;
  -webkit-box-shadow: 0px 10px 0px 0px rgb(9, 42, 75);
          box-shadow: 0px 10px 0px 0px rgb(9, 42, 75);
  border-radius: 28px;
  font-weight: bold;
  font-size: 1.5rem;
  background-image: url("../img/icon_arrow1_white.svg");
  background-repeat: no-repeat;
  background-size: 28px 28px;
  background-position: center right 24px;
}
.c-button-link._height {
  border-radius: 40px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .c-button-link {
    font-size: 1.25rem;
    background-size: 20px 20px;
  }
}
.c-button-link.-s {
  padding: 10px 60px 10px 50px;
  -webkit-box-shadow: 0px 7px 0px 0px rgb(9, 42, 75);
          box-shadow: 0px 7px 0px 0px rgb(9, 42, 75);
  font-size: 1.25rem;
  background-size: 22px 22px;
}
@media (max-width: 768px) {
  .c-button-link.-s {
    font-size: 1rem;
    background-size: 20px 20px;
  }
}
.c-button._center {
  text-align: center;
}
.c-button._right {
  text-align: right;
}

.c-button._en {
  font-family: "Archivo Black", sans-serif;
}

.c-button:hover {
  color: #00006a;
  background-color: inherit;
}

.c-button__cta {
  display: inline-block;
  padding: 10px 20px;
  color: #ffffff;
  background-color: #00006a;
  border: solid 1px #00006a;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  font-family: "Archivo Black", sans-serif;
}

.c-button__cta:hover {
  color: #00006a;
  background-color: inherit;
}

.c-button__animate-line {
  width: 180px;
  height: 65px;
  color: #00006a;
  text-align: center;
  position: relative;
  cursor: pointer;
  font-family: "Archivo Black", sans-serif;
  font-size: 1.25rem;
  line-height: 65px;
}

.c-button__animate-line._s {
  width: 130px;
  height: 50px;
  font-size: 1rem;
  line-height: 50px;
}

.c-button__animate-line a {
  text-decoration: none;
}

.c-button__animate-line:hover {
  background-color: inherit;
}

.c-button__animate-line:hover svg rect {
  stroke: #00006a;
}

.c-button__animate-line svg {
  position: absolute;
  top: 0;
  left: 0;
}

.c-button__animate-line svg rect {
  stroke-dasharray: 400, 0;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  fill: none;
  stroke: #00006a;
  stroke-width: 2;
}

.c-button__animate-line:hover svg rect {
  stroke-width: 3;
  stroke-dasharray: 35, 315;
  stroke-dashoffset: 38;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.c-button__animate-line._s:hover svg rect {
  stroke-dasharray: 35, 230;
}

.c-button__small {
  text-align: right;
}
.c-button__small__link {
  background-color: #00006a;
  border: solid 1px #00006a;
  color: #ffffff;
  font-size: 0.75rem;
  display: inline-block;
  padding: 1px 3px 1px 8px;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.c-button__small__link:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 2px;
  background-image: url("../img/icon-arrow-r-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.c-button__small__link:hover {
  border: solid 1px #00006a;
  color: #00006a;
  background-color: inherit;
}
.c-button__small__link:hover:after {
  background-image: url("../img/icon-arrow-r.svg");
}

/* コンタクトセクション */
.c-contact__form {
  padding: 80px 8%;
  background: #ffffff;
  font-size: 1rem;
  border-radius: 12px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .c-contact__form {
    padding: 42px 6%;
  }
}
.c-contact__form.-s {
  padding: 60px 8%;
}
@media (max-width: 768px) {
  .c-contact__form.-s {
    padding: 30px 6%;
  }
}
.c-contact__form-list {
  margin-bottom: 60px;
}
.c-contact__form-list input,
.c-contact__form-list textarea {
  width: 100%;
  padding: 12px;
  background-color: #f8f8f8;
  border: solid 1px #f8f8f8;
  border-radius: 5px;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, -webkit-transform 0.2s ease;
}
.c-contact__form-list input:focus,
.c-contact__form-list textarea:focus {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  border: solid 1px #E1E1E1;
  background-color: #ffffff;
}
.c-contact__form-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .c-contact__form-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-contact__form-item dt {
  width: 38%;
  padding-top: 12px;
  font-weight: bold;
}
.c-contact__form-item dt > p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .c-contact__form-item dt {
    width: 100%;
    padding-top: 0;
    margin-bottom: 10px;
  }
  .c-contact__form-item dt > p {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 12px;
  }
}
.c-contact__form-item dd {
  width: 60%;
}
@media (max-width: 768px) {
  .c-contact__form-item dd {
    width: 100%;
  }
}
.c-contact__form-action p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-contact .c-required::after {
  content: "必須";
  color: #ffffff;
  background-color: #FF764F;
  font-size: 0.75rem;
  padding: 1px 8px;
  border-radius: 12px;
  font-weight: normal;
}
.c-contact__form-list.-confirm dd {
  background-color: #E1E1E1;
  padding: 10px 12px;
  border-radius: 6px;
}
.c-contact__thanks__text1 {
  font-weight: bold;
  text-align: center;
  font-size: 2.5rem;
}
.c-contact__thanks__text2 {
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .c-contact__thanks__text1 {
    font-size: 1.5rem;
  }
  .c-contact__thanks__text2 {
    font-size: 1rem;
  }
}

div.wpcf7 .wpcf7-spinner {
  display: none !important;
}

.wpcf7-form-control.wpcf7-submit {
  display: inline-block;
  padding: 12px 60px 12px 50px;
  color: #ffffff;
  background-color: #00006a;
  border: solid 1px #00006a;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  background-image: url("../img/icon_arrow1_white.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center right 24px;
  border-radius: 26px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.wpcf7-form-control.wpcf7-submit:hover {
  opacity: 0.7;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.wpcf7-form-control.wpcf7-previous {
  display: inline-block;
  padding: 6px 40px;
  text-decoration: none;
  border-radius: 20px;
  border: solid 1px #999999;
  background-color: #999999;
  color: #ffffff;
  font-size: 1rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.wpcf7-form-control.wpcf7-previous:hover {
  opacity: 0.7;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

/* 投稿タイトル */
.c-page {
  background: rgb(153, 191, 230);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(153, 191, 230)), color-stop(60%, rgb(178, 225, 236)), to(rgb(222, 240, 243)));
  background: -webkit-linear-gradient(bottom, rgb(153, 191, 230) 0%, rgb(178, 225, 236) 60%, rgb(222, 240, 243) 100%);
  background: linear-gradient(0deg, rgb(153, 191, 230) 0%, rgb(178, 225, 236) 60%, rgb(222, 240, 243) 100%);
  padding-top: 140px;
}
.c-page__inner {
  background-image: url("../img/bg_bubble.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 200px;
}
@media (max-width: 768px) {
  .c-page__inner {
    padding-bottom: 120px;
  }
}

.c-heading2 {
  font-size: 2.5rem;
  font-family: "Archivo Black", sans-serif;
  text-align: center;
  margin-bottom: 10px;
  color: #00006a;
}

.c-heading2-kana {
  text-align: center;
  margin-bottom: 40px;
  color: #00006a;
}

.c-heading__page {
  text-align: center;
  margin-bottom: 60px;
}
.c-heading__page-en {
  display: block;
  font-size: 4.6rem;
  text-transform: uppercase;
  font-family: "Archivo Black", sans-serif;
  margin-bottom: 12px;
  color: #29A6E0;
  text-shadow: 1px 3px 0px rgb(255, 255, 255);
}
.c-heading__page-kana {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  color: #00006a;
}
@media (max-width: 768px) {
  .c-heading__page {
    margin-bottom: 30px;
  }
  .c-heading__page-en {
    font-size: 2.5rem;
  }
  .c-heading__page-kana {
    font-size: 1.25rem;
  }
}

.c-weight {
  font-weight: bold;
}

@media (max-width: 768px) {
  .c-br_pc br {
    display: none;
  }
}

.c-br_mb br {
  display: none;
}
@media (max-width: 768px) {
  .c-br_mb br {
    display: block;
  }
}

.c-decoration__pict__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 400px;
}

.c-unselectable {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.c-link_btm {
  background-image: url("../img/bg_wave3.svg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 160px;
  margin-top: -180px;
  z-index: 10;
  position: relative;
}
@media (max-width: 768px) {
  .c-link_btm {
    padding-top: 80px;
    margin-top: -80px;
  }
}
.c-link_btm__inner {
  background-image: url("../img/bg_bubble-s.png");
  background-position: bottom center;
  background-size: contain;
  padding-bottom: 180px;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .c-link_btm__inner {
    background-size: 140% auto;
    padding-bottom: 80px;
  }
}
.c-link_btm__title {
  text-align: center;
}
.c-link_btm__title-img {
  height: 42px;
}
@media (max-width: 768px) {
  .c-link_btm__title-img {
    height: auto;
    width: 80%;
  }
}
.c-link_btm__snslist {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  background-color: #ffffff;
  padding: 18px 80px;
  border-radius: 40px;
}
.c-link_btm__sns {
  text-align: center;
}
.c-link_btm__sns-img {
  width: 48px;
}
@media (max-width: 768px) {
  .c-link_btm__snslist {
    padding: 12px 50px;
  }
  .c-link_btm__sns-img {
    width: 36px;
  }
}
.c-link_btm__banner {
  text-align: center;
}
.c-link_btm__banner-img {
  width: 100%;
  max-width: 600px;
}
@media (max-width: 768px) {
  .c-link_btm__banner-img {
    width: 80%;
  }
}

.toggleContent {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
}

.toggleButton {
  position: relative;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

.toggleButton::before,
.toggleButton::after {
  content: "";
  width: 16px;
  height: 1px;
  background-color: #333;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transition: color 0.3s ease, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.3s ease, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.3s ease, transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.3s ease, transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.toggleButton::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.toggleButton.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.content-section {
  opacity: 0; /* 最初は非表示 */
  -webkit-transform: translateY(30px);
          transform: translateY(30px); /* 最初は少し下にずらす */
}

.c-header {
  background-color: transparent; /* 初期状態では透明 */
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; /* 背景色の変化を滑らかに */
}

/* ヒーローセクション */
.p-hero {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(153, 191, 230)), color-stop(100%, rgb(222, 240, 243)), color-stop(60%, rgb(178, 225, 236)));
  background-image: -webkit-linear-gradient(bottom, rgb(153, 191, 230), rgb(222, 240, 243) 100%, rgb(178, 225, 236) 60%);
  background-image: linear-gradient(0deg, rgb(153, 191, 230), rgb(222, 240, 243) 100%, rgb(178, 225, 236) 60%);
  height: 800px;
  text-align: center;
  color: #00006a;
}
.p-hero__inner {
  background: url("../img/bg_bubble.png");
  background-size: 100% auto;
  background-position: top 170px center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: relative;
}
.p-hero__title {
  width: 680px;
  position: absolute;
  top: 56%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.p-hero .u-bg__wave {
  z-index: 2;
}
.p-hero__item {
  z-index: 3;
  width: 200px;
  position: absolute;
  bottom: 18px;
  left: calc(50% + 180px);
}
@media (max-width: 768px) {
  .p-hero {
    height: 420px;
  }
  .p-hero__inner {
    background-size: 140% auto;
    background-position: top 200px center;
  }
  .p-hero__title {
    width: 84%;
    max-width: 320px;
    top: 60%;
  }
  .p-hero__item {
    left: calc(50% + 80px);
    width: 100px;
  }
}

.p-home__content {
  background: url("../img/bg_sand_blue.jpg");
  background-repeat: repeat;
  background-size: 200px 200px;
  padding-bottom: 180px;
}
.p-home__item {
  margin-bottom: 42px;
}
.p-home__h1 {
  text-align: center;
  margin-bottom: 30px;
  font-family: "Archivo Black", sans-serif;
  font-size: 3.5rem;
  color: #ffffff;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .p-home__h1 {
    font-size: 2.5rem;
  }
}
.p-home__note {
  text-align: center;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-home__note {
    text-align: left;
    font-size: 1rem;
  }
}
.p-home__note._line {
  border-bottom: dashed 1px #ffffff;
  padding-bottom: 42px;
}
.p-home__goods {
  padding-bottom: 240px;
  background-color: #EBE7CA;
  position: relative;
  background-image: url("../img/bg_bubble.png");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (max-width: 840px) {
  .p-home__goods {
    padding-bottom: 200px;
  }
}
@media (max-width: 768px) {
  .p-home__goods {
    background-size: cover;
    padding-bottom: 60px;
  }
}
.p-home__goods__inner {
  padding-bottom: 18px;
}
@media (max-width: 768px) {
  .p-home__goods__inner {
    margin-bottom: 24px;
  }
}
.p-home__banner {
  text-align: center;
  padding-right: 4%;
  padding-left: 4%;
}
.p-home__banner-link {
  max-width: 900px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-home__banner {
    padding-right: 6%;
    padding-left: 6%;
  }
}
.p-home__linktext {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}
.p-home__linktext-link {
  text-decoration: none;
}
@media (max-width: 768px) {
  .p-home__linktext {
    font-size: 1.15rem;
  }
}

.p-company__list {
  background-color: #ffffff;
  padding: 60px 8% 80px 8%;
  background: #ffffff;
  border-radius: 12px;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .p-company__list {
    padding: 30px 6% 60px 6%;
  }
}
.p-company__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  border-bottom: dashed 1px #E1E1E1;
  padding: 30px 12px;
  font-size: 1.15rem;
}
.p-company__item dt {
  font-weight: bold;
  width: 130px;
}
.p-company__item dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .p-company__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
    font-size: 1rem;
    padding: 18px 6px;
  }
  .p-company__item dt {
    width: 100%;
  }
  .p-company__item dd {
    width: 100%;
  }
}

.p-business__item {
  background-color: #ffffff;
  padding: 30px 6%;
  background: #ffffff;
  border-radius: 12px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}
.p-business__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .p-business__top {
    gap: 6px;
    margin-bottom: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-business__icon-img {
  width: 90px;
  height: 90px;
}
@media (max-width: 768px) {
  .p-business__icon-img {
    width: 90px;
    height: 90px;
  }
}
.p-business__title {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .p-business__title {
    font-size: 1.25rem;
    text-align: center;
  }
}
.p-business__description {
  font-size: 1rem;
}

.p-404 {
  background-color: #B2E1EC;
  background-image: url("../img/bg_bubble.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 160px;
  padding-bottom: 160px;
}
.p-404__title {
  font-size: 3.5rem;
  text-align: center;
  margin-bottom: 48px;
  font-family: "Archivo Black", sans-serif;
  word-break: break-word;
  color: #29A6E0;
}
@media (max-width: 768px) {
  .p-404__title {
    font-size: 2.5rem;
  }
}
.p-404__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
.p-404__bottom {
  text-align: center;
}

.u-animate__img-big {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; /* アニメーション効果の設定 */
}

.u-animate__img-big:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); /* マウスオーバー時に画像を拡大 */
}

.u-animate__img-big__wrap {
  overflow: hidden;
}

.u-bg__wave {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../img/bg_wave1.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 170px;
  width: 100%;
}
.u-bg__wave__wrap {
  position: relative;
  padding-bottom: 170px;
}
@media (max-width: 768px) {
  .u-bg__wave {
    height: 80px;
  }
}

.u-bg__wave-gold {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../img/bg_wave2.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 180px;
  width: 100%;
}
.u-bg__wave-gold__wrap {
  position: relative;
  padding-bottom: 240px;
}
@media (max-width: 840px) {
  .u-bg__wave-gold {
    height: 110px;
  }
}
@media (max-width: 768px) {
  .u-bg__wave-gold {
    height: 80px;
  }
  .u-bg__wave-gold__wrap {
    position: relative;
    padding-bottom: 140px;
  }
}