@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700&display=swap");
body {
  max-width: 1440px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  overflow-x: hidden;
}

section {
  margin-top: 100px;
}

img,
picture {
  width: 100%;
  height: auto;
}

a {
  display: inline-block;
  transition: 0.3s all ease;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

span {
  display: inline-block;
}

a,
h1,
h2,
h3,
h4,
p {
  line-height: 1.5;
}

.text-color-primary {
  color: #f59c1a;
}

.l-container {
  margin: 0 16px;
}
@media screen and (min-width: 768px) {
  .l-container {
    width: 640px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) {
  .l-container {
    width: 720px;
  }
}
@media screen and (min-width: 1280px) {
  .l-container {
    width: 1080px;
  }
}

.m-container, .section-title {
  margin: 0 33px;
}
@media screen and (min-width: 768px) {
  .m-container, .section-title {
    width: 540px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) {
  .m-container, .section-title {
    width: 620px;
  }
}
@media screen and (min-width: 1280px) {
  .m-container, .section-title {
    width: 980px;
  }
}

.section-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .section-title {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .section-title {
    max-width: 980px;
  }
}

.fv {
  position: relative;
  width: 100%;
  margin-top: 0;
}
.fv .content-container {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fv .content-container .fv-catchphrase {
  width: 90%;
  margin-left: 16px;
}
@media screen and (min-width: 768px) {
  .fv .content-container .fv-catchphrase {
    margin-left: 40px;
  }
}
.fv .content-container .fv-content {
  width: 98%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .fv .content-container .fv-content {
    width: 55%;
    margin-left: 40px;
    margin-top: -8px;
  }
}
.fv .content-container .fv-cta {
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 10px;
  padding: 13px 0 6px;
  margin: 0 16px;
}
@media screen and (max-width: 374px) {
  .fv .content-container .fv-cta {
    margin: 0 8px;
    padding: 10px 0 4px;
  }
}
@media screen and (min-width: 768px) {
  .fv .content-container .fv-cta {
    margin-right: auto;
    margin-left: 40px;
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px 20px 8px;
    margin-top: -8px;
  }
}
@media screen and (min-width: 1280px) {
  .fv .content-container .fv-cta {
    padding: 14px 20px 14px;
    margin-top: 0;
  }
}
.fv .content-container .fv-cta .lead {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.05em;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 8px;
}
@media screen and (max-width: 374px) {
  .fv .content-container .fv-cta .lead {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .fv .content-container .fv-cta .lead {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 992px) {
  .fv .content-container .fv-cta .lead {
    font-size: 24px;
    margin-bottom: 14px;
  }
}
.fv .content-container .fv-cta .lead:before, .fv .content-container .fv-cta .inner .fv-contact .lead.fv-contact-btn:after, .fv .content-container .fv-cta .lead:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  border-radius: 1px;
  background-color: #000;
  transform: rotate(60deg) translateY(-50%);
  top: 50%;
  left: -20px;
}
@media screen and (min-width: 992px) {
  .fv .content-container .fv-cta .lead:before, .fv .content-container .fv-cta .inner .fv-contact .lead.fv-contact-btn:after, .fv .content-container .fv-cta .lead:after {
    width: 30px;
    left: -32px;
  }
}
.fv .content-container .fv-cta .lead:after {
  transform: rotate(-60deg) translateY(-50%);
  left: auto;
  right: -20px;
}
@media screen and (min-width: 992px) {
  .fv .content-container .fv-cta .lead:after {
    right: -32px;
  }
}
.fv .content-container .fv-cta .inner {
  color: #000;
}
@media screen and (min-width: 768px) {
  .fv .content-container .fv-cta .inner {
    display: flex;
    gap: 30px;
  }
}
@media screen and (min-width: 992px) {
  .fv .content-container .fv-cta .inner {
    gap: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .fv .content-container .fv-cta .inner {
    gap: 60px;
  }
}
.fv .content-container .fv-cta .inner .fv-tel, .fv .content-container .fv-cta .inner .fv-contact {
  padding: 16px 0;
  position: relative;
}
@media screen and (max-width: 374px) {
  .fv .content-container .fv-cta .inner .fv-tel, .fv .content-container .fv-cta .inner .fv-contact {
    padding: 8px 0;
  }
}
@media screen and (min-width: 768px) {
  .fv .content-container .fv-cta .inner .fv-tel, .fv .content-container .fv-cta .inner .fv-contact {
    padding: 4px 0;
  }
}
.fv .content-container .fv-cta .inner .fv-tel:before, .fv .section-cta .content-container .fv-cta .inner .fv-tel.section-cta-title:after, .section-cta .fv .content-container .fv-cta .inner .fv-tel.section-cta-title:after, .fv .content-container .fv-cta .inner .notice .fv-tel.notice-title:after, .notice .fv .content-container .fv-cta .inner .fv-tel.notice-title:after, .fv .content-container .fv-cta .inner .fv-contact .fv-tel.fv-contact-btn:after, .fv .content-container .fv-cta .inner .fv-contact:before, .fv .section-cta .content-container .fv-cta .inner .fv-contact.section-cta-title:after, .section-cta .fv .content-container .fv-cta .inner .fv-contact.section-cta-title:after, .fv .content-container .fv-cta .inner .notice .fv-contact.notice-title:after, .notice .fv .content-container .fv-cta .inner .fv-contact.notice-title:after, .fv .content-container .fv-cta .inner .fv-contact .fv-contact.fv-contact-btn:after, .fv .content-container .fv-cta .inner .fv-tel.lead:after, .fv .content-container .fv-cta .inner .lead.fv-contact:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 80%;
  height: 3px;
  border-radius: 1.5px;
  background-color: #f59c1a;
  top: -1.5px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .fv .content-container .fv-cta .inner .fv-tel:before, .fv .section-cta .content-container .fv-cta .inner .fv-tel.section-cta-title:after, .section-cta .fv .content-container .fv-cta .inner .fv-tel.section-cta-title:after, .fv .content-container .fv-cta .inner .notice .fv-tel.notice-title:after, .notice .fv .content-container .fv-cta .inner .fv-tel.notice-title:after, .fv .content-container .fv-cta .inner .fv-contact .fv-tel.fv-contact-btn:after, .fv .content-container .fv-cta .inner .fv-contact:before, .fv .section-cta .content-container .fv-cta .inner .fv-contact.section-cta-title:after, .section-cta .fv .content-container .fv-cta .inner .fv-contact.section-cta-title:after, .fv .content-container .fv-cta .inner .notice .fv-contact.notice-title:after, .notice .fv .content-container .fv-cta .inner .fv-contact.notice-title:after, .fv .content-container .fv-cta .inner .fv-contact .fv-contact.fv-contact-btn:after, .fv .content-container .fv-cta .inner .fv-tel.lead:after, .fv .content-container .fv-cta .inner .lead.fv-contact:after {
    display: none;
  }
}
.fv .content-container .fv-cta .inner .fv-tel .description, .fv .content-container .fv-cta .inner .fv-contact .description {
  font-size: 18px;
  line-height: normal;
}
@media screen and (max-width: 374px) {
  .fv .content-container .fv-cta .inner .fv-tel .description, .fv .content-container .fv-cta .inner .fv-contact .description {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .fv .content-container .fv-cta .inner .fv-tel .description, .fv .content-container .fv-cta .inner .fv-contact .description {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .fv .content-container .fv-cta .inner .fv-tel .description, .fv .content-container .fv-cta .inner .fv-contact .description {
    font-size: 20px;
  }
}
.fv .content-container .fv-cta .inner .fv-tel .tel, .fv .content-container .fv-cta .inner .fv-contact .tel {
  font-size: 36px;
  line-height: normal;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
}
@media screen and (max-width: 374px) {
  .fv .content-container .fv-cta .inner .fv-tel .tel, .fv .content-container .fv-cta .inner .fv-contact .tel {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .fv .content-container .fv-cta .inner .fv-tel .tel, .fv .content-container .fv-cta .inner .fv-contact .tel {
    font-size: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .fv .content-container .fv-cta .inner .fv-tel .tel, .fv .content-container .fv-cta .inner .fv-contact .tel {
    font-size: 48px;
  }
}
.fv .content-container .fv-cta .inner .fv-tel .tel i, .fv .content-container .fv-cta .inner .fv-contact .tel i {
  font-size: 32px;
  margin-right: 8px;
}
@media screen and (max-width: 374px) {
  .fv .content-container .fv-cta .inner .fv-tel .tel i, .fv .content-container .fv-cta .inner .fv-contact .tel i {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .fv .content-container .fv-cta .inner .fv-tel .tel i, .fv .content-container .fv-cta .inner .fv-contact .tel i {
    font-size: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .fv .content-container .fv-cta .inner .fv-tel .tel i, .fv .content-container .fv-cta .inner .fv-contact .tel i {
    font-size: 48px;
  }
}
.fv .content-container .fv-cta .inner .fv-tel .note, .fv .content-container .fv-cta .inner .fv-contact .note {
  font-size: 14px;
  line-height: normal;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .fv .content-container .fv-cta .inner .fv-tel .note, .fv .content-container .fv-cta .inner .fv-contact .note {
    font-size: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .fv .content-container .fv-cta .inner .fv-tel .note, .fv .content-container .fv-cta .inner .fv-contact .note {
    font-size: 16px;
  }
}
.fv .content-container .fv-cta .inner .fv-contact {
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv .content-container .fv-cta .inner .fv-contact:before, .fv .section-cta .content-container .fv-cta .inner .fv-contact.section-cta-title:after, .section-cta .fv .content-container .fv-cta .inner .fv-contact.section-cta-title:after, .fv .content-container .fv-cta .inner .notice .fv-contact.notice-title:after, .notice .fv .content-container .fv-cta .inner .fv-contact.notice-title:after, .fv .content-container .fv-cta .inner .fv-contact .fv-contact.fv-contact-btn:after, .fv .content-container .fv-cta .inner .fv-contact.lead:after {
    display: inline-block;
    width: 3px;
    height: 100%;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 992px) {
  .fv .content-container .fv-cta .inner .fv-contact:before, .fv .section-cta .content-container .fv-cta .inner .fv-contact.section-cta-title:after, .section-cta .fv .content-container .fv-cta .inner .fv-contact.section-cta-title:after, .fv .content-container .fv-cta .inner .notice .fv-contact.notice-title:after, .notice .fv .content-container .fv-cta .inner .fv-contact.notice-title:after, .fv .content-container .fv-cta .inner .fv-contact .fv-contact.fv-contact-btn:after, .fv .content-container .fv-cta .inner .fv-contact.lead:after {
    left: -20px;
  }
}
@media screen and (min-width: 992px) {
  .fv .content-container .fv-cta .inner .fv-contact:before, .fv .section-cta .content-container .fv-cta .inner .fv-contact.section-cta-title:after, .section-cta .fv .content-container .fv-cta .inner .fv-contact.section-cta-title:after, .fv .content-container .fv-cta .inner .notice .fv-contact.notice-title:after, .notice .fv .content-container .fv-cta .inner .fv-contact.notice-title:after, .fv .content-container .fv-cta .inner .fv-contact .fv-contact.fv-contact-btn:after, .fv .content-container .fv-cta .inner .fv-contact.lead:after {
    left: -30px;
  }
}
.fv .content-container .fv-cta .inner .fv-contact .description {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .fv .content-container .fv-cta .inner .fv-contact .description {
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 1280px) {
  .fv .content-container .fv-cta .inner .fv-contact .description {
    margin-bottom: 10px;
  }
}
.fv .content-container .fv-cta .inner .fv-contact .fv-contact-btn {
  padding: 18px 0 4px;
  background: rgb(234, 171, 6);
  background: linear-gradient(180deg, rgb(234, 171, 6) 0%, rgb(255, 211, 97) 100%);
  width: 280px;
  border-radius: 5px;
  font-size: 20px;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  filter: drop-shadow(0px 4px 0px rgba(0, 0, 0, 0.5));
}
.fv .content-container .fv-cta .inner .fv-contact .fv-contact-btn:hover {
  filter: none;
  margin-top: 12px;
  margin-bottom: -4px;
}
.fv .content-container .fv-cta .inner .fv-contact .fv-contact-btn:before, .fv .content-container .fv-cta .inner .fv-contact .fv-contact-btn:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url("../img/fv-cta-email.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  left: 4px;
}
@media screen and (min-width: 992px) {
  .fv .content-container .fv-cta .inner .fv-contact .fv-contact-btn:before, .fv .content-container .fv-cta .inner .fv-contact .fv-contact-btn:after {
    width: 30px;
    height: 30px;
    left: 34px;
  }
}
.fv .content-container .fv-cta .inner .fv-contact .fv-contact-btn:after {
  background-image: url("../img/fv-cta-arrow.png");
  left: auto;
  right: 4px;
}
@media screen and (min-width: 992px) {
  .fv .content-container .fv-cta .inner .fv-contact .fv-contact-btn:after {
    right: 34px;
  }
}
@media screen and (min-width: 992px) {
  .fv .content-container .fv-cta .inner .fv-contact .fv-contact-btn {
    width: 408px;
  }
}
.fv .content-container .fv-cta .inner .fv-contact .fv-contact-btn svg {
  display: inline-block;
  width: 200px;
  height: auto;
  overflow: visible;
}
@media screen and (min-width: 992px) {
  .fv .content-container .fv-cta .inner .fv-contact .fv-contact-btn svg {
    width: 240px;
  }
}
.fv .content-container .fv-cta .inner .fv-contact .fv-contact-btn svg .foreground {
  fill: #000;
}
.fv .content-container .fv-cta .inner .fv-contact .fv-contact-btn svg .background {
  stroke: #fff;
  stroke-width: 4;
  stroke-linejoin: round;
}

.notice {
  margin-top: 0;
  font-family: "Noto Serif JP", serif;
  padding: 90px 0 200px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .notice {
    padding: 50px 0 180px;
  }
}
.notice:before, .section-cta .content-container .notice.section-cta-title:after, .notice .notice.notice-title:after, .fv .content-container .fv-cta .notice.lead:after, .fv .content-container .fv-cta .inner .fv-contact .notice.fv-contact-btn:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 100vw;
  max-width: 1440px;
  height: 46vw;
  background-image: url("../img/notice-bg-sp.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .notice:before, .section-cta .content-container .notice.section-cta-title:after, .notice .notice.notice-title:after, .fv .content-container .fv-cta .notice.lead:after, .fv .content-container .fv-cta .inner .fv-contact .notice.fv-contact-btn:after {
    background-image: url("../img/notice-bg-pc.png");
    height: 14vw;
  }
}
.notice .notice-title {
  font-size: 32px;
  margin: 0 auto 30px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.notice .notice-title:before, .notice .section-cta .content-container .notice-title.section-cta-title:after, .section-cta .content-container .notice .notice-title.section-cta-title:after, .notice .notice-title:after, .notice .fv .content-container .fv-cta .notice-title.lead:after, .fv .content-container .fv-cta .notice .notice-title.lead:after, .notice .fv .content-container .fv-cta .inner .fv-contact .notice-title.fv-contact-btn:after, .fv .content-container .fv-cta .inner .fv-contact .notice .notice-title.fv-contact-btn:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 23px;
  height: 40px;
  background-image: url("../img/title-decoration-left.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
}
.notice .notice-title:after {
  background-image: url("../img/title-decoration-right.png");
  left: auto;
  right: -30px;
}
.notice .text {
  font-size: 16px;
}

.worry {
  margin-top: 0;
  padding: 50px 0 90px;
  background-image: url("../img/worry-bg-sp.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .worry {
    padding: 130px 0 170px;
    background-image: url("../img/worry-bg-pc.png");
  }
}
.worry .worry-title {
  font-size: 32px;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .worry .worry-title {
    font-size: 48px;
    margin-bottom: 40px;
  }
}
.worry .worry-content {
  border: 3px solid #01960c;
  background-color: #fff;
  padding: 3px 20px 3px 60px;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 374px) {
  .worry .worry-content {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  .worry .worry-content {
    margin-left: 33px;
    margin-right: 33px;
  }
}
@media screen and (min-width: 768px) {
  .worry .worry-content {
    padding: 20px 10px 20px 80px;
    border-width: 5px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .worry .worry-content {
    padding-left: 110px;
    margin-bottom: 30px;
  }
}
.worry .worry-content:before, .worry .section-cta .content-container .worry-content.section-cta-title:after, .section-cta .content-container .worry .worry-content.section-cta-title:after, .worry .fv .content-container .fv-cta .worry-content.lead:after, .fv .content-container .fv-cta .worry .worry-content.lead:after, .worry .fv .content-container .fv-cta .inner .fv-contact .worry-content.fv-contact-btn:after, .fv .content-container .fv-cta .inner .fv-contact .worry .worry-content.fv-contact-btn:after, .worry .notice .worry-content.notice-title:after, .notice .worry .worry-content.notice-title:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 55px;
  height: 55px;
  background-color: #01960c;
  background-image: url("../img/check.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 374px) {
  .worry .worry-content:before, .worry .section-cta .content-container .worry-content.section-cta-title:after, .section-cta .content-container .worry .worry-content.section-cta-title:after, .worry .fv .content-container .fv-cta .worry-content.lead:after, .fv .content-container .fv-cta .worry .worry-content.lead:after, .worry .fv .content-container .fv-cta .inner .fv-contact .worry-content.fv-contact-btn:after, .fv .content-container .fv-cta .inner .fv-contact .worry .worry-content.fv-contact-btn:after, .worry .notice .worry-content.notice-title:after, .notice .worry .worry-content.notice-title:after {
    width: 52px;
    height: 52px;
  }
}
@media screen and (min-width: 768px) {
  .worry .worry-content:before, .worry .section-cta .content-container .worry-content.section-cta-title:after, .section-cta .content-container .worry .worry-content.section-cta-title:after, .worry .fv .content-container .fv-cta .worry-content.lead:after, .fv .content-container .fv-cta .worry .worry-content.lead:after, .worry .fv .content-container .fv-cta .inner .fv-contact .worry-content.fv-contact-btn:after, .fv .content-container .fv-cta .inner .fv-contact .worry .worry-content.fv-contact-btn:after, .worry .notice .worry-content.notice-title:after, .notice .worry .worry-content.notice-title:after {
    width: 72px;
    height: 72px;
  }
}
@media screen and (min-width: 992px) {
  .worry .worry-content:before, .worry .section-cta .content-container .worry-content.section-cta-title:after, .section-cta .content-container .worry .worry-content.section-cta-title:after, .worry .fv .content-container .fv-cta .worry-content.lead:after, .fv .content-container .fv-cta .worry .worry-content.lead:after, .worry .fv .content-container .fv-cta .inner .fv-contact .worry-content.fv-contact-btn:after, .fv .content-container .fv-cta .inner .fv-contact .worry .worry-content.fv-contact-btn:after, .worry .notice .worry-content.notice-title:after, .notice .worry .worry-content.notice-title:after {
    width: 80px;
    height: 80px;
  }
}
.worry .worry-content p {
  color: #333;
  font-size: 16px;
  white-space: nowrap;
}
@media screen and (max-width: 374px) {
  .worry .worry-content p {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .worry .worry-content p {
    font-size: 17px;
  }
}
@media screen and (min-width: 992px) {
  .worry .worry-content p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .worry .worry-content p {
    font-size: 24px;
  }
}

.solution {
  margin-top: 0;
}
.solution .proposal {
  background-color: #f59c1a;
  padding: 30px 0;
  position: relative;
}
.solution .proposal:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 40px 0 40px;
  border-color: #f59c1a transparent transparent transparent;
  border-radius: 3px;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1280px) {
  .solution .proposal:after {
    border-width: 90px 80px 0 80px;
    bottom: auto;
  }
}
.solution .proposal h2 {
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .solution .proposal h2 {
    flex-direction: row;
  }
}
@media screen and (min-width: 992px) {
  .solution .proposal h2 {
    font-size: 42px;
  }
}
.solution .proposal h2 img {
  width: 300px;
}

.points .section-title {
  text-align: center;
}
.points .section-title img {
  width: 230px;
}
@media screen and (min-width: 768px) {
  .points .section-title img {
    width: 360px;
  }
}
.points .point {
  flex-direction: column;
  margin-top: 40px;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .points .point:nth-of-type(2n + 1) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .points .point {
    margin-top: 60px;
    flex-direction: row;
  }
}
@media screen and (min-width: 992px) {
  .points .point {
    margin-top: 80px;
    gap: 36px;
  }
}
.points .point .img {
  width: 300px;
  flex-shrink: 0;
}
@media screen and (min-width: 992px) {
  .points .point .img {
    width: 360px;
  }
}
@media screen and (min-width: 1280px) {
  .points .point .img {
    width: 540px;
  }
}
.points .point .text-container {
  max-width: 375px;
}
@media screen and (min-width: 992px) {
  .points .point .text-container {
    max-width: none;
  }
}
.points .point .text-container .point-title-container {
  gap: 10px;
  margin-bottom: 14px;
}
.points .point .text-container .point-title-container .icon {
  width: 25%;
  flex-shrink: 0;
}
.points .point .text-container .point-title-container .point-title {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
}
@media screen and (min-width: 1280px) {
  .points .point .text-container .point-title-container .point-title {
    font-size: 32px;
  }
}
.points .point .text-container .text {
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .points .point .text-container .text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .points .point .text-container .text {
    font-size: 20px;
  }
}

.section-cta .content-container {
  background-color: #f59c1a;
  border-radius: 10px;
  padding: 64px 0 25px;
}
@media screen and (min-width: 768px) {
  .section-cta .content-container {
    border-radius: 20px;
  }
}
@media screen and (min-width: 992px) {
  .section-cta .content-container {
    padding: 100px 0 25px;
  }
}
.section-cta .content-container .section-cta-title {
  font-size: 20px;
  margin-bottom: 4px;
  letter-spacing: 0.1em;
  color: #fff;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.section-cta .content-container .section-cta-title:before, .section-cta .content-container .section-cta-title:after, .section-cta .fv .content-container .fv-cta .section-cta-title.lead:after, .fv .section-cta .content-container .fv-cta .section-cta-title.lead:after, .section-cta .fv .content-container .fv-cta .inner .fv-contact .section-cta-title.fv-contact-btn:after, .fv .section-cta .content-container .fv-cta .inner .fv-contact .section-cta-title.fv-contact-btn:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 20px;
  height: 1px;
  border-radius: 0.5px;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%) rotate(60deg);
  left: -20px;
}
.section-cta .content-container .section-cta-title:after {
  left: auto;
  right: -20px;
  transform: translateY(-50%) rotate(-60deg);
}
@media screen and (max-width: 374px) {
  .section-cta .content-container .section-cta-title {
    font-size: 18px;
  }
}
.section-cta .content-container .section-cta-title .subtitle {
  position: absolute;
  width: 200px;
  top: -50px;
  left: -20px;
}
@media screen and (min-width: 768px) {
  .section-cta .content-container .section-cta-title .subtitle {
    left: -100px;
  }
}
@media screen and (min-width: 992px) {
  .section-cta .content-container .section-cta-title .subtitle {
    width: 280px;
    left: -180px;
    top: -74px;
  }
}
.section-cta .content-container .cta {
  background-color: #fff;
  border-radius: 10px;
  padding: 13px 0 16px;
  margin: 0 16px;
}
@media screen and (max-width: 374px) {
  .section-cta .content-container .cta {
    margin: 0 8px;
    padding: 10px 0 4px;
  }
}
@media screen and (min-width: 768px) {
  .section-cta .content-container .cta {
    margin-right: auto;
    margin-left: 40px;
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px 20px 8px;
    margin-top: -4px;
    position: relative;
  }
}
@media screen and (min-width: 992px) {
  .section-cta .content-container .cta {
    margin-top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .section-cta .content-container .cta {
    padding: 14px 20px 14px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .section-cta .content-container .cta:before, .section-cta .fv .content-container .fv-cta .cta.lead:after, .fv .section-cta .content-container .fv-cta .cta.lead:after, .section-cta .fv .content-container .fv-cta .inner .fv-contact .cta.fv-contact-btn:after, .fv .section-cta .content-container .fv-cta .inner .fv-contact .cta.fv-contact-btn:after, .section-cta .content-container .notice .cta.notice-title:after, .notice .section-cta .content-container .cta.notice-title:after, .section-cta .content-container .cta.section-cta-title:after {
    display: inline-block;
    content: "";
    position: absolute;
    width: 62px;
    height: 40px;
    background-image: url("../img/cta-house.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: -40px;
    right: 20px;
  }
}
@media screen and (min-width: 992px) {
  .section-cta .content-container .cta:before, .section-cta .fv .content-container .fv-cta .cta.lead:after, .fv .section-cta .content-container .fv-cta .cta.lead:after, .section-cta .fv .content-container .fv-cta .inner .fv-contact .cta.fv-contact-btn:after, .fv .section-cta .content-container .fv-cta .inner .fv-contact .cta.fv-contact-btn:after, .section-cta .content-container .notice .cta.notice-title:after, .notice .section-cta .content-container .cta.notice-title:after, .section-cta .content-container .cta.section-cta-title:after {
    width: 93px;
    height: 60px;
    top: -60px;
  }
}
.section-cta .content-container .cta .inner {
  color: #333;
}
@media screen and (min-width: 768px) {
  .section-cta .content-container .cta .inner {
    display: flex;
    gap: 30px;
  }
}
@media screen and (min-width: 992px) {
  .section-cta .content-container .cta .inner {
    gap: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .section-cta .content-container .cta .inner {
    gap: 60px;
  }
}
.section-cta .content-container .cta .inner .cta-tel, .section-cta .content-container .cta .inner .cta-contact {
  padding: 16px 0;
  position: relative;
}
@media screen and (max-width: 374px) {
  .section-cta .content-container .cta .inner .cta-tel, .section-cta .content-container .cta .inner .cta-contact {
    padding: 14px 0;
  }
}
@media screen and (min-width: 768px) {
  .section-cta .content-container .cta .inner .cta-tel, .section-cta .content-container .cta .inner .cta-contact {
    padding: 4px 0;
  }
}
.section-cta .content-container .cta .inner .cta-tel .description, .section-cta .content-container .cta .inner .cta-contact .description {
  font-size: 18px;
  line-height: normal;
}
@media screen and (max-width: 374px) {
  .section-cta .content-container .cta .inner .cta-tel .description, .section-cta .content-container .cta .inner .cta-contact .description {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .section-cta .content-container .cta .inner .cta-tel .description, .section-cta .content-container .cta .inner .cta-contact .description {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .section-cta .content-container .cta .inner .cta-tel .description, .section-cta .content-container .cta .inner .cta-contact .description {
    font-size: 20px;
  }
}
.section-cta .content-container .cta .inner .cta-tel .tel, .section-cta .content-container .cta .inner .cta-contact .tel {
  font-size: 36px;
  line-height: normal;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
}
@media screen and (max-width: 374px) {
  .section-cta .content-container .cta .inner .cta-tel .tel, .section-cta .content-container .cta .inner .cta-contact .tel {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .section-cta .content-container .cta .inner .cta-tel .tel, .section-cta .content-container .cta .inner .cta-contact .tel {
    font-size: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .section-cta .content-container .cta .inner .cta-tel .tel, .section-cta .content-container .cta .inner .cta-contact .tel {
    font-size: 48px;
  }
}
.section-cta .content-container .cta .inner .cta-tel .tel i, .section-cta .content-container .cta .inner .cta-contact .tel i {
  font-size: 32px;
  margin-right: 8px;
}
@media screen and (max-width: 374px) {
  .section-cta .content-container .cta .inner .cta-tel .tel i, .section-cta .content-container .cta .inner .cta-contact .tel i {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .section-cta .content-container .cta .inner .cta-tel .tel i, .section-cta .content-container .cta .inner .cta-contact .tel i {
    font-size: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .section-cta .content-container .cta .inner .cta-tel .tel i, .section-cta .content-container .cta .inner .cta-contact .tel i {
    font-size: 48px;
  }
}
.section-cta .content-container .cta .inner .cta-tel .note, .section-cta .content-container .cta .inner .cta-contact .note {
  font-size: 14px;
  line-height: normal;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .section-cta .content-container .cta .inner .cta-tel .note, .section-cta .content-container .cta .inner .cta-contact .note {
    font-size: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .section-cta .content-container .cta .inner .cta-tel .note, .section-cta .content-container .cta .inner .cta-contact .note {
    font-size: 16px;
  }
}
.section-cta .content-container .cta .inner .cta-contact {
  position: relative;
  text-align: center;
}
.section-cta .content-container .cta .inner .cta-contact:before, .section-cta .fv .content-container .cta .inner .fv-cta .cta-contact.lead:after, .fv .section-cta .content-container .cta .inner .fv-cta .cta-contact.lead:after, .section-cta .fv .content-container .fv-cta .cta .inner .cta-contact.lead:after, .fv .section-cta .content-container .fv-cta .cta .inner .cta-contact.lead:after, .section-cta .fv .content-container .cta .fv-cta .inner .fv-contact .cta-contact.fv-contact-btn:after, .fv .section-cta .content-container .cta .fv-cta .inner .fv-contact .cta-contact.fv-contact-btn:after, .section-cta .fv .content-container .fv-cta .cta .inner .fv-contact .cta-contact.fv-contact-btn:after, .fv .section-cta .content-container .fv-cta .cta .inner .fv-contact .cta-contact.fv-contact-btn:after, .section-cta .content-container .cta .inner .notice .cta-contact.notice-title:after, .notice .section-cta .content-container .cta .inner .cta-contact.notice-title:after, .section-cta .content-container .cta .inner .cta-contact.section-cta-title:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 80%;
  height: 3px;
  border-radius: 1.5px;
  background-color: #f59c1a;
  top: -1.5px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .section-cta .content-container .cta .inner .cta-contact:before, .section-cta .fv .content-container .cta .inner .fv-cta .cta-contact.lead:after, .fv .section-cta .content-container .cta .inner .fv-cta .cta-contact.lead:after, .section-cta .fv .content-container .fv-cta .cta .inner .cta-contact.lead:after, .fv .section-cta .content-container .fv-cta .cta .inner .cta-contact.lead:after, .section-cta .fv .content-container .cta .fv-cta .inner .fv-contact .cta-contact.fv-contact-btn:after, .fv .section-cta .content-container .cta .fv-cta .inner .fv-contact .cta-contact.fv-contact-btn:after, .section-cta .fv .content-container .fv-cta .cta .inner .fv-contact .cta-contact.fv-contact-btn:after, .fv .section-cta .content-container .fv-cta .cta .inner .fv-contact .cta-contact.fv-contact-btn:after, .section-cta .content-container .cta .inner .notice .cta-contact.notice-title:after, .notice .section-cta .content-container .cta .inner .cta-contact.notice-title:after, .section-cta .content-container .cta .inner .cta-contact.section-cta-title:after {
    width: 3px;
    height: 100%;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 992px) {
  .section-cta .content-container .cta .inner .cta-contact:before, .section-cta .fv .content-container .cta .inner .fv-cta .cta-contact.lead:after, .fv .section-cta .content-container .cta .inner .fv-cta .cta-contact.lead:after, .section-cta .fv .content-container .fv-cta .cta .inner .cta-contact.lead:after, .fv .section-cta .content-container .fv-cta .cta .inner .cta-contact.lead:after, .section-cta .fv .content-container .cta .fv-cta .inner .fv-contact .cta-contact.fv-contact-btn:after, .fv .section-cta .content-container .cta .fv-cta .inner .fv-contact .cta-contact.fv-contact-btn:after, .section-cta .fv .content-container .fv-cta .cta .inner .fv-contact .cta-contact.fv-contact-btn:after, .fv .section-cta .content-container .fv-cta .cta .inner .fv-contact .cta-contact.fv-contact-btn:after, .section-cta .content-container .cta .inner .notice .cta-contact.notice-title:after, .notice .section-cta .content-container .cta .inner .cta-contact.notice-title:after, .section-cta .content-container .cta .inner .cta-contact.section-cta-title:after {
    left: -20px;
  }
}
@media screen and (min-width: 992px) {
  .section-cta .content-container .cta .inner .cta-contact:before, .section-cta .fv .content-container .cta .inner .fv-cta .cta-contact.lead:after, .fv .section-cta .content-container .cta .inner .fv-cta .cta-contact.lead:after, .section-cta .fv .content-container .fv-cta .cta .inner .cta-contact.lead:after, .fv .section-cta .content-container .fv-cta .cta .inner .cta-contact.lead:after, .section-cta .fv .content-container .cta .fv-cta .inner .fv-contact .cta-contact.fv-contact-btn:after, .fv .section-cta .content-container .cta .fv-cta .inner .fv-contact .cta-contact.fv-contact-btn:after, .section-cta .fv .content-container .fv-cta .cta .inner .fv-contact .cta-contact.fv-contact-btn:after, .fv .section-cta .content-container .fv-cta .cta .inner .fv-contact .cta-contact.fv-contact-btn:after, .section-cta .content-container .cta .inner .notice .cta-contact.notice-title:after, .notice .section-cta .content-container .cta .inner .cta-contact.notice-title:after, .section-cta .content-container .cta .inner .cta-contact.section-cta-title:after {
    left: -30px;
  }
}
.section-cta .content-container .cta .inner .cta-contact .description {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .section-cta .content-container .cta .inner .cta-contact .description {
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 1280px) {
  .section-cta .content-container .cta .inner .cta-contact .description {
    margin-bottom: 10px;
  }
}
.section-cta .content-container .cta .inner .cta-contact .cta-contact-btn {
  padding: 12px 0 12px;
  background: rgb(255, 185, 0);
  background: linear-gradient(180deg, rgb(255, 185, 0) 0%, rgb(182, 132, 0) 100%);
  width: 250px;
  border-radius: 5px;
  border: 3px solid #f59c1a;
  font-size: 14px;
  color: #fff;
  margin: 0 auto;
}
.section-cta .content-container .cta .inner .cta-contact .cta-contact-btn span {
  font-size: 12px;
  padding: 1px 5px;
  border: 1px solid #fff;
  margin-right: 5px;
}

.works .section-title {
  font-size: 24px;
}
@media screen and (max-width: 374px) {
  .works .section-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .works .section-title {
    font-size: 36px;
  }
}
.works .section-title img {
  width: 150px;
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  .works .section-title img {
    width: 250px;
  }
}
.works .section-title span {
  font-size: 20px;
}
@media screen and (max-width: 374px) {
  .works .section-title span {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .works .section-title span {
    font-size: 28px;
  }
}
.works .slider {
  margin: 40px auto 0;
  max-width: 1200px;
}
.works .slider .slide-block {
  width: 120px;
}
@media screen and (min-width: 768px) {
  .works .slider .slide-block {
    width: 225px;
  }
}
.works .slider .slide-block .img {
  width: 120px;
  margin: 15px 15px 0 0;
  overflow: hidden;
  transition: 0.3s all ease;
}
@media screen and (min-width: 768px) {
  .works .slider .slide-block .img {
    width: 150px;
  }
}
.works .slider .slide-block .img:hover {
  transform: scale(1.05);
  opacity: 0.9;
}

.section-voice .section-title img {
  width: 200px;
}
@media screen and (min-width: 992px) {
  .section-voice .section-title img {
    width: 280px;
  }
}
.section-voice .content-container {
  gap: 16px;
  margin-top: 36px;
}
@media screen and (min-width: 768px) {
  .section-voice .content-container {
    gap: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .section-voice .content-container {
    gap: 36px;
  }
}
.section-voice .content-container .voice {
  border: none;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  padding: 30px 20px;
}
@media screen and (min-width: 1280px) {
  .section-voice .content-container .voice {
    padding: 30px 40px;
  }
}
.section-voice .content-container .voice h3 {
  font-size: 20px;
  margin-bottom: 16px;
}
@media screen and (min-width: 992px) {
  .section-voice .content-container .voice h3 {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
.section-voice .content-container .voice p {
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .section-voice .content-container .voice p {
    font-size: 20px;
  }
}

#footer {
  margin-top: 90px;
}
#footer a {
  width: 250px;
}
@media screen and (min-width: 768px) {
  #footer a {
    width: 350px;
  }
}
#footer .copyright {
  margin-top: 30px;
  padding: 40px 0;
  background-color: #f59c1a;
  color: #fff;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  #footer .copyright {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  #footer .copyright {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */