.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
}

.root#index .mv {
  position: relative;
  z-index: 2;
  margin-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  .root#index .mv {
    margin-bottom: 0px;
  }
}
.root#index .mv__slider {
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.root#index .mv__slider__eachSlide {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.root#index .mv__slider__eachSlide::before {
  float: left;
  content: "";
  padding-top: 56.25%;
}
.root#index .mv__slider__eachSlide::after {
  display: block;
  content: "";
  clear: both;
}
.root#index .mv__slider__eachSlide[data-slide="01"] {
  background-image: url(../../images/index/mv01.webp);
}
.root#index .mv__slider__eachSlide[data-slide="02"] {
  background-image: url(https://placehold.jp/3d4070/ffffff/1980x500.png?text=%E3%83%93%E3%82%B8%E3%83%A5%E3%82%A2%E3%83%ABB);
}
.root#index .mv__slider__eachSlide[data-slide="03"] {
  background-image: url(https://placehold.jp/3d4070/ffffff/1980x500.png?text=%E3%83%93%E3%82%B8%E3%83%A5%E3%82%A2%E3%83%ABC);
}
.root#index .concept {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  .root#index .concept {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.root#index .concept__hl {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .root#index .concept__hl {
    margin-bottom: 30px;
  }
}
.root#index .concept__texts {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .root#index .concept__texts {
    margin-bottom: 40px;
  }
}
.root#index .concept__texts__hl {
  margin-bottom: 30px;
  font-size: 40px;
  font-size: 4rem;
}
@media only screen and (max-width: 767px) {
  .root#index .concept__texts__hl {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.root#index .concept__texts__hl > span {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
}
.root#index .concept__texts__rt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.25;
}
@media only screen and (max-width: 767px) {
  .root#index .concept__texts__rt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.root#index .concept__eachCategory {
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #222;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  padding: 40px;
}
.root#index .concept__eachCategory[data-layout=a] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.root#index .concept__eachCategory[data-layout=b] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .root#index .concept__eachCategory {
    display: block;
    margin-bottom: 50px;
    padding: 20px;
  }
}
.root#index .concept__eachCategory:last-child {
  margin-bottom: 0;
}
.root#index .concept__eachCategory__texts {
  width: 55%;
}
@media only screen and (max-width: 767px) {
  .root#index .concept__eachCategory__texts {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}
.root#index .concept__eachCategory__texts__hl {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .root#index .concept__eachCategory__texts__hl {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
.root#index .concept__eachCategory__texts__rt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .root#index .concept__eachCategory__texts__rt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.root#index .concept__eachCategory__fig {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .root#index .concept__eachCategory__fig {
    width: 100%;
  }
}
.root#index .concept__eachCategory__fig > img {
  width: 100%;
}
.root#index .menu {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  .root#index .menu {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.root#index .menu__hl {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .root#index .menu__hl {
    margin-bottom: 30px;
  }
}
.root#index .menu__holder {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .root#index .menu__holder {
    width: 100%;
    margin-bottom: 60px;
  }
}
.root#index .menu__holder__eachMenu {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .root#index .menu__holder__eachMenu {
    margin-bottom: 40px;
  }
}
.root#index .menu__holder__eachMenu > h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 2.4rem;
  border-bottom: 1px solid #222;
  padding-bottom: 10px;
}
.root#index .menu__holder__eachMenu > h3 > span {
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .root#index .menu__holder__eachMenu > h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .root#index .menu__holder__eachMenu > h3 > span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.root#index .menu__holder__eachMenu > h4 {
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .root#index .menu__holder__eachMenu > h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.root#index .menu__holder__eachMenu__attention {
  font-size: 14px;
  font-size: 1.4rem;
  background-color: rgba(255, 0, 0, 0.2);
  padding: 5px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .root#index .menu__holder__eachMenu__attention {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.root#index .menu__holder__eachMenu > ul {
  margin-bottom: 30px;
}
.root#index .menu__holder__eachMenu > ul li {
  margin-bottom: 15px;
}
.root#index .menu__holder__eachMenu > ul li > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.root#index .menu__holder__eachMenu > ul li > dl > dt {
  width: calc(100% - 100px - 20px);
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .root#index .menu__holder__eachMenu > ul li > dl > dt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.root#index .menu__holder__eachMenu > ul li > dl > dt > span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
}
@media only screen and (max-width: 767px) {
  .root#index .menu__holder__eachMenu > ul li > dl > dt > span {
    font-size: 10px;
    font-size: 1rem;
  }
}
.root#index .menu__holder__eachMenu > ul li > dl > dd {
  width: 100px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .root#index .menu__holder__eachMenu > ul li > dl > dd {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.root#index .menu__holder__remarks {
  text-align: center;
  font-size: 14px;
  color: #999;
}
@media only screen and (max-width: 767px) {
  .root#index .menu__holder__remarks {
    font-size: 10px;
  }
}
.root#index .staff {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  .root#index .staff {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.root#index .staff__hl {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .root#index .staff__hl {
    margin-bottom: 30px;
  }
}
.root#index .staff__eachProfile {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 2px solid #eee;
}
@media only screen and (max-width: 767px) {
  .root#index .staff__eachProfile {
    width: 100%;
    display: block;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}
.root#index .staff__eachProfile:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.root#index .staff__eachProfile__photo {
  width: 400px;
}
@media only screen and (max-width: 767px) {
  .root#index .staff__eachProfile__photo {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.root#index .staff__eachProfile__photo > figure > figcaption {
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
.root#index .staff__eachProfile__photo > figure > figcaption > span {
  font-size: 14px;
  font-size: 1.4rem;
}
.root#index .staff__eachProfile__texts {
  width: calc(100% - 400px - 100px);
}
@media only screen and (max-width: 767px) {
  .root#index .staff__eachProfile__texts {
    width: 100%;
    text-align: center;
  }
}
.root#index .staff__eachProfile__texts__description {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.25;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .root#index .staff__eachProfile__texts__description {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.root#index .staff__eachProfile__texts__hobby > dt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.25;
}
@media only screen and (max-width: 767px) {
  .root#index .staff__eachProfile__texts__hobby > dt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.root#index .staff__eachProfile__texts__hobby > dd {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.25;
}
@media only screen and (max-width: 767px) {
  .root#index .staff__eachProfile__texts__hobby > dd {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.root#index .gallery {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  .root#index .gallery {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.root#index .gallery__hl {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .root#index .gallery__hl {
    margin-bottom: 30px;
  }
}
.root#index .gallery__youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .root#index .gallery__youtube {
    margin-bottom: 30px;
  }
}
.root#index .gallery__youtube > iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.root#index .gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: -30px;
}
@media only screen and (max-width: 767px) {
  .root#index .gallery__list {
    margin-bottom: -20px;
  }
}
.root#index .gallery__list__item {
  width: 48%;
  margin-left: 4%;
  margin-bottom: 30px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .root#index .gallery__list__item {
    margin-bottom: 20px;
  }
}
.root#index .gallery__list__item > img {
  width: 100%;
}
.root#index .gallery__list__item:nth-child(2n+1) {
  margin-left: 0;
}
.root#index .qa {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  .root#index .qa {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.root#index .qa__hl {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .root#index .qa__hl {
    margin-bottom: 30px;
  }
}
.root#index .qa__list {
  margin-bottom: -20px;
}
.root#index .qa__list__item {
  margin-bottom: 20px;
}
.root#index .qa__list__item > dl > dt {
  position: relative;
  border: 1px solid #222;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 10px 50px 10px 10px;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: 0.2s all cubic-bezier(0.32, 1, 0.23, 1);
  transition: 0.2s all cubic-bezier(0.32, 1, 0.23, 1);
}
@media only screen and (max-width: 767px) {
  .root#index .qa__list__item > dl > dt {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px 35px 10px 10px;
  }
}
.root#index .qa__list__item > dl > dt:hover {
  -webkit-transform: translate(-4px, -4px);
          transform: translate(-4px, -4px);
}
.root#index .qa__list__item > dl > dt:after {
  position: absolute;
  right: 20px;
  top: 50%;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  -webkit-transform: translateY(-8px) rotate(45deg);
          transform: translateY(-8px) rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .root#index .qa__list__item > dl > dt:after {
    right: 15px;
  }
}
.root#index .qa__list__item > dl > dt.is-clicked:after {
  -webkit-transform: translateY(-2px) rotate(-135deg);
          transform: translateY(-2px) rotate(-135deg);
}
.root#index .qa__list__item > dl > dd {
  padding-left: 40px;
  padding-bottom: 20px;
  display: none;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .root#index .qa__list__item > dl > dd {
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 20px;
  }
}
.root#index .access {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  .root#index .access {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.root#index .access__hl {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .root#index .access__hl {
    margin-bottom: 30px;
  }
}
.root#index .access__holder__map {
  position: relative;
  border: 1px solid #222;
  margin-bottom: 20px;
}
.root#index .access__holder__map > iframe {
  width: 100%;
  height: 450px;
  vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  .root#index .access__holder__map > iframe {
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .root#index .access__holder__status {
    text-align: center;
  }
}
.root#index .access__holder__status__base {
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  float: left;
}
@media only screen and (max-width: 767px) {
  .root#index .access__holder__status__base {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 30px;
    float: none;
  }
}
.root#index .access__holder__status__businessHour {
  display: inline-block;
  float: right;
}
@media only screen and (max-width: 767px) {
  .root#index .access__holder__status__businessHour {
    float: none;
  }
}