@charset "UTF-8";
/* ブレイクポイント */
/* color */
html {
  font-size: 62.5%;
}

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

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

@media (max-width: 374px) {
  .ssp {
    display: none;
  }
}

@media (min-width: 768px) {
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.contents01__img {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .contents01__img {
    margin-bottom: 0;
    margin-right: 6%;
    width: 46%;
  }
}

@media (min-width: 768px) {
  .contents01__content {
    width: 48%;
  }
}

.textBox .text:not(:last-child) {
  margin-bottom: 16px;
}

.more {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.more img {
  margin-right: 12px;
  width: 40px;
  height: 40px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.more span {
  font-size: 1.5rem;
  font-weight: 600;
}
.more:hover {
  opacity: 0.8;
}
.more:hover img {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.button01 {
  border-radius: 35px;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 12px 8px;
  letter-spacing: 0.1em;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .button01 {
    margin: initial;
  }
}
@media (min-width: 1200px) {
  .button01 {
    font-size: 2rem;
    padding: 17px 8px;
  }
}
.button01--green {
  background-color: #53B335;
  border: 2px solid #53B335;
}
.button01--green:hover {
  background-color: #fff;
  color: #53B335;
}
.button01--center {
  margin: auto;
}

.link-section {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .link-section {
    margin-bottom: 120px;
  }
}

.center {
  margin: auto;
}

.bg-left {
  position: relative;
}
.bg-left::before {
  position: absolute;
  content: "";
  background: url(../img/common/trinity-sun-left.png) no-repeat center center/contain;
  width: 242px;
  height: 340px;
  top: -146px;
  left: -61px;
  z-index: -1;
}
@media (min-width: 992px) {
  .bg-left::before {
    width: 316px;
    height: 392px;
    top: -146px;
    left: 0;
  }
}

.bg-left-child {
  position: relative;
}
.bg-left-child::before {
  position: absolute;
  content: "";
  background: url(../img/common/trinity-sun-left.png) no-repeat center center/contain;
  width: 232px;
  height: 330px;
  top: -96px;
  left: -88px;
  z-index: -1;
}
@media (min-width: 992px) {
  .bg-left-child::before {
    width: 316px;
    height: 392px;
    top: -105px;
    left: 0;
  }
}

.bg-right {
  position: relative;
}
@media (min-width: 768px) {
  .bg-right::before {
    position: absolute;
    content: "";
    background: url(../img/common/trinity-sun-right.png) no-repeat center center/contain;
    width: 307px;
    height: 449px;
    top: -300px;
    right: 0;
    z-index: -1;
  }
}

.util-link03 {
  text-align: right;
}
.util-link03--03 {
  margin-top: auto;
  margin-left: auto;
}

.button03 {
  position: relative;
  font-size: 1.4rem;
  font-weight: 600;
  padding-right: 16px;
}
.button03::after {
  position: absolute;
  content: "";
  background: url(../img/arrow.svg) no-repeat center center/contain;
  width: 7px;
  height: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.section {
  padding-bottom: 90px;
}
@media (min-width: 992px) {
  .section {
    padding-bottom: 140px;
  }
}

.section-title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 48px;
  text-align: center;
}
@media (max-width: 374px) {
  .section-title {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .section-title {
    font-size: 2.8rem;
  }
}
.section-title span {
  color: #E7378E;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .section-title span {
    font-size: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .page-title {
    font-size: 3.6rem;
  }
}

.section-child {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .section-child {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.outline-box {
  position: relative;
  background-color: #F5F5F5;
  padding: 10px;
  z-index: 1;
}
.outline-box::before {
  position: absolute;
  content: "";
  top: 10px;
  bottom: 10px;
  right: 10px;
  left: 10px;
}

.medical-box {
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .medical-box {
    padding-bottom: 140px;
  }
}

@media (min-width: 768px) {
  .content01-img {
    width: 42%;
  }
}

.content01__text {
  line-height: 2;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .content01__text {
    font-size: 1.7rem;
    margin-bottom: 32px;
  }
}

/*---------------------------------
  下層ページ fv
---------------------------------*/
/* top-visual */
.tv-inner {
  padding-right: 20px;
  padding-left: 20px;
  margin-top: 66px;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .tv-inner {
    margin-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .tv-inner {
    margin-top: 90px;
  }
}

.top-visual {
  position: relative;
  background-color: #E5F4FA !important;
}
.top-visual::before {
  position: absolute;
  content: "";
  width: 69px;
  aspect-ratio: 69/66;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .top-visual::before {
    width: 12.36vw;
    aspect-ratio: 178/171;
    left: 0;
    bottom: 0;
  }
}
.top-visual::after {
  position: absolute;
  content: "";
  width: 135px;
  aspect-ratio: 135/80;
  top: 0;
  right: 0;
}
@media (max-width: 374px) {
  .top-visual::after {
    width: 116px;
  }
}
@media (min-width: 768px) {
  .top-visual::after {
    width: 26.736vw;
    aspect-ratio: 385/229;
    top: 0;
    right: 0;
  }
}
.top-visual--01::before {
  background: url(../img/fv/fv-left_01.webp) no-repeat center center/contain;
}
.top-visual--01::after {
  background: url(../img/fv/fv-right_01.webp) no-repeat center center/contain;
}
.top-visual--02::before {
  background: url(../img/fv/fv-left_02.webp) no-repeat center center/contain;
}
.top-visual--02::after {
  background: url(../img/fv/fv-right_02.webp) no-repeat center center/contain;
}
.top-visual--03::before {
  background: url(../img/fv/fv-left_03.webp) no-repeat center center/contain;
}
.top-visual--03::after {
  background: url(../img/fv/fv-right_03.webp) no-repeat center center/contain;
}

.top-visual__content {
  line-height: 1;
  padding: 70px 0;
  margin-top: 66px;
}
@media (min-width: 768px) {
  .top-visual__content {
    padding: 133px 0;
    margin-top: 82px;
  }
}
@media (min-width: 1200px) {
  .top-visual__content {
    margin-top: 0;
  }
}
@media (min-width: 1600px) {
  .top-visual__content {
    padding: 160px 0;
  }
}

.top-visual__title {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (min-width: 768px) {
  .top-visual__title {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .top-visual__title {
    font-size: 3.4rem;
  }
}

/*---------------------------------
  下層ページ 
---------------------------------*/
.p-lower .lead-head {
  color: #00A2D8;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 768px) {
  .p-lower .lead-head {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .p-lower .lead-head {
    font-size: 2.2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: initial;
  }
}
@media (min-width: 992px) {
  .p-lower .lead-head::before {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #00A2D8;
    margin-right: 16px;
  }
}
@media (min-width: 992px) {
  .p-lower .lead-head::after {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #00A2D8;
    margin-left: 16px;
  }
}
.p-lower .mb40 {
  margin-bottom: 40px;
}
.p-lower .box01 {
  padding: 16px;
  background-color: #E5F4FA;
}
@media (min-width: 768px) {
  .p-lower .box01 {
    padding: 30px;
  }
}
.p-lower .box02 {
  background-color: #E5F4FA;
  padding: 16px;
}
@media (min-width: 768px) {
  .p-lower .box02 {
    padding: 30px;
  }
}
.p-lower .box02 .row:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .p-lower .box02 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-lower .box02 .row__title {
  color: #00A2D8;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .p-lower .box02 .row__title {
    margin-bottom: 0;
    width: 105px;
  }
}
@media (min-width: 992px) {
  .p-lower .box02 .row__title {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .p-lower .box02 .row__text {
    font-size: 1.8rem;
    width: calc(100% - 105px);
  }
}
.p-lower .box03 {
  background-color: #E5F4FA;
  padding: 16px;
}
@media (min-width: 768px) {
  .p-lower .box03 {
    padding: 30px;
  }
}
.p-lower .box03 .row {
  display: block;
}
.p-lower .box03 .row__title {
  color: #00A2D8;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}
.p-lower .box03 .row__text {
  line-height: 1.4;
}
.p-lower h2 {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 8px;
  margin-bottom: 48px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-lower h2 {
    font-size: 2.6rem;
    margin-bottom: 56px;
  }
}
@media (min-width: 992px) {
  .p-lower h2 {
    font-size: 3.2rem;
  }
}
.p-lower h2::before {
  position: absolute;
  content: "";
  background: url(../img/common/title-border.png) no-repeat center center/contain;
  width: 48px;
  height: 6px;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .p-lower h2::before {
    width: 68px;
    height: 8px;
  }
}
.p-lower h3 {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .p-lower h3 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .p-lower h3 {
    font-size: 2.2rem;
  }
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  height: 66px;
  z-index: 20;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .header {
    height: 90px;
  }
}

.header.is-scrolled {
  height: 60px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.header.is-scrolled .header__logo {
  max-width: 180px;
  -webkit-transition: max-width 0.3s ease-in-out;
  transition: max-width 0.3s ease-in-out;
}
.header.is-scrolled .header-contact {
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header.is-scrolled .header__inner {
  height: 60px;
}
@media (min-width: 1200px) {
  .header.is-scrolled .header__inner {
    height: 60px;
  }
}

.header__inner {
  height: 66px;
  margin: auto;
  max-width: 1280px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1200px) {
  .header__inner {
    height: 90px;
  }
}

.header__logo {
  max-width: 180px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .header__logo {
    max-width: 226px;
  }
}
.header__logo a {
  display: block;
}

.header-box {
  display: none;
}
@media (min-width: 1200px) {
  .header-box {
    display: block;
    margin-left: auto;
    width: 78%;
  }
}

.header-box__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-bottom: 40px;
}

.header-box__address-text {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 13px;
}

.header-box__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-bottom: 8px;
}

.header-box__address-img {
  margin-right: 8px;
  max-width: 10px;
  width: 100%;
}
.header-box__address-tel {
  background-color: #9CD8D8;
  border-radius: 4px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  max-width: 180px;
  width: 100%;
}
@media (min-width: 1200px) {
  .header-box__address-tel {
    font-size: 2rem;
  }
}

.header-box__schedule {
  line-height: 1.2;
  margin-left: 56px;
}

.header-box__schedule-text {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.header-box__schedule-time {
  color: #00A2D8;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 3px;
}

.header-box__schedule-bottom {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #D2F1F5));
  background: linear-gradient(transparent 70%, #D2F1F5 70%);
  font-size: 1.2rem;
  font-weight: 600;
  display: inline-block;
}

.header-nav__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.header-nav__item:first-child a {
  padding-left: 0;
}

.header-nav__item:last-child a {
  padding-right: 0;
}

.header-nav__item a {
  font-size: 1.5rem;
  display: block;
  line-height: 1.2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 15px;
}
.header-nav__item a:hover {
  color: #00A2D8;
}

.header-box__bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-contact {
  display: block;
  max-width: 60px;
  width: 100%;
  margin-left: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* ドロワーメニュー */
.drawer-icon {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 300;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  margin-left: auto;
  width: 30px;
}
@media (min-width: 1200px) {
  .drawer-icon {
    display: none;
  }
}
@media (min-width: 1400px) {
  .drawer-icon.is-active .drawer-icon__bars {
    position: absolute;
    top: 30px;
    right: 50px;
  }
}
.drawer-icon.is-active .drawer-icon__bar1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
  width: 30px;
}
.drawer-icon.is-active .drawer-icon__bar2 {
  display: none;
}
.drawer-icon.is-active .drawer-icon__bar3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
}
.drawer-icon.is-active .drawer-icon__ruby {
  display: none;
}

.drawer-icon__bars {
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
}
@media (min-width: 1400px) {
  .drawer-icon__bars {
    width: 0px;
  }
}

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
  position: absolute;
  height: 2px;
  top: 0;
  right: 0;
}

.drawer-icon__bar1 {
  background: #00A2D8;
  border-radius: 2px;
  top: 0;
  width: 30px;
}

.drawer-icon__bar2 {
  background: #00A2D8;
  border-radius: 2px;
  top: 10px;
  width: 30px;
}

.drawer-icon__bar3 {
  background: #00A2D8;
  border-radius: 2px;
  top: 20px;
  width: 30px;
}

.drawer-content {
  background: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  width: 100%;
  height: 92vh;
  position: fixed;
  padding-bottom: 120px;
  top: 60px;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  z-index: 299;
}
.drawer-content.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-content__items {
  position: relative;
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .drawer-content__items {
    margin-left: 32px;
  }
}

.drawer-content__item {
  border-bottom: 0.5px dashed #00A2D8;
  position: relative;
  font-weight: 600;
}

.drawer-content__item a {
  display: block;
  padding: 16px 16px 16px 24px;
}

.drawer-content__bottom {
  margin: 3.2rem 0 3.2rem 0;
}

.drawer-contact:not(:first-child) {
  margin-top: 20px;
}

.drawer-contact img {
  margin-right: 10px;
}

.drawer-accordion {
  position: absolute;
  background: #EFEFEF;
  border: 1px solid #707070;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  right: 24px;
  top: 20px;
}
.drawer-accordion.is-open .drawer-accordion-bar2 {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.drawer-accordion-bar1 {
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #707070;
  border-radius: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.drawer-accordion-bar2 {
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #707070;
  border-radius: 20px;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.drawer-nav {
  display: none;
  padding: 1rem 0;
}

.drawer-nav__link {
  position: relative;
  display: block;
  font-size: 1.4rem !important;
  font-weight: 600;
  padding: 1rem 0 1rem 3rem !important;
}
.drawer-nav__link::after {
  position: absolute;
  content: "";
  background: url(../img/common/arrow-drawer.svg) no-repeat center center/contain;
  width: 12px;
  height: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 27px;
}

.drawer-contact:not(:last-child) {
  margin-bottom: 16px;
}

.drawer-contact__reservation {
  position: relative;
  border-radius: 4px;
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  padding: 10px 32px 10px 32px;
  text-align: center;
  margin: auto;
  max-width: 335px;
  width: 100%;
}
.drawer-contact__reservation--tel {
  background-color: #E7378E;
}
.drawer-contact__reservation--web {
  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;
  font-size: 1.8rem;
  background-color: #53B335;
  height: 82.3px;
}

.drawer-contact__reservation span {
  display: block;
}

.header-tel01 {
  font-size: 2.2rem;
  font-weight: 700;
}

.header-tel02,
.header-tel03 {
  font-size: 1.4rem;
}

.top-info {
  padding-bottom: 100px;
}

.info-logo {
  margin-bottom: 16px;
  max-width: 200px;
  width: 100%;
}
@media (min-width: 768px) {
  .info-logo {
    max-width: 280px;
  }
}

.info-box {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 56px;
  }
}

@media (min-width: 992px) {
  .info__content {
    margin-right: 11.5%;
    width: 44%;
  }
}

.info__content-title {
  font-size: 1.2rem;
  font-weight: 600;
}

.info__content-address {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .info-row-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.info-row-box .info-row:first-child {
  margin-right: 28px;
}
@media (min-width: 992px) {
  .info-row-box .info-row__text {
    font-size: 2rem;
  }
}

.info-row {
  margin-bottom: 14px;
}

.info-row__title {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  word-break: break-all;
}

@media (min-width: 992px) {
  .access-map {
    width: 48%;
  }
}

.iframe-wrap {
  width: 100%;
  aspect-ratio: 480/480;
  position: relative;
}
.iframe-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.info-bottom__text {
  color: #818181;
  font-size: 1.4rem;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .info-bottom__text {
    margin-bottom: 10px;
  }
}

.info-bottom__img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.info-bottom__img:hover {
  opacity: 0.8;
}

.info-bottom__img.koharu {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .info-bottom__img.koharu {
    margin-bottom: 28px;
  }
}

.schedule {
  border-bottom: 1px solid #E6E6E6;
  margin-top: 24px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .schedule {
    margin-top: initial;
    margin-bottom: initial;
  }
}
.schedule .schedule-table {
  margin-bottom: 12px;
}

.schedule-table {
  width: 100%;
  border-collapse: collapse;
  font-family: sans-serif;
  text-align: center;
}
.schedule-table th, .schedule-table td {
  padding: 10px;
  vertical-align: middle;
}
@media (max-width: 374px) {
  .schedule-table th, .schedule-table td {
    padding: 6px;
  }
}
.schedule-table thead {
  background-color: #00A2D8;
  color: #fff;
}
.schedule-table thead th {
  font-size: 1.5rem;
  font-weight: 500;
}
.schedule-table thead .time {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.schedule-table tbody {
  border-bottom: 1px solid #E6E6E6;
}
.schedule-table tbody td {
  font-weight: 500;
}
.schedule-table tbody .time {
  color: #555;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
@media (max-width: 374px) {
  .schedule-table tbody .time {
    font-size: 1.3rem;
  }
}
.schedule-table tbody .holiday {
  color: #707070;
}
.schedule-table td {
  font-size: 1.5rem;
  color: #00A2D8;
}

/* footer */
footer {
  background-color: #00A2D8;
  padding-top: 64px;
  padding-bottom: 64px;
}

@media (min-width: 992px) {
  .footer-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer-list__link {
  color: #fff;
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .footer-list__link {
    font-size: 1.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .footer-list__link:hover {
    opacity: 0.7;
  }
}

/* bottom-contact */
.bottom-contact-pc {
  display: none;
}
@media (min-width: 992px) {
  .bottom-contact-pc {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    bottom: 40px;
    right: 20px;
    z-index: 30;
  }
}

@media (min-width: 768px) {
  .bottom-contact-pc__img {
    -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
            filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
    display: block;
    width: 160px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (min-width: 768px) and (min-width: 1600px) {
  .bottom-contact-pc__img {
    width: 180px;
  }
}
@media (min-width: 768px) {
  .bottom-contact-pc__img:hover {
    opacity: 0.8;
  }
}

.bottom-contact {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 30;
}
@media (min-width: 992px) {
  .bottom-contact {
    display: none;
  }
}

.bottom-contact__link {
  width: 50%;
  height: 78px;
}

.bottom-contact__button {
  background-color: grey;
  color: #fff;
  display: block;
  line-height: 1.3;
  height: inherit;
  padding: 13px 0;
  text-align: center;
}
.bottom-contact__button--tel {
  background-color: #E7378E;
}
.bottom-contact__button--tel .footer-tel01,
.bottom-contact__button--tel .footer-tel02,
.bottom-contact__button--tel .footer-tel03 {
  display: block;
}
.bottom-contact__button--tel .footer-tel01 {
  font-size: 1.8rem;
  font-weight: 700;
}
.bottom-contact__button--tel .footer-tel02,
.bottom-contact__button--tel .footer-tel03 {
  font-size: 1.2rem;
}
.bottom-contact__button--web {
  background-color: #53B335;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.copyright {
  text-align: center;
  padding-top: 18px;
  padding-bottom: 88px;
}
@media (min-width: 992px) {
  .copyright {
    padding-bottom: 50px;
  }
}

.copyright small {
  font-size: 1.2rem;
}

/* pagination */
.pagination {
  text-align: center;
}

.pagination a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.pagination a:hover {
  opacity: 0.6;
}

.pagination a.next,
.pagination a.prev {
  color: #E7378E;
  font-size: 1.7rem;
}
@media (min-width: 768px) {
  .pagination a.next,
  .pagination a.prev {
    font-size: 1.8rem;
  }
}

.pagination a.next:hover,
.pagination a.prev:hover {
  opacity: 0.6;
}

.page-numbers {
  background-color: #FCF4F4;
  color: #E7378E;
  display: inline-block;
  font-size: 1.7rem;
  height: 32px;
  line-height: 32px;
  margin-right: 5px;
  min-width: 32px;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 768px) {
  .page-numbers {
    font-size: 1.8rem;
    height: 40px;
    line-height: 40px;
    min-width: 40px;
    margin-right: 9px;
  }
}

.page-numbers:last-child {
  margin-right: 0;
}

.page-numbers.current {
  background: #E7378E;
  border-radius: 50%;
  color: #fff;
}

.page-numbers.dots,
.page-numbers.next,
.page-numbers.prev {
  border: none;
  line-height: 32px;
  min-width: initial;
  width: auto;
}

/* -------------------------------
 ページ送り(新着情報、ブログ)
------------------------------- */
/* pagination-colum */
.pagination-column {
  margin-top: 56px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .pagination-column {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 100px;
  }
}
.pagination-column--single {
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .pagination-column__pc {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.pagination-column__link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #00A2D8;
}
.pagination-column__link--center {
  width: 100%;
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  border: 2px solid #00A2D8;
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 0;
}
.pagination-column__link--center::after {
  position: absolute;
  content: "";
  background: url(../img/common/arrow-blue.svg) no-repeat center center/contain;
  width: 26px;
  height: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
}
.pagination-column__link--center:hover {
  background-color: #00A2D8;
  color: #fff;
}
.pagination-column__link--center:hover::after {
  position: absolute;
  background: url(../img/common/arrow-white.svg) no-repeat center center/contain;
  width: 26px;
  height: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
}
@media (min-width: 768px) {
  .pagination-column__link--center {
    max-width: 232px;
  }
}
.pagination-column__link--left {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination-column__link--left:hover {
  left: -10px;
}
.pagination-column__link--right {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination-column__link--right:hover {
  right: -10px;
}

.pagination-column__content {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination-column__content--left {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.pagination-column__content--right {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.pagination-column__content-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination-column__text {
  font-size: 1.5rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .pagination-column__text {
    font-size: 1.8rem;
  }
}
.pagination-column__text--left {
  margin-left: 16px;
}
.pagination-column__text--right {
  margin-right: 16px;
}
.pagination-column__sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .pagination-column__sp {
    display: initial;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    margin-bottom: initial;
  }
}

.cards {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
}
@media (min-width: 768px) {
  .cards {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 20px;
  }
}
@media (min-width: 992px) {
  .cards {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 24px;
  }
}
@media (min-width: 1200px) {
  .cards {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
    row-gap: 14px;
  }
}

.card {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: auto;
  width: 87%;
}
@media (min-width: 768px) {
  .card {
    margin: initial;
    width: initial;
  }
}

.card__head {
  position: relative;
  background-color: #fff;
  padding: 16px 0;
}
@media (min-width: 768px) {
  .card__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 110px;
    padding: initial;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.card__head::before {
  position: absolute;
  content: "";
  background: url(../img/common/triangle-yellow.svg) no-repeat center center/contain;
  width: 40px;
  height: 40px;
  top: -2px;
  left: 0;
}
@media (min-width: 992px) {
  .card__head::before {
    top: -1px;
  }
}

.card__head-title {
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media (min-width: 992px) {
  .card__head-title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .card__head-title {
    font-size: 2.4rem;
  }
}

.card__body {
  background-color: #fff;
  padding: 19px;
}
@media (min-width: 768px) {
  .card__body {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .card__body {
    padding: 24px 9px;
  }
}

.card__body-text {
  font-weight: 300;
  font-size: 1.5rem;
}

/* -------------------------------
 サイドバー
------------------------------- */
/* sidebar */
@media (min-width: 992px) {
  .sidebar {
    width: 25%;
    margin-left: auto;
  }
}

.bbb {
  height: 83%;
}

.ccc {
  height: 100%;
}

.sidebar__contents-top {
  border-bottom: 1px solid #777777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 12px;
}

.sidebar__title {
  font-size: 2rem;
  font-weight: 700;
}

.sidebar__item-category li {
  position: relative;
  border-bottom: 2px dotted #00A2D8;
}
.sidebar__item-category li::before {
  position: absolute;
  content: "";
  background: url(../img/common/category-arrow.svg) no-repeat center center/contain;
  width: 11px;
  height: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5px;
}

.sidebar__item-category li a {
  display: block;
  padding: 10px 0 10px 23px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar__item-category li a:hover {
  opacity: 0.7;
}

.current-year {
  position: relative;
  padding-left: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.current-year::before {
  position: absolute;
  color: #BCD1C8;
  content: "●";
  font-size: 1.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.sidebar__item-article {
  position: relative;
  height: 100%;
}
@media (max-width: 374px) {
  .sidebar__item-article {
    max-height: initial;
  }
}

.sidebar__item-article:not(:last-child) {
  margin-bottom: 16px;
}

.sidebar__item-article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 96px;
  height: 100%;
}

.sidebar__content {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar__content:hover, .sidebar__content:focus {
  opacity: 0.7;
}

.sidebar__ranking {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar__ranking:hover, .sidebar__ranking:focus {
  opacity: 0.7;
}

.sidebar__ranking:nth-child(1)::before,
.sidebar__ranking:nth-child(2)::before,
.sidebar__ranking:nth-child(3)::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 30px;
  height: 28px;
}

.sidebar__item-article:nth-child(2) .sidebar__ranking::before {
  background: url(../img/ranking_01.svg) no-repeat center center/contain;
}

.sidebar__item-article:nth-child(3) .sidebar__ranking::before {
  background: url(../img/ranking_02.svg) no-repeat center center/contain;
}

.sidebar__item-article:nth-child(4) .sidebar__ranking::before {
  background: url(../img/ranking_03.svg) no-repeat center center/contain;
}

.sidebar__content-img {
  max-width: 90px;
  width: 100%;
}
.sidebar__content-img img {
  min-height: 90px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sidebar__body {
  max-width: 240px;
  width: 100%;
  background-color: #fff;
  padding: 0.3em;
}

.sidebar__content-title {
  font-size: 1.2rem;
}

.sidebar__body-category span {
  font-size: 1rem;
  padding: 0.3em 0.5em;
}

.sidebar__body-category span:not(:last-child) {
  margin-right: 3px;
}

.sidebar__body-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebar__body-time time {
  font-size: 1rem;
}

.sidebar__contents select {
  padding: 11px;
  border: 1px solid #BCD1C8;
  border-radius: 4px;
  font-size: 18px;
  width: 100%;
  font-family: fot-tsukuardgothic-std, sans-serif;
}

.t-contact {
  position: relative;
  background-color: #fff;
  z-index: 0;
}
.t-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #F5D000), color-stop(50%, #00A2D8)) no-repeat, -webkit-gradient(linear, left top, right top, color-stop(50%, #E7378E), color-stop(50%, #53B335)) no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(50%, #F5D000), color-stop(50%, #E7378E)) no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(50%, #00A2D8), color-stop(50%, #53B335)) no-repeat;
  background: linear-gradient(to right, #F5D000 50%, #00A2D8 50%) no-repeat, linear-gradient(to right, #E7378E 50%, #53B335 50%) no-repeat, linear-gradient(to bottom, #F5D000 50%, #E7378E 50%) no-repeat, linear-gradient(to bottom, #00A2D8 50%, #53B335 50%) no-repeat;
  background-size: 100% 8px, 100% 8px, 8px 100%, 8px 100%;
  background-position: top left, bottom left, top left, top right;
}
@media (min-width: 768px) {
  .t-contact::before {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #F5D000), color-stop(50%, #00A2D8)) no-repeat, -webkit-gradient(linear, left top, right top, color-stop(50%, #E7378E), color-stop(50%, #53B335)) no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(50%, #F5D000), color-stop(50%, #E7378E)) no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(50%, #00A2D8), color-stop(50%, #53B335)) no-repeat;
    background: linear-gradient(to right, #F5D000 50%, #00A2D8 50%) no-repeat, linear-gradient(to right, #E7378E 50%, #53B335 50%) no-repeat, linear-gradient(to bottom, #F5D000 50%, #E7378E 50%) no-repeat, linear-gradient(to bottom, #00A2D8 50%, #53B335 50%) no-repeat;
    background-size: 100% 20px, 100% 20px, 20px 100%, 20px 100%;
    background-position: top left, bottom left, top left, top right;
  }
}

.t-box {
  padding: 40px 20px 40px;
}
@media (min-width: 768px) {
  .t-box {
    padding: 40px 32px;
  }
}
@media (min-width: 1200px) {
  .t-box {
    padding: 100px 60px;
  }
}
@media (min-width: 1400px) {
  .t-box {
    padding: 100px 130px;
  }
}

.t-contact__title-box {
  text-align: center;
}

.t-contact__title {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 12px;
  text-align: center;
}
@media (min-width: 768px) {
  .t-contact__title {
    font-size: 2.4rem;
    letter-spacing: 0.08em;
  }
}
@media (min-width: 992px) {
  .t-contact__title {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .t-contact__title {
    font-size: 4rem;
    margin-bottom: 36px;
  }
}
.t-contact__title::before {
  position: absolute;
  content: "";
  background: url(../img/common/foot-right.webp) no-repeat center center/contain;
  width: 62px;
  height: 82px;
  top: -44px;
  left: -64px;
}
@media (max-width: 374px) {
  .t-contact__title::before {
    width: 42px;
    height: 58px;
    top: -44px;
    left: -35px;
  }
}
@media (min-width: 768px) {
  .t-contact__title::before {
    width: 93px;
    height: 106px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -110px;
  }
}
.t-contact__title::after {
  position: absolute;
  content: "";
  background: url(../img/common/foot-left.webp) no-repeat center center/contain;
  width: 62px;
  height: 82px;
  top: -44px;
  right: -64px;
}
@media (max-width: 374px) {
  .t-contact__title::after {
    width: 42px;
    height: 58px;
    top: -44px;
    right: -35px;
  }
}
@media (min-width: 768px) {
  .t-contact__title::after {
    width: 93px;
    height: 106px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -110px;
  }
}

.t-contact__lead {
  font-size: 1.4rem;
  margin-bottom: 12px;
  text-align: center;
}
@media (min-width: 768px) {
  .t-contact__lead {
    font-size: 1.8rem;
    margin-bottom: 28px;
  }
}
@media (min-width: 1200px) {
  .t-contact__lead {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}

.t-contact-box {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 32px;
}
@media (min-width: 768px) {
  .t-contact-box {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}
@media (min-width: 992px) {
  .t-contact-box {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 72px;
       -moz-column-gap: 72px;
            column-gap: 72px;
  }
}

.t-contact-box__item {
  text-align: center;
}
@media (min-width: 768px) {
  .t-contact-box__item {
    text-align: left;
  }
}

.t-contact-box__item-text {
  font-size: 1.4rem;
  margin-top: 6px;
}
@media (min-width: 1200px) {
  .t-contact-box__item-text {
    font-size: 1.5rem;
  }
}

.t-contact-box__item-noteBox {
  text-align: center;
}

.t-contact-box__item-note {
  position: relative;
  color: #53B335;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3;
  display: inline-block;
  margin-bottom: 8px;
}
@media (max-width: 374px) {
  .t-contact-box__item-note {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .t-contact-box__item-note {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
}
.t-contact-box__item-note::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 1px;
  height: 34px;
  -webkit-transform: translateY(-50%) rotate(-25deg);
          transform: translateY(-50%) rotate(-25deg);
  background: #53B335;
}
@media (max-width: 374px) {
  .t-contact-box__item-note::before {
    left: -18px;
  }
}
.t-contact-box__item-note::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  width: 1px;
  height: 34px;
  -webkit-transform: translateY(-50%) rotate(25deg);
          transform: translateY(-50%) rotate(25deg);
  background: #53B335;
}
@media (max-width: 374px) {
  .t-contact-box__item-note::after {
    right: -18px;
  }
}

.t-contact-box__item-link {
  color: #E7378E;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  position: relative;
  padding-left: 42px;
  font-size: 2.8rem;
}
@media (min-width: 768px) {
  .t-contact-box__item-link {
    line-height: 1;
    margin-bottom: 4px;
  }
}
@media (min-width: 992px) {
  .t-contact-box__item-link {
    font-size: 3.2rem;
    letter-spacing: 0.05em;
  }
}
@media (min-width: 1400px) {
  .t-contact-box__item-link {
    font-size: 4.4rem;
  }
}
.t-contact-box__item-link::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.t-contact-box__item-link--tel::before {
  background: url(../img/common/contact-tel.svg) no-repeat center center/contain;
  width: 30px;
  height: 30px;
}
@media (min-width: 1200px) {
  .t-contact-box__item-link--tel::before {
    width: 34px;
    height: 48px;
  }
}

/*---------------------------------
  404
---------------------------------*/
.page-404 {
  margin-top: 60px;
  margin-bottom: 100px;
  padding-top: 80px;
  text-align: center;
}
@media (min-width: 992px) {
  .page-404 {
    margin-top: 100px;
  }
}

.page-404__title {
  color: #00A2D8;
  font-size: 2.4rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .page-404__title {
    font-size: 4rem;
  }
}

.page-404__link {
  text-decoration: underline;
  display: block;
  margin-top: 40px;
  font-weight: 500;
}

/* -------------------------------
 ふりーすてっぷについてページ
------------------------------- */
/* top-lead */
.about .top-lead .textBox {
  position: relative;
}
.about .top-lead .textBox::before {
  position: absolute;
  content: "";
  background: url(../img/common/foot-right.webp) no-repeat center center/contain;
  width: 62px;
  height: 82px;
  bottom: -64px;
  right: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .about .top-lead .textBox::before {
    width: 92px;
    height: 115px;
    bottom: -52px;
    right: -60px;
  }
}

/* primary */
.primary h3 {
  color: #00A2D8;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .primary h3 {
    margin-bottom: 20px;
  }
}

.primary-item:not(:last-child) {
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .primary-item:not(:last-child) {
    margin-bottom: 80px;
  }
}

@media (min-width: 768px) {
  .primary-item:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .primary-item:nth-child(odd) .primary-item__content {
    margin-right: 6%;
  }
}

.primary-item:nth-child(even) {
  position: relative;
}
.primary-item:nth-child(even)::before {
  position: absolute;
  content: "";
  background: url(../img/common/foot-left.webp) no-repeat center center/contain;
  width: 62px;
  height: 82px;
  bottom: -88px;
  left: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .primary-item:nth-child(even)::before {
    width: 92px;
    height: 115px;
    bottom: -90px;
    left: -60px;
  }
}
@media (min-width: 768px) {
  .primary-item:nth-child(even) .primary-item__img {
    margin-right: 6%;
  }
}

@media (min-width: 768px) {
  .primary-item__content {
    width: 48%;
  }
}

.primary-item__img {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .primary-item__img {
    margin-bottom: 0;
    width: 46%;
  }
}

/* feature */
.feature h3 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .feature h3 {
    font-size: 2rem;
  }
}
.feature .lead-head {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .feature .lead-head {
    margin-bottom: 40px;
  }
}

.feature-items {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .feature-items {
    margin-bottom: 110px;
  }
}

@media (min-width: 768px) {
  .feature-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.feature-item:not(:last-child) {
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .feature-item:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .feature-item:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .feature-item:nth-child(odd) .feature-item__content {
    margin-right: 8%;
  }
}

.feature-item:nth-child(even) {
  position: relative;
}
@media (min-width: 768px) {
  .feature-item:nth-child(even) .feature-item__content {
    margin-left: 8%;
  }
}

@media (min-width: 768px) {
  .feature-item__content {
    width: 43%;
  }
}

.num {
  font-size: 5rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  display: block;
  line-height: 1;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .num {
    font-size: 7rem;
  }
}
.num--01, .num--05 {
  color: #F5C600;
}
.num--02, .num--06 {
  color: #53B335;
}
.num--03 {
  color: #00A2D8;
}
.num--04 {
  color: #E7378E;
}

.feature-item__img {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .feature-item__img {
    margin-bottom: 0;
    width: 49%;
  }
}

/* room */
.room {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .room {
    margin-bottom: 110px;
  }
}

.room-items {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
}
@media (min-width: 768px) {
  .room-items {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 32px;
  }
}
@media (min-width: 1200px) {
  .room-items {
    -webkit-column-gap: 55px;
       -moz-column-gap: 55px;
            column-gap: 55px;
    row-gap: 50px;
  }
}

.room-item__img {
  margin-bottom: 16px;
}

.room-item__text {
  text-align: center;
}

/* related */
.related-item__content {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .related-item__content {
    margin-bottom: 0;
    margin-right: 6%;
    width: 63%;
  }
}

@media (min-width: 768px) {
  .related-item__img {
    width: 32%;
  }
}

/* gallery */
.gallery-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  row-gap: 12px;
}

/* -------------------------------
 企業様へページ
------------------------------- */
/* companies */
.companies {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  .companies {
    margin-bottom: 180px;
  }
}

.companies-inner {
  max-width: 890px !important;
}

@media (min-width: 1200px) {
  .companies__text {
    font-size: 2rem;
  }
}

.companies-note {
  margin-top: 32px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .companies-note {
    margin-top: 48px;
    margin-bottom: 36px;
  }
}

.companies-note__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.companies-note__mark {
  position: relative;
  background: url(../img/common/circle-orange.svg) no-repeat center center/contain;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  top: 8px;
}
@media (min-width: 1200px) {
  .companies-note__mark {
    width: 16px;
    height: 16px;
    margin-right: 24px;
  }
}

.companies-note__text {
  border-bottom: 2px dashed #00A2D8;
  color: #868686;
  display: inline-block;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.25;
  padding-bottom: 6px;
}
@media (min-width: 1200px) {
  .companies-note__text {
    font-size: 2.4rem;
  }
}

.companies-note__text.margin {
  margin-bottom: 14px;
}

.companies__img {
  margin-top: 40px;
  margin-bottom: 56px;
}
@media (min-width: 992px) {
  .companies__img {
    margin-top: 56px;
    margin-bottom: 80px;
  }
}

.companies__bottom {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}
@media (min-width: 768px) {
  .companies__bottom {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (min-width: 992px) {
  .companies__bottom {
    margin-top: 48px;
  }
}

.companies-box__lead {
  color: #00A2D8;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .companies-box__lead {
    font-size: 2.8rem;
    margin-bottom: 24px;
  }
}

.companies-lists {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 10px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .companies-lists {
    grid-template-columns: 50% 50%;
  }
}

.companies-list {
  position: relative;
  color: #868686;
  font-weight: 500;
  padding-left: 20px;
}
@media (min-width: 992px) {
  .companies-list {
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .companies-list {
    font-size: 2.4rem;
  }
}
.companies-list::before {
  position: absolute;
  content: "";
  background: url(../img/common/circle-orange.svg) no-repeat center center/contain;
  width: 12px;
  height: 12px;
  top: 8px;
  left: 0;
}
@media (min-width: 992px) {
  .companies-list::before {
    top: 12.5px;
    width: 16px;
    height: 16px;
  }
}

.companies-box__note {
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .companies-box__note {
    font-size: 2rem;
  }
}

/* -------------------------------
 新着情報 詳細ページ
------------------------------- */
/* news */
.news {
  padding-bottom: 8rem;
}
@media (min-width: 992px) {
  .news {
    padding-bottom: 12rem;
  }
}

.news__contents {
  margin-bottom: 8rem;
}

.news__category {
  border: 1px solid #00A2D8;
  color: #00A2D8;
  font-size: 0.8rem;
  padding: 2px 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .news__category {
    font-size: 1.2rem;
    padding: 2px 14px;
  }
}

.news__category:not(:last-child) {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .news__category:not(:last-child) {
    margin-right: 16px;
  }
}

.news__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.news__date {
  font-size: 1.4rem;
}

.news__date:first-child {
  margin-right: 8px;
}
@media (min-width: 992px) {
  .news__date:first-child {
    margin-right: 12px;
  }
}

.news__date-time {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .news__date-time {
    font-size: 1.6rem;
  }
}

.news__title {
  position: relative;
  font-size: 1.8rem;
  padding-bottom: 2.4rem;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .news__title {
    font-size: 2.8rem;
    padding-bottom: 4rem;
    margin-bottom: 28px;
  }
}
.news__title::after {
  position: absolute;
  content: "";
  border-bottom: 2px dotted #00A2D8;
  width: 105px;
  height: 1px;
  bottom: 0;
  left: 0;
}
.news article h2,
.news article h3,
.news article h4,
.news article h5,
.news article h6 {
  font-weight: 700;
  margin: 4rem 0 3.2rem;
}

.news article h2 {
  background-color: #fff;
  border-left: 3px solid #00A2D8;
  color: #E7378E;
  font-size: 1.8rem;
  padding: 0.8px 11px;
}
@media (min-width: 768px) {
  .news article h2 {
    font-size: 2.2rem;
    padding: 10px 24px;
  }
}
.news article h3 {
  background-image: linear-gradient(to right, #00A2D8 3px, transparent 3px);
  background-size: 6px 3px;
  background-repeat: repeat-x;
  background-position: left bottom;
  font-size: 1.7rem;
  padding-bottom: 4px;
}
@media (min-width: 992px) {
  .news article h3 {
    font-size: 2rem;
  }
}

.news article h4 {
  font-size: 1.6rem;
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .news article h4 {
    font-size: 1.8rem;
  }
}

.news article p {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .news article p {
    font-size: 1.7rem;
  }
}

.news article img {
  margin: 2.4rem 0 1.4rem 0;
}
@media (min-width: 992px) {
  .news article img {
    margin: 2.4rem 0 3.2rem 0;
  }
}

.news article ol {
  padding-left: 2.2rem;
  margin-bottom: 1.6rem;
}

.news article ol li {
  list-style-type: decimal;
}

.news article ul {
  margin-bottom: 1.6rem;
  padding-left: 2.2rem;
  list-style-type: disc !important;
}

.news article li {
  list-style-type: initial;
}

.news article li,
.news article a {
  font-size: 1.4rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .news article li,
  .news article a {
    font-size: 1.6rem;
  }
}

.news article a {
  color: #006DD9;
  text-decoration: underline;
}

blockquote {
  position: relative;
  margin: 40px 0;
  padding: 10px 15px 10px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #E5F4FA;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}

blockquote p {
  padding: 0;
  margin: 7px 0;
  line-height: 1.7;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #555;
  font-size: 0.9em;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}
@media (min-width: 768px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0 5%;
  }
}

.wp-block-media-text img {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .wp-block-media-text img {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

.wp-block-table {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}

/* -------------------------------
 新着情報 一覧ページ
------------------------------- */
/* new-info */
.new-info {
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .new-info {
    padding-bottom: 120px;
  }
}

.new-info__contents {
  margin-bottom: 72px;
}
@media (min-width: 992px) {
  .new-info__contents {
    margin-bottom: 80px;
  }
}

.time-archive {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.new-info__item {
  position: relative;
  border-bottom: 1px solid #E3E3E3;
  display: block;
  padding: 24px 8px 24px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .new-info__item {
    padding: 14px 0 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.new-info__item:first-child {
  padding-top: 0;
}

.new-info__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

.new-info__time {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #888888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  margin-right: 8px;
}
@media (min-width: 768px) {
  .new-info__time {
    margin-right: 16px;
    font-size: 1.6rem;
  }
}

.new-info__category {
  background-color: #fff;
  border: 1px solid #00A2D8;
  color: #00A2D8;
  font-size: 0.8rem;
  padding: 2px 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .new-info__category {
    font-size: 1.2rem;
    padding: 2px 14px;
  }
}

.new-info__category:not(:last-child) {
  margin-right: 8px;
}

.new-info__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.new-info__text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.7rem;
}
@media (min-width: 992px) {
  .new-info__text {
    font-size: 1.8rem;
  }
}

/* -------------------------------
 ブログ 詳細ページ
------------------------------- */
/* blog */
.blog {
  padding-bottom: 8rem;
}
@media (min-width: 992px) {
  .blog {
    padding-bottom: 12rem;
  }
}

.blog__inner {
  padding-bottom: 100px;
}
.blog__inner-archive {
  padding-bottom: 0;
}

.blog-cards {
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  .blog-cards {
    margin-bottom: 100px;
  }
}

.blog__date-time {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .blog__date-time {
    font-size: 1.6rem;
  }
}

.blog__title {
  position: relative;
  font-size: 1.8rem;
  padding-bottom: 2.4rem;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .blog__title {
    font-size: 2.8rem;
    padding-bottom: 4rem;
    margin-bottom: 28px;
  }
}
.blog__title::after {
  position: absolute;
  content: "";
  border-bottom: 2px dotted #00A2D8;
  width: 105px;
  height: 1px;
  bottom: 0;
  left: 0;
}
.blog article h2,
.blog article h3,
.blog article h4,
.blog article h5,
.blog article h6 {
  font-weight: 700;
  margin: 4rem 0 3.2rem;
}

.blog article h2 {
  background-color: #fff;
  border-left: 3px solid #00A2D8;
  color: #00A2D8;
  font-size: 1.8rem;
  padding: 0.8px 11px;
}
@media (min-width: 768px) {
  .blog article h2 {
    font-size: 2.2rem;
    padding: 10px 24px;
  }
}
.blog article h3 {
  background-image: linear-gradient(to right, #00A2D8 3px, transparent 3px);
  background-size: 6px 3px;
  background-repeat: repeat-x;
  background-position: left bottom;
  font-size: 1.7rem;
  padding-bottom: 4px;
}
@media (min-width: 992px) {
  .blog article h3 {
    font-size: 2rem;
  }
}

.blog article h4 {
  font-size: 1.6rem;
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .blog article h4 {
    font-size: 1.8rem;
  }
}

.blog article p {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .blog article p {
    font-size: 1.7rem;
  }
}

.blog article img {
  margin: 2.4rem 0 1.4rem 0;
}
@media (min-width: 992px) {
  .blog article img {
    margin: 2.4rem 0 3.2rem 0;
  }
}

.blog article ol {
  padding-left: 2.2rem;
  margin-bottom: 1.6rem;
}

.blog article ol li {
  list-style-type: decimal;
}

.blog article ul {
  margin-bottom: 1.6rem;
  padding-left: 2.2rem;
  list-style-type: disc !important;
}

.blog article li {
  list-style-type: initial;
}

.blog article a {
  color: #006DD9;
  text-decoration: underline;
}

.blog article img {
  margin: 2.4rem 0 1.4rem 0;
}
@media (min-width: 992px) {
  .blog article img {
    margin: 2.4rem 0 3.2rem 0;
  }
}

.blog article ol {
  padding-left: 2.2rem;
}

.blog article ul {
  padding-left: 2.2rem;
}

.blog article ol li {
  list-style-type: decimal;
}

.news article ul {
  margin-bottom: 1.6rem;
  padding-left: 2.2rem;
  list-style-type: disc !important;
}

.blog article li {
  list-style-type: initial;
}

.blog article li,
.blog article a {
  font-size: 1.4rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .blog article li,
  .blog article a {
    font-size: 1.6rem;
  }
}

.blog article a {
  color: #006DD9;
  text-decoration: underline;
}

/* -------------------------------
 ブログ一覧(archive)
------------------------------- */
.page-archive {
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .page-archive {
    padding-bottom: 160px;
  }
}

.blog-card {
  background-color: #fff;
}

.blog-card:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .blog-card:not(:last-child) {
    margin-bottom: 60px;
  }
}

.blog-contents {
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 16px 24px;
}
@media (min-width: 768px) {
  .blog-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 240px;
    height: 100%;
    padding: initial;
  }
}
.blog-contents:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.blog-contents:hover .blog-contents__title,
.blog-contents:hover .blog-contents__text {
  color: #00A2D8;
}

.blog-card__img {
  height: 0;
  overflow: hidden;
  padding-top: 62.5%;
  position: relative;
  width: 100%;
}
.blog-card__img img {
  width: 100%;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  position: absolute;
  top: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .blog-card__img {
    padding-top: 24%;
    width: 29%;
  }
}

.blog-card__body {
  background-color: #fff;
  padding: 16px 16px 24px;
}
@media (min-width: 768px) {
  .blog-card__body {
    padding: 16px 16px 16px;
  }
}

.blog-card__time {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.blog-card__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .blog-card__tag {
    margin-bottom: 16px;
  }
}

.blog-card__tag .category {
  font-size: 1.2rem;
  padding: 5px 13px;
}
@media (min-width: 768px) {
  .blog-card__tag .category {
    padding: 6px 13px;
  }
}

.blog-card__tag .category:not(:last-child) {
  margin-right: 3px;
}

.blog-card__title {
  font-size: 1.4rem;
  font-weight: 600;
}

.fa-regular,
.far {
  font-size: 1.2rem;
}

.fa-solid,
.far {
  font-size: 1.2rem;
}

.blog .blog__content a {
  color: #0074D9;
}

.blog-card__link:not(:last-child) {
  margin-bottom: 32px;
}

.blog-contents__img {
  overflow: hidden;
  padding-top: initial;
}
@media (min-width: 768px) {
  .blog-contents__img img {
    -o-object-fit: cover;
       object-fit: cover;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1);
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
  }
}
@media (min-width: 992px) {
  .blog-contents__img img {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .blog-contents__img {
    position: relative;
    max-width: 290px;
    width: 100%;
  }
}

.blog-contents__content {
  padding: 20px 0 0;
}
@media (min-width: 768px) {
  .blog-contents__content {
    padding: 25px 40px 32px 40px;
    min-height: 240px;
    height: 100%;
    width: calc(100% - 290px);
  }
}

.blog-contents__title {
  font-size: 1.4rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .blog-contents__title {
    font-size: 2rem;
    margin-bottom: 18px;
  }
}

.blog-contents__text {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .blog-contents__text {
    font-size: 1.6rem;
  }
}

.detail-link {
  color: #00A2D8;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: right;
  text-decoration: underline;
}

/*---------------------------------
  お問い合わせページ
---------------------------------*/
/* contact */
/* contact-form */
.contact-form {
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .contact-form {
    margin-bottom: 152px;
  }
}

.contact-inner {
  margin: 64px auto 0;
  width: 100%;
  max-width: 910px;
}

.contact-inner-top {
  margin: 100px auto 0;
  width: 100%;
  max-width: 910px;
  font-weight: 500;
}

.contact-form__inner {
  max-width: 1080px;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.contact-form__lead {
  color: #00A2D8;
  font-size: 1.8rem;
  font-family: YuMincho, "游明朝", "ヒラギノ明朝 ProN W3", "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", serif;
  text-align: center;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .contact-form__lead {
    font-size: 2.2rem;
  }
}

.contact-form__items {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .contact-form__items {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .contact-form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.contact-form__item--message {
  margin-bottom: 0 !important;
}

.contact-form__item:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .contact-form__item:not(:last-child) {
    margin-bottom: 32px;
  }
}

.contact-form__title {
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .contact-form__title {
    margin-bottom: initial;
    width: 190px;
  }
}
@media (min-width: 992px) {
  .contact-form__title {
    font-size: 1.8rem;
    width: 260px;
  }
}
@media (min-width: 768px) {
  .contact-form__title--message {
    display: block;
  }
}
.contact-form__tag {
  background-color: #E7378E;
  color: #fff;
  font-size: 1rem;
  padding: 0.3em 0.5em;
  margin-right: 16px;
  position: relative;
  top: -3px;
}
@media (min-width: 768px) {
  .contact-form__tag--message {
    display: inline-block;
  }
}
.contact-form__tag--grey {
  background-color: #AAAAAA;
}

.contact-form__input {
  color: #333;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .contact-form__input {
    font-size: 1.6rem;
    width: calc(100% - 190px);
  }
}
@media (min-width: 992px) {
  .contact-form__input {
    width: calc(100% - 260px);
  }
}
.contact-form__input--check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-form__input [type=checkbox] {
  background-color: #D1D1D1;
  width: 20px;
  height: 20px;
}

.contact-form__meta02 {
  width: 100%;
}
.contact-form__meta02--margin {
  margin-bottom: 1rem;
}

.contact-form__row-text {
  color: #6e6e6e;
  display: block;
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
}
.contact-form__row-text--bold {
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
}

.form-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 1em 1.4em;
  width: 100%;
}
.form-input:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
@media (min-width: 992px) {
  .form-input {
    padding: 0.7em 1.4em;
  }
}

.form-input02 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
  height: 40px;
  margin-top: 1.6rem;
}
.form-input02:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
@media (min-width: 992px) {
  .form-input02 {
    width: 60%;
  }
}

.contact-form__textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: 100px;
  padding: 0.4em 0.8em;
  width: 100%;
  height: 245px;
}
.contact-form__textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.contact-form__message {
  color: #333;
  font-weight: 400;
  font-size: 1.4rem;
  margin-bottom: 2rem;
  text-align: center;
}

.contact-form__message01 {
  color: #ff0000;
  font-weight: 600;
  font-size: 1.4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .contact-form__message01 {
    font-size: 1.6rem;
  }
}

.select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-image: url(../img/triangle-icon.svg);
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: #707070;
  font-family: inherit;
  font-size: 1.4rem;
  outline: none;
  padding: 0.4em 0.8em;
  width: 100%;
  height: 40px;
  cursor: pointer;
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding-left: 4rem;
}
@media (min-width: 992px) {
  .select {
    width: 60%;
  }
}

.contact-form__input-check {
  margin-right: 4rem;
  margin-top: 0;
}
@media (max-width: 374px) {
  .contact-form__input-check {
    margin-right: 1rem;
  }
}
@media (min-width: 768px) {
  .contact-form__input-check {
    margin-top: revert;
  }
}
@media (min-width: 1200px) {
  .contact-form__input-check {
    margin-right: 8rem;
  }
}

.contact-form__plat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-form__plat-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 24px;
}
@media (min-width: 768px) {
  .contact-form__plat-form {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 768px) {
  .contact-form__plat-form span {
    width: 220px;
  }
}

.contact-form__plat-form02 {
  margin-top: 1.6rem;
}

.contact-form__plat:not(:last-child) {
  margin-bottom: 1.6rem;
}

.contact-form__check {
  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;
  margin-bottom: 64px;
}

.contact-form__check span {
  margin-right: 2px;
}

.mwform-checkbox-field-text {
  position: relative;
  bottom: 4px;
}

dd {
  position: relative;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

/* button */
.btn-link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-link--contact {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.btn-link:hover, .btn-link:focus {
  opacity: 0.7;
}

.button-contact,
.button-submit {
  color: #fff;
  background: #00A2D8;
  border: none;
  cursor: pointer;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  padding: 15px 0;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-bottom: 3rem;
  margin: 32px auto 0;
  max-width: 280px;
  width: 100%;
}
@media (min-width: 768px) {
  .button-contact,
  .button-submit {
    font-size: 2rem;
  }
}
.button-contact:hover, .button-contact:focus,
.button-submit:hover,
.button-submit:focus {
  opacity: 0.7;
}

.btn-link-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.button-back {
  background-color: #fff;
  border-bottom: 0.5px solid #404040;
  color: #404040;
  cursor: pointer;
  font-size: 1.6rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-back:hover, .button-back:focus {
  opacity: 0.7;
}

::-webkit-input-placeholder {
  color: #C9C9C9;
  font-size: 1.6rem;
}

::-moz-placeholder {
  color: #C9C9C9;
  font-size: 1.6rem;
}

:-ms-input-placeholder {
  color: #C9C9C9;
  font-size: 1.6rem;
}

::-ms-input-placeholder {
  color: #C9C9C9;
  font-size: 1.6rem;
}

::placeholder {
  color: #C9C9C9;
  font-size: 1.6rem;
}

.contact-policy {
  color: #2C2CAD;
  font-size: 1.4rem;
  text-decoration: underline;
}

.radio-box {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .radio-box {
    display: initial;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}

.contact-form__radio {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .contact-form__radio {
    margin-bottom: 32px;
  }
}

.radio {
  width: 24px;
  height: 24px;
}

.contact-form__radio-text {
  font-size: 1.6rem;
  margin-left: 1.6rem;
}
@media (min-width: 768px) {
  .contact-form__radio-text {
    font-size: 1.8rem;
    margin-left: 2.4rem;
  }
}

.radio-box label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 16px;
}
@media (min-width: 768px) {
  .radio-box label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: initial;
    margin-bottom: 16px;
  }
}

.mwform-radio-field,
.horizontal-item {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .mwform-radio-field,
  .horizontal-item {
    font-size: initial;
    display: block;
  }
}

.mw_wp_form input[name="__children[個人情報保護方針への同意][]"] + .error {
  display: inline;
  padding-right: 0.5em;
}

.mwform-checkbox-field label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.underline {
  color: #2C2CAD;
  text-decoration: underline;
}
.underline:hover {
  opacity: 0.7;
}

/*---------------------------------
  確認画面・送信完了ページ
---------------------------------*/
.contact {
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .contact {
    padding-bottom: 100px;
  }
}

.finish-inner {
  max-width: 640px;
  width: 100%;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.contact-top {
  padding-bottom: 56px;
}

.contact-top__lead {
  color: #00A2D8;
  font-weight: 600;
  font-size: 1.8rem;
  margin-top: 40px;
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .contact-top__lead {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}
@media (min-width: 1400px) {
  .contact-top__lead {
    font-size: 2.4rem;
  }
}

.contact-top__text {
  line-height: 1.77;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .contact-top__text {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .contact-top__text {
    margin-bottom: 56px;
  }
}

.contact-top__info {
  line-height: 1.77;
}
@media (min-width: 768px) {
  .contact-top__info {
    text-align: center;
  }
}

.contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.button-top {
  color: #1176D4;
  text-decoration: underline;
  margin-bottom: 80px;
}

.wpcf7-spinner {
  display: none;
}

.underline {
  color: #2C2CAD;
  text-decoration: underline;
}

.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
  display: none;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-list-item-label {
  position: relative;
  top: -3px;
}

/*---------------------------------
  プライバシーポリシーページ
---------------------------------*/
.privacy {
  padding-bottom: 8rem;
}
@media (min-width: 992px) {
  .privacy {
    padding-bottom: 12rem;
  }
}

.privacy h2 {
  color: #00A2D8;
  font-size: 1.8rem;
  font-weight: 500;
  padding-top: 2rem;
  padding-bottom: 0.6rem;
}
@media (min-width: 992px) {
  .privacy h2 {
    font-size: 2.4rem;
  }
}

.privacy p {
  line-height: 1.777;
  margin-bottom: 1.6rem;
}

.privacy article ol {
  padding-left: 2.2rem;
  margin-bottom: 1.6rem;
}

.privacy article ol li {
  list-style-type: decimal;
}

.privacy article ul {
  margin-bottom: 1.6rem;
  padding-left: 2.2rem;
  list-style-type: disc !important;
}

.privacy article li {
  list-style-type: initial;
}

.privacy article li,
.privacy article a {
  font-weight: 400;
}

.privacy article a {
  color: #006DD9;
  text-decoration: underline;
}

/*---------------------------------
  よくある質問ページ
---------------------------------*/
.toc-box {
  margin-bottom: 100px;
}

.toc-box__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 8px;
}
@media (min-width: 992px) {
  .toc-box__items {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 15px;
  }
}

.toc-box__item {
  border: 2px solid #dcdcdc;
  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;
  font-size: 3.46vw;
  font-weight: 600;
  line-height: 1.4;
  padding: 10px 4px;
  text-align: center;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media (min-width: 576px) {
  .toc-box__item {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .toc-box__item {
    padding: 20px 8px;
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .toc-box__item {
    font-size: 1.8rem;
  }
}
.toc-box__item:hover {
  background-color: #dcdcdc;
  color: #fff;
}
.toc-box__item--blue {
  border-color: #00A2D8;
}
.toc-box__item--blue:hover {
  background-color: #00A2D8;
}
.toc-box__item--green {
  border-color: #53B335;
}
.toc-box__item--green:hover {
  background-color: #53B335;
}
.toc-box__item--pink {
  border-color: #E7378E;
}
.toc-box__item--pink:hover {
  background-color: #E7378E;
}
.toc-box__item--yellow {
  border-color: #F5C600;
}
.toc-box__item--yellow:hover {
  background-color: #F5C600;
}

.faq-01,
.faq-02,
.faq-03,
.faq-04,
.faq-05,
.faq-06 {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .faq-01,
  .faq-02,
  .faq-03,
  .faq-04,
  .faq-05,
  .faq-06 {
    margin-bottom: 116px;
  }
}

.faq-01 .faq-items__question,
.faq-05 .faq-items__question {
  background-color: #E5F4FA;
}
.faq-01 .faq-items__question::before,
.faq-05 .faq-items__question::before {
  color: #00A2D8;
}
.faq-01 .faq-items__answer::before,
.faq-05 .faq-items__answer::before {
  color: #00A2D8;
}
.faq-01 .faq-items__question-bar1,
.faq-01 .faq-items__question-bar2,
.faq-05 .faq-items__question-bar1,
.faq-05 .faq-items__question-bar2 {
  background-color: #00A2D8;
}

.faq-02 .faq-items__question,
.faq-06 .faq-items__question {
  background-color: #F2FCEF;
}
.faq-02 .faq-items__question::before,
.faq-06 .faq-items__question::before {
  color: #53B335;
}
.faq-02 .faq-items__answer::before,
.faq-06 .faq-items__answer::before {
  color: #53B335;
}
.faq-02 .faq-items__question-bar1,
.faq-02 .faq-items__question-bar2,
.faq-06 .faq-items__question-bar1,
.faq-06 .faq-items__question-bar2 {
  background-color: #53B335;
}

.faq-03 .faq-items__question {
  background-color: #FFF2F8;
}
.faq-03 .faq-items__question::before {
  color: #E7378E;
}
.faq-03 .faq-items__answer::before {
  color: #E7378E;
}
.faq-03 .faq-items__question-bar1,
.faq-03 .faq-items__question-bar2 {
  background-color: #E7378E;
}

.faq-04 .faq-items__question {
  background-color: #FFFCED;
}
.faq-04 .faq-items__question::before {
  color: #F5C600;
}
.faq-04 .faq-items__answer::before {
  color: #F5C600;
}
.faq-04 .faq-items__question-bar1,
.faq-04 .faq-items__question-bar2 {
  background-color: #F5C600;
}

.faq__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .faq__title {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .faq__title {
    font-size: 2.4rem;
  }
}
.faq__title::after {
  content: "";
  background-color: #dcdcdc;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 50px;
  height: 1px;
  margin-left: 16px;
}
.faq__title--blue {
  color: #00A2D8;
}
.faq__title--blue::after {
  background-color: #00A2D8;
}
.faq__title--green {
  color: #53B335;
}
.faq__title--green::after {
  background-color: #53B335;
}
.faq__title--pink {
  color: #E7378E;
}
.faq__title--pink::after {
  background-color: #E7378E;
}
.faq__title--yellow {
  color: #F5C600;
}
.faq__title--yellow::after {
  background-color: #F5C600;
}

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

.faq-items__box:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .faq-items__box:not(:last-child) {
    margin-bottom: 16px;
  }
}

.faq-items__question {
  position: relative;
  background-color: #FFF2F8;
  font-weight: 500;
  position: relative;
  padding: 18px 28px 18px 40px;
}
@media (min-width: 768px) {
  .faq-items__question {
    padding: 21px 48px 21px 62px;
  }
}
@media (min-width: 1200px) {
  .faq-items__question {
    cursor: pointer;
  }
}
.faq-items__question::before {
  position: absolute;
  content: "Q";
  color: #E7378E;
  font-size: 2rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  top: 14px;
  left: 12px;
}
@media (min-width: 768px) {
  .faq-items__question::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 20px;
  }
}
@media (min-width: 992px) {
  .faq-items__question::before {
    font-size: 2.8rem;
  }
}
.faq-items__question.is-open .faq-items__question {
  padding-bottom: 0;
}

.faq-items__question-icon {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 14px;
}
@media (min-width: 768px) {
  .faq-items__question-icon {
    right: 30px;
  }
}
.faq-items__question-icon.is-open .faq-items__question-bar1 {
  height: 3px;
}
.faq-items__question-icon.is-open .faq-items__question-bar2 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 3px;
}

.faq-items__question-bar1 {
  position: absolute;
  width: 14px;
  height: 3px;
  background-color: #E7378E;
  border: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media (min-width: 768px) {
  .faq-items__question-bar1 {
    width: 14px;
  }
}

.faq-items__question-bar2 {
  position: absolute;
  width: 3px;
  height: 14px;
  background-color: #E7378E;
  border-radius: 20px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
@media (min-width: 768px) {
  .faq-items__question-bar2 {
    height: 14px;
  }
}

.faq-items__answer {
  position: relative;
  display: none;
}
.faq-items__answer::before {
  position: absolute;
  content: "A";
  color: #E7378E;
  font-size: 2rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  top: 14px;
  left: 12px;
}
@media (min-width: 992px) {
  .faq-items__answer::before {
    font-size: 2.8rem;
    left: 20px;
  }
}

.faq-items__answer {
  position: relative;
  padding: 16px 10px 20px 40px;
}
@media (min-width: 768px) {
  .faq-items__answer {
    padding: 24px 48px 24px 62px;
  }
}
@media (min-width: 992px) {
  .faq-items__answer {
    padding: 24px 48px 24px 62px;
  }
}

.faq-items__answer-content {
  line-height: 1.777;
}

.faq-items__answer-content a {
  color: #3D8EDF;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq-items__answer-content a:hover {
  opacity: 0.7;
}

/*---------------------------------
  会社概要ページ
---------------------------------*/
.page-id-25 .p-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th,
.page-id-25 .p-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
  padding: 1em 1em;
}
@media (min-width: 769px) {
  .page-id-25 .p-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th,
  .page-id-25 .p-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
    padding: 1em;
  }
}
.page-id-25 .p-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr {
  border-bottom: 1px dashed #00A2D8;
}
.page-id-25 .p-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th {
  background-color: initial;
  font-size: 1.8rem;
  font-weight: 500;
  padding-bottom: 0em;
}
@media (min-width: 769px) {
  .page-id-25 .p-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th {
    padding-bottom: 1em;
  }
}
@media (min-width: 992px) {
  .page-id-25 .p-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th {
    font-size: 2rem;
    font-weight: 500;
  }
}
.page-id-25 .p-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
  background-color: initial;
  font-size: 1.8rem;
  font-weight: 400;
  padding-top: 0.1em;
}
@media (min-width: 769px) {
  .page-id-25 .p-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
    padding-top: 1em;
  }
}
@media (min-width: 992px) {
  .page-id-25 .p-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
    font-size: 2.2rem;
  }
}
.page-id-25 .p-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th,
.page-id-25 .p-content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
  border: none !important;
}
.page-id-25 .p-content .company-map {
  width: 100%;
  padding-top: 66.6666666667%;
  position: relative;
}
.page-id-25 .p-content .company-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .page-id-25 .p-content .company-map {
    padding-top: 44.4444444444%;
  }
}

/*---------------------------------
  医療従事者の方へページ
---------------------------------*/
.page-id-109 {
  line-height: 1.777;
}
.page-id-109 p {
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .page-id-109 .institution {
    padding-bottom: 16px;
  }
}
.page-id-109 .institution__lead {
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  .page-id-109 .institution__lead {
    font-size: 2.4rem;
  }
}
.page-id-109 .institution-box {
  margin: auto;
  width: 100%;
  max-width: 900px;
}
.page-id-109 .institution__content {
  width: 100%;
  margin: auto;
  max-width: 748px;
}
.page-id-109 article h2 {
  font-size: 2rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .page-id-109 article h2 {
    font-size: 3.2rem;
  }
}
.page-id-109 .institution__content-text {
  position: relative;
  padding-left: 40px;
}
.page-id-109 .institution__content-text::before {
  position: absolute;
  content: "";
  background: url(../img/common/check.svg) no-repeat center center/contain;
  width: 24px;
  height: 24px;
  top: 6px;
  left: 0;
}

/*---------------------------------
  ギャラリーページ
---------------------------------*/
.page-id-41 .wp-block-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.page-id-41 .wp-block-gallery .wp-block-image {
  width: 100% !important;
}

/*---------------------------------
  活動内容ページ
---------------------------------*/
/* program */
.program__item:first-child {
  padding-top: 0;
}

.program__item:last-child {
  position: relative;
  border-bottom: none;
  padding-bottom: 0;
}
.program__item:last-child::before {
  position: absolute;
  content: "";
  background: url(../img/common/foot-right.webp) no-repeat center center/contain;
  width: 62px;
  height: 82px;
  bottom: -72px;
  right: 0;
}
@media (min-width: 768px) {
  .program__item:last-child::before {
    width: 92px;
    height: 115px;
    bottom: 10px;
    right: -60px;
  }
}

.program__item:nth-child(1) .program__item-text,
.program__item:nth-child(3) .program__item-text {
  margin-bottom: 20px;
}

.program__item {
  border-bottom: 1px dashed #53B335;
  padding: 48px 0;
}
@media (min-width: 768px) {
  .program__item {
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.program__item-img {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .program__item-img {
    width: 290px;
  }
}

@media (min-width: 768px) {
  .program__item-content {
    margin-bottom: 0;
    margin-right: 70px;
    width: 680px;
  }
}

.program__item-title {
  color: #53B335;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .program__item-title {
    font-size: 2.2rem;
  }
}

.program__item-text-note {
  margin-top: 14px;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .program__item-text-note {
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) {
  .program__item-links {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.program__item-link {
  background-color: #53B335;
  border-radius: 35px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 386px;
  width: 100%;
  padding: 14px 8px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .program__item-link {
    font-size: 1.6rem;
    padding: 16px 8px;
  }
}
.program__item-link img {
  width: 16px;
  height: 16px;
  margin-left: 10px;
}
.program__item-link:hover {
  opacity: 0.8;
}

.program__item-link-note {
  font-size: 1.2rem;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .program__item-link-note {
    font-size: 1.4rem;
    margin-top: 0;
    margin-left: 20px;
  }
}

/* time */
.time-boxes {
  position: relative;
  background-color: #fff;
  z-index: 0;
}
.time-boxes::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #F5D000), color-stop(50%, #00A2D8)) no-repeat, -webkit-gradient(linear, left top, right top, color-stop(50%, #E7378E), color-stop(50%, #53B335)) no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(50%, #F5D000), color-stop(50%, #E7378E)) no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(50%, #00A2D8), color-stop(50%, #53B335)) no-repeat;
  background: linear-gradient(to right, #F5D000 50%, #00A2D8 50%) no-repeat, linear-gradient(to right, #E7378E 50%, #53B335 50%) no-repeat, linear-gradient(to bottom, #F5D000 50%, #E7378E 50%) no-repeat, linear-gradient(to bottom, #00A2D8 50%, #53B335 50%) no-repeat;
  background-size: 100% 8px, 100% 8px, 8px 100%, 8px 100%;
  background-position: top left, bottom left, top left, top right;
}
@media (min-width: 768px) {
  .time-boxes::before {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #F5D000), color-stop(50%, #00A2D8)) no-repeat, -webkit-gradient(linear, left top, right top, color-stop(50%, #E7378E), color-stop(50%, #53B335)) no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(50%, #F5D000), color-stop(50%, #E7378E)) no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(50%, #00A2D8), color-stop(50%, #53B335)) no-repeat;
    background: linear-gradient(to right, #F5D000 50%, #00A2D8 50%) no-repeat, linear-gradient(to right, #E7378E 50%, #53B335 50%) no-repeat, linear-gradient(to bottom, #F5D000 50%, #E7378E 50%) no-repeat, linear-gradient(to bottom, #00A2D8 50%, #53B335 50%) no-repeat;
    background-size: 100% 20px, 100% 20px, 20px 100%, 20px 100%;
    background-position: top left, bottom left, top left, top right;
  }
}
.time-boxes::after {
  position: absolute;
  content: "";
  background: url(../img/common/foot-left.webp) no-repeat center center/contain;
  width: 62px;
  height: 82px;
  bottom: -76px;
  left: 0;
}
@media (min-width: 768px) {
  .time-boxes::after {
    width: 92px;
    height: 115px;
    bottom: -76px;
    left: -60px;
  }
}

.time-box {
  padding: 40px 24px;
}
@media (min-width: 768px) {
  .time-box {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .time-box {
    padding: 70px;
  }
}
.time-box .top {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .time-box .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 64px;
  }
}
.time-box .top-content {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .time-box .top-content {
    margin-bottom: 0;
    margin-right: 16px;
  }
}
.time-box .top-content__row:not(:last-child) {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .time-box .top-content__row:not(:last-child) {
    margin-bottom: 16px;
  }
}
.time-box .top-content__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.time-box .top-content__row-time {
  color: #53B335;
  font-size: 2rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-stretch: 50%;
  line-height: 1.4;
  margin-right: 8px;
}
@media (min-width: 768px) {
  .time-box .top-content__row-time {
    font-size: 3rem;
    margin-right: 24px;
  }
}
.time-box .top-content__row-text {
  font-weight: 600;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .time-box .top-content__row-text {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .time-box .top-img {
    margin-left: auto;
    width: 57.7%;
  }
}
.time-box .middle {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .time-box .middle {
    margin-bottom: 64px;
  }
}
@media (min-width: 768px) {
  .time-box .middle-content {
    margin-right: 16px;
  }
}
.time-box .middle-content__head,
.time-box .bottom__head {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .time-box .middle-content__head,
  .time-box .bottom__head {
    margin-bottom: 16px;
  }
}
@media (min-width: 992px) {
  .time-box .middle-content__head,
  .time-box .bottom__head {
    font-size: 2.4rem;
  }
}
.time-box .middle-content__body {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .time-box .middle-content__body {
    margin-bottom: 0;
  }
}
.time-box .middle-content__text:not(:last-child) {
  margin-bottom: 4px;
}
.time-box .middle-content__text {
  position: relative;
  font-weight: 500;
  padding-left: 24px;
}
.time-box .middle-content__text::before {
  position: absolute;
  content: "";
  background-color: #F5C600;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  top: 8px;
  left: 0;
}
.time-box .middle-note {
  background-color: #E5F4FA;
  font-size: 1.5rem;
  padding: 16px;
}
@media (min-width: 768px) {
  .time-box .middle-note {
    margin-left: auto;
    padding: 24px;
    width: 57.7%;
  }
}
.time-box .bottom-contents__content:nth-child(1) {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .time-box .bottom-contents__content:nth-child(1) {
    border-right: 1px dashed #53B335;
    padding-right: 5%;
  }
}
@media (min-width: 768px) {
  .time-box .bottom-contents__content:nth-child(2) {
    padding-left: 5%;
  }
}
@media (min-width: 768px) {
  .time-box .bottom-contents__content {
    width: 50%;
  }
}
.time-box .bottom-contents__content-title {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  padding-left: 22px;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .time-box .bottom-contents__content-title {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .time-box .bottom-contents__content-title {
    font-size: 2rem;
  }
}
.time-box .bottom-contents__content-title::before {
  position: absolute;
  content: "";
  background-color: #E7378E;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
/* event */
.event-item:first-child {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .event-item:first-child {
    margin-bottom: 0;
    margin-right: 1%;
  }
}

@media (min-width: 768px) {
  .event-item {
    width: 49.5%;
  }
}

/* domains */
.domains {
  margin-bottom: 80px;
}
.domains .middle__title {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .domains .middle__title {
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .domains .middle__title {
    letter-spacing: 0.02em;
  }
  .domains .middle__title::after {
    content: "";
    background-color: #dcdcdc;
    width: 50px;
    height: 1px;
    margin-left: 16px;
  }
}
.domains .middle__title--blue {
  color: #00A2D8;
}
@media (min-width: 992px) {
  .domains .middle__title--blue::after {
    background-color: #00A2D8;
  }
}
.domains .middle__title--green {
  color: #53B335;
}
@media (min-width: 992px) {
  .domains .middle__title--green::after {
    background-color: #53B335;
  }
}
@media (min-width: 768px) {
  .domains {
    margin-bottom: 100px;
  }
}
.domains .top {
  margin-bottom: 72px;
}
@media (min-width: 768px) {
  .domains .top {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .domains .top__contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) {
  .domains .top__content {
    margin-right: 70px;
    width: 520px;
  }
}
.domains .top__img {
  margin: 40px auto 0;
  max-width: 335px;
  width: 100%;
}
@media (min-width: 768px) {
  .domains .top__img {
    margin: initial;
    max-width: initial;
    width: 450px;
  }
}
.domains .middle {
  margin-bottom: 72px;
}
.domains .domains-table-wrap,
.domains .domains-approach-wrap {
  width: 1040px;
}
.domains .data-table {
  width: 100%;
  border-spacing: 4px;
}
.domains .data-table th:nth-child(1) {
  width: 300px;
}
.domains .data-table th:nth-child(2) {
  width: 360px;
}
.domains .data-table th:nth-child(3) {
  width: 360px;
}
.domains .data-table th {
  background-color: #00A2D8;
  color: #fff;
  font-weight: 600;
  padding: 16px 20px;
  text-align: left;
}
@media (min-width: 768px) {
  .domains .data-table th {
    font-size: 1.8rem;
    letter-spacing: 0.03em;
  }
}
.domains .data-table td {
  padding: 20px;
  vertical-align: top;
}
.domains .data-table tbody tr:nth-child(1) {
  background-color: #E5F4FA;
}
.domains .data-table tbody tr:nth-child(2) {
  background-color: #F2FCEF;
}
.domains .data-table tbody tr:nth-child(3) {
  background-color: #FFFCED;
}
.domains .data-table tbody tr:nth-child(4) {
  background-color: #FFF2F8;
}
.domains .data-table tbody tr:nth-child(5) {
  background-color: #F1EAFC;
}
.domains .data-table tbody tr td:nth-child(1) {
  font-size: 1.8rem;
}
.domains .data-table tbody li:not(:last-child) {
  margin-bottom: 4px;
}
.domains .approach-table {
  width: 100%;
  border-spacing: 4px;
}
.domains .approach-table th:nth-child(1) {
  width: 300px;
}
.domains .approach-table th:nth-child(2) {
  width: 725px;
}
.domains .approach-table th {
  background-color: #53B335;
  color: #fff;
  font-weight: 600;
  padding: 16px 20px;
  text-align: left;
}
@media (min-width: 768px) {
  .domains .approach-table th {
    font-size: 1.8rem;
    letter-spacing: 0.03em;
  }
}
.domains .approach-table td {
  padding: 20px;
  vertical-align: top;
}
.domains .approach-table tbody tr {
  background-color: #F2FCEF;
}
.domains .approach-table tbody tr td:nth-child(1) {
  font-size: 1.8rem;
}

/*---------------------------------
  公開情報ページ
---------------------------------*/
.public-box h2 {
  color: #00A2D8;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .public-box h2 {
    font-size: 2.8rem;
    margin-bottom: 24px;
  }
}

.public-box__inner {
  max-width: 890px !important;
}

.public-box__lead {
  margin-bottom: 40px;
}

.public-lists:not(:last-child) {
  margin-bottom: 64px;
}
@media (min-width: 992px) {
  .public-lists:not(:last-child) {
    margin-bottom: 80px;
  }
}

.public-list:not(:last-child) {
  margin-bottom: 16px;
}

.public-list__link {
  border-bottom: 2px dashed #53B335;
  font-weight: 400;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 1200px) {
  .public-list__link {
    font-size: 2.2rem;
  }
}
.public-list__link:hover {
  color: #53B335;
}

/*---------------------------------
  ご利用案ページ
---------------------------------*/
/* guide-box */
.guide-box {
  counter-reset: number 0;
}

.guide__item:not(:last-child) {
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .guide__item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.guide__item {
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .guide__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.guide__item-content {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .guide__item-content {
    margin-bottom: 0;
    margin-right: 60px;
    width: calc(100% - 250px);
  }
}

.guide__item-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.guide__item-number {
  position: relative;
  background-color: #F5C600;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  text-align: center;
}
@media (min-width: 992px) {
  .guide__item-number {
    width: 50px;
    height: 50px;
  }
}
.guide__item-number::before {
  position: absolute;
  counter-increment: number 1;
  content: counter(number) " ";
  color: #fff;
  font-size: 2rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: italic;
  top: 50%;
  left: 46%;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .guide__item-number::before {
    font-size: 2.4rem;
  }
}

.guide__item-title {
  font-size: 2rem;
  font-weight: 500;
  margin-left: 20px;
}
@media (min-width: 992px) {
  .guide__item-title {
    font-size: 2.2rem;
  }
}

@media (min-width: 768px) {
  .guide__item-text {
    margin-left: 60px;
  }
}
@media (min-width: 768px) {
  .guide__item-text {
    margin-left: 70px;
  }
}

.guide__item-img {
  margin: 0 auto 16px;
  max-width: 335px;
  width: 100%;
}
@media (min-width: 768px) {
  .guide__item-img {
    margin: initial;
    max-width: 250px;
  }
}

.guide__item-note {
  font-size: 1.4rem;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .guide__item-note {
    margin-left: 60px;
  }
}
@media (min-width: 768px) {
  .guide__item-note {
    margin-left: 70px;
  }
}

/* guide-cost */
@media (min-width: 768px) {
  .cost {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.cost__content {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .cost__content {
    margin-bottom: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 30px;
    max-width: 570px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .cost__table {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 440px;
    width: 100%;
  }
}
.cost__table table {
  border-spacing: 8px;
  width: 100%;
}
.cost__table table th,
.cost__table table td {
  padding: 12px 8px;
  text-align: center;
  background-color: #F2FCEF;
  letter-spacing: 0.02em;
}
@media (min-width: 576px) {
  .cost__table table th,
  .cost__table table td {
    padding: 12px;
  }
}
.cost__table table th {
  color: #53B335;
  font-size: 1.5rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .cost__table table th {
    font-size: 1.8rem;
  }
}
.cost__table table td {
  font-weight: 500;
  font-size: 1.3rem;
}
@media (min-width: 992px) {
  .cost__table table td {
    font-size: 1.6rem;
  }
}

/*---------------------------------
  スタッフ紹介ページ
---------------------------------*/
/* staff */
.staff-list:not(:last-child) {
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .staff-list:not(:last-child) {
    margin-bottom: 80px;
  }
}

.staff-list {
  background-color: #FFFDF2;
  padding: 40px 16px;
}
@media (min-width: 768px) {
  .staff-list {
    padding: 70px 40px;
  }
}
@media (min-width: 992px) {
  .staff-list {
    padding: 70px 70px;
  }
}
.staff-list .note {
  background-color: #fff;
  padding: 28px 16px;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .staff-list .note {
    padding: 28px 50px;
  }
}
.staff-list .note__title {
  color: #00A2D8;
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 12px;
  text-align: center;
}
@media (min-width: 768px) {
  .staff-list .note__title {
    font-size: 2rem;
  }
}
.staff-list .top {
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .staff-list .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.staff-list .top__img {
  margin: 0 auto 16px;
  max-width: 200px;
  width: 100%;
}
@media (min-width: 768px) {
  .staff-list .top__img {
    margin: initial;
    margin-right: 40px;
  }
}
@media (min-width: 768px) {
  .staff-list .top__content {
    width: 100%;
  }
}
.staff-list .top__row:not(:last-child) {
  margin-bottom: 12px;
}
.staff-list .top__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .staff-list .top__row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.staff-list .top-row__item {
  color: #00A2D8;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-right: 10px;
  width: 35px;
}
@media (min-width: 768px) {
  .staff-list .top-row__item {
    font-size: 2rem;
    margin-right: 24px;
    width: initial;
  }
}
.staff-list .top-row__text {
  width: calc(100% - 36px);
}
@media (min-width: 768px) {
  .staff-list .top-row__text {
    font-size: 2rem;
    width: initial;
  }
}
.staff-list .text:not(:last-child) {
  margin-bottom: 16px;
}
.staff-list .text {
  font-size: 1.4rem;
  line-height: 1.725;
}
@media (min-width: 768px) {
  .staff-list .text {
    font-size: 1.6rem;
  }
}

body {
  color: #555;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  body {
    line-height: 1.75;
  }
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

img {
  max-width: 100%;
  height: auto;
}

.inner01 {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.inner02 {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.inner03 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.inner04 {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

/* main-visual */
.mv {
  position: relative;
  background: url(../img/fv/mv_sp.webp) no-repeat center center/cover;
  margin-top: 66px;
  margin-bottom: 90%;
  aspect-ratio: 375/250;
}
@media (min-width: 576px) {
  .mv {
    margin-bottom: 75%;
  }
}
@media (min-width: 768px) {
  .mv {
    background: url(../img/fv/mv_pc.webp) no-repeat center center/cover;
    aspect-ratio: 1440/660;
    margin-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .mv {
    margin-top: 90px;
  }
}

.mv-inner {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 1600px) {
  .mv-inner {
    max-width: 1480px;
  }
}

.mv__content {
  position: absolute;
  top: 102.4%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .mv__content {
    position: absolute;
    top: 45.4545454545%;
    left: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}

.mv__lead,
.mv__title,
.mv__title span,
.mv__text,
.mv-bottom__text {
  font-weight: 600;
}

.mv__lead {
  color: #797979;
  font-size: 3.72vw;
  letter-spacing: 0.03em;
  margin-bottom: 6px;
  text-align: center;
}
@media (min-width: 768px) {
  .mv__lead {
    font-size: 1.6rem;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .mv__lead {
    font-size: 2.2rem;
  }
}
@media (min-width: 1400px) {
  .mv__lead {
    font-size: 1.54vw;
  }
}

.mv__title {
  color: #939393;
  font-size: 7.46vw;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 768px) {
  .mv__title {
    font-size: 2.8rem;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .mv__title {
    font-size: 4.5rem;
    margin-bottom: 10px;
  }
}
@media (min-width: 1400px) {
  .mv__title {
    font-size: 3.12vw;
  }
}
.mv__title span {
  color: #F5C600;
  font-size: 9.6vw;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .mv__title span {
    font-size: 3.6rem;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .mv__title span {
    font-size: 5.9rem;
  }
}
@media (min-width: 1400px) {
  .mv__title span {
    font-size: 4.1vw;
  }
}

.mv-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4vw;
}
@media (min-width: 768px) {
  .mv-bottom {
    gap: 14px;
  }
}

.mv-bottom__item {
  background-color: #00A2D8;
  border-radius: 50%;
  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;
  width: 28.268vw;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .mv-bottom__item {
    width: 8.68vw;
  }
}

.mv-bottom__text {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 374px) {
  .mv-bottom__text {
    font-size: 4vw;
  }
}
@media (min-width: 768px) {
  .mv-bottom__text {
    font-size: 1.25vw;
  }
}

/* about */
.top-about .about-contents {
  position: relative;
}
.top-about .about-contents::before {
  position: absolute;
  content: "";
  background: url(../img/index/step-left.webp) no-repeat center center/contain;
  width: 62px;
  height: 82px;
  bottom: -8px;
  left: 0;
}
@media (min-width: 768px) {
  .top-about .about-contents::before {
    width: 92px;
    height: 115px;
    bottom: -55px;
    left: -61px;
  }
}
.top-about .contents01__text {
  margin-bottom: 40px;
}

/* feature */
.feature-contents {
  position: relative;
}
@media (min-width: 768px) {
  .feature-contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.feature-contents::before {
  position: absolute;
  content: "";
  background: url(../img/index/step-right.webp) no-repeat center center/contain;
  width: 62px;
  height: 82px;
  bottom: -72px;
  right: 0;
}
@media (min-width: 768px) {
  .feature-contents::before {
    width: 92px;
    height: 115px;
    bottom: -55px;
    right: -61px;
  }
}
@media (min-width: 768px) {
  .feature-contents .contents01__img {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .feature-contents .contents01__content {
    margin-right: 60px;
  }
}

.feature-content .feature-content__text {
  position: relative;
  padding-left: 38px;
}
@media (min-width: 1200px) {
  .feature-content .feature-content__text {
    font-size: 1.8rem;
  }
}
.feature-content .feature-content__text::before {
  position: absolute;
  content: "";
  background: url(../img/index/check.png) no-repeat center center/contain;
  width: 20px;
  height: 15px;
  top: 6px;
  left: 0;
}
@media (min-width: 768px) {
  .feature-content .feature-content__text::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.feature-content .feature-content__text:not(:last-child) {
  margin-bottom: 12px;
}

/* works */
.works-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 8px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .works-box {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    row-gap: 16px;
  }
}
@media (min-width: 1200px) {
  .works-box {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    row-gap: 0;
  }
}

.works-box__item {
  background-color: #F2FCEF;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.works-box__img {
  margin: 0 auto 10px;
  max-width: 75px;
  width: 100%;
}

.works-box__text {
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}

/* flow */
.flow {
  counter-reset: number 0;
}

@media (min-width: 768px) {
  .flow-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.flow-lists {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .flow-lists {
    margin-bottom: 0;
    margin-right: 9%;
    width: 24%;
  }
}

.flow-list:not(:last-child) {
  padding-bottom: 20px;
}

.flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flow-list__num {
  position: relative;
  background-color: #F5C600;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
@media (min-width: 992px) {
  .flow-list__num {
    width: 50px;
    height: 50px;
  }
}
.flow-list__num::before {
  position: absolute;
  color: #fff;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  top: 50%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.8rem;
  counter-increment: number 1;
  content: counter(number) " ";
  line-height: 1;
}
@media (min-width: 992px) {
  .flow-list__num::before {
    font-size: 2.4rem;
  }
}

.flow-list__content {
  padding-left: 24px;
  width: calc(100% - 40px);
}
@media (min-width: 768px) {
  .flow-list__content {
    width: initial;
  }
}

@media (min-width: 1200px) {
  .flow-list__text {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .flow-box__img {
    width: 67%;
  }
}

/* list */
.list {
  background-color: #E5F4FA;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 992px) {
  .list {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.list-items {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 24px;
}
@media (min-width: 768px) {
  .list-items {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 26px;
       -moz-column-gap: 26px;
            column-gap: 26px;
    row-gap: 26px;
  }
}
@media (min-width: 992px) {
  .list-items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 13px;
       -moz-column-gap: 13px;
            column-gap: 13px;
  }
}

.list-item {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16);
  display: block;
  padding: 30px 20px 24px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .list-item {
    padding: 34px 28px 26px;
  }
}
.list-item::after {
  position: absolute;
  content: "";
  background: url(../img/index/arrow-right-blue.png) no-repeat center center/contain;
  width: 40px;
  height: 40px;
  bottom: 0;
  right: 0;
}
.list-item:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}

.list-item__title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 12px;
  text-align: center;
}
@media (min-width: 992px) {
  .list-item__title {
    font-size: 2rem;
  }
}

.list-item__img {
  margin: auto;
  width: 100%;
  max-width: 160px;
}

/* top-news */
.top-news {
  background-color: #fff;
  padding-top: 64px;
  padding-bottom: 90px;
}
@media (min-width: 992px) {
  .top-news {
    padding-top: 90px;
    padding-bottom: 64px;
  }
}

.top-news-title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-news__items {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .top-news__items {
    margin-bottom: 50px;
  }
}

.top-news__item {
  position: relative;
  border-bottom: 1px solid #D1D1D1;
}
.top-news__item::after {
  position: absolute;
  content: "";
  background: url(../img/common/arrow-grey.png) no-repeat center center/contain;
  width: 10px;
  height: 14.29px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.top-news__link {
  position: relative;
  display: block;
  padding: 24px 8px 16px 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .top-news__link {
    padding: 18px 0;
  }
}
.top-news__link:hover {
  color: #00A2D8;
}

.top-news__time {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  padding-bottom: 6px;
}
@media (min-width: 992px) {
  .top-news__time {
    padding-bottom: initial;
  }
}

.top-news__text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
}

/* top-blog */
.top-blog-title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-blog__cards {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 32px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .top-blog__cards {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 32px;
  }
}
@media (min-width: 992px) {
  .top-blog__cards {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    margin-bottom: 50px;
  }
}

.top-blog__card {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.top-blog__link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top-blog__link:hover {
  opacity: 0.7;
}

.top-blog__img {
  height: 0;
  overflow: hidden;
  padding-top: 62.5%;
  position: relative;
  width: 100%;
}
.top-blog__img img {
  width: 100%;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  position: absolute;
  top: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.top-blog__body {
  background-color: #fff;
  padding: 20px;
}

.top-blog__title {
  line-height: 1.777;
}

.blog-card__time {
  font-size: 1.4rem;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .blog-card__time {
    font-size: initial;
  }
}

/* top-contact */
.top-contact {
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .top-contact {
    padding-bottom: 120px;
  }
}

/* top-reservation */
.top-reservation {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (min-width: 992px) {
  .top-reservation {
    padding-top: 150px;
    padding-bottom: 110px;
  }
}

/* top-schedule */
.top-schedule {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .top-schedule {
    padding-bottom: 140px;
  }
}/*# sourceMappingURL=style.css.map */