.detail__container, .about__container, .info__container, .mv__hdg {
  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) {
  .detail__container, .about__container, .info__container, .mv__hdg {
    max-width: 89.3333333333vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.detail__table-linktxt, .detail__table-formlink, .detail__link, .detail__contact-link, .about__link, .info__link {
  color: inherit;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media (hover: hover) {
  .detail__table-linktxt:hover, .detail__table-formlink:hover, .detail__link:hover, .detail__contact-link:hover, .about__link:hover, .info__link:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .detail__link, .detail__contact-link, .about__link, .info__link {
    max-width: 375px;
  }
}

.detail__link, .detail__contact-link, .about__link, .info__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) {
  .detail__link, .detail__contact-link, .about__link, .info__link {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 375px) {
  .detail__link, .detail__contact-link, .about__link, .info__link {
    padding-top: 8.8vw;
    padding-bottom: 9.0666666667vw;
    font-size: 4.2666666667vw;
  }
}
.detail__link::before, .detail__contact-link::before, .about__link::before, .info__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) {
  .detail__link::before, .detail__contact-link::before, .about__link::before, .info__link::before {
    background-image: url(/common/images/sp/btn_icon_arrow.png);
    width: 40px;
    background-size: 21px;
  }
}
@media screen and (max-width: 375px) {
  .detail__link::before, .detail__contact-link::before, .about__link::before, .info__link::before {
    width: 10.6666666667vw;
    background-size: 5.6vw;
  }
}

.detail__hdg {
  padding-bottom: 4px;
  min-height: 70px;
  border-radius: 500px;
  background-image: linear-gradient(to left, #4a3e23, #74633c 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .detail__hdg {
    min-height: 125px;
    font-size: 2.5rem;
    line-height: 1.62;
    text-align: center;
    border-radius: 0;
  }
}
@media screen and (max-width: 375px) {
  .detail__hdg {
    font-size: 6.6666666667vw;
  }
}

.detail__table {
  border-spacing: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .detail__table {
    width: 100%;
  }
}

.detail__table {
  font-size: 1.6rem;
  font-weight: 500;
  color: #665b3d;
  line-height: 1.8125;
}
@media screen and (max-width: 768px) {
  .detail__table {
    line-height: 1.6875;
  }
}

.detail__table-ttl {
  vertical-align: top;
  position: relative;
}
@media screen and (max-width: 768px) {
  .detail__table-ttl {
    width: 100%;
    min-width: 0;
    display: block;
  }
}
.detail__table-ttl::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 4px);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  border-radius: 10px;
  background-color: #fff1cd;
}
@media screen and (max-width: 768px) {
  .detail__table-ttl::before {
    height: 100%;
  }
}

.detail__table-data {
  border-top: 2px solid #fff1cd;
}
@media screen and (max-width: 768px) {
  .detail__table-data {
    width: 100%;
    display: block;
    border-top: none;
  }
}

@media screen and (min-width: 769px) {
  .detail__table-data--last {
    border-bottom: 2px solid #fff1cd;
  }
}

.mv__hdg {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mv__hdg {
    max-width: 100%;
  }
}
.mv__hdg::before {
  content: "";
  display: block;
  width: 100vw;
  height: 201px;
  position: absolute;
  right: calc(50% + 72px);
  bottom: 130px;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.9);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media screen and (max-width: 768px) {
  .mv__hdg::before {
    content: none;
  }
}

/* mv:start */
.mv__container {
  background-image: url(/contact/images/pc/mv_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mv__container {
    background-image: url(/contact/images/sp/mv_bg.jpg);
  }
}
.mv__hdg::before {
  right: calc(50% + 72px);
}

/* mv:end */
/* info:start */
.info__container {
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .info__container {
    padding-top: 50px;
  }
}
.info__txt {
  margin-bottom: 30px;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.8181818182;
  text-align: center;
  color: #665b3d;
}
@media screen and (max-width: 768px) {
  .info__txt {
    margin-bottom: 22px;
    line-height: 1.7045454545;
  }
}
@media screen and (max-width: 375px) {
  .info__txt {
    font-size: 5.8666666667vw;
  }
}
.info__link {
  padding-left: 16px;
  width: 390px;
}
@media screen and (min-width: 769px) {
  .info__link {
    padding-top: 35px;
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 768px) {
  .info__link {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .info__link {
    height: 22.1333333333vw;
  }
}

/* info:end */
/* about:start */
.about__container {
  background-color: #fff;
}
.about__contents {
  margin-top: 50px;
  margin-bottom: 80px;
  padding: 36px 40px 40px;
  border-radius: 10px;
  border: 1px solid red;
  font-size: 1.8rem;
  line-height: 1.7222222222;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .about__contents {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 25px 20px;
    font-size: 1.6rem;
    line-height: 1.6875;
  }
}
.about__hdg {
  margin-bottom: 22px;
  padding-left: 42px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ff0000;
  position: relative;
  min-height: 30px;
}
@media screen and (max-width: 768px) {
  .about__hdg {
    margin-top: 3px;
    margin-bottom: 14px;
    padding-left: 40px;
    min-height: 0;
    font-size: 1.6rem;
    line-height: 1;
  }
}
@media screen and (max-width: 375px) {
  .about__hdg {
    line-height: 1.2;
  }
}
.about__hdg::before {
  content: "";
  display: block;
  width: 30px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/contact/images/about_icon_caution.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .about__hdg::before {
    top: 50%;
    transform: translateY(-50%);
  }
}
.about__txt--red {
  color: #ff0000;
}
.about__link {
  margin-top: 28px;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 18px;
  width: 530px;
  min-height: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #333333;
  letter-spacing: normal;
  background-color: #fff1cd;
}
@media screen and (max-width: 768px) {
  .about__link {
    margin-top: 20px;
    padding-left: 25px;
    width: 100%;
    height: 79px;
    align-items: flex-start;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
  }
}
@media screen and (max-width: 375px) {
  .about__link {
    padding-left: 6.6666666667vw;
  }
}
@media screen and (max-width: 375px) {
  .about__link {
    height: 21.0666666667vw;
    font-size: 4.2666666667vw;
  }
}
.about__link::before {
  width: 51px;
  background-image: url(/contact/images/about_icon_btn.png);
  background-size: 32px;
}
@media screen and (max-width: 768px) {
  .about__link::before {
    width: 49px;
    background-size: 29px;
  }
}
@media screen and (max-width: 375px) {
  .about__link::before {
    width: 13.0666666667vw;
    background-size: 7.7333333333vw;
  }
}
.about__case {
  margin-bottom: -6px;
}
.about__case-item + .about__case-item {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .about__case-item + .about__case-item {
    margin-top: 8px;
  }
}
.about__case-ttl {
  margin-bottom: 6px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .about__case-ttl {
    margin-bottom: 2px;
    text-indent: -1em;
    padding-left: 1em;
  }
}
.about__case-txt {
  padding-left: 1em;
}

/* about:end */
.detail__contact-link, .detail__link {
  padding-left: 5px;
  min-height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .detail__contact-link, .detail__link {
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    min-height: 83px;
  }
}
@media screen and (max-width: 375px) {
  .detail__contact-link, .detail__link {
    min-height: 22.1333333333vw;
  }
}

.detail__contact-link, .detail__link {
  padding-top: 21px;
  padding-bottom: 22px;
  padding-right: 4px;
}
@media screen and (max-width: 375px) {
  .detail__contact-link, .detail__link {
    padding-top: 5.6vw;
    padding-bottom: 5.8666666667vw;
    padding-right: 1.0666666667vw;
  }
}

/* detail:start */
.detail__container {
  padding-top: 20px;
  padding-bottom: 80px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .detail__container {
    padding-bottom: 40px;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .detail__contents {
    margin-left: auto;
    margin-right: auto;
    max-width: 89.3333333333vw;
  }
}
.detail__hdg-txt {
  margin-top: 36px;
  font-size: 1.8rem;
  line-height: 2.2222222222;
  font-weight: 500;
  color: #665b3d;
}
@media screen and (max-width: 768px) {
  .detail__hdg-txt {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 89.3333333333vw;
    font-size: 1.6rem;
    line-height: 2.1875;
  }
}
.detail__servicelist {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .detail__servicelist {
    margin-top: 2px;
  }
}
.detail__servicelist-item {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .detail__servicelist-item {
    width: 100%;
    margin-top: 10px;
  }
}
.detail__link-box {
  margin-top: 34px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .detail__link-box {
    margin-top: 16px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .detail__links-item {
    width: 100%;
  }
  .detail__links-item:not(:first-child) {
    margin-top: 10px;
  }
}
.detail__link {
  width: 490px;
}
@media screen and (max-width: 768px) {
  .detail__link {
    width: 100%;
    flex-wrap: wrap;
  }
}
.detail__link-2ltxt {
  padding-right: 26px;
}
@media screen and (max-width: 768px) {
  .detail__link-2ltxt {
    padding-right: 0;
    width: 100%;
  }
}
.detail__contact-link {
  margin-left: auto;
  margin-right: auto;
  width: 510px;
}
@media screen and (max-width: 768px) {
  .detail__contact-link {
    width: 100%;
  }
}
.detail__table {
  margin-top: 28px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .detail__table {
    margin-top: 52px;
    margin-bottom: 60px;
  }
}
.detail__table-ttl {
  padding-top: 34px;
  padding-left: 30px;
  padding-right: 30px;
  min-width: 320px;
  font-weight: 500;
  color: #102b5d;
}
@media screen and (max-width: 768px) {
  .detail__table-ttl {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 0;
  }
}
.detail__table-data {
  padding-top: 34px;
  padding-bottom: 34px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .detail__table-data {
    padding-top: 18px;
    padding-bottom: 36px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.detail__table-note {
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .detail__table-note {
    margin-top: 8px;
  }
}
.detail__datalist dt {
  margin-right: 6px;
  display: inline-block;
  min-width: 3em;
}
@media screen and (max-width: 768px) {
  .detail__datalist dt {
    margin-right: 16px;
  }
}
.detail__data-item {
  display: flex;
}
.detail__table-formlink {
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  display: inline-block;
  border-bottom: 1px solid #bd4c08;
  line-height: 1;
  color: #bd4c08;
}

/* detail:end */