@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: #666;
  container-type: inline-size;
}

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

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

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

.com-txt-color-main {
  color: #02acc9 !important;
}

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

.com-txt-color-brown {
  color: #cda069 !important;
}

.com-bg-brown {
  background-color: #cda069 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* #header
====================================== */
#header {
  border-bottom: 0.5px solid #cda069;
}

/* header-inner
--------------------------------- */
.header-inner {
  display: flex;
  flex-direction: column;
  gap: 5px 26px;
  justify-content: center;
  padding: 24px 30px 16px;
  border-bottom: 0.5px solid var(--color-brown, #cda069);
  line-height: 1.5;
}
@media (min-width: 960px) {
  .header-inner {
    flex-direction: row;
    align-items: center;
    height: 60px;
    padding: 0 30px;
  }
}
.header-inner .title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #cda069;
  letter-spacing: 1.8px;
  white-space: nowrap;
  font-size: 18px;
  font-size: 1.125rem;
}
.header-inner .detail {
  font-family: "Shippori Mincho", serif;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1.4px;
}
@media (min-width: 960px) {
  .header-inner .detail {
    font-size: 14px;
    font-size: 0.875rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 15px;
  }
}

.footer {
  background-color: #02acc9;
  color: #fff;
  padding-block: 60px;
}
.footer a {
  color: inherit;
}
@media (max-width: 639px) {
  .footer {
    padding-block: 40px;
  }
}

.footer-inner {
  max-width: 1000px;
}

.footer-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 640px) {
  .footer-content {
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
  }
}

/* footer-head
====================================== */
.footer-head {
  padding-inline: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 639px) {
  .footer-head {
    padding-inline: 0;
    align-items: center;
    order: 2;
  }
}
.footer-head .address {
  font-family: "Shippori Mincho", serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 1.2px;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-family: "Hina Mincho", serif;
  font-size: 57px;
  font-size: 3.5625rem;
  line-height: 1.2;
  letter-spacing: 5.71px;
}
.footer-logo .sub {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 1.5px;
}
.footer-logo .en {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  text-align: center;
}

/* footer-nav
====================================== */
.footer-nav {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  writing-mode: vertical-rl;
  gap: 10px;
}
@media (min-width: 960px) {
  .footer-nav {
    gap: 20px;
  }
}
.footer-nav a {
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  letter-spacing: 1.5px;
  line-height: 1.2;
  padding: 0.5em;
}

/* footer-copyright
====================================== */
.copyright {
  font-family: "Shippori Mincho", serif;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.5px;
}

/* #fixed-side
====================================== */
.fixed-side {
  position: fixed;
  right: 10px;
  bottom: 152px;
  z-index: 100;
}
@media (min-width: 960px) {
  .fixed-side {
    right: 20px;
    bottom: 271.5px;
  }
}
.fixed-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (min-width: 960px) {
  .fixed-side {
    gap: 30px;
  }
}
.fixed-side .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
@media (min-width: 960px) {
  .fixed-side .wrap {
    gap: 20px;
  }
}
.fixed-side .btn {
  writing-mode: vertical-rl;
  font-family: "Shippori Mincho", serif;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 2px;
  color: #727171;
  text-align: center;
  width: 24px;
}
@media (min-width: 960px) {
  .fixed-side .btn {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 2.7px;
    width: 32px;
  }
}
.fixed-side .divider {
  display: block;
  width: 18px;
  height: 14px;
  color: #cda069;
}
@media (min-width: 960px) {
  .fixed-side .divider {
    width: 24px;
    height: 19px;
  }
}
.fixed-side .divider svg {
  display: block;
  width: 100%;
  height: 100%;
}

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

.pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
  width: 26px;
  height: 44px;
  text-decoration: none;
}
@media (min-width: 960px) {
  .pagetop {
    right: 20px;
    bottom: 0;
    width: 38px;
    height: 63px;
  }
}

.pagetop-line {
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  display: block;
  width: 1px;
  height: 80px;
  background-color: #02acc9;
}
@media (min-width: 960px) {
  .pagetop-line {
    top: 31.5px;
    height: 180px;
  }
}

.pagetop-drop {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 26px;
  height: 44px;
  --drop-y: 0px;
  transform: translateY(var(--drop-y));
  animation: drop-bounce 2.4s ease-in-out infinite;
  transform-origin: center center;
}
@media (min-width: 960px) {
  .pagetop-drop {
    width: 38px;
    height: 63px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .pagetop-drop {
    animation: none;
  }
}
.pagetop-drop img {
  display: block;
  width: 100%;
  height: 100%;
}

@keyframes drop-bounce {
  0%, 100% {
    transform: translateY(var(--drop-y)) scaleY(1) scaleX(1);
  }
  20% {
    transform: translateY(calc(var(--drop-y) - 3px)) scaleY(1.06) scaleX(0.94);
  }
  40% {
    transform: translateY(var(--drop-y)) scaleY(0.94) scaleX(1.06);
  }
  55% {
    transform: translateY(calc(var(--drop-y) - 1px)) scaleY(1.03) scaleX(0.97);
  }
  70% {
    transform: translateY(var(--drop-y)) scaleY(0.97) scaleX(1.03);
  }
}
.pagetop-text {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 7px;
  font-size: 0.4375rem;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 960px) {
  .pagetop-text {
    padding-bottom: 7px;
    font-size: 10px;
    font-size: 0.625rem;
  }
}

#offcanvas {
  display: none;
}

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

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

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

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

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

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

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

.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 テキスト
--------------------------------- */
/* font-size フォントサイズ
--------------------------------- */
.com-fz-10 {
  font-size: 10px;
  font-size: 0.625rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.com-btn-02 {
  display: block;
  min-width: 300px;
  text-align: center;
  background: #02acc9;
  border: none;
  color: #fff;
  padding: 0.8em;
  padding-right: 2em;
  box-sizing: border-box;
  position: relative;
}
.com-btn-02:hover {
  color: #fff;
}

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

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

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

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

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

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

input[type=radio] {
  position: relative;
  vertical-align: middle;
  -webkit-appearance: none;
  border: 0;
  background: #fff;
  background-position: 50% 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  outline: none;
  margin: 0 5px 0 0;
}
input[type=radio]:checked {
  border: 4px solid #02acc9;
}
input[type=radio]:checked:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background-color: #02acc9;
  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 #02acc9;
  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-hero {
  max-width: 1280px;
}

.com-bg-01 {
  background: url(../img/front-page/concept_bg.webp);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: 160px;
}
@media (min-width: 640px) {
  .com-bg-01 {
    background-size: 100% auto;
  }
}

.com-panel-01 {
  background: rgba(181, 220, 221, 0.17);
  padding: 100px 20px;
}
@media (min-width: 960px) {
  .com-panel-01 {
    padding: 120px 70px;
  }
}

.intro-img-01 {
  width: 100svw;
  max-width: none;
  margin-left: calc(50% - 50svw);
  max-height: 428px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
@media (min-width: 640px) {
  .intro-img-01 {
    height: 428px;
  }
}

.access-tit-01 {
  width: 241px;
}
@media (min-width: 640px) {
  .access-tit-01 {
    width: 341px;
  }
}

/* reserve mail link
------------------------------------- */
.reserve-wrap-01 {
  position: relative;
}

.reserve-mail-01 {
  position: absolute;
  left: 27%;
  right: 27%;
  top: 73%;
  bottom: 19%;
}
.reserve-mail-01.type-sp {
  left: 10%;
  right: 10%;
  top: 78%;
  bottom: 12%;
}

.com-map-01 {
  width: 100svw;
  margin-left: calc(50% - 50svw);
  height: 464px;
}
@media (min-width: 960px) {
  .com-map-01 {
    height: 450px;
  }
}

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

/* btn
--------------------------------- */
.info-btn-01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8em;
  padding: 1em 2em 1em 0;
  position: relative;
}
@media (min-width: 640px) {
  .info-btn-01 {
    padding: 2em 3em 2em 0;
  }
}
.info-btn-01:hover {
  background: rgb(153.0147783251, 239.2709359606, 253.9852216749);
}
.info-btn-01::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  right: 1em;
}
@media (min-width: 640px) {
  .info-btn-01::after {
    right: 2em;
  }
}
.info-btn-01 .tit {
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
@media (min-width: 960px) {
  .info-btn-01 .tit {
    font-size: 17px;
    font-size: 1.0625rem;
    flex: 1;
    width: auto;
    padding-left: 1.1em;
    border-left: 1px solid #707070;
  }
}
@media (min-width: 960px) {
  .info-btn-01 .data {
    width: 8em;
    text-align: center;
  }
}
.info-list-01.multi-tag .info-btn-01 {
  flex-wrap: wrap;
}
.info-list-01.multi-tag .info-btn-01 .data {
  width: auto;
  text-align: left;
}
.info-list-01.multi-tag .info-btn-01 .tit {
  width: 100%;
  flex: none;
  padding-left: 0;
  border-left: none;
}

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

/* pagination ページナビ
--------------------------------- */
.com-pagination ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -8px;
  margin-top: -8px;
}
.com-pagination ul .page-numbers {
  display: block;
  margin-left: 8px;
  margin-top: 8px;
  box-sizing: border-box;
}
.com-pagination ul .page-numbers:not(.prev):not(.next) {
  display: grid;
  border: 1px solid #c0c0c0;
  width: 64px;
  height: 64px;
  place-items: center;
}
.com-pagination ul .page-numbers.prev, .com-pagination ul .page-numbers.next {
  padding: 1em;
}
.com-pagination ul .page-numbers.prev:hover, .com-pagination ul .page-numbers.next:hover {
  color: #02acc9;
}
.com-pagination ul .page-numbers.current {
  border-width: 2px !important;
  border-color: #02acc9 !important;
}
.com-pagination ul a:not(.prev):not(.next):hover {
  background: rgb(153.0147783251, 239.2709359606, 253.9852216749);
}
.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: 2px solid #02acc9;
  color: #02acc9;
  position: relative;
}
.single-nav a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.single-nav a[rel=prev]::before {
  left: 0.8em;
  transform: rotate(-135deg);
}
.single-nav a[rel=next]::before {
  right: 0.8em;
  transform: rotate(45deg);
}
.single-nav a.index {
  background: #999999;
  border-color: #999999;
  color: #fff;
  padding-right: 2em;
}
.single-nav a.index::before {
  right: 0.8em;
  transform: rotate(-45deg);
}

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

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

/* 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: #02acc9;
  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: #02acc9;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6;
  font-weight: 700;
  border: #02acc9 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: #02acc9;
}
@media (min-width: 640px) {
  .contact-panel-01 .number {
    font-size: 43px;
    font-size: 2.6875rem;
  }
}
.contact-panel-01 .number a {
  color: #02acc9;
}

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