/* -----------------------------------------------------------------
Project
----------------------------------------------------------------- */
/*====================================================
*
*	Home
*
====================================================*/
.l-main {
  max-width: 738px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  color: #000008;
  overflow-wrap: break-word!important;
}
@media screen and (max-width: 767px) {
  .l-main {
    max-width: unset;
    width: 94%;
    text-align: justify;
  }
}

.p-h1-title {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-h1-title {
    margin-top: 80px;
  }
}
.p-h1-title__text {
  text-align: center;
  font-size: 42px;
  letter-spacing: 0;
  color: #6E071A;
}
@media screen and (max-width: 767px) {
  .p-h1-title__text {
    font-size: 28px;
  }
}
@media screen and (max-width: 325px) {
  .p-h1-title__text {
    font-size: 27px;
  }
}

.c-h2-title {
  font-size: 22px;
  color: #6E071A;
  letter-spacing: 1px;
}

.p-about__title {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .p-about__title {
    margin-top: 60px;
    text-align: center;
  }
}
.p-about__text {
  font-size: 16px;
  line-height: 26px;
  color: #6E071A;
  font-weight: 700;
  margin-top: 8px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-about__text {
    margin-top: 20px;
  }
}

.p-point {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .p-point {
    margin-top: 10px;
  }
}
.p-point__title {
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .p-point__title {
    text-align: center;
  }
}
.p-point__text {
  margin-left: 19px;
}
.p-point__one-box {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-point__one-box {
    margin-top: 35px;
  }
}
.p-point__one-text {
  margin-top: 25px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-point__one-text {
    margin-top: 20px;
  }
}
.p-point__one-title {
  position: relative;
  padding-left: 32px;
}
.p-point__one-title::before {
  content: "1.";
  display: block;
  position: absolute;
  top: 0;
  left: 12px;
  width: 100%;
  height: 100%;
}
.p-point__two-title {
  position: relative;
  padding-left: 26px;
}
.p-point__two-title::before {
  content: "2.";
  display: block;
  position: absolute;
  top: 0;
  left: 8px;
  width: 100%;
  height: 100%;
}
.p-point__three-title {
  position: relative;
  padding-left: 26px;
}
.p-point__three-title::before {
  content: "3.";
  display: block;
  position: absolute;
  top: 0;
  left: 8px;
  width: 100%;
  height: 100%;
}
.p-point__two-box {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .p-point__two-box {
    margin-top: 96px;
  }
}
.p-point__two-text {
  margin-top: 23px;
  letter-spacing: 0;
}
.p-point__two-sub-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin-top: 350px;
  letter-spacing: 0px;
  margin-left: -6px;
}
@media screen and (max-width: 767px) {
  .p-point__two-sub-title {
    margin-top: 195px;
  }
}
.p-point__two-text-kome {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .p-point__two-text-kome {
    margin-top: 22px;
  }
}
.p-point__three-box {
  margin-top: 89px;
}
@media screen and (max-width: 767px) {
  .p-point__three-box {
    margin-top: 95px;
  }
}
.p-point__three-text {
  margin-top: 25px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-point__three-text {
    margin-top: 20px;
  }
}
.p-point__two-text-br {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-point__two-text-br {
    display: none;
  }
}
.p-point__text1 {
  position: relative;
}
.p-point__text1::before {
  content: "1.";
  display: block;
  position: absolute;
  top: 0;
  left: -16px;
  width: 100%;
  height: 100%;
}
.p-point__text2 {
  position: relative;
}
.p-point__text2::before {
  content: "2.";
  display: block;
  position: absolute;
  top: 0;
  left: -16px;
  width: 100%;
  height: 100%;
}
.p-point__text3 {
  position: relative;
}
.p-point__text3::before {
  content: "3.";
  display: block;
  position: absolute;
  top: 0;
  left: -16px;
  width: 100%;
  height: 100%;
}
.p-point__img {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-point__img {
    margin-top: 28px;
  }
}
.p-point__img-sep {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-point__img-sep {
    margin-top: 30px;
  }
}

.c-color-e {
  color: #6E071A;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-color-e {
    font-size: 14px;
  }
}

.c-h3-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  color: #000;
  letter-spacing: 0;
  border-left: 2px solid #6E071A;
  line-height: 36px;
}
@media screen and (max-width: 767px) {
  .c-h3-title {
    line-height: 26px;
  }
}

.c-color-b {
  color: #000008;
  line-height: 26px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-color-b {
    font-size: 14px;
  }
}

.e-point {
  color: #6E071A;
}

.p-final {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-final {
    margin-top: 22px;
  }
}
.p-final__text {
  margin-top: 8px;
}
.p-final__text-box {
  padding: 32px;
  background-color: #F7F7F7;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-final__text-box {
    padding: 32px 21px 55px;
    margin-top: 20px;
  }
}
.p-final__link {
  letter-spacing: 0;
}
.p-final__box-title-sep {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-final__box-title-sep {
    margin-top: 20px;
  }
}

.c-color-b-sep {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-color-b-sep {
    margin-bottom: -5px;
  }
}

.p-ex {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .p-ex {
    margin-top: 32px;
  }
}
.p-ex__one-title {
  margin-top: 24px;
  padding-left: 28px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-ex__one-title {
    margin-top: 15px;
  }
}
.p-ex__one-title::before {
  content: "①";
  display: block;
  position: absolute;
  top: 0;
  left: 8px;
  width: 100%;
  height: 100%;
}
.p-ex__img {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-ex__img {
    margin-top: 30px;
  }
}

.p-procedure {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .p-procedure {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-procedure__title {
    line-height: 29px;
  }
}
.p-procedure__one-title {
  margin-top: 24px;
  padding-left: 8px;
}
.p-procedure__one-text {
  margin-top: 30px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-procedure__one-text {
    margin-top: 26px;
  }
}
.p-procedure__two-title {
  margin-top: 30px;
  padding-left: 8px;
}
@media screen and (max-width: 767px) {
  .p-procedure__two-title {
    margin-top: 35px;
  }
}
.p-procedure__two-text {
  margin-top: 30px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-procedure__two-text {
    margin-top: 25px;
  }
}
.p-procedure__two-list-text {
  line-height: 26px;
  letter-spacing: 0;
}
.p-procedure__two-list-text-f {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-procedure__two-list-text-f {
    margin-top: 20px;
  }
}
.p-procedure__three-title {
  margin-top: 30px;
  padding-left: 8px;
}
@media screen and (max-width: 767px) {
  .p-procedure__three-title {
    margin-top: 35px;
  }
}
.p-procedure__three-text {
  margin-top: 30px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-procedure__three-text {
    margin-top: 25px;
  }
}
.p-procedure__three-text-sep {
  margin-top: 22px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-procedure__three-text-sep {
    letter-spacing: -0.1px;
  }
}
.p-procedure__three-text-li {
  margin-top: 0;
  letter-spacing: 0;
}
.p-procedure-box {
  padding-left: 10px;
}
.p-procedure__two-box1 {
  background-color: #F7F7F7;
  padding: 32px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-procedure__two-box1 {
    padding: 16px;
    margin-top: 15px;
  }
}
.p-procedure__two-box2 {
  background-color: #F7F7F7;
  padding: 32px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-procedure__two-box2 {
    padding: 16px 0 16px 16px;
  }
}
.p-procedure__two-box-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-procedure__two-box-title {
    font-size: 14px;
  }
}
.p-procedure__two-box-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .p-procedure__two-box-text {
    font-size: 14px;
    margin-top: 0;
  }
}
.p-procedure__two-box-text1 {
  margin-top: 0;
}
.p-procedure__two-box-text2 {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-procedure__two-box-text2 {
    letter-spacing: -0.3px;
  }
}/*# sourceMappingURL=style.css.map */