@charset "UTF-8";
/* Scss Document */
/* =10px */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1rem;
}

body {
  margin: 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 10px;
  font-weight: 300;
  /*62.5%*/
  line-height: 1.6;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  /* スマホを横向きにすると文字が余計に拡大されるのを防ぐ */
  color: #434343;
  counter-reset: number 0;
}

body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

body:has(.active) {
  overflow: hidden;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
* {
  box-sizing: border-box;
}

a {
  color: #1D3F5A;
}

a:focus,
*:focus {
  outline: none;
}

.only--sp {
  display: none;
}
@media (min-width: 992px) {
  .only--sp {
    display: block;
  }
}

.scroll-offset {
  scroll-margin-top: 400px;
  /* 固定ヘッダーの高さより少し多めに */
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  display: block;
}

img.alignleft {
  display: block;
  float: none;
  margin: 0px auto 20px auto;
}
@media (min-width: 768px) {
  img.alignleft {
    display: block;
    float: left;
    margin: 0 20px 20px 0;
  }
}

img.alignright {
  display: block;
  float: none;
  margin: 0px auto 20px auto;
}
@media (min-width: 768px) {
  img.alignright {
    display: block;
    float: right;
    margin: 0 0 20px 20px;
  }
}

img.aligncenter {
  display: block;
  float: none;
  margin: 0px auto 20px auto;
}

img.alignnone {
  clear: both;
  display: block;
  float: none;
  margin: 0px 0px 20px;
}

hr {
  border: none;
  margin: 0;
  padding: 0;
  border-top: solid 1px #434343;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  hr {
    margin-bottom: 80px;
  }
}

section {
  margin-bottom: 60px;
}

article {
  padding-bottom: 60px;
}

.container {
  width: 100%;
  padding-right: 4%;
  padding-left: 4%;
  margin: 0 auto 64px;
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
    padding-right: 2%;
    padding-left: 2%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
    padding-left: 6%;
    padding-right: 6%;
    margin: 0 auto 96px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
.container-fluid {
  padding-left: 4%;
  padding-right: 4%;
}

.pager--single {
  list-style-type: none;
  font-size: clamp(1.5rem, calc(1.464rem + 0.18vw), 1.6rem);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pager--single a {
  color: #434343;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.pager--single a:hover {
  color: #0570BA;
}
.pager--single li.prev a:before {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "";
  margin-right: 1em;
}
.pager--single li.next a:after {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "";
  margin-left: 1em;
}

#pagenation {
  text-align: center;
  padding-top: 40px;
}
#pagenation #pagenation-list {
  display: inline-block;
}
#pagenation:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#pagenation #pagenation-list li {
  float: left;
  background: none;
  list-style: none;
  padding: 0;
  margin: 0 7px 5px 0;
  cursor: pointer;
}
#pagenation #pagenation-list li:last-child {
  margin-left: 0;
}
#pagenation #pagenation-list a, #pagenation #pagenation-list span {
  background: none;
  display: block;
  margin: 0;
  padding: 8px 17px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
#pagenation #pagenation-list .current {
  background: #0570BA;
  color: #FFFFFF;
  border: 2px solid #0570BA;
}
#pagenation #pagenation-list .omit {
  padding: 8px 2px;
  color: #777777;
}
#pagenation #pagenation-list li a {
  color: #0570BA;
  border: 2px solid #0570BA;
  background: #fff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: block;
}
#pagenation #pagenation-list a:hover {
  background: #0570BA;
  color: #FFFFFF;
  border: 2px solid #0570BA;
  text-decoration: none;
}
#pagenation #pagenation-list a.prev,
#pagenation #pagenation-list a.next {
  border: none;
  display: block;
  background: transparent;
}
#pagenation #pagenation-list a.prev:hover,
#pagenation #pagenation-list a.next:hover {
  background: transparent;
  color: #434343;
}
#pagenation #pagenation-list a.prev:before {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "";
  font-size: 3rem;
}
#pagenation #pagenation-list a.next:before {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "";
  font-size: 3rem;
}

/*infoエリアをはじめは非表示*/
#pp {
  display: none;
}

/*モーダルの横幅を変更したい場合*/
.modaal-container {
  max-width: auto !important;
  border-radius: 8px !important;
}

.modaal-content-container {
  padding: 24px 32px !important;
}

.modaal-container article {
  padding-bottom: 0;
  margin-bottom: 48px;
}
.modaal-container h2 {
  font-size: clamp(2rem, calc(1.733rem + 0.74vw), 2.4rem);
  font-weight: 400;
  position: relative;
  margin-bottom: 1em;
}
.modaal-container h2:before {
  content: "";
  display: block;
  width: 140px;
  height: 4px;
  background: #0570BA;
  border-radius: calc(infinity * 1px);
  -moz-border-radius: calc(infinity * 1px);
  -webkit-border-radius: calc(infinity * 1px);
  position: absolute;
  bottom: 0px;
}
.modaal-container h3 {
  font-size: clamp(1.8rem, calc(1.727rem + 0.36vw), 2rem);
  font-weight: 500;
  margin-bottom: 1em;
}
.modaal-container li + li {
  margin-top: 1em;
}
.modaal-container dl {
  font-size: clamp(1.6rem, calc(1.533rem + 0.19vw), 1.7rem);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  line-height: 1.8;
}
.modaal-container dl dt {
  font-weight: 500;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close {
  background: #666 !important;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.modaal-close:hover {
  background: #fff !important;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #fff;
}

.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  background-color: #fff;
  /* モーダルウィンドウの背景色 */
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888888;
  width: 96%;
  /* モーダルウィンドウの横幅 */
}
@media (min-width: 768px) {
  .modal-content {
    width: 88%;
    /* モーダルウィンドウの横幅 */
  }
}
@media (min-width: 992px) {
  .modal-content {
    width: 64%;
    /* モーダルウィンドウの横幅 */
  }
}
@media (min-width: 1280px) {
  .modal-content {
    width: 48%;
    /* モーダルウィンドウの横幅 */
  }
}
@media (min-width: 768px) {
  .modal-content p {
    text-align: center;
  }
}

.modal-title {
  color: #434343;
  /* モーダルウィンドウの文字の色 */
  font-size: clamp(2.2rem, calc(1.81rem + 1.1vw), 2.8rem);
  /* モーダルウィンドウの文字の大きさ */
  font-weight: 400;
  margin-bottom: 1em;
  text-align: center;
}

.close-button {
  display: inline-block;
  padding: 16px 3em;
  background: #0570BA;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .close-button {
    padding: 16px 4em;
  }
}

.close-button:hover,
.close-button:focus {
  cursor: pointer;
}

.l-header__logoarea--nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.4rem;
}
.l-header__logoarea--nav ul a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0570BA;
  color: #fff;
  height: 75px;
  width: 160px;
}
.l-header__logoarea--nav ul li + li {
  border-left: solid 1px #fff;
}
.l-header__logoarea--nav ul .clipboard a:before {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "";
  margin-right: 8px;
  font-size: 2rem;
}
.l-header__logoarea--nav ul .call a:before {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "";
  margin-right: 8px;
  font-size: 2rem;
}
.l-header__logoarea--nav ul .access a:before {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "";
  margin-right: 8px;
  font-size: 2rem;
}

.l-header__navarea {
  /*ナビゲーションを横並びに*/
  /*2階層目以降は横並びにしない*/
  /*下の階層のulや矢印の基点にするためliにrelativeを指定*/
  /*ナビゲーションのリンク設定*/
  /*==矢印の設定*/
  /*2階層目を持つliの矢印の設定*/
  /*下の階層を持っているulの指定*/
  /*hoverしたら表示*/
  /*ナビゲーションaタグの形状*/
}
.l-header__navarea nav {
  background: #fff;
  color: #434343;
  text-align: center;
}
.l-header__navarea nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
  column-gap: 3em;
}
@media (min-width: 992px) {
  .l-header__navarea nav ul {
    font-size: 1.5rem;
    justify-content: flex-end;
    margin-right: 1%;
  }
}
.l-header__navarea ul.sub-menu {
  display: block;
}
.l-header__navarea nav ul li {
  position: relative;
}
.l-header__navarea nav ul li a {
  display: block;
  text-decoration: none;
  color: #434343;
  padding: 20px 35px;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .l-header__navarea nav ul li a {
    padding: 24px 0;
  }
}
.l-header__navarea nav ul li a:hover {
  color: #434343;
}
.l-header__navarea nav ul li:last-child a {
  padding-right: 1.5em;
}
@media (min-width: 992px) {
  .l-header__navarea nav ul {
    margin-bottom: 0;
  }
  .l-header__navarea nav ul > li:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #0570BA;
    position: absolute;
    bottom: 1.25em;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .l-header__navarea nav ul > li:hover:after {
    width: 100%;
  }
  .l-header__navarea nav ul > li.current-menu-item:after,
.l-header__navarea nav ul > li.current_page_item:after,
.l-header__navarea nav ul > li.current-page-ancestor:after,
.l-header__navarea nav ul > li.current-menu-parent:after,
.l-header__navarea nav ul > li.current_page_parent:after,
.l-header__navarea nav ul > li.current_page_ancestor:after {
    width: 100%;
  }
}
.l-header__navarea nav ul li.has-child::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 25px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #434343;
  border-right: 2px solid #434343;
  transform: rotate(135deg);
}
@media (min-width: 992px) {
  .l-header__navarea nav ul li.has-child::before {
    left: -1em;
    top: 30px;
  }
}
.l-header__navarea nav li.has-child ul {
  /*絶対配置で位置を指定*/
  position: absolute;
  left: 0;
  top: 62px;
  z-index: 4;
  /*形状を指定*/
  background: rgba(238, 238, 238, 0.9);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  width: 100%;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  transition: all 0.3s;
  padding-left: 0;
}
@media (min-width: 992px) {
  .l-header__navarea nav li.has-child ul {
    width: auto;
    min-width: 200px;
    white-space: nowrap;
    text-align: left;
    background: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    border: solid 1px #fff;
    box-shadow: 0px 0px 11px 2px rgba(17, 17, 26, 0.08);
  }
}
.l-header__navarea nav li.has-child:hover > ul,
.l-header__navarea nav li.has-child:active > ul {
  visibility: visible;
  opacity: 1;
}
.l-header__navarea nav li.has-child ul li a {
  color: #434343;
  border-bottom: solid 1px #ffff;
  padding: 18px 1.25em;
}
.l-header__navarea nav li.has-child ul li:last-child > a {
  border-bottom: none;
}
.l-header__navarea nav li.has-child ul li a:hover,
.l-header__navarea nav li.has-child ul li a:active {
  background: #0570BA;
  color: #fff;
}
@media (min-width: 992px) {
  .l-header__navarea nav li.has-child ul li a:hover,
.l-header__navarea nav li.has-child ul li a:active {
    background: rgba(245, 245, 245, 0.8);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    color: #434343;
  }
}
.l-header__navarea ul.sub-menu li.current-menu-item a,
.l-header__navarea ul.sub-menu li.current_page_item a {
  background: #0570BA;
  color: #fff;
}
@media (min-width: 992px) {
  .l-header__navarea ul.sub-menu li.current-menu-item a,
.l-header__navarea ul.sub-menu li.current_page_item a {
    background: rgba(245, 245, 245, 0.8);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    color: #434343;
  }
}
.l-header__navarea nav li.has-child ul li::after,
.l-header__navarea nav li.has-child ul li:hover::after,
.l-header__navarea nav li.has-child ul li:active::after {
  content: none;
}
@media screen and (min-width: 992px) {
  .l-header__navarea .l-sp-banner {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .l-header__navarea {
    /*ナビゲーションの縦スクロール*/
    /*アクティブクラスがついたら位置を0に*/
    /*矢印の位置と向き*/
  }
  .l-header__navarea #g-nav.panelactive #g-nav-list {
    position: fixed;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .l-header__navarea #g-nav {
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh;
    /*ナビの高さ*/
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    /*動き*/
    transition: all 0.6s;
  }
  .l-header__navarea #g-nav.panelactive {
    top: 0;
  }
  .l-header__navarea nav {
    padding: 0;
  }
  .l-header__navarea nav ul {
    display: block;
    padding-left: 0;
    margin-bottom: 0;
  }
  .l-header__navarea nav li.has-child ul,
.l-header__navarea nav li.has-child ul ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible;
    /*JSで制御するため一旦表示*/
    opacity: 1;
    /*JSで制御するため一旦表示*/
    display: none;
    /*JSのslidetoggleで表示させるため非表示に*/
    transition: none;
    /*JSで制御するためCSSのアニメーションを切る*/
  }
  .l-header__navarea nav ul li a {
    border-bottom: 1px solid #ccc;
  }
  .l-header__navarea nav ul li.has-child::before {
    left: 20px;
  }
  .l-header__navarea nav ul ul li.has-child::before {
    transform: rotate(135deg);
    left: 20px;
  }
  .l-header__navarea nav ul li.has-child.active::before {
    transform: rotate(-45deg);
  }
  .l-header__navarea .l-sp-banner {
    dispaly: block;
  }
  .l-header__navarea .l-sp-banner li a {
    background: #0570BA;
    color: #fff;
  }
  .l-header__navarea .l-sp-banner li a:hover {
    color: #fff;
  }
  .l-header__navarea .l-sp-banner .clipboard a::before {
    font: var(--fa-font-solid);
    content: "";
    margin-right: 8px;
    font-size: 2rem;
  }
  .l-header__navarea .l-sp-banner .call a:before {
    font: var(--fa-font-solid);
    content: "";
    margin-right: 8px;
    font-size: 2rem;
  }
  .l-header__navarea .l-sp-banner .access a:before {
    font: var(--fa-font-solid);
    content: "";
    margin-right: 8px;
    font-size: 2rem;
  }
}

.openbtn {
  position: fixed;
  top: 8px;
  right: 4%;
  z-index: 10000;
  background: #fff;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  border: solid 1px #888c8c;
}
@media (min-width: 992px) {
  .openbtn {
    display: none;
  }
}

/*ボタン内側*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 5px;
  background: #434343;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 13px;
}

.openbtn span:nth-of-type(2) {
  top: 19px;
}

.openbtn span:nth-of-type(3) {
  top: 25px;
}

.openbtn span:nth-of-type(3)::after {
  content: "Menu";
  position: absolute;
  top: 5px;
  left: -2px;
  color: #434343;
  font-size: x-small;
  text-transform: uppercase;
}

.openbtn.active span:nth-of-type(1) {
  top: 14px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 26px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(3)::after {
  content: "Close";
  transform: translateY(0) rotate(-45deg);
  top: 5px;
  left: 4px;
}

.l-footer-nav {
  list-style-type: none;
  font-size: 1.5rem;
  column-count: 2;
}
.l-footer-nav li + li {
  margin-top: 0.5em;
}
.l-footer-nav a {
  text-decoration: none;
  display: block;
}
.l-footer-nav .insta {
  font-size: 2.8rem;
  line-height: 1;
}

.l-footer-nav--mobile {
  position: absolute;
  background: #0570BA;
  width: 100%;
  box-sizing: border-box;
  border-top: solid 1px #fff;
  text-align: center;
  padding: 0;
  bottom: -68px;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
}
@media (min-width: 992px) {
  .l-footer-nav--mobile {
    display: none !important;
  }
}
.l-footer-nav--mobile a {
  display: block;
  color: #fff;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-decoration: none;
}
.l-footer-nav--mobile ul {
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 1.5rem;
  line-height: 68px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  align-items: center;
}
.l-footer-nav--mobile li.clipboard a::before {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "";
  margin-right: 0.25em;
  font-size: 2rem;
}
.l-footer-nav--mobile li.call a::before {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "";
  margin-right: 0.25em;
  font-size: 2rem;
}
.l-footer-nav--mobile li + li {
  border-left: solid 1px #fff;
}

#mobile.mb_fixed {
  position: fixed !important;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.pankuzu {
  padding-top: 24px;
}
.pankuzu ul {
  display: none;
  padding: 0;
}
@media (min-width: 992px) {
  .pankuzu ul {
    display: inline;
    list-style-type: none;
    font-size: 1.5rem;
    font-weight: 400;
  }
  .pankuzu ul li {
    display: inline-block;
  }
  .pankuzu ul li + li:before {
    content: "/";
    padding-right: 8px;
    padding-left: 8px;
  }
}

header {
  background: #fff;
  border-bottom: solid 1px #dedede;
  padding-bottom: 24px;
}
@media (min-width: 992px) {
  header {
    padding-bottom: 0;
    transition: transform 0.8s ease, top 0.8s ease;
    width: 100%;
    z-index: 999;
  }
}

@media (min-width: 992px) {
  /* スクロール時に初めて追加される */
  #header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(0);
  }

  /* 300px以上スクロール + 下スクロール時 */
  #header.slide-up {
    transform: translateY(-100%);
  }

  /* 上にスクロールしたとき */
  #header.slide-down {
    transform: translateY(0);
  }
}
.l-header__logoarea {
  display: grid;
  grid-template-columns: 1fr;
}
.l-header__logoarea img {
  max-width: 90%;
}
@media (min-width: 768px) {
  .l-header__logoarea img {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .l-header__logoarea {
    padding-left: 4%;
    grid-template-columns: 1fr auto;
  }
}
.l-header__logoarea .l-header__logoarea--logo {
  display: grid;
  justify-content: center;
  padding-top: 16px;
}
@media (min-width: 992px) {
  .l-header__logoarea .l-header__logoarea--logo {
    justify-content: start;
  }
}
.l-header__logoarea .l-header__logoarea--nav {
  display: none;
}
@media (min-width: 992px) {
  .l-header__logoarea .l-header__logoarea--nav {
    display: grid;
  }
}

.l-header__navarea {
  display: contents;
}
@media (min-width: 992px) {
  .l-header__navarea {
    display: grid;
  }
}

.l-header-title {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: solid 1px #dedede;
}
@media (min-width: 768px) {
  .l-header-title {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .l-header-title {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

main {
  margin-bottom: 64px;
}
@media (min-width: 992px) {
  main {
    margin-bottom: 128px;
  }
}

footer {
  background: #0570BA;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 68px;
}
@media (min-width: 992px) {
  footer {
    padding-top: 64px;
    margin-bottom: 0;
  }
}

.l-footer-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
@media (min-width: 992px) {
  .l-footer-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    row-gap: 24px;
  }
}
@media (min-width: 1280px) {
  .l-footer-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.l-footer-wrapper * {
  color: #fff;
}
.l-footer-wrapper .f-item1 {
  display: none;
}
@media (min-width: 992px) {
  .l-footer-wrapper .f-item1 {
    display: block;
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media (min-width: 1280px) {
  .l-footer-wrapper .f-item1 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.l-footer-wrapper .f-item2 {
  display: none;
}
@media (min-width: 992px) {
  .l-footer-wrapper .f-item2 {
    display: grid;
    align-items: center;
    justify-content: end;
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .l-footer-wrapper .f-item2 ul {
    font-size: clamp(1.5rem, calc(1.435rem + 0.18vw), 1.6rem);
    list-style-type: none;
    border: solid 1px #fff;
    margin: 0;
    padding: 1em 1.5em;
    letter-spacing: 0.2em;
  }
  .l-footer-wrapper .f-item2 ul li + li {
    margin-top: 0.5em;
  }
}
@media (min-width: 1280px) {
  .l-footer-wrapper .f-item2 {
    align-items: center;
    justify-content: start;
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .l-footer-wrapper .f-item2 ul {
    padding: 1.5em 2.5em;
  }
  .l-footer-wrapper .f-item2 ul li + li {
    margin-top: 1em;
  }
}
.l-footer-wrapper .f-item3 {
  display: none;
}
@media (min-width: 1280px) {
  .l-footer-wrapper .f-item3 {
    display: grid;
    grid-column: 3/4;
    grid-row: 1/2;
  }
}
.l-footer-wrapper .f-item4 p {
  text-align: center;
  font-size: small;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .l-footer-wrapper .f-item4 p {
    margin-top: 16px;
  }
}
@media (min-width: 992px) {
  .l-footer-wrapper .f-item4 {
    grid-column: 1/4;
    grid-row: 2/3;
    border-top: solid 2px #fff;
  }
}

.l-contact-box {
  display: block;
  border: solid 4px #0570BA;
  padding: 24px;
  text-align: center;
}
@media (min-width: 992px) {
  .l-contact-box {
    border: solid 6px #0570BA;
    padding: 48px 24px;
    max-width: 60% !important;
  }
}
.l-contact-box * {
  text-align: center;
}
.l-contact-box h3 {
  margin-bottom: 16px;
  font-weight: 500;
}
.l-contact-box p.date {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.l-contact-box br {
  display: none;
}
@media (min-width: 1280px) {
  .l-contact-box br {
    display: block;
  }
}

.c-box--primary {
  padding: 40px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.c-btn--primary {
  display: inline-block;
  font-size: clamp(1.4rem, calc(1.335rem + 0.18vw), 1.5rem);
  font-weight: 400;
}
.c-btn--primary a {
  display: block;
  color: #434343;
  text-decoration: none;
  border: solid 1px #434343;
  padding: 1em 3em 1em 1.5em;
}
.c-btn--primary a span {
  display: inline-block;
  position: relative;
}
.c-btn--primary a span::after {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1.25em;
}
.c-btn--primary a:hover span::after {
  right: -1.75em;
}

.c-btn-blue {
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  position: relative;
}
.c-btn-blue a {
  display: block;
  background: #0570BA;
  color: #fff;
  text-decoration: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: clamp(1.6rem, calc(1.467rem + 0.37vw), 1.8rem);
  padding: 14px calc(2em + 16px) 14px 2em;
  margin: 9px auto;
}
.c-btn-blue:after {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "";
  margin-left: 16px;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  color: #fff;
  font-size: clamp(1.6rem, calc(1.467rem + 0.37vw), 1.8rem);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.c-btn-blue:hover:after {
  right: 18px;
}
.c-btn-blue i {
  margin-right: 16px;
}

.c-btn-blue-big {
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  position: relative;
}
.c-btn-blue-big a {
  display: block;
  background: #0570BA;
  color: #fff;
  text-decoration: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: clamp(1.5rem, calc(.3rem + 0.56vw), 1.8rem);
  padding: 26px calc(4.5em + 8px) 26px 3em;
  margin: 9px auto;
}
.c-btn-blue-big:after {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "";
  margin-left: 16px;
  position: absolute;
  top: 50%;
  right: 48px;
  transform: translateY(-50%);
  color: #fff;
  font-size: clamp(1.6rem, calc(1.467rem + 0.37vw), 1.8rem);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.c-btn-blue-big:hover:after {
  right: 36px;
}
.c-btn-blue-big i {
  margin-right: 16px;
}

.c-btn-more {
  display: inline-block;
  font-size: clamp(1.4rem, calc(1.333rem + 0.19vw), 1.5rem);
  line-height: 1;
}
.c-btn-more a {
  display: block;
  text-decoration: none;
  color: #0570BA;
  border: solid 1px #0570BA;
  padding: 12px 0;
  width: 12em;
  text-align: center;
  position: relative;
}
.c-btn-more a::after {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.c-btn-more a:hover::after {
  right: 20px;
}

.c-btn-form {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.6;
}
.c-btn-form a {
  display: block;
  text-decoration: none;
  background: #6AB0E1;
  color: #fff;
  padding: 18px 4em;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  position: relative;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.c-btn-form a::after {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "";
  font-size: 2rem;
  position: absolute;
  top: 50%;
  right: 2.5em;
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.c-btn-form a:hover {
  background: #5f9bc5;
}
.c-btn-form a:hover::after {
  right: 1.5em;
}

.submit-btn-wrap {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.submit-btn-wrap:after {
  font-size: 1.8rem !important;
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "";
  line-height: 1;
  position: absolute;
  right: 2.5em;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  color: #fff;
}

.submit-btn-wrap:hover::after {
  right: 1.5em;
}

.c-btn-contact {
  display: none;
}
@media (min-width: 992px) {
  .c-btn-contact {
    display: inline-block;
    font-size: clamp(1.5rem, calc(1.418rem + 0.23vw), 1.6rem);
  }
  .c-btn-contact a {
    color: #0570BA;
    text-decoration: none;
    display: block;
    border: solid 1px #fff;
    background: #fff;
    padding: 1em 3em;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .c-btn-contact a:hover {
    background: #298cd1;
    color: #fff;
  }
  .c-btn-contact a::before {
    /* using style CSS custom property */
    font: var(--fa-font-solid);
    content: "";
    margin-right: 8px;
  }
}

.gap {
  display: inline-block;
  background-color: inherit;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
}

.c-flex--contentCenter {
  display: flex;
  justify-content: center;
}

.mw_wp_form_preview div.align__center > span {
  display: none;
}
.mw_wp_form_preview .doui {
  display: none !important;
}
.mw_wp_form_preview p.not_confirm {
  display: none;
}
.mw_wp_form_preview p.c-form-kakunin {
  display: none;
}

.mwform-checkbox-field-text {
  font-size: 1.6rem;
  margin-right: 0.25em;
}

.mw_wp_form_confirm .doui {
  display: none !important;
}

#your-zip {
  width: 10em !important;
}

textarea::placeholder {
  font-size: 13px;
}

::placeholder {
  font-size: small;
}

input.size4em[type=text] {
  width: 4em;
}

/****************************************

		  Form

*****************************************/
form {
  margin: 0;
  padding: 0;
}

input[type=text],
input[type=password],
input[type=email],
textarea {
  margin: 0;
  margin-bottom: 20px;
  padding: 0.75em;
  outline: none;
  border: 1px solid #ccc;
  background: #F7F9FC;
  color: #434343;
  font-size: 1.6rem;
  box-sizing: border-box;
}
input[type=text]:last-of-type,
input[type=password]:last-of-type,
input[type=email]:last-of-type,
textarea:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  input[type=text],
input[type=password],
input[type=email] {
    max-width: 50%;
  }
}

input[type=text].number {
  width: 4em;
}

input[type=text].zip {
  width: 8em;
}

textarea {
  width: 100%;
}
@media (min-width: 768px) {
  textarea {
    width: 80%;
    max-width: 100%;
  }
}

.mwform-tel-field input[type=text] {
  margin-bottom: 0;
}

textarea {
  overflow: auto;
}

@media (min-width: 768px) {
  label {
    display: inline;
  }
}

.form-box input[type=text] {
  background: #fff;
}

input[type=checkbox] {
  accent-color: #0570BA;
}

input[type=radio] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 50%;
  vertical-align: -2px;
}

input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #0570BA;
  content: "";
}

input[type=text],
input[type=password],
input[type=email],
textarea {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus {
  border: 1px solid #ced1ff;
  background: #fff;
  -webkit-box-shadow: 0 0 3px #e2e4ff;
  -moz-box-shadow: 0 0 3px #e2e4ff;
  box-shadow: 0 0 3px #e2e4ff;
  color: #434343;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

input[type=submit].f-btn,
input[type=reset].f-btn,
input[type=button].f-btn {
  display: inline-block;
  font-size: 1.8rem;
  padding: 18px 4em;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background-color: #6AB0E1;
  color: #fff;
  border: solid 2px #6AB0E1;
  -webkit-transition: none;
  transition: none;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

input[type=submit].f-btn:hover,
input[type=reset].f-btn:hover,
input[type=button].f-btn:hover {
  border: solid 2px #5f9bc5;
  background: #5f9bc5;
  color: #fff;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

input[type=submit]:disabled.f-btn,
input[type=reset]:disabled.f-btn,
input[type=button]:disabled.f-btn {
  color: #fff;
  background-color: #d7d7d7;
  border: solid 2px #d7d7d7;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

select {
  height: 40px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 10px;
  border: 1px solid #ccc;
}

select::-ms-expand {
  display: none;
}

.c-form__ipselect {
  overflow: hidden;
  margin-bottom: 16px;
}

.c-form__ipselect select {
  padding-right: 1em;
  cursor: pointer;
  text-overflow: ellipsis;
}

.c-form__ipselect select::-ms-expand {
  display: none;
}

.c-form__ipselect.c-form__sl {
  position: relative;
  display: inline-block;
}

.c-form__ipselect.c-form__sl::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}

.c-form__ipselect.c-form__sl select {
  padding: 8px 38px 8px 8px;
  color: #666666;
}

.mw_wp_form_preview .c-form__ipselect.c-form__sl::before {
  display: contents;
}

.kakunin {
  margin-top: 16px;
}
.kakunin input[type=text] {
  margin-top: 16px;
}

.mw_wp_form_preview .kakunin {
  display: none;
}

.c-grid--tokucho-imageRight {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .c-grid--tokucho-imageRight {
    grid-template-columns: 2fr 1.5fr;
    gap: 40px;
  }
}
.c-grid--tokucho-imageRight img {
  aspect-ratio: 3/2;
  object-fit: cover;
  width: 100%;
}

.c-grid--tokucho-imageLeft {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .c-grid--tokucho-imageLeft {
    grid-template-columns: 1.5fr 2fr;
    gap: 40px;
  }
  .c-grid--tokucho-imageLeft .textbox {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .c-grid--tokucho-imageLeft .imgbox {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.c-grid--tokucho-imageLeft img {
  aspect-ratio: 3/2;
  object-fit: cover;
  width: 100%;
}

.c-grid--5-7 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-bottom: 40px;
}
.c-grid--5-7 > div {
  min-width: 0;
  /* gridの子に対して必須 */
}
@media (min-width: 768px) {
  .c-grid--5-7 {
    grid-template-columns: 5fr 7fr;
    gap: 40px;
  }
}
.c-grid--5-7 img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
}

.c-grid--7-5 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .c-grid--7-5 {
    grid-template-columns: 7fr 5fr;
    gap: 40px;
  }
}
.c-grid--7-5 img {
  aspect-ratio: 3/2;
  object-fit: cover;
  width: 100%;
}

.c-grid-half {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .c-grid-half {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

ul.c-contact-grid {
  list-style-type: none;
  padding-left: 0;
  font-size: clamp(1.6rem, calc(1.533rem + 0.19vw), 1.7rem);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  line-height: 1.8;
  display: grid;
  gap: 16px;
}
@media (min-width: 768px) {
  ul.c-contact-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (min-width: 992px) {
  ul.c-contact-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
ul.c-contact-grid li {
  border: solid 1px #E8E8E8;
  background: #fff;
  padding: 24px;
  box-shadow: 0px 0px 10px 2px rgba(17, 17, 26, 0.08);
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  display: grid;
  gap: 16px;
}
@media (min-width: 768px) {
  ul.c-contact-grid li {
    grid-template-rows: subgrid;
    grid-row: span 3;
  }
}
ul.c-contact-grid li h4 {
  font-size: 1.8rem;
  font-weight: 400;
  border-bottom: solid 1px #434343;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
ul.c-contact-grid li dl {
  line-height: 1;
  margin-bottom: 16px;
}
ul.c-contact-grid li dl dt {
  margin-bottom: 16px;
}
ul.c-contact-grid li dl dd {
  font-size: 2rem;
  font-weight: 600;
}
ul.c-contact-grid li dl dd span {
  font-size: 1.6rem;
  margin-right: 0.5em;
}
ul.c-contact-grid li dl dd.tel {
  font-weight: 800;
  font-size: 2.8rem;
  margin-bottom: 16px;
}
ul.c-contact-grid li p {
  margin-bottom: 0;
}
ul.c-contact-grid li p span {
  display: block;
  font-size: 1.5rem;
}

figure {
  margin: 0;
  padding: 0;
}

figcaption {
  font-size: 1.5rem;
  margin-top: 8px;
}

.c-gallery {
  list-style-type: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 16px;
}
.c-gallery li {
  margin: 0 8px 16px;
}
.c-gallery img {
  aspect-ratio: 3/2;
  object-fit: cover;
  width: 100%;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.aspect-inherit {
  aspect-ratio: auto !important;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.c-table--primary {
  font-size: clamp(1.5rem, calc(1.464rem + 0.18vw), 1.6rem);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  line-height: 1.8;
}
.c-table--primary tr,
.c-table--primary th,
.c-table--primary td {
  display: block;
}
.c-table--primary tr {
  border-top: solid 1px #D9D9D9;
}
.c-table--primary tr:last-child {
  border-bottom: solid 1px #D9D9D9;
}
.c-table--primary th {
  padding: 16px 1em 8px 1em;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.125em;
}
.c-table--primary td {
  padding: 0 1em 16px;
}
.c-table--primary ul {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .c-table--primary tr {
    display: table-row;
  }
  .c-table--primary th,
.c-table--primary td {
    display: table-cell;
    padding: 32px 1em;
  }
  .c-table--primary th {
    font-weight: 400;
    vertical-align: top;
  }
}

.c-table--recruit {
  font-size: clamp(1.5rem, calc(1.464rem + 0.18vw), 1.6rem);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  line-height: 1.8;
  margin-top: 64px;
  margin-bottom: 64px;
}
.c-table--recruit tr,
.c-table--recruit th,
.c-table--recruit td {
  display: block;
}
.c-table--recruit tr {
  border-top: solid 1px #D9D9D9;
}
.c-table--recruit tr:last-child {
  border-bottom: solid 1px #D9D9D9;
}
.c-table--recruit th {
  padding: 16px 1em 8px 1em;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.125em;
}
.c-table--recruit td {
  padding: 0 1em 16px;
}
.c-table--recruit ul {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .c-table--recruit tr {
    display: table-row;
  }
  .c-table--recruit th,
.c-table--recruit td {
    display: table-cell;
    padding: 32px 1em;
  }
  .c-table--recruit th {
    font-weight: 400;
    vertical-align: top;
    white-space: nowrap;
    padding-right: 2em;
  }
  .c-table--recruit td {
    padding-left: 2em;
  }
}
@media (min-width: 992px) {
  .c-table--recruit {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-table-timetable {
  font-size: clamp(1.4rem, calc(1.264rem + 0.38vw), 1.6rem);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 16px;
}
.c-table-timetable th {
  font-weight: 400;
  background: #F4F5FE;
}
.c-table-timetable td {
  font-weight: 600;
}
.c-table-timetable th,
.c-table-timetable td {
  text-align: center;
  border-top: solid 1px #434343;
  border-bottom: solid 1px #434343;
  padding: 16px 0;
}
.c-table-timetable .border-right {
  border-right: solid 1px #434343;
  padding-left: 4px;
  padding-right: 4px;
  width: 7em;
}
@media (min-width: 768px) {
  .c-table-timetable .border-right {
    width: 9em;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.c-table-timetable caption {
  caption-side: top;
  text-align: left;
  margin-bottom: 8px;
}
.c-table-timetable caption:before {
  content: "●";
  margin-right: 4px;
}

.c-table-reserved3day {
  font-size: clamp(1.4rem, calc(1.333rem + 0.19vw), 1.5rem);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 16px;
  border: solid 1px #696c6c;
}
.c-table-reserved3day caption {
  font-size: clamp(2rem, calc(1.733rem + 0.74vw), 2.4rem);
  font-weight: 500;
  color: #0570BA;
  text-align: center;
  margin-bottom: 1.5em;
}
.c-table-reserved3day th,
.c-table-reserved3day td {
  padding: 1em;
}
.c-table-reserved3day td {
  border: solid 1px #696c6c;
}
.c-table-reserved3day th {
  background: #F4F5FE;
}
.c-table-reserved3day tr.c-table-reserved3day__day {
  border-bottom: solid 1px #696c6c;
}
.c-table-reserved3day tr.c-table-reserved3day__day th {
  border-bottom: none;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 1.8rem;
  background: #6AB0E1;
  color: #fff;
}
.c-table-reserved3day tr.c-table-reserved3day__day th + th {
  border-left: solid 1px #fff;
}
.c-table-reserved3day tr.c-table-reserved3day__youbi td + td {
  border-left: solid 1px #696c6c;
}
.c-table-reserved3day tr.c-table-reserved3day__youbi td {
  border-top: none;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  font-weight: 500;
  background: #e8e8e8;
}
.c-table-reserved3day tr.c-table-reserved3day__reserve td {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 900;
  color: #1D3F5A;
}

.c-table-price {
  font-size: clamp(1.4rem, calc(1.333rem + 0.19vw), 1.5rem);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .c-table-price {
    width: auto;
    min-width: 30%;
  }
}
.c-table-price th {
  font-weight: 400;
  background: #F5F6FE;
  text-align: left;
}
.c-table-price td {
  border-left: solid 1px #434343;
  text-align: center;
}
.c-table-price th,
.c-table-price td {
  border-top: solid 1px #434343;
  border-bottom: solid 1px #434343;
  padding: 12px;
}
@media (min-width: 768px) {
  .c-table-price th,
.c-table-price td {
    padding: 16px 40px;
  }
}
.c-table-price tr:first-of-type > td {
  white-space: nowrap;
  min-width: 6em;
}
.c-table-price ol {
  margin-top: 1em;
  margin-bottom: 0;
}

.c-table-price-kasan {
  font-size: clamp(1.4rem, calc(1.333rem + 0.19vw), 1.5rem);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 16px;
  width: 100%;
}
.c-table-price-kasan caption {
  text-align: left;
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.c-table-price-kasan tr.top-th > th {
  font-weight: 300;
  white-space: nowrap;
  text-align: center;
}
.c-table-price-kasan tr.top-th th + th {
  border-left: solid 1px #434343;
}
.c-table-price-kasan th {
  font-weight: 400;
  background: #F5F6FE;
  text-align: left;
  white-space: nowrap;
}
.c-table-price-kasan th:empty {
  width: 4em !important;
}
.c-table-price-kasan td {
  border-left: solid 1px #434343;
  text-align: center;
}
.c-table-price-kasan th,
.c-table-price-kasan td {
  border-top: solid 1px #434343;
  border-bottom: solid 1px #434343;
  padding: 12px;
}
@media (min-width: 768px) {
  .c-table-price-kasan th,
.c-table-price-kasan td {
    padding: 16px 24px;
  }
}

table.c-table--monshin {
  font-size: clamp(1.5rem, calc(1.464rem + 0.18vw), 1.6rem);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  line-height: 1.8;
}
table.c-table--monshin tr,
table.c-table--monshin th,
table.c-table--monshin td {
  display: block;
}
table.c-table--monshin th {
  padding: 16px;
  margin-bottom: 16px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.125em;
  background: #d6eeff;
  line-height: 1;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
table.c-table--monshin td {
  padding: 8px 16px 24px;
}
table.c-table--monshin ul {
  margin-bottom: 0;
}

fieldset {
  padding: 24px;
  border: solid 1px #ddd;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  fieldset {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  fieldset {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 64px;
  }
}
fieldset legend {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1.8rem, calc(1.727rem + 0.36vw), 2rem);
  letter-spacing: 0.2em;
  font-weight: 500;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
}

table.simcal-calendar-grid {
  font-size: clamp(1.5rem, calc(1.464rem + 0.18vw), 1.6rem);
}
table.simcal-calendar-grid .simcal-current-year::after {
  content: "年";
}
table.simcal-calendar-grid .simcal-icon-right {
  color: #fff;
}
table.simcal-calendar-grid .simcal-calendar-head {
  background: #6AB0E1;
  color: #fff;
  border: solid 1px #696c6c;
}
table.simcal-calendar-grid .simcal-calendar-head tr:first-child {
  border-bottom: solid 1px #fff;
}
table.simcal-calendar-grid .simcal-calendar-head .simcal-week-day {
  padding-top: 16px;
  padding-bottom: 16px;
}
table.simcal-calendar-grid .simcal-calendar-head .simcal-week-day + .simcal-week-day {
  border-left: solid 1px #fff;
}
table.simcal-calendar-grid .simcal-month {
  border: solid 1px #696c6c;
}
table.simcal-calendar-grid .simcal-day {
  border: solid 1px #696c6c;
}

.simcal-default-calendar-grid.simcal-default-calendar-dark .simcal-day-number {
  background: #e0e0e0 !important;
}

.simcal-today .simcal-day-label.simcal-day-number {
  background: #1e73be !important;
}

.print-calendar-button {
  background: #e0e0e0 !important;
  padding: 8px 1em !important;
  font-size: 1.5rem !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.print-calendar-button::before {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "";
  margin-right: 8px;
  font-size: 1.8rem;
}

.p-heroArea {
  position: relative;
  display: block;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .p-heroArea {
    margin-bottom: 200px;
  }
}
@media (min-width: 992px) {
  .p-heroArea {
    margin-bottom: 220px;
  }
}

.p-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 24px;
}
.p-hero img {
  aspect-ratio: 8/9;
  object-fit: cover;
  object-position: top;
  width: 100%;
  max-height: 880px;
}

.p-infocard {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .p-infocard {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -32%;
  }
}
@media (min-width: 992px) {
  .p-infocard {
    bottom: -8%;
  }
}
.p-infocard .card {
  background: #fff;
  padding: 24px 18px;
  text-align: center;
  box-shadow: 0px 0 4px 0px rgba(0, 0, 0, 0.25);
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 8px;
  align-items: center;
}
@media (min-width: 768px) {
  .p-infocard .card {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 992px) {
  .p-infocard .card {
    padding: 48px 24px;
  }
}
.p-infocard .card h3 {
  margin-bottom: 16px;
}
.p-infocard .card p {
  text-align: center;
  letter-spacing: 0.01em;
  margin-bottom: 0;
}
.p-infocard .card p.notice {
  font-size: small;
  line-height: 1.2;
  color: #1D3F5A;
  font-weight: 400;
}
.p-infocard .card .tel {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  color: #0570BA;
  font-size: clamp(3rem, calc(1.8rem + 3.33vw), 4.8rem);
  font-weight: 800;
  line-height: 1;
  display: inline-block;
  position: relative;
  margin-bottom: 8px;
}
.p-infocard .card .tel:before {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "";
  font-size: clamp(1.8rem, calc(1.4rem + 1.11vw), 2.4rem);
  margin-right: 8px;
  position: absolute;
  left: -24px;
  bottom: 4px;
}
@media (min-width: 768px) {
  .p-infocard .card .tel:before {
    left: -32px;
  }
}
.p-infocard .card br {
  display: none;
}
@media (min-width: 1280px) {
  .p-infocard .card br {
    display: block;
  }
}

.p-infoArea {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, auto);
  gap: 32px;
}
.p-infoArea ul {
  padding: 0;
}
@media (min-width: 992px) {
  .p-infoArea {
    grid-template-columns: 1fr 2fr;
    grid-template-rows: repeat(3, auto);
    gap: 40px 0;
  }
}
.p-infoArea .grid1 {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media (min-width: 992px) {
  .p-infoArea .grid1 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.p-infoArea .grid2 {
  display: none;
}
@media (min-width: 992px) {
  .p-infoArea .grid2 {
    display: block;
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.p-infoArea .grid3 {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media (min-width: 992px) {
  .p-infoArea .grid3 {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
.p-infoArea .grid4 {
  grid-column: 1/2;
  grid-row: 3/4;
}
@media (min-width: 992px) {
  .p-infoArea .grid4 {
    display: none;
  }
}
.p-infoArea span.cate {
  font-size: small;
  font-weight: 300;
  color: #8a8a8a;
  margin-top: 8px;
  display: block;
}
@media (min-width: 768px) {
  .p-infoArea span.cate {
    display: inline-block;
    margin-top: 0;
    margin-left: 1.5em;
  }
}
.p-infoArea span.cate::before {
  font-weight: 400;
  content: "[";
}
.p-infoArea span.cate::after {
  font-weight: 400;
  content: "]";
}
.p-infoArea span.cate a {
  color: #8a8a8a;
  padding-left: 4px;
  padding-right: 4px;
}
.p-infoArea ul {
  list-style-type: none;
  font-size: clamp(1.7rem, calc(1.63rem + 0.19vw), 1.8rem);
  font-weight: 400;
}
.p-infoArea ul span {
  font-size: 1.5rem;
  font-weight: 500;
  color: #1D3F5A;
  display: block;
}
@media (min-width: 992px) {
  .p-infoArea ul span {
    display: inline;
    margin-right: 2em;
  }
}
.p-infoArea ul a {
  color: #434343;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.p-infoArea ul a:hover {
  color: #1D3F5A;
}
.p-infoArea ul li {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  background-image: linear-gradient(to right, #999 1px, transparent 1px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left top;
}
.p-infoArea ul li:last-child {
  background-image: linear-gradient(to right, #999 1px, transparent 1px), linear-gradient(to right, #999 1px, transparent 1px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left bottom, left top;
}

.sticky > a {
  color: red !important;
}

ul.p-sevice {
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  ul.p-sevice {
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
  }
}
ul.p-sevice li {
  /* li の高さを揃えるための設定（親のグリッドから高さを継承） */
  display: grid;
}
ul.p-sevice li p {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  ul.p-sevice li p {
    font-size: clamp(1.4rem, calc(1.2rem + 0.56vw), 1.7rem);
  }
}
ul.p-sevice a {
  display: block;
  text-decoration: none;
  padding: 8px 16px;
  border: solid 1px #999;
  border-bottom: none;
}
@media (min-width: 768px) {
  ul.p-sevice a {
    padding: 8px 24px;
  }
}
@media (min-width: 992px) {
  ul.p-sevice a {
    border: none;
    padding: 16px 8px;
    /* aタグ自体もグリッドコンテナとして設定 */
    display: grid;
    /* aタグが li の高さいっぱいになるように */
    height: 100%;
    /* ボックスシャドウ */
    box-shadow: 0px 0px 8px 4px rgba(17, 17, 26, 0.08);
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  ul.p-sevice a:hover {
    scale: 1.1;
  }
}
ul.p-sevice li:last-child a {
  border-bottom: solid 1px #999;
}
@media (min-width: 992px) {
  ul.p-sevice li:last-child a {
    border: none;
  }
}
ul.p-sevice .p-sevice__subgrid {
  display: grid;
  grid-template-columns: 20% 1fr 20%;
  gap: 16px;
  align-items: center;
}
@media (min-width: 992px) {
  ul.p-sevice .p-sevice__subgrid {
    /* 親（aタグ）のグリッドの列定義を継承 */
    display: grid;
    /* ここが最も重要です。親のグリッド（aタグ）から行の定義を継承することで、
     すべての p-service__subgrid 内の item1, item2, item3 の高さが揃います。 */
    grid-template-columns: subgrid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    /* subgrid内の要素間の余白 */
    gap: 8px;
    /* 垂直方向の中央揃え */
    align-items: center;
  }
}
@media (min-width: 992px) {
  ul.p-sevice .p-sevice__subgrid .item1 {
    display: grid;
    grid-row: 1/2;
    /* 1行目に配置 */
    grid-column: 1/-1;
    /* 全ての列を占有（もし必要なら） */
    place-items: center;
  }
  ul.p-sevice .p-sevice__subgrid .item1 img {
    max-height: 100px;
  }
  ul.p-sevice .p-sevice__subgrid .item1 a {
    display: block;
  }
}
@media (min-width: 992px) {
  ul.p-sevice .p-sevice__subgrid .item2 {
    grid-row: 2/3;
    /* 2行目に配置 */
    grid-column: 1/-1;
    /* 全ての列を占有 */
    text-align: center;
  }
}
ul.p-sevice .p-sevice__subgrid .item3 {
  place-items: end;
}
@media (min-width: 992px) {
  ul.p-sevice .p-sevice__subgrid .item3 {
    display: grid;
    grid-row: 3/4;
    /* 3行目に配置 */
    grid-column: 1/-1;
    /* 全ての列を占有 */
    place-items: center;
  }
}
ul.p-sevice p {
  margin-bottom: 0;
  text-align: center;
  font-weight: 400;
}

.l-banner {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  box-shadow: 0px 3px 4px 2px rgba(17, 17, 26, 0.1);
}

.p-box-border-bk {
  border: solid 1.5px #434343;
  padding: 4em;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.p-info-cate {
  border-bottom: solid 2px #0570BA;
  padding-bottom: 16px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .p-info-cate {
    padding-bottom: 24px;
    margin-bottom: 40px;
  }
}
.p-info-cate ul {
  list-style-type: none;
  font-size: clamp(1.6rem, calc(1.2rem + 1.11vw), 2.2rem);
  font-weight: 400;
  padding-left: 0;
}
.p-info-cate ul li {
  display: inline-block;
  margin-bottom: 8px;
}
.p-info-cate ul li + li {
  margin-right: 0.75em;
}
@media (min-width: 768px) {
  .p-info-cate ul li + li {
    margin-right: 0;
    margin-left: 0.5em;
  }
}
.p-info-cate ul li a {
  font-size: clamp(1.3rem, calc(1.233rem + 0.19vw), 1.4rem);
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  display: block;
  border: solid 2px #0570BA;
  padding: 0.75em 1.5em;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.p-info-cate ul li a:hover {
  background: #0570BA;
  color: #fff;
}
.p-info-cate ul li.title {
  display: block;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .p-info-cate ul li.title {
    display: inline-block;
  }
}
.p-info-cate ul li.all,
.p-info-cate ul li.current-cat a {
  font-size: clamp(1.3rem, calc(1.233rem + 0.19vw), 1.4rem);
  font-weight: 300;
  line-height: 1;
  background: #0570BA;
  border: solid 2px #0570BA;
  color: #fff;
  padding: 0.75em 1.5em;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

article.p-info-block {
  padding-bottom: 32px;
  margin-bottom: 32px;
  background-image: linear-gradient(to right, #999 1px, transparent 1px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
article.p-info-block h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(2rem, calc(1.6rem + 1.11vw), 2.6rem);
  margin-bottom: 16px;
  font-weight: 400;
}
article.p-info-block p {
  letter-spacing: normal;
  color: #8c9191;
}

.date-block:has(> ul li:nth-child(2)) {
  grid-template-columns: 1fr;
  gap: 8px;
}
@media (min-width: 768px) {
  .date-block:has(> ul li:nth-child(2)) {
    grid-template-columns: auto 1fr;
    gap: 32px;
  }
}

.date-block {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 32px;
  margin-bottom: 24px;
  align-aitems: center;
}
.date-block p {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0;
}
.date-block ul {
  list-style-type: none;
  font-size: 1.6rem;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.date-block ul li {
  display: inline-block;
}
.date-block ul li + li {
  margin-right: 1em;
}
@media (min-width: 768px) {
  .date-block ul li + li {
    margin-right: inherit;
    margin-left: 1em;
  }
}
.date-block ul a {
  color: #434343;
  text-decoration: none;
}
.date-block ul li.cate-info::before {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "";
  color: #0570BA;
  margin-right: 8px;
}
.date-block ul li.cate-important::before {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "";
  color: #E7220C;
  margin-right: 8px;
}
.date-block ul li.cate-column::before {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "";
  color: #05BA84;
  margin-right: 8px;
}

.p-history-box {
  background: #F4F5FE;
  padding: 40px;
  margin-bottom: 20px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
@media (min-width: 768px) {
  .p-history-box {
    margin-bottom: 40px;
  }
}

.p-timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: clamp(1.5rem, calc(1.433rem + 0.19vw), 1.6rem);
  font-weight: 400;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-timeline {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 0 48px;
  }
  .p-timeline li {
    display: contents;
  }
}
.p-timeline p {
  margin-bottom: 0;
}

.p-timeline__date {
  white-space: nowrap;
  font-weight: 300;
}
@media (min-width: 768px) {
  .p-timeline__date {
    padding: 16px 0;
  }
}

.p-timeline__content {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: dotted 1px #434343;
}
@media (min-width: 768px) {
  .p-timeline__content {
    border-bottom: none;
    border-left: 3px solid #fff;
    margin: 0;
    padding: 16px 0 16px 48px;
    position: relative;
  }
}

@media (min-width: 768px) {
  .p-timeline__content:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: #0570BA;
    border-radius: 50%;
    position: absolute;
    left: -7.5px;
    top: 24px;
  }
}
.p-calbox {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .p-calbox {
    max-width: 88%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-calbox .g-cal {
  width: 100%;
  aspect-ratio: 4/3;
}
.p-calbox .g-cal iframe {
  width: 100%;
  height: 100%;
}
.p-calbox .simcal-event-title {
  font-size: 1.6rem;
}

.p-borderbox {
  border: solid 6px #0570BA;
  padding: 32px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 1280px) {
  .p-borderbox {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    grid-template-columns: 2.2fr 1fr;
    gap: 32px;
    align-items: center;
  }
}
.p-borderbox img {
  width: 100%;
  max-width: 60%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1280px) {
  .p-borderbox img {
    max-width: 100%;
  }
}
.p-borderbox h5 {
  font-size: clamp(1.5rem, calc(1.464rem + 0.18vw), 1.6rem);
  margin-bottom: 0.75em;
  margin-left: 1em;
}
.p-borderbox h5:before {
  content: "●";
  color: #0570BA;
  margin-left: -1.25em;
  margin-right: 0.25em;
}
.p-borderbox ul {
  margin-left: 1.5em;
}
.p-borderbox ul.u-list-bikou {
  margin-bottom: 0;
  color: red;
  letter-spacing: 0.125em;
  font-size: 1.5rem;
}

ol.p-flow {
  list-style-type: none;
  padding-left: 0;
  counter-reset: number 0;
}
ol.p-flow li {
  padding-bottom: 2em;
  background-image: linear-gradient(to right, #BCBCBC 2px, transparent 2px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
ol.p-flow li + li {
  margin-top: 2em;
}
ol.p-flow h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(2.6rem, calc(2.333rem + 0.74vw), 3rem);
  margin-bottom: 0.5em;
}
ol.p-flow h5:before {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 4rem;
  color: #9FC2FF;
  margin-right: 16px;
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
}
ol.p-flow p {
  margin-bottom: 0;
}

dl.p-yoyaku-setumei {
  font-size: small;
  display: grid;
  grid-template-columns: auto 1fr;
  row-gap: 8px;
}
dl.p-yoyaku-setumei dt::after {
  content: "・・・";
  font-weight: 500;
}
dl.p-yoyaku-setumei dt {
  font-weight: 900;
}
dl.p-yoyaku-setumei dd {
  margin-right: 16px;
}

.p-rehabili-list span {
  display: block;
  font-weight: 500;
}
.p-rehabili-list span.sub-title {
  font-weight: 300;
  margin-top: 1em;
}
.p-rehabili-list li + li {
  margin-top: 1em;
}

.p-riyou-flow-list li + li {
  margin-top: 1em;
}
.p-riyou-flow-list ul {
  margin-top: 1em;
  list-style-type: disc;
}

.p-erai-box {
  display: inline-block;
  background: #F5F6FE;
  padding: 32px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.p-erai-box p {
  margin-bottom: 0;
}

ul.unit-flow {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 992px) {
  ul.unit-flow {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    gap: 16px;
  }
}
ul.unit-flow li {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: auto 1fr;
  gap: 8px 16px;
}
ul.unit-flow li .unit-flow--img {
  grid-column: 1/2;
  grid-row: 1/3;
}
@media (min-width: 992px) {
  ul.unit-flow li .unit-flow--img {
    grid-column: 1/1;
    grid-row: 1/2;
  }
}
ul.unit-flow li .unit-flow--title {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media (min-width: 992px) {
  ul.unit-flow li .unit-flow--title {
    grid-column: 1/1;
    grid-row: 2/3;
  }
}
ul.unit-flow li .unit-flow--doc {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media (min-width: 992px) {
  ul.unit-flow li .unit-flow--doc {
    grid-column: 1/1;
    grid-row: 3/4;
  }
}
@media (min-width: 992px) {
  ul.unit-flow li {
    grid-template-columns: 1fr;
    grid-template-rows: subgrid;
    grid-row: span 3;
  }
}
ul.unit-flow h5 {
  font-size: 1.6rem;
}
ul.unit-flow h5 span {
  font-size: small;
}
@media (min-width: 768px) {
  ul.unit-flow h5 {
    font-size: 2rem;
  }
  ul.unit-flow h5 span {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  ul.unit-flow h5 {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  ul.unit-flow h5 span {
    font-size: small;
  }
}
ul.unit-flow img {
  width: 100%;
}
ul.unit-flow p {
  font-size: 1.4rem;
  line-height: 1.5;
}

dl.p-madoguchi {
  letter-spacing: 0.025em;
}
dl.p-madoguchi dt {
  font-size: clamp(1.8rem, calc(1.533rem + 0.74vw), 2.2rem);
  font-weight: 400;
  margin-bottom: 8px;
}
dl.p-madoguchi dd {
  font-size: clamp(1.6rem, calc(1.533rem + 0.19vw), 1.7rem);
  line-height: 1.8;
  font-weight: 400;
}
dl.p-madoguchi dd span:not(.tel) {
  display: block;
  margin-right: 1em;
}
@media (min-width: 768px) {
  dl.p-madoguchi dd span:not(.tel) {
    display: inline;
  }
}
dl.p-madoguchi dd span.tel {
  display: inline;
  font-size: 2.4rem;
  font-weight: 500;
  margin-right: 0;
}

.p-recruit-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  gap: 16px;
}
@media (min-width: 768px) {
  .p-recruit-grid {
    grid-template-columns: 3fr 2fr;
    grid-template-rows: 1fr;
    gap: 48px;
  }
}
.p-recruit-grid .p-recruit-grid__text {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media (min-width: 768px) {
  .p-recruit-grid .p-recruit-grid__text {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.p-recruit-grid .p-recruit-grid__img {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media (min-width: 768px) {
  .p-recruit-grid .p-recruit-grid__img {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.p-recruit-grid .p-recruit-grid__img img {
  aspect-ratio: 3/2;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 768px) {
  .p-recruit-grid .p-recruit-grid__img img {
    aspect-ratio: 1/1;
  }
}

.p-floatbg {
  position: relative;
  z-index: 2;
  padding-top: 60px;
}
.p-floatbg::before {
  content: "";
  display: block;
  background: #F4F5FE;
  position: absolute;
  inset: 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  z-index: -1;
}
@media (min-width: 768px) {
  .p-floatbg::before {
    width: 80%;
    right: 0;
    left: auto;
    margin-left: 0;
  }
}

.p-tel-recruit span {
  font-weight: 600;
  font-size: 2.8rem !important;
  color: #1D3F5A;
}

.must {
  display: inline-block;
}
.must::before {
  content: "必須";
  font-size: small;
  color: #fff;
  background: #F44343;
  padding: 8px;
  margin-right: 8px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.p-pp h3 {
  font-size: clamp(2rem, calc(1.733rem + 0.74vw), 2.4rem);
  margin-bottom: 1em;
}
.p-pp dl {
  font-size: clamp(1.6rem, calc(1.533rem + 0.19vw), 1.7rem);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6;
}
.p-pp dl dt {
  font-weight: 400;
  margin-bottom: 8px;
}

.gmap {
  border: solid 6px #d6d6d6;
  margin-bottom: 16px;
}
.gmap iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 992px) {
  .gmap iframe {
    aspect-ratio: 16/9;
  }
}

dl.p-access-addr {
  font-size: clamp(1.6rem, calc(1.533rem + 0.19vw), 1.7rem);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  line-height: 1.8;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 16px;
}
dl.p-access-addr dt {
  font-weight: 500;
  margin-bottom: 0;
}
dl.p-access-addr dd {
  margin-bottom: 0;
}

ul.p-dl-list {
  list-style-type: none;
  padding-left: 0;
}
ul.p-dl-list li + li {
  margin-top: 1em;
}
ul.p-dl-list li {
  margin-left: 1.5em;
}
ul.p-dl-list li a {
  position: relative;
}
ul.p-dl-list li a[href$=".pdf"]:before {
  position: absolute;
  left: -1.25em;
  top: 4px;
  display: block;
  /* using style CSS custom property */
  font: var(--fa-font-regular);
  content: "";
  font-size: 1.8rem;
  color: red;
}

.u-align__left {
  text-align: left !important;
}

.u-align__right {
  text-align: right !important;
}

.u-align__center {
  text-align: center !important;
}

@media (min-width: 768px) {
  .u-align__center--pc {
    text-align: center !important;
  }
}

.u-align-sponly {
  text-align: left;
}
@media (min-width: 768px) {
  .u-align-sponly {
    text-align: center;
  }
}

.u-order__1 {
  order: 1 !important;
}

.u-order__2 {
  order: 2 !important;
}

.u-order__3 {
  order: 3 !important;
}

.u-order__4 {
  order: 4 !important;
}

.u-order__5 {
  order: 5 !important;
}

@media (min-width: 768px) {
  .u-order__md_1 {
    order: 1 !important;
  }

  .u-order__md_2 {
    order: 2 !important;
  }

  .u-order__md_3 {
    order: 3 !important;
  }

  .u-order__md_4 {
    order: 4 !important;
  }

  .u-order__md_5 {
    order: 5 !important;
  }
}
@media (min-width: 992px) {
  .u-order__lg_1 {
    order: 1 !important;
  }

  .u-order__lg_2 {
    order: 2 !important;
  }

  .u-order__lg_3 {
    order: 3 !important;
  }

  .u-order__lg_4 {
    order: 4 !important;
  }

  .u-order__lg_5 {
    order: 5 !important;
  }
}
.u-only--pc {
  display: none;
}
@media (min-width: 768px) {
  .u-only--pc {
    display: block;
  }
}

@media (min-width: 768px) {
  .u-only--sp {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-w-75 {
    width: 75% !important;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  .u-w-75-pc {
    width: 75% !important;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .u-w-80 {
    width: 80% !important;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .u-w-90 {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }
}

.u-bg--blue {
  background: #DFF2FF;
}
.u-bg--purple {
  background: #F4F5FE;
  padding-top: 48px;
  padding-bottom: 48px;
  margin-bottom: 64px;
  position: relative;
  z-index: -1;
}
@media (min-width: 768px) {
  .u-bg--purple {
    padding-top: 64px;
    padding-bottom: 64px;
    margin-bottom: 128px;
  }
}

.u-border {
  border: solid 1px #dbdbdb;
}

.u-color--red {
  color: red;
}

.u-gradation {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  /* 左側は白の固定 */
  overflow: hidden;
}

.u-gradation .container {
  position: relative;
  z-index: 3;
  /* 疑似要素より前面に出す */
}

.u-gradation::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: linear-gradient(to right, white, rgba(246, 226, 255, 0.585), rgba(215, 242, 255, 0.585));
  background-size: 600% 600%;
  animation: GradientBackground 10s ease infinite;
  /* ▼ 右半分をベースに、左側をマスクでフェードアウト */
  -webkit-mask-image: linear-gradient(to left, black 60%, rgba(0, 0, 0, 0) 50%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: linear-gradient(to left, black 60%, rgba(0, 0, 0, 0) 50%);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  pointer-events: none;
}

.u-gradation::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: linear-gradient(40deg, white 45%, rgba(255, 255, 255, 0) 60%);
  pointer-events: none;
  z-index: 2;
  /* グラデーションの上に重ねる */
}

@keyframes GradientBackground {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.tos-wrapper.tos-fixed {
  z-index: calc(infinity) !important;
}

.ui-datepicker {
  width: 24em !important;
}

.ui-widget {
  font-size: 1.4rem !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #a7eeff !important;
  background: #a7eeff url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x !important;
}

.ui-widget-header {
  border: 1px solid #aaa;
  background: #ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
  color: #222;
  font-weight: bold;
}

.u-mx__0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.u-mb__0 {
  margin-bottom: 0 !important;
}

.u-mb__1 {
  margin-bottom: 1em !important;
}

.u-mb__2 {
  margin-bottom: 1.5em !important;
}

.u-mb__3 {
  margin-bottom: 2em !important;
}

.u-mb__4 {
  margin-bottom: 2.5em !important;
}

.u-mb__5 {
  margin-bottom: 3em !important;
}

.u-mb__6 {
  margin-bottom: 5em !important;
}

.u-mt__0 {
  margin-top: 0 !important;
}

.u-mt__1 {
  margin-top: 1em !important;
}

.u-mt__2 {
  margin-top: 1.5em !important;
}

.u-mt__3 {
  margin-top: 2em !important;
}

.u-mt__4 {
  margin-top: 2.5em !important;
}

.u-mt__5 {
  margin-top: 3em !important;
}

.u-ml__0 {
  margin-left: 0 !important;
}

.u-ml__1 {
  margin-left: 1em !important;
}

.u-ml__2 {
  margin-left: 1.5em !important;
}

.u-ml__3 {
  margin-left: 2em !important;
}

.u-ml__4 {
  margin-left: 2.5em !important;
}

.u-ml__5 {
  margin-left: 3em !important;
}

.u-mr__0 {
  margin-right: 0 !important;
}

.u-mr__1 {
  margin-right: 1em !important;
}

.u-mr__2 {
  margin-right: 1.5em !important;
}

.u-mr__3 {
  margin-right: 2em !important;
}

.u-mr__4 {
  margin-right: 2.5em !important;
}

.u-mr__5 {
  margin-right: 3em !important;
}

.u-px__0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.u-pb__0 {
  padding-bottom: 0 !important;
}

.u-pt__0 {
  padding-top: 0 !important;
}

.u-pt__1 {
  padding-top: 1em !important;
}

.u-pt__2 {
  padding-top: 1.5em !important;
}

.u-pt__3 {
  padding-top: 2em !important;
}

.u-pt__4 {
  padding-top: 2.5em !important;
}

.u-pt__5 {
  padding-top: 3em !important;
}

.u-position--center {
  display: flex;
  justify-content: center;
}

.slick-wrap {
  display: block;
  width: 100%;
  min-width: 0;
}

.sliderArea {
  width: 100%;
  min-width: 0;
  /* slick 初期化時に必要 */
}

/* slick が作るラッパーに対してはみ出し防止 */
/* slick による幅計算の不具合を防ぐためのリセット */
.sliderArea .slick-track {
  display: flex !important;
  /* slickの内部計算をflex基準にする */
}

.sliderArea .slick-slide {
  float: none !important;
  height: auto;
}

.sliderArea .slick-slide img {
  width: 100%;
  /* スライド枠いっぱい */
  height: auto;
  display: block;
}

.slick-prev,
.slick-next {
  z-index: 1;
}

.slick-prev:before,
.slick-next:before {
  color: #000 !important;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.thumb {
  margin: 20px 0 0;
}

.thumb .slick-slide {
  cursor: pointer;
}

.thumb .slick-slide:hover {
  opacity: 0.7;
}

.slick-slide + .slick-slide {
  margin-left: 4px;
}

strong {
  font-weight: 500;
  border-bottom: solid 1px #434343;
}

h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: clamp(2.6rem, calc(1.667rem + 2.59vw), 4rem);
}
h2.u-v2--borderBottom {
  font-weight: 400;
  position: relative;
}
h2.u-v2--borderBottom:before {
  content: "";
  display: block;
  width: 140px;
  height: 4px;
  background: #0570BA;
  border-radius: calc(infinity * 1px);
  -moz-border-radius: calc(infinity * 1px);
  -webkit-border-radius: calc(infinity * 1px);
  position: absolute;
  bottom: 0px;
}
h2.u-v2--tel {
  display: inline-block;
  color: #0570BA;
  font-size: clamp(3.8rem, calc(3.133rem + 1.85vw), 4.8rem);
  position: relative;
  line-height: 1;
  margin-bottom: 8px;
}
h2.u-v2--tel::before {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "";
  font-size: 2rem;
  position: absolute;
  left: -1.5em;
  bottom: 4px;
}

h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(2.4rem, calc(1.867rem + 1.48vw), 3.2rem);
  font-weight: 400;
  margin-bottom: 1.5em;
}
h3.u-v3--header-title {
  margin-bottom: 0;
}
h3.u-v3--header-title span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  font-size: clamp(1.4rem, calc(1.267rem + 0.37vw), 1.6rem);
  display: block;
  padding-bottom: 8px;
  position: relative;
}
h3.u-v3--header-title span::before {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #BAE6FF;
  position: absolute;
  left: 0;
  bottom: 0;
}
h3.u-v3--brder-bottom {
  border-bottom: solid 2px #0570BA;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
h3.u-v3--primary {
  text-align: center;
  position: relative;
  letter-spacing: 0.125em;
  margin-bottom: 2.5em;
  padding-bottom: 16px;
}
h3.u-v3--primary:before {
  content: "";
  display: block;
  width: 69px;
  height: 6px;
  background: url(../../images/common/title_dotline.svg);
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
h3.u-v3--primary span {
  display: block;
  font-size: clamp(1.5rem, calc(1.167rem + 0.93vw), 2rem);
}
h3.u-v3--number {
  position: relative;
  margin-bottom: 1em;
  margin-top: 0.8em;
  font-size: clamp(2.2rem, calc(1.8rem + 1.11vw), 2.8rem);
  line-height: 1.2;
}
h3.u-v3--number:before {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: clamp(7rem, calc(5.701rem + 3.67vw), 9rem);
  line-height: 1;
  color: #DBEAFF;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 4px;
}
h3.u-v3--circle {
  margin-bottom: 0.75em;
}
h3.u-v3--circle:before {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "";
  margin-right: 8px;
  color: #CC9FFF;
}

h4 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: clamp(2rem, calc(1.733rem + 0.74vw), 2.4rem);
}
h4.u-v4--caldr {
  text-align: center;
  color: #0570BA;
  margin-bottom: 1.5em;
}
h4.u-v4--caldr:before {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "";
  margin-right: 16px;
}
h4.u-v4--circle {
  margin-bottom: 0.75em;
  font-weight: 500;
}
h4.u-v4--circle:before {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "";
  margin-right: 8px;
  color: #CC9FFF;
}

h5 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: clamp(1.8rem, calc(1.727rem + 0.36vw), 2rem);
  font-weight: 500;
}
h5.u-v5--blueback {
  font-size: clamp(1.6rem, calc(1.455rem + 0.73vw), 2rem);
  margin-bottom: 2em;
  background: #0570BA;
  color: #fff;
  font-weight: 400;
  padding: 12px 1em;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
@media (min-width: 768px) {
  h5.u-v5--blueback {
    padding: 16px 1.5em;
  }
}
h5.u-v5--borderbottom {
  font-size: clamp(1.5rem, calc(1.464rem + 0.18vw), 1.6rem);
  margin-bottom: 1em;
  padding-bottom: 8px;
  border-bottom: solid 1px #434343;
}
h5.u-v5--round {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  color: #1D3F5A;
  display: inline-block;
  margin-bottom: 1.5em;
  padding: 8px 1.5em;
  border: solid 1px #1D3F5A;
  border-radius: calc(infinity * 1px);
  -moz-border-radius: calc(infinity * 1px);
  -webkit-border-radius: calc(infinity * 1px);
}
h5.u-v5--circle {
  margin-bottom: 0.75em;
}
h5.u-v5--circle:before {
  /* using style CSS custom property */
  font: var(--fa-font-solid);
  content: "";
  margin-right: 8px;
  color: #CC9FFF;
}
h5.u-v5--car, h5.u-v5--bus {
  font-size: clamp(1.5rem, calc(1.464rem + 0.18vw), 1.6rem);
  margin-bottom: 1.25em;
}
h5.u-v5--car i.fa-circle, h5.u-v5--bus i.fa-circle {
  color: #81E0FF;
}

p {
  font-size: clamp(1.6rem, calc(1.533rem + 0.19vw), 1.7rem);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 1em;
  text-align: justify;
  text-justify: distribute;
  word-break: break-all;
  word-break: normal;
  letter-spacing: 0.075em;
}

ul, ol {
  font-size: clamp(1.6rem, calc(1.533rem + 0.19vw), 1.7rem);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 1.5em;
  padding-left: 1.5em;
  letter-spacing: 0.048em;
}

ul.u-primary li + li,
ol.u-primary li + li {
  margin-top: 1em;
}

ul.u-list-bikou {
  font-size: small;
  list-style-type: none;
  margin-left: 1em;
  padding-left: 0;
}
ul.u-list-bikou li:before {
  content: "※";
  margin-left: -1em;
}

ul.u-list-tel {
  list-style-type: none;
  padding-left: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: clamp(3rem, calc(2.467rem + 1.48vw), 3.8rem);
  letter-spacing: 0.05em;
}
ul.u-list-tel span.u-list-tel__no {
  font-size: clamp(1.8rem, calc(1.4rem + 1.11vw), 2.4rem);
}
ul.u-list-tel span.u-list-tel__busho {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(1.5rem, calc(1.464rem + 0.18vw), 1.6rem);
  margin-left: 1em;
}
ul.u-list-tel span.u-list-tel__busho::before {
  content: "/";
  padding-right: 1em;
}

.u-color--blue {
  color: #0570BA;
}

.u-editor {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: solid 2px #0570BA;
}
@media (min-width: 768px) {
  .u-editor {
    padding-top: 48px;
  }
}
.u-editor p {
  font-weight: 300;
}
.u-editor h1 {
  font-size: clamp(2.6rem, calc(1.667rem + 2.59vw), 4rem);
  margin-bottom: 0.5em;
  font-weight: 400;
}
.u-editor h2 {
  font-size: clamp(2.4rem, calc(1.867rem + 1.48vw), 3.2rem);
  font-weight: 500;
  margin-bottom: 0.5em;
}
.u-editor h3 {
  font-size: clamp(2rem, calc(1.733rem + 0.74vw), 2.4rem);
  margin-bottom: 0.5em;
  font-weight: 500;
}
.u-editor ul, .u-editor ol {
  font-size: clamp(1.5rem, calc(1.464rem + 0.18vw), 1.6rem);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 1em;
  padding-left: 1.5em;
}
.u-editor .wp-block-file a {
  font-size: clamp(1.5rem, calc(1.464rem + 0.18vw), 1.6rem);
}
.u-editor .wp-block-file a:not(.wp-block-file__button),
.u-editor .wp-block-file a:not(.wp-element-button) {
  color: #434343;
}

.u-page-404 h3 span {
  display: block;
  font-size: clamp(1.4rem, calc(1.255rem + 0.73vw), 1.8rem);
}

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