.main {
  height: 100vh;
  background-color: #b2a58f;
  position: relative;
  width: 100%;
  text-align: center;
}
.main__top-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .main__top-box {
    top: 55%;
  }
}
.main__top-box img {
  width: 420px;
}
@media only screen and (max-width: 768px) {
  .main__top-box img {
    width: 80%;
  }
}
.main__top-box h1 {
  color: white;
  font-size: 18rem;
  font-weight: 900;
  position: absolute;
  z-index: -1;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .main__top-box h1 {
    font-size: 6rem;
  }
}
.main__top-box p {
  font-size: 2.6rem;
  width: 100%;
  z-index: 1;
  color: white;
  position: absolute;
  top: 75%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 600;
  line-height: 4.5rem;
}
@media only screen and (max-width: 768px) {
  .main__top-box p {
    font-size: 2rem;
    width: 90%;
    line-height: normal;
    top: unset;
    bottom: -50px;
  }
}
.main__top-box p span {
  font-weight: 900;
}

.main-sec-02 h2 {
  font-size: 6rem;
  text-align: center;
  font-weight: 900;
  color: #736357;
  padding: 50px 0;
  border-bottom: 1px solid #736357;
}
@media only screen and (max-width: 768px) {
  .main-sec-02 h2 {
    padding: 50px 10px;
    font-size: 2.4rem;
  }
}
.main-sec-02 h3 {
  font-weight: 900;
  font-size: 6rem;
  color: #736357;
  text-align: center;
  padding-top: 50px;
}
@media only screen and (max-width: 768px) {
  .main-sec-02 h3 {
    font-size: 2.8rem;
    padding-top: 50px;
  }
}
.main-sec-02 h3 span {
  color: #edc900;
}
.main-sec-02__service-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .main-sec-02__service-box {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
.main-sec-02__service-box h4 {
  font-size: 2.6rem;
  font-weight: 900;
  color: #736357;
  margin: 40px 0 10px;
}
@media only screen and (max-width: 768px) {
  .main-sec-02__service-box h4 {
    font-size: 2.4rem;
    margin: 20px 0;
  }
}
.main-sec-02__service-box--textbox {
  font-size: 2rem;
}
.main-sec-02__service-box--textbox p {
  line-height: 1.8;
  font-weight: 500;
}
.main-sec-02__service-box img {
  width: 400px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .main-sec-02__service-box img {
    width: 100%;
  }
}
.main-sec-02__sevicearrow {
  text-align: center;
  border-bottom: 1px solid #736357;
}
.main-sec-02__sevicearrow .arrow {
  color: #736357;
  background-color: #736357;
  margin: 0;
}

.main-sec-03__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #736357;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .main-sec-03__content {
    display: block;
  }
}
.main-sec-03__content::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background-color: #ccc;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.main-sec-03__content-box {
  text-align: center;
  width: 50%;
  padding: 50px 0 100px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (max-width: 768px) {
  .main-sec-03__content-box {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid;
    padding: 50px 20px 50px;
    position: relative;
  }
}
.main-sec-03__content-box .arrow {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  background-color: #b2a58f;
  color: #b2a58f;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.main-sec-03__content-box:hover {
  background-color: #b2a58f;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.main-sec-03__content-box:hover h4,
.main-sec-03__content-box:hover p {
  color: white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.main-sec-03__content-box:hover .arrow {
  background-color: #edc900;
  color: #edc900;
}
@media only screen and (max-width: 768px) {
  .main-sec-03__content-box:hover .arrow {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
.main-sec-03__content-box.active .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.main-sec-03__content-box h4 {
  font-weight: 900;
  color: #736357;
  font-size: 6rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (max-width: 768px) {
  .main-sec-03__content-box h4 {
    font-size: 3rem;
  }
}
.main-sec-03__content-box--sub-title {
  color: #736357;
  font-weight: 600;
  font-size: 2.4rem;
}
.main-sec-03__content-box p {
  line-height: 1.8;
  font-weight: 500;
  font-size: 2rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (max-width: 768px) {
  .main-sec-03__content-box p {
    line-height: normal;
    margin: 10px 0;
  }
}
.main-sec-03__content__list {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.main-sec-03__content__list.active {
  max-height: 2500px;
}
.main-sec-03__content__list li {
  background-color: #736357;
  padding: 35px 50px;
  border-bottom: 1px solid white;
}
@media only screen and (max-width: 768px) {
  .main-sec-03__content__list li {
    padding: 20px;
  }
}
.main-sec-03__content__list li h5 {
  font-size: 3.2rem;
  color: white;
  font-weight: 900;
  margin-bottom: 10px;
}
.main-sec-03__content__list li h5 span {
  font-weight: 400;
  font-size: 1.8rem;
  color: #edc900;
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  .main-sec-03__content__list li h5 span {
    margin-left: 0;
    font-size: 1.4rem;
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .main-sec-03__content__list li h5 {
    line-height: normal;
    margin-bottom: 20px;
    font-size: 2.8rem;
  }
}
.main-sec-03__content__list li p {
  color: white;
  font-size: 1.8rem;
  font-weight: 400;
}
.main-sec-03__content__list .web-flex li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .main-sec-03__content__list .web-flex li {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .main-sec-03__content__list .web-flex li .plan-price {
    margin-top: 20px;
  }
}
.main-sec-03__content__list .web-flex li .plan-price p {
  font-weight: 900;
  text-align: right;
  line-height: normal;
}
.main-sec-03__content__list .web-flex li .plan-price--bigtext {
  font-size: 4rem;
}
@media only screen and (max-width: 768px) {
  .main-sec-03__content__list .web-flex li .plan-price--bigtext {
    font-size: 2.8rem;
  }
}
.main-sec-03__content__list .web-flex li .plan-price--smalltext {
  font-weight: 500;
}

.main-sec-04 {
  text-align: center;
  position: relative;
}
.main-sec-04 h3 {
  padding: 30px 0;
  font-size: 6rem;
  font-weight: 900;
  color: #736357;
  border-bottom: 1px solid #b2a58f;
  background: white;
}
@media only screen and (max-width: 768px) {
  .main-sec-04 h3 {
    font-size: 3rem;
  }
}
.main-sec-04 h3 span {
  color: #edc900;
}
.main-sec-04::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background-color: #ccc;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.qa-box .qa-title {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .qa-box .qa-title {
    line-height: unset;
    font-size: 6rem;
  }
  .qa-box .qa-title span {
    margin: 50px 0 5px;
    display: block;
    font-size: 2rem;
  }
}