@charset "UTF-8";
/* Only output numerical values
/* 数値のみ出力する
====================================== */
/* font $size
====================================== */
/* font family
====================================== */
/* Break point ブレイクポイント
====================================== */
/* colors 色管理
====================================== */
/* グリッドパターン背景（共通）
====================================== */
/* media query
====================================== */
/* font-size フォントサイズのrem表示用
====================================== */
/* font-weight フォントの太さの指定用
====================================== */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #333333;
  container-type: inline-size;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}

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

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

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

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

.com-txt-color-main-dark {
  color: #003b88 !important;
}

.com-bg-main-dark {
  background-color: #003b88 !important;
}

.com-txt-color-main-navy {
  color: #113f7c !important;
}

.com-bg-main-navy {
  background-color: #113f7c !important;
}

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

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

.com-txt-color-orange {
  color: #f5ab26 !important;
}

.com-bg-orange {
  background-color: #f5ab26 !important;
}

.com-txt-color-orange-dark {
  color: #f70 !important;
}

.com-bg-orange-dark {
  background-color: #f70 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.com-bg-light-blue {
  background-color: #dfeefe !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: 1000;
  padding-block: 15px;
}

/* header-flex
--------------------------------- */
.header-flex {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

/* header-logo
--------------------------------- */
.header-logo {
  margin-bottom: 0;
}
.header-logo img {
  width: clamp(72px, 10.26785714cqi, 115px);
  height: auto;
}
.header-logo.white img {
  filter: brightness(0) invert(1);
}

/* .gnav - 一体化ボックス
--------------------------------- */
.gnav {
  position: relative;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  transition: border-radius 0.3s ease;
  align-self: center;
}
@media (min-width: 960px) {
  .gnav {
    align-self: center;
  }
  .gnav.is-open {
    border-radius: 30px;
  }
}

/* header-nav-main
--------------------------------- */
.header-nav-main {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  gap: 15px;
}
@media (min-width: 960px) {
  .header-nav-main {
    padding: 10px 32px;
    gap: 32px;
  }
}

/* header-nav-list
--------------------------------- */
.header-nav-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: clamp(16px, 1.69491525cqi, 20px);
  gap: 0.5em 2em;
  font-weight: bold;
}
.header-nav-list a {
  color: #0046a2;
}
.header-nav-list a:hover {
  opacity: 0.7;
}

/* header-menu-text
--------------------------------- */
.header-menu-text {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #0046a2;
  font-size: 14px;
  font-size: 0.875rem;
}

/* header-menu-btn
--------------------------------- */
.header-menu-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  align-self: center;
  gap: 6px;
  width: 40px;
  height: 40px;
  background-color: #0046a2;
  border-radius: 50%;
}
@media (min-width: 960px) {
  .header-menu-btn {
    width: 50px;
    height: 50px;
    gap: 6px;
  }
}
.header-menu-btn:hover {
  opacity: 0.8;
}
.header-menu-btn span {
  display: block;
  width: 20px;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
}
@media (min-width: 960px) {
  .header-menu-btn span {
    width: 24px;
  }
}

#header.front-page .gnav {
  transition: opacity 0.3s ease;
}
@media (min-width: 640px) {
  #header.front-page .gnav {
    opacity: 0;
    pointer-events: none;
  }
}
#header.front-page.show-gnav .gnav {
  opacity: 1;
  pointer-events: auto;
}

/* header-menu-btn ハンバーガー→Xアニメーション
--------------------------------- */
.gnav .header-menu-btn {
  position: relative;
  border: none;
  cursor: pointer;
}
.gnav .header-menu-btn span {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.gnav.is-open .header-menu-btn span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.gnav.is-open .header-menu-btn span:nth-child(2) {
  opacity: 0;
}
.gnav.is-open .header-menu-btn span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/* header-dropdown
--------------------------------- */
@media (min-width: 960px) {
  .header-dropdown {
    display: block;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.15s ease, padding 0.5s ease;
    padding: 0 48px;
  }
  .gnav.is-open .header-dropdown {
    max-height: calc(100vh - 120px);
    opacity: 1;
    padding: 0 32px 25px;
    overflow-y: auto;
  }
}
@media (max-width: 959px) {
  .header-dropdown {
    display: none;
  }
}

/* dropdown-nav-sub
--------------------------------- */
.dropdown-nav-sub {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 20px;
}
.dropdown-nav-sub li {
  list-style: none;
}
.dropdown-nav-sub a {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #0046a2;
  letter-spacing: 0.05em;
}
.dropdown-nav-sub a:hover {
  opacity: 0.7;
}

/* dropdown-sns-list
--------------------------------- */
.dropdown-sns-list {
  display: flex;
  align-items: center;
  gap: 7px;
}
.dropdown-sns-list li {
  list-style: none;
}
.dropdown-sns-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  transition: opacity 0.3s ease;
}
.dropdown-sns-list a:hover {
  opacity: 0.7;
}
.dropdown-sns-list a img {
  width: 28px;
  height: auto;
}

/* #footer
====================================== */
/* footer-main
====================================== */
.footer-main {
  padding: 120px 60px 30px;
}

.footer-inner {
  color: #fff;
  justify-content: center;
}
@media (min-width: 640px) {
  .footer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
  }
}
.footer-inner.front-page > *,
.footer-inner.front-page .footer-nav-link,
.footer-inner.front-page .footer-nav-sub a {
  color: #0046a2;
}

/* footer-info
-------------------------------------- */
@media (max-width: 639px) {
  .footer-info {
    text-align: center;
  }
}

.footer-logo {
  width: 135px;
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .footer-logo {
    width: 220px;
    margin-bottom: 0;
  }
}
.footer-logo.white {
  filter: brightness(0) invert(1);
}

.footer-address {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
}
.footer-address .name {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
}

.footer-nav-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-nav-list.uk-grid-margin {
  margin-top: 12px;
}

.footer-nav-link {
  font-weight: 600;
  color: #fff;
  transition: opacity 0.2s;
}
.footer-nav-link:hover {
  color: #fff;
  opacity: 0.7;
}

.footer-nav-sub {
  margin-top: 8px;
  gap: 6px 20px;
}
@media (max-width: 639px) {
  .footer-nav-sub {
    display: flex;
    flex-wrap: wrap;
  }
}
.footer-nav-sub a {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
  display: block;
}
.footer-nav-sub a::before {
  content: "ー";
  margin-right: 0.25em;
}
.footer-nav-sub a:hover {
  opacity: 0.7;
}

/* footer-foot
====================================== */
.footer-foot {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
}
@media (min-width: 640px) {
  .footer-foot {
    flex-direction: row;
    justify-content: center;
    margin-top: 100px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.footer-foot.front-page > *,
.footer-foot.front-page .footer-foot-link {
  color: #0046a2;
}

.footer-foot-link {
  color: #fff;
  transition: opacity 0.2s;
}
@media (min-width: 640px) {
  .footer-foot-link::after {
    content: "｜";
    margin-inline: 1em;
    color: #ccc;
  }
}
.footer-foot-link:hover {
  color: #fff;
  opacity: 0.7;
}

/* #offcanvas
====================================== */
#offcanvas {
  display: none;
}

/* uk-offcanvas-bar
====================================== */
.uk-offcanvas-bar {
  background-color: transparent;
  padding: 0;
  width: 100%;
  max-width: 430px !important;
  min-height: 100vh;
  overflow: hidden;
}

/* offcanvas-bg 背景パターン
====================================== */
.offcanvas-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0.25;
}

.offcanvas-bg-pattern {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.offcanvas-bg-pattern img {
  width: 239px;
  height: auto;
}

/* offcanvas-content コンテンツエリア
====================================== */
.offcanvas-content {
  position: relative;
  z-index: 1;
  background-color: #fff;
  margin: 17px 10px;
  border-radius: 20px;
  padding: 25px 30px 40px;
  min-height: calc(100vh - 34px);
  max-height: calc(100vh - 34px);
  overflow-y: auto;
  color: #0046a2;
}
.offcanvas-content a {
  color: #0046a2;
}
.offcanvas-content a:hover {
  color: #0046a2;
}

/* offcanvas-header ヘッダー
====================================== */
.offcanvas-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
}

.offcanvas-logo img {
  width: 72px;
  height: auto;
}

.offcanvas-close-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.offcanvas-close-text {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  color: #0046a2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.offcanvas-close-btn {
  position: relative;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.offcanvas-close-btn:hover {
  opacity: 0.8;
}
.offcanvas-close-btn img {
  width: 40px;
  height: 40px;
}

/* offcanvas-nav ナビゲーション
====================================== */
.offcanvas-nav-list > li + li {
  margin-top: 1em;
}

.offcanvas-nav-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #0046a2;
  letter-spacing: 0.05em;
}

.offcanvas-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #0046a2;
  letter-spacing: 0.05em;
}
.offcanvas-nav-link.has-child {
  position: relative;
  padding-right: 30px;
}
.offcanvas-nav-link.has-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 2px;
  background-color: #0046a2;
}
.offcanvas-nav-link.has-child::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 22px;
  background-color: #0046a2;
  transition: opacity 0.3s ease;
}
.offcanvas-nav-link:hover {
  opacity: 0.7;
}

.uk-parent.uk-open > .offcanvas-nav-link.has-child::before {
  opacity: 0;
}

/* offcanvas-nav-sub サブナビ（カード）
====================================== */
.offcanvas-nav-sub {
  margin-top: 15px !important;
}
.offcanvas-nav-sub .com-card-01 {
  display: block;
}

/* offcanvas-footer フッター
====================================== */
.offcanvas-company-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
}
.offcanvas-company-list li {
  list-style: none;
}
.offcanvas-company-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #333333;
  padding: 5px 0;
}
.offcanvas-company-list a:hover {
  opacity: 0.7;
}
.offcanvas-company-list a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("../img/common/ico_external.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.offcanvas-sns-list {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 40px;
}
.offcanvas-sns-list li {
  list-style: none;
}
.offcanvas-sns-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  transition: opacity 0.3s ease;
}
.offcanvas-sns-list a:hover {
  opacity: 0.7;
}
.offcanvas-sns-list a img {
  width: 28px;
  height: auto;
}

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

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

/* parts
--------------------------------- */
/* title タイトル
--------------------------------- */
/* page-kv-wrapper
====================================== */
.page-kv-wrapper {
  background-color: #0046a2;
  background-image: linear-gradient(rgba(255, 255, 255, 0.1) 2px, transparent 2px), linear-gradient(90deg, rgba(255, 255, 255, 0.1) 2px, transparent 2px), linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 150px 150px, 150px 150px, 15px 15px, 15px 15px;
  padding-top: 100px;
  padding-bottom: clamp(10px, 1.78571429cqi, 20px);
  position: relative;
}

/* page-tit-wrapper
------------------------------------- */
.page-tit-01-wrapper {
  position: relative;
  z-index: 1;
}

/* page-tit-01
------------------------------------- */
.page-tit-01 {
  color: #fff;
}
.page-tit-01 .en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: clamp(38px, 5.71428571cqi, 64px);
  text-transform: capitalize;
  line-height: 1;
}
.page-tit-01 .jp {
  display: flex;
  align-items: center;
  gap: 11px;
  font-weight: bold;
  font-size: clamp(12px, 1.78571429cqi, 20px);
  margin-top: 0.7em;
}
.page-tit-01 .jp::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 2px;
  transform: rotate(45deg);
}

/* page-breadcrumb パンくずリスト（All in One SEO対応）
------------------------------------- */
.page-breadcrumb {
  margin-top: 30px;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 960px) {
  .page-breadcrumb {
    margin-top: 60px;
  }
}
.page-breadcrumb .aioseo-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.page-breadcrumb .aioseo-breadcrumb a {
  color: #d9d9d9;
}
.page-breadcrumb .aioseo-breadcrumb a:hover {
  opacity: 0.7;
}
.page-breadcrumb .aioseo-breadcrumb:last-child:not(:has(a)) {
  color: #fff;
}
.page-breadcrumb .aioseo-breadcrumb-separator {
  color: #d9d9d9;
}

/* page-img-01 右側画像
------------------------------------- */
.page-img-01 {
  position: absolute;
  z-index: 1;
  right: clamp(5px, 7.29166667cqi, 140px);
  bottom: clamp(-100px, -15.92857143cqi, -30px);
  width: 50%;
  max-width: clamp(137px, 40.59322034cqi, 479px);
}
@media (max-width: 639px) {
  .page-img-01 {
    right: 0;
  }
}

.com-tit-01 {
  line-height: 1;
}
.com-tit-01 .en {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: clamp(24px, 5.71428571cqi, 64px);
  color: #0046a2;
  text-transform: capitalize;
  display: block;
}
.com-tit-01 .en.white {
  color: #fff;
}
.com-tit-01 .jp {
  font-weight: bold;
  font-size: clamp(12px, 1.78571429cqi, 20px);
  position: relative;
  padding-left: 1.6em;
}
.com-tit-01 .jp::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #0046a2;
  border-radius: 2px;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 0.3em;
  bottom: 0;
}
.com-tit-01 .jp.white {
  color: #fff;
}
.com-tit-01 .jp.white::before {
  background: #fff;
}

.com-tit-02 {
  position: relative;
  font-weight: bold;
  font-size: clamp(24px, 2.5vw, 32px);
  margin-bottom: 30px;
  padding-left: 1em;
}
@media (min-width: 640px) {
  .com-tit-02 {
    margin-bottom: 60px;
  }
}
.com-tit-02::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #0046a2;
  border-radius: 2px;
  transform: rotate(45deg);
}
.com-tit-02[data-en]::before {
  content: attr(data-en);
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: capitalize;
  display: block;
  margin-bottom: 0.3em;
}
.com-tit-02.small {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1em;
}

.com-tit-03 {
  font-weight: 900;
  font-size: clamp(26px, 2.37288136cqi, 28px);
  color: #0046a2;
  margin-bottom: 1em;
}
.com-tit-03.small {
  font-size: clamp(18px, 2.37288136cqi, 28px);
}
.com-tit-03.large {
  font-size: clamp(18px, 2.71186441cqi, 32px);
}
.com-tit-03.text-black {
  color: #333333;
}
.com-tit-03.underline {
  padding-bottom: 0.8em;
  border-bottom: 1px solid #d9d9d9;
}

.com-tit-04 {
  background-color: #dfeefe;
  padding: 20px;
  font-weight: 700;
  font-size: clamp(24px, 2.37288136cqi, 28px);
}

/* page-intro-catch ページイントロキャッチ
------------------------------------- */
.page-intro-catch {
  text-align: center;
  font-size: clamp(28px, 3.57142857cqi, 40px);
  font-weight: 900;
  font-feature-settings: "palt";
  margin-bottom: 1.2em;
  line-height: 2;
}
.page-intro-catch .orange {
  color: #f5ab26;
}
.page-intro-catch .text-small {
  font-size: 80%;
}

/* 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-01 {
  margin-top: 60px;
}
@media (min-width: 640px) {
  .com-mt-01 {
    margin-top: 100px;
  }
}

.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-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: clamp(14px, 1.78571429cqi, 20px);
  font-weight: 600;
}

.com-text-02 {
  font-size: clamp(14px, 1.60714286cqi, 18px);
  font-weight: 600;
}

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

/* テキストカラー
--------------------------------- */
.com-text-color-main {
  color: #0046a2;
}

/* 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;
  text-align: center;
  max-width: 255px;
  background: #0046a2;
  color: #fff;
  font-weight: bold;
  border-radius: 42px;
  padding: 1em;
  padding-right: 3em;
  box-sizing: border-box;
  position: relative;
  font-size: clamp(13px, 1.42857143cqi, 16px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.com-btn-01:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 70, 162, 0.3);
  color: #fff;
}
.com-btn-01::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-image: url("../img/common/ico_arrow_01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin-block: auto;
  transition: transform 0.3s ease;
}
.com-btn-01:hover::after {
  transform: translateX(4px);
}
.com-btn-01.front {
  margin-top: 20px;
}
@media (min-width: 640px) {
  .com-btn-01.front {
    margin-top: 70px;
  }
}
.com-btn-01.white {
  background: #fff;
  color: #0046a2;
}
.com-btn-01.white:hover {
  color: #0046a2;
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.4);
}
.com-btn-01.white::after {
  background-image: url("../img/common/ico_arrow_02.svg");
}

.com-btn-02 {
  display: block;
  min-width: 300px;
  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: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #333333;
  padding: 10px;
  background-color: #fff;
  border: 1.5px solid #ccc;
  border-radius: 4px;
}
.com-btn-03:hover {
  opacity: 0.7;
  color: #333333;
}
.com-btn-03::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("../img/common/ico_external.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

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

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}
.pagetop.pagetop-hidden {
  display: none;
}

/* com-card-01 サムネイル付きカード
====================================== */
.com-card-01 {
  display: block;
  background: #fff;
  font-size: 13px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: clamp(5px, 1.33928571cqi, 15px);
  padding-inline: 5px;
  line-height: 1.5;
}
.com-card-01:hover {
  opacity: 0.8;
}
.com-card-01 .thumb {
  width: clamp(85px, 11.16071429cqi, 125px);
  margin-inline: auto;
}
.com-card-01 .content {
  text-align: center;
  position: relative;
  margin-top: 1em;
}
.com-card-01 .content .main {
  font-weight: bold;
  font-size: clamp(13px, 1.60714286cqi, 18px);
  color: #0046a2;
  margin-bottom: 0;
}
.com-card-01 .content .sub {
  display: block;
  font-weight: bold;
  font-size: clamp(9px, 1.07142857cqi, 12px);
  color: #666;
  letter-spacing: 0.05em;
  text-transform: capitalize;
}
.com-card-01 .content::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin-block: auto;
  width: 16px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cpath d='M0 10 L12 10 L8 5' stroke='%230046a2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") no-repeat center/contain;
}

/* 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: #f76f6f;
  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: #f76f6f;
  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 Page
========================================================= */
body#front-page {
  background-color: #0046a2;
  background-image: linear-gradient(rgba(255, 255, 255, 0.1) 2px, transparent 2px), linear-gradient(90deg, rgba(255, 255, 255, 0.1) 2px, transparent 2px), linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 150px 150px, 150px 150px, 15px 15px, 15px 15px;
}

.front-mt-01 {
  margin-top: 40px;
}
@media (min-width: 640px) {
  .front-mt-01 {
    margin-top: 137px;
  }
}

.front-card {
  background: #fff;
  border-radius: 40px;
  padding-block: clamp(40px, 8.92857143cqi, 100px);
  padding-inline: clamp(30px, 7.14285714cqi, 80px);
  box-shadow: 0 20px 0 rgba(0, 0, 0, 0.25);
}
.front-card.navy {
  background: #113f7c;
  box-shadow: 0 20px 0 rgba(255, 255, 255, 0.25);
}
.front-card.orange {
  background: #f70;
}

.front-text-01 {
  font-size: clamp(14px, 1.78571429cqi, 20px);
  font-weight: bold;
}
.front-text-01.white {
  color: #fff;
}

/* #front-hero
----------------------------------------------- */
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.front-hero-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  container-type: inline-size;
  color: #fff;
  line-height: 1.8;
  font-feature-settings: "palt";
}
.front-hero-title .character-i {
  position: relative;
}
.front-hero-title .character-i::before {
  content: "";
  position: absolute;
  top: -70px;
  right: -10px;
  width: clamp(55px, 10.16949153cqi, 120px);
  height: 120px;
  background: url("../img/front-page/hero_accent.webp?var=20260122") no-repeat center/contain;
  animation: bounce 4s ease-in-out infinite;
}
.front-hero-title .en {
  font-size: clamp(100px, 27.20338983cqi, 321px);
  line-height: 1;
}
.front-hero-title .en .accent {
  position: relative;
  display: inline-block;
}
.front-hero-title .en .accent::before {
  content: "";
  position: absolute;
  bottom: 90%;
  left: -55%;
  transform: translateX(-50%);
  width: clamp(82px, 19.55357143cqi, 220px);
  height: clamp(82px, 19.55357143cqi, 220px);
  background: url("../img/front-page/hero_accent.webp") no-repeat center/contain;
  animation: bounce 2s ease-in-out infinite;
}
.front-hero-title .jp {
  display: block;
  font-size: clamp(41px, 12.37288136cqi, 146px);
}
.front-hero-title .catch {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(21px, 6.10169492cqi, 72px);
  letter-spacing: 0.1em;
}

/* #front-intro
--------------------------------- */
.front-intro-wrapper {
  position: relative;
  padding-top: 260px;
  padding-bottom: clamp(200px, 90vw, 420px);
  overflow-x: clip;
}
@media (min-width: 640px) {
  .front-intro-wrapper {
    padding-top: 100px;
  }
}

.front-intro-inner {
  position: relative;
  z-index: 1;
  padding-block: clamp(100px, 30vw, 200px);
}
.front-intro-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 960px;
  height: 100%;
  background-color: #003b88;
  border-radius: 50%;
  z-index: -1;
}

.front-intro-content {
  position: relative;
}
.front-intro-content .title {
  color: #fff;
  font-size: clamp(36px, 5.17857143cqi, 58px);
  font-weight: 900;
}
.front-intro-content .text {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: clamp(14px, 1.78571429cqi, 20px);
  line-height: 2;
  text-align: center;
  letter-spacing: 0.1em;
}

.front-intro-img-01 {
  background-image: url(../img/front-page/01_01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: clamp(428px, 40vw, 600px);
  height: clamp(428px, 40vw, 600px);
  position: absolute;
  top: -50px;
  z-index: 2;
  left: -110px;
  animation: float 4s ease-in-out infinite;
}
@media (min-width: 640px) {
  .front-intro-img-01 {
    top: 0;
    left: clamp(0px, 5vw, 50px);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
.front-intro-img-02 {
  background-image: url(../img/front-page/01_02_s.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 528px;
  position: absolute;
  left: 0;
  bottom: -55px;
  z-index: 2;
  animation: float 4s ease-in-out infinite;
}
@media (min-width: 640px) {
  .front-intro-img-02 {
    background-image: url(../img/front-page/01_02.webp);
    width: clamp(428px, 90vw, 1430px);
    height: clamp(528px, 90vw, 1065px);
    right: 5%;
    left: auto;
  }
}

.front-intro-img-03 {
  background-image: url(../img/front-page/01_03.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 146px;
  height: 146px;
  position: absolute;
  left: 3vw;
  bottom: 20%;
  z-index: 1;
}
@media (max-width: 959px) {
  .front-intro-img-03 {
    display: none;
  }
}

/* #front-about-group
----------------------------------------------- */
.front-about-group-inner {
  position: relative;
}
.front-about-group-inner .front-about-group-img {
  overflow: hidden;
  border-radius: 10px;
}
.front-about-group-inner .front-about-group-img img {
  transition: transform 0.5s ease;
}
@media (min-width: 960px) {
  .front-about-group-inner .front-about-group-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
  }
}

@media (min-width: 960px) {
  .front-about-group-content {
    padding-top: 300px;
  }
}

.front-about-group-tit-01 {
  font-size: clamp(26px, 3.125cqi, 50px);
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #0046a2;
  font-feature-settings: "palt";
  margin-bottom: 20px;
}
.front-about-group-tit-01 span {
  font-size: 80%;
}

/* #front-info
----------------------------------------------- */
.front-info-title {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  -moz-column-gap: 5px;
  column-gap: 5px;
}
.front-info-title .com-btn-01 {
  margin-left: auto;
}
@media (min-width: 640px) {
  .front-info-title {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}

.front-info-list-01 {
  border-bottom: 1px solid rgba(0, 70, 162, 0.6);
}
.front-info-list-01 li {
  border-top: 1px solid rgba(0, 70, 162, 0.6);
}

.front-info-item {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-block: clamp(20px, 1.07142857cqi, 42px);
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.front-info-item:hover {
  transform: translateX(10px);
  background-color: rgba(0, 70, 162, 0.03);
}
.front-info-item .thumb {
  width: 182px;
  height: 112px;
  overflow: hidden;
  border-radius: 5px;
}
.front-info-item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.front-info-item:hover .thumb img {
  transform: scale(1.08);
}
.front-info-item .content {
  flex: 1;
  min-width: 0;
}
.front-info-item .meta {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
@media (min-width: 960px) {
  .front-info-item .meta {
    gap: 20px;
    margin-bottom: 28px;
  }
}
.front-info-item .meta time {
  font-weight: bold;
  font-size: clamp(14px, 1.42857143cqi, 16px);
  color: #919191;
}
.front-info-item .title {
  font-weight: 500;
  font-size: clamp(16px, 1.96428571cqi, 22px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding-right: 3em;
}
.front-info-item .title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin-block: auto;
  width: 30px;
  height: 30px;
  background: url("../img/common/ico_arrow_02.svg") no-repeat center/contain;
}
@media (min-width: 960px) {
  .front-info-item .title::after {
    width: 40px;
    height: 40px;
  }
}

/* #front-recruit
----------------------------------------------- */
@keyframes shake {
  0%, 50%, 100% {
    transform: translateX(0) rotate(0);
  }
  8%, 24%, 40% {
    transform: translateX(-5px) rotate(-2deg);
  }
  16%, 32%, 48% {
    transform: translateX(5px) rotate(2deg);
  }
}
.front-recruit-catch {
  margin-bottom: 20px;
}
.front-recruit-catch .catch1,
.front-recruit-catch .catch2 {
  font-weight: 900;
  font-size: clamp(22px, 5.08928571cqi, 57px);
  color: #fff;
}
.front-recruit-catch .catch1 {
  display: block;
  margin-bottom: 10px;
}
.front-recruit-catch .catch-img {
  width: 100%;
  max-width: 825px;
  animation: shake 4s ease-in-out infinite;
}
@media (min-width: 640px) {
  .front-recruit-catch {
    padding-inline: 100px;
  }
}

/* #front-contact
----------------------------------------------- */
.front-contact-text {
  font-weight: bold;
  font-size: clamp(18px, 2.5cqi, 28px);
  color: #0046a2;
  text-align: center;
}

.front-contact-map iframe {
  display: block;
  width: 100%;
  height: 300px;
}
@media (min-width: 960px) {
  .front-contact-map iframe {
    height: 523px;
  }
}

/* about-hero
====================================== */
/* about-policy
====================================== */
.about-policy-container {
  max-width: 1260px;
}

.about-policy-panel {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 20px;
}
@media (min-width: 960px) {
  .about-policy-panel {
    padding: 60px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 20px;
  }
}

@media (max-width: 959px) {
  .about-policy-content {
    margin-top: 20px;
  }
}

.about-policy-img-01 {
  width: 100%;
  max-width: 420px;
}

/* about-business
====================================== */
@media (max-width: 639px) {
  .about-business-img {
    max-width: 258px;
    width: 100%;
    margin-inline: auto;
  }
}

.about-business-list-01 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-business-panel {
  border: 2px solid #d9d9d9;
  border-radius: 10px;
  padding: 20px;
}
@media (min-width: 960px) {
  .about-business-panel {
    padding: 30px 48px;
  }
}
@media (min-width: 640px) {
  .about-business-panel .sub-list-01 {
    display: flex;
  }
}
.about-business-panel .sub-list-01 .item {
  padding-block: 15px;
}
@media (min-width: 640px) {
  .about-business-panel .sub-list-01 .item {
    flex: 1;
    padding-block: 0;
  }
  .about-business-panel .sub-list-01 .item:not(:last-child) {
    padding-right: 26px;
  }
}
.about-business-panel .sub-list-01 .item + .item {
  border-top: 1px solid #d9d9d9;
}
@media (min-width: 640px) {
  .about-business-panel .sub-list-01 .item + .item {
    border-top: none;
    border-left: 1px solid #d9d9d9;
    padding-left: 26px;
  }
}

/* about-group
====================================== */
.about-group-list > li {
  display: flex;
}
.about-group-list .about-group-panel {
  flex: 1;
  background-color: #fff;
  border: 2px solid #d9d9d9;
  border-radius: 10px;
  padding: 20px;
  transition: opacity 0.3s ease;
  position: relative;
  container-type: inline-size;
}
@media (min-width: 960px) {
  .about-group-list .about-group-panel {
    padding: 42px 20px 20px;
  }
}
.about-group-list .about-group-panel:is(a):hover {
  opacity: 0.7;
}
.about-group-list .about-group-panel:is(a)::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 22px;
  height: 22px;
  background: url("../img/common/ico_arrow_02.svg") no-repeat center/contain;
}
.about-group-list .about-group-panel .tag {
  display: inline-block;
  background-color: #d9d9d9;
  border-radius: 5px;
  padding: 2px 20px;
  font-size: clamp(12px, 1.07142857cqi, 14px);
}
.about-group-list .about-group-panel .content {
  margin-top: 1em;
  font-weight: 600;
  font-size: clamp(16px, 4.85175202cqi, 18px);
}
.about-group-list .about-group-panel .address {
  margin-top: 1em;
  font-size: clamp(14px, 4.31266846cqi, 16px);
}

/* about-lnav
====================================== */
.about-lnav-card {
  display: block;
  background-color: #0046a2;
  color: #fff;
  border-radius: 5px;
  padding: 20px;
  padding-left: 50px;
  position: relative;
  transition: opacity 0.3s ease;
  font-weight: bold;
  font-size: clamp(20px, 2.14285714cqi, 24px);
}
@media (min-width: 640px) {
  .about-lnav-card {
    padding: 30px 60px 30px 45px;
  }
}
.about-lnav-card:hover {
  opacity: 0.8;
  color: #fff;
}
.about-lnav-card::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 2px;
  transform: rotate(45deg);
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin-block: auto;
}
.about-lnav-card::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../img/common/ico_arrow_01.svg") no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  right: 20px;
}
@media (max-width: 639px) {
  .about-lnav-card::after {
    width: 22px;
    height: 22px;
  }
}

/* message-photo-inner
----------------------------------------------- */
.message-photo-inner {
  position: relative;
}
.message-photo-inner .message-catch {
  position: absolute;
  writing-mode: vertical-rl;
  font-size: 23px;
  font-weight: 900;
  color: #0046a2;
  right: 0;
  top: -30px;
  z-index: 2;
  line-height: 1.6;
}
@media (min-width: 640px) {
  .message-photo-inner .message-catch {
    font-size: 40px;
    top: -80px;
  }
}

/* message-ceo-img
------------------------------------- */
.message-ceo-img {
  position: relative;
  max-width: 564px;
  margin-left: auto;
}
.message-ceo-img::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #dfeefe;
  border-radius: 5px;
  right: 0;
  bottom: 0;
  width: 80%;
  height: 80%;
  z-index: -1;
}
.message-ceo-img img {
  position: relative;
  z-index: 1;
}
.message-ceo-img .ceo-name {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #0046a2;
  color: #fff;
  padding: 10px 20px;
  border-top-left-radius: 5px;
  display: flex;
  align-items: flex-end;
  gap: 15px;
  z-index: 2;
  font-weight: bold;
}
@media (min-width: 640px) {
  .message-ceo-img .ceo-name {
    padding: 20px 30px;
  }
}
.message-ceo-img .ceo-name .position {
  font-size: clamp(14px, 3.57142857cqi, 20px);
}
.message-ceo-img .ceo-name .name {
  font-size: clamp(20px, 5.71428571cqi, 32px);
  line-height: 1.6;
}

/* company-01
====================================== */
.company-table-01 {
  border-top: 1px solid #d9d9d9;
}
.company-table-01 .row {
  display: flex;
  border-bottom: 1px solid #d9d9d9;
  padding: 18px 0;
}
@media (min-width: 640px) {
  .company-table-01 .row {
    padding: 24px 0;
  }
}
.company-table-01 dt {
  font-weight: bold;
  color: #8f8f8f;
  font-size: 14px;
  font-size: 0.875rem;
  width: 90px;
  flex-shrink: 0;
}
@media (min-width: 640px) {
  .company-table-01 dt {
    font-size: 16px;
    font-size: 1rem;
    width: 160px;
  }
}
.company-table-01 dd {
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  flex: 1;
}
@media (min-width: 640px) {
  .company-table-01 dd {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/* company-img-01
------------------------------------- */
.company-img-01 {
  max-width: 750px;
  width: 100%;
}

/* company-02
====================================== */
.company-map-01 iframe {
  display: block;
  width: 100%;
  height: 300px;
  border-radius: 5px;
}
@media (min-width: 640px) {
  .company-map-01 iframe {
    height: 400px;
  }
}

/* philosophy-01
====================================== */
.philosophy-text-01 {
  font-weight: 700;
  font-size: clamp(15px, 1.78571429cqi, 20px);
  color: #0046a2;
}

/* philosophy-02
====================================== */
.philosophy-panel-01 {
  background-color: #dfeefe;
  border-radius: 10px;
  padding: 40px 20px;
  text-align: center;
  container-type: inline-size;
  color: #0046a2;
  font-weight: 900;
}
@media (min-width: 960px) {
  .philosophy-panel-01 {
    padding: 80px 40px;
  }
}
.philosophy-panel-01 .sub-title {
  font-size: clamp(12px, 1.18644068cqi, 14px);
  color: rgba(0, 0, 0, 0.23);
}
.philosophy-panel-01 .title {
  font-size: clamp(20px, 3.38983051cqi, 40px);
  margin-top: 10px;
  line-height: 1.4;
}
@media (min-width: 960px) {
  .philosophy-panel-01 .title {
    margin-top: 13px;
  }
}
.philosophy-panel-01 .text {
  font-weight: 700;
  font-size: clamp(14px, 1.78571429cqi, 20px);
  color: #0046a2;
}

/* sustainability-02 (具体的な取り組み)
====================================== */
/* ヘッダー（番号+タイトル）
------------------------------------- */
.sustainability-tit-01 {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-weight: 900;
  font-size: clamp(19px, 2.37288136cqi, 28px);
  color: #0046a2;
  margin-bottom: 0.5em;
}
.sustainability-tit-01 .num {
  color: #d9d9d9;
}

/* パネル
------------------------------------- */
.sustainability-panel-01 {
  background-color: #dfeefe;
  border-radius: 10px;
  padding: 20px;
}
@media (min-width: 640px) {
  .sustainability-panel-01 {
    padding: 40px;
  }
}

.recruit-business-grid {
  display: grid;
  gap: 30px;
}
@media (min-width: 640px) {
  .recruit-business-grid {
    grid-template-columns: 40% 1fr;
    align-items: center;
    gap: 60px;
  }
}

/* recruit-data-card
====================================== */
.recruit-data-card {
  background-color: #dfeefe;
  border-radius: 10px;
  padding: 90px 20px;
  text-align: center;
  container-type: inline-size;
}
.recruit-data-card .label {
  font-weight: bold;
  font-size: clamp(18px, 5.50964187cqi, 20px);
  color: #0046a2;
  margin-bottom: 0.3em;
}
.recruit-data-card .number {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
}
.recruit-data-card .number .num {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: clamp(70px, 33.05785124cqi, 120px);
  color: #0046a2;
  line-height: 1;
}
.recruit-data-card .number .unit {
  font-weight: bold;
  font-size: clamp(34px, 10.19283747cqi, 37px);
  color: #0046a2;
}

/* recruit-environment
====================================== */
.recruit-environment-card {
  container-type: inline-size;
}
.recruit-environment-card .thumb {
  aspect-ratio: 360/240;
}
.recruit-environment-card .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.recruit-environment-card .title {
  font-weight: bold;
  font-size: clamp(16px, 5cqi, 20px);
  line-height: 2;
  color: #0046a2;
  padding-bottom: 5px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 2px;
  margin-top: 0.3em;
}
.recruit-environment-card .title {
  margin-top: 0;
}
.recruit-environment-card .desc,
.recruit-environment-card .com-list-01,
.recruit-environment-card > p {
  font-size: clamp(14px, 4.5cqi, 18px);
  font-weight: 600;
  line-height: 2;
  color: #333;
  margin-bottom: 0;
}
.recruit-environment-card .desc p {
  margin-bottom: 0;
}

/* recruit-link-card
====================================== */
.recruit-link-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #0046a2;
  color: #fff;
  border-radius: 5px;
  padding: 30px 50px 30px 50px;
  position: relative;
  transition: opacity 0.3s ease;
}
.recruit-link-card:hover {
  opacity: 0.8;
  color: #fff;
}
.recruit-link-card::after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: url("../img/common/ico_arrow_01.svg") no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  right: 20px;
}
.recruit-link-card .title {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
  position: relative;
}
.recruit-link-card .title::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 2px;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  left: -1em;
}
@media (min-width: 640px) {
  .recruit-link-card .title {
    font-size: 24px;
  }
}
.recruit-link-card .desc {
  display: block;
  font-weight: 600;
  font-size: 12px;
  margin-top: 0.3em;
}
@media (min-width: 640px) {
  .recruit-link-card .desc {
    font-size: 16px;
  }
}

/* filter カテゴリフィルター
--------------------------------- */
.info-filter-01 {
  display: flex;
  gap: 10px 30px;
  margin-bottom: 1.5em;
}
@media (min-width: 640px) {
  .info-filter-01 {
    gap: 50px;
    margin-bottom: 2em;
  }
}
.info-filter-01 li a {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #bababa;
  transition: color 0.2s;
}
@media (min-width: 640px) {
  .info-filter-01 li a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.info-filter-01 li a:hover {
  color: #0046a2;
}
.info-filter-01 li.active a {
  color: #0046a2;
}

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

/* btn
--------------------------------- */
.info-btn-01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1em;
  padding: 1.5em 3em 1.5em 0;
  position: relative;
}
@media (min-width: 640px) {
  .info-btn-01 {
    gap: 20px;
    padding: 30px 60px 30px 0;
  }
}
.info-btn-01:hover {
  opacity: 0.8;
}
.info-btn-01::after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: url("../img/common/ico_arrow_02.svg") no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
}
.info-btn-01 .tit {
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}
@media (min-width: 960px) {
  .info-btn-01 .tit {
    font-size: 22px;
    font-size: 1.375rem;
    flex: 1;
    width: auto;
    line-height: 2;
  }
}
.info-btn-01 .data {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #919191;
}
@media (min-width: 640px) {
  .info-btn-01 .data {
    font-size: 16px;
    font-size: 1rem;
    width: 88px;
    flex-shrink: 0;
  }
}

/* icon
--------------------------------- */
.cat-ico-01 {
  display: inline-block;
  min-width: 120px;
  box-sizing: border-box;
  padding: 6px 10px;
  background: #0046a2;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 15px;
  flex-shrink: 0;
}

/* pagination ページナビ
--------------------------------- */
.com-pagination ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.com-pagination ul .page-numbers {
  display: block;
  box-sizing: border-box;
}
.com-pagination ul .page-numbers:not(.prev):not(.next) {
  display: grid;
  width: 47px;
  height: 47px;
  place-items: center;
  border-radius: 50%;
  background: #d9d9d9;
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 0.9;
  transition: background 0.2s;
}
.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: #0046a2;
}
.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);
}

/* 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-radius: 50px;
  color: #fff;
  background-color: #0046a2;
  position: relative;
}
.single-nav a:hover {
  background-color: #0046a2;
  opacity: 0.8;
}
.single-nav a::before {
  content: "";
  background: url(../img/common/ico_arrow_01.svg) no-repeat center center;
  width: clamp(22px, 2vw, 26px);
  height: clamp(22px, 2vw, 26px);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.single-nav a[rel=prev]::before {
  left: 0.8em;
  transform: scaleX(-1);
}
.single-nav a[rel=next]::before {
  right: 0.8em;
}
.single-nav a.index {
  background: #333333;
  padding-right: 2em;
}
.single-nav a.index::before {
  right: 0.8em;
}

/* intro section イントロセクション
--------------------------------- */
.recruitment-tit-01 {
  font-weight: 900;
  font-size: 24px;
  font-size: 1.5rem;
  color: #0046a2;
  text-align: center;
  line-height: 1.4;
}
@media (min-width: 640px) {
  .recruitment-tit-01 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.recruitment-text-01 {
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  color: #0046a2;
  text-align: center;
  line-height: 1.9;
  margin-top: 20px;
}
@media (min-width: 640px) {
  .recruitment-text-01 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2;
    margin-top: 18px;
  }
}

/* filter section フィルターセクション
--------------------------------- */
.recruitment-filter-01 .uk-container {
  padding: 40px 20px;
  border-radius: 2px;
}
@media (min-width: 960px) {
  .recruitment-filter-01 .uk-container {
    padding: 20px;
  }
}
.recruitment-filter-01 .filter-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media (min-width: 960px) {
  .recruitment-filter-01 .filter-inner {
    flex-direction: row;
    align-items: center;
  }
}
.recruitment-filter-01 .filter-label {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
.recruitment-filter-01 .filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
@media (min-width: 960px) {
  .recruitment-filter-01 .filter-list {
    gap: 10px;
  }
}
.recruitment-filter-01 .filter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: none;
  border-radius: 50px;
  padding: 10px 22px;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.recruitment-filter-01 .filter-btn:hover {
  background-color: #0046a2;
  color: #fff;
}
.recruitment-filter-01 .filter-btn.active {
  background-color: #0046a2;
  color: #fff;
}

/* card グリッドカード
--------------------------------- */
.recruitment-card-01 {
  display: block;
  border: 2px solid #d9d9d9;
  border-radius: 10px;
  padding: 50px 25px;
  transition: all 0.3s ease;
}
.recruitment-card-01:hover {
  border-color: #0046a2;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.recruitment-card-01 .recruitment-category-tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.recruitment-card-01 .recruitment-category-tags-list .tags {
  background-color: #0046a2;
  color: #fff;
  font-size: 17px;
  font-size: 1.0625rem;
  padding: 0.3em 1em;
  line-height: 1.4;
  border-radius: 50px;
}
.recruitment-card-01 .job-content-label {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #d9d9d9;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
  padding: 0.3em 1em;
  border-radius: 5px;
}
.recruitment-card-01 .job-content-text {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
}
.recruitment-card-01 .job-content-salary {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
}

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

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