@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&family=RocknRoll+One&display=swap");
br.pc {
  display: block;
}
@media (max-width: 500px) {
  br.pc {
    display: none;
  }
}

br.tab {
  display: none;
}
@media (max-width: 1080px) {
  br.tab {
    display: block;
  }
}

br.tab-s {
  display: none;
}
@media (max-width: 768px) {
  br.tab-s {
    display: block;
  }
}

br.sp {
  display: none;
}
@media (max-width: 500px) {
  br.sp {
    display: block;
  }
}

.row {
  --bs-gutter-x: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  background-color: white;
  color: #212529;
  background-image: url(../images/lp/bg.png);
  background-repeat: repeat;
  background-size: auto;
}

h2 {
  font-family: "RocknRoll One", sans-serif;
}

#content.full-width {
  width: 100%;
  padding-right: 0;
  float: none;
  padding: 0;
}

.voice h2,
.faq h2,
.area h2,
.contact h2 {
  font-size: 50px;
  color: #00157d;
}
@media (max-width: 768px) {
  .voice h2,
  .faq h2,
  .area h2,
  .contact h2 {
    font-size: 1.7rem;
  }
}

.head {
  background: #fff;
  /* 内装・外装のリフォームから住宅診断まで、住宅の安心・安全をサポートします！ */
  width: 739px;
  height: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: #023492;
  width: 100%;
}
@media (max-width: 500px) {
  .head {
    font-size: 14px;
  }
}

.hero {
  background-image: url("../images/lp/hero-bg.jpg");
  background-repeat: no-repeat;
  padding: 0 1rem 8rem;
  position: relative;
  background-size: 100% calc(100% - 82px);
  margin-bottom: 82px;
}
@media (max-width: 768px) {
  .hero {
    padding: 0 1rem;
  }
}
@media (max-width: 500px) {
  .hero {
    background-image: url("../images/lp/hero-bg-sp.jpg");
  }
}
.hero .btn {
  font-weight: bold;
}
.hero .container {
  max-width: 1240px !important;
}
@media (max-width: 768px) {
  .hero .container {
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .hero .container {
    width: 100%;
    padding: 0;
  }
}

.head-buttons {
  position: relative;
  max-width: 1140px;
  height: 97px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 500px) {
  .head-buttons {
    height: 76px;
  }
}

.head-buttons-box {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 768px) {
  .head-buttons-box {
    position: inherit;
    left: 0;
    justify-content: center;
  }
}
@media (max-width: 500px) {
  .head-buttons-box {
    gap: 6px;
    position: inherit;
    right: 0;
    left: 0;
  }
}
.head-buttons-box-tel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4px 8px 0px;
  gap: 6px;
  width: 327px;
  height: 97px;
  left: calc(50% - 163.5px - 78.5px);
  top: 0px;
  background: #f6d202;
  border-radius: 0px 0px 20px 20px;
  color: #000;
}
@media (max-width: 500px) {
  .head-buttons-box-tel {
    padding: 2px 8px 0px;
    width: 243px;
    left: 0;
    height: 76px;
    gap: 2px;
    position: inherit;
  }
}
.head-buttons-box-tel-text01 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #000;
}
@media (max-width: 500px) {
  .head-buttons-box-tel-text01 {
    font-size: 15px;
    line-height: 16px;
  }
}
.head-buttons-box-tel-text02 {
  /* 046-212-2877 */
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 40px;
  color: #000;
}
@media (max-width: 500px) {
  .head-buttons-box-tel-text02 {
    font-size: 28px;
    line-height: 32px;
    padding-left: 30px;
  }
}
.head-buttons-box-tel-text02::before {
  position: absolute;
  content: "";
  display: block;
  width: 34px;
  height: 36px;
  background-image: url(../images/lp/tel-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 500px) {
  .head-buttons-box-tel-text02::before {
    width: 24px;
    height: 26px;
  }
}
.head-buttons-box-tel-text03 {
  /* 営業時間 8：30〜20：00（定休日:日曜日） */
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #000;
}
@media (max-width: 500px) {
  .head-buttons-box-tel-text03 {
    font-size: 11px;
    line-height: 12px;
  }
}
.head-buttons-box-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px 16px;
  gap: 6px;
  width: 141px;
  height: 97px;
  left: calc(50% - 70.5px + 171.5px);
  top: 0px;
  background: #0239af;
  border-radius: 0px 0px 20px 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  text-align: center;
  color: #ffffff;
  padding-right: 20px;
}
@media (max-width: 500px) {
  .head-buttons-box-form {
    left: 0;
    height: 76px;
    width: 102px;
    font-size: 13px;
    padding: 0px 8px 4px;
    padding-right: 12px;
    position: inherit;
  }
}
.head-buttons-box-form::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 500px) {
  .head-buttons-box-form::after {
    right: 6px;
  }
}
.head-buttons-box-form .big {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
}
@media (max-width: 500px) {
  .head-buttons-box-form .big {
    font-size: 18px;
  }
}
.head-buttons-box-form .big :hover {
  opacity: 0.8;
  transition: all 0.3s;
  font-size: 18px;
}
.head-buttons-box-form :hover {
  opacity: 0.8;
  transition: all 0.3s;
}

.head-text-box {
  position: relative;
  max-width: 1280px;
  padding: 20px 0 20px;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
  z-index: 5;
}
@media (max-width: 768px) {
  .head-text-box {
    height: 328px;
    padding: 0 0 20px;
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  .head-text-box {
    margin-top: 25px;
  }
}
.head-text-box .pop-text {
  position: absolute;
  right: 0;
  top: 0;
  width: 523px;
  height: auto;
}
@media (max-width: 500px) {
  .head-text-box .pop-text {
    width: 100%;
    display: none;
  }
}
.head-text-box .pop-text img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.head-text-box h1 {
  max-width: 952px;
  margin: 0 auto;
}
@media (max-width: 500px) {
  .head-text-box h1 {
    max-width: 100%;
  }
}
.head-text-box h1 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .head-text-box h1 img {
    width: 88%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .head-text-box h1 img {
    width: auto;
    margin: 0 auto;
    height: 100%;
    max-height: 336px;
  }
}
@media (max-width: 665px) {
  .head-text-box h1 img {
    width: 64%;
  }
}
@media (max-width: 500px) {
  .head-text-box h1 img {
    width: 330px;
  }
}
.head-text-box h1 .hero-text-pc {
  display: block;
}
@media (max-width: 768px) {
  .head-text-box h1 .hero-text-pc {
    display: none;
  }
}
.head-text-box h1 .hero-text-sp {
  display: none;
}
@media (max-width: 768px) {
  .head-text-box h1 .hero-text-sp {
    display: block;
  }
}
.head-text-box-image {
  position: absolute;
  left: 0;
  bottom: 0;
}
.head-text-box-image img {
  position: relative;
  z-index: -1;
}
@media (max-width: 768px) {
  .head-text-box-image img {
    width: auto;
    height: 260px;
  }
}
@media (max-width: 500px) {
  .head-text-box-image img {
    width: auto;
    height: 184px;
  }
}

.bottom-text-box {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  height: 333px;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .bottom-text-box {
    justify-content: center;
    row-gap: 12px;
    height: calc(100vh - 180px);
  }
}
@media (max-width: 768px) {
  .bottom-text-box {
    height: auto;
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .bottom-text-box {
    gap: 0;
    flex-direction: column-reverse;
  }
}
.bottom-text-box-left {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .bottom-text-box-left {
    width: 100%;
  }
}
.bottom-text-box-left-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  gap: 10px;
  width: 509px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.6);
  border-radius: 30px;
  padding: 22px 32px;
}
@media (max-width: 768px) {
  .bottom-text-box-left-box {
    width: 100%;
    padding: 20px 20px;
  }
}
.bottom-text-box-left-box-text01 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  width: 159px;
  height: 35px;
  background: #275ec5;
  width: 177px;
  height: 50px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 50px;
  /* ボックスの高さと同一、または208% */
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
}
.bottom-text-box-left-box-text02 {
  width: 467px;
  height: 50px;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 50px;
  color: #000;
}
@media (max-width: 500px) {
  .bottom-text-box-left-box-text02 {
    width: 100%;
    font-size: 18px;
  }
}
.bottom-text-box-left-box-text02 .number {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 50px;
}
@media (max-width: 500px) {
  .bottom-text-box-left-box-text02 .number {
    font-size: 30px;
  }
}
.bottom-text-box-left-box-text03 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #00157d;
  background: #fffdc8;
  padding: 8px 25px;
}
@media (max-width: 500px) {
  .bottom-text-box-left-box-text03 {
    font-size: 18px;
    padding: 8px 8px;
    line-height: 20px;
    text-align: center;
  }
}
.bottom-text-box-left-box-text03 .number {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 50px;
}
@media (max-width: 500px) {
  .bottom-text-box-left-box-text03 .number {
    font-size: 24px;
  }
}
.bottom-text-box-left-box-text04 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}
@media (max-width: 500px) {
  .bottom-text-box-left-box-text04 {
    font-size: 16px;
  }
}
.bottom-text-box-right {
  position: relative;
}
.bottom-text-box-right img {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .bottom-text-box-right img {
    width: 100%;
  }
}

.points {
  background: #eef8ff;
  margin-top: 163px;
  position: relative;
}
@media (max-width: 760px) {
  .points {
    margin-top: 150px;
  }
}
@media (max-width: 500px) {
  .points {
    margin-top: 100px;
  }
}
.points .bg {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .points .bg {
    padding: 40px 0;
  }
}
.points .title {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 747px;
  height: 163px;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .points .title {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .points .title {
    width: 100%;
    height: auto;
    top: -80px;
    bottom: auto;
  }
}
.points .title h2 {
  line-height: 1;
  margin: 0;
  padding: 0;
}
.points .title img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.points .col-md-4 {
  margin-bottom: 1.5rem;
}
.points .container {
  max-width: 1200px;
  width: 100%;
  padding: 0 92px;
}
@media (max-width: 1080px) {
  .points .container {
    width: 100%;
    padding: 0 20px;
  }
}
.points .point-item {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .points .point-item {
    flex-direction: column;
  }
}
.points .point-item.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .points .point-item.reverse {
    flex-direction: column;
  }
}
.points .point-image-box {
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 1080px) {
  .points .point-image-box {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .points .point-image-box {
    width: 100%;
  }
}
.points .point-text-box {
  width: calc(100% - 200px);
  text-align: left;
}
@media (max-width: 768px) {
  .points .point-text-box {
    width: 100%;
  }
}
.points .point-image {
  max-width: 400px;
  height: 300px;
  width: auto;
  object-fit: cover;
}
@media (max-width: 1080px) {
  .points .point-image {
    max-width: 100%;
    height: auto;
  }
}
.points .point-title {
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 12px;
  background: #00157d;
  border-radius: 12px;
  font-family: "RocknRoll One";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 76px;
  color: #ffffff;
  padding: 16px 16px;
}
@media (max-width: 768px) {
  .points .point-title {
    font-size: 24px;
    line-height: 1;
    padding: 4px 16px;
  }
}
.points .point-title .big {
  font-size: 50px;
  line-height: 76px;
}
@media (max-width: 768px) {
  .points .point-title .big {
    font-size: 40px;
    line-height: 50px;
  }
}
.points .catch {
  /* 現地調査+お見積書=0円 */
  font-family: "RocknRoll One";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  /* ボックスの高さと同一、または125% */
  display: flex;
  align-items: center;
  color: #ff6a00;
  padding: 20px 0 20px;
  position: relative;
  display: inline;
  padding-bottom: 8px;
  width: 100%;
  margin-bottom: 48px;
  margin-top: 20px;
}
@media (max-width: 1080px) {
  .points .catch {
    width: 100%;
    display: block;
  }
}
@media (max-width: 768px) {
  .points .catch {
    padding: 0 0 20px;
    margin-bottom: 0;
  }
}
.points .catch::after {
  position: absolute;
  left: 0;
  bottom: -4px;
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  border-radius: 2%;
  background: #fff;
  box-sizing: border-box;
}
.points .plain-text {
  font-size: 18px;
  line-height: 32px;
  color: #000000;
  padding: 20px 0 20px;
  margin-top: 20px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .points .plain-text {
    padding: 0 0 0;
  }
}

.cta {
  background-image: url(../images/lp/cta.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0 80px;
}
.cta-title {
  /* お気軽にご相談ください */
  width: 1199px;
  height: 83.2px;
  left: calc(50% - 599.5px);
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 76px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  color: #00157d;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cta-title {
    width: 100%;
  }
}
@media (max-width: 1080px) {
  .cta-title {
    width: 100%;
    font-size: 34px;
    line-height: 38px;
  }
}
@media (max-width: 500px) {
  .cta-title {
    margin-bottom: 10px;
    justify-content: center;
  }
}
.cta-title::before {
  content: "";
  display: block;
  width: 20%;
  height: 2px;
  max-width: 200px;
  background: #275ec5;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 500px) {
  .cta-title::before {
    display: none;
  }
}
.cta-title::after {
  content: "";
  display: block;
  width: 20%;
  height: 2px;
  max-width: 200px;
  background: #275ec5;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 500px) {
  .cta-title::after {
    display: none;
  }
}
.cta .container {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.cta .cta-point {
  max-width: 852px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
@media (max-width: 1080px) {
  .cta .cta-point {
    row-gap: 7px;
    justify-content: center;
  }
}
.cta .cta-point-item-inner {
  display: flex;
  flex-direction: column;
  gap: 4px;
  box-sizing: border-box;
  width: 182px;
  height: 182px;
  background: #ffffff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1080px) {
  .cta .cta-point-item-inner {
    width: 154px;
    height: 154px;
  }
}
@media (max-width: 500px) {
  .cta .cta-point-item-inner {
    width: 120px;
    height: 120px;
  }
}
.cta .cta-point-item {
  box-sizing: border-box;
  max-width: 198px;
  width: 100%;
  height: 198px;
  margin: 0 auto;
  background: linear-gradient(to right, #ff4400 0%, #ffae00 100%);
  border-radius: 50%;
  padding: 8px;
}
@media (max-width: 1080px) {
  .cta .cta-point-item {
    width: 50%;
    max-width: 170px;
    height: 170px;
    margin: 6px;
  }
}
@media (max-width: 500px) {
  .cta .cta-point-item {
    width: 50%;
    max-width: 136px;
    height: 136px;
    margin: 6px;
  }
}
.cta .cta-point-item-text--blue {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  /* または112% */
  display: flex;
  align-items: center;
  text-align: center;
  color: #275ec5;
}
@media (max-width: 1080px) {
  .cta .cta-point-item-text--blue {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 500px) {
  .cta .cta-point-item-text--blue {
    font-size: 22px;
    line-height: 24px;
  }
}
.cta .cta-point-item-text--bold {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 38px;
  line-height: 40px;
  text-align: center;
  color: #000000;
}
@media (max-width: 1080px) {
  .cta .cta-point-item-text--bold {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (max-width: 500px) {
  .cta .cta-point-item-text--bold {
    font-size: 26px;
    line-height: 32px;
  }
}
.cta .cta-contact {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1080px) {
  .cta .cta-contact {
    row-gap: 20px;
  }
}
.cta .cta-contact-tel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  gap: 10px;
  margin: 0 auto;
  width: 45%;
  height: 264px;
  background: #ffffff;
  box-shadow: 0px 0px 11.6px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
}
@media (max-width: 1020px) {
  .cta .cta-contact-tel {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .cta .cta-contact-tel {
    width: 90%;
  }
}
@media (max-width: 500px) {
  .cta .cta-contact-tel {
    width: 100%;
    padding: 20px 10px 20px;
    height: auto;
    gap: 6px;
    border-radius: 20px;
  }
}
.cta .cta-contact-tel-title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 0.05em;
  padding-bottom: 8px;
  border-bottom: 3px solid #aadfff;
  color: #111111;
}
@media (max-width: 768px) {
  .cta .cta-contact-tel-title {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 375px) {
  .cta .cta-contact-tel-title {
    font-size: 24px;
    line-height: 28px;
  }
}
.cta .cta-contact-tel-title .text-orange {
  color: #ff6a00;
}
.cta .cta-contact-tel-number a {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 52px;
  line-height: 77px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.08em;
  color: #111111;
  position: relative;
  padding-left: 40px;
}
@media (max-width: 768px) {
  .cta .cta-contact-tel-number a {
    font-size: 40px;
    line-height: 64px;
  }
}
@media (max-width: 375px) {
  .cta .cta-contact-tel-number a {
    font-size: 38px;
  }
}
.cta .cta-contact-tel-number a::before {
  position: absolute;
  content: "";
  display: block;
  width: 33px;
  height: 35px;
  background-image: url(../images/lp/tel-icon.png);
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.cta .cta-contact-tel-note {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #111111;
}
@media (max-width: 768px) {
  .cta .cta-contact-tel-note {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 500px) {
  .cta .cta-contact-tel-note {
    font-size: 14px;
    line-height: 20px;
  }
}
.cta .cta-contact-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  gap: 10px;
  margin: 0 auto;
  width: 45%;
  height: 264px;
  background: #ffffff;
  box-shadow: 0px 0px 11.6px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
}
@media (max-width: 1020px) {
  .cta .cta-contact-form {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .cta .cta-contact-form {
    width: 90%;
  }
}
@media (max-width: 500px) {
  .cta .cta-contact-form {
    width: 100%;
    padding: 20px 10px 20px;
    height: auto;
    border-radius: 20px;
  }
}
.cta .cta-contact-form-title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 0.05em;
  padding-bottom: 8px;
  border-bottom: 3px solid #aadfff;
  color: #111111;
}
@media (max-width: 768px) {
  .cta .cta-contact-form-title {
    font-size: 26px;
    line-height: 42px;
  }
}
@media (max-width: 375px) {
  .cta .cta-contact-form-title {
    font-size: 24px;
    line-height: 28px;
  }
}
.cta .cta-contact-form-lead {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #111111;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .cta .cta-contact-form-lead {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 500px) {
  .cta .cta-contact-form-lead {
    font-size: 15px;
    line-height: 20px;
  }
}

#cta02 {
  margin-top: 80px;
}

.button__cta-form {
  background: #09a81b;
  border-radius: 20px;
  padding: 20px 60px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  color: #ffffff;
  position: relative;
}
@media (max-width: 768px) {
  .button__cta-form {
    padding: 20px 40px 20px 30px;
    font-size: 19px;
    line-height: 22px;
  }
}
@media (max-width: 500px) {
  .button__cta-form {
    padding: 20px 25px 20px 20px;
    font-size: 17px;
    line-height: 22px;
    width: 100%;
    justify-content: center;
  }
}
.button__cta-form::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media (max-width: 500px) {
  .button__cta-form::after {
    right: 10px;
  }
}
.button__cta-form:hover {
  opacity: 0.8;
  transition: all 0.5s;
}

.flow {
  padding-top: 80px;
}
.flow h2 {
  line-height: 1em;
  text-align: center;
  margin-bottom: 80px;
  font-size: 40px;
  color: #00157d;
}
@media (max-width: 500px) {
  .flow h2 {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
}
.flow ul {
  max-width: 700px;
  margin: 0 auto;
}
.flow ul li {
  list-style: none;
}
.flow ul .list-group-item {
  min-height: 124px;
  height: auto;
  padding: 20px 40px;
  background: white;
  border: 5px solid #aadfff;
  border-radius: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 26px;
  line-height: 18px;
  color: #000000;
  background: #fffee4;
  margin-bottom: 70px;
  position: relative;
}
@media (max-width: 500px) {
  .flow ul .list-group-item {
    padding: 20px 16px;
  }
}
.flow ul .list-group-item::after {
  display: block;
  width: 80px;
  height: 50px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 40px 0 40px;
  border-color: #aadfff transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: calc(100% + 15px);
}
.flow ul .list-group-item h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  color: #000000;
  line-height: 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.flow ul .list-group-item .number {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  color: #275ec5;
  margin-right: 20px;
  display: inline-block;
}
.flow ul .list-group-item .plain-text {
  font-size: 16px;
  line-height: 1.8em;
  /* ボックスの高さと同一、または200% */
  color: #000000;
  /* オートレイアウト内部 */
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.flow ul .list-group-item:last-child::after {
  display: none;
}

.voice {
  background: #eef8ff;
  position: relative;
}
.voice .bg {
  padding: 84px 0;
}
@media (max-width: 500px) {
  .voice .bg {
    padding: 34px 0;
  }
}
.voice .title {
  padding: 60px 0;
}
@media (max-width: 500px) {
  .voice .title {
    padding: 20px 0;
  }
}
.voice .col-md-4 {
  margin-bottom: 1.5rem;
}
.voice .container {
  max-width: 960px;
  width: 100%;
  padding: 0 20px;
}
.voice .gap-40 {
  gap: 40px;
}
.voice .voice-box-image {
  width: 300px;
}
@media (max-width: 768px) {
  .voice .voice-box-image {
    width: 100%;
  }
}
.voice .voice-box-text {
  width: calc(100% - 300px - 40px);
}
@media (max-width: 768px) {
  .voice .voice-box-text {
    width: 100%;
  }
}
.voice .voice-image {
  max-width: 300px;
  height: 200px;
}
.voice .voice-title {
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 12px;
  background: #00157d;
  border-radius: 12px;
  font-family: "RocknRoll One";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 76px;
  color: #ffffff;
  padding: 16px 16px;
}
.voice .plain-text {
  font-size: 18px;
  line-height: 32px;
  color: #000000;
  font-weight: 500;
}
.voice .name-text {
  text-align: right;
  font-weight: 500;
}

.faq .title {
  padding: 60px 0;
}
@media (max-width: 500px) {
  .faq .title {
    padding: 20px 0;
  }
}
.faq .accordion-button {
  font-weight: 500;
  color: #000;
  background-color: #aadfff;
  box-shadow: none;
  padding: 30px;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 10px 10px 10px 10px;
}
.faq .accordion-body {
  border: 5px solid #aadfff;
  background: #fff;
  border-radius: 0 0 10px 10px;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 30px;
}
@media (max-width: 500px) {
  .faq .accordion-body {
    font-size: 16px;
    padding: 15px 20px 20px;
  }
}
.faq .accordion-item {
  border: 0;
  margin-bottom: 40px;
}
.faq .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #aadfff;
  box-shadow: none;
  padding: 30px;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 500px) {
  .faq .accordion-button:not(.collapsed) {
    font-size: 18px;
    padding: 20px 20px 20px;
  }
}
.faq .text-question {
  color: #275ec5;
  font-size: 34px;
  margin-right: 16px;
}
.faq .text-answer {
  color: #ff6a00;
  font-size: 34px;
  margin-right: 16px;
}
@media (max-width: 500px) {
  .faq .text-answer {
    margin-right: 8px;
  }
}

.area {
  background: #e5f5ff;
  text-align: center;
}
.area .title {
  padding: 60px 0;
}
@media (max-width: 500px) {
  .area .title {
    padding: 20px 0;
  }
}
.area .plain-text {
  text-align: center;
  max-width: 634px;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  color: #000000;
  margin: 0 auto;
  padding-top: 40px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 500px) {
  .area .plain-text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .area .area-map {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .area .area-map img {
    width: 100%;
  }
}

.contact .title {
  padding: 60px 0;
}
@media (max-width: 500px) {
  .contact .title {
    padding: 20px 0;
  }
}
.contact .plain-text {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-size: 17px;
  line-height: 1.5rem;
  text-align: center;
  padding: 30px 0;
}
@media (max-width: 1080px) {
  .contact .plain-text {
    text-align: left;
    font-size: 16px;
  }
}
.contact form {
  max-width: 600px;
  margin: 0 auto;
}
.contact label {
  font-weight: 500;
}
.contact .require {
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  padding: 0px 16px;
  position: absolute;
  height: 20px;
  background: #fb951f;
  border-radius: 3px;
  margin-left: 16px;
}
.contact .privacy {
  font-size: 16px;
}

footer {
  margin-bottom: 0;
}
footer small {
  font-size: 0.8rem;
}
footer .footer-menu {
  /* gm */
  box-sizing: border-box;
  justify-content: center;
  max-width: 1200px;
  width: 100%;
}
footer .footer-menu ul {
  border-top: 2px solid #aadfff;
  border-bottom: 2px solid #aadfff;
  list-style: none;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  padding: 36px 0;
  width: 100%;
  font-weight: 600;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  footer .footer-menu ul {
    padding: 12px 0;
  }
}
footer .footer-menu ul li {
  margin-right: 24px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 500px) {
  footer .footer-menu ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
footer .footer-menu ul li a {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
}
footer .footer-menu ul li a:hover {
  border-bottom: 1px solid #000;
  padding-bottom: 1px;
}
footer .adress-content {
  padding: 60px;
  text-align: center;
  background: transparent;
}
@media (max-width: 500px) {
  footer .adress-content {
    padding: 40px 0;
  }
}
footer .adress-content .adress {
  font-weight: 500;
  line-height: 1.6rem;
}
footer .adress-content h3 {
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 43px;
  letter-spacing: 0.1em;
  color: #00157d;
  margin-bottom: 30px;
}
footer .copy {
  text-align: center;
  background: #aadfff;
  text-align: center;
  height: 50px;
  line-height: 50px;
}

input.form-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 0px;
  padding-left: 20px;
  width: 320px;
  height: 70px;
  background: #09a81b;
  border-radius: 6px;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  margin-top: 30px;
  font-weight: 500;
}

.form-submit-button {
  width: 320px;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 500px) {
  .form-submit-button {
    width: 100%;
  }
}
.form-submit-button::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-bottom: 4px solid #fff600;
  border-right: 4px solid #fff600;
  transform: rotate(-45deg);
  position: absolute;
  left: 5%;
  z-index: 100;
  top: 50%;
  bottom: 50%;
  margin: auto;
}

span.required {
  padding: 1px 10px;
  background: orange;
  color: #fff;
  margin: 0 6px;
  border-radius: 6px;
  font-size: 14px;
}

input.form-button {
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 768px) {
  input.tel {
    width: 30% !important;
  }
  dt.p-contact-list__title {
    padding-top: 16px;
    padding-bottom: 8px;
    line-height: 1;
  }
}
#toTop {
  position: fixed;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background-color: #00157d;
  padding: 30px;
  color: #fff;
  z-index: 1000;
  opacity: 0.8;
}

#toTop::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 1.5rem;
  }
  .hero p.lead {
    font-size: 1.1rem;
  }
  .hero .btn {
    width: 100%;
  }
  .points .col-md-4 {
    width: 100%;
  }
  .flow ol .list-group-item {
    font-size: 0.95rem;
  }
  .contact form {
    padding: 0 1rem;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-fadein {
  animation: fadeInUp 0.8s ease-out both;
}/*# sourceMappingURL=template-lp.css.map */