@charset "UTF-8";
/* Only output numerical values
/* 数値のみ出力する
====================================== */
/* font $size
====================================== */
/* font family
====================================== */
/* Break point ブレイクポイント
====================================== */
/* colors 色管理
====================================== */
/* media query
====================================== */
/* container query コンテナクエリ
====================================== */
/* container query clamp計算
====================================== */
/* font-size フォントサイズのrem表示用
====================================== */
/* font-weight フォントの太さの指定用
====================================== */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #212121;
  container-type: inline-size;
  scroll-behavior: smooth;
}

.content-wrap [id] {
  scroll-margin-top: 60px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  color: #212121;
  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: #212121;
  transition: 0.4s;
}
a:before, a:after {
  transition: 0.4s;
}
a:hover {
  color: #212121;
  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: #212121 !important;
}

.com-bg-text {
  background-color: #212121 !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-white {
  color: #fff !important;
}

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

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

.com-bg-gray {
  background-color: #f4f4f4 !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;
}

.com-txt-color-bg-navy {
  color: #005580 !important;
}

.com-bg-bg-navy {
  background-color: #005580 !important;
}

.com-txt-color-accent {
  color: #f9b842 !important;
}

.com-bg-accent {
  background-color: #f9b842 !important;
}

.com-txt-color-accent-2 {
  color: #2b8fff !important;
}

.com-bg-accent-2 {
  background-color: #2b8fff !important;
}

.com-txt-color-tel {
  color: #f15a24 !important;
}

.com-bg-tel {
  background-color: #f15a24 !important;
}

.com-txt-color-bg-warm {
  color: #fde3b3 !important;
}

.com-bg-bg-warm {
  background-color: #fde3b3 !important;
}

.com-txt-color-bg-cool {
  color: #eff9fe !important;
}

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

.com-txt-color-bg-neutral {
  color: #f5f5f5 !important;
}

.com-bg-bg-neutral {
  background-color: #f5f5f5 !important;
}

/* #header
====================================== */
#header {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* parts
--------------------------------- */
.sp-info-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 25px 10px 15px;
  transition: opacity 0.3s, transform 0.3s, visibility 0s 0.3s;
}
.sp-info-wrap.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-100%);
}
.sp-info-wrap .inner {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.sp-info-wrap .logo {
  width: 73px;
  flex-shrink: 0;
}
.sp-info-wrap .body {
  color: #005580;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 700;
}
.sp-info-wrap .body .small {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  display: inline-block;
}

/* com-fixed-01 SP固定フッター
-------------------------------------- */
.com-fixed-01 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  height: 70px;
  container-type: inline-size;
  transition: opacity 0.25s;
  opacity: 1;
}
.com-fixed-01.is-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
@media (min-width: 640px) {
  .com-fixed-01 {
    display: none;
  }
}
.com-fixed-01 .tel {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  background: #f15a24;
  color: #fff;
  padding: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: clamp(20px, 5.76328502cqi, 28px);
  line-height: 1.2;
}
.com-fixed-01 .ico {
  width: 36px;
  flex-shrink: 0;
}
.com-fixed-01 .sub {
  display: block;
  font-size: clamp(14px, 4.3373494cqi, 18px);
  letter-spacing: -0.05em;
}
.com-fixed-01 .line {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #18ba07;
  width: 70px;
  flex-shrink: 0;
}
.com-fixed-01 .line img {
  width: 42px;
}
.com-fixed-01 .top {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2b8fff;
  width: 70px;
  flex-shrink: 0;
}
.com-fixed-01 .top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#offcanvas {
  display: none;
}

.offcanvas-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.offcanvas-head .title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}

.uk-offcanvas-bar {
  background-color: #aaa;
  padding: 0;
  width: 100%;
  max-width: 400px !important;
  display: block;
  color: #fff;
}
.uk-offcanvas-bar .uk-offcanvas-close {
  position: relative;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}
.uk-offcanvas-bar .uk-offcanvas-close::before, .uk-offcanvas-bar .uk-offcanvas-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.uk-offcanvas-bar .uk-offcanvas-close::before {
  transform: rotate(45deg);
}
.uk-offcanvas-bar .uk-offcanvas-close::after {
  transform: rotate(-45deg);
}
.uk-offcanvas-bar .offcanvas-btn-01 {
  position: relative;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  display: block;
  padding: 1em;
  padding-right: 3em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.uk-offcanvas-bar .offcanvas-btn-01.arrow::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='11' viewBox='0 0 7 11'%3E%3Cpath d='M1,1L5.5,5.5L1,10' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 7px;
  height: 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  right: 2em;
}
.uk-offcanvas-bar .offcanvas-btn-01.accordion::before, .uk-offcanvas-bar .offcanvas-btn-01.accordion::after {
  content: "";
  background-color: #fff;
  width: 12px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
.uk-offcanvas-bar .offcanvas-btn-01.accordion::after {
  transform: translateY(-50%) rotate(90deg);
}
.uk-offcanvas-bar .uk-parent.uk-open .offcanvas-btn-01.accordion::after {
  transform: translateY(-50%);
}
.uk-offcanvas-bar .nav-sub {
  background-color: rgba(255, 255, 255, 0.1);
}
.uk-offcanvas-bar .nav-sub a {
  padding-left: 2em;
}

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

/* parts
--------------------------------- */
/* title タイトル
--------------------------------- */
.page-tit-01 {
  font-size: clamp(30px, 3.125cqi, 60px);
  font-family: "Sofia Sans Extra Condensed";
  color: rgba(33, 33, 33, 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: "Sofia Sans", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  display: block;
  line-height: 1;
  margin-bottom: 1em;
}

/* panel パネル
--------------------------------- */
/* 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: 40px;
}
@media (min-width: 640px) {
  .com-mt-l {
    margin-top: 80px;
  }
}

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

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

/* 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-01.flex {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
@media (min-width: 640px) {
  .com-list-01.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.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: 16px;
  font-size: 1rem;
  font-weight: 500;
}
@media (min-width: 640px) {
  .com-text-01 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/* 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;
}

/* sr-only スクリーンリーダー専用
--------------------------------- */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* アクセント色
--------------------------------- */
/* 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: block;
  min-width: 300px;
  max-width: 100%;
  text-align: center;
  background: #0046a2;
  border: none;
  color: #fff;
  padding: 0.8em;
  padding-right: 2em;
  box-sizing: border-box;
  position: relative;
}
.com-btn-02:hover {
  color: #fff;
}

.com-btn-03 {
  display: block;
  border-radius: 20px;
  padding: 0.5em;
  background: #0046a2;
  color: #fff;
  font-size: 25px;
  font-size: 1.5625rem;
}
@media (min-width: 960px) {
  .com-btn-03 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.com-btn-03:hover {
  color: #fff;
  opacity: 0.8;
}
.com-btn-03.green {
  background: #00c80a;
}

.com-btn-04 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  max-width: 352px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
}
.com-btn-04::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("../img/common/icon-external.svg") no-repeat center/contain;
}

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

/* num-display 数値強調表示
--------------------------------- */
.com-num-display {
  color: #fff;
  font-weight: 900;
  font-size: clamp(23px, 6.23cqw, 48px);
  letter-spacing: -0.05em;
}
.com-num-display .num-wrap {
  display: inline-block;
  white-space: nowrap;
}
.com-num-display .num {
  font-family: "Roboto", sans-serif;
  font-size: 80px;
  line-height: 1.2;
  letter-spacing: -0.05em;
}
.com-num-display .text {
  font-size: clamp(54px, 8.04cqw, 62px);
  letter-spacing: -0.05em;
  line-height: 1.2;
}
.com-num-display.price {
  font-size: clamp(18px, 3.0434782609cqi, 28px);
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 5px;
}
@container (min-width: 640px) {
  .com-num-display.price {
    gap: 10px;
  }
}
.com-num-display.price .num {
  font-size: clamp(48px, 13.0434782609cqi, 120px);
}
.com-num-display.price .num.small {
  font-size: clamp(36px, 6.9565217391cqi, 64px);
}
.com-num-display.price .yen {
  font-size: clamp(27px, 5.2173913043cqi, 48px);
}
.com-num-display.price .yen.small {
  font-size: clamp(25px, 4.7826086957cqi, 44px);
}
.com-num-display.price .sub {
  align-self: flex-end;
  line-height: 3.5;
  white-space: nowrap;
  font-feature-settings: "palt";
  font-size: 80%;
}
.com-num-display.price .sign {
  font-size: clamp(28px, 5.2173913043cqi, 48px);
  font-family: "Roboto", sans-serif;
}

/* table テーブル
--------------------------------- */
.com-table-01 {
  width: 100%;
  border-spacing: 4px 4px;
  border-collapse: separate;
}
.com-table-01 th,
.com-table-01 td {
  background: #fff;
  padding: 7px 10px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 2.1739130435cqi, 20px);
  color: #f9b842;
  text-align: center;
}
.com-table-01 th {
  width: 40%;
}
.com-table-01 td {
  width: 60%;
}
.com-table-01.w484 {
  max-width: 484px;
  margin-inline: auto;
}

/* dl 定義リスト
--------------------------------- */
.com-dl-01 {
  display: grid;
  grid-template-columns: minmax(100px, 35%) 1fr;
}
.com-dl-01 dt {
  font-weight: 700;
  color: #8f8f8f;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  border-top: 1px solid #d9d9d9;
  padding-block: 20px;
  text-align: left;
}
@media (min-width: 640px) {
  .com-dl-01 dt {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.5;
    padding-block: 30px;
    text-align: center;
  }
}
.com-dl-01 dt:last-of-type {
  border-bottom: 1px solid #d9d9d9;
}
.com-dl-01 dd {
  font-weight: 700;
  margin-left: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  border-top: 1px solid #d9d9d9;
  padding-block: 20px;
  text-align: left;
}
@media (min-width: 640px) {
  .com-dl-01 dd {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2;
    padding-block: 30px;
  }
}
.com-dl-01 dd:last-of-type {
  border-bottom: 1px solid #d9d9d9;
}

.com-dl-02 {
  font-size: clamp(16px, 2.1739130435cqi, 20px);
  display: grid;
  row-gap: 13px;
}
@container (min-width: 640px) {
  .com-dl-02 {
    grid-template-columns: 27% 1fr;
    gap: 9px 16px;
    align-items: start;
  }
}
.com-dl-02 dt {
  background: #fff;
  border-radius: 20px;
  padding: 3px 10px;
  font-weight: 700;
  line-height: 1.3;
  color: #f9b842;
}
.com-dl-02 dd {
  font-weight: 500;
  text-align: left;
}
.com-dl-02.w615 {
  max-width: 615px;
  margin-inline: auto;
}

/* 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;
}

@media (min-width: 1200px) {
  .page-bg {
    background: url(../img/common/bg-star.svg) repeat-x;
    background-size: auto contain;
    background-position: top center;
    background-attachment: fixed;
  }
}

.page-grid-01 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 1200px) {
  .page-grid-01 {
    display: grid;
    grid-template-columns: 1fr 525px;
    gap: clamp(80px, 7.01315789cqi, 137px);
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

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

.kv {
  text-align: center;
  color: #fff;
}

.kv-sprite-wrap {
  width: 100%;
  aspect-ratio: 940/642;
  overflow: hidden;
}
.kv-sprite-wrap .kv-sprite {
  width: 100%;
  height: 500%;
  background: url(../img/front-page/kv.webp) no-repeat 0 0;
  background-size: 100% 100%;
  animation: kv-spin 4s steps(4) forwards;
}

/* text-deco
------------------------------------- */
.text-deco {
  display: flex;
  justify-content: center;
  gap: clamp(0px, 1.0869565217cqi, 10px);
}
.text-deco::before, .text-deco::after {
  content: "";
  flex-shrink: 0;
  width: clamp(40px, 9.347826087cqi, 86px);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}
@container (min-width: 640px) {
  .text-deco::before, .text-deco::after {
    background-position: center;
  }
}
.text-deco::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 86 129' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 0l61.5 109.1L0 18.3 24 0z' fill='%23FF0000'/%3E%3Cpath d='M19.8 70l58.8 59-74.4-36.3L19.8 70z' fill='%23FF0000'/%3E%3C/svg%3E");
}
.text-deco::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 86 129' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M61.6 0L0 109.1l85.6-90.8L61.6 0z' fill='%23FF0000'/%3E%3Cpath d='M65.8 70l-58.8 59 74.4-36.3L65.8 70z' fill='%23FF0000'/%3E%3C/svg%3E");
}

.driver-service-tit-01 {
  font-weight: 900;
  color: #2b8fff;
  font-size: clamp(27px, 4.7826086957cqi, 44px);
  line-height: 1.4;
  margin-bottom: 0.8em;
}
.driver-service-tit-01::after {
  content: attr(data-en);
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 3.0434782609cqi, 28px);
}
.driver-service-tit-01:not([data-en])::after {
  display: none;
}
.driver-service-tit-01.white {
  color: #fff;
}

.driver-service-tit-02 {
  font-weight: bold;
  font-size: clamp(18px, 3.0434782609cqi, 28px);
}
.driver-service-tit-02.blue {
  color: #2b8fff;
}
.driver-service-tit-02.fw500 {
  font-weight: 500;
}

.driver-service-tag-01 li {
  display: block;
  font-size: clamp(16px, 2.1739130435cqi, 20px);
  font-weight: bold;
  background-color: #fde3b3;
  padding: 1em;
  text-align: center;
}

.driver-service-grid-01 {
  display: grid;
  gap: 14px 10px;
}
@container (min-width: 640px) {
  .driver-service-grid-01 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.driver-service-panels {
  counter-reset: panel;
}

.driver-service-panel-01 {
  text-align: center;
  padding: 65px clamp(20px, 3.0434782609cqi, 28px) 45px;
  background-color: #fde3b3;
  counter-increment: panel;
}
.driver-service-panel-01::before {
  content: counter(panel, decimal-leading-zero);
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  color: #2b8fff;
  font-size: clamp(28px, 4.7826086957cqi, 44px);
  line-height: 0.8636363636;
}
.driver-service-panel-01 .title {
  font-size: clamp(18px, 3.0434782609cqi, 28px);
  color: #2b8fff;
  font-weight: bold;
}
.driver-service-panel-01 .text {
  font-size: clamp(16px, 2.1739130435cqi, 20px);
  font-weight: 500;
  text-align: justify;
  -moz-text-align-last: left;
  text-align-last: left;
}

.driver-service-panel-02 {
  container-type: inline-size;
  border-radius: 20px;
  padding: clamp(10px, 5.26315789cqw, 20px);
  color: #fff;
  text-align: center;
  background: #ff402f;
}
.driver-service-panel-02.green {
  background: #00c80a;
}
.driver-service-panel-02.pink {
  background: #ff2f7b;
}
.driver-service-panel-02.blue {
  background: #2b8fff;
}
.driver-service-panel-02 .text {
  font-weight: 700;
  font-size: clamp(18px, 7.36842105cqw, 28px);
  line-height: 1.4;
}
.driver-service-panel-02 .value {
  font-weight: 900;
  font-size: clamp(28px, 12.63cqw, 48px);
}
.driver-service-panel-02 .num {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: clamp(36px, 16.84cqw, 64px);
}
.driver-service-panel-02.link {
  display: block;
  color: #fff;
  text-decoration: none;
  transition: filter 0.2s;
}
.driver-service-panel-02.link:hover {
  color: #fff;
  text-decoration: none;
  filter: brightness(1.15);
}
.driver-service-panel-02.link .value::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 6px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cg clip-path='url(%23clip0_355_423)'%3E%3Cpath d='M15.5132 21.9999H4.14398C1.8591 21.9999 0 20.1244 0 17.8192V6.35001C0 4.04418 1.8591 2.16931 4.14398 2.16931H13.26V4.39089H4.14398C3.07365 4.39089 2.20207 5.2695 2.20207 6.35001V17.8199C2.20207 18.8998 3.07296 19.7791 4.14398 19.7791H15.5132C16.5835 19.7791 17.4551 18.9004 17.4551 17.8199V9.14248H19.6572V17.8199C19.6572 20.1251 17.7981 22.0006 15.5132 22.0006V21.9999Z' fill='white'/%3E%3Cpath d='M21.9999 0L14.7305 1.56715L16.738 3.51165L9.82812 10.6944L11.8487 12.6514L18.7586 5.46937L20.775 7.42221L21.9999 0Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_355_423'%3E%3Crect width='22' height='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.driver-service-panel-03 {
  background: #f5f5f5;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
}
.driver-service-panel-03 .content {
  border-radius: 8px;
  overflow: clip;
}
.driver-service-panel-03 .text {
  font-weight: 700;
  font-size: clamp(16px, 2.1739130435cqi, 20px);
  margin-block: 0.5em;
}

.driver-service-panel-04 {
  background: #eff9fe;
  padding: clamp(20px, 4.347826087cqi, 40px);
}
@container (min-width: 640px) {
  .driver-service-panel-04 .content {
    display: grid;
    grid-template-columns: 1fr min(270px, 40%);
    gap: 70px;
    align-items: center;
  }
}
.driver-service-panel-04 .body {
  text-align: center;
}
.driver-service-panel-04 .badge {
  display: inline-block;
  background: #fff;
  border-radius: 20px;
  padding: 2px clamp(16px, 2.1739130435cqi, 20px);
}
@container (min-width: 640px) {
  .driver-service-panel-04 .badge {
    padding-block: 0;
  }
}
.driver-service-panel-04 .badge {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #2b8fff;
  font-size: clamp(14px, 2.1739130435cqi, 20px);
  line-height: 1.6;
}
.driver-service-panel-04 .title {
  font-weight: 700;
  color: #2b8fff;
  margin-top: 20px;
  font-size: clamp(18px, 3.0434782609cqi, 28px);
  line-height: 1.2857142857;
}
.driver-service-panel-04 .text {
  font-weight: 500;
  color: #212121;
  font-size: clamp(14px, 2.1739130435cqi, 20px);
  line-height: 1.8;
}
.driver-service-panel-04 .picture {
  display: block;
  margin: 20px auto 0;
  max-width: 270px;
  width: 100%;
  border-radius: 16px;
}
@container (min-width: 640px) {
  .driver-service-panel-04 .picture {
    margin-top: 0;
  }
}
.driver-service-panel-04 + .driver-service-panel-04 {
  margin-top: 28px;
}
@container (min-width: 640px) {
  .driver-service-panel-04 + .driver-service-panel-04 {
    margin-top: 18px;
  }
}

.driver-service-btn-01 {
  display: inline-block;
  min-width: 260px;
  background: #fff;
  border: clamp(4px, 0.8695652174cqi, 8px) solid #f9b842;
  border-radius: 20px;
  color: #f9b842;
  font-weight: 700;
  text-align: center;
  padding: 0.4em 1em;
  font-size: clamp(18px, 3.0434782609cqi, 28px);
}
.driver-service-btn-01:hover {
  opacity: 0.8;
  color: #f9b842;
  text-decoration: none;
}

.driver-service-panel-05 {
  background: #f9b842;
  border: clamp(8px, 1.3043478261cqi, 12px) solid #fff;
  border-radius: clamp(24px, 4.347826087cqi, 40px);
  padding: clamp(30px, 4.347826087cqi, 40px) clamp(20px, 6.5217391304cqi, 60px);
  container-type: inline-size;
}
.driver-service-panel-05 .mascot {
  margin: 16px auto;
  width: 200px;
  aspect-ratio: 200/150;
  background: url(../img/front-page/campaign-mascot.webp) no-repeat 0 0;
  background-size: auto 100%;
  animation: mascot-spin 1.8s steps(4) infinite;
}

/* divider セクション区切り線
------------------------------------- */
.driver-service-divider {
  margin-block: clamp(40px, 8.6956521739cqi, 80px);
  border-top: 3px dashed #2b8fff;
}

.driver-service-panel-06 {
  background: #fff;
  border-radius: clamp(24px, 4.347826087cqi, 40px);
  overflow: hidden;
  padding: clamp(40px, 10.8695652174cqi, 100px) clamp(20px, 5.86956522cqi, 100px);
}
.driver-service-panel-06.accent {
  background: #f9b842;
}
.driver-service-panel-06 .open-price-table {
  display: none;
}
.driver-service-panel-06 .open-price-display {
  display: none;
}
.driver-service-panel-06.open-price .default-price {
  display: none;
}
.driver-service-panel-06.open-price .open-price-table {
  display: table;
}
.driver-service-panel-06.open-price .price-old {
  position: relative;
}
.driver-service-panel-06.open-price .price-old::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5%;
  width: 85%;
  height: 0;
  border-top: 3px solid #ff402f;
  transform: rotate(-10deg);
  pointer-events: none;
}
.driver-service-panel-06.open-price .price-old .num {
  font-size: clamp(50px, 8.152173913cqi, 75px);
}
.driver-service-panel-06.open-price .open-price-display {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(5px, 1.0869565217cqi, 10px);
  position: relative;
}
.driver-service-panel-06.open-price .open-price-display::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: 20px;
  height: 16px;
  background: #ff402f;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}
.driver-service-panel-06.open-price .open-price-display .open-price-icon {
  width: clamp(60px, 11.5217391304cqi, 106px);
  flex-shrink: 0;
}
.driver-service-panel-06.open-price .open-price-display .com-num-display.price {
  color: #ff402f;
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: nowrap;
}
.driver-service-panel-06.open-price .open-price-display .com-num-display.price .num {
  font-size: clamp(70px, 16.3043478261cqi, 150px);
  line-height: 1.5;
}
.driver-service-panel-06.open-price .open-price-display .com-num-display.price .yen {
  font-size: clamp(32px, 6.5217391304cqi, 60px);
  position: relative;
}
.driver-service-panel-06.open-price .open-price-display .com-num-display.price .yen .text-deco {
  position: absolute;
  bottom: 80%;
  left: 0;
  right: 0;
  margin-inline: auto;
  white-space: nowrap;
  font-size: clamp(10px, 1.5217391304cqi, 14px);
  gap: 0;
}
.driver-service-panel-06.open-price .open-price-display .com-num-display.price .yen .text-deco::before, .driver-service-panel-06.open-price .open-price-display .com-num-display.price .yen .text-deco::after {
  width: 1em;
}

/* faq-list FAQ一覧
========================================================= */
.faq-list-01 {
  display: flex;
  flex-direction: column;
  gap: clamp(15px, 2.1739130435cqi, 20px);
}
.faq-list-01 li {
  border-radius: clamp(5px, 1.0869565217cqi, 10px);
  overflow: hidden;
}

/* faq-question 質問部分
----------------------------------------------- */
.faq-question {
  position: relative;
  padding: clamp(20px, 4.347826087cqi, 40px) clamp(60px, 8.6956521739cqi, 80px) clamp(20px, 4.347826087cqi, 40px) clamp(20px, 4.347826087cqi, 40px);
  background: #d2f1ff;
  transition: background 0.15s;
  font-size: clamp(16px, 2.1739130435cqi, 20px);
  font-weight: 700;
  color: inherit;
}
.faq-question:hover {
  color: inherit;
  text-decoration: none;
}
.faq-question::before {
  display: none;
}
.faq-question::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #2b8fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 6px;
  transition: transform 0.3s;
}
.uk-open > .faq-question {
  background: #eff9fe;
}
.uk-open > .faq-question::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%232b8fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  transform: translateY(-50%) rotate(180deg);
}

/* faq-answer 回答部分
----------------------------------------------- */
.faq-answer {
  margin-top: 0;
  padding: 0 clamp(20px, 4.347826087cqi, 40px) clamp(20px, 4.347826087cqi, 40px);
  background: #eff9fe;
}
.faq-answer .text {
  font-size: clamp(14px, 1.7391304348cqi, 16px);
}

/* aside
----------------------------------------------- */
.aside {
  max-width: 525px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1200px) {
  .aside {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    align-self: start;
    height: calc(100vh - 100px);
    justify-content: center;
    overflow-y: auto;
    scrollbar-width: none;
  }
  .aside::-webkit-scrollbar {
    display: none;
  }
  @supports (justify-content: safe center) {
    .aside {
      justify-content: safe center;
    }
  }
}
.aside {
  color: #fff;
  text-align: center;
}
.aside .company-name {
  color: #fff;
}
.aside .contact-link-wrap {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.aside .tel {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.2;
  color: #fff;
  background: #f15a24;
  padding: 10px;
  border-radius: 20px;
  position: relative;
  flex: 1;
}
@media (min-width: 640px) {
  .aside .tel {
    font-size: 33px;
    font-size: 2.0625rem;
  }
}
.aside .sub {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0;
}
.aside .line {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #18ba07;
  border-radius: 20px;
  padding: 10px;
  width: 70px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  box-sizing: border-box;
}
@media (min-width: 640px) {
  .aside .line {
    width: 90px;
  }
}
.aside .instagram {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
  width: 70px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  box-sizing: border-box;
}
@media (min-width: 640px) {
  .aside .instagram {
    width: 90px;
  }
}
.aside .instagram img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@keyframes kv-spin {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-80%);
  }
}
@keyframes mascot-spin {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -800px 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .kv-sprite,
  .mascot {
    animation: none;
  }
}
/* list
--------------------------------- */
.info-list-01 {
  border-top: 1px solid #d1d1d1;
}
.info-list-01 li {
  border-bottom: 1px solid #d1d1d1;
}

/* btn
--------------------------------- */
.info-btn-01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8em;
  padding: 1em 2em 1em 0;
  position: relative;
}
@media (min-width: 640px) {
  .info-btn-01 {
    padding: 2em 3em 2em 0;
  }
}
.info-btn-01:hover {
  background: rgb(111, 173.2222222222, 255);
}
.info-btn-01::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  right: 1em;
}
@media (min-width: 640px) {
  .info-btn-01::after {
    right: 2em;
  }
}
.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 #707070;
  }
}
@media (min-width: 960px) {
  .info-btn-01 .data {
    width: 8em;
    text-align: center;
  }
}
.info-list-01.multi-tag .info-btn-01 {
  flex-wrap: wrap;
}
.info-list-01.multi-tag .info-btn-01 .data {
  width: auto;
  text-align: left;
}
.info-list-01.multi-tag .info-btn-01 .tit {
  width: 100%;
  flex: none;
  padding-left: 0;
  border-left: none;
}

/* icon
--------------------------------- */
.cat-ico-01 {
  display: inline-block;
  min-width: 100px;
  box-sizing: border-box;
  padding: 0.5em;
  background: #0046a2;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6;
  font-weight: 500;
}

/* pagination ページナビ
--------------------------------- */
.com-pagination ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -8px;
  margin-top: -8px;
}
.com-pagination ul .page-numbers {
  display: block;
  margin-left: 8px;
  margin-top: 8px;
  box-sizing: border-box;
}
.com-pagination ul .page-numbers:not(.prev):not(.next) {
  display: grid;
  border: 1px solid #c0c0c0;
  width: 64px;
  height: 64px;
  place-items: center;
}
.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 {
  border-width: 2px !important;
  border-color: #0046a2 !important;
}
.com-pagination ul a:not(.prev):not(.next):hover {
  background: rgb(111, 173.2222222222, 255);
}
.com-pagination ul .arrow-left,
.com-pagination ul .arrow-right {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
.com-pagination ul .arrow-left {
  transform: rotate(-135deg);
}
.com-pagination ul .arrow-right {
  transform: rotate(45deg);
}

/* list
--------------------------------- */
.recruitment-list-01 li + li {
  margin-top: 20px;
}
@media (min-width: 640px) {
  .recruitment-list-01 li + li {
    margin-top: 30px;
  }
}

/* btn
--------------------------------- */
.recruitment-btn-01 {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  padding: 1.8em 1.5em;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 640px) {
  .recruitment-btn-01 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.recruitment-btn-01 .tit {
  flex: 1;
  padding-left: 1.2em;
}
.recruitment-btn-01::before {
  content: "";
  display: block;
  width: 6px;
  align-self: stretch;
  background: #0046a2;
}
.recruitment-btn-01:hover {
  background: rgb(111, 173.2222222222, 255);
}

/* dl table
--------------------------------- */
@media (max-width: 639px) {
  .job-table-01 {
    border-bottom: 1px solid #989898;
  }
}
@media (min-width: 640px) {
  .job-table-01 {
    display: grid;
    grid-template-columns: 292px 1fr;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
.job-table-01 dt {
  padding: 1.5em 0 1em;
  padding-left: 25px;
  font-weight: 500;
  position: relative;
  border-top: 1px solid #989898;
}
@media (min-width: 640px) {
  .job-table-01 dt {
    padding-bottom: 1.5em;
    border-top: 2px solid #989898;
  }
  .job-table-01 dt:last-of-type {
    border-bottom: 2px solid #989898;
  }
}
.job-table-01 dt::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #0046a2;
  position: absolute;
  margin-top: 0.5em;
  left: 0;
}
.job-table-01 dd {
  padding-bottom: 1.5em;
}
@media (min-width: 640px) {
  .job-table-01 dd {
    padding-top: 1.5em;
    border-top: 1px solid #989898;
  }
  .job-table-01 dd:last-of-type {
    border-bottom: 1px solid #989898;
  }
}

/* post navigation 記事前後ボタン
--------------------------------- */
.single-nav {
  border-top: 1px solid #d1d1d1;
  margin-top: 40px;
  padding-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
@media (min-width: 640px) {
  .single-nav {
    grid-template-columns: 3fr 3fr 2fr;
    margin-top: 60px;
    padding-top: 60px;
  }
}
.single-nav a {
  display: block;
  text-align: center;
  padding: 0.5em;
  border: 2px solid #0046a2;
  color: #0046a2;
  position: relative;
}
.single-nav a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.single-nav a[rel=prev]::before {
  left: 0.8em;
  transform: rotate(-135deg);
}
.single-nav a[rel=next]::before {
  right: 0.8em;
  transform: rotate(45deg);
}
.single-nav a.index {
  background: #545454;
  border-color: #545454;
  color: #fff;
  padding-right: 2em;
}
.single-nav a.index::before {
  right: 0.8em;
  transform: rotate(-45deg);
}

/* panel
--------------------------------- */
.contact-panel-01 {
  display: flex;
  align-items: center;
  gap: 1em;
}
.contact-panel-01 .tel {
  text-align: center;
  padding: 0.3em 1em;
  color: #0046a2;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6;
  font-weight: 700;
  border: #0046a2 1px solid;
}
@media (min-width: 640px) {
  .contact-panel-01 .tel {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.contact-panel-01 .number {
  line-height: 1;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  color: #0046a2;
}
@media (min-width: 640px) {
  .contact-panel-01 .number {
    font-size: 43px;
    font-size: 2.6875rem;
  }
}
.contact-panel-01 .number a {
  color: #0046a2;
}

/* list
--------------------------------- */
.thanks-panel-01 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-top: 1px solid #989898;
  border-bottom: 1px solid #989898;
}