.noto-serif-jp-regular {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}
.noto-serif-jp-bold {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
}
.keyvisual {
  margin-top: 48px;
}
.cv-area {
  margin-bottom: 80px;
  padding: 35px 65px 45px;
  background: transparent linear-gradient(99deg, #F5F5F0 0%, #ECEEF0 100%) 0% 0% no-repeat padding-box;
}
.cv-heading {
  margin-bottom: 36px;
  text-align: center;
}
.column-cv {
  display: flex;
  flex-wrap: wrap;
}
.column-cv__item {
  width: 50%;
}
.block-inner-banner {
  margin-bottom: 80px;
}
.btn-cv {
  max-width: 355px;
  width: 100%;
  min-height: 63px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  border-radius: 6px;
  color: #fff;
  flex-direction: column;
  opacity: 1;
  line-height: 1.4;
  padding: 8px 32px;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
  background: transparent linear-gradient(100deg, #AFA871 0%, #BFB983 38%, #8B823F 100%) 0% 0% no-repeat padding-box;
}
.h2-heading {
  margin-bottom: 34px;
  color: #625B28;
  font-size: 28px;
  font-weight: normal;
  text-align: center;
}
.section-h3 {
  position: relative;
  margin-bottom: 80px;
}
.section-h3::before {
  content: "";
  display: block;
  padding-top: 38%;
}
.merit-area-01 .h3-heading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.merit-image-01 {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 1;
}
.merit-text-01 {
  position: absolute;
  top: 114px;
  left: 0;
  z-index: 2;
}
.merit-area-01 p {
  width: 380px;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}
.consultation-list {
  margin: 16px auto;
}
.consultation-list__item {
  display: block;
  width: 330px;
  margin-bottom: 8px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 16px;
  background: #ECF3FA 0% 0% no-repeat padding-box;
  border-radius: 18px;
}
.consultation-list__item:last-child {
  margin-bottom: 0;
}
.merit-area-02 .h3-heading {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.merit-image-02 {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 1;
}
.merit-text-02 {
  position: absolute;
  top: 145px;
  right: 0;
  z-index: 2;
}
.merit-area-02 p {
  margin-left: 146.25px;
  width: 420px;
  font-size: 16px;
  line-height: 28px;
}
.merit-area-03 .h3-heading {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 2;
}
.merit-image-03 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.merit-text-03 {
  position: absolute;
  top: 130px;
  left: 0;
  z-index: 2;
}
.merit-area-03 p {
  width: 420px;
  font-size: 16px;
  line-height: 28px;
}
.merit-content .section-h3:nth-child(1) {
  margin-bottom: 120px;
}
.merit-content .section-h3:nth-child(2) {
  margin-bottom: 120px;
}
.merit-content .section-h3:nth-child(3) {
  margin-bottom: 80px;
}
.cv-text {
  margin-bottom: 36px;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
}
.column-consultation {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 36px;
}
.column-consultation__item {
  padding-right: 10px;
  padding-left: 10px;
  width: 50%;
}
.column-consultation__item .column-consultation__link {
  position: relative;
  display: block;
  margin-bottom: 14px;
}
.column-consultation__text {
  position: absolute;
  bottom: -1px;
  width: 260px;
  padding: 7px 0;
  background: #fff;
}
.column-consultation__text p {
  font-size: 20px;
  line-height: 36px;
}
.first-btn {
  margin-top: 44px;
}
.icon-arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  height: 15px;
}
.icon-tab {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  height: 15px;
}
.consultation-detail {
  font-size: 14px;
  line-height: 24px;
}



@media screen and (max-width: 1019px) {
  .keyvisual {
    margin: 36px calc(50% - 50vw) 0;
    width: 100vw;
  }
  .column-cv {
    display: block;
  }
  .column-cv__item {
    margin-bottom: 23px;
    width: 100%;
  }
  .column-cv__item:last-child {
    margin-bottom: 0;
  }
  .block-inner-banner {
    margin-bottom: 44px;
  }
  .cv-area {
    margin: 0 calc(50% - 50vw) 60px;
    padding: 36px 20px 44px;
    width: 100vw;
  }
  .cv-heading {
    margin: 0 auto;
    margin-bottom: 36px;
    max-width: 220px;
    width: 100%;
  }
  .h2-heading {
    font-size: 20px;
    line-height: 32px;
  }
  .section-h3::before {
    display: none;
  }
  .merit-area-01 .h3-heading {
    position: static;
    margin-bottom: 24px;
  }
  .merit-image-01 {
    position: static;
    margin-bottom: 24px;
  }
  .merit-text-01 {
    position: static;
  }
  .merit-area-01 p {
    width: 100%;
    font-size: 14px;
  }
  .consultation-list__item {
    display: block;
    max-width: 335px;
    width: 100%;
    margin-bottom: 8px;
    padding: 6px 20px;
    font-size: 14px;
    line-height: 24px;
    background: #ECF3FA 0% 0% no-repeat padding-box;
    border-radius: 18px;
  }
  .merit-area-02 .h3-heading {
    position: static;
    margin-bottom: 24px;
  }
  .merit-image-02 {
    position: static;
    margin-bottom: 24px;
  }
  .merit-text-02 {
    position: static;
  }
  .merit-area-02 p {
    margin-left: 0;
    width: 100%;
    font-size: 14px;
  }
  .merit-area-03 .h3-heading {
    position: static;
    margin-bottom: 24px;
  }
  .merit-image-03 {
    position: static;
    margin-bottom: 24px;
  }
  .merit-text-03 {
    position: static;
  }
  .merit-area-03 p {
    width: 100%;
    font-size: 14px;
  }
  .merit-content .section-h3:nth-child(1) {
    margin-bottom: 80px;
  }
  .merit-content .section-h3:nth-child(2) {
    margin-bottom: 80px;
  }
  .merit-content .section-h3:nth-child(3) {
    margin-bottom: 80px;
  }
  .cv-text {
    font-size: 16px;
    line-height: 32px;
  }
  .column-consultation {
    display: block;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    margin-top: 36px;
  }
  .column-consultation__item {
    margin-bottom: 46px;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  .column-consultation__item:last-child {
    margin-bottom: 0;
  }
  .column-consultation__item .column-consultation__link {
    position: relative;
    display: block;
    margin-bottom: 14px;
  }
  .column-consultation__image img {
    object-fit: cover;
    width: 100%;
    height: 55.466666vw;
  }
  .column-consultation__text {
    position: absolute;
    bottom: -1px;
    width: 260px;
    padding: 7px 0;
    background: #fff;
  }
  .column-consultation__text p {
    font-size: 20px;
    line-height: 36px;
  }
  .first-btn {
    margin-top: 0;
  }
  .icon-arrow {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    height: 15px;
  }
  .icon-tab {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    height: 15px;
  }
  .consultation-detail {
    font-size: 14px;
    line-height: 24px;
  }
}


