@charset "UTF-8";
/* =========================================================
   common.scss
   ========================================================= */
/* Scss Document */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.024em;
}

body {
  background-color: #FFFFFF;
  word-wrap: break-word;
  color: #333333;
}

body.nav-open {
  overflow: hidden;
  height: 100%;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  transition: all 0.3s;
  text-decoration: none;
  color: #5C98D3;
}
a:hover {
  opacity: 0.8;
}

p {
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
}
@media (max-width: 834px) {
  p {
    font-size: 15px;
    line-height: 1.7;
  }
}

.area-flex {
  display: flex;
  flex-wrap: wrap;
}

.just-flex {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}

.just-center-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.center-flex {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.inner-box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 834px) {
  .inner-box {
    padding: 0 16px;
  }
}

/* =========================================================
   共通コンポーネント
   ========================================================= */
#container {
  padding-top: 80px;
}
@media (max-width: 834px) {
  #container {
    padding-top: 78px;
  }
}

.section-heading {
  font-size: 24px;
  font-weight: bold;
  color: #5C98D3;
  margin-bottom: 32px;
}
@media (max-width: 834px) {
  .section-heading {
    font-size: 20px;
    margin-bottom: 24px;
  }
}

section {
  padding-bottom: 100px;
}
@media (max-width: 834px) {
  section {
    padding-bottom: 60px;
  }
}

.section-text {
  font-size: 15px;
  line-height: 1.8;
}

.page-header {
  background-color: #F0F4F8;
  padding: 40px 0;
  margin-bottom: 60px;
}
@media (max-width: 834px) {
  .page-header {
    padding: 30px 0;
    margin-bottom: 40px;
  }
}
.page-header .page-title {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  margin: 0;
}
@media (max-width: 834px) {
  .page-header .page-title {
    font-size: 22px;
  }
}

.btn-area {
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 834px) {
  .btn-area {
    margin-top: 24px;
  }
}

.btn-area-left {
  margin-top: 32px;
  text-align: left;
}
@media (max-width: 834px) {
  .btn-area-left {
    margin-top: 24px;
  }
}

.btn-blue-arrow,
.btn-blue-pdf {
  position: relative;
  display: inline-flex;
  background-color: #5C98D3;
  color: #FFFFFF !important;
  font-weight: bold;
  font-size: 16px;
  padding: 16px 32px;
  border-radius: 4px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  min-width: 240px;
  box-shadow: 0 2px 8px rgba(92, 152, 211, 0.2);
  text-align: left;
}
.btn-blue-arrow::after,
.btn-blue-pdf::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 12px;
  width: 36px;
  height: 36px;
  background-color: #FFFFFF;
  border-radius: 2px;
  background-position: center;
  background-repeat: no-repeat;
  transition: right 0.3s ease-out;
}
.btn-blue-arrow:hover,
.btn-blue-pdf:hover {
  opacity: 1;
  background-color: rgb(51.3971014493, 121.484057971, 190.4028985507);
  box-shadow: 0 4px 16px rgba(92, 152, 211, 0.4);
}
.btn-blue-arrow:hover::after,
.btn-blue-pdf:hover::after {
  right: 6px;
}
@media (max-width: 834px) {
  .btn-blue-arrow,
  .btn-blue-pdf {
    font-size: 14px;
    min-width: 200px;
    padding: 14px 40px 14px 24px;
  }
  .btn-blue-arrow::after,
  .btn-blue-pdf::after {
    right: 8px;
    width: 30px;
    height: 30px;
  }
  .btn-blue-arrow:hover::after,
  .btn-blue-pdf:hover::after {
    right: 4px;
  }
}

.btn-blue-arrow::after {
  background-size: 18px;
}
@media (max-width: 834px) {
  .btn-blue-arrow::after {
    background-size: 14px;
  }
}
.btn-blue-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235C98D3' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M12 5l7 7-7 7'/%3E%3C/svg%3E");
}

.btn-blue-pdf .pdf-icon {
  display: none;
}

.btn-blue-pdf::after {
  background-size: 14px;
}
@media (max-width: 834px) {
  .btn-blue-pdf::after {
    background-size: 12px;
  }
}
.btn-blue-pdf::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 30'%3E%3Cpath d='M19,2H7A3,3,0,0,0,4.015,5L4,29a3,3,0,0,0,2.985,3H25a3.009,3.009,0,0,0,3-3V11Zm3,24H10V23H22Zm0-6H10V17H22Zm-4.5-7.5V4.25l8.25,8.25Z' transform='translate(-4 -2)' fill='%235C98D3'/%3E%3C/svg%3E");
}

/* =========================================================
   表示切り替え用 ユーティリティクラス
   ========================================================= */
@media (max-width: 1080px) {
  .pc-v2-only {
    display: none !important;
  }
}

@media (min-width: 1081px) {
  .sp-v2-only {
    display: none !important;
  }
}

/* =========================================================
   新ヘッダーレイアウト（デザイン完全準拠）
   ========================================================= */
.fixed-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E5E5E5;
}
.fixed-header .header-box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 24px;
}
.fixed-header #logo {
  z-index: 1010;
}
.fixed-header #logo a {
  display: block;
  max-width: 240px;
}
@media (max-width: 1080px) {
  .fixed-header #logo a {
    max-width: 170px;
  }
}

@media (min-width: 1081px) {
  .gnav {
    margin-left: auto;
    margin-right: 40px;
  }
  .gnav .gnav__menu {
    gap: 16px;
  }
  .gnav .gnav__menu li a {
    color: #333333;
    font-weight: bold;
    font-size: 15px;
    padding: 16px 8px;
    display: inline-block;
  }
  .gnav .gnav__menu li a:hover {
    color: #5C98D3;
  }
  .btn-contact {
    background-color: #5C98D3;
    color: #FFFFFF;
    padding: 10px 24px;
    border-radius: 4px;
    font-weight: bold;
    display: inline-block;
    font-size: 14px;
    transition: background-color 0.3s ease;
  }
  .btn-contact:hover {
    opacity: 1;
    background-color: rgb(51.3971014493, 121.484057971, 190.4028985507);
  }
}
@media (max-width: 1080px) {
  .header-actions {
    align-items: center;
    gap: 16px;
    z-index: 1010;
  }
  .reserve_btn {
    background-color: #FFFFFF;
    color: #5C98D3 !important;
    border: 1px solid #5C98D3;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    transition: background-color 0.3s ease;
  }
  .reserve_btn:hover {
    background-color: rgba(92, 152, 211, 0.05);
  }
  .nav_btn {
    width: 36px;
    height: 36px;
    position: relative;
    cursor: pointer;
  }
  .nav_btn .menu__line {
    background: #333333;
    display: block;
    height: 2px;
    width: 22px;
    position: absolute;
    left: 7px;
    transition: transform 0.3s, top 0.3s, opacity 0.3s;
  }
  .nav_btn .menu__line--top {
    top: 11px;
  }
  .nav_btn .menu__line--center {
    top: 17px;
  }
  .nav_btn .menu__line--bottom {
    top: 23px;
  }
  .nav_btn .menu__line--top.active {
    top: 17px;
    transform: rotate(-135deg);
  }
  .nav_btn .menu__line--center.active {
    opacity: 0;
  }
  .nav_btn .menu__line--bottom.active {
    top: 17px;
    transform: rotate(135deg);
  }
  .gnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.98);
    z-index: 1000;
    padding-top: 80px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-15px);
    transition: all 0.3s ease;
  }
  .gnav.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .gnav .gnav__wrap {
    padding: 20px 24px;
  }
  .gnav .gnav__menu {
    flex-direction: column;
    gap: 0;
    text-align: left;
    border-top: 1px solid #E5E5E5;
  }
  .gnav .gnav__menu li a {
    color: #333333;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #E5E5E5;
  }
  .gnav .gnav__menu li a::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #5C98D3;
    border-right: 2px solid #5C98D3;
    transform: rotate(45deg);
  }
  .gnav .gnav__cta {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .gnav .gnav__cta-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF !important;
  }
  .gnav .gnav__cta-btn.contact {
    background-color: #5C98D3;
  }
  .gnav .gnav__cta-btn .arrow {
    font-weight: bold;
  }
}
/* =========================================================
   新フッターレイアウト（デザイン完全準拠）
   ========================================================= */
.footer {
  background-color: #FAFBFD;
  border-top: 1px solid #EBF0F5;
  padding: 60px 0 0;
}
.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 834px) {
  .footer__inner {
    flex-direction: column;
    gap: 40px;
    padding: 0 20px 40px;
  }
}
.footer__left {
  width: 40%;
}
@media (max-width: 834px) {
  .footer__left {
    width: 100%;
  }
}
.footer__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 24px;
}
@media (max-width: 834px) {
  .footer__title {
    font-size: 18px;
  }
}
.footer__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.footer__nav-list li a {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 0;
  display: block;
}
.footer__nav-list li a:hover {
  color: #5C98D3;
}
.footer__cta-wrap {
  width: 320px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 834px) {
  .footer__cta-wrap {
    width: 100%;
  }
}
.footer__cta-box {
  border: 1px solid #D2DFEC;
  background-color: #FFFFFF;
  padding: 36px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 4px;
}
.footer__cta-box .cta-text {
  font-weight: bold;
  color: #5C98D3;
  font-size: 20px;
  letter-spacing: 0.1em;
}
.footer__cta-box .arrow-icon {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 24px;
  height: 24px;
  background-color: #5C98D3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  border-radius: 2px;
}
.footer__cta-box:hover {
  border-color: #5C98D3;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  opacity: 1;
}
.footer__bottom {
  background-color: #5C98D3;
  padding: 14px 0;
  border-top: 8px solid #F6D34B;
}
@media (max-width: 834px) {
  .footer__bottom .bottom-inner {
    flex-direction: column-reverse;
    gap: 12px;
    text-align: center;
  }
}
.footer__copyright p {
  font-size: 12px;
  color: #FFFFFF;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.footer__subnav {
  list-style: none;
  display: flex;
  gap: 24px;
  padding: 0;
  margin: 0;
}
@media (max-width: 834px) {
  .footer__subnav {
    gap: 16px;
    justify-content: center;
  }
}
.footer__subnav li a {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: normal;
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer__subnav li a:hover {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.footer__subnav li a .external-icon {
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'%3E%3C/path%3E%3Cpolyline points='15 3 21 3 21 9'%3E%3C/polyline%3E%3Cline x1='10' y1='14' x2='21' y2='3'%3E%3C/line%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

#fade-container {
  opacity: 0;
  transform: translateY(5px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
#fade-container.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in {
  opacity: 0;
  transition: opacity 0.8s ease;
}
.fade-in.visible {
  opacity: 1;
}

.fade-in-up {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-in-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* =========================================================
   ページトップに戻るボタン
   ========================================================= */
.page-top-btn {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 999;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 1px solid #FDD100;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
}
.page-top-btn.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.page-top-btn .arrow {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FDD100' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 19V5M5 12l7-7 7 7'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
}
.page-top-btn:hover {
  background-color: #FDD100;
  border-color: #FDD100;
  box-shadow: 0 4px 12px rgba(253, 209, 0, 0.3);
}
.page-top-btn:hover .arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 19V5M5 12l7-7 7 7'/%3E%3C/svg%3E");
}
@media (max-width: 834px) {
  .page-top-btn {
    right: 20px;
    bottom: 20px;
    width: 48px;
    height: 48px;
  }
  .page-top-btn .arrow {
    width: 20px;
    height: 20px;
  }
}/*# sourceMappingURL=common.css.map */