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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: inherit;
}

p {
  margin: 0;
}

figure {
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  color: #425c70;
  background-color: #ffffff;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}

.l-section {
  width: 100%;
}

.l-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: clamp(20px, -337.1428571429px + 35.7142857143vw, 120px);
  padding-right: clamp(20px, -337.1428571429px + 35.7142857143vw, 120px);
}
.l-inner.--s {
  max-width: 1040px;
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px 160px 20px clamp(20px, -122.8571428571px + 14.2857142857vw, 60px);
}

.l-header__logo {
  width: clamp(150px, -385.7142857143px + 53.5714285714vw, 300px);
  flex-shrink: 0;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    margin-top: -12px;
  }
}
.l-header__logo img, .l-header__logo svg {
  width: 100%;
  height: auto;
}

.l-header__nav {
  display: flex;
  align-items: center;
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    display: none;
  }
}

.l-header__nav-inner {
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  padding: 16px 35px;
  display: flex;
  gap: 31px;
  align-items: center;
}

.l-header__nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.l-header__nav-en {
  font-family: "Righteous", sans-serif;
  font-size: 18px;
  color: #287ec0;
  line-height: 1;
}

.l-header__nav-ja {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 10px;
  color: #89b2d2;
  line-height: 1;
}

.l-header__nav-sep {
  width: 1px;
  height: 36px;
  background: #ced5db;
  transform: rotate(20deg);
  flex-shrink: 0;
}

.l-header__reserve-btn {
  position: fixed;
  top: 0;
  right: 0;
  width: 140px;
  height: 140px;
  background: #f9d41b;
  border-bottom-left-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  z-index: 101;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s;
}
.l-header__reserve-btn:hover {
  opacity: 0.85;
}
@media screen and (max-width: 768px) {
  .l-header__reserve-btn {
    width: 80px;
    height: 80px;
    gap: 6px;
  }
}

.l-header__reserve-icon {
  width: 30px;
  height: 32px;
  flex-shrink: 0;
  transform: translateX(0px) translateY(5px);
}
@media screen and (max-width: 768px) {
  .l-header__reserve-icon {
    width: 18px;
    height: 20px;
  }
}

.l-header__reserve-text {
  text-align: center;
  color: #24333e;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.l-header__reserve-en {
  display: block;
  font-size: 12px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .l-header__reserve-en {
    font-size: 9px;
  }
}

.l-header__reserve-ja {
  display: block;
  font-size: 20px;
  line-height: 1.2;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .l-header__reserve-ja {
    font-size: 13px;
  }
}

.l-header__sp-btn {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  background: #287ec0;
  border-bottom-left-radius: 15px;
  width: 69px;
  height: 69px;
  flex-shrink: 0;
  transition: opacity 0.3s;
  border: none;
}
@media screen and (max-width: 768px) {
  .l-header__sp-btn {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
  }
}
.l-header__sp-btn:hover {
  opacity: 0.85;
}

.l-header__sp-btn-icon {
  display: block;
  width: 26px;
  height: 18px;
  position: relative;
  flex-shrink: 0;
}
.l-header__sp-btn-icon span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  left: 0;
  transition: transform 0.3s, opacity 0.3s;
}
.l-header__sp-btn-icon span:nth-child(1) {
  top: 0;
}
.l-header__sp-btn-icon span:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
.l-header__sp-btn-icon span:nth-child(3) {
  bottom: 0;
}

.l-header__sp-btn-text {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0;
}

.l-sp-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(40, 126, 192, 0.97);
  z-index: 101;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .l-sp-menu.js-open {
    display: flex;
  }
}

.l-sp-menu__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #FFFFFF;
  border-radius: 8px;
  background: transparent;
}
.l-sp-menu__close::before, .l-sp-menu__close::after {
  display: block;
  position: absolute;
  content: "";
  margin: auto;
  width: 30px;
  height: 3px;
  background: #ffffff;
  top: 50%;
  left: 50%;
}
.l-sp-menu__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-sp-menu__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.l-sp-menu__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.l-sp-menu__item {
  font-family: "Righteous", sans-serif;
  font-size: 28px;
  color: #ffffff;
  letter-spacing: 0.1em;
}

.l-footer {
  width: 100%;
}

.l-footer__contact {
  background: #287ec0;
  padding: clamp(70px, 84.2857142857px + -1.4285714286vw, 66px) clamp(20px, -337.1428571429px + 35.7142857143vw, 120px) clamp(40px, -174.2857142857px + 21.4285714286vw, 100px);
}
@media screen and (max-width: 768px) {
  .l-footer__contact {
    padding: 71px 20px 40px;
  }
}

.l-footer__contact-title {
  text-align: center;
  margin-bottom: clamp(40px, -31.4285714286px + 7.1428571429vw, 60px);
}

.l-footer__contact-en {
  display: block;
  font-family: "Righteous", sans-serif;
  font-size: clamp(56px, -58.2857142857px + 11.4285714286vw, 88px);
  color: #ffffff;
  line-height: 1;
}

.l-footer__contact-ja {
  display: block;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 3.7142857143px + 1.4285714286vw, 22px);
  color: #ffffff;
  margin-top: clamp(3px, -18.4285714286px + 2.1428571429vw, 9px);
}

.l-footer__contact-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px 0;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .l-footer__contact-flex {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}

.l-footer__contact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(38px, 20.1428571429px + 1.7857142857vw, 43px);
  position: relative;
  width: 50%;
}
.l-footer__contact-item:not(:last-child) {
  border-right: 1px solid #FFFFFF;
}
@media screen and (max-width: 768px) {
  .l-footer__contact-item:not(:last-child) {
    border-right: none;
  }
}
.l-footer__contact-item .c-btn {
  max-width: 290px;
}
@media screen and (max-width: 768px) {
  .l-footer__contact-item {
    width: 100%;
    padding: 39px 0;
    max-width: none;
  }
  .l-footer__contact-item + .l-footer__contact-item {
    border-top: 1px solid #FFFFFF;
  }
  .l-footer__contact-item:first-child {
    padding-top: 0;
  }
}

.l-footer__contact-label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.l-footer__contact-label::after {
  content: "";
  position: absolute;
  bottom: -12.5px;
  left: 50%;
  transform: translateX(-50%);
  width: 19px;
  height: 15px;
  background-image: url(assets/img/common/icon-contact-label-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}

.l-footer__contact-label-bg {
  width: 290px;
  height: 53px;
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-footer__contact-label-bg {
    height: 50px;
  }
}

.l-footer__contact-label-text {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .l-footer__contact-label-text {
    font-size: 18px;
  }
}

.l-footer__contact-icon {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-footer__contact-icon img {
  width: 65px;
  height: 70px;
}

.l-footer__contact-snsIcons {
  display: flex;
  gap: 21px;
  justify-content: center;
  margin-top: -7px;
}
@media screen and (max-width: 768px) {
  .l-footer__contact-snsIcons {
    margin-top: -15px;
  }
}

.l-footer__contact-snsIcon {
  position: relative;
  margin-top: -4px;
  min-width: auto;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.l-footer__contact-snsIcon:hover {
  opacity: 1;
}

.l-footer__contact .c-btn__arrow::after {
  transform: translateX(2px) translateY(0px);
}

.l-footer__contact .c-btn__arrow.--blank::after {
  transform: translateX(2px) translateY(0px);
}

.l-footer__body {
  padding: clamp(60px, -82.8571428571px + 14.2857142857vw, 100px) clamp(20px, -337.1428571429px + 35.7142857143vw, 120px);
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .l-footer__body {
    padding: 80px 20px;
  }
}

.l-footer__inner {
  display: flex;
  flex-direction: column;
  gap: clamp(60px, -82.8571428571px + 14.2857142857vw, 100px);
  max-width: 1240px;
  margin: 0 auto;
}

.l-footer__main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .l-footer__main {
    flex-direction: column;
    align-items: center;
    gap: 52px;
  }
}

.l-footer__brand {
  display: flex;
  flex-direction: column;
  gap: clamp(30px, -30.7142857143px + 6.0714285714vw, 47px);
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .l-footer__brand {
    align-items: center;
    width: 100%;
  }
}

.l-footer__logo {
  width: clamp(180px, -166.4285714286px + 34.6428571429vw, 277px);
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    width: 236px;
  }
}
.l-footer__logo img {
  width: 100%;
  height: auto;
}

.l-footer__address-block {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .l-footer__address-block {
    flex-direction: column;
    width: 100%;
    margin-top: 19px;
  }
}

.l-footer__address-item {
  border-left: 5px solid #287ec0;
  padding: 0px 0 5px 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.l-footer__address-name {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #287ec0;
  line-height: 1.75;
}

.l-footer__address-name-link {
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-bottom: 4px;
}
.l-footer__address-name-link .c-link--blank {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 6px;
  top: 4px;
}
.l-footer__address-name-link .c-link--blank::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(assets/img/common/icon-blank-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.l-footer__address-name-link:hover {
  text-decoration: none;
}

.l-footer__address-row {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 16px;
  color: #425c70;
  line-height: 1.75;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-footer__address-row {
    line-height: 26px;
    letter-spacing: -0.9px;
  }
}
.l-footer__address-row::before {
  content: "";
  display: block;
  width: 13px;
  height: 18px;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 4px;
}
.l-footer__address-row.--address::before {
  background-image: url("assets/img/common/icon-adr.svg");
}
.l-footer__address-row.--tel::before {
  background-image: url("assets/img/common/icon-tel.svg");
}
.l-footer__address-row a {
  color: inherit;
  text-decoration: none;
}
.l-footer__address-row a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.l-footer__address-row + .l-footer__address-row {
  margin-top: 10px;
}

.l-footer__address-icon {
  width: 13px;
  flex-shrink: 0;
  margin-top: 4px;
  color: #287ec0;
}

.l-footer__nav {
  display: flex;
  gap: clamp(20px, -15.7142857143px + 3.5714285714vw, 30px);
  flex-wrap: wrap;
  margin-top: -9px;
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    margin-top: 0;
    gap: 33px 20px;
    width: 100%;
    justify-content: flex-start;
  }
}

.l-footer__nav-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: clamp(160px, 124.2857142857px + 3.5714285714vw, 170px);
}
@media screen and (max-width: 768px) {
  .l-footer__nav-col {
    max-width: 160px;
    flex: 1 0 160px;
    gap: 19px;
  }
}

.l-footer__nav-heading {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: clamp(16px, 8.8571428571px + 0.7142857143vw, 18px);
  color: #287ec0;
  line-height: 1.75;
  border-bottom: 1px solid #ced5db;
  padding-bottom: clamp(8px, 0.8571428571px + 0.7142857143vw, 10px);
}

.l-footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: clamp(6px, -15.4285714286px + 2.1428571429vw, 12px);
}

.l-footer__nav-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: clamp(15px, 11.4285714286px + 0.3571428571vw, 16px);
  color: #425c70;
  line-height: 1.75;
}
.l-footer__nav-link::before {
  content: "";
  display: block;
  width: 5px;
  height: 7px;
  background: #287ec0;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  flex-shrink: 0;
}
.l-footer__nav-link:hover {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.l-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .l-footer__bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 16px;
  }
}

.l-footer__bottom-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, -16.5714285714px + 2.8571428571vw, 20px);
  flex-wrap: wrap;
}

.l-footer__bottom-link {
  font-size: clamp(15px, 11.4285714286px + 0.3571428571vw, 16px);
  color: #425c70;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.l-footer__bottom-link:hover {
  opacity: 1;
  text-decoration: none;
}

.l-footer__bottom-sep {
  width: 1px;
  height: 22px;
  background: #ced5db;
  transform: rotate(27deg) translateY(0px);
}

.l-footer__copyright {
  font-size: clamp(15px, 11.4285714286px + 0.3571428571vw, 16px);
  color: #425c70;
}

.l-footer__powered {
  border-top: 1px solid #ced5db;
  padding: 14px clamp(20px, -337.1428571429px + 35.7142857143vw, 120px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 12px;
  color: #1b4278;
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border: 2px solid #287ec0;
  border-radius: 52px;
  padding: 20px 25px 20px 36px;
  min-width: 200px;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 8.8571428571px + 0.7142857143vw, 18px);
  color: #287ec0;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
  text-decoration: none;
  line-height: 1;
}
.c-btn:hover {
  background: #287ec0;
  color: #ffffff;
  opacity: 1;
}
.c-btn:hover .c-btn__arrow {
  border-color: #ffffff;
}
.c-btn:hover .c-btn__arrow::after {
  background-image: url("assets/img/common/icon-arrow-white.svg");
}
.c-btn:hover .c-btn__arrow.--blank::after {
  background-image: url("assets/img/common/icon-blank-yellow.svg");
}
@media screen and (max-width: 768px) {
  .c-btn {
    padding: 15px 20px 15px 28px;
    min-width: 160px;
    font-size: 15px;
  }
}

.c-btn__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}
.c-btn__arrow::after {
  content: "";
  display: block;
  width: 9px;
  height: 15px;
  background-image: url("assets/img/common/icon-arrow-blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 0.3s;
}
.c-btn__arrow.--blank::after {
  width: 15px;
  height: 15px;
  background-image: url("assets/img/common/icon-blank-blue.svg");
}

.c-btn.--yellow {
  background: #f9d41b;
  border-color: #f9d41b;
  color: #287ec0;
}
.c-btn.--yellow:hover {
  background: transparent;
  border-color: #f9d41b;
  color: #f9d41b;
}

.c-btn.--white {
  background: #ffffff;
  border-color: #ffffff;
  color: #287ec0;
}
.c-btn.--white:hover {
  background: #287ec0;
  border-color: #ffffff;
  color: #ffffff;
}

.c-btn.--large {
  font-size: clamp(18px, 3.7142857143px + 1.4285714286vw, 22px);
  padding: 22px 28px 22px 40px;
}

.l-footer .c-btn {
  width: 100%;
  padding: 22px 20px 23px 0;
  position: relative;
  margin-top: -4px;
}
@media screen and (max-width: 768px) {
  .l-footer .c-btn {
    font-size: 18px;
    margin-top: -18px;
    max-width: 290px;
  }
}
.l-footer .c-btn .c-btn__arrow {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.c-secTtl {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
}
@media screen and (max-width: 768px) {
  .c-secTtl {
    gap: 10px;
  }
}

.c-secTtl__en {
  font-family: "Righteous", sans-serif;
  font-size: clamp(56px, -58.2857142857px + 11.4285714286vw, 88px);
  color: #287ec0;
  line-height: 1;
}

.c-secTtl__ja {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 3.7142857143px + 1.4285714286vw, 22px);
  color: #89b2d2;
  line-height: 1;
}

.c-secTtl.--white .c-secTtl__en {
  color: #ffffff;
}
.c-secTtl.--white .c-secTtl__ja {
  color: #ffffff;
}

.c-kv {
  position: relative;
  width: 100%;
  height: clamp(720px, 273.5714285714px + 44.6428571429vw, 845px);
  overflow: hidden;
}

.c-kv__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 128%;
  top: -15%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 768px) {
  .c-kv__bg {
    height: 100%;
    top: 0;
  }
}

.c-kv__wave {
  position: absolute;
  bottom: -0.5px;
  left: 0;
  width: 100%;
  height: 5.55vw;
}
@media screen and (max-width: 768px) {
  .c-kv__wave {
    height: 10.26vw;
  }
}

.c-kv__content {
  position: absolute;
  top: clamp(155px, 5px + 15vw, 197px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(40px, -10px + 5vw, 54px);
  width: 100%;
  padding: 0 20px;
}

.c-kv__info-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(30px, -41.4285714286px + 7.1428571429vw, 50px);
}
@media screen and (max-width: 768px) {
  .c-kv__info-area {
    gap: 41px;
  }
}

.c-kv__open-img {
  width: 100%;
  max-width: 432px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .c-kv__open-img {
    padding: 0 11px;
  }
}

.c-kv__catch {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(10px, -61.4285714286px + 7.1428571429vw, 30px);
}
@media screen and (max-width: 768px) {
  .c-kv__catch {
    gap: 25px;
  }
}

.c-kv__catch-label {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #ffffff;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(22px, -6.5714285714px + 2.8571428571vw, 30px);
  line-height: 1;
  transform: translateX(0px) translateY(9px);
}
@media screen and (max-width: 768px) {
  .c-kv__catch-label {
    gap: 14px;
    transform: translateX(0px) translateY(0px);
  }
}

.c-kv__catch-line {
  display: block;
  width: clamp(28px, -50.5714285714px + 7.8571428571vw, 50px);
  height: 3px;
  background: #ffffff;
  transform: rotate(66deg);
  flex-shrink: 0;
}

.c-kv__catch-line.--right {
  transform: rotate(-66deg);
}

.c-kv__catch-main {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(34px, -44.5714285714px + 7.8571428571vw, 56px);
  color: #ffffff;
  text-align: center;
  line-height: 1.4;
  text-indent: 36px;
}
@media screen and (max-width: 388px) {
  .c-kv__catch-main {
    font-size: clamp(30px, 19.2857142857px + 1.0714285714vw, 33px);
  }
}
@media screen and (max-width: 768px) {
  .c-kv__catch-main {
    text-indent: auto;
  }
}

.c-kv__badges {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  flex-direction: row;
  gap: clamp(10px, -22.1428571429px + 3.2142857143vw, 19px);
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .c-kv__badges {
    flex-direction: column;
    gap: 17px;
    align-items: stretch;
    max-width: 260px;
  }
}

.c-kv__badge {
  background: #ffffff;
  border-radius: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(14px, 6.8571428571px + 0.7142857143vw, 16px);
  color: #3099af;
  text-align: center;
  line-height: 1.5;
  white-space: nowrap;
  width: clamp(140px, 18.5714285714px + 12.1428571429vw, 174px);
  height: clamp(64px, -7.4285714286px + 7.1428571429vw, 84px);
  padding: 8px 6px;
}
@media screen and (max-width: 768px) {
  .c-kv__badge {
    width: 100%;
    height: auto;
    padding: 7px 0 6px;
    font-size: 16px;
    white-space: normal;
  }
  .c-kv__badge br {
    display: none;
  }
  .c-kv__badge {
    margin-top: -2px;
  }
}
.c-kv__badge:last-child {
  letter-spacing: -1.5px;
}

.c-sectionBox {
  padding: clamp(calc(60px * 1px), calc(-11.4285714286px * 1px) + calc(7.1428571429px * 1vw), calc(80px * 1px)) clamp(20px, calc(-337.1428571429px * 1px) + calc(35.7142857143px * 1vw), calc(120px * 1px));
}

.c-blogCard {
  display: flex;
  flex-direction: column;
  gap: 31px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-blogCard {
    gap: 33px;
    overflow: visible;
  }
}

.c-blogCard__thumb {
  height: clamp(200px, -157.1428571429px + 35.7142857143vw, 300px);
  border-radius: 30px;
  overflow: hidden;
  overflow: hidden;
}
.c-blogCard__thumb img {
  transition: transform 0.5s ease;
}
.c-blogCard__thumb:hover img {
  transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  .c-blogCard__thumb {
    width: calc(100vw - 80px);
    height: auto;
    aspect-ratio: 311/254;
    border-radius: 25px;
  }
}

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

.c-blogCard__body {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.c-blogCard__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-blogCard__cat {
  border: 1px solid #287ec0;
  border-radius: 8px;
  padding: 7px 9px;
  font-size: 16px;
  color: #287ec0;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  line-height: 1;
}

.c-blogCard__date {
  font-size: 16px;
  color: #287ec0;
}

.c-blogCard__content {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.c-blogCard__title {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #287ec0;
  line-height: 1.7;
}

.c-blogCard__text {
  font-size: 16px;
  color: #425c70;
  line-height: 1.75;
}

.c-blogCard__tags {
  border-top: 1px solid #ced5db;
  padding-top: 20px;
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 23px;
  justify-content: flex-end;
  flex-direction: row-reverse;
}

.c-blogCard__tag {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  color: #287ec0;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.c-blogCard__tag::before {
  content: "";
  display: block;
  width: 10px;
  height: 12px;
  background-image: url("assets/img/common/icon-blog-tag.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.topAbout {
  position: relative;
  padding: clamp(100px, -185.7142857143px + 28.5714285714vw, 180px) clamp(20px, -337.1428571429px + 35.7142857143vw, 120px);
  padding-bottom: clamp(60px, -404.2857142857px + 46.4285714286vw, 190px);
  overflow: hidden;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .topAbout {
    padding-bottom: 51px;
  }
}

.topAbout__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(30px, -148.5714285714px + 17.8571428571vw, 80px);
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .topAbout__inner {
    flex-direction: column;
    gap: 45px;
  }
}

.topAbout__text {
  flex: 0 0 auto;
  position: relative;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .topAbout__text {
    width: 100%;
    transform: none;
    margin-top: 0;
  }
}

.topAbout__watermark {
  position: absolute;
  top: clamp(-122px, -122px + (1440px - 100vw) / 1440 * 150, -53px);
  left: -60px;
  font-family: "Righteous", sans-serif;
  font-size: clamp(100px, -114.2857142857px + 21.4285714286vw, 160px);
  color: #fdffcf;
  white-space: nowrap;
  line-height: 1;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .topAbout__watermark {
    top: -70px;
    left: -20px;
  }
}

.topAbout__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
}

.topAbout__badges {
  display: flex;
  gap: 33px;
  flex-wrap: wrap;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .topAbout__badges {
    gap: 28px;
    margin-bottom: 10px;
  }
}

.topAbout__badge {
  border: 1px solid #287ec0;
  border-radius: 6px;
  padding: clamp(3px, 6.5714285714px + -0.3571428571vw, 2px) clamp(10px, 10px + 0vw, 10px) clamp(2px, 5.5714285714px + -0.3571428571vw, 1px);
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(15px, 11.4285714286px + 0.3571428571vw, 16px);
  color: #287ec0;
  white-space: nowrap;
  position: relative;
}
.topAbout__badge:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 8px;
  right: -25px;
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  background-image: url(assets/img/top/icon-mark-x.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .topAbout__badge {
    padding-top: 2px;
    padding-bottom: 0px;
    padding-right: 9px;
    height: -moz-fit-content;
    height: fit-content;
  }
  .topAbout__badge:not(:last-child)::after {
    top: 6px;
    right: -22px;
  }
}

.topAbout__heading {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(28px, -14.8571428571px + 4.2857142857vw, 40px);
  color: #287ec0;
  line-height: 1.6;
  letter-spacing: -0.1px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .topAbout__heading {
    margin-top: 11px;
  }
}

.topAbout__desc {
  display: flex;
  flex-direction: column;
  gap: 25px;
  font-size: clamp(15px, 11.4285714286px + 0.3571428571vw, 16px);
  color: #425c70;
  line-height: 2;
  margin-top: clamp(30px, 5px + 2.5vw, 37px);
}
@media screen and (max-width: 768px) {
  .topAbout__desc {
    margin-top: 33px;
    line-height: 1.9;
  }
}

.topAbout__padi {
  border: 1px solid #b5a448;
  border-radius: 20px;
  padding: clamp(16px, 1.7142857143px + 1.4285714286vw, 20px) clamp(20px, -22.8571428571px + 4.2857142857vw, 32px) clamp(18px, 3.7142857143px + 1.4285714286vw, 22px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 421px;
  margin-top: clamp(40px, 22.1428571429px + 1.7857142857vw, 45px);
}
@media screen and (max-width: 768px) {
  .topAbout__padi {
    max-width: 100%;
    margin-top: 42px;
  }
}

.topAbout__padi-heading {
  border-bottom: 2px solid #b5a448;
  padding-bottom: 0;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #b5a448;
  text-align: left;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.topAbout__padi-text {
  font-size: clamp(15px, 11.4285714286px + 0.3571428571vw, 16px);
  color: #b5a448;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .topAbout__padi-text {
    margin-top: 2px;
  }
}

.topAbout__image {
  width: 100%;
  max-width: 611px;
  height: auto;
  aspect-ratio: 550/691;
  border-radius: 80px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .topAbout__image {
    width: 100%;
    border-radius: 40px;
  }
}
.topAbout__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.topAbout__wave {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}

.topService {
  position: relative;
  background: #f2f7fa;
  padding: clamp(80px, -48.5714285714px + 12.8571428571vw, 116px) 0 clamp(100px, -325px + 42.5vw, 219px);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .topService {
    padding-top: 120px;
    padding-bottom: 119px;
  }
}
.topService .c-btn {
  width: -moz-fit-content;
  width: fit-content;
  padding: clamp(18px, 3.7142857143px + 1.4285714286vw, 22px) clamp(18px, 0.1428571429px + 1.7857142857vw, 23px) clamp(18px, 3.7142857143px + 1.4285714286vw, 22px) clamp(26px, -2.5714285714px + 2.8571428571vw, 34px);
}
@media screen and (max-width: 768px) {
  .topService .c-btn {
    font-size: 18px;
    padding: 22px 23px 22px 34px;
    margin-top: 9px;
  }
}

.topService__head {
  text-align: center;
  margin-bottom: clamp(60px, -47.1428571429px + 10.7142857143vw, 90px);
  padding: 0 20px;
}

.topService__list {
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: clamp(60px, -154.2857142857px + 21.4285714286vw, 120px);
  margin-top: -2px;
}
@media screen and (max-width: 768px) {
  .topService__list {
    gap: 80px;
  }
}

.topService__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 clamp(20px, -337.1428571429px + 35.7142857143vw, 120px);
  position: relative;
  gap: clamp(60px, -82.8571428571px + 14.2857142857vw, 100px);
}
@media screen and (max-width: 768px) {
  .topService__item {
    flex-direction: column;
    gap: 36px;
    padding: 0;
  }
}
.topService__item.--reverse {
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: clamp(20px, -337.1428571429px + 35.7142857143vw, 120px);
}
@media screen and (max-width: 768px) {
  .topService__item.--reverse {
    flex-direction: column;
    padding-right: 0;
  }
}

.topService__item-text {
  flex: 0 0 auto;
  width: clamp(280px, -112.8571428571px + 39.2857142857vw, 390px);
  position: relative;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .topService__item-text {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  .--reverse .topService__item-text {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.topService__item-watermark {
  position: absolute;
  top: clamp(-122px, -122px + (1440px - 100vw) / 1440 * 150, -53px);
  left: -60px;
  font-family: "Righteous", sans-serif;
  font-size: clamp(90px, -160px + 25vw, 160px);
  color: #fdffcf;
  white-space: nowrap;
  line-height: 1;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .topService__item-watermark {
    font-size: 100px;
    top: -64px;
    left: -40px;
  }
}

.topService__item-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: clamp(25px, -100px + 12.5vw, 60px);
}

.topService__item-heading {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(28px, -0.5714285714px + 2.8571428571vw, 36px);
  color: #287ec0;
  line-height: 1.5;
  margin-bottom: -24px;
  transform: translateX(0px) translateY(-10px);
}
@media screen and (max-width: 768px) {
  .topService__item-heading {
    margin-bottom: 0;
    transform: none;
  }
}

.topService__item-desc {
  font-size: clamp(15px, 11.4285714286px + 0.3571428571vw, 16px);
  color: #425c70;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .topService__item-desc {
    line-height: 1.9;
  }
}

.topService__item-image {
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: calc(100% - 390px);
  height: 100%;
  max-height: 620px;
}
.topService__item-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -o-object-position: center bottom;
     object-position: center bottom;
  transform-origin: center bottom;
}
@media screen and (max-width: 768px) {
  .topService__item-image {
    width: 100%;
    height: 276px;
  }
  .topService__item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
}
.topService__item-image.--left-radius {
  border-radius: 80px 0 0 80px;
}
@media screen and (max-width: 768px) {
  .topService__item-image.--left-radius {
    border-radius: 40px 0 0 40px;
    margin-left: 40px;
  }
}
.topService__item-image.--right-radius {
  border-radius: 0 80px 80px 0;
}
@media screen and (max-width: 768px) {
  .topService__item-image.--right-radius {
    border-radius: 0 40px 40px 0;
    margin-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .topService__item:nth-child(odd) .topService__item-image {
    order: -1;
  }
}

@media screen and (max-width: 768px) {
  .topService__item:nth-child(even) .topService__item-image {
    order: -1;
  }
}

.topService__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(60px, -82.8571428571px + 14.2857142857vw, 100px);
  padding: 0 clamp(20px, -337.1428571429px + 35.7142857143vw, 120px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .topService__grid {
    grid-template-columns: 1fr;
    gap: 80px;
    padding: 0;
  }
}

.topService__grid-item {
  display: flex;
  flex-direction: column;
  gap: clamp(30px, -16.4285714286px + 4.6428571429vw, 43px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .topService__grid-item {
    gap: 40px;
  }
  .topService__grid-item:first-child {
    padding-left: 20px;
  }
  .topService__grid-item:first-child .topService__grid-image {
    border-radius: 40px 0 0 40px;
  }
  .topService__grid-item:first-child .topService__grid-text {
    padding-right: 20px;
  }
  .topService__grid-item:last-child {
    padding-right: 20px;
  }
  .topService__grid-item:last-child .topService__grid-image {
    border-radius: 0 40px 40px 0;
  }
  .topService__grid-item:last-child .topService__grid-text {
    padding-left: 20px;
  }
}

.topService__grid-image {
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 560/315;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .topService__grid-image {
    aspect-ratio: unset;
    height: 209px;
  }
}
.topService__grid-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.topService__grid-image.--left-radius {
  border-radius: 80px 0 0 80px;
}
@media screen and (max-width: 768px) {
  .topService__grid-image.--left-radius {
    border-radius: 80px 0 0 80px;
    width: calc(100% + 20px);
    margin-left: -20px;
  }
}
.topService__grid-image.--right-radius {
  border-radius: 0 80px 80px 0;
}
@media screen and (max-width: 768px) {
  .topService__grid-image.--right-radius {
    border-radius: 0 80px 80px 0;
    width: calc(100% + 20px);
    margin-right: -20px;
  }
}

.topService__grid-campaign {
  position: absolute;
  top: -20px;
  right: -41px;
  width: clamp(162px, 29.8571428571px + 13.2142857143vw, 199px);
  height: clamp(86px, -24.7142857143px + 11.0714285714vw, 117px);
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .topService__grid-campaign {
    top: -24px;
    right: 0;
    width: 162px;
    height: 86px;
  }
}

.topService__grid-text {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0;
}

.topService__grid-watermark {
  position: absolute;
  top: -45px;
  left: -60px;
  font-family: "Righteous", sans-serif;
  font-size: clamp(90px, 54.2857142857px + 3.5714285714vw, 100px);
  color: #fdffcf;
  white-space: nowrap;
  line-height: 1;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .topService__grid-watermark {
    font-size: 100px;
    top: -65px;
    left: -60px;
  }
}

.topService__grid-heading {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 13.7142857143px + 1.4285714286vw, 32px);
  color: #287ec0;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

.topService__grid-desc {
  font-size: clamp(15px, 11.4285714286px + 0.3571428571vw, 16px);
  color: #425c70;
  line-height: 2;
  position: relative;
  z-index: 1;
  margin-top: clamp(18px, -3.4285714286px + 2.1428571429vw, 24px);
  margin-bottom: clamp(14px, 3.2857142857px + 1.0714285714vw, 17px);
}
@media screen and (max-width: 768px) {
  .topService__grid-desc {
    line-height: 1.9;
    margin-top: 25px;
    margin-bottom: 24px;
  }
}

.topService__grid .c-btn {
  transform: translateX(0px) translateY(18px);
}
@media screen and (max-width: 768px) {
  .topService__grid .c-btn {
    transform: none;
  }
}

.topScene {
  width: 100%;
  height: clamp(466px, -312.5714285714px + 77.8571428571vw, 684px);
  overflow: hidden;
  position: relative;
}

.topScene__wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
.topScene__wave img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.topScene__wave.--bottom {
  top: auto;
  bottom: 0;
}

.topScene__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.topBlog {
  background: #e1eff8;
  padding: clamp(80px, -77.1428571429px + 15.7142857143vw, 124px) 0 clamp(227px, -533.7142857143px + 76.0714285714vw, 440px);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .topBlog {
    padding-top: 111px;
    padding-bottom: 227px;
  }
}

.topBlog__head {
  text-align: center;
  margin-bottom: clamp(40px, -138.5714285714px + 17.8571428571vw, 90px);
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .topBlog__head {
    margin-bottom: 58px;
  }
}

.topBlog__grid {
  max-width: 1560px;
  margin: auto;
  padding: 0 clamp(20px, -337.1428571429px + 35.7142857143vw, 120px);
  margin-bottom: clamp(40px, -113.5714285714px + 15.3571428571vw, 83px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, -51.4285714286px + 7.1428571429vw, 40px);
}
@media screen and (max-width: 768px) {
  .topBlog__grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
    padding-right: 20px;
  }
  .topBlog__grid::-webkit-scrollbar {
    display: none;
  }
  .topBlog__grid {
    scrollbar-width: none;
    padding-left: 40px;
  }
}

@media screen and (max-width: 768px) {
  .topBlog__grid > * {
    flex: 0 0 310px;
    scroll-snap-align: center;
  }
}

.topBlog__btnWrap {
  text-align: center;
  margin-top: clamp(40px, -113.5714285714px + 15.3571428571vw, 83px);
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .topBlog__btnWrap {
    margin-top: 44px;
  }
  .topBlog__btnWrap .c-btn {
    font-size: 22px;
  }
}

.topBlog__wave {
  position: absolute;
  top: auto;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  overflow: visible;
}
.topBlog__wave::before {
  content: "";
  position: absolute;
  top: calc(11px + (100vw - 1440px) / 1440 * 180);
  left: 0;
  width: 4490px;
  height: 145px;
  background: url("assets/img/top/bg-blog-bigblue.png") repeat-x left top;
  background-size: auto 145px;
  animation: topBlogWaveScroll 12s linear infinite;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .topBlog__wave::before {
    content: "";
    position: absolute;
    top: -48px;
    left: 0;
    width: 2834px;
    height: 102px;
    background: url("assets/img/top/bg-blog-bigblue-sp.png") repeat-x left top;
    background-size: auto 102px;
    animation: topBlogWaveScroll 12s linear infinite;
  }
}

@keyframes topBlogWaveScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.topShopStaff {
  background: #E1EFF8;
  padding: clamp(80px, 40.7142857143px + 3.9285714286vw, 91px) clamp(20px, -337.1428571429px + 35.7142857143vw, 120px) clamp(120px, -147.8571428571px + 26.7857142857vw, 195px);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .topShopStaff {
    padding-top: 90px;
    padding-bottom: 176px;
  }
}

.topShopStaff__card {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}

.topShopStaff__card-bg {
  position: absolute;
  inset: 0;
  top: clamp(97px, -42.2857142857px + 13.9285714286vw, 136px);
  background: #287ec0;
  border-radius: 80px 15px 80px 15px;
}
@media screen and (max-width: 768px) {
  .topShopStaff__card-bg {
    border-radius: 60px 10px 60px 10px;
  }
}

.topShopStaff__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, -148.5714285714px + 17.8571428571vw, 80px);
  padding: 0 clamp(20px, -337.1428571429px + 35.7142857143vw, 120px) clamp(60px, -11.4285714286px + 7.1428571429vw, 80px);
}
@media screen and (max-width: 768px) {
  .topShopStaff__grid {
    grid-template-columns: 1fr;
    gap: 56px;
    max-width: none;
    margin: 0 auto;
    padding: 0 20px 113px;
  }
}

.topShopStaff__item {
  display: flex;
  flex-direction: column;
  gap: clamp(30px, -23.5714285714px + 5.3571428571vw, 45px);
  align-items: center;
}
.topShopStaff__item:hover {
  opacity: 1;
}

.topShopStaff__image {
  width: 100%;
  aspect-ratio: 440/272;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .topShopStaff__image {
    border-radius: 20px;
  }
}
.topShopStaff__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.topShopStaff__body {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, -38px + 5vw, 26px);
  align-items: center;
  text-align: center;
  color: #ffffff;
  width: 100%;
}

.topShopStaff__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0px, -50px + 5vw, 14px);
}

.topShopStaff__en {
  font-family: "Righteous", sans-serif;
  font-size: clamp(45px, -1.4285714286px + 4.6428571429vw, 58px);
  color: #ffffff;
  line-height: 1;
}

.topShopStaff__ja {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 8.8571428571px + 0.7142857143vw, 18px);
  color: #ffffff;
}

.topShopStaff__desc {
  font-size: clamp(15px, 11.4285714286px + 0.3571428571vw, 16px);
  color: #ffffff;
  line-height: 1.9;
  text-align: left;
}

.topShopStaff__wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}

.topReserve {
  background: #f2f7fa;
  padding: 0 clamp(20px, -337.1428571429px + 35.7142857143vw, 120px) clamp(160px, -332.8571428571px + 49.2857142857vw, 298px);
  position: relative;
  overflow: hidden;
}

.topReserve__bg {
  position: absolute;
  inset: 0;
  top: clamp(200px, -157.1428571429px + 35.7142857143vw, 300px);
}
.topReserve__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.topReserve__card {
  position: relative;
  z-index: 1;
  background: #ffffff;
  border-radius: 80px;
  padding: clamp(60px, -104.2857142857px + 16.4285714286vw, 106px) clamp(20px, -122.8571428571px + 14.2857142857vw, 60px) clamp(60px, -11.4285714286px + 7.1428571429vw, 80px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(50px, -92.8571428571px + 14.2857142857vw, 90px);
}
@media screen and (max-width: 768px) {
  .topReserve__card {
    padding: 72px 20px 80px;
    border-radius: 40px;
    gap: 51px;
  }
}

.topReserve__head {
  text-align: center;
}

.topReserve__calendar {
  width: 100%;
  max-width: 1080px;
}
.topReserve__calendar .okabanCalendarContent {
  max-width: 100%;
  padding: 0;
}
.topReserve__calendar .okabanCalendar .selectArea {
  gap: 7px 2%;
}
@media screen and (max-width: 768px) {
  .topReserve__calendar .okabanCalendar .btnGoForm {
    display: none;
  }
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-ta-center {
  text-align: center;
}

.u-ta-left {
  text-align: left;
}

.u-ta-right {
  text-align: right;
}

.u-fz12 {
  font-size: 12px;
}

.u-fz14 {
  font-size: 14px;
}

.u-fz16 {
  font-size: 16px;
}

.u-fz18 {
  font-size: 18px;
}

.u-hidden {
  display: none !important;
}

.u-z1 {
  z-index: 1;
}

.u-z2 {
  z-index: 2;
}