@charset "UTF-8";
/* ===================================================================
CSS information

file name  : copy.css
author     : Abilive
style info : コピー
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
.p-content__inner, .p-howto__inner, .p-konoha__inner, .p-bottom__inner {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .p-content__inner, .p-howto__inner, .p-konoha__inner, .p-bottom__inner {
    width: calc(1280 / 1440 * 100%);
    max-width: calc(1280px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-content__inner, .p-howto__inner, .p-konoha__inner, .p-bottom__inner {
    max-width: calc(1280px * ((16 + 3) / 14));
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .p-content__inner, .p-howto__inner, .p-konoha__inner, .p-bottom__inner {
    max-width: calc(1280px * ((16 + 2) / 14));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-content__inner, .p-howto__inner, .p-konoha__inner, .p-bottom__inner {
    width: calc(1280 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-content__inner, .p-howto__inner, .p-konoha__inner, .p-bottom__inner {
    width: calc(348 / 428 * 100%);
  }
}

@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes FadeUp {
  0% {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes FadeUp {
  0% {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.l-topicpath {
  padding-bottom: 0;
  padding-top: 1.42rem;
}
.l-topicpath__wrp {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (min-width: 768px) {
  .c-swiper_ctrls.u-align-c {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.c-btn-pause.is-stop svg {
  width: 1.5rem;
  height: 1.5rem;
}

.c-intro {
  margin-top: 10rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-intro {
    margin-top: 7.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-intro {
    margin-top: 4.28rem;
  }
}

#spa table {
  border-top: 1px solid #c9c9ca;
}
#spa table th,
#spa table td {
  border-color: #c9c9ca;
}

@media only screen and (min-width: 1025px) {
  .c-anch {
    margin-top: 7.14rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-anch {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-anch {
    margin-top: 2.85rem;
  }
}
@media only screen and (min-width: 1025px) {
  .c-anch {
    margin-bottom: 7.85rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-anch {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-anch {
    margin-bottom: 5rem;
  }
}

@media only screen and (min-width: 1025px) {
  .p-content {
    margin-bottom: 7.14rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-content {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-content {
    margin-bottom: 2.14rem;
  }
}
.p-content__inner {
  max-width: 1100px;
}
@media only screen and (min-width: 1441px) {
  .p-content__inner {
    max-width: calc(1100 / 1440 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .p-content__inner .c-title--bg {
    margin-bottom: 2.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-content__inner .c-title--bg {
    margin-bottom: 1.42rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-content__inner .p-menu {
    margin-top: 5.35rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-content__inner .p-menu {
    margin-top: 3.57rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-content__inner .p-menu {
    margin-top: 3.57rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-content__inner > .txt {
    letter-spacing: -0.05em;
  }
}
@media only screen and (min-width: 768px) {
  .p-content .full {
    margin-top: 2.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-content .full {
    margin-top: 1.42rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-content .full img {
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (min-width: 1025px) {
  .p-content .p-menu > .c-title-set {
    padding-left: 5.71rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-content .p-menu > .c-title-set {
    padding-left: 4.28rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-content .p-menu > .c-title-set {
    padding-left: 0;
  }
}
.p-content .p-menu__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .p-content .p-menu__item {
    padding: 5rem 5.71rem 5.71rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-content .p-menu__item {
    padding: 4.28rem 2.85rem 4.28rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-content .p-menu__item {
    padding: 3.57rem 0 4.28rem;
  }
}
.p-content .p-menu__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  left: 0;
  background: rgba(136, 135, 135, 0.8);
}
@media only screen and (max-width: 767px) {
  .p-content .p-menu__item::after {
    left: -5%;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-content .p-menu__item::after {
    width: 110%;
  }
}

.p-content .p-menu__item:last-child::after {
  display: none;
}
.p-content .p-menu__item .c-txt {
  margin-top: 1.42rem;
}
@media only screen and (min-width: 1025px) {
  .p-content .p-menu__item .c-txt {
    font-size: 0.93rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-content .p-menu__item .c-txt {
    font-size: 0.86rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-content .p-menu__item .c-txt {
    font-size: 0.86rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-content .p-menu__item .c-item {
    margin-top: 2.85rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-content .p-menu__item .c-item {
    margin-top: 2.14rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-content .p-menu__item .c-item {
    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;
  }
}
@media only screen and (min-width: 768px) {
  .p-content .p-menu__item .c-item .img {
    width: calc(411 / 940 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-content .p-menu__item .c-item .img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-content .p-menu__item .c-item .img {
    margin-bottom: 2.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-content .p-menu__item .c-item__info {
    width: calc(460 / 940 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-content .p-menu__item .c-item__info {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .p-content .p-menu__item .c-item__info table th {
    white-space: nowrap;
  }
}

.p-howto {
  background: #fff;
}
@media only screen and (min-width: 1025px) {
  .p-howto {
    padding: 7.85rem 0 9.28rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-howto {
    padding: 5.71rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-howto {
    padding: 4.28rem 0 5rem;
  }
}
.p-howto__inner {
  max-width: 1100px;
}
@media only screen and (min-width: 1441px) {
  .p-howto__inner {
    max-width: calc(1100 / 1440 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .p-howto__inner .c-title {
    margin-bottom: 2.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-howto__inner .c-title {
    margin-bottom: 2.14rem;
  }
}

@media only screen and (min-width: 1025px) {
  .p-konoha {
    padding: 9.78rem 0 8.21rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-konoha {
    padding: 5.71rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-konoha {
    padding: 4.28rem 0 5rem;
  }
}
.p-konoha__inner {
  max-width: 1100px;
}
@media only screen and (min-width: 768px) {
  .p-konoha__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 1441px) {
  .p-konoha__inner {
    max-width: calc(1100 / 1440 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .p-konoha .img {
    width: calc(525 / 1100 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-konoha .img {
    width: calc(510 / 1100 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-konoha .img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-konoha .img {
    margin-bottom: 2.85rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-konoha__info {
    width: calc(500 / 1100 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-konoha__info {
    width: calc(530 / 1100 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-konoha__info {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-konoha__info .c-title {
    margin-bottom: 2.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-konoha__info .c-title {
    margin-bottom: 2.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-konoha__info .c-title {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .p-konoha__info .c-table {
    margin-bottom: 2.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-konoha__info .c-table {
    margin-bottom: 2.14rem;
  }
}
.p-konoha__info .c-table tr th {
  white-space: nowrap;
}
.p-konoha__info .l-footer__info__data__tel {
  margin-top: 1.42rem;
  margin-bottom: 0.35rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-konoha__info .l-footer__info__data__tel {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-konoha__info .l-footer__info__data__title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-konoha__info .mail {
  margin-bottom: 1.07rem;
}
@media only screen and (max-width: 767px) {
  .p-konoha__info .mail {
    text-align: center;
  }
}
@media only screen and (min-width: 1025px) {
  .p-konoha__info .c-s12 {
    font-size: 0.86rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-konoha__info .c-s12 {
    font-size: 0.86rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-konoha__info .c-s12 {
    font-size: 0.79rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-konoha__info .c-s12 {
    text-align: center;
  }
}

.p-bottom__inner {
  max-width: 1100px;
}
@media only screen and (min-width: 1441px) {
  .p-bottom__inner {
    max-width: calc(1100 / 1440 * 100%);
  }
}
.p-bottom__inner .c-link-set {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-bottom__inner .c-link-set {
    margin-top: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-bottom__inner .c-link-set {
    margin-top: 2.14rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-bottom__inner .c-link-set__item {
    width: calc(353 / 1100 * 100%);
  }
}
