@charset "UTF-8";
/* --------colors-------- */ /* --------font-------- */
/* --------font size-------- */
/* --------line hight-------- */
/* --------  -------- */
/* --------blake point-------- */ /* --------base-------- */
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul li,
ol li {
  list-style: none;
}

a {
  text-decoration: none;
  display: block;
  color: #003953;
}

html {
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%;
  font-weight: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body {
  font-family: "Noto sans JP", "sans-serif";
  color: #003953;
  font-size: 1.6em;
  line-height: 2;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.2rem;
  }
}

img {
  display: block;
  width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
}

address {
  font-style: normal;
}

h1 h2 h3 h4 h5 h6 {
  font-size: 100%;
  color: #003953;
  font-family: "Noto sans JP", "sans-serif";
  font-weight: 500;
}

h1 {
  font-size: 3.2rem;
  letter-spacing: 0.32rem;
  line-height: 2;
  color: #003953;
  font-family: "Noto sans JP", "sans-serif";
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.4rem;
    letter-spacing: 0.24rem;
  }
}

h2 {
  font-size: 3.2rem;
  letter-spacing: 0.32rem;
  line-height: 2;
  color: #003953;
  font-family: "Noto sans JP", "sans-serif";
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2.4rem;
    letter-spacing: 0.24rem;
  }
}

h3 {
  font-size: 2.8rem;
  letter-spacing: 0.28rem;
  line-height: 1.5;
  color: #003953;
  font-family: "Noto sans JP", "sans-serif";
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.8rem;
    letter-spacing: 0.18rem;
  }
}

h4 {
  font-size: 2.4rem;
  letter-spacing: 0.24rem;
  line-height: 1.5;
  color: #003953;
  font-family: "Noto sans JP", "sans-serif";
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 1.8rem;
    letter-spacing: 0.18rem;
  }
}

h5 {
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  color: #003953;
  font-family: "Noto sans JP", "sans-serif";
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 1.8rem;
    letter-spacing: 0.18rem;
  }
}

:root {
  --main-color: #004cb3;
  --sub-color: #4aa7da;
  --third-color: #0c3d85;
  --fourth-color: #47a52b;
  --fifth-color: #EBC302;
  --wp--preset--color--primary: #004cb3;
}

/* -------- layout -------- */
.l-header {
  width: 100%;
  color: #004cb3;
  background-color: #FFFFFF;
  top: 0;
  z-index: 100;
}
.l-header.change-color {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #FFFFFF;
}
.l-header__wrapper {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 30px 10px;
}
@media screen and (max-width: 1320px) {
  .l-header__wrapper {
    padding: 0px 30px 15px 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__wrapper {
    padding: 10px 15px;
  }
}
.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  letter-spacing: 0.1rem;
  line-height: 1.4;
}
.l-header__logo:is(a):hover {
  opacity: 0.7;
}
.l-header__logo .description {
  font-size: 1.2rem;
  color: #aaa;
  font-weight: 400;
}
.l-header__logo .name {
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  letter-spacing: 0.1rem;
  font-weight: 400;
  color: var(--main-color);
}
@media screen and (max-width: 768px) {
  .l-header__logo .name {
    letter-spacing: 0.05rem;
  }
}
.l-header__reserveBtn {
  padding: 2px 20px;
  -webkit-box-shadow: 0 0px 20px 0 rgba(111, 111, 111, 0.25);
          box-shadow: 0 0px 20px 0 rgba(111, 111, 111, 0.25);
  background-color: #003953;
  border-radius: 10vh;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #E1916E;
}
.l-header__reserveBtn:hover {
  background-color: #004cb3;
  color: #003953;
}
.l-header__pc-navArea {
  color: #003953;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1080px) {
  .l-header__pc-navArea {
    display: none;
  }
}
.l-header__pc-navArea__tel {
  font-size: 1.8rem;
  letter-spacing: 0.18rem;
  background-color: #004cb3;
  color: #FFFFFF;
  padding: 2px 10px;
  font-family: "Noto serif JP", "sans-serif";
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__pc-navArea__tel:hover {
  background-color: #4aa7da;
}
.l-header__g-navArea .menu-g-nav-container .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  text-align: left;
  color: #003953;
}
.l-header__g-navArea .menu-g-nav-container .menu .menu-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
}
.l-header__g-navArea .menu-g-nav-container .menu .menu-item:not(:first-child) {
  padding-left: 20px;
}
.l-header__g-navArea .menu-g-nav-container .menu .menu-item:not(:first-child):after {
  content: "";
  position: absolute;
  left: 0px;
  width: 0;
  height: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-right: 1px solid #aaa;
  font-weight: 100;
  color: #aaa;
}
.l-header__g-navArea .menu-g-nav-container .menu .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: -10px;
  z-index: 10;
  display: none;
  width: auto;
  height: 0;
  white-space: nowrap;
}
.l-header__g-navArea .menu-g-nav-container .menu .menu-item .sub-menu li:not(:first-child):after {
  display: none;
}
.l-header__g-navArea .menu-g-nav-container .menu .menu-item:hover .sub-menu {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header__g-navArea .menu-g-nav-container .menu .menu-item:hover .sub-menu li {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px 5px 0px;
}
.l-header__g-navArea .menu-g-nav-container .menu .menu-item:hover .sub-menu a {
  padding: 10px;
  text-align: left;
}
.l-header__g-navArea .menu-g-nav-container .menu a {
  text-align: center;
  font-weight: 500;
  color: #003953;
  line-height: 1.5;
}
.l-header__g-navArea .menu-g-nav-container .menu a:after {
  content: "";
  width: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 2px solid #004cb3;
  display: block;
}
.l-header__g-navArea .menu-g-nav-container .menu a:hover {
  color: #004cb3;
}
.l-header__g-navArea .menu-g-nav-container .menu a:hover:after {
  width: 100%;
  border-bottom: 2px solid #004cb3;
}
.l-header__g-navArea .menu-g-nav-container .menu a > .icon {
  font-size: 2.4rem;
  line-height: 1.5;
  color: #004cb3;
}
.l-header__sp-hum {
  position: absolute;
  right: 15px;
}
.l-header__sp-menu {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  color: #E1916E;
  background-color: #ecf9ff;
  width: 100%;
  height: 100vh;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  overflow-y: scroll;
  text-align: left;
}
.l-header__sp-menu-cover {
  position: fixed;
  /* ブラウザの定位置に固定 */
  background: rgba(0, 0, 0, 0.5);
  /* 背景色を半透明の黒色に */
  width: 100%;
  /* 要素の横幅を画面全体に */
  height: 100%;
  /* 要素の高さを画面全体に */
  top: 0;
  /* 要素の固定位置をブラウザ最上部に合わせる */
  left: 0;
  /* 要素の固定位置をブラウザ左側に合わせる */
  z-index: 10;
  /* 要素をコンテンツより前面に（要調整） */
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.l-header__sp-menu-cover.active {
  opacity: 100;
  display: block;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  width: 100%;
}
.l-header__sp-menu.active {
  opacity: 100;
  display: block;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  width: 80%;
  right: 0;
  left: auto;
}
.l-header__sp-menu ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.l-header__sp-menu ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.l-header__sp-menu ul li .sub-menu {
  background-color: #47a52b;
}
.l-header__sp-menu ul li:last-child {
  padding-bottom: 0;
}
.l-header__sp-menu ul li:hover {
  background-color: #ecf9ff;
}
.l-header__sp-menu ul li a {
  display: block;
  color: #004cb3;
  padding: 1em 0;
  text-decoration: none;
  border-bottom: 1px solid #4aa7da;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-left: 30px;
}
.l-header__sp-menu ul .oya a {
  position: relative;
  background-color: #ecf9ff;
}
.l-header__sp-menu ul .oya a::before {
  position: absolute;
  right: 10px;
  content: "+";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #004cb3;
  width: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__sp-menu ul .oya a.click::before {
  content: "\f068";
}
.l-header__sp-menu ul .oya .ko a {
  font-size: 1.4rem;
  letter-spacing: 0.14;
  background-color: #FFFFFF;
  padding: 0.5em 0 0.5em 30px;
}
.l-header__sp-menu ul .oya .ko a::before {
  content: "-";
  position: static;
  padding-right: 10px;
}
.l-header__sp-menu .sub-menu {
  display: none;
}
.l-header__sp-menu-banner {
  margin: 10px;
}
.l-header__sp-menu-banner .sub {
  background-color: #4aa7da;
  padding: 16px 10px;
  border: 2px solid #4aa7da;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
}
.l-header__sp-menu-banner .sub:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #FFFFFF;
  color: #4aa7da;
}
.l-header__sp-menu-banner .third {
  background-color: #0c3d85;
  padding: 16px 10px;
  border: 2px solid #0c3d85;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
}
.l-header__sp-menu-banner .third:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #FFFFFF;
  color: #0c3d85;
}
.l-header__fix-pcBtn {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 30%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 10px 1fr 10px 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 10px;
}
.l-header__fix-nav {
  position: fixed;
  z-index: 10;
  bottom: 0;
  width: 100%;
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__fix-nav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.l-header__fix-nav-web {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
  padding: 12px 0 10px;
  background-color: #0c3d85;
}
.l-header__fix-nav-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #47a52b;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
  padding: 10px 0;
}

.l-footer__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1.4fr;
  grid-template-columns: 1fr 1.4fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 30px;
  gap: 60px;
}
@media screen and (max-width: 1080px) {
  .l-footer__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0px;
  }
}
.l-footer__content-logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: clamp(1.8rem, 2.5vw, 2.2rem);
  margin-bottom: 0.5rem;
  color: var(--main-color);
}
.l-footer__banner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .l-footer__banner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.l-footer__banner-btn p {
  background-color: #FFFFFF;
  padding: 10px;
  text-align: center;
}
.l-footer__banner-btn p:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #003953;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .l-footer__banner-img {
    width: 240px;
    margin: 0 auto;
  }
}
.l-footer__schedule {
  background-color: #ecf9ff;
  padding: 40px 50px;
}
@media screen and (max-width: 1080px) {
  .l-footer__schedule {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.l-footer__copylite {
  font-size: 1.4rem;
  text-align: center;
  background-color: #ecf9ff;
  color: #003953;
}

/* -------- object -------- */
/* -------- component -------- */
.c-grid-column__1-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .c-grid-column__1-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.c-grid-column__1-1-pc {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1080px) {
  .c-grid-column__1-1-pc {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.c-grid-column__1-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
}
@media screen and (max-width: 768px) {
  .c-grid-column__1-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.c-grid-column__2-15 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1.5fr;
  grid-template-columns: 2fr 1.5fr;
}
@media screen and (max-width: 768px) {
  .c-grid-column__2-15 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.c-grid-column__1-4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4fr;
  grid-template-columns: 1fr 4fr;
}
@media screen and (max-width: 768px) {
  .c-grid-column__1-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.c-grid-column__4-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4fr 3fr;
  grid-template-columns: 4fr 3fr;
}
@media screen and (max-width: 768px) {
  .c-grid-column__4-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.c-grid-column__1-1-marin0a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .c-grid-column__1-1-marin0a {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 480px) {
  .c-grid-column__1-1-marin0a {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.c-grid-column__1-1-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .c-grid-column__1-1-1 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 480px) {
  .c-grid-column__1-1-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.c-grid-column__1-1-1-sp2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .c-grid-column__1-1-1-sp2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.c-grid-column__1-1-1-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .c-grid-column__1-1-1-1 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .c-grid-column__1-1-1-1 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c-grid-column__1-1-1-1 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .c-grid-column__1-1-1-1 > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .c-grid-column__1-1-1-1 > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}

.c-grid-row {
  display: -ms-grid;
  display: grid;
}
.c-grid-row__1-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.c-grid-cc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-grid-flexStart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-grid-spaceBetween {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-grid {
  display: -ms-grid;
  display: grid;
}

.c-grid-gap__10 {
  gap: 10px;
}
.c-grid-gap__15 {
  gap: 15px;
}
.c-grid-gap__20 {
  gap: 20px;
}
.c-grid-gap__30 {
  gap: 30px;
}
.c-grid-gap__40 {
  gap: 40px;
}
.c-grid-gap__60 {
  gap: 60px;
}
.c-grid-gap__100 {
  gap: 100px;
}
.c-grid-gap__20-10 {
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .c-grid-gap__20-10 {
    gap: 10px;
  }
}
.c-grid-gap__40-20 {
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .c-grid-gap__40-20 {
    gap: 20px;
  }
}
.c-grid-gap__60-20 {
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .c-grid-gap__60-20 {
    gap: 20px;
  }
}
.c-grid-gap__60-40 {
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .c-grid-gap__60-40 {
    gap: 40px;
  }
}
.c-grid-gap__70-40-30 {
  gap: 70px;
}
@media screen and (max-width: 1320px) {
  .c-grid-gap__70-40-30 {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-grid-gap__70-40-30 {
    gap: 30px;
  }
}
.c-grid-gap__80-40 {
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .c-grid-gap__80-40 {
    gap: 40px;
  }
}
.c-grid-gap__100-20 {
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .c-grid-gap__100-20 {
    gap: 20px;
  }
}
.c-grid-gap__100-40 {
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .c-grid-gap__100-40 {
    gap: 40px;
  }
}
.c-grid-gap__100-60 {
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .c-grid-gap__100-60 {
    gap: 60px;
  }
}

.c-gird-reverse__ab {
      grid-template-areas: "a b";
}
@media screen and (max-width: 768px) {
  .c-gird-reverse__ab {
        grid-template-areas: "b" "a";
  }
}

.c-grid-area__a {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: a;
}
.c-grid-area__b {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: b;
}
@media screen and (max-width: 768px){
  .c-grid-area__a {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .c-grid-area__b {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.c-grid-area__c {
  grid-area: c;
}

.c-inner__main {
  padding: 100px 15px;
}
@media screen and (max-width: 768px) {
  .c-inner__main {
    padding: 60px 30px;
  }
}
.c-inner__sub {
  padding: 60px 15px;
}
@media screen and (max-width: 768px) {
  .c-inner__sub {
    padding: 40px 30px;
  }
}
.c-inner__subpage-wrapper {
  display: -ms-grid;
  display: grid;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .c-inner__subpage-wrapper {
    gap: 60px;
  }
}
.c-inner__subpage-content {
  display: -ms-grid;
  display: grid;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .c-inner__subpage-content {
    gap: 40px;
  }
}
.c-inner__cw {
  max-width: 1120px;
}
.c-inner__cw-1330 {
  max-width: 1330px;
}
.c-inner__margin-rl-60-30-0 {
  margin-right: 60px;
  margin-left: 60px;
}
@media screen and (max-width: 1080px) {
  .c-inner__margin-rl-60-30-0 {
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-inner__margin-rl-60-30-0 {
    margin-right: 0px;
    margin-left: 0px;
  }
}
.c-inner__main-topOnly {
  padding: 100px 15px 0px;
}
@media screen and (max-width: 768px) {
  .c-inner__main-topOnly {
    padding: 60px 30px 0px;
  }
}

.c-margin__0a {
  margin: 0 auto;
}
.c-margin__0a00 {
  margin: 0 auto 0 0 !important;
}
.c-margin-r__10 {
  margin-right: 10px;
}
.c-margin-l__30-0 {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .c-margin-l__30-0 {
    margin-left: 0px;
  }
}
.c-margin-l__40-0 {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .c-margin-l__40-0 {
    margin-left: 0px;
  }
}
.c-margin-t__30-20 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .c-margin-t__30-20 {
    margin-top: 20px;
  }
}
.c-margin-t__120-60 {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .c-margin-t__120-60 {
    margin-top: 60px;
  }
}
.c-margin-b__10 {
  margin-bottom: 10px;
}
.c-margin-b__15 {
  margin-bottom: 15px;
}
.c-margin-b__20 {
  margin-bottom: 20px;
}
.c-margin-b__40 {
  margin-bottom: 40px;
}
.c-margin-b__20-15 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-margin-b__20-15 {
    margin-bottom: 15px;
  }
}
.c-margin-b__30-20 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .c-margin-b__30-20 {
    margin-bottom: 20px;
  }
}
.c-margin-b__30-0 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .c-margin-b__30-0 {
    margin-bottom: 0px;
  }
}
.c-margin-b__60-40 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .c-margin-b__60-40 {
    margin-bottom: 40px;
  }
}
.c-margin-b__60-30 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .c-margin-b__60-30 {
    margin-bottom: 30px;
  }
}
.c-margin-b__60-20 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .c-margin-b__60-20 {
    margin-bottom: 20px;
  }
}
.c-margin-b__40-20 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-margin-b__40-20 {
    margin-bottom: 20px;
  }
}
.c-margin-b__40-30 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-margin-b__40-30 {
    margin-bottom: 30px;
  }
}
.c-margin-b__100-60 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .c-margin-b__100-60 {
    margin-bottom: 60px;
  }
}

.c-cw__pc {
  max-width: 1120px;
  margin: 0 auto;
}

.c-txt-bold {
  font-weight: bold;
}

.c-txt-lineHight__1 {
  line-height: 1;
}
.c-txt-lineHight__15 {
  line-height: 1.5;
}

.c-txt-size__12 {
  font-size: 1.2rem;
}
.c-txt-size__18 {
  font-size: 1.8rem;
}
.c-txt-size__16 {
  font-size: 1.6rem;
  letter-spacing: 0.16rem;
}
.c-txt-size__14 {
  font-size: 1.4rem;
  letter-spacing: 0.14rem;
}
.c-txt-size__14-12 {
  font-size: 1.4rem;
  letter-spacing: 0.14rem;
}
@media screen and (max-width: 768px) {
  .c-txt-size__14-12 {
    font-size: 1.2rem;
    letter-spacing: 0.12rem;
  }
}
.c-txt-size__20 {
  font-size: 2rem;
  letter-spacing: 0.2rem;
}
.c-txt-size__24 {
  font-size: 2.4rem;
  letter-spacing: 0.24rem;
}
.c-txt-size__28-18 {
  font-size: 2.8rem;
  letter-spacing: 0.28rem;
}
@media screen and (max-width: 768px) {
  .c-txt-size__28-18 {
    font-size: 1.8rem;
    letter-spacing: 0.18rem;
  }
}
.c-txt-size__32 {
  font-size: 3.2rem;
}

.c-txt-f__sub {
  font-family: "Noto serif JP", "sans-serif";
}
.c-txt-f__en {
  font-family: "Noto serif JP", "sans-serif";
}

.c-txt-shadow {
  text-shadow: 0px 0px 10px rgba(94, 94, 94, 0.6235294118);
}

.c-txt-center {
  text-align: center;
}

.c-txt-left {
  text-align: left;
}

.c-txt-ls__005 {
  letter-spacing: 0.05rem;
}

.c-deco-card__hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
  overflow: hidden;
}
.c-deco-card__hover:hover {
  -webkit-box-shadow: 0 0px 20px 0 rgba(111, 111, 111, 0.25);
  box-shadow: 0 0px 20px 0 rgba(111, 111, 111, 0.25);
  opacity: 0.8;
}
.c-deco-card__hover:hover img {
  border-radius: 10px 10px 0 0;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: 0.8s all;
  transition: 0.8s all;
}

.c-deco-link {
  display: inline-block;
  border-bottom: 1px solid #004cb3;
  padding-bottom: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #004cb3;
}
.c-deco-link:after {
  content: "\f08e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 5px;
}
.c-deco-link:hover {
  opacity: 0.5;
}

.c-deco-link-white {
  display: inline-block;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #FFFFFF;
}
.c-deco-link-white:after {
  content: "\f08e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 5px;
}
.c-deco-link-white:hover {
  opacity: 0.5;
}

.c-deco-nomalLink {
  display: inline-block;
  border-bottom: 1px solid #004cb3;
  padding-bottom: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #004cb3;
}
.c-deco-nomalLink:hover {
  opacity: 0.5;
}

.c-deco-nomalLink-white {
  display: inline-block;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #FFFFFF;
}
.c-deco-nomalLink-white:hover {
  opacity: 0.5;
}

.c-btn__fix-pcBtn {
  display: inline-block;
  text-align: center;
  background: transparent -webkit-gradient(linear, left top, right top, from(color-mix(in oklab, var(--main-color) 70%, #fff)), color-stop(87%, var(--main-color)), to(color-mix(in oklab, var(--main-color) 90%, #fff))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, color-mix(in oklab, var(--main-color) 70%, #fff) 0%, var(--main-color) 87%, color-mix(in oklab, var(--main-color) 90%, #fff) 100%) 0% 0% no-repeat padding-box;
  color: #FFFFFF;
  padding: 16px 25px 16px 30px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1607843137);
  z-index: 2;
}
.c-btn__fix-pcBtn:hover {
  background: transparent -webkit-gradient(linear, left top, right top, from(color-mix(in oklab, var(--main-color) 60%, #fff)), color-stop(87%, color-mix(in oklab, var(--main-color) 90%, #fff)), to(color-mix(in oklab, var(--main-color) 80%, #fff))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, color-mix(in oklab, var(--main-color) 60%, #fff) 0%, color-mix(in oklab, var(--main-color) 90%, #fff) 87%, color-mix(in oklab, var(--main-color) 80%, #fff) 100%) 0% 0% no-repeat padding-box;
}
.c-btn__fix-pcBtn-img {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .c-btn__fix-pcBtn {
    display: none;
  }
}
.c-btn__line {
  background: #0c3d85;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-btn__line:hover {
  background: transparent linear-gradient(306deg, #0FD6CE 0%, #14E092 73%, #39DD6B 100%) 0% 0% no-repeat padding-box;
}
.c-btn__yoyaku {
  background-color: #4aa7da;
  color: #FFFFFF;
}
.c-btn__yoyaku:hover {
  background-color: #fdfdf7;
  color: #4aa7da;
}
.c-btn__main {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  padding: 18px 60px;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  background: transparent -webkit-gradient(linear, left top, right top, from(color-mix(in oklab, var(--main-color) 70%, #fff)), color-stop(87%, var(--main-color)), to(color-mix(in oklab, var(--main-color) 90%, #fff))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, color-mix(in oklab, var(--main-color) 70%, #fff) 0%, var(--main-color) 87%, color-mix(in oklab, var(--main-color) 90%, #fff) 100%) 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 480px) {
  .c-btn__main {
    width: 100%;
    padding: 16px 20px;
  }
}
.c-btn__main:hover {
  background: transparent -webkit-gradient(linear, left top, right top, from(color-mix(in oklab, var(--main-color) 60%, #fff)), color-stop(87%, color-mix(in oklab, var(--main-color) 90%, #fff)), to(color-mix(in oklab, var(--main-color) 80%, #fff))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, color-mix(in oklab, var(--main-color) 60%, #fff) 0%, color-mix(in oklab, var(--main-color) 90%, #fff) 87%, color-mix(in oklab, var(--main-color) 80%, #fff) 100%) 0% 0% no-repeat padding-box;
}
.c-btn__circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-btn__circle-c {
  background-color: #004cb3;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  border-radius: 10vh;
  -ms-flex-line-pack: center;
      align-content: center;
}
.c-btn__circle span {
  border-bottom: 1px solid #003953;
}
.c-btn__circle:hover div {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(110%);
          transform: scale(110%);
}
.c-btn__circle:hover span {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #004cb3;
  border-bottom: 1px solid #004cb3;
}
.c-btn__sub {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  padding: 10px 15px;
  border: 2px solid #004cb3 !important;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  color: #004cb3;
  background-color: #FFFFFF;
}
@media screen and (max-width: 480px) {
  .c-btn__sub {
    width: 100%;
    padding: 10px 20px;
  }
}
.c-btn__sub:hover {
  color: #FFFFFF !important;
  background-color: #004cb3;
}
.c-btn__small {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 50%;
  padding: 8px 30px 8px 20px;
  color: #004cb3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #FFFFFF;
  font-family: "Noto serif JP", "sans-serif";
}
@media screen and (max-width: 480px) {
  .c-btn__small {
    width: 100%;
    padding: 8px 30px 8px 20px;
  }
}
.c-btn__small:hover {
  color: #FFFFFF;
  background-color: #004cb3;
}
.c-btn__width-300px {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .c-btn__width-300px {
    width: 100%;
  }
}
.c-btn__add-arrow-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-btn__add-arrow-right::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 5%;
  font-size: 1.4rem;
  font-weight: 900;
}
.c-btn__add-arrow-right:hover::after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  right: 3%;
}
.c-btn__add-arrow-left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-btn__add-arrow-left::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 8%;
  font-size: 1.4rem;
}
.c-btn__add-arrow-left:hover::after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  left: 10%;
}
.c-btn__add-arrow-bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-btn__add-arrow-bottom::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  font-size: 1.4rem;
}

.c-parts__hum-1 {
  display: none;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}
@media screen and (max-width: 1320px) {
  .c-parts__hum-1 {
    display: block;
  }
}
.c-parts__hum-1 > span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #004cb3;
  width: 45%;
}
.c-parts__hum-1 > span:nth-of-type(1) {
  top: 15px;
}
.c-parts__hum-1 > span:nth-of-type(2) {
  top: 23px;
}
.c-parts__hum-1 > span:nth-of-type(3) {
  top: 31px;
}
.c-parts__hum-1__active > span:nth-of-type(1) {
  top: 18px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 50%;
}
.c-parts__hum-1__active > span:nth-of-type(2) {
  opacity: 0;
  /*真ん中の線は透過*/
}
.c-parts__hum-1__active > span:nth-of-type(3) {
  top: 30px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 50%;
}
.c-parts__hum-2 {
  display: none;
  position: absolute;
  position: fixed;
  z-index: 100;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #004cb3;
}
@media screen and (max-width: 1080px) {
  .c-parts__hum-2 {
    display: block;
  }
}
.c-parts__hum-2 > span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #FFFFFF;
  width: 45%;
}
.c-parts__hum-2 > span:nth-of-type(1) {
  top: 12px;
}
.c-parts__hum-2 > span:nth-of-type(2) {
  top: 20px;
}
.c-parts__hum-2 > span:nth-of-type(3) {
  top: 28px;
}
.c-parts__hum-2__menu {
  position: absolute;
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  /*アニメーションの設定*/
  top: 33px;
  color: #FFFFFF;
  line-height: 1;
  font-family: "Noto serif JP", "sans-serif";
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  left: 6px;
}
.c-parts__hum-2__active > span:nth-of-type(1) {
  top: 16px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 50%;
}
.c-parts__hum-2__active > span:nth-of-type(2) {
  opacity: 0;
  /*真ん中の線は透過*/
}
.c-parts__hum-2__active > span:nth-of-type(3) {
  top: 28px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 50%;
}
.c-parts__tel {
  font-size: 2.8rem;
  font-family: "Noto serif JP", "sans-serif";
  font-weight: light;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.5;
  color: #004cb3;
}
.c-parts__tel:hover {
  opacity: 0.5;
}
.c-parts__verticalLine {
  width: 1px;
  height: 85px;
  background-color: #FFFFFF;
}

.c-subpage__bg-sub {
  background-color: #fdfdf7;
}
.c-subpage__countlist {
  line-height: 2;
  counter-reset: listnum;
  /* カウンターをリセット */
  list-style: none;
  /* 標準のスタイルは消す */
}
.c-subpage__countlist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-subpage__countlist li::before {
  counter-increment: listnum;
  /* counter-resetと同じ文字列 */
  content: counter(listnum) ".";
  /* カウントした数に応じて番号を表示 */
  font-weight: bold;
  color: #CADC7F;
  margin-right: 10px;
}
.c-subpage__checklist {
  line-height: 2;
  counter-reset: listnum;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-subpage__checklist::before {
  content: " \f058";
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  color: #004cb3;
  margin-right: 10px;
}
.c-subpage__link a {
  border-bottom: 1px solid #004cb3;
  color: #004cb3;
  display: inline-block;
}
.c-subpage__link a:hover {
  opacity: 0.6;
}

.c-bg__color-sub {
  background-color: #fdfdf7;
}
.c-bg__color-third {
  background-color: #C8EFED;
}
.c-bg__color-gradation {
  background: transparent -webkit-gradient(linear, left top, right top, from(#CADC7F), to(#BADECD)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #CADC7F 0%, #BADECD 100%) 0% 0% no-repeat padding-box;
}
.c-bg__main {
  background-color: #fdfdf7;
}
.c-bg__blur {
  background-color: rgba(255, 255, 255, 0.379);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.c-flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-flex-row__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (max-width: 480px) {
  .c-flex-row__sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.c-flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.c-flex-cc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-flex-lc {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-flex-cl {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-flex-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.c-flex-spaceBetween {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.c-flex-gap__20 {
  gap: 20px;
}
.c-flex-gap__30 {
  gap: 30px;
}
.c-flex-gap__40 {
  gap: 40px;
}
.c-flex-gap__100 {
  gap: 100px;
}
.c-flex-gap__20-10 {
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .c-flex-gap__20-10 {
    gap: 10px;
  }
}
.c-flex-gap__20-15 {
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .c-flex-gap__20-15 {
    gap: 15px;
  }
}
.c-flex-gap__30-20 {
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .c-flex-gap__30-20 {
    gap: 20px;
  }
}
.c-flex-gap__40-20 {
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .c-flex-gap__40-20 {
    gap: 20px;
  }
}
.c-flex-gap__40-30 {
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .c-flex-gap__40-30 {
    gap: 30px;
  }
}
.c-flex-gap__60-40 {
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .c-flex-gap__60-40 {
    gap: 40px;
  }
}
.c-flex-gap__100-60 {
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .c-flex-gap__100-60 {
    gap: 60px;
  }
}

.c-front-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.c-front-ttl__main {
  color: #4aa7da;
  line-height: 1.5;
  font-family: "Noto serif JP", "sans-serif";
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-front-ttl__main {
    line-height: 2;
  }
}
.c-front-ttl__sub {
  color: #003953;
  font-size: 1.6rem;
  letter-spacing: 0.16rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-front-ttl__sub {
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
    line-height: 1;
  }
}

.c-front-ttl-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.c-front-ttl-white__main {
  color: #FFFFFF;
  line-height: 1.5;
  font-family: "Noto serif JP", "sans-serif";
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-front-ttl-white__main {
    line-height: 2;
  }
}
.c-front-ttl-white__sub {
  color: #003953;
  font-size: 1.6rem;
  letter-spacing: 0.16rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-front-ttl-white__sub {
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
    line-height: 1;
  }
}

.c-front-ttl__deco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.c-front-ttl__deco:before, .c-front-ttl__deco:after {
  -webkit-filter: hue-rotate(190deg);
          filter: hue-rotate(190deg);
}
.c-front-ttl__deco:before {
  content: "";
  display: inline-block;
  width: 40px;
  /*画像の幅*/
  height: 80px;
  /*画像の高さ*/
  background-image: url("./images/top/before-deco.webp");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.c-front-ttl__deco:after {
  content: "";
  display: inline-block;
  width: 40px;
  /*画像の幅*/
  height: 80px;
  /*画像の高さ*/
  background-image: url("./images/top/after-deco.webp");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.c-front-ttl__h3-red {
  position: relative;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #004cb3;
  border-bottom: 3px solid #EBC302;
  padding: 0px 10px 10px;
  font-family: "Noto sans JP", "sans-serif";
  margin-bottom: 20px;
}
.c-front-ttl__h3-red::before {
  content: "";
  width: 20%;
  height: 3px;
  background-color: #004cb3;
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  border-radius: 10vh;
}
@media screen and (max-width: 768px) {
  .c-front-ttl__h3-red {
    font-size: 1.8rem;
  }
}

.c-front-ttl__h3-yellow {
  position: relative;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #0c3d85;
  border-bottom: 3px solid #EBC302;
  padding: 0px 10px 10px;
  font-family: "Noto sans JP", "sans-serif";
  margin-bottom: 20px;
}
.c-front-ttl__h3-yellow::before {
  content: "";
  width: 20%;
  height: 3px;
  background-color: #0c3d85;
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  border-radius: 10vh;
}
@media screen and (max-width: 768px) {
  .c-front-ttl__h3-yellow {
    font-size: 1.8rem;
  }
}

.c-front-ttl__h3-green {
  position: relative;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #47a52b;
  border-bottom: 3px solid #EBC302;
  padding: 0px 10px 10px;
  font-family: "Noto sans JP", "sans-serif";
  margin-bottom: 20px;
}
.c-front-ttl__h3-green::before {
  content: "";
  width: 20%;
  height: 3px;
  background-color: #47a52b;
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  border-radius: 10vh;
}
@media screen and (max-width: 768px) {
  .c-front-ttl__h3-green {
    font-size: 1.8rem;
  }
}

.c-table-description {
  width: 100%;
}
.c-table-description__row {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  border-bottom: 3px solid #0c3d85;
}
.c-table-description__head {
  font-weight: bold;
}
.c-table-description__head::before {
  position: absolute;
  background-color: #4aa7da;
  border-radius: 5px;
  content: "";
  display: block;
  height: 3px;
  margin-top: 10px;
}
/*-------- 色指定 ---------*/
:root {
  --s-bg1: #eaf4fc;
  /*ストライプ背景の色*/
}

.c-table-simple {
  color: #003953;
  background-color: white;
  border: 2px solid #004cb3;
}

.c-table-simple thead {
  border-bottom: 2px solid #004cb3;
}

.c-table-simple th,
.c-table-simple tr:nth-child(even) {
  background-color: #ecf9ff;
}

.c-table-simple table td,
.c-table-simple table,
.c-table-simple table th {
  text-align: center;
  border-color: #004cb3;
}
.c-table-simple table td img,
.c-table-simple table img,
.c-table-simple table th img {
  border-radius: 5px;
  border: 1px solid #004cb3;
  margin: 0 auto;
}

/*-------- 色指定 ---------*/
:root {
  --f-text: #998671;
  /*文字の色*/
  --f-line: #e29399;
  /*線の色*/
  --f-bg1: #e29399;
  /*タイトル行の背景色*/
  --f-bg2: #fef4f4;
  /*ストライプの背景色*/
}

.c-table-fem table {
  color: #003953;
  border: 2px solid #004cb3;
  background-color: white;
}

.c-table-fem table th {
  border: 1px dotted white;
}

.c-table-fem thead {
  border-bottom: 1px solid #004cb3;
}

.c-table-fem table td {
  border: 1px dotted #004cb3;
}

.c-table-fem thead {
  color: white;
}

.c-table-fem th {
  background-color: #004cb3;
}

.c-table-fem tr:nth-child(even) {
  background-color: #ecf9ff;
}

/*-------- 色指定 ---------*/
:root {
  --s-bg1: #eaf4fc;
  /*ストライプ背景の色*/
}

.c-table-nomal {
  color: #003953;
  background-color: white;
  border: 2px solid #004cb3;
}

.c-table-nomal thead {
  border-bottom: 2px solid #004cb3;
}

.c-table-nomal th,
.c-table-nomal tr:nth-child(even) {
  background-color: #FFFFFF;
}

.c-table-nomal table td,
.c-table-nomal table,
.c-table-nomal table th {
  text-align: center;
  border-color: #004cb3;
}
.c-table-nomal table td img,
.c-table-nomal table img,
.c-table-nomal table th img {
  border-radius: 5px;
  border: 1px solid #004cb3;
  margin: 0 auto;
}

.c-table-nomal th,
.c-table-nomal td:nth-child(1) {
  background-color: #ecf9ff;
}

.c-color__main {
  color: #004cb3;
}
.c-color__sub {
  color: #4aa7da;
}
.c-color__fifth {
  color: #EBC302;
}
.c-color__white {
  color: #FFFFFF;
}
.c-color__black {
  color: #2f2f2f;
}
.c-color__main-hover {
  color: #003953;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-color__main-hover:hover {
  color: #004cb3;
}
.c-color__white-hover {
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-color__white-hover:hover {
  opacity: 0.8;
}

.c-border-b__main {
  border-bottom: 1px solid #B4B4B4;
  padding-bottom: 15px;
}
.c-border-b__sub {
  border-bottom: 1px solid #4aa7da;
  padding-bottom: 10px;
}

.c-border-radius__10vh {
  border-radius: 10vh;
}
.c-border-radius__100vh {
  border-radius: 100vh;
}
.c-border-radius__5 {
  border-radius: 5px;
}
.c-border-radius__10 {
  border-radius: 10px;
}
.c-border-radius__10-0 {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .c-border-radius__10-0 {
    border-radius: 0px;
  }
}

.c-width__100par {
  width: 100%;
}

.c-price-table table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.c-price-table table tr {
  background-color: #fff;
  border-bottom: 2px solid #fff;
}
.c-price-table table tr:nth-child(even) {
  background-color: #FFFAF3;
}
.c-price-table table th,
.c-price-table table td {
  padding: 0.35em 1em;
}
.c-price-table table thead th {
  padding: 1em;
}
.c-price-table table thead tr {
  background-color: #004cb3;
  color: #fff;
}
.c-price-table table tbody th {
  text-align: left;
}
.c-price-table .txt {
  text-align: left;
}
.c-price-table .day {
  text-align: center;
}
.c-price-table .price {
  text-align: center;
  color: #004cb3;
}
.c-price-table .pink {
  color: #131213;
}
.c-price-table .center {
  text-align: center;
}
.c-price-table .center-right {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-price-table .center-right {
    text-align: right;
  }
}
.c-price-table .width30par {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .c-price-table .width30par {
    width: 100%;
  }
}
.c-price-table .letterSpacing-01 {
  letter-spacing: 0.01rem;
}
@media screen and (max-width: 768px) {
  .c-price-table table {
    border: 0;
    width: 100%;
  }
  .c-price-table table th {
    background-color: #004cb3;
    display: block;
    border-right: none;
  }
  .c-price-table table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .c-price-table table tr {
    display: block;
    margin-bottom: 0.625em;
    border: 1px solid #004cb3;
  }
  .c-price-table table td {
    border-bottom: 1px dotted #bbb;
    display: block;
    text-align: right;
    position: relative;
    padding: 1em 1em 1em 8em;
    border-right: none;
  }
  .c-price-table table td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    color: #000;
  }
  .c-price-table table td:last-child {
    border-bottom: 0;
  }
  .c-price-table table tbody th {
    color: #fff;
    padding: 1em;
  }
  .c-price-table table tr:nth-child(even) {
    background-color: #fff;
  }
}

.c-filter {
  width: 100%;
  height: 100%;
  background-color: rgba(41, 41, 41, 0.428);
}

.hospita-banner {
  --color: var(--wp--preset--color--primary, #666);
  --color-bg: color-mix(in oklab, var(--color) 3%, #fff);
  --radius: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 0.1rem;
  border-radius: var(--radius);
  height: auto;
  padding: 1rem;
  text-decoration: none;
  background-color: var(--color);
}
.hospita-banner > img,
.hospita-banner > svg {
  width: 60%;
}
.hospita-banner > svg {
  -webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.3));
}
.hospita-banner > small {
  font-size: 10px;
  color: #fff;
}
.hospita-banner > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  color: var(--color);
  padding: 0.3rem 1rem;
  font-size: 11px;
  line-height: 1.5;
  font-weight: normal;
  border-radius: var(--radius);
  background-color: #fff;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  line-height: 1.2;
}
.hospita-banner > span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-right: -7px;
  border-style: solid;
  border-width: 5px 7px;
  border-color: transparent transparent transparent var(--color);
}
.hospita-banner:hover {
  background-color: color-mix(in srgb, var(--color) 90%, #fff);
}

/* -------- project -------- */
.p-subpage-fv {
  position: relative;
  height: 330px;
}
@media screen and (max-width: 768px) {
  .p-subpage-fv {
    height: 200px;
  }
}
.p-subpage-fv::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
}
.p-subpage-fv__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 330px;
  border-radius: 0px;
}
@media screen and (max-width: 768px) {
  .p-subpage-fv__img {
    height: 200px;
  }
}
.p-subpage-fv__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 8;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-subpage-fv__ttl-main {
  color: #003953;
  font-size: 3.2rem;
  letter-spacing: 0.32rem;
  line-height: 2;
  color: #555555;
  font-family: "Noto sans JP", "sans-serif";
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-subpage-fv__ttl-main {
    line-height: 2;
  }
}
.p-subpage-fv__ttl-sub {
  color: #004cb3;
  font-size: 1.6rem;
  letter-spacing: 0.16rem;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-subpage-fv__ttl-sub {
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
    line-height: 1;
  }
}

.p-subpage-breadcrumb #breadcrumbs {
  padding: 2px 15px;
}
.p-subpage-breadcrumb #breadcrumbs span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-subpage-breadcrumb #breadcrumbs span {
    font-size: 1.2rem;
    letter-spacing: 0.12rem;
  }
}

.p-subpage-main {
  /*アコーディオン全体*/
  /*アコーディオンタイトル*/
  /*アイコンの＋と×*/
  /*　closeというクラスがついたら形状変化　*/
  /*アコーディオンで現れるエリア*/
}
.p-subpage-main h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #004cb3;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.8rem;
  letter-spacing: 0.2rem;
  font-family: "Noto sans JP", "sans-serif";
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-subpage-main h2 {
    margin-bottom: 20px;
    font-size: 1.8rem;
    letter-spacing: 0.18rem;
    gap: 20px;
  }
}
.p-subpage-main h2::before {
  content: "";
  display: block;
  width: 3px;
  height: 45px;
  background-color: #004cb3;
}
.p-subpage-main h3 {
  position: relative;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #003953;
  border-bottom: 3px solid #ecf9ff;
  padding: 0px 10px 10px;
  font-family: "Noto sans JP", "sans-serif";
  margin-bottom: 20px;
}
.p-subpage-main h3::before {
  content: "";
  width: 20%;
  height: 3px;
  background-color: #004cb3;
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  border-radius: 10vh;
}
@media screen and (max-width: 768px) {
  .p-subpage-main h3 {
    font-size: 1.8rem;
  }
}
.p-subpage-main h3-waku {
  background-color: #FFFFFF;
  padding: 40px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-subpage-main h3-waku {
    padding: 30px;
  }
}
.p-subpage-main h4 {
  font-size: 2rem;
  margin-bottom: 10px;
  font-family: "Noto sans JP", "sans-serif";
  color: #004cb3;
}
@media screen and (max-width: 768px) {
  .p-subpage-main h4 {
    font-size: 1.6rem;
  }
}
.p-subpage-main h5 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-family: "Noto sans JP", "sans-serif";
  color: #004cb3;
}
@media screen and (max-width: 768px) {
  .p-subpage-main h5 {
    font-size: 1.6rem;
  }
}
.p-subpage-main p {
  margin-bottom: 10px;
}
.p-subpage-main ul {
  list-style: decimal;
}
.p-subpage-main dl {
  margin-left: 24px;
  margin-bottom: 10px;
}
.p-subpage-main dl > dt {
  display: list-item;
}
.p-subpage-main ol {
  margin-bottom: 10px;
  margin-left: 24px;
}
.p-subpage-main ol > li {
  list-style-type: decimal;
  margin-left: 10px;
}
.p-subpage-main ul > li {
  list-style-type: disc;
  margin-left: 24px;
  margin-bottom: 10px;
}
.p-subpage-main .link {
  border-bottom: 1px solid #003953;
  display: inline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-subpage-main .link:hover {
  color: #E1916E;
  border-bottom: 1px solid #E1916E;
}
.p-subpage-main .grid-gap__60-40 .wp-block-group__inner-container {
  display: -ms-grid;
  display: grid;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .p-subpage-main .grid-gap__60-40 .wp-block-group__inner-container {
    gap: 40px;
  }
}
.p-subpage-main .accordion-area {
  list-style: none;
  width: 100%;
  margin: 0 auto;
}
.p-subpage-main .accordion-area li {
  margin: 10px 0;
  list-style: none;
}
.p-subpage-main .accordion-area section {
  border: 1px solid #004cb3;
}
.p-subpage-main .title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-weight: normal;
  padding: 3% 3% 3% 50px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: none;
  color: #004cb3;
  margin-bottom: 0px;
}
.p-subpage-main .title::before,
.p-subpage-main .title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #004cb3;
}
.p-subpage-main .title::before {
  top: 48%;
  left: 15px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.p-subpage-main .title::after {
  top: 48%;
  left: 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-subpage-main .title.close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-subpage-main .title.close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-subpage-main .box {
  display: none;
  /*はじめは非表示*/
  padding: 0 3% 3% 3%;
}
.p-subpage-main .box p {
  border-top: 1px dotted #004cb3;
  padding-top: 3%;
  margin-bottom: 0;
}
.p-subpage-main__content {
  display: -ms-grid;
  display: grid;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .p-subpage-main__content {
    gap: 60px;
  }
}

.p-subpage-main__content-page {
  display: -ms-grid;
  display: grid;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .p-subpage-main__content-page {
    gap: 60px;
  }
}
.p-subpage-main__content-page a {
  border-bottom: 1px solid #003953;
  display: inline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-subpage-main__content-page a:hover {
  color: #E1916E;
  border-bottom: 1px solid #E1916E;
}

.p-subpage-404 {
  text-align: center;
}
.p-subpage-404__txt {
  margin-bottom: 40px;
}
.p-subpage-404__btn {
  max-width: 400px;
  margin: 0 auto;
}

/* --------fv-------- */
.p-front-fv__swiper {
  position: relative;
  height: 70vh;
}
@media screen and (max-width: 768px) {
  .p-front-fv__swiper {
    height: 400px;
  }
}
.p-front-fv__copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-front-fv__copy {
    width: 300px;
  }
}
.p-front-fv__copy h2 {
  font-size: 3.8rem;
  letter-spacing: 0.38rem;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 20px;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.9), 0 0.2rem 2rem rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 768px) {
  .p-front-fv__copy h2 {
    margin-bottom: 5px;
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}
.p-front-fv__copy p {
  padding: 8px 20px;
  background-color: #FFFFFF;
  color: #004cb3;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-front-fv__copy p {
    padding: 3px 10px;
  }
}
.p-front-fv__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: 30px !important;
  z-index: 2;
  left: 50% !important;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: auto !important;
}
.p-front-fv__filter {
  width: 100%;
  height: 70vh;
  position: absolute;
  top: 0px;
  z-index: 1;
  background-color: rgba(58, 71, 87, 0.261);
}
@media screen and (max-width: 768px) {
  .p-front-fv__filter {
    height: 400px;
  }
}

/* --------お知らせ-------- */
.p-front-news__wrapper {
  padding: 80px 90px 80px 120px;
}
@media screen and (max-width: 1320px) {
  .p-front-news__wrapper {
    padding: 80px 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-front-news__wrapper {
    padding: 40px 30px;
  }
}
.p-front-news__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-front-news__content-wrapper {
    padding: 0px;
  }
}
.p-front-news__content-ttl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media screen and (max-width: 1080px) {
  .p-front-news__content-ttl {
    text-align: center;
    gap: 20px;
  }
}
.p-front-news__content {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  width: 100%;
}
.p-front-news__content-li {
  border-bottom: 1px solid #EEEEEE;
  display: block;
}
.p-front-news__content-li-category {
  font-size: 1.4rem;
  padding: 1px 15px;
  background-color: #ecf9ff;
  color: #003953;
  margin-right: 15px;
  text-align: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media screen and (max-width: 768px) {
  .p-front-news__content-li-category {
    font-size: 1.4rem;
  }
}
.p-front-news__content-li-category.close {
  background-color: #004cb3;
  color: #FFFFFF;
}
.p-front-news__content-li-date {
  font-size: 1.4rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.p-front-news__content-li-new {
  font-family: "Noto serif JP", "sans-serif";
  color: #E52020;
  font-weight: bold;
}
.p-front-news__content-a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 4fr;
  grid-template-columns: 1fr 1fr 4fr;
  gap: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1780px) {
  .p-front-news__content-a {
    -ms-grid-columns: 1fr 1fr 3fr;
    grid-template-columns: 1fr 1fr 3fr;
  }
}
@media screen and (max-width: 1520px) {
  .p-front-news__content-a {
    -ms-grid-columns: 1fr 1fr 2fr;
    grid-template-columns: 1fr 1fr 2fr;
  }
}
.p-front-news__content-a:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
@media screen and (max-width: 1080px) {
  .p-front-news__content-a {
    display: block;
  }
}
.p-front-news__btn {
  max-height: 50px;
}

/* --------診療時間-------- */
.p-front-schedule__wrapper {
  background-color: #ecf9ff;
  padding: 80px 90px 80px 120px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1320px) {
  .p-front-schedule__wrapper {
    padding: 80px 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-front-schedule__wrapper {
    padding: 40px 30px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-front-schedule__wrapper table {
    margin: 0 auto;
  }
}

/* --------当院の特徴-------- */
.p-front-features {
  background-image: url(./images/top/features-bg.webp);
  background-size: cover;
  background-position: center;
}
.p-front-features__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
  padding: clamp(1rem, 3vw, 3rem);
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-front-features__card:hover {
  background-color: #fdfdf7;
}
.p-front-features__card img {
  max-width: 100px;
  margin: 0 auto;
}
.p-front-features__card h3 {
  font-size: clamp(1.5rem, 2vw, 1.8rem);
  letter-spacing: 0.2rem;
  color: #4aa7da;
}
.p-front-features__card p {
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  line-height: 1.3;
}

/* --------診療案内-------- */
.p-front-medical__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(color-mix(in oklab, var(--third-color) 30%, #ccc)), color-stop(72%, color-mix(in oklab, var(--third-color) 60%, #ccc)), to(color-mix(in oklab, var(--third-color) 40%, #ccc))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, color-mix(in oklab, var(--third-color) 30%, #ccc) 0%, color-mix(in oklab, var(--third-color) 60%, #ccc) 72%, color-mix(in oklab, var(--third-color) 40%, #ccc) 100%) 0% 0% no-repeat padding-box;
  color: #FFFFFF;
  padding: 10px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .p-front-medical__card {
    padding: 5px;
  }
}
.p-front-medical__card-line {
  border: 1px solid #FFFFFF;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: clamp(1rem, 2vw, 2rem);
}
.p-front-medical__card-line svg {
  -webkit-filter: drop-shadow(0px 0px 10px rgba(137, 122, 122, 0.8));
          filter: drop-shadow(0px 0px 10px rgba(137, 122, 122, 0.8));
}
@media screen and (max-width: 768px) {
  .p-front-medical__card-line {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.p-front-medical__card:hover {
  background-color: #4aa7da;
  color: #FFFFFF;
  -webkit-transform: scale(105%);
          transform: scale(105%);
}
.p-front-medical__card-img {
  padding: 0 15px;
  width: 80px;
  margin: 0 auto;
}
.p-front-medical__card h3 {
  font-size: 2.8rem;
  font-size: 2.3rem;
  color: #FFFFFF;
  text-shadow: 0px 0px 10px #8A7A73;
}
@media screen and (max-width: 768px) {
  .p-front-medical__card h3 {
    font-size: 1.6rem;
    letter-spacing: 0.16rem;
  }
}

/* --------診療予約-------- */
.p-front-reserve {
  background-image: url(./images/top/reserve-bg.webp);
  background-size: cover;
  background-position: center;
  color: #FFFFFF;
}
.p-front-reserve__ttl p {
  color: #FFFFFF !important;
}
.p-front-reserve__filter {
  width: 100%;
  background-color: rgba(30, 28, 28, 0.525);
}
.p-front-reserve__tel {
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-front-reserve__tel-num {
  font-size: 3.4rem;
  letter-spacing: 0.34rem;
  font-family: "Noto serif JP", "sans-serif";
  font-weight: bold;
}
.p-front-reserve__tel:hover {
  opacity: 0.6;
}

.p-about-dr {
  background-image: url(./images/top/main-bg.webp);
  background-size: cover;
  background-position: center;
}
.p-about-dr__name {
  font-size: 2.8rem;
  letter-spacing: 0.28rem;
  line-height: 1.5;
}
.p-about-dr__furigana {
  font-size: 1.4rem;
  letter-spacing: 0.14rem;
  line-height: 1;
}

.p-about-facility {
  background-color: #FFFFFF;
  /*各スライドのスタイル*/
  /*アクティブなときのスタイル*/
  /*矢印ボタンの色を変更*/
}
.p-about-facility__slider-wrapper {
  max-width: 780px;
  margin: 0 auto;
}
.p-about-facility .swiper-wrapper {
  position: relative;
}
.p-about-facility .swiper-container {
  width: 100%;
  height: 450px;
  margin: 0.5rem auto;
  overflow: hidden;
  position: relative;
}
.p-about-facility .swiper-container img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-about-facility .swiper-container {
    height: 300px;
  }
}
.p-about-facility .swiper-thumbnail {
  width: 100%;
  height: 160px;
  margin: 0.5rem auto;
  overflow: hidden;
}
.p-about-facility .swiper-thumbnail img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-about-facility .swiper-thumbnail {
    height: 100px;
  }
}
.p-about-facility .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*テキストの色と太さを指定*/
  color: #212121;
  font-weight: bold;
  font-size: max(0.5rem, 1.5vw);
}
.p-about-facility .swiper-thumbnail .swiper-slide {
  opacity: 0.2;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.p-about-facility .swiper-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.p-about-facility .swiper-button-next,
.p-about-facility .swiper-button-prev {
  color: #212121;
  z-index: 100000;
}

.p-archive-list__wrapper {
  max-width: 740px;
}

.p-archive-content {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
.p-archive-content__wrapper {
  display: -ms-grid;
  display: grid;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .p-archive-content__wrapper {
    gap: 60px;
  }
}
.p-archive-content__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.6;
}
.p-archive-content__category-category {
  font-size: 1.6rem;
  border-radius: 3px;
  background-color: #4aa7da;
  color: #FFFFFF;
  text-align: center;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .p-archive-content__category-category {
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
  }
}
.p-archive-content__category-category.closed {
  background-color: #004cb3;
}
.p-archive-content__btn {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .p-archive-content__btn {
    width: 100%;
  }
}
.p-archive-content h2 {
  font-size: 2.8rem;
  letter-spacing: 0.28rem;
}
@media screen and (max-width: 768px) {
  .p-archive-content h2 {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    line-height: 1.5;
  }
}

.p-archive-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 60px;
}
.p-archive-sidebar h2 {
  font-size: 1.8rem;
  text-align: left;
  color: #003953;
  padding-left: 20px;
  border-left: 2px solid #004cb3;
  font-weight: bold;
  width: 100%;
  margin-bottom: 10px;
}
.p-archive-sidebar ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dotted #ACACAC;
}
.p-archive-sidebar ul li:hover a {
  color: #004cb3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-archive-sidebar ul li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #E1916E;
  margin-right: 20px;
}
.p-archive-sidebar select {
  width: 100%;
  font-size: 1.6rem;
  font-family: "Noto sans JP", "sans-serif";
  border: 0px;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-archive-sidebar select {
    font-size: 1.4rem;
  }
}

.p-single-list__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 100px 1fr;
  grid-template-columns: 2fr 1fr;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .p-single-list__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 60px;
  }
}

.p-single-content {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
.p-single-content__wrapper {
  display: -ms-grid;
  display: grid;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .p-single-content__wrapper {
    gap: 30px;
  }
}
.p-single-content__category {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
.p-single-content__category-category {
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 3px;
  background-color: #004cb3;
  color: #FFFFFF;
  text-align: center;
  padding: 1px 10px;
}
.p-single-content__btn {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .p-single-content__btn {
    width: 100%;
  }
}

.p-single-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 60px;
}
.p-single-sidebar h2 {
  font-size: 1.8rem;
  text-align: left;
  color: #003953;
  padding-left: 20px;
  border-left: 2px solid #B8D200;
  font-weight: bold;
  width: 100%;
  margin-bottom: 10px;
}
.p-single-sidebar ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dotted #ACACAC;
}
.p-single-sidebar ul li:hover a {
  color: #004cb3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-single-sidebar ul li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #E1916E;
  margin-right: 20px;
}

.p-single-content__pagebtn {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  height: 60px;
}
.p-single-content__pagebtn-previous a {
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  padding: 15px 60px;
  border: 2px solid #004cb3;
  color: #004cb3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #FFFFFF;
  width: 300px;
}
.p-single-content__pagebtn-previous a::before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 20px;
  top: 28%;
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .p-single-content__pagebtn-previous a::before {
    left: 10px;
  }
}
@media screen and (max-width: 480px) {
  .p-single-content__pagebtn-previous a {
    width: 95%;
    padding: 10px 20px;
  }
}
.p-single-content__pagebtn-previous a:hover {
  color: #fff;
  background-color: #004cb3;
}
.p-single-content__pagebtn-previous a:hover a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}
.p-single-content__pagebtn-next a {
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  padding: 15px 60px;
  border: 2px solid #004cb3;
  color: #004cb3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #FFFFFF;
  width: 300px;
}
.p-single-content__pagebtn-next a::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 28%;
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .p-single-content__pagebtn-next a::before {
    right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .p-single-content__pagebtn-next a {
    width: 95%;
    padding: 10px 20px;
  }
}
.p-single-content__pagebtn-next a:hover {
  color: #fff;
  background-color: #004cb3;
}
.p-single-content__pagebtn-next a:hover a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}

.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .nav-links > span {
  background-color: #004cb3;
  color: #FFFFFF;
  padding: 10px 16px;
  border-radius: 1px;
  border: 2px solid #004cb3;
}
.pagination .nav-links > a {
  color: #E1916E;
  padding: 10px 16px;
  border: 2px solid #004cb3;
  border-radius: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination .nav-links > a:hover {
  background-color: #004cb3;
  color: #FFFFFF;
}

.p-access-hour .p-hourTable__hours-table {
  width: 100%;
}
.p-access-hour .p-hourTable__hours-table th {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-access-hour .p-hourTable__hours-table th {
    text-align: left;
  }
}

.p-access-access__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .p-access-access__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.p-access-access__img {
  border-radius: 5px;
}

.p-access-map__mapArea {
  height: 400px;
}
@media screen and (max-width: 768px) {
  .p-access-map__mapArea {
    height: 300px;
  }
}
.p-access-map__mapArea > iframe {
  width: 100%;
  height: 100%;
}

.p-hourTable__hours {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-hourTable__hours {
    gap: 15px;
  }
}
@media screen and (max-width: 1080px) {
  .p-hourTable__hours {
    margin-bottom: 30px;
  }
}
.p-hourTable__hours-table th,
.p-hourTable__hours-table td {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .p-hourTable__hours-table th,
  .p-hourTable__hours-table td {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.p-hourTable__hours-table td {
  padding-left: 28px;
}
@media screen and (max-width: 480px) {
  .p-hourTable__hours-table td {
    padding-left: 10px;
  }
}
.p-hourTable__hours-table tr {
  border-bottom: 1px solid #D8D2B8;
}
.p-hourTable__tag {
  padding: 4px 15px;
  background-color: #FFFFFF;
  color: #003953;
  border-radius: 3px;
  border: 1px solid #4aa7da;
}
@media screen and (max-width: 480px) {
  .p-hourTable__tag {
    padding: 1px 10px;
  }
}

.p-map {
  height: 400px;
}
@media screen and (max-width: 768px) {
  .p-map {
    height: 260px;
  }
}
.p-map div {
  height: 100%;
}
.p-map div > iframe {
  width: 100%;
  height: 100%;
}

/* -------- utility -------- */
.u-white-space__nowrap {
  white-space: nowrap;
}

.u-disp-none {
  display: none;
}
@media screen and (min-width: 1080px) {
  .u-disp-none__pc-up {
    display: none !important;
  }
}
@media screen and (max-width: 1080px) {
  .u-disp-none__pc-down {
    display: none !important;
  }
}
@media screen and (max-width: 1320px) {
  .u-disp-none__s-pc-down {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .u-disp-none__tab-up {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .u-disp-none__tab-down {
    display: none !important;
  }
}

.u-disp-block {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .u-disp-block__tab {
    display: block !important;
  }
}

.u-disp-inlineBlock {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .u-disp-inlineBlock__tab {
    display: inline-block;
  }
}

.u-disp-inline {
  display: inline;
}
@media screen and (max-width: 768px) {
  .u-disp-inline__tab {
    display: inline;
  }
}