@charset "UTF-8";
/* normalize.scss v2025.1 */
/* Document
   ========================================================================== */
/**
 * 1. すべてのブラウザで一貫したline-heightを使用
 * 2. すべての要素でbox-sizingをborder-boxに設定
 * 3. フォントのアンチエイリアシングを有効化
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *::before, *::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

/* セクション
   ========================================================================== */
body {
  margin: 0;
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

main {
  display: block;
}

/* 見出しとテキスト要素
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

/* リスト
   ========================================================================== */
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 埋め込みコンテンツ
   ========================================================================== */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* フォーム
   ========================================================================== */
input, button, textarea, select {
  font: inherit;
  color: inherit;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

/* リンク
   ========================================================================== */
a {
  color: inherit;
  text-decoration: none;
}

/* テーブル
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* その他
   ========================================================================== */
/* 非表示要素 */
[hidden] {
  display: none;
}

/* アクセシビリティ */
[aria-busy=true] {
  cursor: progress;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/* 印刷
   ========================================================================== */
@media print {
  @page {
    margin: 2cm;
  }
  a[href^=http]:after {
    content: " (" attr(href) ")";
  }
}
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
/* Color
============================================= */
/* Size
============================================= */
/* Font Family
============================================= */
/* Break Point
============================================= */
html {
  scroll-padding-top: 120px;
}
@media (max-width: 1089px) {
  html {
    scroll-padding-top: 80px;
  }
}

body {
  font-family: kozuka-gothic-pr6n, sans-serif;
  line-height: 1.6;
  color: #545252;
  position: relative;
  font-weight: 500;
}
body #header-container {
  flex: 0 0 auto;
}
body #footer-container {
  flex: 0 0 auto;
}
body main {
  flex: 1 0 auto;
}

.text-text {
  color: #545252 !important;
}

.text-text-black {
  color: #231815 !important;
}

.text-text-blue {
  color: #4fb0ef !important;
}

.text-text-blue-b {
  color: #00a5db !important;
}

.text-orange {
  color: #fd9401 !important;
}

.text-orange-red {
  color: #ff4d14 !important;
}

.text-gray-l {
  color: #ececec !important;
}

.text-gray-ll {
  color: #b8b4b3 !important;
}

.text-black {
  color: #000 !important;
}

.text-brown {
  color: #4b4240 !important;
}

.text-bg-orange {
  color: #fff4e1 !important;
}

.text-bg-green {
  color: #f4f9f4 !important;
}

.text-green {
  color: #00ccb6 !important;
}

.text-green-blue {
  color: #2bb9c7 !important;
}

.text-blue {
  color: #2371d5 !important;
}

.text-blue-l {
  color: #e0f6fd !important;
}

.text-blue-b {
  color: #0475c0 !important;
}

.text-blue-d {
  color: #0077bf !important;
}

.text-line-green {
  color: #67c957 !important;
}

.text-line-blue {
  color: #71b1db !important;
}

/**
* Elements
============================================= */
a {
  transition: all 0.3s;
}

img {
  display: inline;
}

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

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

.btn {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-size: 1.5625rem;
  letter-spacing: 0.01em;
  color: #fff;
  line-height: 1.4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 5.875rem;
  width: 100%;
  max-width: 33.875rem;
  border-radius: 31.25rem;
  position: relative;
}
.btn::after {
  display: inline-block;
  content: "";
  position: absolute;
  width: 1.0625rem;
  height: 1.0625rem;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 767px) {
  .btn::after {
    width: 0.875rem;
    height: 0.875rem;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }
}
.btn .btn-icon {
  position: absolute;
  left: 1.875rem;
  top: 50%;
  transform: translateY(-50%);
}
.btn.type-1 {
  padding-left: 3.75rem;
}
.btn.type-1 .btn-icon {
  width: 6.1875rem;
}
@media (max-width: 767px) {
  .btn {
    font-size: 1.25rem;
    height: 3.75rem;
  }
  .btn::after {
    right: 1.5625rem;
  }
  .btn .btn-icon {
    width: 2.5625rem;
    left: 0.9375rem;
  }
  .btn.type-1 {
    padding-left: 1.5625rem;
  }
  .btn.type-1 .btn-icon {
    width: 3.4375rem;
    left: 0.9375rem;
    top: 50%;
  }
}
.btn.type-2 {
  padding-left: 2.5rem;
}
.btn.type-2 .btn-icon {
  width: 4.8125rem;
  left: 2.1875rem;
}
@media (max-width: 767px) {
  .btn.type-2 {
    padding-left: 1.5625rem;
    line-height: 1.1;
  }
  .btn.type-2 .btn-icon {
    width: 3.75rem;
    left: 1.25rem;
  }
}
.btn.type-3 {
  padding-left: 1.875rem;
}
.btn.type-3 .btn-icon {
  width: 9rem;
  left: 0.625rem;
  top: 40%;
}
@media (max-width: 767px) {
  .btn.type-3 {
    padding-left: 0.9375rem;
  }
  .btn.type-3 .btn-icon {
    width: 5.625rem;
    left: 0.3125rem;
  }
}
.btn.orange {
  background: #ff4d14;
}
.btn.green {
  background: #00ccb6;
}
.btn.line {
  background: #67c957;
  height: 3.8125rem;
  font-size: 1rem;
}
.btn.line .btn-icon {
  width: 1.875rem;
  height: 1.875rem;
  left: 0.9375rem;
}
.btn.line::after {
  width: 0.625rem;
  height: 0.625rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  right: 0.9375rem;
}
.btn.small {
  font-size: 1rem;
  border-radius: 0.25rem;
  height: 3rem;
  padding: 0 0 0 1.25rem;
}
.btn.small.type-1 .btn-icon {
  width: 2.5625rem;
  left: 0.9375rem;
  top: 25%;
}
.btn.small.type-2 .btn-icon {
  width: 4.25rem;
  left: 0.9375rem;
  top: 25%;
}
.btn.small.type-3 .btn-icon {
  width: 2rem;
  left: 0.9375rem;
  top: 25%;
}
.btn.no-arrow::after {
  display: none;
}
.btn.square {
  border-radius: 0.625rem;
}
.btn:hover, .btn:active, .btn:focus {
  opacity: 0.7;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (max-width: 575px) {
  .container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.container.pad-none {
  padding-left: 0;
  padding-right: 0;
}
.container.pad-sm {
  padding-left: 15px;
  padding-right: 15px;
}
.container.pad-md {
  padding-left: 20px;
  padding-right: 20px;
}
.container.pad-lg {
  padding-left: 30px;
  padding-right: 30px;
}
.container.xxl {
  max-width: 1500px;
}
.container.xl {
  max-width: 1440px;
}
.container.lg {
  max-width: 1040px;
}
.container.sm {
  max-width: 680px;
}

#pagetop {
  position: sticky;
  width: 100%;
  left: 0;
  bottom: 0;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: right;
  pointer-events: none;
  line-height: 0;
  z-index: 10;
}
#pagetop .pagetop {
  display: inline-block;
  pointer-events: auto;
  width: 3.75rem;
  height: 3.75rem;
  background: #4b4240;
  border-radius: 50%;
  position: relative;
}
#pagetop .pagetop::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 767px) {
  #top #pagetop {
    padding-bottom: 5rem;
  }
}

/**
* Header Styles
============================================= */
#header-container {
  position: sticky;
  top: 0;
  z-index: 999;
}

.site-header {
  background: #fff;
  border-bottom: 6px solid #f7f7f7;
  padding: 1.5625rem 1.25rem 0.375rem 1.25rem;
}
@media (max-width: 1219px) {
  .site-header {
    padding: 0.625rem 0.9375rem;
  }
}
.site-header.is-mv-position {
  padding: 1.5625rem 1.25rem;
  border-bottom: 0;
}
.site-header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  position: relative;
}
.site-header .header-logo img {
  display: block;
  height: auto;
  width: 14.5rem;
}
@media (max-width: 1219px) {
  .site-header .header-logo img {
    width: 7.5rem;
  }
}
.site-header .header-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
@media (max-width: 1219px) {
  .site-header .header-nav {
    display: none;
  }
}
.site-header .nav-row-1 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
.site-header .nav-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 17px;
  text-decoration: none;
  transition: all 0.3s;
  white-space: nowrap;
  width: 11.875rem;
  height: 3.6875rem;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  border-radius: 500px;
  line-height: 1;
}
.site-header .nav-item:hover {
  opacity: 0.7;
}
.site-header .nav-item .nav-icon {
  font-size: 18px;
  line-height: 0;
  width: 1.40625rem;
}
.site-header .nav-item .nav-text {
  font-size: 14px;
  line-height: 1.4;
  padding-top: 3px;
}
.site-header .nav-item.small {
  width: 18.5625rem;
  height: 1.75rem;
  background-color: #ececec;
  color: #000;
  border-radius: 0.375rem;
  padding: 0 12px;
  letter-spacing: 0.01em;
}
.site-header .nav-item.electric {
  background-color: #fd9401;
}
.site-header .nav-item.line {
  background-color: #ececec;
  color: #000;
}
.site-header .nav-item.line .nav-icon {
  width: 1.5625rem;
}
.site-header .nav-item.truck {
  background-color: #00a1e8;
}
.site-header .nav-item.truck .nav-icon {
  width: 1.875rem;
}
.site-header .nav-item.mypage {
  background-color: #ff4d14;
}
.site-header .nav-item.home {
  background-color: #ff4d14;
  width: 3.6875rem;
  gap: 0;
  justify-content: center;
}
.site-header .nav-item.home .nav-text {
  display: none;
}
.site-header .nav-item.home .nav-icon {
  width: 1.25rem;
}
.site-header .nav-item-group {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.site-header .nav-item-group .nav-icon {
  width: 1.3125rem;
}
.site-header .nav-row-2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  transition: all 0.3s ease;
}
.site-header .nav-row-2 .nav-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px 8px 15px;
  color: #545252;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
}
.site-header .nav-row-2 .nav-link:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #231815;
}
.site-header .nav-row-2 .nav-link:last-child {
  padding-right: 0;
}
.site-header .nav-row-2 .nav-link:hover {
  opacity: 0.7;
}
.site-header .nav-row-2 .nav-link.current::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: #ff4d14;
  bottom: -0.75rem;
  left: 0;
}
.site-header .nav-row-2 .nav-link .nav-link-icon {
  font-size: 1.125rem;
  line-height: 1;
  color: #ff4d14;
}
.site-header .nav-row-2 .nav-link .nav-link-text {
  font-size: 1.25rem;
  line-height: 1.4;
  white-space: nowrap;
  font-weight: 500;
}
.site-header .nav-row-2.is-mv-position {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 998;
  background: #fff;
  border-radius: 0 0 0.625rem 0.625rem;
  padding: 0.5rem 0.625rem;
}
.site-header .nav-row-2.is-mv-position .nav-link:last-child {
  padding-right: 18px;
}

.burger-menu {
  display: none;
  width: 35px;
  height: 35px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
  position: relative;
}
@media (max-width: 1219px) {
  .burger-menu {
    display: block;
  }
}
.burger-menu .burger-line {
  width: 25px;
  height: 1px;
  background-color: #545252;
  transition: all 0.3s ease;
  transform-origin: center;
  position: absolute;
  left: 5px;
}
.burger-menu .burger-line:nth-child(1) {
  top: 9px;
}
.burger-menu .burger-line:nth-child(2) {
  top: 17px;
}
.burger-menu .burger-line:nth-child(3) {
  top: 25px;
}
.burger-menu.active .burger-line:nth-child(1) {
  top: 17px;
  transform: rotate(45deg);
}
.burger-menu.active .burger-line:nth-child(2) {
  opacity: 0;
}
.burger-menu.active .burger-line:nth-child(3) {
  top: 17px;
  transform: rotate(-45deg);
}

.mobile-nav {
  position: fixed;
  top: 0;
  right: -90%;
  width: 90%;
  height: 100vh;
  background: #fff;
  z-index: 1000;
  transition: right 0.3s ease;
  overflow-y: auto;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
}
.mobile-nav.active {
  right: 0;
}
@media (min-width: 1220px) {
  .mobile-nav {
    display: none;
  }
}

.mobile-nav-inner {
  padding: 60px 20px;
}

.mobile-nav-section {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 30px;
}
.mobile-nav-section:last-child {
  margin-bottom: 0;
}

.mobile-nav-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  color: #545252;
  text-decoration: none;
  border-bottom: 1px solid #efefef;
  transition: all 0.3s;
  font-weight: 600;
  border-radius: 0.625rem;
}
.mobile-nav-item:hover {
  background-color: #f5f5f5;
}
.mobile-nav-item .nav-icon {
  font-size: 18px;
  line-height: 0;
  width: 1.5rem;
}
.mobile-nav-item .nav-text {
  font-size: 16px;
  line-height: 1.5;
}
.mobile-nav-item.electric {
  background-color: #fd9401;
  color: #fff;
}
.mobile-nav-item.line {
  background-color: #ececec;
  color: #000;
}
.mobile-nav-item.truck {
  background-color: #00a1e8;
  color: #fff;
}
.mobile-nav-item.mypage {
  background: #ff4d14;
  color: #fff;
}
.mobile-nav-item.mypage br {
  display: none;
}

.mobile-nav-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  color: #545252;
  text-decoration: none;
  border-bottom: 1px solid #efefef;
  transition: all 0.3s;
  font-weight: 600;
}
.mobile-nav-link:hover {
  background-color: #f5f5f5;
}
.mobile-nav-link .nav-link-icon {
  font-size: 16px;
  line-height: 1;
  flex-shrink: 0;
  color: #ff4d14;
}
.mobile-nav-link .nav-link-text {
  font-size: 16px;
  line-height: 1.5;
}

/**
* Footer Styles
============================================= */
.site-footer {
  background: #4b4240;
  border-top: 8px solid #4b4240;
}
.site-footer .footer-inner {
  display: flex;
  flex-direction: column;
}
.site-footer .footer-nav-1 {
  background: #fff;
  padding: 1.25rem 0;
}
.site-footer .footer-nav-1-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.site-footer .footer-nav-1-inner .nav-item {
  font-size: 1rem;
  color: #231815;
  font-weight: 500;
  display: flex;
  gap: 4px;
  align-items: center;
  letter-spacing: 0.1em;
}
.site-footer .footer-nav-1-inner .nav-item .nav-icon {
  color: #ff4d14;
}
@media (max-width: 767px) {
  .site-footer .footer-nav-1-inner .nav-item {
    font-size: 0.875rem;
  }
}
@media (max-width: 575px) {
  .site-footer .footer-nav-1-inner .nav-item {
    font-size: 0.75rem;
  }
}
.site-footer .footer-nav-2 {
  background: #4b4240;
  padding: 2.5rem 0;
}
@media (max-width: 767px) {
  .site-footer .footer-nav-2 {
    padding: 1.875rem 0;
  }
}
.site-footer .footer-nav-2 .footer-nav-2-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  width: 100%;
}
.site-footer .footer-nav-2 .footer-nav-2-inner .nav-item {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 400;
  display: flex;
  gap: 4px;
  align-items: center;
  letter-spacing: 0.1em;
}
.site-footer .footer-nav-2 .footer-nav-2-inner .nav-item .nav-icon {
  color: #ff4d14;
}
@media (max-width: 767px) {
  .site-footer .footer-nav-2 .footer-nav-2-inner .nav-item {
    font-size: 0.75rem;
  }
}
@media (max-width: 575px) {
  .site-footer .footer-nav-2 .footer-nav-2-inner .nav-item {
    font-size: 0.625rem;
  }
}
.site-footer .footer-nav-2 .footer-nav-2-inner + .footer-nav-2-inner {
  margin-top: 0.625rem;
}
.site-footer .footer-copyright {
  background: url("/assets/images/bg/dot.png") no-repeat center center/cover;
  padding: 1.5625rem 0;
}
.site-footer .footer-copyright .footer-copyright-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-footer .footer-copyright .footer-copyright-inner p {
  font-size: 0.875rem;
  color: #fff;
}
@media (max-width: 767px) {
  .site-footer .footer-copyright .footer-copyright-inner p {
    font-size: 0.75rem;
  }
}
@media (max-width: 575px) {
  .site-footer .footer-copyright .footer-copyright-inner p {
    font-size: 0.625rem;
  }
}
.site-footer .footer-copyright .footer-copyright-inner .x-link {
  line-height: 0;
}
.site-footer .footer-copyright .footer-copyright-inner .x-link img {
  width: 2.9375rem;
  height: 3rem;
}
@media (max-width: 767px) {
  .site-footer .footer-copyright .footer-copyright-inner .x-link img {
    width: 2.3125rem;
    height: 2.375rem;
  }
}
@media (max-width: 575px) {
  .site-footer .footer-copyright .footer-copyright-inner .x-link img {
    width: 1.6875rem;
    height: 1.75rem;
  }
}

/**
* Page Styles
============================================= */
#breadcrumb {
  margin-bottom: 0.625rem;
}
@media (max-width: 767px) {
  #breadcrumb {
    margin-bottom: 1.25rem;
  }
}
#breadcrumb ul {
  display: flex;
  align-items: center;
  gap: 12px;
}
#breadcrumb ul li {
  font-size: 0.875rem;
  font-weight: 500;
}
#breadcrumb ul li.home img {
  width: 0.8125rem;
  height: 0.8125rem;
  top: 2px;
  position: relative;
}
#breadcrumb ul li.current {
  color: #00a5db !important;
}
#breadcrumb ul li + li::before {
  content: ">";
  color: #545252;
  margin-right: 10px;
}

.page .page-header {
  background: #fff;
  padding: 2.9375rem 0 2.1875rem;
}
@media (max-width: 767px) {
  .page .page-header {
    padding: 2.1875rem 0;
  }
}
.page h1 {
  font-size: 3rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .page h1 {
    font-size: 2.625rem;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .page h1 {
    font-size: 2.25rem;
  }
}
@media (max-width: 399px) {
  .page h1 {
    font-size: 1.875rem;
  }
}
.page h2 {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-size: 2.125rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .page h2 {
    font-size: 2rem;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .page h2 {
    font-size: 1.75rem;
  }
}
.page #section-nav {
  background: #ececec;
  padding-top: 0.9375rem;
}
.page #section-nav .section-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: clamp(0.3125rem, 1vw, 1.25rem);
}
.page #section-nav .section-list .section-item {
  flex: 1 0 auto;
  background: #fff;
  padding: 1.25rem 1.25rem 0.9375rem 1.25rem;
  border-radius: 0.375rem 0.375rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page #section-nav .section-list .section-item .section-title {
  font-size: 1.0625rem;
  font-weight: 600;
  color: #231815;
  line-height: 1;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.page #section-nav .section-list .section-item .section-title span {
  margin-right: 0.3125rem;
}
@media (max-width: 991px) {
  .page #section-nav {
    padding: 0.9375rem 0;
  }
  .page #section-nav .section-list {
    gap: 0.625rem;
    flex-wrap: wrap;
  }
  .page #section-nav .section-list .section-item {
    padding: 0.9375rem 0.9375rem 0.625rem 0.9375rem;
    border-radius: 0.375rem;
    flex: 0 1 calc((100% - 0.625rem) / 2);
  }
}
@media (max-width: 767px) {
  .page #section-nav .section-list {
    flex-direction: column;
    gap: 0.625rem;
  }
  .page #section-nav .section-list .section-item {
    padding: 0.9375rem 0.9375rem 0.625rem 0.9375rem;
    border-radius: 0.375rem;
    width: 100%;
  }
}
.page .apply-btn-wrapper {
  background-image: repeating-linear-gradient(135deg, #d9d9d9, #d9d9d9 1px, transparent 1px, transparent 6px);
  padding: 2.1875rem 0;
  text-align: center;
}

#top {
  overflow-x: hidden;
}
#top .mv {
  padding: 0 2.8125rem 2.8125rem;
}
#top .mv .mv-content {
  background: url("/assets/images/index/mv.svg") no-repeat center center/cover;
  min-height: 42.875rem;
  border-radius: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#top .mv .mv-content .mv-content-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 2.5rem;
}
#top .mv .mv-content .mv-content-inner img {
  width: 100%;
  max-width: 48.625rem;
}
@media (max-width: 1219px) {
  #top .mv {
    padding: 0;
  }
  #top .mv .mv-content {
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  #top .mv .mv-content {
    min-height: 31.25rem;
  }
}
#top .merit-wrapper {
  max-width: 100vw;
  overflow-x: hidden;
}
#top .merit {
  padding: 5.625rem 0 0.625rem;
  background: #fff4e1;
  margin-bottom: 6.25rem;
  position: relative;
}
#top .merit::after {
  width: 120vw;
  height: 20vw;
  border-radius: 50%;
  bottom: 0;
  display: inline-block;
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% - 10vw);
  transform: translateX(-50%);
  background: #fff4e1;
  z-index: -1;
}
@media (max-width: 767px) {
  #top .merit {
    padding-bottom: 1.25rem;
  }
}
#top .merit h2 {
  font-size: 3.875rem;
  text-align: center;
  font-weight: 600;
  color: #545252;
  letter-spacing: 0.01em;
  line-height: 1.4;
  margin-bottom: 3.75rem;
}
@media (max-width: 991px) {
  #top .merit h2 {
    font-size: 3.125rem;
  }
}
@media (max-width: 767px) {
  #top .merit h2 {
    font-size: 2.625rem;
  }
}
@media (max-width: 575px) {
  #top .merit h2 {
    font-size: 2rem;
  }
}
#top .merit .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5.3125rem 3.125rem;
}
#top .merit .flex .merit-item {
  width: calc(50% - 25px);
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  position: relative;
  align-self: stretch;
  display: flex;
  flex-direction: column;
}
#top .merit .flex .merit-item .merit-icon {
  position: absolute;
  top: 0;
}
#top .merit .flex .merit-item:nth-child(1) .merit-icon {
  right: 2.1875rem;
}
#top .merit .flex .merit-item:nth-child(1) .merit-icon img {
  width: 8.25rem;
}
#top .merit .flex .merit-item:nth-child(2) .merit-icon {
  right: 1.5625rem;
  top: 0.625rem;
}
#top .merit .flex .merit-item:nth-child(2) .merit-icon img {
  width: 7.875rem;
}
#top .merit .flex .merit-item:nth-child(3) .merit-icon {
  right: 1.5625rem;
  top: -0.625rem;
}
#top .merit .flex .merit-item:nth-child(3) .merit-icon img {
  width: 9.875rem;
}
#top .merit .flex .merit-item:nth-child(4) .merit-icon {
  right: 1.5625rem;
  top: 0;
}
#top .merit .flex .merit-item:nth-child(4) .merit-icon img {
  width: 9.4375rem;
}
#top .merit .flex .merit-item:nth-child(even) {
  top: 5.625rem;
}
#top .merit .flex .merit-item h3 {
  font-weight: 600;
  font-size: 2.1875rem;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  line-height: 1.3;
}
#top .merit .flex .merit-item h3 .num {
  font-size: 4.625rem;
  margin-left: 0.3125rem;
}
#top .merit .flex .merit-item .merit-box {
  background: #fff;
  padding: 0.9375rem 1.0625rem 1.25rem 1.0625rem;
  flex: 1 0 auto;
  border-radius: 0.625rem;
}
#top .merit .flex .merit-item .merit-box h4 {
  color: #545252;
  font-size: 1.5625rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #231815;
  margin-bottom: 1.0625rem;
  font-weight: 600;
}
#top .merit .flex .merit-item .merit-box p {
  font-size: 1.125rem;
  color: #545252;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-family: kozuka-gothic-pr6n, sans-serif;
}
@media (max-width: 991px) {
  #top .merit .flex .merit-item:nth-child(1) .merit-icon {
    right: 2.1875rem;
  }
  #top .merit .flex .merit-item:nth-child(1) .merit-icon img {
    width: 6.25rem;
  }
  #top .merit .flex .merit-item:nth-child(2) .merit-icon {
    right: 1.5625rem;
    top: 0.625rem;
  }
  #top .merit .flex .merit-item:nth-child(2) .merit-icon img {
    width: 5.625rem;
  }
  #top .merit .flex .merit-item:nth-child(3) .merit-icon {
    right: 1.5625rem;
    top: -0.625rem;
  }
  #top .merit .flex .merit-item:nth-child(3) .merit-icon img {
    width: 7.1875rem;
  }
  #top .merit .flex .merit-item:nth-child(4) .merit-icon {
    right: 1.5625rem;
    top: 0;
  }
  #top .merit .flex .merit-item:nth-child(4) .merit-icon img {
    width: 6.875rem;
  }
  #top .merit .flex .merit-item h3 {
    font-size: 1.5rem;
    padding-left: 0.9375rem;
  }
  #top .merit .flex .merit-item h3 .num {
    font-size: 2.8125rem;
  }
  #top .merit .flex .merit-item .merit-box h4 {
    font-size: 1.25rem;
  }
  #top .merit .flex .merit-item .merit-box p {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  #top .merit .flex {
    flex-direction: column;
    gap: 3.125rem;
  }
  #top .merit .flex .merit-item {
    width: 100%;
  }
  #top .merit .flex .merit-item:nth-child(even) {
    top: 0;
  }
  #top .merit .flex .merit-item h3 {
    font-size: 1.875rem;
    padding-left: 0.9375rem;
  }
  #top .merit .flex .merit-item h3 .num {
    font-size: 3rem;
  }
  #top .merit .flex .merit-item .merit-box h4 {
    font-size: 1.25rem;
  }
  #top .merit .flex .merit-item .merit-box p {
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  #top .merit .flex {
    gap: 3.125rem;
  }
  #top .merit .flex .merit-item h3 {
    font-size: 1.75rem;
    padding-left: 0.9375rem;
  }
  #top .merit .flex .merit-item h3 .num {
    font-size: 2.625rem;
  }
}
#top .merit .btn-wrap {
  text-align: center;
  margin-top: 9.375rem;
}
@media (max-width: 767px) {
  #top .merit .btn-wrap {
    margin-top: 3.125rem;
  }
}
#top .abouts {
  padding-top: 10.625rem;
  padding-bottom: 6.25rem;
}
@media (max-width: 991px) {
  #top .abouts {
    padding-top: 6.25rem;
    padding-bottom: 3.125rem;
  }
}
@media (max-width: 767px) {
  #top .abouts {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
#top .abouts .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5.3125rem 0;
  margin-bottom: 5.625rem;
}
@media (max-width: 991px) {
  #top .abouts .flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  #top .abouts .flex {
    gap: 3.125rem 0;
    margin-bottom: 3.125rem;
  }
}
#top .abouts .flex .about-item .title {
  font-size: 2.125rem;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
}
@media (max-width: 991px) {
  #top .abouts .flex .about-item .title {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  #top .abouts .flex .about-item .title {
    font-size: 1.75rem;
  }
}
#top .abouts .flex .about-item:nth-child(1) {
  padding-right: 1.875rem;
  flex: 1 0 calc((100% - 120px) / 3);
}
#top .abouts .flex .about-item:nth-child(2) {
  padding: 0 1.875rem;
  flex: 1 0 calc((100% - 120px) / 3 + 30px);
  border-left: 1px solid #545252;
  border-right: 1px solid #545252;
}
#top .abouts .flex .about-item:nth-child(3) {
  padding-left: 1.875rem;
  flex: 1 0 calc((100% - 120px) / 3);
}
@media (max-width: 991px) {
  #top .abouts .flex .about-item:nth-child(1) {
    padding-right: 1.875rem;
    flex: 1 0 calc((100% - 60px) / 2);
  }
  #top .abouts .flex .about-item:nth-child(2) {
    padding: 0 0 0 1.875rem;
    flex: 1 0 calc((100% - 60px) / 2);
    border-right: none;
  }
  #top .abouts .flex .about-item:nth-child(3) {
    padding: 0;
    flex: 0 1 50%;
  }
}
@media (max-width: 767px) {
  #top .abouts .flex .about-item:nth-child(1) {
    padding: 0;
    flex: 1 0 100%;
  }
  #top .abouts .flex .about-item:nth-child(2) {
    padding: 0;
    flex: 1 0 100%;
    border: none;
  }
  #top .abouts .flex .about-item:nth-child(3) {
    padding: 0;
    flex: 0 1 100%;
  }
}
#top .abouts .flex .about-item .content {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#top .abouts .flex .about-item .content .about-img {
  margin: 1.25rem 0 3.4375rem;
  height: 12.5rem;
}
#top .abouts .contact-link {
  border-top: 1px solid #545252;
  border-bottom: 1px solid #545252;
  font-size: 1.875rem;
  font-weight: 300;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.875rem;
  padding: 1.5625rem 2.8125rem 1.5625rem 2.1875rem;
}
#top .abouts .contact-link img {
  width: 7.625rem;
}
#top .abouts .contact-link .angle {
  flex: 1 0 auto;
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  max-width: 1.75rem;
  border-top: 0.25rem solid #ff4d14;
  border-right: 0.25rem solid #ff4d14;
  transform: rotate(45deg);
}
@media (max-width: 991px) {
  #top .abouts .contact-link {
    font-size: 1.5rem;
  }
  #top .abouts .contact-link img {
    width: 5rem;
  }
  #top .abouts .contact-link .angle {
    width: 1.5rem;
    height: 1.5rem;
    max-width: 1.5rem;
  }
}
@media (max-width: 767px) {
  #top .abouts .contact-link {
    gap: 0.625rem;
    padding: 1.5625rem 0.9375rem;
    font-size: 1.25rem;
  }
  #top .abouts .contact-link img {
    width: 3.75rem;
  }
  #top .abouts .contact-link .angle {
    width: 1.25rem;
    height: 1.25rem;
    max-width: 1.25rem;
  }
}
#top .abouts .btn-wrap {
  text-align: center;
  margin-top: 5.3125rem;
}
@media (max-width: 767px) {
  #top .abouts .btn-wrap {
    margin-top: 3.125rem;
  }
}
#top .document-wrapper {
  padding: 7.5rem 0 1.875rem;
  text-align: center;
}
@media (max-width: 767px) {
  #top .document-wrapper {
    padding: 3.125rem 0 1.25rem;
  }
}
#top .fixed-button-area {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 998;
  transition: top 0.3s ease;
}
@media (max-width: 767px) {
  #top .fixed-button-area {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    top: auto;
    transform: none;
    width: 100vw;
  }
}
#top .fixed-button-area .fixed-button {
  background: #ff4d14;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-size: 1.75rem;
  writing-mode: vertical-rl;
  padding: 1.5625rem 0.9375rem 7.1875rem;
  border-radius: 1.625rem 0 0 1.625rem;
  color: #fff;
  display: flex;
  line-height: 1.2;
  gap: 1.5625rem;
  align-items: center;
  position: relative;
}
#top .fixed-button-area .fixed-button img {
  width: 4.8125rem;
}
#top .fixed-button-area .fixed-button::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.9375rem;
  width: 5.6875rem;
  height: 6.875rem;
  background: url("/assets/images/icon/phone.svg") no-repeat center center/contain;
}
#top .fixed-button-area .fixed-button:hover, #top .fixed-button-area .fixed-button #top .fixed-button-area .fixed-button:active, #top .fixed-button-area .fixed-button:focus {
  opacity: 0.7;
}
@media (max-width: 767px) {
  #top .fixed-button-area .fixed-button {
    writing-mode: horizontal-tb;
    padding: 1.25rem;
    border-radius: 0;
    font-size: 1.25rem;
    gap: 1.875rem;
    justify-content: flex-start;
  }
  #top .fixed-button-area .fixed-button img {
    width: 3.125rem;
  }
  #top .fixed-button-area .fixed-button::after {
    width: 4.0625rem;
    bottom: -0.625rem;
  }
  #top .fixed-button-area .fixed-button br {
    display: none;
  }
}
@media (max-width: 575px) {
  #top .fixed-button-area .fixed-button {
    font-size: 1rem;
    gap: 1.875rem;
    padding: 0.9375rem;
  }
  #top .fixed-button-area .fixed-button img {
    width: 2.5rem;
  }
}

.faq {
  padding: 6.875rem 0;
  background: #f4f9f4;
}
@media (max-width: 767px) {
  .faq {
    padding: 6.25rem 0;
  }
}
@media (max-width: 575px) {
  .faq {
    padding: 5rem 0;
  }
}
.faq h2 {
  font-size: 3rem;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1.4;
  margin-bottom: 3.75rem;
  text-align: center;
}
@media (max-width: 767px) {
  .faq h2 {
    font-size: 2.625rem;
  }
}
@media (max-width: 575px) {
  .faq h2 {
    font-size: 2rem;
  }
}
.faq .faq-content {
  display: flex;
  gap: 1.875rem;
}
.faq .faq-content h3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12.375rem;
  height: 12.375rem;
  border-radius: 50%;
  background: #fff;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  line-height: 1.4;
  flex: 1 0 auto;
  max-width: 12.375rem;
}
.faq .faq-content .faq-list {
  display: flex;
  flex-direction: column;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  flex: 1 1 auto;
}
.faq .faq-content .faq-list .faq-item {
  display: flex;
  flex-direction: column;
}
.faq .faq-content .faq-list .faq-item .q {
  cursor: pointer;
}
.faq .faq-content .faq-list .faq-item .q,
.faq .faq-content .faq-list .faq-item .a {
  background: #2bb9c7;
  padding: 0.3125rem 1.25rem 0.3125rem 0;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq .faq-content .faq-list .faq-item .q .title,
.faq .faq-content .faq-list .faq-item .a .title {
  padding: 0.3125rem 1.25rem;
  font-size: 2.0625rem;
  font-weight: 600;
  border-right: 1px solid #fff;
  line-height: 1;
}
.faq .faq-content .faq-list .faq-item .q .text,
.faq .faq-content .faq-list .faq-item .a .text {
  font-size: 1rem;
  padding: 0.8125rem 1.25rem;
  font-weight: 600;
  flex: 1 1 70%;
}
.faq .faq-content .faq-list .faq-item .q .arrow,
.faq .faq-content .faq-list .faq-item .a .arrow {
  flex: 0 1 1rem;
  max-width: 1rem;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-top: 0.25rem solid #fff;
  border-right: 0.25rem solid #fff;
  transform: rotate(45deg);
  transition: all 0.3s;
  align-self: center;
}
.faq .faq-content .faq-list .faq-item .q .arrow.active,
.faq .faq-content .faq-list .faq-item .a .arrow.active {
  transform: rotate(135deg);
}
@media (max-width: 767px) {
  .faq .faq-content .faq-list .faq-item .q .title,
  .faq .faq-content .faq-list .faq-item .a .title {
    font-size: 1.5rem;
    padding: 0.3125rem 0.625rem;
  }
  .faq .faq-content .faq-list .faq-item .q .text,
  .faq .faq-content .faq-list .faq-item .a .text {
    font-size: 1rem;
    padding: 0.8125rem 0.625rem;
  }
  .faq .faq-content .faq-list .faq-item .q .arrow,
  .faq .faq-content .faq-list .faq-item .a .arrow {
    flex: 0 1 0.8125rem;
    max-width: 0.8125rem;
    width: 0.8125rem;
    height: 0.8125rem;
    border-top: 0.1875rem solid #fff;
    border-right: 0.1875rem solid #fff;
  }
}
.faq .faq-content .faq-list .faq-item .a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: transparent;
  color: #545252;
  align-items: flex-start;
  padding-right: 0;
}
.faq .faq-content .faq-list .faq-item .a .title {
  color: #fd9401;
  border-right: 1px solid transparent;
}
@media (max-width: 767px) {
  .faq .faq-content .faq-list .faq-item .a .title {
    padding: 0.5625rem 0.625rem;
  }
}
.faq .faq-content .faq-list .faq-item .a .text {
  padding: 0.5625rem 1.25rem;
  word-break: break-all;
}
@media (max-width: 767px) {
  .faq .faq-content .faq-list .faq-item .a .text {
    padding: 0.5625rem 0.625rem;
  }
}
.faq .faq-content .faq-list .faq-item .a a {
  color: #2371d5;
  text-decoration: underline;
}
.faq .faq-content .faq-list .faq-item .a a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .faq .faq-content {
    flex-direction: column;
  }
  .faq .faq-content h3 {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 0.25rem;
    padding: 0.625rem 1.25rem;
    font-size: 1.5rem;
  }
  .faq .faq-content h3 br {
    display: none;
  }
}
.faq .faq-content + .faq-content {
  margin-top: 3.4375rem;
}
@media (max-width: 767px) {
  .faq .faq-content + .faq-content {
    margin-top: 2.5rem;
  }
}
.faq .btn-wrap {
  text-align: center;
  margin-top: 3.75rem;
}
@media (max-width: 767px) {
  .faq .btn-wrap {
    margin-top: 3.125rem;
  }
}

#about {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  background: #e0f6fd;
}
#about .bg-white {
  background: #fff;
}
#about .asterisk li {
  display: flex;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: kozuka-gothic-pr6n, sans-serif;
}
#about .asterisk li span:first-child {
  flex: 1 1 1.4375rem;
}
#about .asterisk li::before {
  content: none;
}
#about .circle {
  margin-top: 2.1875rem;
}
#about .circle li {
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  display: flex;
}
#about .circle li span:first-child {
  flex: 1 1 2.5rem;
}
#about .circle li + li {
  margin-top: 2.5rem;
}
#about .bg-blue-l {
  background: #e0f6fd;
}
#about .bg-blue {
  background: #00a5db;
}
#about .leading {
  padding: 2.5rem 0 3.125rem;
}
#about .leading .title {
  display: flex;
  gap: 1.875rem;
  margin-bottom: 2.5rem;
}
#about .leading .title .image {
  min-width: 9.875rem;
}
#about .leading .title .image img {
  width: 9.875rem;
}
#about .leading .title .text {
  display: flex;
  flex-direction: column;
  padding-top: 1.875rem;
  font-weight: 600;
  letter-spacing: 0.07em;
}
#about .leading .title .text .big {
  font-size: 2.375rem;
  line-height: 1.25;
}
#about .leading .title .text .small {
  font-size: 1.875rem;
}
@media (max-width: 767px) {
  #about .leading .title {
    flex-direction: column;
  }
  #about .leading .title .image {
    order: 2;
    text-align: center;
  }
  #about .leading .title .text {
    order: 1;
    text-align: center;
  }
  #about .leading .title .text .big {
    font-size: 2rem;
  }
  #about .leading .title .text .small {
    font-size: 1.5rem;
  }
}
#about .leading p {
  font-size: 1.125rem;
  font-weight: 500;
  font-family: kozuka-gothic-pr6n, sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
#about .leading p .small {
  font-size: 0.875rem;
}
#about .leading .asterisk {
  margin-top: 1.25rem;
}
#about .point {
  background: #fff;
  padding: 7.5rem 0 6.875rem;
}
@media (max-width: 767px) {
  #about .point {
    padding: 6.25rem 0;
  }
}
@media (max-width: 575px) {
  #about .point {
    padding: 5rem 0;
  }
}
#about .point .point-item {
  display: flex;
  gap: 2.5rem;
}
#about .point .point-item .text {
  flex: 1 1 47%;
  order: 1;
}
#about .point .point-item .text .title {
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1.875rem;
  letter-spacing: 0.05em;
}
#about .point .point-item .text p {
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  font-weight: 500;
}
#about .point .point-item .image {
  flex: 1 1 53%;
  order: 2;
  padding: 0 1.875rem;
  display: flex;
  justify-content: center;
}
#about .point .point-item:nth-child(even) .text {
  order: 2;
}
#about .point .point-item:nth-child(even) .image {
  order: 1;
}
#about .point .point-item:nth-child(1) .image img {
  width: 18.125rem;
  max-width: 100%;
}
#about .point .point-item:nth-child(2) .image img {
  width: 23.5rem;
  max-width: 100%;
}
#about .point .point-item .contact-btn {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  margin-top: 2.5rem;
}
#about .point .point-item .contact-btn .image {
  flex: 0 1 auto;
  padding: 0;
}
#about .point .point-item .contact-btn .image img {
  width: 3.875rem;
}
#about .point .point-item .contact-btn .text {
  color: #2356de;
  font-family: kozuka-gothic-pr6n, sans-serif;
  text-decoration: underline;
  font-size: 0.875rem;
  white-space: nowrap;
}
#about .point .point-item .contact-btn:hover {
  opacity: 0.7;
}
@media (max-width: 991px) {
  #about .point .point-item .text {
    flex: 1 1 60%;
  }
  #about .point .point-item .image {
    flex: 1 1 40%;
  }
}
@media (max-width: 767px) {
  #about .point .point-item {
    flex-direction: column;
  }
  #about .point .point-item .text {
    flex: 1 1 100%;
  }
  #about .point .point-item .text .title {
    font-size: 2rem;
    text-align: center;
  }
  #about .point .point-item .image {
    flex: 1 1 100%;
  }
  #about .point .point-item:nth-child(even) .text {
    order: 1;
  }
  #about .point .point-item:nth-child(even) .image {
    order: 2;
  }
  #about .point .point-item .contact-btn .text {
    order: 2;
  }
  #about .point .point-item .contact-btn .image {
    order: 1;
  }
}
#about .point .point-item + .point-item {
  margin-top: 5rem;
}
#about .area {
  color: #fff;
  position: relative;
  padding-top: 8.125rem;
  padding-bottom: 17.5rem;
  overflow: hidden;
}
#about .area .map {
  z-index: 0;
  display: inline-block;
  position: absolute;
  left: calc(50% - 50rem);
  bottom: 0;
  width: 103.8125rem;
  height: 74.0625rem;
  background: url("/assets/images/about/area.png") no-repeat bottom center/contain;
}
@media (max-width: 767px) {
  #about .area {
    padding-top: 6.25rem;
    padding-bottom: 28.75rem;
  }
  #about .area .map {
    width: 97.5625rem;
    height: 49.0625rem;
    left: 30%;
    transform: translateX(-50%);
  }
}
@media (max-width: 575px) {
  #about .area {
    padding-top: 5rem;
  }
}
#about .area h2 {
  font-size: 2.625rem;
  font-weight: 600;
  position: relative;
  z-index: 1;
  text-align: center;
  letter-spacing: 0.07em;
  margin-bottom: 3.125rem;
  line-height: 1.3;
}
@media (max-width: 767px) {
  #about .area h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 575px) {
  #about .area h2 {
    font-size: 2.125rem;
  }
}
#about .area .lead {
  font-size: 2.375rem;
  font-weight: 600;
  position: relative;
  z-index: 1;
  letter-spacing: 0.05em;
  margin-bottom: 2.4375rem;
}
@media (max-width: 767px) {
  #about .area .lead {
    font-size: 2rem;
  }
}
@media (max-width: 575px) {
  #about .area .lead {
    font-size: 1.75rem;
  }
}
#about .area .text {
  width: 81%;
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.14em;
  position: relative;
  z-index: 1;
  font-weight: 600;
  line-height: 1.75;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  #about .area .text {
    width: 100%;
  }
}
#about .area .area-box {
  width: 45%;
  background: #fff;
  padding: 1.25rem;
  border-radius: 0.84375rem;
  position: relative;
  z-index: 1;
}
#about .area .area-box .title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #231815;
  margin-bottom: 0.625rem;
  text-align: center;
}
#about .area .area-box .area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem 0.625rem;
  font-size: 1.25rem;
  color: #231815;
  font-weight: 600;
}
#about .area .area-box .asterisk {
  margin-top: 0.875rem;
}
#about .area .area-box .asterisk li {
  font-size: 0.875rem;
  color: #231815;
  justify-content: flex-start;
  font-weight: 600;
}
#about .area .area-box .asterisk li span:first-child {
  flex: 0 1 1rem;
}
#about .area .area-box .asterisk li + li {
  margin-top: 0.1875rem;
}
@media (max-width: 767px) {
  #about .area .area-box {
    width: 100%;
  }
}
#about .campaign {
  padding: 6.875rem 0 6.25rem;
}
@media (max-width: 767px) {
  #about .campaign {
    padding: 6.25rem 0;
  }
}
@media (max-width: 575px) {
  #about .campaign {
    padding: 5rem 0;
  }
}
#about .campaign h2 {
  font-size: 2.625rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.07em;
  margin-bottom: 1.875rem;
  line-height: 1.3;
}
@media (max-width: 767px) {
  #about .campaign h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 575px) {
  #about .campaign h2 {
    font-size: 1.875rem;
  }
}
#about .campaign .flex {
  display: flex;
  align-items: center;
  gap: 6.25rem;
}
#about .campaign .flex .image {
  flex: 1 1 50%;
  text-align: center;
}
#about .campaign .flex .image img {
  width: 30.5rem;
  max-width: 100%;
}
#about .campaign .flex .text {
  flex: 1 1 50%;
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media (max-width: 1089px) {
  #about .campaign .flex {
    gap: 3.125rem;
  }
}
@media (max-width: 991px) {
  #about .campaign .flex {
    flex-direction: column;
  }
  #about .campaign .flex .image {
    flex: 1 1 100%;
  }
  #about .campaign .flex .text {
    flex: 1 1 100%;
  }
}
#about .contact-btn-wrap {
  padding: 4.5rem 0 0;
  text-align: center;
}

#apply .apply-btn {
  border-radius: 0.5rem;
  border: 2px solid #ff4d14;
  padding: 1.5rem;
  padding-right: 3.125rem;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  letter-spacing: 0.045em;
  line-height: 1;
  color: #ff4d14;
  display: inline-block;
  margin-top: 2.1875rem;
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 22.5rem;
}
@media (max-width: 991px) {
  #apply .apply-btn {
    width: 100%;
    line-height: 1.2;
    padding: 1.25rem;
    padding-right: 2.5rem;
    max-width: 25rem;
  }
}
#apply .apply-btn::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0.6875rem;
  height: 0.6875rem;
  border-right: 2px solid #ff4d14;
  border-bottom: 2px solid #ff4d14;
  transform: translateY(-50%) rotate(-45deg);
  top: 50%;
  right: 1.5625rem;
  transition: all 0.3s;
}
#apply .apply-btn:hover, #apply .apply-btn:active, #apply .apply-btn:focus {
  background: #ff4d14;
  color: #fff;
}
#apply .apply-btn:hover::after, #apply .apply-btn:active::after, #apply .apply-btn:focus::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
#apply dl {
  margin-top: 1.75rem;
  font-weight: 500;
}
#apply dl:first-child {
  margin-top: 0;
}
#apply dl dt {
  color: #00a5db;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.3125rem;
}
#apply dl dd {
  font-size: 1rem;
  letter-spacing: 0.08em;
}
@media (max-width: 575px) {
  #apply dl dt {
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.4;
  }
  #apply dl dd {
    letter-spacing: 0;
  }
}
#apply .asterisk li {
  display: flex;
  font-size: 0.875rem;
  font-weight: 500;
  justify-content: flex-start;
  font-family: kozuka-gothic-pr6n, sans-serif;
}
#apply .asterisk li::before {
  content: none;
}
#apply #need-items {
  padding: 5.9375rem 0;
}
@media (max-width: 767px) {
  #apply #need-items {
    padding: 5rem 0;
  }
}
#apply #need-items .flex {
  display: flex;
  align-items: center;
}
#apply #need-items .flex .text-content {
  flex: 1 1 60%;
}
#apply #need-items .flex .text-content p {
  font-size: 1.125rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  line-height: 1.8;
}
#apply #need-items .flex .text-content .lead {
  font-size: 1.375rem;
  letter-spacing: 0.08em;
  margin-bottom: 1.25rem;
}
#apply #need-items .flex .image-content {
  flex: 1 1 40%;
  text-align: center;
}
#apply #need-items .flex .image-content img {
  width: 100%;
  height: auto;
  max-width: 21.125rem;
}
@media (max-width: 767px) {
  #apply #need-items .flex {
    flex-direction: column;
    gap: 2.5rem;
  }
  #apply #need-items .flex .text-content {
    flex: 1 1 auto;
  }
  #apply #need-items .flex .text-content .lead {
    font-size: 1.25rem;
  }
  #apply #need-items .flex .text-content p {
    font-size: 1.125rem;
  }
  #apply #need-items .flex .image-content {
    flex: 1 1 auto;
  }
}
#apply #flow {
  background: linear-gradient(to right, #00a5db, #00a5db 50%, #fff 50%, #fff);
}
#apply #flow h2 {
  padding-top: 5.625rem;
  margin-bottom: 3.75rem;
}
@media (max-width: 575px) {
  #apply #flow h2 {
    padding-top: 5rem;
  }
}
#apply #flow .flow-content {
  display: flex;
  flex-wrap: nowrap;
  gap: 3.75rem;
}
@media (max-width: 991px) {
  #apply #flow .flow-content {
    gap: 2.5rem;
  }
}
@media (max-width: 767px) {
  #apply #flow .flow-content {
    gap: 1.25rem;
  }
}
@media (max-width: 575px) {
  #apply #flow .flow-content {
    gap: 0.9375rem;
  }
}
#apply #flow .flow-content .left {
  flex: 0 1 7.40625rem;
  min-width: 7.40625rem;
  background: #00a5db;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
}
#apply #flow .flow-content .left .icon {
  display: inline-flex;
  width: 7.40625rem;
  height: 7.40625rem;
  border-radius: 50%;
  background: #fff;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.13));
  position: relative;
  z-index: 1;
}
#apply #flow .flow-content .left .icon span {
  display: inline-flex;
  width: 6.78125rem;
  height: 6.78125rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #00a5db;
  border-radius: 50%;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #00a5db;
  text-align: center;
  line-height: 1.3;
}
#apply #flow .flow-content .left .arrow {
  flex: 1 0 auto;
  writing-mode: vertical-rl;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 3.75rem;
  padding: 1.25rem 0;
  font-size: 1.625rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #00a5db;
  position: relative;
  top: -2.1875rem;
}
#apply #flow .flow-content .left .arrow::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-left: 1.875rem solid transparent;
  border-right: 1.875rem solid transparent;
  border-top: 1.25rem solid #fff;
}
@media (max-width: 575px) {
  #apply #flow .flow-content .left {
    flex: 0 1 4.375rem;
    min-width: 4.375rem;
  }
  #apply #flow .flow-content .left .icon {
    width: 4.375rem;
    height: 4.375rem;
  }
  #apply #flow .flow-content .left .icon span {
    width: 3.75rem;
    height: 3.75rem;
    font-size: 0.75rem;
  }
  #apply #flow .flow-content .left .arrow {
    width: 2.5rem;
    padding: 0.625rem 0;
    font-size: 1.25rem;
    top: -0.625rem;
  }
  #apply #flow .flow-content .left .arrow::after {
    border-left: 1.25rem solid transparent;
    border-right: 1.25rem solid transparent;
    border-top: 0.625rem solid #fff;
  }
}
#apply #flow .flow-content .right {
  flex: 1 1 auto;
  background: #fff;
  padding: 0 0 0 4.375rem;
}
#apply #flow .flow-content .right .step {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  padding: 2.1875rem 0;
  position: relative;
}
#apply #flow .flow-content .right .step::before {
  content: "";
  width: 100%;
  top: 0;
  background-image: linear-gradient(to right, #000300, #000300 4px, transparent 4px, transparent 8px); /* 幅3pxの線を作る */
  background-size: 8px 0.075rem; /* グラデーションの幅・高さを指定 */
  background-position: left bottom; /* 背景の開始位置を指定 */
  background-repeat: repeat-x; /* 横向きにのみ繰り返す */
  position: absolute;
  left: 0;
  height: 0.075rem;
}
#apply #flow .flow-content .right .step .step-title {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
#apply #flow .flow-content .right .step .step-title .number {
  flex: 0 1 3.9375rem;
  min-width: 3.9375rem;
  display: inline-flex;
  width: 3.9375rem;
  height: 3.9375rem;
  border-radius: 50%;
  background: #fd9401;
  color: #fff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 1.8125rem;
  font-weight: 600;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  line-height: 1;
  gap: 0.1875rem;
}
#apply #flow .flow-content .right .step .step-title .number span {
  font-size: 0.75rem;
}
#apply #flow .flow-content .right .step .step-title .text {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-size: 1.375rem;
  letter-spacing: 0.07em;
  line-height: 1.3;
}
#apply #flow .flow-content .right .step .step-content {
  padding-left: 5.1875rem;
}
#apply #flow .flow-content .right .step .step-content p {
  font-weight: 500;
}
#apply #flow .flow-content .right .step .step-content p + .asterisk {
  margin-top: 0.625rem;
}
#apply #flow .flow-content .right .note {
  border-radius: 0.9375rem;
  border: 1px solid #bbb;
  padding: 2.1875rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#apply #flow .flow-content .right .note .flex {
  display: flex;
  width: 100%;
  max-width: 40.625rem;
  align-items: center;
  gap: 1.25rem;
}
#apply #flow .flow-content .right .note .flex .image-content {
  flex: 1 0 auto;
}
#apply #flow .flow-content .right .note .flex .image-content img {
  width: 100%;
  max-width: 4.375rem;
}
#apply #flow .flow-content .right .note .flex .text-content {
  flex: 1 1 auto;
}
#apply #flow .flow-content .right .note .flex .text-content p {
  font-size: 1.125rem;
  letter-spacing: 0.07em;
  font-weight: 600;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  letter-spacing: 0.07em;
}
#apply #flow .flow-content .right .note .flex .text-content small {
  display: block;
  font-size: 0.875rem;
  letter-spacing: 0.14em;
  font-weight: 500;
  margin-top: 0.625rem;
}
@media (max-width: 575px) {
  #apply #flow .flow-content .right {
    padding: 0 0 0 0.625rem;
  }
  #apply #flow .flow-content .right .step .step-title {
    gap: 0.625rem;
    align-items: start;
  }
  #apply #flow .flow-content .right .step .step-title .text {
    font-size: 1.125rem;
  }
  #apply #flow .flow-content .right .step .step-title .number {
    flex: 0 1 2.5rem;
    min-width: 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.25rem;
  }
  #apply #flow .flow-content .right .step .step-title .number span {
    font-size: 0.5rem;
  }
  #apply #flow .flow-content .right .step .step-content {
    padding-left: 2.5rem;
  }
  #apply #flow .flow-content .right .step .step-content p {
    font-size: 1rem;
  }
  #apply #flow .flow-content .right .note {
    padding: 1.25rem 0.9375rem;
  }
  #apply #flow .flow-content .right .note .flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #apply #flow .flow-content .right .note .flex .image-content img {
    max-width: 3.125rem;
  }
}
#apply #flow .flow-content:last-child .right {
  padding-bottom: 7.5rem;
}
@media (max-width: 767px) {
  #apply #flow .flow-content:last-child .right {
    padding-bottom: 6.25rem;
  }
}
@media (max-width: 575px) {
  #apply #flow .flow-content:last-child .right {
    padding-bottom: 5rem;
  }
}
#apply #move {
  background: #f4f4f0;
  padding: 6.25rem 0 6.875rem;
  position: relative;
  width: 100vw;
  overflow: hidden;
}
@media (max-width: 767px) {
  #apply #move {
    padding: 6.25rem 0 25rem;
  }
}
@media (max-width: 575px) {
  #apply #move {
    padding: 5rem 0 21.25rem;
  }
}
#apply #move::before {
  content: "";
  display: inline-block;
  width: 32.28125rem;
  height: 32.28125rem;
  border-radius: 50%;
  background: #00a5db;
  position: absolute;
  right: -5vw;
  top: -12.5rem;
  z-index: 0;
}
@media (max-width: 767px) {
  #apply #move::before {
    content: none;
  }
}
#apply #move::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 35.0625rem;
  height: 37.375rem;
  bottom: -4.375rem;
  right: 53%;
  background: url("/assets/images/apply/image_3.svg") no-repeat center center/contain;
  z-index: 0;
}
@media (max-width: 767px) {
  #apply #move::after {
    width: 450px;
    height: 470px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5rem;
  }
}
@media (max-width: 575px) {
  #apply #move::after {
    width: 390px;
    height: 400px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5rem;
  }
}
#apply #move .flex {
  display: flex;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  #apply #move .flex {
    flex-direction: column;
    gap: 2.5rem;
  }
}
#apply #move .flex .left {
  flex: 1 1 50%;
}
#apply #move .flex .left h2 {
  margin-top: 1.875rem;
}
@media (max-width: 767px) {
  #apply #move .flex .left h2 {
    margin-top: 0;
  }
}
#apply #move .flex .left p {
  font-size: 1.3125rem;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media (max-width: 767px) {
  #apply #move .flex .left {
    flex: 1 1 auto;
  }
  #apply #move .flex .left p {
    font-size: 1.125rem;
  }
}
#apply #move .flex .right {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  gap: 2.8125rem;
}
#apply #move .flex .right .box {
  border-radius: 0.9375rem;
  background: #fff;
  padding: 2.1875rem 1.25rem;
}
#apply #move .flex .right .box h3 {
  color: #0475c0;
  font-size: 1.25rem;
  letter-spacing: 0.07em;
  font-weight: 600;
  margin-bottom: 0.75rem;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  line-height: 1.4;
}
@media (max-width: 767px) {
  #apply #move .flex .right .box h3 {
    font-size: 1.125rem;
    text-align: center;
    line-height: 1.8;
  }
}
#apply #move .flex .right .box p {
  font-size: 1rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  line-height: 2.1;
  margin-bottom: 2.1875rem;
}
@media (max-width: 767px) {
  #apply #move .flex .right .box p {
    line-height: 1.8;
  }
}
#apply #move .flex .right .box a {
  color: #0475c0;
  border-radius: 0.5rem;
  border: 2px solid #000;
  display: flex;
  align-items: center;
  padding: 0.625rem;
  gap: 0.625rem;
  letter-spacing: 0.045em;
  font-weight: 600;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  position: relative;
  padding-right: 2.5rem;
}
@media (max-width: 575px) {
  #apply #move .flex .right .box a {
    padding-right: 1.875rem;
  }
}
#apply #move .flex .right .box a .title {
  display: flex;
  border-radius: 0.1875rem;
  background: #acacac;
  padding: 0.1875rem 0.75rem;
  font-size: 1.5rem;
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #apply #move .flex .right .box a .title {
    font-size: 1.25rem;
  }
}
@media (max-width: 575px) {
  #apply #move .flex .right .box a .title {
    font-size: 1.125rem;
  }
}
#apply #move .flex .right .box a .text {
  font-size: 1.1875rem;
  color: #231815;
}
@media (max-width: 767px) {
  #apply #move .flex .right .box a .text {
    font-size: 1.125rem;
  }
}
@media (max-width: 575px) {
  #apply #move .flex .right .box a .text {
    font-size: 1rem;
  }
}
#apply #move .flex .right .box a::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0.6875rem;
  height: 0.6875rem;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  right: 1.75rem;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s;
}
@media (max-width: 767px) {
  #apply #move .flex .right .box a::after {
    right: 1.25rem;
  }
}
@media (max-width: 575px) {
  #apply #move .flex .right .box a::after {
    right: 0.9375rem;
  }
}
#apply #move .flex .right .box a.new {
  border: 2px solid #ff4d14;
  background: #ff4d14;
  margin-top: 0.9375rem;
}
#apply #move .flex .right .box a.new .title {
  background: #fff;
  color: #ff4d14;
}
#apply #move .flex .right .box a.new .text {
  color: #fff;
}
#apply #move .flex .right .box a.new::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#apply #move .flex .right .box a:hover, #apply #move .flex .right .box a:active, #apply #move .flex .right .box a:focus {
  opacity: 0.7;
}
#apply .apply-btn-container:last-child .apply-btn-wrapper {
  margin-bottom: -6.25rem;
}
@media (max-width: 767px) {
  #apply .apply-btn-container:last-child .apply-btn-wrapper {
    padding-bottom: 6.25rem;
  }
}

#payment #plan {
  padding: 5.9375rem 0 6.875rem;
}
@media (max-width: 767px) {
  #payment #plan {
    padding: 6.25rem 0;
  }
}
@media (max-width: 575px) {
  #payment #plan {
    padding: 5rem 0;
  }
}
#payment #plan .flex {
  display: flex;
  gap: 2.5rem;
}
#payment #plan .flex .text-content {
  flex: 1 1 45%;
}
#payment #plan .flex .image-content {
  flex: 1 1 55%;
}
@media (max-width: 767px) {
  #payment #plan .flex {
    flex-direction: column;
    gap: 2.5rem;
  }
  #payment #plan .flex .text-content {
    flex: 1 1 auto;
  }
  #payment #plan .flex .image-content {
    flex: 1 1 auto;
  }
}
#payment #plan .text-content p {
  font-size: 1.3125rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 1.875;
}
@media (max-width: 767px) {
  #payment #plan .text-content p {
    font-size: 1.125rem;
  }
}
@media (max-width: 575px) {
  #payment #plan .text-content p {
    font-size: 1rem;
  }
}
#payment #reason {
  padding: 6.25rem 0 7.5rem;
}
@media (max-width: 767px) {
  #payment #reason {
    padding: 6.25rem 0;
  }
}
@media (max-width: 575px) {
  #payment #reason {
    padding: 5rem 0;
  }
}
#payment #reason h2 {
  margin-bottom: 3.125rem;
}
#payment #reason .flex {
  display: flex;
  gap: 5rem;
}
#payment #reason .flex .text-content {
  flex: 1 1 50%;
}
#payment #reason .flex .text-content h3 {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-size: 1.875rem;
  letter-spacing: 0.01em;
  line-height: 1.5;
  margin-bottom: 2.5rem;
}
#payment #reason .flex .text-content p {
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 1.89;
}
#payment #reason .flex .image-content {
  flex: 1 1 50%;
  padding: 0 3.125rem;
}
#payment #reason .flex .image-content img {
  width: 100%;
}
#payment #reason .flex:nth-last-of-type(2) {
  align-items: flex-end;
}
#payment #reason .flex:nth-last-of-type(2) .image-content img {
  position: relative;
  top: -1.875rem;
}
@media (max-width: 767px) {
  #payment #reason .flex {
    flex-direction: column;
    gap: 2.5rem;
  }
  #payment #reason .flex .text-content {
    flex: 1 1 auto;
    order: 1;
  }
  #payment #reason .flex .text-content h3 {
    font-size: 1.5rem;
    text-align: center;
  }
  #payment #reason .flex .image-content {
    flex: 1 1 auto;
    order: 2;
  }
  #payment #reason .flex:nth-last-of-type(2) {
    margin-top: 2.5rem;
    align-items: center;
  }
  #payment #reason .flex:nth-last-of-type(2) .image-content img {
    top: 0;
  }
}
@media (max-width: 575px) {
  #payment #reason .flex .text-content p {
    font-size: 1rem;
  }
}
#payment #reason .note {
  margin-top: 2.8125rem;
  border-radius: 0.625rem;
  border: 1px solid #231815;
  padding: 2.6875rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  #payment #reason .note {
    padding: 1.25rem 0.9375rem;
  }
}
#payment #reason .note .note-flex {
  display: flex;
  width: 100%;
  max-width: 55.625rem;
  align-items: center;
  gap: 2.5rem;
}
#payment #reason .note .note-flex .image-content {
  flex: 1 0 auto;
  padding: 0;
}
#payment #reason .note .note-flex .image-content img {
  width: 100%;
  max-width: 6.8125rem;
}
#payment #reason .note .note-flex .text-content {
  flex: 1 1 auto;
}
#payment #reason .note .note-flex .text-content p {
  font-size: 1.473125rem;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: #0077bf;
  line-height: 1.6;
}
@media (max-width: 767px) {
  #payment #reason .note .note-flex {
    flex-direction: column;
    gap: 1.25rem;
  }
  #payment #reason .note .note-flex .image-content {
    order: 1;
  }
  #payment #reason .note .note-flex .text-content {
    order: 2;
  }
  #payment #reason .note .note-flex .text-content p {
    font-size: 1.125rem;
  }
}
#payment #method {
  padding: 6.25rem 0 7.5rem;
  background: #f4f6f7;
}
@media (max-width: 767px) {
  #payment #method {
    padding: 6.25rem 0;
  }
}
@media (max-width: 575px) {
  #payment #method {
    padding: 5rem 0;
  }
}
#payment #method h2 {
  margin-bottom: 2.1875rem;
}
#payment #method p {
  font-size: 1.3125rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 1.875;
}
@media (max-width: 767px) {
  #payment #method p {
    font-size: 1.125rem;
  }
}
@media (max-width: 575px) {
  #payment #method p {
    font-size: 1rem;
  }
}
#payment #method .asterisk li {
  display: flex;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: kozuka-gothic-pr6n, sans-serif;
  line-height: 1.5;
}
#payment #method .asterisk li span:first-child {
  flex: 0 1 1.75rem;
}
#payment #method .asterisk li::before {
  content: none;
}
#payment #method .image-1 {
  margin-bottom: 2.5rem;
}
#payment #method .image-2 {
  margin: 0.625rem 0;
}
#payment #method .image-3 {
  max-width: 48.5rem;
  display: block;
  margin: 0 auto 1.875rem;
}
#payment #method .accordion {
  border-top: 1px solid #2b3139;
}
#payment #method .accordion:first-of-type {
  margin-top: 7.1875rem;
}
@media (max-width: 767px) {
  #payment #method .accordion:first-of-type {
    margin-top: 5rem;
  }
}
@media (max-width: 575px) {
  #payment #method .accordion:first-of-type {
    margin-top: 3.75rem;
  }
}
#payment #method .accordion:last-of-type {
  border-bottom: 1px solid #2b3139;
}
#payment #method .accordion .title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #0475c0;
  letter-spacing: 0.12em;
  position: relative;
  padding: 1.6875rem 6.25rem 1.6875rem 1.5625rem;
}
#payment #method .accordion .title span {
  display: inline-block;
  width: 4.2125rem;
  height: 1.6625rem;
  border-radius: 50px;
  background: #fff;
  position: absolute;
  right: 1.5625rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
#payment #method .accordion .title span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.25rem;
  height: 0.125rem;
  background: #0475c0;
  transition: all 0.3s ease;
}
#payment #method .accordion .title span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 1.25rem;
  height: 0.125rem;
  background: #0475c0;
  transition: all 0.3s ease;
  opacity: 1;
}
@media (max-width: 767px) {
  #payment #method .accordion .title {
    font-size: 1.5rem;
  }
  #payment #method .accordion .title span {
    width: 3.125rem;
  }
}
@media (max-width: 575px) {
  #payment #method .accordion .title {
    font-size: 1.25rem;
  }
}
#payment #method .accordion .content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: #fff;
  padding: 0rem 1.5625rem;
  margin-bottom: 0;
  transition: all 0.3s;
}
#payment #method .accordion .content h4 {
  font-size: 1.25rem;
  letter-spacing: 0.012em;
  color: #0475c0;
  font-weight: 600;
  line-height: 1.6;
}
@media (max-width: 767px) {
  #payment #method .accordion .content h4 {
    font-size: 1.1875rem;
  }
}
@media (max-width: 575px) {
  #payment #method .accordion .content h4 {
    font-size: 1.125rem;
  }
}
#payment #method .accordion .content p {
  font-size: 1rem;
  line-height: 1.6;
}
#payment #method .accordion .content p + p {
  margin-top: 1.5625rem;
}
#payment #method .accordion .content p + p.no-top {
  margin-top: 0;
}
#payment #method .accordion .content .image-title {
  position: relative;
  z-index: 1;
  margin: 2.5rem 0 1.5625rem;
}
#payment #method .accordion .content .image-title span {
  display: inline-block;
  background: #fff;
  padding: 0 1.25rem 0 0;
  font-size: 1.1875rem;
  letter-spacing: 0.04em;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
}
@media (max-width: 575px) {
  #payment #method .accordion .content .image-title span {
    font-size: 1.125rem;
  }
}
#payment #method .accordion .content .image-title::after {
  width: 100%;
  content: "";
  display: inline-block;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #231815;
  transform: translateY(-50%);
  z-index: -1;
}
#payment #method .accordion .content h4:not(:first-child) {
  margin-top: 1.125rem;
}
#payment #method .accordion .content .asterisk {
  margin-top: 1.25rem;
}
#payment #method .accordion .content .asterisk.no-top {
  margin-top: 0;
}
#payment #method .accordion .content .asterisk li {
  display: flex;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: kozuka-gothic-pr6n, sans-serif;
  line-height: 1.7;
}
#payment #method .accordion .content .asterisk li span:first-child {
  flex: 0 1 1.0625rem;
}
#payment #method .accordion .content .asterisk li::before {
  content: none;
}
#payment #method .accordion .content .month-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 767px) {
  #payment #method .accordion .content .month-list {
    flex-direction: column;
    margin-bottom: 2.5rem;
  }
}
#payment #method .accordion .content .month-list .month-item {
  flex: 1;
  background-image: repeating-linear-gradient(135deg, #0775c0, #0775c0 1px, transparent 1px, transparent 3px);
  padding: 0.6875rem;
}
#payment #method .accordion .content .month-list .month-item .month-item-inner {
  background: #fff;
  padding: 0.5rem;
  font-size: 1.125rem;
  color: #0475c0;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  position: relative;
}
#payment #method .accordion .content .month-list .month-item .month-item-inner::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  top: 50%;
  left: 0.625rem;
  transform: translateY(-50%);
  background: url("/assets/images/icon/arrow.svg") no-repeat center center/contain;
}
#payment #method .accordion .content .year-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 2.5rem;
  align-items: flex-start;
}
#payment #method .accordion .content .year-list .year-title {
  flex: 0 1 9.375rem;
  background: #0475c0;
  color: #fff;
  position: relative;
  font-size: 1.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0;
  line-height: 1;
  padding: 0.8125rem 0;
  font-weight: 500;
}
#payment #method .accordion .content .year-list .year-title::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22.5px 0px 22.5px 10px;
  border-color: transparent transparent transparent #0475c0;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
#payment #method .accordion .content .year-list .year-title span {
  margin-right: 0.1875rem;
}
@media (max-width: 767px) {
  #payment #method .accordion .content .year-list {
    flex-direction: column;
    gap: 0.625rem;
  }
  #payment #method .accordion .content .year-list .year-title {
    flex: 1 1 auto;
    width: calc(100% - 0.625rem);
  }
}
#payment #method .accordion .content .year-list .year-content {
  display: flex;
  gap: 1.5625rem;
  padding: 0.8125rem 0;
  flex-wrap: wrap;
}
#payment #method .accordion .content .year-list .year-content .year-link {
  font-size: 1.0625rem;
  color: #41a6ff;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-decoration: underline;
  line-height: 1;
}
#payment #method .accordion .content .year-list + .year-list {
  margin-top: 0.9375rem;
}
#payment #method .accordion.active .title span::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0);
}
#payment #method .accordion.active .content {
  padding: 2.5rem 1.5625rem;
  margin-bottom: 2.3125rem;
}
#payment #howtopay {
  padding: 6.25rem 0 7.5rem;
}
@media (max-width: 767px) {
  #payment #howtopay {
    padding: 6.25rem 0;
  }
}
@media (max-width: 575px) {
  #payment #howtopay {
    padding: 5rem 0;
  }
}
#payment #howtopay p {
  font-size: 1.375rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 1.875rem;
}
@media (max-width: 767px) {
  #payment #howtopay p {
    font-size: 1.25rem;
  }
}
@media (max-width: 575px) {
  #payment #howtopay p {
    font-size: 1.125rem;
  }
}
#payment #howtopay .flex {
  display: flex;
  gap: 2.8125rem;
  margin-top: 2.8125rem;
}
@media (max-width: 767px) {
  #payment #howtopay .flex {
    flex-direction: column;
    gap: 2.5rem;
  }
}
#payment #howtopay .flex .block {
  flex: 1 1 50%;
  border: 1px solid #000300;
  border-radius: 0.5rem;
  padding: 0.625rem 0.625rem 1.25rem;
  display: flex;
  flex-direction: column;
}
#payment #howtopay .flex .block h3 {
  text-align: center;
  color: #0475c0;
  font-size: 1rem;
  letter-spacing: 0.12em;
  border-bottom: 1px solid #000300;
  margin-bottom: 0.5rem;
  font-weight: 500;
  padding-bottom: 0.5rem;
}
#payment #howtopay .flex .block p {
  font-size: 0.875rem;
  letter-spacing: 0.14em;
  margin-bottom: 0.9375rem;
  line-height: 1.5;
}
#payment #howtopay .flex .block p.text-center {
  text-align: center;
}
#payment #howtopay .flex .block .img-container {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
}
#payment #howtopay .flex .block .block-image-1,
#payment #howtopay .flex .block .block-image-2 {
  display: block;
  width: 100%;
  max-width: 22.25rem;
  margin: 0 auto;
}
#payment #howtopay .flex .block .block-image-1 {
  max-width: 22.25rem;
}
#payment #howtopay .flex .block .block-image-2 {
  max-width: 25.0625rem;
}
#payment .apply-btn-container:last-child .apply-btn-wrapper {
  margin-bottom: -6.25rem;
}
@media (max-width: 767px) {
  #payment .apply-btn-container:last-child .apply-btn-wrapper {
    padding-bottom: 6.25rem;
  }
}

#contact section {
  background: #f4f9f4;
  padding: 6.25rem 0 0;
}
@media (max-width: 575px) {
  #contact section {
    padding: 5rem 0 0;
  }
}
#contact section .lead {
  font-size: 1.375rem;
  font-family: kozuka-gothic-pr6n, sans-serif;
  margin-bottom: 3.625rem;
  color: #231815;
  font-weight: 500;
}
@media (max-width: 767px) {
  #contact section .lead {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 575px) {
  #contact section .lead {
    font-size: 1.125rem;
    margin-bottom: 1.875rem;
  }
}
#contact section .circle-wrapper {
  width: 36.25rem;
  max-width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3.125rem;
  margin: 2.5rem auto 0;
}
#contact section .circle-wrapper .btn.line {
  margin: 2.5rem 0 2.6875rem;
  max-width: 15.6875rem;
  max-height: 3.9375rem;
  width: 100%;
  height: 3.9375rem;
  font-size: 1.25rem;
  padding: 0;
  justify-content: center;
}
@media (max-width: 767px) {
  #contact section .circle-wrapper .btn.line {
    margin: 1.25rem 0 2.6875rem;
    font-size: 1.125rem;
    height: 3.5rem;
    max-height: 3.5rem;
  }
}
@media (max-width: 575px) {
  #contact section .circle-wrapper .btn.line {
    margin: 0rem 0 1.875rem;
  }
}
#contact section .circle-wrapper .btn.line span {
  padding-left: 0.9375rem;
}
#contact section .circle-wrapper .btn.line .btn-icon {
  width: 2.5rem;
  height: 2.5rem;
  left: 1.25rem;
}
@media (max-width: 767px) {
  #contact section .circle-wrapper .btn.line .btn-icon {
    width: 1.75rem;
    height: 1.75rem;
  }
}
#contact section .circle-wrapper .btn.line::after {
  width: 0.9375rem;
  height: 0.9375rem;
  border-right: 2.5px solid #fff;
  border-bottom: 2.5px solid #fff;
  right: 1.875rem;
}
@media (max-width: 767px) {
  #contact section .circle-wrapper .btn.line::after {
    width: 0.5rem;
    height: 0.5rem;
  }
}
#contact section .circle-wrapper .qr-wrapper {
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#contact section .circle-wrapper .qr-wrapper .qr-code {
  width: 6.25rem;
  height: 6.25rem;
  object-fit: contain;
  display: block;
  box-sizing: border-box;
}
#contact section .circle-wrapper .qr-wrapper .qr-text {
  width: 6.25rem;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #67c957;
  text-align: center;
  margin: 0.5rem 0 0;
  padding: 0;
  font-weight: 500;
}
@media (max-width: 767px) {
  #contact section .circle-wrapper .qr-wrapper .qr-text {
    font-size: 1.125rem;
  }
}
@media (max-width: 575px) {
  #contact section .circle-wrapper .qr-wrapper .qr-text {
    font-size: 1rem;
  }
}
#contact section .circle-wrapper .description {
  font-size: 1rem;
  font-family: kozuka-gothic-pr6n, sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #545252;
  text-align: center;
  margin: 0;
  padding: 0 1.25rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  #contact section .circle-wrapper .description {
    font-size: 0.875rem;
    padding: 0 0.9375rem;
  }
}
@media (max-width: 575px) {
  #contact section .circle-wrapper {
    width: 25rem;
    padding: 1.875rem;
  }
  #contact section .circle-wrapper .btn.line {
    margin-bottom: 0.9375rem;
    max-width: 12.5rem;
  }
  #contact section .circle-wrapper .qr-wrapper {
    margin-bottom: 0.9375rem;
  }
  #contact section .circle-wrapper .qr-wrapper .qr-code {
    width: 6.25rem;
    height: 6.25rem;
  }
}
@media (max-width: 399px) {
  #contact section .circle-wrapper {
    width: 18.75rem;
    padding: 1.875rem;
  }
  #contact section .circle-wrapper .btn.line {
    margin-bottom: 0.9375rem;
    max-width: 11.25rem;
  }
}
#contact section .contact-character {
  text-align: center;
  margin-top: -1.25rem;
}
#contact section .contact-character .character-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 29.5625rem;
}
#contact .apply-btn-container:last-child .apply-btn-wrapper {
  margin-bottom: -6.25rem;
}
@media (max-width: 767px) {
  #contact .apply-btn-container:last-child .apply-btn-wrapper {
    padding-bottom: 6.25rem;
  }
}

/**
* FAQ Page Styles
============================================= */
#faq #section-nav .section-list .section-item {
  padding: 1.25rem 0.3125rem 0.9375rem 0.3125rem;
}
#faq .faq {
  background: #fff;
}
#faq .faq .faq-content {
  display: flex;
  gap: 1.875rem;
}
#faq .faq .faq-content h3 {
  border: 1px solid #b0afaf;
}
#faq .apply-btn-container:last-child .apply-btn-wrapper {
  margin-bottom: -6.25rem;
}
@media (max-width: 767px) {
  #faq .apply-btn-container:last-child .apply-btn-wrapper {
    padding-bottom: 6.25rem;
  }
}

/**
 * Emergency Page Styles ============================================= */
#emergency #power-outage,
#emergency #emergency-contact {
  padding: 6.25rem 0;
}
@media (max-width: 767px) {
  #emergency #power-outage,
  #emergency #emergency-contact {
    padding: 5rem 0;
  }
}
@media (max-width: 575px) {
  #emergency #power-outage,
  #emergency #emergency-contact {
    padding: 3.75rem 0;
  }
}
#emergency .flowchart-image {
  margin-top: 2.5rem;
  text-align: center;
  max-width: 61.75rem;
  position: relative;
}
@media (max-width: 991px) {
  #emergency .flowchart-image {
    margin-top: 1.875rem;
    font-size: 1.5vw;
  }
}
@media (max-width: 575px) {
  #emergency .flowchart-image {
    margin-top: 1.25rem;
  }
}
#emergency .flowchart-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
#emergency .flowchart-image .flowchart-contact-overlay {
  position: absolute;
  text-align: center;
}
#emergency .flowchart-image .flowchart-contact-overlay.left {
  top: 59.5%;
  left: 43%;
}
#emergency .flowchart-image .flowchart-contact-overlay.right {
  top: 59.5%;
  left: 75%;
}
#emergency .flowchart-image .flowchart-contact-overlay.bottom {
  top: 86%;
  left: 56%;
}
#emergency .flowchart-image .flowchart-contact-overlay .contact-link {
  font-size: 1em;
  font-family: kozuka-gothic-pr6n, sans-serif;
  color: #00a5db;
  text-decoration: underline;
  font-weight: 600;
  line-height: 1.6;
  white-space: nowrap;
  transition: opacity 0.3s;
  display: inline-block;
}
#emergency .flowchart-image .flowchart-contact-overlay .contact-link::before {
  content: "＞ ";
  color: #00a5db;
}
#emergency .flowchart-image .flowchart-contact-overlay .contact-link::after {
  content: "";
  display: inline-block;
  width: 0.93em;
  height: 0.93em;
  margin-left: 0.67em;
  background-image: url("/assets/images/emergency/link.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
#emergency .flowchart-image .flowchart-contact-overlay .contact-link:hover {
  opacity: 0.7;
}
#emergency .emergency-table-section {
  padding: 3.75rem 0 5rem;
}
@media (max-width: 767px) {
  #emergency .emergency-table-section {
    padding: 2.5rem 0 3.75rem;
  }
}
@media (max-width: 575px) {
  #emergency .emergency-table-section {
    padding: 1.875rem 0 2.5rem;
  }
}
#emergency .emergency-table-section .emergency-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 1rem;
}
@media (max-width: 767px) {
  #emergency .emergency-table-section .emergency-table {
    font-size: 0.875rem;
  }
}
@media (max-width: 575px) {
  #emergency .emergency-table-section .emergency-table {
    font-size: 0.75rem;
  }
}
#emergency .emergency-table-section .emergency-table thead tr th {
  background-color: #769dca;
  color: #fff;
  font-weight: 600;
  padding: 0.9375rem 1.25rem;
  text-align: center;
  border: 2px solid #fff;
}
@media (max-width: 767px) {
  #emergency .emergency-table-section .emergency-table thead tr th {
    padding: 0.75rem 0.9375rem;
  }
}
@media (max-width: 575px) {
  #emergency .emergency-table-section .emergency-table thead tr th {
    padding: 0.625rem 0.5rem;
  }
}
#emergency .emergency-table-section .emergency-table tbody tr td {
  padding: 0.9375rem 1.25rem;
  border: 2px solid #fff;
  color: #231815;
}
@media (max-width: 767px) {
  #emergency .emergency-table-section .emergency-table tbody tr td {
    padding: 0.75rem 0.9375rem;
  }
}
@media (max-width: 575px) {
  #emergency .emergency-table-section .emergency-table tbody tr td {
    padding: 0.625rem 0.5rem;
  }
}
#emergency .emergency-table-section .emergency-table tbody tr:nth-child(odd) {
  background-color: #fcfbfb;
}
#emergency .emergency-table-section .emergency-table tbody tr:nth-child(even) {
  background-color: #f4f6f7;
}
#emergency .emergency-table-section .emergency-table tbody tr:hover {
  background-color: #f0f0f0;
}
#emergency .emergency-table-section .emergency-table .table-link {
  color: #00a5db;
  text-decoration: underline;
  font-weight: 600;
  display: inline-block;
}
#emergency .emergency-table-section .emergency-table .table-link::after {
  content: "";
  display: inline-block;
  width: 0.875em;
  height: 0.875em;
  margin-left: 0.5em;
  background-image: url("/assets/images/emergency/link.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
#emergency .emergency-table-section .emergency-table .table-link:hover {
  opacity: 0.7;
}
#emergency .apply-btn-container:last-child .apply-btn-wrapper {
  margin-bottom: -6.25rem;
}
@media (max-width: 767px) {
  #emergency .apply-btn-container:last-child .apply-btn-wrapper {
    padding-bottom: 6.25rem;
  }
}

/**
 * Modal Styles (汎用モーダル)
============================================= */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  opacity: 0;
  transition: all 1s;
}
.modal-overlay .modal-container {
  width: calc(100% - 2.5rem);
  max-width: 46.25rem;
  position: relative;
}
@media (max-width: 575px) {
  .modal-overlay .modal-container {
    width: calc(100% - 1.875rem);
  }
}
.modal-overlay .modal-content {
  background: #fff;
  border-radius: 0.625rem;
  padding: 2.5rem 1.875rem;
  max-height: 90vh;
  overflow-y: auto;
  opacity: 0;
  transition: all 1s;
}
@media (max-width: 767px) {
  .modal-overlay .modal-content {
    padding: 1.875rem 1.25rem;
  }
}
.modal-overlay.active {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.modal-overlay.active .modal-content {
  opacity: 1;
}
.modal-overlay .modal-header {
  text-align: center;
  margin-bottom: 0.625rem;
  padding-top: 1.875rem;
}
.modal-overlay .modal-header .modal-title-icon {
  width: 11.6875rem;
  margin-bottom: 0.9375rem;
}
@media (max-width: 767px) {
  .modal-overlay .modal-header .modal-title-icon {
    width: 9.375rem;
  }
}
.modal-overlay .modal-header .modal-title {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 1.5625rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
  color: #545252;
}
@media (max-width: 767px) {
  .modal-overlay .modal-header .modal-title {
    font-size: 1.375rem;
  }
}
.modal-overlay .modal-body .modal-lead {
  font-size: 1.0625rem;
  line-height: 1.8;
  color: #231815;
  margin-bottom: 1.25rem;
  text-align: center;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .modal-overlay .modal-body .modal-lead {
    font-size: 0.875rem;
  }
}
.modal-overlay .modal-body .modal-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 1.875rem;
  overflow: hidden;
}
.modal-overlay .modal-body .modal-tabs .modal-tab {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0.375rem 0.625rem;
  background-color: #e1dede;
  color: #000;
  border: none;
  border-right: 1px solid #fff;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
}
.modal-overlay .modal-body .modal-tabs .modal-tab:last-child {
  border-right: none;
}
.modal-overlay .modal-body .modal-tabs .modal-tab.active {
  background-color: #fd9401;
  color: #fff;
}
@media (max-width: 767px) {
  .modal-overlay .modal-body .modal-tabs .modal-tab {
    font-size: 0.75rem;
    padding: 0.625rem 0.5rem;
  }
}
@media (max-width: 575px) {
  .modal-overlay .modal-body .modal-tabs .modal-tab {
    flex: 1 1 calc(50% - 0.5px);
    border-right: 1px solid #fff;
  }
  .modal-overlay .modal-body .modal-tabs .modal-tab:nth-child(even) {
    border-right: none;
  }
  .modal-overlay .modal-body .modal-tabs .modal-tab:nth-child(odd) {
    border-right: 1px solid #fff;
  }
}
.modal-overlay .modal-body .list {
  display: flex;
  gap: 0.125rem 1.25rem;
  color: #0c6eb4;
  font-size: 0.90625rem;
  letter-spacing: 0.08em;
  flex-wrap: wrap;
  font-weight: 500;
}
.modal-overlay .modal-body .list .list-item {
  flex: 0 0 calc((100% - 1.25rem) / 2);
}
.modal-overlay .modal-body .list .list-item small {
  font-size: 0.75rem;
}
@media (max-width: 575px) {
  .modal-overlay .modal-body .list .list-item {
    flex: 0 0 100%;
  }
}
.modal-overlay .modal-body .modal-tab-contents {
  min-height: 12.5rem;
}
.modal-overlay .modal-body .modal-tab-contents .modal-tab-content {
  display: none;
}
.modal-overlay .modal-body .modal-tab-contents .modal-tab-content.active {
  display: block;
}
.modal-overlay .modal-body .modal-tab-contents .modal-tab-content .image-content img {
  display: block;
  margin: 1.25rem auto 0;
  max-width: 28.5rem;
  width: 100%;
}
.modal-overlay .modal-body .header-modal-flex {
  display: flex;
  gap: 1.25rem;
  margin-top: 1.25rem;
}
.modal-overlay .modal-body .header-modal-flex .header-modal-item {
  flex: 1 1 calc((50% - 1.25rem) / 2);
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.modal-overlay .modal-body .header-modal-flex .header-modal-item .btn-1 {
  background: #00a1e8;
}
.modal-overlay .modal-body .header-modal-flex .header-modal-item .btn-2 {
  background: #fd9401;
}
.modal-overlay .modal-body .header-modal-flex .header-modal-item .btn-1,
.modal-overlay .modal-body .header-modal-flex .header-modal-item .btn-2 {
  border-radius: 1.25rem;
  display: flex;
  gap: 1.875rem;
  align-self: stretch;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.25rem 3.125rem 1.25rem 1.875rem;
}
@media (max-width: 575px) {
  .modal-overlay .modal-body .header-modal-flex .header-modal-item .btn-1,
  .modal-overlay .modal-body .header-modal-flex .header-modal-item .btn-2 {
    padding: 0.3125rem 1.875rem 0.3125rem 1.25rem;
  }
}
.modal-overlay .modal-body .header-modal-flex .header-modal-item .btn-1 .img-content,
.modal-overlay .modal-body .header-modal-flex .header-modal-item .btn-2 .img-content {
  width: 20%;
}
.modal-overlay .modal-body .header-modal-flex .header-modal-item .btn-1 .text-content,
.modal-overlay .modal-body .header-modal-flex .header-modal-item .btn-2 .text-content {
  flex: 0 1 auto;
  text-align: center;
  font-weight: 600;
}
.modal-overlay .modal-body .header-modal-flex .header-modal-item .btn-1 .text-content .big,
.modal-overlay .modal-body .header-modal-flex .header-modal-item .btn-2 .text-content .big {
  color: #000;
  font-weight: 500;
  font-size: 1.875rem;
}
.modal-overlay .modal-body .header-modal-flex .header-modal-item .btn-1 .text-content .small,
.modal-overlay .modal-body .header-modal-flex .header-modal-item .btn-2 .text-content .small {
  color: #fff;
  font-size: 0.875rem;
}
.modal-overlay .modal-body .header-modal-flex .header-modal-item .link-pdf {
  color: #00a5db;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-decoration: underline;
  margin-top: 0.625rem;
}
@media (max-width: 575px) {
  .modal-overlay .modal-body .header-modal-flex {
    flex-direction: column;
    gap: 2.5rem;
  }
  .modal-overlay .modal-body .header-modal-flex .header-modal-item {
    flex: 1 1 100%;
  }
}
.modal-overlay .modal-footer {
  text-align: center;
  margin-top: 1.875rem;
}
.modal-overlay .modal-footer .modal-close-btn {
  position: relative;
  padding: 0.3125rem 2.5rem 0.3125rem 3.125rem;
  border: 1px solid #aac0d8;
  border-radius: 0.5rem;
  background: #fff;
  color: #211714;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  min-width: 10.5rem;
}
.modal-overlay .modal-footer .modal-close-btn .close-icon {
  position: absolute;
  left: 0.9375rem;
  top: 45%;
  transform: translateY(-50%);
  color: #aac0d8;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 300;
}
.modal-overlay .modal-footer .modal-close-btn .close-text {
  color: #211714;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.modal-overlay .modal-footer .modal-close-btn:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .modal-overlay .modal-footer .modal-close-btn {
    font-size: 0.875rem;
    padding: 0.625rem 2.5rem 0.625rem 2.1875rem;
  }
  .modal-overlay .modal-footer .modal-close-btn .close-icon {
    left: 0.75rem;
    font-size: 1.25rem;
  }
}

/**
* Agreement Page
============================================= */
#agreement .page-header {
  padding-bottom: 3.75rem;
}
#agreement .page-header p {
  font-size: 1.125rem;
  margin-top: 0.625rem;
}
@media (max-width: 767px) {
  #agreement .page-header p {
    text-align: center;
  }
}
@media (max-width: 575px) {
  #agreement .page-header {
    padding-bottom: 2.1875rem;
  }
}
#agreement .agreement-section + .agreement-section {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  #agreement .agreement-section + .agreement-section {
    margin-top: 3.75rem;
  }
}
@media (max-width: 575px) {
  #agreement .agreement-section + .agreement-section {
    margin-top: 2.5rem;
  }
}
#agreement .agreement-section .bordered-title {
  font-size: 1.5rem;
  border-top: 2px solid #71b1db;
  border-bottom: 2px solid #71b1db;
  padding: 0.9375rem 0;
  color: #000;
}
#agreement .agreement-section .agreement-content {
  margin-top: 2.0625rem;
}
#agreement .agreement-section .agreement-content .agreement-subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  color: #545252;
}
#agreement .agreement-section .agreement-content .agreement-subtitle .mark {
  color: #0475c0;
}
#agreement .agreement-section .agreement-content .agreement-list-grid {
  display: flex;
  gap: 2.5rem;
  margin-top: 1.5rem;
}
#agreement .agreement-section .agreement-content .agreement-list-group {
  flex: 1;
}
#agreement .agreement-section .agreement-content .agreement-list-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #545252;
  margin-top: 0;
}
#agreement .agreement-section .agreement-content .agreement-sublist-grid {
  display: flex;
  gap: 2.5rem;
}
#agreement .agreement-section .agreement-content .agreement-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#agreement .agreement-section .agreement-content .agreement-list li {
  font-size: 1.125rem;
  color: #4fb0ef;
  margin-bottom: 0.625rem;
}
#agreement .agreement-section .agreement-content .agreement-list li a {
  color: #4fb0ef;
  text-decoration: underline;
  transition: opacity 0.3s;
}
#agreement .agreement-section .agreement-content .agreement-list li a:hover {
  opacity: 0.6;
}
#agreement .agreement-section .agreement-content .agreement-note {
  font-size: 1rem;
  color: #ff4d14;
  margin-top: 1rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  #agreement .agreement-section .agreement-list-grid {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  #agreement .agreement-section .bordered-title {
    font-size: 1.25rem;
    padding: 1rem 0;
  }
  #agreement .agreement-section .agreement-content {
    margin-top: 1.875rem;
  }
  #agreement .agreement-section .agreement-content .agreement-subtitle {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
  }
  #agreement .agreement-section .agreement-content .agreement-list-grid {
    gap: 1.5rem;
    margin-top: 1.25rem;
  }
  #agreement .agreement-section .agreement-content .agreement-list-title {
    font-size: 1rem;
    margin-top: 0;
  }
  #agreement .agreement-section .agreement-content .agreement-sublist-grid {
    flex-direction: column;
    gap: 1.25rem;
  }
  #agreement .agreement-section .agreement-content .agreement-list li {
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
  }
  #agreement .agreement-section .agreement-content .agreement-note {
    font-size: 0.875rem;
  }
}

#sitemap .sitemap-section .flex {
  display: flex;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  #sitemap .sitemap-section .flex {
    flex-direction: column;
    gap: 0;
  }
}
#sitemap .sitemap-section .col {
  flex: 1 1 50%;
}
#sitemap .sitemap-section .col h2 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #545252;
  margin-bottom: 1.25rem;
}
@media (max-width: 767px) {
  #sitemap .sitemap-section .col h2 {
    text-align: left;
  }
}
#sitemap .sitemap-section .col h2 + h2 {
  margin-top: 2.5rem;
}
#sitemap .sitemap-section .col ul {
  padding-left: 1rem;
}
#sitemap .sitemap-section .col ul a {
  text-decoration: underline;
}
#sitemap .sitemap-section .col ul li + li {
  margin-top: 0.625rem;
}
#sitemap .sitemap-section .col ul + h2 {
  margin-top: 2.5rem;
}

/*# sourceMappingURL=style.css.map */
