@charset "UTF-8";

/* ------------------------------
 width: all
------------------------------ */
body {
  background-position: top -60px center;
  background-image: url(../../../images/bg_re.webp);
}

main section.ttlsection .wrapper {
  background-image: url(../../../images/bg_ttl_re03.webp);
}

main section.s01 {
  padding: 100px 30px 0;
}

main section.s01 .wrapper {
  max-width: 1400px;
  margin: 0 auto;
}

main section.s01 .wrapper .t01 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 2.2;
}

main section.s01 .wrapper .t02 {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  color: #ff0000;
  margin-top: 130px;
}

main section.s01 .wrapper .list01 {
  width: 830px;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
}

main section.s01 .wrapper .list01 li {
  width: 250px;
  height: 250px;
  border: 1px solid #ff0000;
  border-radius: 250px;
  display: flex;
  align-items: center;
}

main section.s01 .wrapper .list01 li p {
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  color: #ff0000;
}

main section.s01 .wrapper .list02 {
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
}

main section.s01 .wrapper .list02 .li01 {
  width: 33.3%;
  padding: 0 35px;
}

main section.s01 .wrapper .list02 .li01+.li01 {
  border-left: 1px solid #ff0000;
}

main section.s01 .wrapper .list02 .li01 .t03 {
  font-size: 32px;
  line-height: 1;
  padding: 10px 0;
  border-radius: 50px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#fd140e), to(#fe9123));
  background: linear-gradient(90deg, #fd140e 0%, #fe9123 100%);
}

main section.s01 .wrapper .list02 .li01 .t04 {
  font-size: 28px;
  font-weight: bold;
  color: #ff0000;
  line-height: 1.65;
  text-align: center;
  margin-top: 30px;
}

main section.s01 .wrapper .list02 .li01 .list03 {
  margin-top: 40px;
}

main section.s01 .wrapper .list02 .li01 .list03 li {
  font-size: 18px;
  padding-left: 18px;
  position: relative;
  line-height: 1.8;
}

main section.s01 .wrapper .list02 .li01 .list03 li::before {
  content: "・";
  width: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #ff0000;
}

main section.s01 .wrapper .list02 .li01 .t05 {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 30px;
}

main section.s01 .wrapper .list02 .li01 .t06 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #ff0000;
  margin-top: 50px;
}

main section.s01 .wrapper .list02 .li01 .list04 {
  margin-top: 15px;
}

main section.s01 .wrapper .list02 .li01 .list04 li {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: #ff0000;
  border: 1px solid #ff0000;
  border-radius: 26px;
  padding: 16px 15px;
  background-color: #fff;
}

main section.s01 .wrapper .list02 .li01 .list04 li+li {
  margin-top: 10px;
}

main section.s01 .wrapper .list05 {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
}

main section.s01 .wrapper .list05 li {
  width: 48.6%;
  max-width: 680px;
  position: relative;
}

main section.s01 .wrapper .list05 li .photo {
  width: 100%;
  display: block;
}

main section.s01 .wrapper .list05 li p {
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
}

main section.s02 {
  padding: 180px 30px 0;
}

main section.s02 .wrapper h3 {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  color: #ff0000;
}

main section.s02 .wrapper .list06 {
  display: flex;
  flex-wrap: wrap;
  gap: 70px 6%;
  max-width: 1200px;
  margin: 70px auto 0;
}

main section.s02 .wrapper .list06 li {
  width: 47%;
}

main section.s02 .wrapper .list06 li dl {
  display: flex;
  align-items: flex-end;
}

main section.s02 .wrapper .list06 li dl dt {
  width: 35%;
}

main section.s02 .wrapper .list06 li dl dt img {
  width: 100%;
  display: block;
}

main section.s02 .wrapper .list06 li dl dd {
  width: 65%;
  font-weight: 500;
  line-height: 1.9;
  padding-bottom: 2%;
  font-size: clamp(16px, 1.5vw, 20px);
}

main section.s03 {
  padding: 180px 30px 0;
}

main section.s03 .wrapper {
  max-width: 1400px;
  margin: 0 auto;
}

main section.s03 .wrapper h4 {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  color: #ff0000;
}

main section.s03 .wrapper .flow {
  margin-top: 50px;
}

main section.s03 .wrapper .flow img {
  width: 100%;
  display: block;
}

main section.s03 .wrapper .btn03 {
  max-width: 640px;
  margin: 90px auto 0;
}

main section.s03 .wrapper .btn03 p span {
  display: inline-block;
  background-color: #fff;
  border-radius: 50px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #ff0000;
  padding: 9px 25px;
  margin: 8px 0 8px 30px;
}

main section.s03 .wrapper .t01 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-top: 40px;
}

main section.s03 .wrapper .address {
  background-color: #eee;
  max-width: 1000px;
  margin: 150px auto 0;
  padding: 25px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

main section.s03 .wrapper .address dt {
  width: 235px;
  font-size: 18px;
  line-height: 1.8;
}

main section.s03 .wrapper .address dd {
  width: calc(100% - 235px);
  font-size: 18px;
  line-height: 1.8;
}

main section.s03 .wrapper .address dd a {
  text-decoration: none;
  color: #231815;
}

main section.s03 .wrapper .btnlist02 {
  margin-top: 150px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 768px) {
  body {
    background-position: top 150px center;
    background-image: url(../../../images/bg_re_sp.webp);
  }

  main section.ttlsection .wrapper {
    background-image: url(../../../images/bg_ttl_re03.webp);
  }

  main section.s01 {
    padding: 15px 25px 0;
  }

  main section.s01 .wrapper {
    max-width: 1400px;
    margin: 0 auto;
  }

  main section.s01 .wrapper .t01 {
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    line-height: 2.2;
  }

  main section.s01 .wrapper .t02 {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #ff0000;
    margin-top: 25px;
  }

  main section.s01 .wrapper .list01 {
    width: 320px;
    margin: 10px auto 0;
    display: flex;
    justify-content: space-between;
  }

  main section.s01 .wrapper .list01 li {
    width: 100px;
    height: 100px;
    border: 1px solid #ff0000;
    border-radius: 250px;
    display: flex;
    align-items: center;
  }

  main section.s01 .wrapper .list01 li p {
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    color: #ff0000;
  }

  main section.s01 .wrapper .list02 {
    display: block;
    margin-top: 50px;
  }

  main section.s01 .wrapper .list02 .li01 {
    width: 100%;
    padding: 0 10px;
  }

  main section.s01 .wrapper .list02 .li01+.li01 {
    border: none;
    margin-top: 35px;
  }

  main section.s01 .wrapper .list02 .li01 .t03 {
    font-size: 16px;
    line-height: 1;
    padding: 5px 0;
    border-radius: 50px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#fd140e), to(#fe9123));
    background: linear-gradient(90deg, #fd140e 0%, #fe9123 100%);
  }

  main section.s01 .wrapper .list02 .li01 .t04 {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    line-height: 1.65;
    text-align: center;
    margin-top: 15px;
  }

  main section.s01 .wrapper .list02 .li01 .list03 {
    margin-top: 10px;
  }

  main section.s01 .wrapper .list02 .li01 .list03 li {
    font-size: 12px;
    padding-left: 12px;
    position: relative;
    line-height: 1.8;
  }

  main section.s01 .wrapper .list02 .li01 .list03 li::before {
    content: "・";
    width: 15px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #ff0000;
  }

  main section.s01 .wrapper .list02 .li01 .t05 {
    font-size: 12px;
    line-height: 1.8;
    margin-top: 5px;
  }

  main section.s01 .wrapper .list02 .li01 .t06 {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #ff0000;
    margin-top: 15px;
  }

  main section.s01 .wrapper .list02 .li01 .list04 {
    width: 240px;
    margin: 15px auto 0;
  }

  main section.s01 .wrapper .list02 .li01 .list04 li {
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    color: #ff0000;
    border: 1px solid #ff0000;
    border-radius: 26px;
    padding: 11px 0;
    background-color: #fff;
  }

  main section.s01 .wrapper .list02 .li01 .list04 li+li {
    margin-top: 10px;
  }

  main section.s01 .wrapper .list05 {
    display: block;
    margin-top: 50px;
  }

  main section.s01 .wrapper .list05 li {
    width: 100%;
    max-width: 100%;
    position: relative;
  }

  main section.s01 .wrapper .list05 li+li {
    margin-top: 10px;
  }

  main section.s01 .wrapper .list05 li .photo {
    width: 100%;
    display: block;
  }

  main section.s01 .wrapper .list05 li p {
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.4;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px;
  }

  main section.s02 {
    padding: 70px 32px 0;
  }

  main section.s02 .wrapper h3 {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #ff0000;
  }

  main section.s02 .wrapper .list06 {
    display: block;
    margin: 10px auto 0;
    max-width: 400px;
  }

  main section.s02 .wrapper .list06 li {
    width: 100%;
  }

  main section.s02 .wrapper .list06 li+li {
    margin-top: 20px;
  }

  main section.s02 .wrapper .list06 li dl {
    display: flex;
    align-items: flex-end;
  }

  main section.s02 .wrapper .list06 li dl dt {
    width: 30%;
  }

  main section.s02 .wrapper .list06 li dl dt img {
    width: 100%;
    display: block;
  }

  main section.s02 .wrapper .list06 li dl dd {
    width: 70%;
    font-weight: 500;
    line-height: 1.9;
    padding-bottom: 2%;
    padding-left: 10px;
    font-size: 12px;
    letter-spacing: 0;
  }

  main section.s03 {
    padding: 50px 25px 0;
  }

  main section.s03 .wrapper {
    max-width: 1400px;
    margin: 0 auto;
  }

  main section.s03 .wrapper h4 {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #ff0000;
  }

  main section.s03 .wrapper .flow {
    width: 280px;
    margin: 25px auto 0;
  }

  main section.s03 .wrapper .flow img {
    width: 100%;
    display: block;
  }

  main section.s03 .wrapper .btn03 {
    margin-top: 45px;
  }

  main section.s03 .wrapper .btn03 p span {
    display: inline-block;
    background-color: #fff;
    border-radius: 50px;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    color: #ff0000;
    padding: 5px 10px;
    margin: 0 0 0 10px;
  }

  main section.s03 .wrapper .t01 {
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    margin-top: 20px;
  }

  main section.s03 .wrapper .address {
    display: block;
    background-color: transparent;
    margin-top: 30px;
    padding: 0 20px;
  }

  main section.s03 .wrapper .address dt {
    width: 100%;
    font-size: 9px;
    line-height: 1.8;
    font-weight: bold;
    color: #ff0000;
  }

  main section.s03 .wrapper .address dd {
    width: 100%;
    font-size: 9px;
    line-height: 1.8;
  }

  main section.s03 .wrapper .address dd a {
    text-decoration: none;
    color: #231815;
  }

  main section.s03 .wrapper .btnlist02 {
    margin-top: 50px;
  }
}