@charset "UTF-8";
/* Only output numerical values
/* 数値のみ出力する
====================================== */
/* font $size
====================================== */
/* font family
====================================== */
/* Break point ブレイクポイント
====================================== */
/* colors 色管理
====================================== */
/* header ヘッダー高さ
====================================== */
/* media query
====================================== */
/* font-size フォントサイズのrem表示用
====================================== */
/* font-weight フォントの太さの指定用
====================================== */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  container-type: inline-size;
  --header-height: 90px;
  scroll-padding-top: calc(var(--header-height) + 30px);
}
@media (min-width: 1200px) {
  html {
    --header-height: 140px;
    scroll-padding-top: calc(var(--header-height) + 50px);
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  line-break: strict;
  overflow-wrap: anywhere;
  word-break: normal;
  text-autospace: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  line-height: 1.2;
}

p {
  margin: 0;
}
p + p {
  margin-top: 1em;
}

ul,
dl,
figure {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: normal;
}

ul,
li {
  list-style: none;
}

a {
  color: #000000;
  transition: 0.4s;
}
a:before, a:after {
  transition: 0.4s;
}
a:hover {
  color: #000000;
  text-decoration: none;
}

em {
  font-style: normal;
  font-weight: normal;
  color: inherit;
}

input,
select,
textarea {
  outline: none;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
}

input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image]),
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 1em;
  border: 0;
  box-sizing: border-box;
  border-radius: 5px;
}
@media (min-width: 640px) {
  input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image]),
  select,
  textarea {
    padding: 2em;
  }
}

select {
  max-width: 320px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16'%3E%3Cpath d='M5 0L10 6H0z' fill='%23696969'/%3E%3Cpath d='M5 16L0 10h10z' fill='%23696969'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 2em center;
  padding-right: 3em;
  cursor: pointer;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
}

address {
  margin-bottom: 0;
}

/* Contact Form 7
====================================== */
.wpcf7 .ajax-loader {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

/* reCAPTCHA
====================================== */
.grecaptcha-badge {
  visibility: hidden;
}

/* Margin class in 5px steps
/* 余白調整用のクラス　5px刻みで20回処理を繰り返し
====================================== */
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.com-txt-color-text {
  color: #000000 !important;
}

.com-bg-text {
  background-color: #000000 !important;
}

.com-txt-color-main {
  color: #0046a2 !important;
}

.com-bg-main {
  background-color: #0046a2 !important;
}

.com-txt-color-danger {
  color: #c75252 !important;
}

.com-bg-danger {
  background-color: #c75252 !important;
}

.com-txt-color-red {
  color: #ff402f !important;
}

.com-bg-red {
  background-color: #ff402f !important;
}

.com-txt-color-white {
  color: #fff !important;
}

.com-bg-white {
  background-color: #fff !important;
}

.com-txt-color-gray {
  color: #f6f6f6 !important;
}

.com-bg-gray {
  background-color: #f6f6f6 !important;
}

.com-txt-color-light-blue {
  color: #eff9fe !important;
}

.com-bg-light-blue {
  background-color: #eff9fe !important;
}

.com-txt-color-facebook {
  color: #3b5999 !important;
}

.com-bg-facebook {
  background-color: #3b5999 !important;
}

.com-txt-color-x {
  color: #000 !important;
}

.com-bg-x {
  background-color: #000 !important;
}

.com-txt-color-youtube {
  color: #cd201f !important;
}

.com-bg-youtube {
  background-color: #cd201f !important;
}

.com-txt-color-line {
  color: #18ba07 !important;
}

.com-bg-line {
  background-color: #18ba07 !important;
}

/* #header
====================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 980;
  padding-top: 30px;
  transition: padding-top 0.6s, background-color 0.6s, -webkit-backdrop-filter 0.6s;
  transition: padding-top 0.6s, background-color 0.6s, backdrop-filter 0.6s;
  transition: padding-top 0.6s, background-color 0.6s, backdrop-filter 0.6s, -webkit-backdrop-filter 0.6s;
}
@media (min-width: 1200px) {
  .header {
    padding-top: 50px;
  }
}
.header.front-page .logo {
  color: #0046a2;
}
.header.js-change-color .logo {
  color: #0046a2;
}
.header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(20px) brightness(1.3);
  backdrop-filter: blur(20px) brightness(1.3);
  transition: background-color 0.3s, padding-top 0.3s, -webkit-backdrop-filter 0.3s;
  transition: background-color 0.3s, backdrop-filter 0.3s, padding-top 0.3s;
  transition: background-color 0.3s, backdrop-filter 0.3s, padding-top 0.3s, -webkit-backdrop-filter 0.3s;
  padding-top: 10px;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .header.is-scrolled {
    padding-top: 30px;
  }
}

.header-inner {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

/* parts
--------------------------------- */
/* header-logo
--------------------------------- */
.header-logo {
  margin-bottom: 0;
}
.header-logo .logo {
  display: flex;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
  line-height: 1.2;
  transition: color 0.3s;
}
.header-logo .logo-main {
  font-family: "Akatab", sans-serif;
  font-weight: 800;
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 640px) {
  .header-logo .logo-main {
    font-size: 31px;
    font-size: 1.9375rem;
  }
}
.header-logo .logo-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 640px) {
  .header-logo .logo-sub {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.header-logo .logo-company {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 7px;
  font-size: 0.4375rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media (min-width: 640px) {
  .header-logo .logo-company {
    font-size: 9px;
    font-size: 0.5625rem;
  }
}

/* #gnav
====================================== */
#gnav {
  align-self: stretch;
  display: flex;
  flex: 1;
  justify-content: flex-end;
  gap: 20px;
  align-items: center;
}

.gnav-wrap {
  border-radius: 50px;
  display: flex;
  gap: 25px;
  align-items: center;
  position: relative;
}
@media (min-width: 1200px) {
  .gnav-wrap {
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    padding: 10px 40px;
    transition: background-color 0.3s, box-shadow 0.3s;
  }
}
.gnav-wrap.is-open {
  background-color: #39a7dc;
  border-radius: 40px 40px 0 0;
  box-shadow: none;
  color: #fff;
}
.gnav-wrap.is-open .gnav-list-01 > li > a {
  color: #fff;
}
.gnav-wrap.is-open .gnav-arrow {
  visibility: hidden;
}
.gnav-wrap.is-open .gnav-dropdown {
  display: none !important;
}
.gnav-wrap.is-open .gnav-btn-lines {
  display: none;
}
.gnav-wrap.is-open .gnav-btn-close {
  display: flex;
}

.gnav-list-01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 5px 25px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .gnav-list-01 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.gnav-list-01 > li > a {
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  color: #000000;
  white-space: nowrap;
  transition: opacity 0.3s;
}
.gnav-list-01 > li > a:hover {
  opacity: 0.7;
}
.gnav-list-01.dropdown {
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.gnav-arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  margin-top: -4px;
}

.gnav-btn-01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 60px;
  height: auto;
  aspect-ratio: 1/1;
  padding: 10px;
  background-color: #0046a2;
  border-radius: 5px;
  box-shadow: 0 0 4px 0 #fff;
  position: relative;
  z-index: 1;
}
.gnav-btn-01 .gnav-btn-close {
  display: none;
  height: 10px;
}

.gnav-btn-text {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  line-height: 1;
}

.gnav-btn-lines {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}
.gnav-btn-lines span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

/* gnav-dropdown
--------------------------------- */
.gnav-dropdown {
  background: #eff9fe;
  border-radius: 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  padding: 20px 30px;
  top: 100% !important;
}

.gnav-dropdown-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
.gnav-dropdown-list li a {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  color: #0046a2;
  transition: opacity 0.3s;
}
.gnav-dropdown-list li a:hover {
  opacity: 0.7;
}

/* #footer
====================================== */
/* footer-body
====================================== */
#footer-body {
  color: #fff;
  padding-block: 60px 50px;
}
@media (min-width: 960px) {
  #footer-body {
    padding-block: 120px 95px;
  }
}

.footer-inner {
  gap: 40px;
}

/* footer-company
-------------------------------------- */
.footer-company .name {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media (min-width: 960px) {
  .footer-company .name {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.footer-company .address {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (min-width: 960px) {
  .footer-company .address {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.footer-company .address a[href^="tel:"] {
  color: #fff;
}

/* footer-nav
-------------------------------------- */
.footer-nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 80px;
}

.footer-nav-link {
  display: block;
  padding-block: 7px;
  color: #fff !important;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  transition: opacity 0.3s;
}
.footer-nav-link:hover {
  opacity: 0.7;
}
.footer-nav-link.sub {
  font-size: 12px;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  gap: 4px;
  padding-block: 0;
}
.footer-nav-link.sub::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #fff;
}

/* footer-copyright
====================================== */
#footer-copyright {
  color: #fff;
  padding-block: 10px 35px;
  border-top: 1px solid #fff;
}

.copyright {
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 960px) {
  .copyright {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 639px) {
  .copyright {
    text-align: center;
  }
}

/* pagetop
-------------------------------------- */
#pagetop {
  transition: opacity 0.25s;
  opacity: 1;
}
#pagetop.pagetop-hidden {
  opacity: 0;
  pointer-events: none;
}

.pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #0046a2;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}
.pagetop:hover {
  opacity: 0.8;
  color: #fff;
}
@media (min-width: 640px) {
  .pagetop {
    width: 104px;
    height: 104px;
    right: 20px;
    bottom: 20px;
  }
}

.pagetop-arrow {
  display: block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
  margin-bottom: 2px;
}

.pagetop-text {
  font-size: 9px;
  font-size: 0.5625rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (min-width: 640px) {
  .pagetop-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.uk-offcanvas-bar {
  background-color: #39a7dc;
  border-radius: 24px;
  padding: 20px 24px;
  width: 100%;
  max-width: 384px !important;
  color: #fff;
}

/* offcanvas-head 閉じるボタン
--------------------------------- */
.offcanvas-head {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.offcanvas-head .uk-offcanvas-close {
  position: relative;
  top: 0;
  right: 0;
}

.uk-open .gnav-btn-01 .gnav-btn-close {
  display: flex;
}

.gnav-btn-close {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  position: relative;
  height: 2px;
}
.gnav-btn-close span {
  display: block;
  position: absolute;
  width: 34px;
  height: 2px;
  background-color: #fff;
}
.gnav-btn-close span:first-child {
  transform: rotate(16deg);
}
.gnav-btn-close span:last-child {
  transform: rotate(-16deg);
}

/* offcanvas-nav メニューリスト
--------------------------------- */
.offcanvas-nav > li + li {
  margin-top: 1em;
}
.offcanvas-nav > li a {
  display: flex;
  align-items: center;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 38px;
}
.offcanvas-nav .offcanvas-nav-service > a {
  font-size: 22px;
  font-size: 1.375rem;
  color: #fff;
}
.offcanvas-nav .offcanvas-nav-service > a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(90deg);
  transition: transform 0.3s;
  flex-shrink: 0;
}
.offcanvas-nav .offcanvas-nav-service.uk-open > a::after {
  transform: rotate(-90deg);
}

/* offcanvas-nav-sub サブメニュー
--------------------------------- */
.offcanvas-nav-sub {
  padding-left: 20px;
}
.offcanvas-nav-sub li a {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  line-height: 28px;
}
.offcanvas-nav-sub li a::before {
  content: "";
  width: 13px;
  height: 2px;
  background-color: #fff;
  flex-shrink: 0;
}

/* #dropdown（カードグリッド部分）
====================================== */
.dropdown-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #39a7dc;
  padding: var(--gnav-height, 80px) 40px 30px;
  border-radius: 50px;
}
.dropdown-wrap::before {
  content: "";
  display: block;
  border-top: 1px solid #fff;
  padding-bottom: 20px;
}
.dropdown-wrap {
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.gnav-wrap.is-open .dropdown-wrap {
  opacity: 1;
  visibility: visible;
}

.dropdown-card .title {
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  margin-block: 0.8em;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
}
.dropdown-card .title a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  color: inherit;
  transition: opacity 0.3s;
}
.dropdown-card .title a:hover {
  opacity: 0.7;
}
.dropdown-card .title a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpolyline points='8,6 12,10 8,14' fill='none' stroke='%2339a7dc' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
  border-radius: 50%;
  flex-shrink: 0;
}
.dropdown-card .text {
  font-size: 12px;
  font-size: 0.75rem;
}

.dropdown-list-01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 25px;
}
.dropdown-list-01 a {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  text-decoration: underline;
  transition: opacity 0.3s;
}
.dropdown-list-01 a::before {
  content: "";
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #fff;
  flex-shrink: 0;
}
.dropdown-list-01 a:hover {
  opacity: 0.7;
}

/* section
====================================== */
.com-sec-01 {
  padding-block: 60px;
}
@media (min-width: 640px) {
  .com-sec-01 {
    padding-block: 100px;
  }
}

.com-sec-02 {
  padding-block: 80px;
}
@media (min-width: 640px) {
  .com-sec-02 {
    padding-block: 120px;
  }
}

.com-bg-full {
  position: relative;
}
.com-bg-full::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100svw;
  height: 100%;
  z-index: -1;
  left: calc(50% - 50svw);
}
@media (min-width: 1200px) {
  .com-bg-full::before {
    left: calc(50% + 157px - 50svw);
  }
}
.com-bg-full.bg-gray::before {
  background: #f6f6f6;
}

/* parts
--------------------------------- */
/* title タイトル
--------------------------------- */
.page-tit-01 {
  font-size: clamp(30px, 3.125cqi, 60px);
  font-family: "Sofia Sans Extra Condensed";
  color: rgba(0, 0, 0, 0.8);
  font-weight: bold;
  margin-bottom: 0;
  -webkit-background-clip: text;
  background-clip: text;
}
.page-tit-01::before {
  content: attr(data-en);
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  display: block;
  line-height: 1;
  margin-bottom: 1em;
}

.com-tit-01 {
  font-size: clamp(28px, 4.79166667cqi, 46px);
  font-weight: bold;
  line-height: 1.48;
  color: #0046a2;
  margin-bottom: 0.5em;
}

.com-tit-wrap-01 {
  display: flex;
  gap: 15px;
}
@media (min-width: 960px) {
  .com-tit-wrap-01 {
    gap: 29px;
  }
}
.com-tit-wrap-01 .left-bar {
  flex-shrink: 0;
  width: 8px;
  background: #0046a2;
  border-radius: 10px 0 0 10px;
}
@media (min-width: 960px) {
  .com-tit-wrap-01 .left-bar {
    width: 11px;
  }
}

.com-tit-02 {
  font-size: clamp(26px, 4.16666667cqi, 40px);
  font-weight: bold;
  line-height: 1.25;
  color: #0046a2;
  padding-bottom: 8px;
  border-bottom: 2px solid #d9d9d9;
  margin-bottom: 30px;
}
.com-tit-02.small {
  font-size: clamp(22px, 4.16666667cqi, 40px);
}

.com-tit-03 {
  color: #0046a2;
  font-size: clamp(20px, 2.5cqi, 24px);
  font-weight: bold;
  margin-bottom: 1em;
}

/* panel パネル
--------------------------------- */
.com-panel-01 {
  background: #d9eff9;
  border-radius: 10px;
  padding: 25px;
}
@media (min-width: 960px) {
  .com-panel-01 {
    padding: 40px;
  }
}

.com-panel-02 {
  border-radius: 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  padding: 10px;
  background: #fff;
}
@media (min-width: 640px) {
  .com-panel-02 {
    padding: 50px;
  }
}

/* Gap between sections or blocks
/* セクションやブロック間の隙間
--------------------------------- */
.com-mt-s {
  margin-top: 20px;
}
@media (min-width: 640px) {
  .com-mt-s {
    margin-top: 30px;
  }
}

.com-mt-m {
  margin-top: 40px;
}
@media (min-width: 640px) {
  .com-mt-m {
    margin-top: 60px;
  }
}

.com-mt-l {
  margin-top: 90px;
}
@media (min-width: 640px) {
  .com-mt-l {
    margin-top: 120px;
  }
}

.com-mt-1em {
  margin-top: 1em;
}

.com-mt-half {
  margin-top: 0.5em;
}

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

/* list style リストスタイル
--------------------------------- */
.com-list-01 li {
  margin-left: 1.2em;
}
.com-list-01 li::before {
  content: "・";
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
}
.com-list-01 li + li {
  margin-top: 0.2em;
}
.com-list-01.notice li::before {
  content: "※";
}
.com-list-01.circle li::before {
  content: "●";
}
.com-list-01.square li::before {
  content: "■";
}

.com-list-02 {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.com-list-02 li {
  margin-left: 1.8em;
}
.com-list-02 li + li {
  margin-top: 0.2em;
}
.com-list-02 li::before {
  counter-increment: item;
  content: counter(item) ".";
  display: inline-block;
  width: 1.5em;
  padding-right: 0.3em;
  margin-left: -1.8em;
  text-align: right;
}

.com-list-03 {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.com-list-03 li {
  margin-left: 2.3em;
}
.com-list-03 li + li {
  margin-top: 0.4em;
}
.com-list-03 li::before {
  counter-increment: item;
  content: "※" counter(item);
  display: inline-block;
  width: 2.3em;
  margin-left: -2.3em;
}

/* text テキスト
--------------------------------- */
.com-text-01 {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 640px) {
  .com-text-01 {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* font-size フォントサイズ
--------------------------------- */
.com-fz-10 {
  font-size: 10px;
  font-size: 0.625rem;
}

.com-fz-11 {
  font-size: 11px;
  font-size: 0.6875rem;
}

.com-fz-12 {
  font-size: 12px;
  font-size: 0.75rem;
}

.com-fz-13 {
  font-size: 13px;
  font-size: 0.8125rem;
}

.com-fz-14 {
  font-size: 14px;
  font-size: 0.875rem;
}

.com-fz-15 {
  font-size: 15px;
  font-size: 0.9375rem;
}

.com-fz-16 {
  font-size: 16px;
  font-size: 1rem;
}

.com-fz-17 {
  font-size: 17px;
  font-size: 1.0625rem;
}

.com-fz-18 {
  font-size: 18px;
  font-size: 1.125rem;
}

.com-fz-19 {
  font-size: 19px;
  font-size: 1.1875rem;
}

.com-fz-20 {
  font-size: 20px;
  font-size: 1.25rem;
}

.com-fz-21 {
  font-size: 21px;
  font-size: 1.3125rem;
}

.com-fz-22 {
  font-size: 22px;
  font-size: 1.375rem;
}

.com-fz-23 {
  font-size: 23px;
  font-size: 1.4375rem;
}

.com-fz-24 {
  font-size: 24px;
  font-size: 1.5rem;
}

.com-fz-25 {
  font-size: 25px;
  font-size: 1.5625rem;
}

.com-fz-26 {
  font-size: 26px;
  font-size: 1.625rem;
}

.com-fz-27 {
  font-size: 27px;
  font-size: 1.6875rem;
}

.com-fz-28 {
  font-size: 28px;
  font-size: 1.75rem;
}

.com-fz-29 {
  font-size: 29px;
  font-size: 1.8125rem;
}

.com-fz-30 {
  font-size: 30px;
  font-size: 1.875rem;
}

/* アクセント色
--------------------------------- */
/* YouTube wrapper
--------------------------------- */
.com-wrap-youtube {
  --width: 16;
  --height: 9;
  width: min(attr(data-width px, 100%), 100%);
  aspect-ratio: calc(var(--width) / var(--height));
}
.com-wrap-youtube.type-short {
  --width: 9;
  --height: 16;
}
.com-wrap-youtube iframe {
  width: 100%;
  height: 100%;
}

/* リンク
--------------------------------- */
.com-btn-01 {
  display: block;
  max-width: 336px;
  text-align: center;
  background: #0046a2;
  color: #fff;
  padding: 0.8em;
  padding-right: 2em;
  box-sizing: border-box;
  position: relative;
}
.com-btn-01::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12'%3E%3Cpath d='M2 0L8 6L2 12' stroke='%23fff' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.com-btn-01:hover {
  color: #fff;
}

.com-btn-02 {
  display: inline-block;
  min-width: 270px;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  color: #000000;
  font-weight: bold;
  padding: 0.8em;
  padding-right: 3.5em;
  box-sizing: border-box;
  position: relative;
  transition: background 0.3s, color 0.3s;
}
.com-btn-02:hover {
  background: #0046a2;
  color: #fff;
}
.com-btn-02:hover::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 0.75L5.08 4.75L0.75 8.75' stroke='%230046a2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.com-btn-02::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  right: 1em;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: #0046a2;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 0.75L5.08 4.75L0.75 8.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6px 10px;
  transition: background-color 0.3s, background-image 0.3s;
}
@media (max-width: 639px) {
  .com-btn-02.sp-center {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.com-btn-02.center {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.com-btn-02.blue {
  background: #0046a2;
  color: #fff;
}
.com-btn-02.blue::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 0.75L5.08 4.75L0.75 8.75' stroke='%230046a2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.com-btn-03 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: #0046a2;
  color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  max-width: 350px;
}
.com-btn-03::after {
  content: "";
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 0.75L5.08 4.75L0.75 8.75' stroke='%230046a2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6px 10px;
}
.com-btn-03:hover {
  opacity: 0.9;
  color: #fff;
}

.com-link-01 {
  text-decoration: underline;
  color: #0046a2;
}
.com-link-01:hover {
  color: #0046a2;
}

/* 下層ページの共通
/* page-kv
========================================================= */
.page-kv {
  background-color: #0046a2;
  color: #fff;
  padding-top: 167px;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .page-kv {
    padding-top: 285px;
  }
}

.page-kv-tit {
  font-size: clamp(32px, 2.60416667cqi, 50px);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 40px;
  color: #fff;
}
@media (min-width: 640px) {
  .page-kv-tit {
    margin-bottom: 60px;
  }
}
.page-kv-tit::after {
  content: attr(data-en);
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(14px, 0.9375cqi, 18px);
  font-weight: 600;
  margin-top: 12px;
}

.aioseo-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 960px) {
  .aioseo-breadcrumbs {
    font-size: 16px;
    font-size: 1rem;
  }
}
.aioseo-breadcrumbs .aioseo-breadcrumb a {
  color: #fff;
}

/* page-grid-01
========================================================= */
.page-grid-01 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  padding-top: 60px;
}
@media (min-width: 1200px) {
  .page-grid-01 {
    grid-template-columns: 1fr 244px;
    gap: 70px;
    padding-top: 130px;
  }
}

.section-wrap {
  container-type: inline-size;
}

/* aside
----------------------------------------------- */
.aside {
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 120px;
}

.aside-nav {
  background: #eff9fe;
  border-radius: 10px;
  padding: 40px 20px;
}

.aside-nav-list li a {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: bold;
  color: #000000;
  padding: 0.7em 0.5em;
  padding-left: 1em;
  position: relative;
}
.aside-nav-list li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 8px;
  background: transparent;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.aside-nav-list li a:hover, .aside-nav-list li a.active {
  color: #0046a2;
}
.aside-nav-list li a:hover::before, .aside-nav-list li a.active::before {
  background: #0046a2;
}

/* definition list
========================================================= */
.com-dl-01 {
  display: grid;
  grid-template-columns: minmax(70px, auto) 1fr;
}
@media (min-width: 640px) {
  .com-dl-01 {
    grid-template-columns: minmax(200px, 260px) 1fr;
  }
}
.com-dl-01 dt,
.com-dl-01 dd {
  padding: 20px 10px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.67;
}
@media (min-width: 640px) {
  .com-dl-01 dt,
  .com-dl-01 dd {
    padding: 20px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.com-dl-01 dt {
  background: #d9eff9;
  color: #0046a2;
  font-weight: bold;
  border-bottom: 2px solid #0046a2;
}
.com-dl-01 dd {
  font-weight: 500;
  border-bottom: 2px solid #808080;
}
.com-dl-01 dt:first-of-type {
  border-top: 2px solid #0046a2;
}
.com-dl-01 dt:first-of-type + dd {
  border-top: 2px solid #808080;
}

/* ScrollHint
====================================== */
.scroll-hint-icon {
  box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.7);
  height: 90px;
}

/* dl table
--------------------------------- */
.form-panel-01 {
  background: #f4f4f4;
  padding: 20px;
  padding-bottom: 60px;
}
@media (min-width: 640px) {
  .form-panel-01 {
    padding: 50px;
    padding-bottom: 100px;
  }
}

.form-table-01 dt {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em 1em;
  margin-bottom: 1em;
}
.form-table-01 dt .sub {
  font-size: 15px;
  font-size: 0.9375rem;
}
.form-table-01 dd + dt {
  margin-top: 3em;
}
.form-table-01 .required:after {
  content: "必須";
  font-size: 11px;
  font-size: 0.6875rem;
  background: #c75252;
  color: #fff;
  padding: 0.5em 1em;
  margin-left: 1.8em;
}

@media (min-width: 960px) {
  .form-table-02 {
    display: grid;
    grid-gap: 1em;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
  }
}
@media (max-width: 959px) {
  .form-table-02 dd + dt {
    margin-top: 1em;
  }
}
.form-table-02 dt {
  align-self: center;
}

.form-icon-required {
  display: inline-block;
  font-size: 11px;
  font-size: 0.6875rem;
  background: #c75252;
  color: #fff;
  padding: 0.2em 0.8em;
  margin-right: 1em;
}

:is(.wpcf7-radio, .wpcf7-checkbox, .wpcf7-acceptance) {
  display: inline-block;
  margin-left: -1.5em;
  margin-top: -0.3em;
}
:is(.wpcf7-radio, .wpcf7-checkbox, .wpcf7-acceptance) .wpcf7-list-item {
  margin-left: 1.5em;
  margin-top: 0.3em;
}

input[type=radio] {
  position: relative;
  vertical-align: middle;
  -webkit-appearance: none;
  border: 0;
  background: #fff;
  background-position: 50% 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  outline: none;
  margin: 0 5px 0 0;
}
input[type=radio]:checked {
  border: 4px solid #0046a2;
}
input[type=radio]:checked:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background-color: #0046a2;
  border-radius: 50%;
}
input[type=radio] label {
  display: inline-block;
}

input[type=checkbox] {
  margin: 0 5px 0 0;
  width: 30px;
  height: 30px;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  background: #fff;
  vertical-align: middle;
  -webkit-appearance: none;
  display: inline-block;
  outline: none;
}
input[type=checkbox]:checked {
  position: relative;
}
input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 20px;
  height: 30px;
  border: 5px solid #0046a2;
  box-sizing: border-box;
  border-top: none;
  border-left: 0;
  transform: rotate(45deg);
  position: absolute;
  top: -10px;
  left: 8px;
}
input[type=checkbox] label {
  display: inline-block;
}

.wpcf7-not-valid-tip {
  margin-top: 1em;
}

.input-date-01 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1em;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (min-width: 960px) {
  .input-date-01 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.input-date-01 input {
  flex: 1;
  max-width: 5.5em;
  text-align: right;
}
.input-date-01 .year input {
  max-width: 8em;
}
.input-date-01 .row-wrap {
  display: flex;
  gap: 1em;
}
.input-date-01 .row {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

/* front共通
----------------------------------------------- */
.front-tit-01 {
  display: block;
  font-size: clamp(16px, 0.9375cqi, 18px);
  font-weight: bold;
  text-align: center;
  margin-bottom: 2em;
}
.front-tit-01::before {
  content: attr(data-en);
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #0046a2;
  font-weight: 700;
  font-size: clamp(40px, 3.22916667cqi, 62px);
}

.front-text-01 {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 960px) {
  .front-text-01 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* front-01 Hero
========================================================= */
.front-kv {
  position: relative;
  z-index: 1;
  padding-bottom: 90px;
  padding-top: var(--header-height);
}
@media (min-width: 640px) {
  .front-kv {
    padding-bottom: 110px;
  }
}
@media (max-width: 639px) {
  .front-kv {
    overflow: clip;
  }
}

.front-kv-copyright {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 40%;
  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  font-size: 0.5625rem;
  color: #000000;
  writing-mode: vertical-rl;
}
@media (min-width: 960px) {
  .front-kv-copyright {
    font-size: 14px;
    font-size: 0.875rem;
    right: 30px;
    bottom: 10px;
  }
}

.front-kv-img {
  max-width: none;
  width: 160%;
  height: auto;
  margin-left: -15%;
}
@media (min-width: 640px) {
  .front-kv-img {
    width: 75%;
    -o-object-position: right top;
    object-position: right top;
    position: absolute;
    z-index: 1;
    top: var(--header-height);
    right: 0;
  }
}
@media (min-width: 960px) {
  .front-kv-img {
    width: 55%;
  }
}

@media (min-width: 640px) {
  .front-kv-wrap {
    padding-top: 340px;
  }
}
.front-kv-wrap .catch {
  font-size: clamp(27px, 3.84583333cqi, 70px);
  font-weight: bold;
  line-height: 1.4;
}
.front-kv-wrap .small {
  display: block;
  font-size: clamp(18px, 1.25cqi, 24px);
  color: #0046a2;
  margin-bottom: 0.5em;
}
.front-kv-wrap .sub {
  font-size: clamp(16px, 1.04166667cqi, 20px);
  color: #0046a2;
  font-weight: bold;
}

/* front-02 Service
========================================================= */
.front-01-inner {
  padding-bottom: 18.380952381%;
}
@media (max-width: 639px) {
  .front-01-inner {
    padding-bottom: calc(64.3333333333% + 20px);
  }
}
.front-01-inner .catch {
  font-weight: bold;
  font-size: clamp(21px, 4.00416667cqi, 46px);
  line-height: 1.6;
}

.front-01-bg {
  background: url(../img/front-page/02_01.webp) no-repeat;
  background-position: right bottom;
  background-size: 70% auto;
  position: relative;
}
@media (min-width: 640px) {
  .front-01-bg {
    background-size: 40% auto;
  }
}

/* front-02 Information
========================================================= */
/* front-info-01
----------------------------------------------- */
.front-info-01 {
  border-radius: 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  padding: 20px;
}
@media (min-width: 960px) {
  .front-info-01 {
    padding: 40px;
    display: grid;
    grid-template-columns: -webkit-max-content -webkit-max-content 1fr;
    grid-template-columns: max-content max-content 1fr;
  }
}
@media (min-width: 960px) {
  .front-info-01 > li {
    display: contents;
  }
}
.front-info-01 .btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
  padding: 16px;
  padding-right: 3em;
  transition: background 0.3s ease;
  position: relative;
  border-bottom: 1px solid #d9d9d9;
}
@media (min-width: 960px) {
  .front-info-01 .btn {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: 1/-1;
    gap: 10px 40px;
    padding-block: 28px;
  }
}
.front-info-01 .btn:hover {
  background: #eff9fe;
}
.front-info-01 .btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  right: 1em;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: #0046a2;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 0.75L5.08 4.75L0.75 8.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6px 10px;
}
.front-info-01 time {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 960px) {
  .front-info-01 time {
    font-size: 16px;
    font-size: 1rem;
  }
}
.front-info-01 .cat {
  display: inline-block;
  min-width: 120px;
  padding: 0.5em 1em;
  box-sizing: border-box;
  border-radius: 50px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  background: #0046a2;
  text-align: center;
}
.front-info-01 .cat.red {
  background: #d70000;
}
.front-info-01 .title {
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 960px) {
  .front-info-01 .title {
    width: auto;
    grid-column: auto;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.service-dl-01 {
  display: grid;
  gap: 20px;
}
@media (min-width: 960px) {
  .service-dl-01 {
    grid-template-columns: 1fr auto;
  }
}
.service-dl-01 dt {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 2px;
  color: #0046a2;
  font-size: clamp(20px, 3.04347826cqi, 28px);
  font-weight: bold;
}
.service-dl-01 dd {
  font-size: clamp(14px, 4cqi, 18px);
  font-weight: bold;
}
.service-dl-01 dd ul {
  display: grid;
}
@media (min-width: 640px) {
  .service-dl-01 dd ul {
    grid-template-columns: 1fr 1fr;
  }
}

/* service-table-01 システム概要テーブル
------------------------------------- */
.service-table-01 {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}
@media (max-width: 639px) {
  .service-table-01 {
    white-space: nowrap;
  }
}
.service-table-01 th,
.service-table-01 td {
  padding: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.67;
  border: 1px solid #808080;
}
.service-table-01 th {
  background: #d9eff9;
  color: #0046a2;
  font-weight: bold;
  text-align: left;
  border-left: none;
  width: 10em;
}
.service-table-01 td {
  font-weight: 500;
  border-right: none;
}
.service-table-01 .text-accent {
  color: #ff402f;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  word-break: keep-all;
}

.service-table-02 {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  background-color: #fff;
}
@media (max-width: 959px) {
  .service-table-02 {
    white-space: nowrap;
  }
}
.service-table-02 th,
.service-table-02 td {
  padding: 20px 10px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.67;
  font-weight: 500;
  border: 1px solid #808080;
}
@media (min-width: 960px) {
  .service-table-02 th,
  .service-table-02 td {
    padding: 20px 5px;
  }
}
.service-table-02 th {
  background: #d9eff9;
  font-weight: bold;
  color: #0046a2;
  border-left: none;
}
.service-table-02 th:last-child {
  border-right: none;
}
.service-table-02 td {
  border-right: none;
}
.service-table-02 .col-count {
  width: 13%;
}
.service-table-02 .col-transfer {
  width: 20%;
}
.service-table-02 .col-form {
  width: 10%;
}

.service-table-03 {
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #808080;
  text-align: center;
  background-color: #fff;
}
@media (max-width: 959px) {
  .service-table-03 {
    white-space: nowrap;
  }
}
.service-table-03 th,
.service-table-03 td {
  padding: 5px;
  line-height: 1.67;
  font-weight: 500;
  border: 1px solid #808080;
  word-break: keep-all;
}
.service-table-03 th {
  background: #d9eff9;
  font-weight: bold;
  color: #0046a2;
  padding-block: 20px;
}

/* service-merit メリット
------------------------------------- */
.service-merit {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-merit-item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 960px) {
  .service-merit-item {
    padding: 40px;
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }
}
.service-merit-item dt {
  font-weight: bold;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.71;
}
@media (max-width: 959px) {
  .service-merit-item dt::after {
    content: "";
    display: block;
    width: 90px;
    height: 1px;
    background-color: #d9d9d9;
    margin-top: 0.3em;
  }
}
@media (min-width: 960px) {
  .service-merit-item dt {
    font-size: 28px;
    font-size: 1.75rem;
    flex: 1;
    max-width: 310px;
  }
}
.service-merit-item dt .num {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #39a7dc;
  line-height: 1;
  margin-bottom: 5px;
}
.service-merit-item dd {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
}
@media (min-width: 960px) {
  .service-merit-item dd {
    flex: 1;
    border-left: 1px solid #d9d9d9;
    padding-left: 40px;
  }
}

/* service-banner WEB預金口座振替受付
------------------------------------- */
.service-banner-catch {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.71;
}
@media (min-width: 640px) {
  .service-banner-catch {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.service-banner-img {
  flex-shrink: 0;
  max-width: 250px;
}

/* list
--------------------------------- */
.info-list-01 li {
  border-bottom: 1px solid #d9d9d9;
}

/* btn
--------------------------------- */
.info-btn-01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8em;
  padding: 30px 50px 30px 10px;
  position: relative;
}
@media (min-width: 640px) {
  .info-btn-01 {
    padding: 30px 60px 30px 10px;
  }
}
.info-btn-01:hover {
  background: #eff9fe;
}
.info-btn-01::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: #0046a2;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 640px) {
  .info-btn-01::after {
    right: 20px;
  }
}
.info-btn-01 .tit {
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
@media (min-width: 960px) {
  .info-btn-01 .tit {
    font-size: 17px;
    font-size: 1.0625rem;
    flex: 1;
    width: auto;
    padding-left: 1.1em;
    border-left: 1px solid #d9d9d9;
  }
}
@media (min-width: 960px) {
  .info-btn-01 .data {
    width: 8em;
    text-align: center;
  }
}

/* icon
--------------------------------- */
.cat-ico-01 {
  display: inline-block;
  min-width: 7em;
  box-sizing: border-box;
  padding: 10px 20px;
  background: #0046a2;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 500;
  border-radius: 50px;
}
@media (min-width: 640px) {
  .cat-ico-01 {
    min-width: 10em;
  }
}
.cat-ico-01.important {
  background: #d70000;
}

/* pagination ページナビ
--------------------------------- */
.com-pagination ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.com-pagination ul .page-numbers {
  display: block;
  box-sizing: border-box;
}
.com-pagination ul .page-numbers:not(.prev):not(.next) {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border-radius: 50%;
  background: #d9d9d9;
  color: #fff;
  font-weight: 500;
}
.com-pagination ul .page-numbers.prev, .com-pagination ul .page-numbers.next {
  padding: 1em;
}
.com-pagination ul .page-numbers.prev:hover, .com-pagination ul .page-numbers.next:hover {
  color: #0046a2;
}
.com-pagination ul .page-numbers.current {
  background: #0046a2 !important;
  color: #fff !important;
}
.com-pagination ul a:not(.prev):not(.next):hover {
  background: #eff9fe;
  color: #0046a2;
}
.com-pagination ul .arrow-left,
.com-pagination ul .arrow-right {
  display: flex;
  gap: 2px;
}
.com-pagination ul .arrow-left::before, .com-pagination ul .arrow-left::after,
.com-pagination ul .arrow-right::before,
.com-pagination ul .arrow-right::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0046a2;
  border-right: 2px solid #0046a2;
}
.com-pagination ul .arrow-left::before, .com-pagination ul .arrow-left::after {
  transform: rotate(-135deg);
}
.com-pagination ul .arrow-right::before, .com-pagination ul .arrow-right::after {
  transform: rotate(45deg);
}

/* single-tit 記事タイトル
--------------------------------- */
.single-tit {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 20px;
}

/* single-detail 記事本文
--------------------------------- */
.single-detail {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin-top: 30px;
  padding: 30px 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 500;
}

/* post navigation 記事前後ボタン
--------------------------------- */
.single-nav {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "prev next" "back back";
  grid-gap: 16px;
}
@media (min-width: 640px) {
  .single-nav {
    grid-template-columns: 1fr minmax(200px, 30%) 1fr;
    grid-template-areas: "prev back next";
    margin-top: 60px;
    grid-gap: clamp(26px, 3.64583333cqi, 70px);
  }
}
.single-nav li.prev {
  grid-area: prev;
}
.single-nav li.back {
  grid-area: back;
  max-width: 240px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .single-nav li.back {
    max-width: none;
  }
}
.single-nav li.next {
  grid-area: next;
}
.single-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 640px) {
  .single-nav a {
    height: 90px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.single-nav a::before {
  content: "";
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230046a2' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 640px) {
  .single-nav a::before {
    width: 30px;
    height: 30px;
  }
}
.single-nav .prev a,
.single-nav .next a {
  background: #0046a2;
  color: #fff;
}
.single-nav .prev a::before {
  transform: rotate(180deg);
}
.single-nav .next a::before {
  order: 1;
}
.single-nav .back a {
  background: #333;
  color: #fff;
}
.single-nav .back a::before {
  order: 1;
  transform: rotate(90deg);
}

/* download-list ダウンロードリスト
========================================================= */
.download-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* download-item ダウンロードアイテム
----------------------------------------------- */
.download-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 16px;
  background: #d9eff9;
  border-radius: 5px;
  color: #000000;
  transition: background-color 0.2s;
}
@media (min-width: 640px) {
  .download-item {
    gap: 30px;
    padding: 24px 30px;
    border-radius: 10px;
  }
}
.download-item:hover {
  background-color: rgb(194.9772727273, 229.7272727273, 245.5227272727);
  color: #000000;
}
.download-item .name {
  flex: 1;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.6;
  border-left: 1px solid #000;
  padding-left: 20px;
  align-self: stretch;
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .download-item .name {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 640px) {
  .download-item .name.small {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.download-item .type {
  flex-shrink: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #808080;
}
@media (max-width: 639px) {
  .download-item .type {
    display: none;
  }
}
.download-item .ico-download {
  flex-shrink: 0;
  width: 32px;
}
@media (min-width: 640px) {
  .download-item .ico-download {
    width: 40px;
  }
}
.download-item .ico {
  flex-shrink: 0;
  width: 50px;
}
@media (min-width: 640px) {
  .download-item .ico {
    width: 66px;
  }
}

/* faq-list FAQ一覧
========================================================= */
.faq-list-01 li {
  border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 960px) {
  .faq-list-01 li {
    border-radius: 10px;
  }
}

/* faq-question 質問部分
----------------------------------------------- */
.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  background: #d2f1ff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
@media (min-width: 960px) {
  .faq-question {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 40px;
  }
}
.faq-question::before {
  display: none;
}
.uk-open > .faq-question {
  background: #eff9fe;
}

/* faq-icon トグルアイコン
----------------------------------------------- */
.faq-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #0046a2;
  transition: background-color 0.3s, transform 0.3s;
}
.faq-icon::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -2px;
}
.uk-open > .faq-question .faq-icon {
  background: #fff;
  transform: rotate(180deg);
}
.uk-open > .faq-question .faq-icon::after {
  border-color: #0046a2;
}

/* faq-answer 回答部分
----------------------------------------------- */
.faq-answer {
  margin-top: 0;
  padding: 0 20px 20px;
  background: #eff9fe;
}
@media (min-width: 960px) {
  .faq-answer {
    padding: 0 40px 40px;
  }
}
.faq-answer .text {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 640px) {
  .faq-answer .text {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* login
========================================================= */
/* login-panel
----------------------------------------------- */
.login-panel {
  background: #d9eff9;
  border-radius: 10px;
  padding: 30px 20px;
  max-width: 840px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 960px) {
  .login-panel {
    padding: 60px;
  }
}

/* login-input
------------------------------------- */
.login-input {
  width: 100%;
  background: #fff;
  border: none;
  border-radius: 10px;
  padding: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  box-sizing: border-box;
}
@media (min-width: 960px) {
  .login-input {
    padding: 20px 30px;
  }
}
.login-input::-moz-placeholder {
  color: #aaa;
}
.login-input::placeholder {
  color: #aaa;
}

/* login-error
------------------------------------- */
.login-error {
  color: #c75252;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 1em;
}