@charset "UTF-8";

/* ----------------------------- 共通コンポーネント ----------------------------- */

.contents__section {
  width: 100%;
  margin: auto;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contents__section .contents__section__inr {
  width: 100%;
  margin: auto;
  display: block;
}

.contents__mainvisual .contents__mainvisual__img {
  font-size: 0;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.contents__mainvisual .contents__mainvisual__img img {
  width: 100%;
}

.contents__mainvisual .contents__mainvisual__leadtext {
  position: absolute;
  color: #fff;
}

.contents__button__list .contents__button__item {
  display: block;
}

.contents__button__list .contents__button__item__link {
  display: block;
  background: #ab0d32;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  position: relative;
}

.contents__button__list .contents__button__item__link:hover {
  background: #bf0d37;
}

.contents__button__list .contents__button__item__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 8%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

.contents__heading {
  background: #ededed;
}

.contents__links__item {
  width: 100%;
  display: block;
  position: relative;
}

.contents__links__maintenancePack {
  width: 100%;
  display: block;
  background: #f8f3f4;
  overflow: hidden;
  -webkit-transition: background .4s ease-out;
  transition: background .4s ease-out;
}

.contents__links__maintenancePack::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #790f28 transparent;
}

.contents__links__maintenancePack img {
  width: 100%;
}

.contents__links__maintenancePack .contents__links__about__title {
  color: #000000;
}

.contents__links__maintenancePack .contents__links__about__text {
  color: #333333;
}

.contents__links__maintenancePack .contents__links__about__caution {
  color: #333333;
}

/* ----------------------------- モーダル ----------------------------- */

[modal-trigger] {
  cursor: pointer;
}

.modal-element {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 9999;
  display: none;
}

.modal-element.active {
  display: block;
}

.modal-element .modal-element__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #333;
  opacity: .8;
}

.modal-element .modal-element__inr {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal-element .modal-element__close {
  position: absolute;
  top: -60px;
  right: 0;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  width: 25px;
  width: 6.66667vw;
  height: 25px;
  height: 6.66667vw;
}

.modal-element .modal-element__close::before,
.modal-element .modal-element__close::after {
  position: absolute;
  content: "";
  display: block;
  background: #fff;
  width: 1.5px;
  width: 0.4vw;
  height: 25px;
  height: 6.66667vw;
}

.modal-element .modal-element__close::before {
  right: 11.5px;
  right: 3.06667vw;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-element .modal-element__close::after {
  left: 11.5px;
  left: 3.06667vw;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal-element .modal-element__close:hover {
  opacity: .4;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.modal-element .modal-element__img {
  width: 345px;
  width: 92vw;
  max-height: 345px;
  max-height: 92vw;
  overflow: auto;
  margin: auto;
}

.modal-element .modal-element__img img {
  width: 200%;
}

/* -----------------------------
  PC/SP 出し分け
----------------------------- */

.u-none {
  display: none !important;
}

.u-inlineblock {
  display: inline-block !important;
}

.u-block {
  display: block !important;
}

/* ----------------------------- アフターサービス ----------------------------- */

.after-service__about {
  position: relative;
  width: 100%;
}

.after-service__about .after-service__mv {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.after-service__about .after-service__title {
  position: absolute;
  color: #fff;
}

.after-service__about .after-service__about__item__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
}

.after-service__about .after-service__about__item__icon.is-icon1::after {
  content: url("/images/after-service/top/icon/icon1.png");
}

.after-service__about .after-service__about__item__icon.is-icon2::after {
  content: url("/images/after-service/top/icon/icon2.png");
}

.after-service__about .after-service__about__item__icon.is-icon3::after {
  content: url("/images/after-service/top/icon/icon3.png");
}

.after-service__about .after-service__about__item__icon.is-icon4::after {
  content: url("/images/after-service/top/icon/icon4.png");
}

.after-service__about .after-service__about__item__link::after {
  position: absolute;
  content: "";
  display: block;
}

.after-service__purpose {
  width: 100%;
  display: block;
}

.after-service__purpose .after-service__purpose__list {
  width: 100%;
}

.after-service__purpose .after-service__purpose__linktext {
  background: #790f28;
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
}

.after-service__purpose .after-service__purpose__linktext::after {
  content: "";
  display: block;
  position: absolute;
}

.after-service__mind {
  width: 100%;
  display: block;
}

.after-service__mind .after-service__mind__hdg {
  color: #000000;
}

.after-service__mind .after-service__mind__about {
  width: 100%;
  display: block;
}

.after-service__mind .after-service__mind__about__hdg {
  color: #000000;
}

.after-service__mind .after-service__mind__about__text {
  color: #333333;
}

.after-service__introduction .after-service__introduction__lead {
  color: #790f28;
}

.after-service__introduction .after-service__introduction__table {
  width: 100%;
  display: block;
}

.after-service__introduction .after-service__introduction__table img {
  width: 100%;
}

.after-service__introduction .after-service__introduction__logos img {
  width: 100%;
}

.after-service__introduction .after-service__introduction__text {
  color: #333333;
}

.after-service__general-button {
  width: 100%;
  display: block;
}

@media screen and (min-width: 751px) {
  .contents__section .contents__section__inr--lead {
    padding: 60px 0 0;
  }

  .contents__section .contents__section__inr--article {
    padding: 60px 0 0;
  }

  .contents__section .contents__section__inr .contents__section__conts {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    display: block;
  }

  .contents__mainvisual .contents__mainvisual__img {
    height: 240px;
  }

  .contents__mainvisual .contents__mainvisual__leadtext {
    width: 1000px;
    margin: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 21px;
    line-height: 1.95238;
  }

  .contents__button__list {
    max-width: 718px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
  }

  .contents__button__list .contents__button__item {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .contents__button__list .contents__button__item + .contents__button__item {
    margin-left: 20px;
  }

  .contents__button__list .contents__button__item__link {
    padding: 22px;
    font-size: 20px;
    line-height: 2.3;
    width: 50%;
  }

  .contents__button__list .contents__button__item__link::after {
    width: 8px;
    height: 8px;
    border: 2px solid transparent;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  .contents__heading {
    font-size: 31px;
    line-height: 1.48387;
    text-align: center;
    padding: 34.5px 0;
  }

  .contents__links__item {
    padding-top: 30%;
  }

  .contents__links__maintenancePack {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .contents__links__maintenancePack::after {
    border-width: 0 0 37px 37px;
  }

  .contents__links__maintenancePack:hover {
    background: #efd5da;
    -webkit-transition: background .4s ease-out;
    transition: background .4s ease-out;
  }

  .contents__links__maintenancePack .contents__links__thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 34.4%;
  }

  .contents__links__maintenancePack .contents__links__about {
    width: 58%;
    position: absolute;
    top: 50%;
    left: 38.4%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .contents__links__maintenancePack .contents__links__about__title {
    font-size: 26px;
    line-height: 1.76923;
  }

  .contents__links__maintenancePack .contents__links__about__text {
    font-size: 13px;
    line-height: 1.76923;
  }

  .contents__links__maintenancePack .contents__links__about__title + .contents__links__about__text {
    margin-top: 5px;
  }

  .contents__links__maintenancePack .contents__links__about__caution {
    font-size: 10px;
    line-height: 2.3;
  }

  .contents__heading.r-shaken__about {
    margin: 70px auto 0;
  }

  .u-none--pc {
    display: none !important;
  }

  .u-inlineblock--pc {
    display: inline-block !important;
  }

  .u-block--pc {
    display: block !important;
  }

  .after-service__about {
    padding-bottom: 252px;
  }

  .after-service__about .after-service__mv {
    width: 100%;
    height: 589px;
    background-image: url("/images/after-service/top/mv.jpg");
  }

  .after-service__about .after-service__title {
    width: 1000px;
    display: block;
    top: 132px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 50px;
    line-height: 1.56;
  }

  .after-service__about .after-service__about__linklist {
    position: absolute;
    top: 418px;
    left: 0;
    right: 0;
    max-width: 1000px;
    width: 100%;
    margin: auto;
    display: block;
  }

  .after-service__about .after-service__about__link {
    background: #fff;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 35px 0;
  }

  .after-service__about .after-service__about__item {
    width: calc((100% - 3px) / 3);
    padding-bottom: 20px;
  }

  .after-service__about .after-service__about__item + .after-service__about__item {
    border-left: 1px solid #e5e5e5;
  }

  .after-service__about .after-service__about__item__icon {
    position: relative;
    width: 100%;
    height: 120px;
    padding: 5px 0;
  }

  .after-service__about .after-service__about__item__about {
    width: 100%;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .after-service__about .after-service__about__item__desc {
    display: block;
    margin: auto;
    width: 100%;
    height: 150px;
  }

  .after-service__about .after-service__about__item__title {
    text-align: center;
    font-size: 18px;
    line-height: 2.55556;
  }

  .after-service__about .after-service__about__item__text {
    font-size: 13px;
    line-height: 1.76923;
  }

  .after-service__about .after-service__about__item__link {
    position: relative;
    width: 100%;
    display: block;
    font-size: 15px;
    line-height: 1;
    padding: 13px 0;
    text-align: center;
    background: #790f28;
    color: #fff;
  }

  .after-service__about .after-service__about__item__link::after {
    width: 5px;
    height: 5px;
    border: 2px solid transparent;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
  }

  .after-service__button {
    width: 100%;
    display: block;
    margin: 6px auto 100px;
  }

  .after-service__purpose .after-service__purpose__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px auto 0;
  }

  .after-service__purpose .after-service__purpose__item {
    width: calc((100% - 40px) / 3);
  }

  .after-service__purpose .after-service__purpose__item + .after-service__purpose__item {
    margin-left: 20px;
  }

  .after-service__purpose .after-service__purpose__item:nth-of-type(4n) {
    margin-left: 0;
  }

  .after-service__purpose .after-service__purpose__item:nth-of-type(n+4) {
    margin-top: 22px;
  }

  .after-service__purpose .after-service__purpose__linktext {
    font-size: 18px;
    line-height: 1;
    padding: 22px 0;
  }

  .after-service__purpose .after-service__purpose__linktext::after {
    top: 50%;
    right: 18px;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border: 2px solid transparent;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  .after-service__mind {
    margin: 102px auto 0;
    border-top: 1px solid #d3d3d3;
    padding: 95px 0 0;
  }

  .after-service__mind .after-service__mind__hdg {
    font-size: 31px;
    line-height: 1.48387;
    text-align: center;
  }

  .after-service__mind .after-service__mind__about {
    margin: 45px auto 0;
    padding-right: 305px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url("/images/after-service/top/img01.png");
    background-size: 21.1%;
    background-repeat: no-repeat;
    background-position: 96% center;
  }

  .after-service__mind .after-service__mind__about__hdg {
    font-size: 24px;
    line-height: 1.375;
  }

  .after-service__mind .after-service__mind__about__text {
    font-size: 16px;
    line-height: 1.875;
  }

  .after-service__mind .after-service__mind__about__hdg + .after-service__mind__about__text {
    margin: 25px auto 0;
  }

  .after-service__introduction {
    margin: 55px auto 0;
    padding: 55px 0 0;
    border-top: 1px solid #e8e8e8;
    font-size: 0;
  }

  .after-service__introduction .after-service__introduction__lead {
    text-align: center;
    width: 100%;
    font-size: 20px;
    line-height: 1.75;
  }

  .after-service__introduction .after-service__introduction__table {
    margin: 50px auto 0;
  }

  .after-service__introduction .after-service__introduction__logos {
    width: 623px;
    display: block;
    margin: 55px auto 0;
  }

  .after-service__introduction .after-service__introduction__text {
    text-align: left;
    font-size: 16px;
    line-height: 1.875;
    margin: 45px auto 0;
  }

  .after-service__general-button {
    margin: 50px auto 100px;
  }
}

@media screen and (max-width: 750px) {
  .contents__section .contents__section__inr--lead {
    padding: 32.5px 0px 0px 0px;
    padding: 8.66667vw 0vw 0vw 0vw;
  }

  .contents__section .contents__section__inr--article {
    padding: 32.5px 0px 0px 0px;
    padding: 8.66667vw 0vw 0vw 0vw;
  }

  .contents__section .contents__section__inr .contents__section__conts {
    width: 92%;
    margin: auto;
    display: block;
  }

  .contents__mainvisual .contents__mainvisual__img {
    padding-top: 71.73333%;
  }

  .contents__mainvisual .contents__mainvisual__leadtext {
    width: 92%;
    top: 3%;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 13.5px;
    font-size: 3.6vw;
    line-height: 2;
  }

  .contents__button__list {
    width: 75.94203%;
    margin: auto;
  }

  .contents__button__list .contents__button__item {
    width: 100%;
  }

  .contents__button__list .contents__button__item + .contents__button__item {
    margin: 20px auto 0px auto;
    margin: 5.33333vw auto 0vw auto;
  }

  .contents__button__list .contents__button__item__link {
    font-size: 15px;
    font-size: 4vw;
    line-height: 2.3;
    padding: 16.5px 16.5px 16.5px 16.5px;
    padding: 4.4vw 4.4vw 4.4vw 4.4vw;
  }

  .contents__button__list .contents__button__item__link::after {
    width: 12px;
    height: 12px;
    border: 4px solid transparent;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
  }

  .contents__heading {
    font-size: 22px;
    font-size: 5.86667vw;
    line-height: 1.22727;
    text-align: center;
    padding: 20.25px 0px 20.25px 0px;
    padding: 5.4vw 0vw 5.4vw 0vw;
  }

  .contents__links__maintenancePack::after {
    border-width: 0 0 44px 44px;
  }

  .contents__links__maintenancePack .contents__links__thumbnail {
    font-size: 0;
  }

  .contents__links__maintenancePack .contents__links__about {
    width: 100%;
    padding: 20px 24px 45px 24px;
    padding: 5.33333vw 6.4vw 12vw 6.4vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .contents__links__maintenancePack .contents__links__about__title {
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 2.15625;
  }

  .contents__links__maintenancePack .contents__links__about__text {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.83333;
    margin: 5px auto 0px auto;
    margin: 1.33333vw auto 0vw auto;
  }

  .contents__links__maintenancePack .contents__links__about__caution {
    font-size: 10px;
    font-size: 2.66667vw;
    line-height: 2.2;
    margin: 5px auto 0px auto;
    margin: 1.33333vw auto 0vw auto;
  }

  .contents__heading.r-shaken__about {
    margin: 28.5px auto 0px auto;
    margin: 7.6vw auto 0vw auto;
  }

  .modal-element .modal-element__inr {
    width: 97%;
  }

  .u-none--sp {
    display: none !important;
  }

  .u-inlineblock--sp {
    display: inline-block !important;
  }

  .u-block--sp {
    display: block !important;
  }

  .after-service__about {
    padding-bottom: 171.5px;
    padding-bottom: 45.73333vw;
  }

  .after-service__about .after-service__mv {
    width: 100%;
    height: 361.5px;
    height: 96.4vw;
    background-image: url("/images/after-service/top/mv-s.jpg");
  }

  .after-service__about .after-service__title {
    width: 345px;
    width: 92vw;
    display: block;
    top: 40px;
    top: 10.66667vw;
    left: 0px;
    left: 0vw;
    right: 0px;
    right: 0vw;
    margin: auto;
    font-size: 25px;
    font-size: 6.66667vw;
    line-height: 39px;
    line-height: 10.4vw;
  }

  .after-service__about .after-service__about__linklist {
    position: absolute;
    width: 92%;
    top: 147.5px;
    top: 39.33333vw;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
  }

  .after-service__about .after-service__about__link {
    background: #ffffff;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 15px 0px 15px;
    padding: 0vw 4vw 0vw 4vw;
  }

  .after-service__about .after-service__about__item {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #e5e5e5;
  }

  .after-service__about .after-service__about__item__icon {
    position: relative;
    width: 86.5px;
    width: 23.06667vw;
    height: 86.5px;
    height: 23.06667vw;
  }

  .after-service__about .after-service__about__item__about {
    width: 224px;
    width: 59.73333vw;
  }

  .after-service__about .after-service__about__item__desc {
    display: block;
    margin: auto;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    padding-left: 2.66667vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .after-service__about .after-service__about__item__title {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 17px;
    font-size: 4.53333vw;
    line-height: 30px;
    line-height: 8vw;
  }

  .after-service__about .after-service__about__item__text {
    display: none;
  }

  .after-service__about .after-service__about__item__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    font-size: 0;
    background: none;
  }

  .after-service__about .after-service__about__item__link::after {
    width: 9px;
    width: 2.4vw;
    height: 9px;
    height: 2.4vw;
    border: 2px solid transparent;
    border-top: 2px solid #7b132b;
    border-right: 2px solid #7b132b;
    top: 50%;
    right: 4.5px;
    right: 1.2vw;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
  }

  .after-service__button {
    width: 100%;
    display: block;
    margin: 0px auto 70px auto;
    margin: 0vw auto 18.66667vw auto;
  }

  .after-service__purpose .after-service__purpose__list {
    margin: 25px auto 0px auto;
    margin: 6.66667vw auto 0vw auto;
  }

  .after-service__purpose .after-service__purpose__item {
    width: 100%;
  }

  .after-service__purpose .after-service__purpose__item + .after-service__purpose__item {
    margin-top: 3px;
    margin-top: 0.8vw;
  }

  .after-service__purpose .after-service__purpose__linktext {
    font-size: 15px;
    font-size: 4vw;
    padding: 16px 0px 16px 0px;
    padding: 4.26667vw 0vw 4.26667vw 0vw;
  }

  .after-service__purpose .after-service__purpose__linktext::after {
    top: 50%;
    right: 15px;
    right: 4vw;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    width: 5px;
    width: 1.33333vw;
    height: 5px;
    height: 1.33333vw;
    border: 3px solid transparent;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }

  .after-service__mind {
    margin-top: 50px;
    margin-top: 13.33333vw;
    border-top: 1px solid #d3d3d3;
    padding-top: 40px;
    padding-top: 10.66667vw;
  }

  .after-service__mind .after-service__mind__hdg {
    font-size: 22px;
    font-size: 5.86667vw;
    line-height: 27px;
    line-height: 7.2vw;
    text-align: center;
  }

  .after-service__mind .after-service__mind__about {
    margin: 25px auto 0px auto;
    margin: 6.66667vw auto 0vw auto;
    padding-bottom: 174px;
    padding-bottom: 46.4vw;
    background-image: url("/images/after-service/top/img01.png");
    background-size: 160.5px;
    background-size: 42.8vw;
    background-repeat: no-repeat;
    background-position: center bottom;
  }

  .after-service__mind .after-service__mind__about__hdg {
    font-size: 17px;
    font-size: 4.53333vw;
    line-height: 24px;
    line-height: 6.4vw;
    text-align: center;
  }

  .after-service__mind .after-service__mind__about__text {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 22px;
    line-height: 5.86667vw;
  }

  .after-service__mind .after-service__mind__about__hdg + .after-service__mind__about__text {
    margin-top: 15px;
    margin-top: 4vw;
  }

  .after-service__introduction {
    margin-top: 36.5px;
    margin-top: 9.73333vw;
    padding-top: 30px;
    padding-top: 8vw;
    border-top: 1px solid #e8e8e8;
  }

  .after-service__introduction .after-service__introduction__lead {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 23px;
    line-height: 6.13333vw;
    width: 100%;
    text-align: left;
  }

  .after-service__introduction .after-service__introduction__table {
    margin-top: 17.5px;
    margin-top: 4.66667vw;
  }

  .after-service__introduction .after-service__introduction__logos {
    margin: 27.5px auto 0px auto;
    margin: 7.33333vw auto 0vw auto;
    display: block;
    width: 312px;
    width: 83.2vw;
  }

  .after-service__introduction .after-service__introduction__text {
    text-align: left;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 22px;
    line-height: 5.86667vw;
    margin-top: 22.5px;
    margin-top: 6vw;
  }

  .after-service__general-button {
    margin: 42.5px auto 50px auto;
    margin: 11.33333vw auto 13.33333vw auto;
  }
}

@media screen and (min-width: 751px) and (max-width: 1000px) {
  .contents__links__item {
    padding-top: 25vw;
  }

  .contents__links__maintenancePack .contents__links__thumbnail {
    width: 28.66667vw;
  }

  .contents__links__maintenancePack .contents__links__about {
    width: 63vw;
    left: 32vw;
  }

  .contents__links__maintenancePack .contents__links__about__title {
    font-size: 2.16667vw;
  }

  .contents__links__maintenancePack .contents__links__about__text {
    font-size: 1.08333vw;
  }

  .contents__links__maintenancePack .contents__links__about__caution {
    font-size: 0.83333vw;
  }
}

@media screen and (min-width: 751px) and (max-width: 1040px) {
  .after-service__about .after-service__about__item__desc {
    height: 12.5vw;
  }

  .after-service__about .after-service__about__item__title {
    font-size: 1.5vw;
    line-height: 3.83333vw;
  }

  .after-service__about .after-service__about__item__text {
    font-size: 1.08333vw;
    line-height: 1.91667vw;
  }

  .after-service__about .after-service__about__item__link {
    font-size: 1.25vw;
  }

  .after-service__purpose .after-service__purpose__linktext {
    font-size: 1.5vw;
  }
}

@media print {
  .contents__section .contents__section__inr--lead {
    padding: 60px 0 0;
  }

  .contents__section .contents__section__inr--article {
    padding: 60px 0 0;
  }

  .contents__section .contents__section__inr .contents__section__conts {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    display: block;
  }

  .contents__mainvisual .contents__mainvisual__img {
    height: 240px;
  }

  .contents__mainvisual .contents__mainvisual__leadtext {
    width: 1000px;
    margin: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 21px;
    line-height: 1.95238;
  }

  .contents__button__list {
    max-width: 718px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
  }

  .contents__button__list .contents__button__item {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .contents__button__list .contents__button__item + .contents__button__item {
    margin-left: 20px;
  }

  .contents__button__list .contents__button__item__link {
    padding: 22px;
    font-size: 20px;
    line-height: 2.3;
    width: 50%;
  }

  .contents__button__list .contents__button__item__link::after {
    width: 8px;
    height: 8px;
    border: 2px solid transparent;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  .contents__heading {
    font-size: 31px;
    line-height: 1.48387;
    text-align: center;
    padding: 34.5px 0;
  }

  .contents__links__item {
    padding-top: 30%;
  }

  .contents__links__maintenancePack {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .contents__links__maintenancePack::after {
    border-width: 0 0 37px 37px;
  }

  .contents__links__maintenancePack:hover {
    background: #efd5da;
    -webkit-transition: background .4s ease-out;
    transition: background .4s ease-out;
  }

  .contents__links__maintenancePack .contents__links__thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 34.4%;
  }

  .contents__links__maintenancePack .contents__links__about {
    width: 58%;
    position: absolute;
    top: 50%;
    left: 38.4%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .contents__links__maintenancePack .contents__links__about__title {
    font-size: 26px;
    line-height: 1.76923;
  }

  .contents__links__maintenancePack .contents__links__about__text {
    font-size: 13px;
    line-height: 1.76923;
  }

  .contents__links__maintenancePack .contents__links__about__title + .contents__links__about__text {
    margin-top: 5px;
  }

  .contents__links__maintenancePack .contents__links__about__caution {
    font-size: 10px;
    line-height: 2.3;
  }

  .contents__heading.r-shaken__about {
    margin: 70px auto 0;
  }

  .u-none--pc {
    display: none !important;
  }

  .u-inlineblock--pc {
    display: inline-block !important;
  }

  .u-block--pc {
    display: block !important;
  }

  .after-service__about {
    padding-bottom: 252px;
  }

  .after-service__about .after-service__mv {
    width: 100%;
    height: 589px;
    background-image: url("/images/after-service/top/mv.jpg");
  }

  .after-service__about .after-service__title {
    width: 1000px;
    display: block;
    top: 132px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 50px;
    line-height: 1.56;
  }

  .after-service__about .after-service__about__linklist {
    position: absolute;
    top: 418px;
    left: 0;
    right: 0;
    max-width: 1000px;
    width: 100%;
    margin: auto;
    display: block;
  }

  .after-service__about .after-service__about__link {
    background: #fff;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 35px 0;
  }

  .after-service__about .after-service__about__item {
    width: calc((100% - 3px) / 3);
    padding-bottom: 20px;
  }

  .after-service__about .after-service__about__item + .after-service__about__item {
    border-left: 1px solid #e5e5e5;
  }

  .after-service__about .after-service__about__item__icon {
    position: relative;
    width: 100%;
    height: 120px;
    padding: 5px 0;
  }

  .after-service__about .after-service__about__item__about {
    width: 100%;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .after-service__about .after-service__about__item__desc {
    display: block;
    margin: auto;
    width: 100%;
    height: 150px;
  }

  .after-service__about .after-service__about__item__title {
    text-align: center;
    font-size: 18px;
    line-height: 2.55556;
  }

  .after-service__about .after-service__about__item__text {
    font-size: 13px;
    line-height: 1.76923;
  }

  .after-service__about .after-service__about__item__link {
    position: relative;
    width: 100%;
    display: block;
    font-size: 15px;
    line-height: 1;
    padding: 13px 0;
    text-align: center;
    background: #790f28;
    color: #fff;
  }

  .after-service__about .after-service__about__item__link::after {
    width: 5px;
    height: 5px;
    border: 2px solid transparent;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
  }

  .after-service__button {
    width: 100%;
    display: block;
    margin: 6px auto 100px;
  }

  .after-service__purpose .after-service__purpose__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px auto 0;
  }

  .after-service__purpose .after-service__purpose__item {
    width: calc((100% - 40px) / 3);
  }

  .after-service__purpose .after-service__purpose__item + .after-service__purpose__item {
    margin-left: 20px;
  }

  .after-service__purpose .after-service__purpose__item:nth-of-type(4n) {
    margin-left: 0;
  }

  .after-service__purpose .after-service__purpose__item:nth-of-type(n+4) {
    margin-top: 22px;
  }

  .after-service__purpose .after-service__purpose__linktext {
    font-size: 18px;
    line-height: 1;
    padding: 22px 0;
  }

  .after-service__purpose .after-service__purpose__linktext::after {
    top: 50%;
    right: 18px;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border: 2px solid transparent;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  .after-service__mind {
    margin: 102px auto 0;
    border-top: 1px solid #d3d3d3;
    padding: 95px 0 0;
  }

  .after-service__mind .after-service__mind__hdg {
    font-size: 31px;
    line-height: 1.48387;
    text-align: center;
  }

  .after-service__mind .after-service__mind__about {
    margin: 45px auto 0;
    padding-right: 305px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url("/images/after-service/top/img01.png");
    background-size: 21.1%;
    background-repeat: no-repeat;
    background-position: 96% center;
  }

  .after-service__mind .after-service__mind__about__hdg {
    font-size: 24px;
    line-height: 1.375;
  }

  .after-service__mind .after-service__mind__about__text {
    font-size: 16px;
    line-height: 1.875;
  }

  .after-service__mind .after-service__mind__about__hdg + .after-service__mind__about__text {
    margin: 25px auto 0;
  }

  .after-service__introduction {
    margin: 55px auto 0;
    padding: 55px 0 0;
    border-top: 1px solid #e8e8e8;
    font-size: 0;
  }

  .after-service__introduction .after-service__introduction__lead {
    text-align: center;
    width: 100%;
    font-size: 20px;
    line-height: 1.75;
  }

  .after-service__introduction .after-service__introduction__table {
    margin: 50px auto 0;
  }

  .after-service__introduction .after-service__introduction__logos {
    width: 623px;
    display: block;
    margin: 55px auto 0;
  }

  .after-service__introduction .after-service__introduction__text {
    text-align: left;
    font-size: 16px;
    line-height: 1.875;
    margin: 45px auto 0;
  }

  .after-service__general-button {
    margin: 50px auto 100px;
  }
}