@charset "UTF-8";
.newDesign {
  /**.form**/
  /**.form**/
  /**.theme**/
  /**.sample**/
  /**サンプルスワイパー**/
  /**.company**/
}
.newDesign .highlight {
  font-size: 20px;
  background: linear-gradient(to bottom, rgba(255, 255, 0, 0) 0%, rgba(255, 255, 0, 0) 50%, #ff0 51%, #ff0 100%);
}
.newDesign .h2ttl {
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-left: 1.8rem;
  line-height: 1.3em;
  position: relative;
  margin-bottom: 6.4rem;
  text-align: left;
}
.newDesign .h2ttl::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  left: 0;
  top: calc(50% - 0.3rem);
  background-color: #F66B48;
  border-radius: 50%;
}
.newDesign h2 small {
  font-size: 80%;
}
.newDesign .wrp {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.newDesign .wrp img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .newDesign .wrp {
    width: 100%;
  }
}
.newDesign .wrp.bgc {
  background: #b5a55a;
}
.newDesign .wrp.bgc2 {
  padding-top: 50px;
}
.newDesign section p {
  font-size: 19px;
  letter-spacing: 0.08em;
  line-height: 1.6em;
  text-align: left;
}
.newDesign section p.copy {
  text-align: left;
  margin: 20px auto;
}
.newDesign .newsletter-sec {
  width: 70%;
  margin: 0 auto;
  padding-bottom: 0rem;
  padding-top: 5rem;
}
.newDesign .newsletter-sec .copywrp {
  background: #fff;
  padding: 50px 0 0;
  color: #000;
  text-align: left;
}
.newDesign .newsletter-sec .copywrp p {
  line-height: 1.5;
}
.newDesign .newsletter-sec .copywrp .red {
  color: red;
  font-weight: bolder;
  font-size: 20px;
}
.newDesign .newsletter-sec .copywrp .sig {
  text-align: right;
  font-size: 150%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.newDesign .newsletter-sec .copywrp .highlight {
  color: #666;
  background: yellow;
}
.newDesign .newsletter-sec .copywrp p b {
  color: #000;
  font-size: 20px;
}
.newDesign .newsletter-sec .copywrp span.underline {
  border-bottom: 1px solid #fff;
}
.newDesign .newsletter-sec .copywrp .arrow {
  display: none;
}
.newDesign .newsletter-sec .copywrp ul li {
  color: #fff;
  margin-bottom: 30px;
  list-style: none;
}
.newDesign .newsletter-sec .copywrp ul li h3 {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.newDesign .newsletter-sec .copywrp ul li .checkimg {
  width: 30px;
  height: auto;
  margin-right: 10px;
}
.newDesign .newsletter-sec .copywrp ul + img {
  width: 80%;
  height: auto;
  margin: 40px auto 0;
  display: block;
}
.newDesign .newsletter-sec .copywrp .sample__inner {
  width: 740px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
}
.newDesign .newsletter-sec .copywrp .sample__inner p {
  font-size: 19px;
}
.newDesign .newsletter-sec .copywrp .sample__inner p:not(:last-child) {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 750px) {
  .newDesign .newsletter-sec .copywrp .sample__inner {
    width: 100%;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 750px) {
  .newDesign .newsletter-sec .copywrp {
    padding: 50px 0;
  }
}
.newDesign .newsletter-sec .wrp img {
  padding-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .newDesign .newsletter-sec {
    width: 100%;
  }
}
.newDesign p.copy a {
  font-size: 19px;
  letter-spacing: 0.08em;
  line-height: 1.6em;
}
.newDesign .form {
  width: 70%;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 750px) {
  .newDesign .form {
    width: 100%;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 750px) {
  .newDesign .form .sec__inner {
    width: 100%;
  }
}
.newDesign .form__head {
  margin-bottom: 30px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .newDesign .form__head {
    margin-bottom: 12px;
    font-size: 4.69vw;
  }
}
.newDesign .form .sec__inner .form-wrapper {
  margin: 50px auto 0;
  width: 740px;
}
@media screen and (max-width: 750px) {
  .newDesign .form .sec__inner .form-wrapper {
    width: 100%;
  }
}
.newDesign .form .copyArea {
  width: 740px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .newDesign .form .copyArea {
    width: 100%;
    margin-bottom: 0px;
  }
}
.newDesign .form .correctFormStyle table {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
}
.newDesign .form .correctFormStyle table th, .newDesign .form .correctFormStyle table td {
  padding: 14px;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  box-sizing: border-box;
}
.newDesign .form .correctFormStyle table th {
  width: 210px;
  background: #f6f4df;
  border-left: 1px solid #c9c9c9;
}
.newDesign .form .correctFormStyle table td {
  border-right: 1px solid #c9c9c9;
}
.newDesign .form .correctFormStyle table td input[type=text], .newDesign .form .correctFormStyle table td input[type=email], .newDesign .form .correctFormStyle table td input[type=tel] {
  padding: 10px;
  border: 1px solid #c9c9c9;
}
.newDesign .form .correctFormStyle__message {
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
}
.newDesign .form .correctFormStyle__message br.onlySP {
  display: none;
}
.newDesign .form .correctFormStyle .wpcf7-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 65px;
  margin-right: auto;
  margin-left: auto;
  background: red;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .newDesign .form .correctFormStyle table {
    width: calc(100% - 20px);
    margin-right: 10px;
    margin-bottom: 15px;
    margin-left: 10px;
    background: #f6f4df;
    font-size: 3.44vw;
  }
}
@media screen and (max-width: 750px) {
  .newDesign .form .correctFormStyle table th, .newDesign .form .correctFormStyle table td {
    display: block;
    padding: 0;
    border: none !important;
  }
}
@media screen and (max-width: 750px) {
  .newDesign .form .correctFormStyle table th {
    width: 100%;
    padding: 10px 10px 0;
    text-align: left;
  }
}
@media screen and (max-width: 750px) {
  .newDesign .form .correctFormStyle table td {
    width: 100%;
    padding: 10px;
  }
}
@media screen and (max-width: 750px) {
  .newDesign .form .correctFormStyle table td input[type=text], .newDesign .form .correctFormStyle table td input[type=email], .newDesign .form .correctFormStyle table td input[type=tel] {
    width: 100%;
    background: #fff;
  }
}
@media screen and (max-width: 750px) {
  .newDesign .form .correctFormStyle table td input[type=radio] {
    vertical-align: top;
  }
}
@media screen and (max-width: 750px) {
  .newDesign .form .correctFormStyle__message {
    margin-right: 10px;
    margin-bottom: 15px;
    margin-left: 10px;
    font-size: 3.91vw;
  }
}
@media screen and (max-width: 750px) {
  .newDesign .form .correctFormStyle__message br.onlySP {
    display: inline-block;
  }
}
@media screen and (max-width: 750px) {
  .newDesign .form .correctFormStyle .wpcf7-submit {
    width: 200px;
    height: 40px;
    font-size: 5vw;
  }
}
.newDesign .satori__custom_form {
  padding: 30px;
}
@media screen and (max-width: 750px) {
  .newDesign .satori__custom_form {
    padding: 30px 10px;
  }
}
.newDesign .theme {
  width: 70%;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  /*padding-top: 75px;*/
  /*padding-bottom: 75px;
  /*background: #b5a55a;*/
  text-align: center;
}
.newDesign .theme img {
  width: 60%;
  height: auto;
}
@media screen and (max-width: 750px) {
  .newDesign .theme img {
    width: 100%;
  }
}
.newDesign .theme .copywrp {
  background: #b5a55a;
  padding: 50px 0 0;
  color: #fff;
  text-align: left;
}
.newDesign .theme .copywrp .sample__inner {
  width: 650px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
}
.newDesign .theme .copywrp .sample__inner p {
  font-size: 19px;
}
.newDesign .theme .copywrp .sample__inner p:not(:last-child) {
  margin-bottom: 1.5em;
}
.newDesign .theme .copywrp .sample__inner .h3ttl {
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .newDesign .theme .copywrp .sample__inner .h3ttl {
    font-size: 22px;
  }
}
.newDesign .theme .copywrp .sample__inner p {
  line-height: 1.5;
  font-size: 20px;
}
.newDesign .theme .copywrp .sample__inner .red {
  color: red;
  font-weight: bolder;
  font-size: 20px;
}
.newDesign .theme .copywrp .sample__inner .highlight {
  color: #666;
  background: yellow;
}
.newDesign .theme .copywrp .sample__inner ul li {
  color: #fff;
  list-style: none;
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.5;
  list-style: disc;
}
.newDesign .theme .copywrp .sample__inner ul li .checkimg {
  width: 30px;
  height: auto;
  margin-right: 10px;
}
.newDesign .theme .copywrp .sample__inner ul + img {
  width: 80%;
  height: auto;
  margin: 40px auto 0;
  display: block;
}
@media screen and (max-width: 750px) {
  .newDesign .theme .copywrp .sample__inner {
    width: 80%;
  }
}
@media screen and (max-width: 750px) {
  .newDesign .theme .copywrp {
    padding: 30px 0rem;
  }
}
@media screen and (max-width: 750px) {
  .newDesign .theme {
    width: 100%;
  }
}
.newDesign .theme .sec__inner .wrp {
  padding-top: 0px;
  padding-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .newDesign .theme .sec__inner .wrp {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.newDesign .sample {
  width: 70%;
  margin: 0 auto 50px;
  padding-left: 2rem;
  padding-right: 2rem;
}
.newDesign .sample .wrp.bgc {
  background: #fff;
  background-color: #F2E8E5;
}
.newDesign .sample .sample__inner {
  text-align: left;
  padding-top: 60px;
}
.newDesign .sample .sample__inner p {
  line-height: 1.5;
}
.newDesign .sample .sample__style01 img {
  width: 60%;
  height: auto;
}
.newDesign .sample .sample__style02 {
  text-align: center;
  position: relative;
  bottom: -30px;
}
.newDesign .sample .sample__style02 img {
  width: 60%;
  height: auto;
}
@media screen and (max-width: 750px) {
  .newDesign .sample .sample__style02 img {
    width: 100%;
    height: auto;
  }
}
.newDesign .sample .sample__style03 a {
  display: inline-block;
  padding: 20px;
  background: #ddd;
  color: #393939;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.6em;
  margin: 20px auto;
}
.newDesign .sample .sample__inner {
  width: 680px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
}
.newDesign .sample .sample__inner p {
  font-size: 19px;
}
.newDesign .sample .sample__inner p:not(:last-child) {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 750px) {
  .newDesign .sample .sample__inner {
    width: 90%;
  }
}
@media screen and (max-width: 750px) {
  .newDesign .sample {
    width: 100%;
  }
}
.newDesign .sample .sec__inner ul {
  width: 54.4rem;
  padding-left: 7.4rem;
  padding-right: 7.4rem;
  margin: 0 auto 2.6rem;
}
.newDesign .sample .sec__inner ul li {
  background-color: #fff;
  margin-bottom: 0.8rem;
  border-radius: 99px;
  padding: 0.6rem 1.6rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .newDesign .sample .sec__inner ul li {
    padding: 1.2rem 1.6rem;
  }
}
.newDesign .sample .sec__inner ul li img {
  width: 2.4rem;
}
@media (max-width: 767px) {
  .newDesign .sample .sec__inner ul li img {
    margin-right: 0.8rem;
  }
}
.newDesign .sample .sec__inner ul li p {
  line-height: normal;
  font-size: 1.6rem;
  font-weight: 500;
  color: #695D5A;
  letter-spacing: 0.08em;
  margin-left: 0.6rem;
}
@media (max-width: 767px) {
  .newDesign .sample .sec__inner ul li p {
    font-size: 1.4rem;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 750px) {
  .newDesign .sample .sec__inner ul {
    width: 31.4rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.newDesign .sample .sec__inner h4 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .newDesign .sample .sec__inner h4 {
    font-size: 20px;
  }
}
.newDesign .sec__inner .samples {
  width: 49rem;
  margin: 0 auto;
  background: none;
  padding: 0 2.1rem 0rem 2.1rem;
}
@media (max-width: 767px) {
  .newDesign .sec__inner .samples {
    border: 1rem;
    width: 100%;
    padding: 3.2rem 1.8rem 1.1rem 1.8rem;
  }
}
.newDesign .sec__inner .samples h4 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .newDesign .sec__inner .samples h4 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.newDesign .sec__inner .samples ul {
  /*padding-left: 3.4rem;
  padding-right: 3.4rem;*/
  padding-left: 7.4rem;
  padding-right: 7.4rem;
  margin-bottom: 2.6rem;
}
@media (max-width: 767px) {
  .newDesign .sec__inner .samples ul {
    padding-left: 0;
    padding-right: 0;
  }
}
.newDesign .sec__inner .samples ul li {
  background-color: #fff;
  margin-bottom: 0.8rem;
  border-radius: 99px;
  padding: 0.6rem 1.6rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .newDesign .sec__inner .samples ul li {
    padding: 1.2rem 1.6rem;
  }
}
.newDesign .sec__inner .samples ul li img {
  width: 2.4rem;
}
@media (max-width: 767px) {
  .newDesign .sec__inner .samples ul li img {
    margin-right: 0.8rem;
  }
}
.newDesign .sec__inner .samples ul li p {
  line-height: normal;
  font-size: 1.6rem;
  font-weight: 500;
  color: #695D5A;
  letter-spacing: 0.08em;
  margin-left: 0.6rem;
  text-align: left;
}
@media (max-width: 767px) {
  .newDesign .sec__inner .samples ul li p {
    font-size: 1.4rem;
    line-height: 1.2em;
  }
}
.newDesign .sec__inner .samples .samples-swiper .swiper-slide img {
  width: 100%;
}
.newDesign .sec__inner .samples .swiper-outer {
  padding-left: 5.6rem;
  padding-right: 5.6rem;
  position: relative;
}
@media (max-width: 767px) {
  .newDesign .sec__inner .samples .swiper-outer {
    padding-left: 4.4rem;
    padding-right: 4.4rem;
  }
}
.newDesign .sec__inner .samples .swiper-button-prev, .newDesign .sec__inner .samples .swiper-button-next {
  width: 4rem;
  height: 4rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .newDesign .sec__inner .samples .swiper-button-prev, .newDesign .sec__inner .samples .swiper-button-next {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.newDesign .sec__inner .samples .swiper-button-prev img, .newDesign .sec__inner .samples .swiper-button-next img {
  width: 100%;
}
.newDesign .sec__inner .samples .swiper-button-prev::after, .newDesign .sec__inner .samples .swiper-button-next::after {
  display: none;
}
.newDesign .sec__inner .samples .swiper-button-prev {
  left: 0;
}
.newDesign .sec__inner .samples .swiper-button-next {
  right: 0;
}
.newDesign .sec__inner .samples .swiper-pagination {
  position: static;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .newDesign .sec__inner .samples .swiper-pagination {
    padding-right: 2rem;
    margin-top: 1.6rem;
  }
}
.newDesign .sec__inner .samples .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin-left: 0.6rem !important;
  background-color: white;
  opacity: 1;
  margin-right: 0.6rem !important;
}
.newDesign .sec__inner .samples .swiper-pagination-bullet-active {
  background-color: #695d5a;
}
@media (max-width: 767px) {
  .newDesign .sec__inner .samples .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
  }
}
@media screen and (max-width: 750px) {
  .newDesign .sample__inner {
    width: 90%;
    margin-bottom: 30px;
    font-size: 3.44vw;
  }
}
.newDesign .company {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .newDesign .company {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .newDesign .company {
    margin-bottom: 35px;
  }
}
.newDesign .company__head {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .newDesign .company__head {
    margin-bottom: 20px;
  }
  .newDesign .company__head img {
    width: 78px;
  }
}
.newDesign .company__table {
  width: 100%;
  border-spacing: 5px;
}
.newDesign .company__table th, .newDesign .company__table td {
  padding: 12px 23px;
  background: #f6f4df;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.6em;
  text-align: left;
}
.newDesign .company__table th {
  width: 140px;
}
.newDesign .company__table td {
  background: #fff;
}
@media screen and (max-width: 750px) {
  .newDesign .company__table {
    width: calc(100% - 20px);
    margin-right: 10px;
    margin-left: 10px;
    border-spacing: 0;
  }
}
@media screen and (max-width: 750px) {
  .newDesign .company__table th, .newDesign .company__table td {
    display: block;
    width: 100%;
    padding: 8px 10px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 750px) {
  .newDesign .company__table th {
    width: inherit;
    font-size: 19px;
    text-align: left;
  }
}
@media screen and (max-width: 750px) {
  .newDesign .company__table td {
    font-size: 18px;
  }
}
.newDesign .form-wrapper {
  width: 60rem;
}
@media (max-width: 767px) {
  .newDesign .form-wrapper {
    padding-top: 4.8rem;
    width: 100%;
  }
}
.newDesign .form-wrapper .address {
  width: 8.7rem;
}
.newDesign .form-wrapper .prefectures .select-wrapper {
  width: 20.3rem;
  position: relative;
}
.newDesign .form-wrapper .prefectures .select-wrapper::before {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../../img/child-page/form/select-arrow.svg);
  right: 1.2rem;
  top: calc(50% - 0.5rem);
  pointer-events: none;
}
.newDesign .form-wrapper .prefectures select {
  height: 5.6rem;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #888;
  border-radius: 0.8rem;
  color: #1a1a1a;
  padding-left: 1.2rem;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #888;
}
.newDesign .sec__inner .form-wrapper {
  margin: 50px auto 0;
  width: 50%;
}
@media (max-width: 767px) {
  .newDesign .sec__inner .form-wrapper {
    width: 100%;
  }
}
.newDesign .sec__inner .flex {
  display: block;
}
.newDesign .closeImg {
  width: 30%;
  margin: 0 auto;
}
.newDesign .closeImg img {
  width: 100%;
  height: auto;
}

section #satori__custom_form form .satori__input_group label {
  font-size: 19px;
}

section #satori__custom_form form .satori__custom_form_5ab5c0247263c14c_css .satori__notes {
  font-size: 18px;
}

section #satori__custom_form form .satori__message {
  font-size: 18px;
}

.satori__custom_form_5ab5c0247263c14c_css .satori__submit_group {
  margin: 1em 0;
}/*# sourceMappingURL=lp_style.css.map */