.introductionSect {
  margin: 0 auto;
}

.introductionSect__head .headingCombi {
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .introductionSect__head .headingCombi {
    margin: 0 -24px;
  }
}

@media screen and (min-width: 768px) {
  .introductionSect__head .headingCombi .txt {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .introductionSect__head .headingCombi .txt {
    font-size: 13px;
    letter-spacing: .05em;
  }
}

@media screen and (min-width: 768px) {
  .merit01Sect {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1200px;
  }
}

.merit01Sect__head {
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .merit01Sect__head {
    margin-right: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
    width: calc(748px - ((1440px - 1200px) / 2) + ((calc(100vw - var(--scrollbar)) - 1200px) / 2));
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .merit01Sect__head {
    margin-right: auto;
    width: calc(748px);
  }
}

@media screen and (max-width: 768px) {
  .merit01Sect__head {
    margin-left: auto;
    margin-right: -32px;
    width: calc(100vw - 32px);
  }
}

@media screen and (max-width: 768px) {
  .merit01Sect__head + .merit01Sect__cont {
    margin-top: -40px;
  }
}

@media screen and (max-width: 768px) {
  .merit01Sect__head .photo {
    padding-left: 24px;
  }
}

@media screen and (min-width: 768px) {
  .merit01Sect__cont {
    margin-bottom: -50px;
    margin-right: -60px;
    width: 629px;
  }
}

@media screen and (max-width: 768px) {
  .merit01Sect__cont .headingCombi .heading + .txt {
    letter-spacing: 0;
  }
}

@media screen and (min-width: 768px) {
  .merit02Sect {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1200px;
  }
}

@media screen and (min-width: 768px) {
  .merit02Sect__head {
    width: 628px;
  }
}

@media screen and (max-width: 768px) {
  .merit02Sect__head {
    margin-left: -32px;
    width: 318px;
  }
}

@media screen and (min-width: 768px) {
  .merit02Sect__cont {
    margin-left: -60px;
    width: 629px;
  }
}

@media screen and (max-width: 768px) {
  .merit02Sect__cont {
    margin-top: -40px;
  }
}

@media screen and (min-width: 768px) {
  .merit02Sect__cont .meritBox {
    padding: 100px 100px 100px 160px;
  }
}

@media screen and (max-width: 768px) {
  .merit02Sect__cont .headingCombi .heading + .txt {
    letter-spacing: 0;
  }
}

@media screen and (min-width: 768px) {
  .merit03Sect {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1200px;
  }
}

@media screen and (min-width: 768px) {
  .merit03Sect__head {
    width: 628px;
  }
}

@media screen and (max-width: 768px) {
  .merit03Sect__head {
    margin-right: -32px;
    padding-left: 16px;
  }
}

@media screen and (min-width: 768px) {
  .merit03Sect__cont {
    margin-right: -60px;
    width: 629px;
  }
}

@media screen and (max-width: 768px) {
  .merit03Sect__cont {
    margin-top: -40px;
  }
}

@media screen and (max-width: 768px) {
  .merit03Sect__cont .headingCombi .heading + .txt {
    letter-spacing: 0;
  }
}

.merit04Sect {
  background-color: rgba(244, 243, 239, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .merit04Sect {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 100px;
    width: 1200px;
  }
}

@media screen and (max-width: 768px) {
  .merit04Sect {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0 -16px;
    padding: 40px 16px;
  }
}

@media screen and (min-width: 768px) {
  .merit04Sect__head {
    width: 574px;
  }
}

@media screen and (max-width: 768px) {
  .merit04Sect__head {
    margin-top: 32px;
  }
}

@media screen and (min-width: 768px) {
  .merit04Sect__head .photo + .headingCombi {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .merit04Sect__cont {
    width: 380px;
  }
}

.merit04Sect__cont .meritBox {
  background-color: unset;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .merit04Sect__cont .meritBox {
    width: 380px;
  }
}

@media screen and (max-width: 768px) {
  .merit04Sect__cont .meritBox .headingCombi {
    margin: 0 auto;
    padding: 0;
    width: 263px;
  }
}

@media screen and (max-width: 768px) {
  .merit04Sect__cont .meritBox .headingCombi .heading + .txt {
    letter-spacing: -.03em;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .merit04Sect__cont .meritBox .headingCombi:nth-child(3) {
    display: none;
  }
}

.meritBox {
  background-color: rgba(244, 243, 239, 0.4);
}

@media screen and (min-width: 768px) {
  .meritBox {
    padding: 100px 160px 100px 100px;
    width: 629px;
  }
}

@media screen and (max-width: 768px) {
  .meritBox {
    margin: 0 -16px;
    padding: 80px 0 48px;
  }
}

.meritBox__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .meritBox__head {
    height: 40px;
  }
}

@media screen and (max-width: 768px) {
  .meritBox__head {
    height: 32px;
  }
}

.meritBox__ttl {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #7d6628;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cormorant Infant", serif;
  font-style: italic;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .meritBox__ttl {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .meritBox__ttl {
    font-size: 18px;
  }
}

.meritBox__ttl .num {
  display: inline-block;
  padding-left: 4px;
}

@media screen and (min-width: 768px) {
  .meritBox__ttl .num {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .meritBox__ttl .num {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  .meritBox__cont {
    padding-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .meritBox__cont {
    margin-top: 32px;
  }
}

.meritBox__cont .headingCombi .heading {
  color: #7d6628;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .meritBox__cont .headingCombi .heading + .txt {
    letter-spacing: .02em;
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .meritBox__cont .headingCombi .heading + .txt {
    letter-spacing: 0;
    padding: 0 10px;
  }
}

.meritBox__cont .headingCombi .heading + .txt .caption {
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .meritBox__cont .headingCombi .heading + .txt .caption {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .meritBox__cont .headingCombi .heading + .txt .caption {
    letter-spacing: -.02em;
    margin-top: 26px;
  }
}

.meritBox__cont .headingCombi .heading--border {
  border-top: 1px solid #b0aca2;
  color: #0d0d0c;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .meritBox__cont .headingCombi .heading--border {
    font-size: 15px;
    margin-top: 40px;
    padding-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .meritBox__cont .headingCombi .heading--border {
    font-size: 14px;
    margin-top: 32px;
    padding-top: 32px;
  }
}

@media screen and (min-width: 768px) {
  .completion-introduction {
    padding-top: 200px;
  }
}

@media screen and (max-width: 768px) {
  .completion-introduction {
    padding-top: 160px;
  }
}

@media screen and (min-width: 768px) {
  .completion-merit {
    padding-top: 180px;
  }
}

@media screen and (max-width: 768px) {
  .completion-merit {
    padding-top: 104px;
  }
}
