@charset "UTF-8";
/****************************************************
 * Stylesheet ページ：Contact
 ****************************************************/
@media only screen and (min-width: 781px) {
  .contact_link ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 781px) {
  .contact_link ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 18rem;
  }
  .contact_link ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .contact_link ul li {
    margin-bottom: 6rem;
  }
}
@media only screen and (min-width: 781px) {
  .contact_link ul li .content {
    max-width: 33.3rem;
    margin: 0 auto 0 0;
  }
}
.contact_link ul li .content h3 {
  margin-bottom: 2em;
  font-size: 1.6rem;
  line-height: 1.8;
}
.contact_link ul li .content p {
  margin-bottom: 2.4em;
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: justify;
}
.contact_link ul li .content .btn .btn01 {
  max-width: 21.5rem;
  font-family: "HelveticaNowText-Regular", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
}
.contact_link ul li .content .btn .btn01 b, .contact_link ul li .content .btn .btn01 strong {
  font-family: "HelveticaNowText-Bold", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
}

.request_information {
  margin-bottom: 9rem;
}
@media only screen and (max-width: 780px) {
  .request_information {
    margin-bottom: 6rem;
  }
}
.request_information .box {
  width: 100%;
  max-width: 76.8rem;
  margin: 0 auto;
  padding: 3rem;
  border: solid 1px #a8a8a8;
}
@media only screen and (min-width: 781px) {
  .request_information .box {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media only screen and (min-width: 781px) {
  .request_information .box .text {
    width: 47.5%;
  }
}
@media only screen and (max-width: 780px) {
  .request_information .box .text {
    margin-bottom: 3rem;
  }
}
.request_information .box .text h3 {
  margin-bottom: 1.25em;
  font-size: 1.6rem;
}
.request_information .box .text p {
  margin-bottom: 2.4em;
  font-size: 1.4rem;
  line-height: 1.7;
}
.request_information .box .text .btn .btn01 {
  max-width: 21.5rem;
  font-family: "HelveticaNowText-Regular", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
}
.request_information .box .text .btn .btn01 b, .request_information .box .text .btn .btn01 strong {
  font-family: "HelveticaNowText-Bold", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
}
@media only screen and (min-width: 781px) {
  .request_information .box .img {
    width: 47%;
  }
}

.contact_tel {
  margin-bottom: 27rem;
}
@media only screen and (max-width: 780px) {
  .contact_tel {
    margin-bottom: 10rem;
  }
}
.contact_tel .box {
  width: 100%;
  max-width: 76.8rem;
  margin: 0 auto;
  border: solid 1px #a8a8a8;
}
@media only screen and (min-width: 781px) {
  .contact_tel .box {
    padding: 5rem;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media only screen and (max-width: 780px) {
  .contact_tel .box {
    padding: 3rem;
  }
}
.contact_tel .box h3 {
  font-size: 1.6rem;
}
@media only screen and (min-width: 781px) {
  .contact_tel .box h3 {
    width: 22rem;
  }
}
@media only screen and (max-width: 780px) {
  .contact_tel .box h3 {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 781px) {
  .contact_tel .box .tel_num {
    width: calc(100% - 22rem);
  }
}
.contact_tel .box .tel_num ul li {
  margin-bottom: 0.5em;
  font-size: 1.4rem;
}
.contact_tel .box .tel_num ul li a span {
  font-family: "AGaramondPro-Regular", "Yu Mincho Medium", "Yu Mincho", "YuMincho", "Noto Serif JP", "Hiragino Mincho ProN", "MS Mincho", serif;
}
.contact_tel .box .tel_num ul li a span b, .contact_tel .box .tel_num ul li a span strong {
  font-family: "AGaramondPro-Bold", "Yu Mincho Medium", "Yu Mincho", "YuMincho", "Noto Serif JP", "Hiragino Mincho ProN", "MS Mincho", serif;
}
.contact_tel .box .tel_num ul li a span {
  font-size: 2.14em;
}
.contact_tel .box .tel_num p {
  font-size: 1.2rem;
  line-height: 1.8;
}
