/* ---------------------------------------
  main
-----------------------------------------*/
main {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  main {
    margin-top: 1.2rem;
  }
}

/* ---------------------------------------
  .sec_detail .sec_ttl_box
-----------------------------------------*/
.sec_detail {
  color: #7a6a56;
}
.sec_detail .sec_ttl_box {
  aspect-ratio: 2416/591;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}
.sec_detail .sec_ttl_box .wrap {
  position: relative;
  height: 100%;
}
.sec_detail .sec_ttl_box .sec_ttl {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5.7rem;
}
@media screen and (max-width: 767px) {
  .sec_detail .sec_ttl_box .sec_ttl {
    left: 0;
  }
}

/* ---------------------------------------
  #support
-----------------------------------------*/
#support .sec_ttl_box {
  background-image: url(../img/detail/ttl_img_support.png);
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  #support .sec_ttl_box {
    margin-bottom: 3rem;
  }
}
#support .sec_ttl_box .sec_ttl {
  width: 18.7rem;
}
@media screen and (max-width: 767px) {
  #support .sec_ttl_box .sec_ttl {
    width: 12.4rem;
  }
}
#support .support_clm {
  position: relative;
}
#support .support_clm .point_clm_01 {
  position: absolute;
  right: 14.1rem;
  top: 50.6rem;
}
#support .support_clm .point_clm_02 {
  position: absolute;
  left: 9rem;
  top: 75.6rem;
}
#support .clm_box .clm_ttl {
  width: 41.1rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #support .clm_box .clm_ttl {
    width: 80%;
  }
}
#support .clm_box .clm_txt {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.5;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  #support .clm_box .clm_txt {
    font-size: 1.4rem;
    margin-top: 2rem;
    text-align: left;
  }
}
#support .clm_box .clm_txt + .clm_txt {
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  #support .clm_box .clm_txt + .clm_txt {
    margin-top: 1em;
  }
}
#support .clm_box + .clm_box {
  margin-top: 6.6rem;
}
@media screen and (max-width: 767px) {
  #support .clm_box + .clm_box {
    margin-top: 3rem;
  }
}
#support .list_box {
  margin-top: 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #support .list_box {
    margin-top: 1.5rem;
  }
}
#support .list_box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  #support .list_box .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  #support .list_box .list li {
    width: 33%;
  }
}
@media screen and (min-width: 768px) {
  #support .list_box .list_01 {
    margin-top: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  #support .list_box .list_02 {
    margin-top: 11.8rem;
  }
}
@media screen and (min-width: 768px) {
  #support .list_box .list_03 {
    margin-left: 0.3rem;
    margin-top: 2.2rem;
  }
}
@media screen and (min-width: 768px) {
  #support .list_box .list_04 {
    margin-left: -1.8rem;
    margin-top: 16.1rem;
  }
}
@media screen and (min-width: 768px) {
  #support .list_box .list_05 {
    margin-left: -6.6rem;
  }
}
#support .list_box .list_caption {
  margin-top: 2.5rem;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #support .list_box .list_caption {
    font-size: 1.4rem;
    text-align: left;
    margin-top: 3rem;
  }
}
#support .list_box .point_list_01 {
  position: absolute;
  left: 9.4rem;
  top: 24rem;
}
@media screen and (max-width: 767px) {
  #support .list_box .point_list_01 {
    width: 5rem;
    left: 0.4rem;
    top: 12rem;
  }
}
#support .list_box .point_list_02 {
  position: absolute;
  left: 53.1rem;
  top: 20.7rem;
}
@media screen and (max-width: 767px) {
  #support .list_box .point_list_02 {
    width: 2.5rem;
    left: 0;
    top: 0;
  }
}
#support .list_box .point_list_03 {
  position: absolute;
  right: 2.7rem;
  top: 7.3rem;
}
@media screen and (max-width: 767px) {
  #support .list_box .point_list_03 {
    width: 6rem;
    right: -1.3rem;
    top: 10.3rem;
  }
}
#support .list_box .point_list_04 {
  position: absolute;
  right: 12.2rem;
  top: 25rem;
}
@media screen and (max-width: 767px) {
  #support .list_box .point_list_04 {
    width: 5rem;
    right: 1.2rem;
    top: 17rem;
  }
}

/* ---------------------------------------
  #about
-----------------------------------------*/
#about {
  margin-top: 9.6rem;
}
@media screen and (max-width: 767px) {
  #about {
    margin-top: 4.8rem;
  }
}
#about .sec_ttl_box {
  background-image: url(../img/detail/ttl_img_about.png);
  margin-bottom: 4.3rem;
}
@media screen and (max-width: 767px) {
  #about .sec_ttl_box {
    margin-bottom: 2.1rem;
  }
}
#about .sec_ttl_box .sec_ttl {
  width: 24.5rem;
}
@media screen and (max-width: 767px) {
  #about .sec_ttl_box .sec_ttl {
    width: 16.3rem;
  }
}
#about .lead {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #about .lead {
    font-size: 1.4rem;
    text-align: left;
  }
}

/* ---------------------------------------
  #flow
-----------------------------------------*/
#flow {
  margin-top: 5.8rem;
}
@media screen and (max-width: 767px) {
  #flow {
    margin-top: 2.9rem;
  }
}
#flow .sec_ttl_box {
  background-image: url(../img/detail/ttl_img_flow.png);
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 767px) {
  #flow .sec_ttl_box {
    margin-top: 1.9rem;
  }
}
#flow .sec_ttl_box .sec_ttl {
  width: 24.6rem;
}
@media screen and (max-width: 767px) {
  #flow .sec_ttl_box .sec_ttl {
    width: 16.4rem;
  }
}
#flow .list dt {
  width: 41.1rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #flow .list dt {
    width: 80%;
  }
}
#flow .list dt.arrow {
  margin-top: 10.2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #flow .list dt.arrow {
    margin-top: 5.1rem;
  }
}
#flow .list dt.arrow::before {
  content: "";
  width: 1.9rem;
  height: 3.7rem;
  background: url(../img/detail/icon_flow.svg) no-repeat center/contain;
  position: absolute;
  top: -7.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #flow .list dt.arrow::before {
    width: 1.5rem;
    height: 2.9rem;
    top: -4.4rem;
  }
}
#flow .list dt.price {
  margin-top: 5rem;
}
#flow .list dd {
  margin-top: 2.9rem;
}
@media screen and (max-width: 767px) {
  #flow .list dd {
    margin: 2rem auto 0;
  }
}
#flow .list .txt {
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #flow .list .txt {
    font-size: 1.4rem;
    text-align: left;
  }
}
#flow .list .txt + .txt {
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  #flow .list .txt + .txt {
    margin-top: 1em;
  }
}
#flow .img_box {
  width: 72.8rem;
  margin: 6.7rem auto 0;
}
@media screen and (max-width: 767px) {
  #flow .img_box {
    width: 100%;
    margin-top: 2.5rem;
  }
}

/* ---------------------------------------
  #howto
-----------------------------------------*/
#howto {
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  #howto {
    margin-bottom: 3.2rem;
  }
}
#howto .sec_ttl_box {
  background-image: url(../img/detail/ttl_img_howto.png);
  margin-bottom: 7.2rem;
}
@media screen and (max-width: 767px) {
  #howto .sec_ttl_box {
    margin-bottom: 3.5rem;
  }
}
#howto .sec_ttl_box .sec_ttl {
  width: 45.6rem;
}
@media screen and (max-width: 767px) {
  #howto .sec_ttl_box .sec_ttl {
    width: 30.4rem;
  }
}
#howto .howto_box {
  width: 85rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  #howto .howto_box {
    width: 100%;
  }
}
#howto .howto_box .howto_clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 767px) {
  #howto .howto_box .howto_clm {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
#howto .howto_box .howto_clm .ttl {
  width: 41.1rem;
}
@media screen and (max-width: 767px) {
  #howto .howto_box .howto_clm .ttl {
    width: 80%;
    margin: 0 auto;
  }
}
#howto .howto_box .howto_clm .txt {
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 2.2rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  #howto .howto_box .howto_clm .txt {
    font-size: 1.4rem;
    margin: 1rem auto 0;
    text-align: left;
  }
}
#howto .howto_box .howto_clm.arrow::before {
  content: "";
  width: 3rem;
  height: 4.3rem;
  background: url(../img/detail/icon_howto.svg) no-repeat center/contain;
  position: absolute;
}
@media screen and (max-width: 767px) {
  #howto .howto_box .howto_clm.arrow::before {
    width: 1.8rem;
    height: 2.6rem;
    top: -4rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#howto .howto_box .howto_clm + .howto_clm {
  margin-top: 5.1rem;
}
@media screen and (min-width: 768px) {
  #howto .howto_box .howto_clm.clm_01 {
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  #howto .howto_box .howto_clm.clm_02 {
    margin-top: 11.7rem;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  #howto .howto_box .howto_clm.clm_02::before {
    top: -10.3rem;
    right: -5.6rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@media screen and (min-width: 768px) {
  #howto .howto_box .howto_clm.clm_03 {
    margin-top: 6.1rem;
    margin-left: 25.5rem;
  }
}
@media screen and (min-width: 768px) {
  #howto .howto_box .howto_clm.clm_03::before {
    top: -4.5rem;
    left: -7rem;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
#howto .howto_box .howto_clm.clm_04 {
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  #howto .howto_box .howto_clm.clm_04 {
    margin-left: 18.2rem;
  }
}
@media screen and (max-width: 767px) {
  #howto .howto_box .howto_clm.clm_04 {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #howto .howto_box .howto_clm.clm_05 {
    margin-top: 9rem;
    margin-left: 19.7rem;
  }
}
@media screen and (min-width: 768px) {
  #howto .howto_box .howto_clm.clm_05::before {
    top: -6.5rem;
    left: 17rem;
  }
}
@media screen and (min-width: 768px) {
  #howto .howto_box .howto_clm.clm_06 {
    margin-top: 9.4rem;
    margin-left: 28.4rem;
  }
}
@media screen and (min-width: 768px) {
  #howto .howto_box .howto_clm.clm_06::before {
    top: -6.5rem;
    left: 18rem;
  }
}
@media screen and (max-width: 767px) {
  #howto .howto_box .point_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #howto .howto_box .point_box .point_clm {
    width: calc((100% - 2rem) / 3);
  }
}
#howto .howto_box .point_01 {
  position: absolute;
  top: -3.2rem;
  left: -0.6rem;
}
@media screen and (max-width: 767px) {
  #howto .howto_box .point_01 {
    position: static;
  }
}
#howto .howto_box .point_02 {
  position: absolute;
  top: 18.2rem;
  right: 9.7rem;
}
@media screen and (max-width: 767px) {
  #howto .howto_box .point_02 {
    position: static;
  }
}
#howto .howto_box .point_03 {
  position: absolute;
  top: 40.6rem;
  right: -8.9rem;
}
@media screen and (max-width: 767px) {
  #howto .howto_box .point_03 {
    position: static;
  }
}
#howto .howto_box .point_04 {
  position: absolute;
  top: 55.4rem;
  left: -10.6rem;
}
@media screen and (max-width: 767px) {
  #howto .howto_box .point_04 {
    position: static;
  }
}
#howto .howto_box .point_05 {
  position: absolute;
  top: 74.8rem;
  left: -3.9rem;
}
@media screen and (max-width: 767px) {
  #howto .howto_box .point_05 {
    position: static;
  }
}

/* ---------------------------------------
  footer
-----------------------------------------*/
footer {
  margin-top: 7.5vw;
}