@charset "UTF-8";
/* Only output numerical values
/* 数値のみ出力する
====================================== */
/* font $size
====================================== */
/* font family
====================================== */
/* Break point ブレイクポイント
====================================== */
/* max site width コンテンツ最大幅
====================================== */
/* colors 色管理
====================================== */
/* media query
====================================== */
/* font-size フォントサイズのrem表示用
====================================== */
/* font-weight フォントの太さの指定用
====================================== */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  color: #333333;
}

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: 0.8rem;
}

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

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

address {
  margin-bottom: 0;
}

/* uk-container
====================================== */
.uk-container {
  max-width: 960px;
}
.uk-container-small {
  max-width: 720px;
}
.uk-container-large {
  max-width: 1200px;
}
.uk-container-xlarge {
  max-width: 1500px;
}
.uk-container-xxlarge {
  max-width: 1720px;
}
.uk-container-expand {
  max-width: none;
}

/* 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: #124571 !important;
}

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

.com-txt-color-blue_dark {
  color: #1BA1CF !important;
}

.com-bg-blue_dark {
  background-color: #1BA1CF !important;
}

.com-txt-color-blue_light {
  color: #D5EBFF !important;
}

.com-bg-blue_light {
  background-color: #D5EBFF !important;
}

.com-txt-color-orabge_dark {
  color: #F04C10 !important;
}

.com-bg-orabge_dark {
  background-color: #F04C10 !important;
}

.com-txt-color-orabge_light {
  color: #FFE4E4 !important;
}

.com-bg-orabge_light {
  background-color: #FFE4E4 !important;
}

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

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

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

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

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

.com-bg-white {
  background-color: #fff !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
====================================== */
/* parts
--------------------------------- */
/* #header
====================================== */
#header {
  height: 60px;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: space-between;
  container-type: inline-size;
  box-sizing: content-box;
  background-color: #fff;
}
@media (min-width: 640px) {
  #header {
    height: 90px;
    gap: 20px;
  }
}
#header.front-page {
  justify-content: flex-end;
}

/* parts
--------------------------------- */
/* #header-offcanvas-btn
--------------------------------- */
/* #header-logo　
--------------------------------- */
.header-logo {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: clamp(16px, 3cqw, 40px);
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 0;
}
.header-logo .logo {
  width: 152px;
}
@media (min-width: 640px) {
  .header-logo .logo {
    width: auto;
  }
}
.header-logo.logo-visible {
  display: none;
}

/* #header-tel　
--------------------------------- */
/* gnav
====================================== */
#gnav {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
}

.gnav-list-01 {
  display: flex;
  flex-wrap: wrap;
  align-self: center;
  font-weight: bold;
  justify-content: end;
  font-size: 24px;
  font-size: 1.2rem;
}
@media (min-width: 1360px) {
  .gnav-list-01 {
    font-size: 26px;
    font-size: 1.3rem;
  }
}
.gnav-list-01 > li {
  position: relative;
}
.gnav-list-01 .recruit {
  color: #124571;
}

.gnav-link-01 {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 0.3em 0.8em;
}
.gnav-link-01 .en {
  color: #333;
  font-weight: 700;
  letter-spacing: 2.6px;
  line-height: 1.5;
}
.gnav-link-01 .ja {
  color: #000;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
  padding-left: 20px;
  position: relative;
}
.gnav-link-01 .ja::before {
  content: "";
  width: 10px;
  height: 2px;
  background: #EAAEAE;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin-block: auto;
  border-radius: 2px;
}

.gnav-link-02 {
  font-size: 14px;
  font-size: 0.7rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-align: center;
  background: #000000;
  border-radius: 10px;
  color: #fff;
  padding: 0.5em;
  padding-right: 2.3em;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 640px) {
  .gnav-link-02 {
    padding: 0.6em 1em;
    padding-right: 3.5em;
  }
}
@media (min-width: 1360px) {
  .gnav-link-02 {
    font-size: 23px;
    font-size: 1.15rem;
    padding-right: 2.8em;
  }
}
@media (min-width: 1200px) {
  .gnav-link-02 {
    gap: 15px;
  }
}
.gnav-link-02:hover {
  color: #fff;
}
.gnav-link-02::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/common/arrow_01.svg") no-repeat;
  background-size: 20px 20px;
  position: absolute;
  right: 0.5em;
  top: 0;
  bottom: 0;
  margin-block: auto;
}
@media (min-width: 640px) {
  .gnav-link-02::after {
    right: 0.7em;
    width: 27px;
    height: 27px;
    background-size: 27px 27px;
  }
}
.gnav-link-02 .icon-parking {
  width: 25px;
}
@media (min-width: 640px) {
  .gnav-link-02 .icon-parking {
    width: 44px;
  }
}

.gnav-hamburger {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 1001;
}

.gnav-hamburger-line {
  display: block;
  width: 32px;
  height: 4px;
  margin: 4px 0;
  background: #000;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.gnav-hamburger:focus {
  outline: 2px solid #124571;
  outline-offset: 2px;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
}

/* #footer
====================================== */
/* footer-logo
====================================== */
/* footer-head
====================================== */
/* footer-body
====================================== */
/* footer-foot
====================================== */
/* parts
====================================== */
/* pagetop
-------------------------------------- */
.pagetop {
  font-size: 10px;
  font-size: 0.5rem;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
}

/* footer-nav
-------------------------------------- */
/* .copyright
--------------------------------- */
.copyright {
  display: block;
  font-size: 11px;
  font-size: 0.55rem;
}

/* Footer */
.site-footer {
  background-color: #000;
  color: #fff;
  padding: 50px 0 20px;
}

@media (min-width: 960px) {
  .footer-content {
    display: flex;
    justify-content: space-between;
    gap: 50px;
  }
}

.footer-logo {
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.2;
}

.footer-address {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 30px;
  font-style: normal;
}

.footer-address a {
  color: #fff;
  text-decoration: none;
}

.footer-address a:hover, .footer-address a:focus {
  text-decoration: underline;
}

@media (min-width: 960px) {
  .footer-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 50px;
  }
}

.footer-nav-column {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

.footer-nav-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #fff;
}

.footer-nav-item {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 3px;
  display: block;
  color: #fff;
}

.footer-nav-item:hover, .footer-nav-item:focus {
  text-decoration: underline;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  max-width: 1600px;
  margin: 50px auto 0;
  padding: 20px 50px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.copyright {
  font-size: 18px;
  font-weight: 500;
}

.vertical-copyright {
  font-family: Inter;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  text-align: center;
  font-size: 16px;
  color: #666;
  z-index: 1000;
  color: #000;
}

#offcanvas .uk-offcanvas-bar {
  width: 300px;
}

.uk-offcanvas-bar {
  background: #aaa;
}
.uk-offcanvas-bar .uk-nav > li a {
  color: #fff !important;
}

.offcanvas-nav-child {
  padding-left: 1.2em;
}

.uk-nav .uk-nav-header {
  background: #124571;
  padding: 0.5em 1em;
  border-bottom: 0;
}
.uk-nav > li {
  border-bottom: 1px solid #DCDCDC;
}
.uk-nav > li a {
  padding: 0.5em 1em;
  color: #333333 !important;
}
.uk-nav .uk-parent a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E") !important;
  height: 2em !important;
}
.uk-nav .uk-parent.uk-open a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E") !important;
}
.uk-nav .uk-nav-sub {
  background: #F5F5F5;
  padding: 0;
}
.uk-nav .uk-nav-sub li a {
  padding: 0.5em 1em;
  padding-left: 2em;
}
.uk-nav .uk-nav-sub li + li {
  border-top: 1px solid #fff;
}

.gnav-hamburger {
  /* 既存のスタイル */
  position: relative;
  z-index: 1100;
}

.gnav-hamburger-line {
  display: block;
  width: 32px;
  height: 4px;
  margin: 4px 0;
  background: #000;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.gnav-hamburger.active .gnav-hamburger-line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.gnav-hamburger.active .gnav-hamburger-line:nth-child(2) {
  opacity: 0;
}

.gnav-hamburger.active .gnav-hamburger-line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* section
====================================== */
/* parts
--------------------------------- */
.com-bg-gray {
  background: #F2F2F2;
}
.com-bg-gray.round {
  border-radius: 10px;
}

.com-bg-black {
  background: #000000;
}

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

/* title タイトル
--------------------------------- */
.page-tit-01 {
  font-size: clamp(50px, 3.60465116cqw, 62px) !important;
  border-radius: 10px;
  padding-top: 1em;
  padding-bottom: 1.2em;
  margin-top: 20px;
}
.page-tit-01::after {
  margin-top: 17px !important;
}

.com-tit-01 {
  color: #333333;
  font-size: clamp(24px, 2.5cqw, 30px);
  font-weight: 600;
  line-height: 40px; /* 133.333% */
  letter-spacing: 1.5px;
  padding-bottom: 0.7em;
  border-bottom: 1px solid #000000;
  margin-bottom: 0.7em;
}

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

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

/* 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 テキスト
--------------------------------- */
.navy {
  color: #124571;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* アクセント色
--------------------------------- */
/* リンク
--------------------------------- */
.com-btn-01 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-align: center;
  background: #000000;
  border-radius: 10px;
  color: #fff;
  padding: 1em;
  padding-right: 3.5em;
  box-sizing: border-box;
  position: relative;
}
.com-btn-01:hover {
  color: #fff;
}
.com-btn-01::after {
  content: "";
  display: block;
  width: 37px;
  height: 37px;
  background: url("../img/common/arrow_01.svg") no-repeat center;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin-block: auto;
}
.com-btn-01.circle {
  border-radius: 35px;
  padding: 0.5em 3em;
  padding-right: 4.2em;
  height: 68px;
}
.com-btn-01.submit {
  max-width: 336px;
}

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

.com-table-01 {
  font-size: 18px;
}
@media (max-width: 639px) {
  .com-table-01 {
    border-bottom: 1px solid #000;
  }
}
@media (min-width: 640px) {
  .com-table-01 {
    display: grid;
    grid-template-columns: 180px 1fr;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
.com-table-01 dt {
  padding: 1em 0 0.3em;
  padding-left: 25px;
  line-height: 1.5;
  font-weight: 500;
  position: relative;
  border-top: 1px solid #000;
}
@media (min-width: 640px) {
  .com-table-01 dt {
    padding: 0.5em 0 0.5em 1.3em;
  }
  .com-table-01 dt:last-of-type {
    border-bottom: 1px solid #000;
  }
}
.com-table-01 dt::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #124571;
  position: absolute;
  margin-top: 0.5em;
  left: 0;
}
.com-table-01 dd {
  padding-block: 0.3em 1em;
  line-height: 1.7;
}
@media (min-width: 640px) {
  .com-table-01 dd {
    padding-block: 0.5em;
    border-top: 1px solid #000;
  }
  .com-table-01 dd:last-of-type {
    border-bottom: 1px solid #000;
  }
}

/* dl table
--------------------------------- */
.form-table-01 > dt {
  font-size: 18px;
  font-size: 0.9rem;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em 1.5em;
  margin-bottom: 1em;
  margin-inline: 1em;
}
.form-table-01 > dt .sub {
  font-size: 83%;
}
.form-table-01 > dd {
  margin-top: 1em;
  margin-inline: 1em;
}
.form-table-01 > dd + dt {
  margin-top: 3em;
}
.form-table-01 .required:after {
  content: "必須";
  font-size: 11px;
  font-size: 0.55rem;
  background: #EF2D0B;
  color: #fff;
  padding: 0.5em 1em;
  margin-left: 2em;
}

@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.55rem;
  background: #EF2D0B;
  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 #124571;
}
input[type=radio]:checked:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background-color: #124571;
  border-radius: 50%;
}
input[type=radio] label {
  display: inline-block;
}

input[type=checkbox] {
  margin: 0 5px 0 0;
  width: 30px;
  height: 30px;
  border: 0;
  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 #124571;
  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;
}

.front-contents-wrapper {
  container-type: inline-size;
}

.border-top {
  border-top: 1.6px solid #EAAEAE;
}

/* Hero Section */
.hero {
  min-height: 70svh;
  max-height: 839px;
  height: 100%;
  position: relative;
  max-height: 839px;
  color: #fff;
  padding: 38px 40px 75px;
  border-radius: 10px 10px 50% 50%/10px 10px 100px 100px;
  overflow: hidden;
  position: relative;
  container-type: inline-size;
}
@media (max-width: 639px) {
  .hero {
    padding: 20px;
  }
}
.hero .hero-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
  -webkit-clip-path: ellipse(82% 85% at 50% 14%);
          clip-path: ellipse(82% 85% at 50% 14%);
}
.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(102, 102, 102, 0) 0%, rgba(49, 49, 49, 0.1) 52.4%, rgba(28, 28, 28, 0.2) 72.6%, rgba(15, 0, 0, 0.8) 100%);
  z-index: -1;
  -webkit-clip-path: ellipse(82% 85% at 50% 14%);
          clip-path: ellipse(82% 85% at 50% 14%);
}
.hero .text-01 {
  font-size: clamp(14px, 1.17647059cqw, 20px);
  font-weight: 700;
  line-height: 2;
}
.hero .text-02 {
  position: absolute;
  bottom: 60px;
  right: 0;
  left: 0;
}

.front-tit-01 {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: clamp(60px, 7.78947368cqw, 148px);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
}

.front-tit-02 {
  color: #000;
  font-size: clamp(18px, 2.17647059cqw, 34px);
  font-weight: 500;
  letter-spacing: 3.49px;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 20px;
}
.front-tit-02::before {
  content: "";
  width: 1em;
  height: 4px;
  background: #EAAEAE;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin-block: auto;
  border-radius: 2px;
}

.front-tit-03, .page-tit-01 {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: clamp(50px, 4.23529412cqw, 72px);
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 80px;
  position: relative;
}
.front-tit-03 .subtitle, .page-tit-01 .subtitle {
  display: block;
  font-size: clamp(16px, 1.17647059cqw, 20px);
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.front-tit-03.white, .white.page-tit-01 {
  color: #FFF;
}
.front-tit-03::after, .page-tit-01::after {
  content: "";
  width: 41px;
  height: 4px;
  background: #EAAEAE;
  position: absolute;
  left: 0;
  right: 0;
  margin-inline: auto;
  margin-top: 30px;
  border-radius: 2px;
}

.front-tit-04 {
  font-size: clamp(32px, 2.5cqw, 48px);
  font-weight: 700;
  margin-bottom: 1em;
  line-height: 1.3;
  letter-spacing: 4.8px;
}

/* 事業内容セクションのスタイル */
.service-description {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 2; /* 200% */
  letter-spacing: 1px;
}

/* サービスインフォメーションのスタイル */
.service-sec-01 {
  padding-block: 90px;
}
@media (min-width: 640px) {
  .service-sec-01 {
    padding-block: 180px;
  }
}

.service-tit-01 {
  font-size: 14px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 2.6px;
  margin-block: 4em 3em;
}
.service-tit-01 .sub {
  display: block;
  font-size: 26px;
  font-size: 1.3rem;
  margin-bottom: 0.5em;
  position: relative;
}

.service-list-01 {
  transition: transform 0.3s ease;
}
.service-list-01:hover {
  opacity: 0.8;
}
.service-list-01 .tit {
  font-size: 22px;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 1.1px;
  margin-top: 0.5em;
  padding: 0.5em;
  padding-right: 2.2em;
  position: relative;
}
.service-list-01 .tit::after {
  content: url("../img/common/arrow_02.svg?ver=20250911");
  width: 27px;
  height: 27px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin-block: auto;
}

.service-img-01 {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

/* お知らせセクションのスタイル */
.news-section {
  display: flex;
  height: 115px;
  padding: 32px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

/* お知らせ一覧 */
.news-list {
  padding: 60px 0;
}

.news-items {
  margin-bottom: 40px;
}

.news-link {
  position: relative;
  background-color: #f5f5f5;
  padding: 1.5em;
  padding-right: 3.2em;
  box-sizing: border-box;
  border-radius: 10px;
  transition: transform 0.3s ease;
  container-type: inline-size;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
@media (min-width: 640px) {
  .news-link {
    gap: 30px;
  }
}
.news-link::after {
  content: url("../img/common/arrow_02.svg");
  width: 27px;
  height: 28px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  right: 1em;
}
.news-link:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.news-date {
  display: inline-block;
  width: 7em;
  flex-shrink: 0;
  border-radius: 50px;
  background: #124571;
  color: #FFF;
  text-align: center;
  font-size: 16px;
}

.news-title {
  color: #000;
  font-size: clamp(20px, 1.83cqw, 22px);
  font-weight: 600;
  line-height: 40px; /* 181.818% */
  margin-block: 0;
}

/* Medical Care Section */
.medical-care-container {
  max-width: 1012px;
  margin-inline: auto;
  padding-inline: 15px;
}

.medical-care-columns {
  position: relative;
}
.medical-care-columns::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #cccccc;
}
@media (min-width: 640px) {
  .medical-care-columns {
    display: flex;
    justify-content: space-between;
    gap: 80px;
  }
  .medical-care-columns::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background-color: #cccccc;
  }
}

.column {
  flex: 1;
}

.column2 {
  flex: 1;
}
@media (max-width: 639px) {
  .column2 {
    margin-top: 60px;
  }
}

.column p, .column2 p {
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 1px;
}

.external-link {
  color: #124571;
  font-size: 18px;
  font-weight: 500;
  text-decoration-line: underline;
}

#company {
  padding-bottom: 210px;
}

.contact-wrapper {
  padding-bottom: 120px;
}

.contact-box {
  border-radius: 20px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 50px 20px;
  margin-top: -140px;
  background-color: #F2F2F2;
  container-type: inline-size;
}

.contact-text {
  color: #000;
  font-size: clamp(16px, 1.95503421cqw, 20px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 1px;
}

/* 駐車場ページ用スタイル */
.com-bg-full {
  background-color: #EF4D0B;
}

.com-bg-empty {
  background-color: #0073C4;
}

.com-bg-close {
  background-color: #697F8F;
}

.availability-container {
  max-width: 872px;
}

.parking-hero {
  padding: 90px 0 50px;
}

.parking-title {
  color: #FFF;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  line-height: 50px;
  letter-spacing: 3.6px;
  margin: 0;
}

.parking-update-time {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 40px;
  letter-spacing: 0.9px;
  margin-top: 15px;
  margin-bottom: 0;
}

.parking-status-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.parking-status-item {
  display: flex;
  justify-content: center;
  background-color: #FFF;
  align-items: center;
  padding: 2em 0.5em;
  border-radius: 10px;
  container-type: inline-size;
}

.parking-area-direction {
  font-size: 46px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 2.3px;
}

.parking-area-side {
  font-size: 25px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 1.25px;
  vertical-align: middle;
}

.parking-status-indicator .parking-status-available {
  color: #0094C7;
  font-size: 38px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 1.9px;
}
.parking-status-indicator .parking-status-full {
  color: #EF2D0B;
  font-size: 38px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 1.9px;
}

/* 駐車場ステータステキスト表示 */
.parking-status-text {
  font-size: 70px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
}

.parking-status-empty {
  color: #0073C4;
}

.parking-status-full {
  color: #EF4D0B;
}

.parking-status-close {
  color: #697F8F;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-size: clamp(50px, 8.4643289cqw, 70px);
}

/* 運営会社情報のスタイル */
.parking-company-info {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 40px;
  letter-spacing: 0.7px;
  margin-top: 0;
  margin-bottom: 0;
}

#info-01 {
  container-type: inline-size;
}

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

/* btn
--------------------------------- */
.info-btn-01 {
  display: block;
  padding: 1em 0;
  padding-right: 1.5em;
  position: relative;
}
@media (min-width: 640px) {
  .info-btn-01 {
    padding-top: 2em;
    padding-bottom: 2em;
    padding-right: 3em;
  }
}
@media (min-width: 960px) {
  .info-btn-01 {
    display: flex;
    align-items: center;
  }
}
.info-btn-01:hover {
  background: #68ace7;
}
.info-btn-01::after {
  content: "";
  height: 1em;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
@media (min-width: 960px) {
  .info-btn-01::after {
    right: 0.5em;
  }
}
.info-btn-01 .tit {
  font-size: 16px;
  font-size: 0.8rem;
  font-weight: bold;
  display: block;
  margin-top: 1em;
}
@media (min-width: 640px) {
  .info-btn-01 .tit {
    font-size: 17px;
    font-size: 0.85rem;
  }
}
@media (min-width: 960px) {
  .info-btn-01 .tit {
    margin-top: 0;
    flex: 1;
    border-left: 1px solid #707070;
    padding-left: 1.1em;
  }
}
.info-btn-01 .data {
  margin-left: 0.5em;
}
@media (min-width: 960px) {
  .info-btn-01 .data {
    width: 8em;
    text-align: center;
  }
}

/* icon
--------------------------------- */
.cat-ico-01 {
  display: inline-block;
  min-width: 100px;
  padding: 0 1em;
  box-sizing: border-box;
  background: #124571;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-size: 0.6rem;
  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;
  border-radius: 50%;
  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: #124571;
}
.com-pagination ul .page-numbers.current {
  border-width: 2px !important;
  border-color: #124571 !important;
}
.com-pagination ul a:not(.prev):not(.next):hover {
  background: #68ace7;
}

/* list
--------------------------------- */
/* btn
--------------------------------- */
.column-btn-01 {
  display: block;
  padding: 14px;
  border: 1px solid #D1D1D1;
}
.column-btn-01:hover {
  background: #68ace7;
}
.column-btn-01 .img {
  background: #F0F0F0;
  padding-top: 100%;
  overflow: hidden;
  margin-bottom: 0.5em;
  position: relative;
}
.column-btn-01 .img::before {
  content: "NO IMAGE";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.column-btn-01 .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}
.column-btn-01 .tit {
  font-size: 15px;
  font-size: 0.75rem;
  font-weight: 500;
  display: block;
  line-height: 1.8;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
.column-btn-01 .data {
  margin-left: 0.5em;
  font-size: 13px;
  font-size: 0.65rem;
}
.column-btn-01 .text {
  font-size: 12px;
  font-size: 0.6rem;
}

/* News Detail Page Styles */
.single-tit-01 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 1.5px;
  color: #000000;
  margin-bottom: 40px;
  display: block;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #989898;
}

.single-content {
  line-height: 2;
  font-size: 20px;
}
.single-content h1 {
  font-size: 40px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px;
}
.single-content h2 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px;
}
.single-content h3 {
  font-size: 26px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px;
}
.single-content h4 {
  font-size: 22px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px;
}
.single-content a {
  text-decoration: underline;
  color: #EF2D0B;
}
.single-content a:hover {
  opacity: 0.8;
}
.single-content table {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-collapse: collapse;
  border: 1px solid #D1D1D1;
}
.single-content table th {
  padding: 10px 15px;
  border: 1px solid #D1D1D1;
  background: #F2F2F2;
  text-align: left;
}
.single-content table td {
  padding: 10px 15px;
  border: 1px solid #D1D1D1;
}

/* post navigation 記事前後ボタン
--------------------------------- */
.single-nav {
  border-top: 1px solid #D1D1D1;
  margin-top: 40px;
  padding-top: 40px;
  display: grid;
  grid-template-columns: 1fr 6.5em 1fr;
  grid-gap: 8px;
}
@media (min-width: 640px) {
  .single-nav {
    grid-template-columns: 7fr 5fr 7fr;
    margin-top: 60px;
    padding-top: 60px;
    grid-gap: 40px;
  }
}
.single-nav a {
  display: block;
  text-align: center;
  padding: 0.5em;
  border-radius: 46px;
  color: #124571;
  position: relative;
  font-size: 23px;
  font-size: 1.15rem;
  font-weight: normal;
  color: #000;
}
.single-nav a[rel=prev] {
  padding-left: 2em;
  background: #F2F2F2;
}
.single-nav a[rel=prev]::before {
  content: "";
  display: block;
  width: 37px;
  height: 38px;
  background: url("../img/common/arrow_02.svg") no-repeat center;
  position: absolute;
  left: 0.7em;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(180deg);
}
.single-nav a[rel=next] {
  padding-right: 2em;
  background: #F2F2F2;
}
.single-nav a[rel=next]::after {
  content: "";
  display: block;
  width: 37px;
  height: 38px;
  background: url("../img/common/arrow_02.svg") no-repeat center;
  position: absolute;
  right: 0.7em;
  top: 0;
  bottom: 0;
  margin: auto;
}
.single-nav a.index {
  background-color: #000;
  color: #fff;
  padding-right: 2em;
}
.single-nav a.index::after {
  content: "";
  display: block;
  width: 37px;
  height: 38px;
  background: url("../img/common/arrow_01.svg") no-repeat center;
  position: absolute;
  right: 0.7em;
  top: 0;
  bottom: 0;
  margin: auto;
}
.single-nav a.index:hover {
  opacity: 0.8;
}

/* 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: 20px;
  line-height: 1.5;
  font-size: 16px;
  font-size: 0.8rem;
}
@media (min-width: 640px) {
  .recruitment-btn-01 {
    padding: 40px 28px;
    font-size: 21px;
    font-size: 1.05rem;
  }
}
.recruitment-btn-01 .tit {
  flex: 1;
}
.recruitment-btn-01::before {
  content: "";
  display: block;
  width: 6px;
  align-self: stretch;
  margin-right: 0.9em;
  background: #124571;
}
.recruitment-btn-01::after {
  margin-left: auto;
  padding-left: 0.9em;
}
.recruitment-btn-01:hover {
  background: #68ace7;
}

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

#contact-01 {
  container-type: inline-size;
}

/* panel
--------------------------------- */
.contact-panel-01 {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.contact-panel-01 .tel {
  width: 40px;
  line-height: 22px;
  margin-right: 0.9em;
  text-align: center;
  color: #124571;
  font-size: 12px;
  font-size: 0.6rem;
  font-weight: 700;
  border: #124571 1px solid;
}
@media (min-width: 640px) {
  .contact-panel-01 .tel {
    width: 52px;
    line-height: 28px;
    font-size: 14px;
    font-size: 0.7rem;
  }
}
.contact-panel-01 .number {
  line-height: 1;
  font-size: 32px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #124571;
}
@media (min-width: 640px) {
  .contact-panel-01 .number {
    font-size: 43px;
    font-size: 2.15rem;
  }
}
.contact-panel-01 .number a {
  color: #124571;
}

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

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