.info__contents, .support__linklist, .about__contents {
  box-sizing: content-box !important;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .info__contents, .support__linklist, .about__contents {
    max-width: 89.3333333333vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.related__link, .info__link, .support__caution-link, .support__list-link, .support__list-link--start, .support__list-link--merit, .support__list-link--apply, .support__list-link--procedure, .support__list-link--faq, .support__list-link--emergency, .support__list-link--contact, .mv__list-link, .mv__list-link--close, .mv__list-link--contact, .safety__link {
  color: inherit;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media (hover: hover) {
  .related__link:hover, .info__link:hover, .support__caution-link:hover, .support__list-link:hover, .support__list-link--start:hover, .support__list-link--merit:hover, .support__list-link--apply:hover, .support__list-link--procedure:hover, .support__list-link--faq:hover, .support__list-link--emergency:hover, .support__list-link--contact:hover, .mv__list-link:hover, .mv__list-link--close:hover, .mv__list-link--contact:hover, .safety__link:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .related__link, .support__list-link, .support__list-link--start, .support__list-link--merit, .support__list-link--apply, .support__list-link--procedure, .support__list-link--faq, .support__list-link--emergency, .support__list-link--contact, .mv__linklist-txt, .mv__linklist-txt--close, .mv__linklist-txt--contact, .safety__link {
    max-width: 375px;
  }
}

.safety__link {
  padding-top: 33px;
  padding-bottom: 34px;
  padding-right: 20px;
  display: block;
  background-color: #ee8100;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .safety__link {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 375px) {
  .safety__link {
    padding-top: 8.8vw;
    padding-bottom: 9.0666666667vw;
    font-size: 4.2666666667vw;
  }
}
.safety__link::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(/common/images/pc/btn_icon_arrow.png);
  width: 45px;
  background-size: 26px;
}
@media screen and (max-width: 768px) {
  .safety__link::before {
    background-image: url(/common/images/sp/btn_icon_arrow.png);
    width: 40px;
    background-size: 21px;
  }
}
@media screen and (max-width: 375px) {
  .safety__link::before {
    width: 10.6666666667vw;
    background-size: 5.6vw;
  }
}

.related__linklist, .support__linklist {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .related__linklist, .support__linklist {
    flex-wrap: wrap;
  }
}

.support__list-link, .support__list-link--start, .support__list-link--merit, .support__list-link--apply, .support__list-link--procedure, .support__list-link--faq, .support__list-link--emergency, .support__list-link--contact {
  z-index: 1;
}
.support__list-link::before, .support__list-link--start::before, .support__list-link--merit::before, .support__list-link--apply::before, .support__list-link--procedure::before, .support__list-link--faq::before, .support__list-link--emergency::before, .support__list-link--contact::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: left center;
}

.related__link {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.related__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  mask-image: url(/top/images/cont_icon_blank.png);
  mask-position: right center;
  mask-repeat: no-repeat;
}

.mv__list-link--contact, .mv__list-link--close, .mv__list-link {
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% 100%;
}

.mv__linklist-txt--contact, .mv__linklist-txt--close, .mv__linklist-txt {
  position: relative;
  font-size: 2.2rem;
  font-weight: 500;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
}
@media screen and (max-width: 375px) {
  .mv__linklist-txt--contact, .mv__linklist-txt--close, .mv__linklist-txt {
    font-size: 5.8666666667vw;
  }
}
.mv__linklist-txt--contact::before, .mv__linklist-txt--close::before, .mv__linklist-txt::before {
  content: "";
  display: block;
  margin-left: 30px;
  margin-right: 18px;
  width: 77px;
  height: 130px;
  background-image: url(/top/images/pc/mv_icon_btn01.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .mv__linklist-txt--contact::before, .mv__linklist-txt--close::before, .mv__linklist-txt::before {
    margin-left: 20px;
    margin-right: 0;
    width: 80px;
    height: 90px;
    background-image: url(/top/images/sp/mv_icon_btn01.png);
    background-position: left center;
    background-size: 80px;
  }
}
@media screen and (max-width: 375px) {
  .mv__linklist-txt--contact::before, .mv__linklist-txt--close::before, .mv__linklist-txt::before {
    margin-left: 5.3333333333vw;
    width: 21.3333333333vw;
    height: 24vw;
    background-size: 21.3333333333vw;
  }
}
.mv__linklist-txt--contact::after, .mv__linklist-txt--close::after, .mv__linklist-txt::after {
  content: "";
  margin-left: 30px;
  display: block;
  width: 19px;
  height: 19px;
  mask-image: url(/top/images/cont_icon_blank.png);
  mask-size: 19px 19px;
  mask-position: right center;
  mask-repeat: no-repeat;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .mv__linklist-txt--contact::after, .mv__linklist-txt--close::after, .mv__linklist-txt::after {
    margin-right: 20px;
    margin-left: auto;
    mask-size: 18px 18px;
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 375px) {
  .mv__linklist-txt--contact::after, .mv__linklist-txt--close::after, .mv__linklist-txt::after {
    margin-right: 5.3333333333vw;
    mask-size: 4.8vw 4.8vw;
    width: 4.8vw;
    height: 4.8vw;
  }
}

/* mv:start */
.mv {
  position: relative;
}
.mv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0 0 18px 0 rgba(74, 62, 35, 0.16);
}
@media screen and (max-width: 768px) {
  .mv::before {
    box-shadow: 0 0 9px 0 rgba(74, 62, 35, 0.16);
  }
}
.mv__container {
  position: relative;
  max-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-image: url(/top/images/pc/mv_img.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .mv__container {
    max-height: none;
    background-image: url(/top/images/sp/mv_img.jpg);
    background-size: 100% auto;
  }
}
.mv__hdg {
  width: 1366px;
  max-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .mv__hdg {
    width: 100%;
    max-height: none;
  }
}
.mv__hdg-img {
  width: 100%;
}
.mv__linklist {
  width: 100%;
  max-width: 1120px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mv__linklist {
    position: static;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    flex-wrap: wrap;
    transform: none;
  }
}
.mv__linklist-item {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .mv__linklist-item {
    width: 100%;
  }
}
.mv__linklist-item--contact {
  width: 320px;
}
@media screen and (max-width: 768px) {
  .mv__linklist-item--contact {
    width: 100%;
  }
}
.mv__list-link {
  background-image: url(/top/images/pc/mv_img_btnbg-open.jpg);
}
@media screen and (max-width: 768px) {
  .mv__list-link {
    background-image: url(/top/images/sp/mv_img_btnbg-open.jpg), url(/top/images/sp/mv_img_btnbg-open.jpg);
    background-position: left center, left bottom;
  }
}
.mv__list-link--close {
  background-image: url(/top/images/pc/mv_img_btnbg-close.jpg);
}
@media screen and (max-width: 768px) {
  .mv__list-link--close {
    background-image: url(/top/images/sp/mv_img_btnbg-close.jpg);
  }
}
.mv__list-link--contact {
  background-image: url(/top/images/pc/mv_img_btnbg-contact.jpg);
}
@media screen and (max-width: 768px) {
  .mv__list-link--contact {
    background-image: url(/top/images/sp/mv_img_btnbg-contact.jpg);
  }
}
.mv__linklist-txt {
  color: #fff;
}
.mv__linklist-txt--small {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mv__linklist-txt--small {
    margin-top: 2px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 375px) {
  .mv__linklist-txt--small {
    font-size: 4.5333333333vw;
  }
}
.mv__linklist-txt--close {
  color: #fff;
}
.mv__linklist-txt--close::before {
  background-image: url(/top/images/pc/mv_icon_btn02.png);
}
@media screen and (max-width: 768px) {
  .mv__linklist-txt--close::before {
    background-image: url(/top/images/sp/mv_icon_btn02.png);
  }
}
.mv__linklist-txt--contact {
  color: #333333;
}
.mv__linklist-txt--contact::before {
  background-image: url(/top/images/pc/mv_icon_btn03.png);
}
@media screen and (max-width: 768px) {
  .mv__linklist-txt--contact::before {
    background-image: url(/top/images/sp/mv_icon_btn03.png);
  }
}
.mv__linklist-txt--contact::after {
  background-color: #333;
}

/* mv:end */
.about__detail-item--denki, .about__detail-item {
  padding-top: 176px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 32px;
  width: 490px;
  border-radius: 20px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  background-image: url(/top/images/pc/about_img_01.png);
}
@media screen and (max-width: 768px) {
  .about__detail-item--denki, .about__detail-item {
    padding-top: 136px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    border-radius: 15px;
    background-size: 335px;
    background-image: url(/top/images/sp/about_img_01.png);
  }
}

/* about:start */
.about__container {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #faf7ef;
}
@media screen and (max-width: 768px) {
  .about__container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.about__contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about__hdg {
  font-size: 3.8rem;
  color: #665b3d;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .about__hdg {
    font-size: 2.9rem;
    text-align: center;
  }
}
@media screen and (max-width: 375px) {
  .about__hdg {
    font-size: 7.7333333333vw;
  }
}
.about__lead {
  margin-top: 22px;
  font-size: 2.6rem;
  color: #665b3d;
  font-weight: 500;
  line-height: 1.5384615385;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about__lead {
    margin-top: 18px;
    font-size: 2rem;
    line-height: 2;
  }
}
@media screen and (max-width: 375px) {
  .about__lead {
    margin-top: 4.8vw;
    font-size: 5.3333333333vw;
  }
}
.about__detail {
  margin-top: 60px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .about__detail {
    margin-top: 30px;
    flex-wrap: wrap;
  }
}
.about__detail-item--denki {
  background-image: url(/top/images/pc/about_img_02.png);
}
@media screen and (max-width: 768px) {
  .about__detail-item--denki {
    margin-top: 5.3333333333vw;
    background-image: url(/top/images/sp/about_img_02.png);
  }
}
.about__detail-ttl {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #665b3d;
}
@media screen and (max-width: 768px) {
  .about__detail-ttl {
    font-size: 2.6rem;
    letter-spacing: normal;
  }
}
.about__detail-txt {
  margin-top: 28px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .about__detail-txt {
    margin-top: 22px;
    margin-bottom: -4px;
    font-size: 1.4rem;
    line-height: 2;
  }
}
.about__company {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .about__company {
    font-size: 1.2rem;
  }
}
.about__company-data {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .about__company-data {
    width: 100%;
  }
}

/* about:end */
.support__list-link--contact, .support__list-link--emergency, .support__list-link--faq, .support__list-link--procedure, .support__list-link--apply, .support__list-link--merit, .support__list-link--start, .support__list-link {
  padding-top: 116px;
  padding-bottom: 30px;
  padding-right: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-radius: 10px;
  background-color: #fff1cd;
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  background-image: url(/top/images/pc/service_img_01.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .support__list-link--contact, .support__list-link--emergency, .support__list-link--faq, .support__list-link--procedure, .support__list-link--apply, .support__list-link--merit, .support__list-link--start, .support__list-link {
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 85px;
    padding-right: 30px;
    align-items: flex-start;
    min-height: 79px;
    border-radius: 10px;
    font-size: 1.6rem;
    text-align: left;
    background-position: left center;
    background-size: 69px;
    background-image: url(/top/images/sp/service_img_01.png);
  }
}
@media screen and (max-width: 375px) {
  .support__list-link--contact, .support__list-link--emergency, .support__list-link--faq, .support__list-link--procedure, .support__list-link--apply, .support__list-link--merit, .support__list-link--start, .support__list-link {
    padding-top: 3.2vw;
    padding-bottom: 3.2vw;
    padding-left: 22.6666666667vw;
    padding-right: 8vw;
    background-size: 18.4vw;
    font-size: 4.2666666667vw;
    min-height: 21.0666666667vw;
  }
}
.support__list-link--contact::before, .support__list-link--emergency::before, .support__list-link--faq::before, .support__list-link--procedure::before, .support__list-link--apply::before, .support__list-link--merit::before, .support__list-link--start::before, .support__list-link::before {
  width: 44px;
  background-size: 25px;
  background-image: url(/top/images/pc/support_icon_arrow.png);
}
@media screen and (max-width: 768px) {
  .support__list-link--contact::before, .support__list-link--emergency::before, .support__list-link--faq::before, .support__list-link--procedure::before, .support__list-link--apply::before, .support__list-link--merit::before, .support__list-link--start::before, .support__list-link::before {
    width: 37px;
    background-size: 17px;
    background-image: url(/top/images/sp/support_icon_arrow.png);
  }
}
@media screen and (max-width: 375px) {
  .support__list-link--contact::before, .support__list-link--emergency::before, .support__list-link--faq::before, .support__list-link--procedure::before, .support__list-link--apply::before, .support__list-link--merit::before, .support__list-link--start::before, .support__list-link::before {
    width: 9.8666666667vw;
    background-size: 4.5333333333vw;
  }
}

/* support:start */
.support__container {
  padding-bottom: 80px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .support__container {
    padding-bottom: 60px;
  }
}
.support__contents {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .support__contents {
    padding-top: 60px;
  }
}
.support__contents.customer {
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  .support__contents.customer {
    padding-top: 60px;
  }
}
.support__hdg {
  min-height: 25.6222547584vw;
  position: relative;
  background-image: url(/top/images/pc/service_img_hdg.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
@media screen and (max-width: 1366px) {
  .support__hdg {
    min-height: 350px;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .support__hdg {
    background-image: url(/top/images/sp/service_img_hdg.jpg);
    min-height: 0;
    height: 235px;
    background-position: left top;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 375px) {
  .support__hdg {
    height: 62.6666666667vw;
    background-size: 100% auto;
  }
}
.customer .support__hdg {
  background-image: url(/top/images/pc/customer_img_hdg.jpg);
}
@media screen and (max-width: 768px) {
  .customer .support__hdg {
    background-image: url(/top/images/sp/customer_img_hdg.jpg);
    background-size: auto 237px;
  }
}
@media screen and (max-width: 375px) {
  .customer .support__hdg {
    background-size: auto 63.2vw;
  }
}
.support__hdg-txt {
  padding-top: 87px;
  padding-bottom: 89px;
  padding-left: 148px;
  font-size: 4.4rem;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  display: block;
  width: calc(50% + 70px);
  position: absolute;
  left: calc(50% - 70px);
  bottom: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .support__hdg-txt {
    padding-top: 38px;
    padding-bottom: 42px;
    padding-left: 40px;
    font-size: 2.4rem;
    letter-spacing: 0.08em;
    left: auto;
    right: 0;
    width: 78.6666666667vw;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}
@media screen and (max-width: 375px) {
  .support__hdg-txt {
    padding-top: 10.1333333333vw;
    padding-bottom: 11.2vw;
    font-size: 6.4vw;
  }
}
.support__hdg-txt::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/top/images/pc/support_img_hdgbase.jpg);
  background-size: 100% 100%;
  opacity: 0.5;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .support__hdg-txt::before {
    background-image: url(/top/images/sp/support_img_hdgbase.jpg);
  }
}
.support__hdg-caution {
  padding-left: 34px;
  position: absolute;
  left: 50px;
  bottom: 62px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .support__hdg-caution {
    padding-right: 20px;
    font-size: 1.6rem;
    line-height: 1.46875;
    left: 20px;
    top: 66px;
    bottom: auto;
  }
}
@media screen and (max-width: 375px) {
  .support__hdg-caution {
    padding-right: 5.3333333333vw;
    font-size: 4.2666666667vw;
    left: 5.3333333333vw;
    top: 17.6vw;
  }
}
.support__hdg-caution::before {
  content: "";
  width: 22px;
  height: 21px;
  background-image: url(/top/images/about_icon_caution.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .support__hdg-caution::before {
    top: 0.15em;
    transform: translateY(0);
  }
}
@media screen and (max-width: 375px) {
  .support__hdg-caution::before {
    width: 5.8666666667vw;
    height: 5.6vw;
  }
}
.support__caution-link {
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  display: inline-block;
  border-bottom: 1px solid #bd4c08;
  font-weight: bold;
  line-height: 1;
  color: #bd4c08;
}
.support__hdg-txtitem {
  font-size: inherit;
  font-weight: inherit;
}
.support .customer .support__hdg-txt {
  padding-top: 61px;
  padding-bottom: 115px;
}
@media screen and (max-width: 768px) {
  .support .customer .support__hdg-txt {
    padding-top: 30px;
    padding-bottom: 85px;
  }
}
@media screen and (max-width: 375px) {
  .support .customer .support__hdg-txt {
    padding-top: 8vw;
    padding-bottom: 22.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .support .customer .support__hdg {
    height: 268px;
  }
}
@media screen and (max-width: 375px) {
  .support .customer .support__hdg {
    height: 71.4666666667vw;
  }
}
.support__linklist {
  margin-top: 40px;
  width: 100%;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .support__linklist {
    margin-top: 30px;
  }
}
.support__linklist-item {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .support__linklist-item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .support__linklist-item:not(:first-child) {
    margin-top: 2.6666666667vw;
  }
}
.support__list-link--start {
  background-image: url(/top/images/pc/service_img_02.png);
}
@media screen and (max-width: 768px) {
  .support__list-link--start {
    background-image: url(/top/images/sp/service_img_02.png);
  }
}
.support__list-link--merit {
  background-image: url(/top/images/pc/service_img_03.png);
}
@media screen and (max-width: 768px) {
  .support__list-link--merit {
    background-image: url(/top/images/sp/service_img_03.png);
  }
}
.support__list-link--apply {
  background-image: url(/top/images/pc/service_img_04.png);
}
@media screen and (max-width: 768px) {
  .support__list-link--apply {
    background-image: url(/top/images/sp/service_img_04.png);
  }
}
.support__list-link--procedure {
  background-image: url(/top/images/pc/customer_img_01.png);
}
@media screen and (max-width: 768px) {
  .support__list-link--procedure {
    background-image: url(/top/images/sp/customer_img_01.png);
  }
}
.support__list-link--faq {
  background-image: url(/top/images/pc/customer_img_02.png);
}
@media screen and (max-width: 768px) {
  .support__list-link--faq {
    background-image: url(/top/images/sp/customer_img_02.png);
  }
}
.support__list-link--emergency {
  background-image: url(/top/images/pc/customer_img_03.png);
}
@media screen and (max-width: 768px) {
  .support__list-link--emergency {
    background-image: url(/top/images/sp/customer_img_03.png);
  }
}
.support__list-link--contact {
  background-image: url(/top/images/pc/customer_img_04.png);
}
@media screen and (max-width: 768px) {
  .support__list-link--contact {
    background-image: url(/top/images/sp/customer_img_04.png);
  }
}

/* support:end */
/* info:start */
.info__container {
  padding-top: 120px;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .info__container {
    padding-top: 60px;
  }
}
.info__contents {
  display: flex;
}
@media screen and (max-width: 768px) {
  .info__contents {
    flex-direction: column;
  }
}
.info__hdg {
  padding-top: 55px;
  padding-right: 92px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: 3.2rem;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1;
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .info__hdg {
    padding-top: 23px;
    padding-bottom: 25px;
    padding-right: 0;
    width: 252px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 375px) {
  .info__hdg {
    width: 67.2vw;
    padding-top: 6.1333333333vw;
    padding-bottom: 6.6666666667vw;
    font-size: 6.9333333333vw;
  }
}
.info__hdg::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background-image: url(/top/images/pc/info_img_hdg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .info__hdg::before {
    background-image: url(/top/images/sp/info_img_hdg.jpg);
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}
.info__list {
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  height: 570px;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .info__list {
    margin-top: 2.6666666667vw;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 15px;
    height: auto;
    max-height: 470px;
  }
}
@supports not selector(::-webkit-scrollbar) {
  .info__list {
    scrollbar-width: thin;
    scrollbar-color: #ee8100 #dddddd;
  }
}
.info__list::-webkit-scrollbar {
  width: 10px;
}
.info__list::-webkit-scrollbar-thumb {
  background-color: #ee8100;
  border-radius: 5px;
}
.info__list::-webkit-scrollbar-track {
  background-color: #dcdcdc;
  border-radius: 5px;
}
.info__list-item {
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 2px solid #dddddd;
}
@media screen and (max-width: 768px) {
  .info__list-item {
    padding-top: 10px;
    padding-bottom: 12px;
  }
}
.info__date {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .info__date {
    font-size: 1.4rem;
  }
}
.info__txt {
  margin-top: 6px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.08em;
  color: #665b3d;
}
@media screen and (max-width: 768px) {
  .info__txt {
    margin-top: 0;
    font-size: 1.4rem;
  }
}

/* info:end */
/* safety:start */
.safety {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .safety {
    padding-top: 60px;
  }
}
.safety__container {
  background-image: url(/top/images/pc/safety_img_base.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media screen and (max-width: 1366px) {
  .safety__container {
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .safety__container {
    background-image: url(/top/images/sp/safety_img_base.jpg);
  }
}
.safety__contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .safety__contents {
    justify-content: flex-start;
  }
}
.safety__basearea {
  width: 81.9912152269vw;
}
@media screen and (max-width: 1366px) {
  .safety__basearea {
    width: 1120px;
  }
}
@media screen and (max-width: 768px) {
  .safety__basearea {
    width: 100%;
  }
}
.safety__content {
  position: absolute;
}
.safety__link {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 390px;
  position: absolute;
  left: 182px;
  bottom: 53px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .safety__link {
    padding-top: 12px;
    padding-bottom: 12px;
    width: 89.3333333333vw;
    top: 36.9333333333vw;
    left: 50%;
    bottom: auto;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 375px) {
  .safety__link {
    padding-top: 3.3333333333vw;
    padding-bottom: 3.3333333333vw;
  }
}

/* safety:end */
/* related:start */
.related__container {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .related__container {
    padding-top: 60px;
  }
}
.related__contents {
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 60px;
  max-width: 1286px;
  width: 94.1434846266%;
  border-radius: 20px;
  background-color: #faf7ef;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .related__contents {
    padding-top: 32px;
    padding-bottom: 40px;
    width: 89.3333333333vw;
    border-radius: 15px;
  }
}
.related__hdg {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #665b3d;
}
@media screen and (max-width: 768px) {
  .related__hdg {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 375px) {
  .related__hdg {
    font-size: 6.9333333333vw;
  }
}
.related__linklist {
  margin-top: 45px;
  width: 1000px;
}
@media screen and (max-width: 768px) {
  .related__linklist {
    margin-top: 25px;
    justify-content: center;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .related__linklist-item:not(:first-child) {
    margin-top: 15px;
  }
}
.related__link {
  padding-top: 18px;
  padding-bottom: 20px;
  display: block;
  width: 326px;
  border-radius: 10px;
  border: 2px solid #ee8100;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .related__link {
    padding-top: 16px;
    padding-bottom: 16px;
    width: 78.6666666667vw;
    border-width: 2px;
    border-radius: 10px;
  }
}
.related__link::before {
  content: "";
  right: 18px;
  mask-size: 19px 19px;
  background-color: #ee8100;
}
@media screen and (max-width: 768px) {
  .related__link::before {
    right: 2.1333333333vw;
    mask-size: 18px;
  }
}
.related__txt {
  padding-right: 33px;
  color: #333333;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .related__txt {
    padding-right: 20px;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 375px) {
  .related__txt {
    padding-right: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.related__txt--small {
  margin-bottom: 8px;
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .related__txt--small {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 375px) {
  .related__txt--small {
    font-size: 3.7333333333vw;
  }
}

/* related:end */