/* TOP  */
.p-top {
  background-color: #f4f3e6;
}
/* ======================================================== */
/* MAIN VISUAL */
.c-mainvisual {
  width: 100%;
  height: calc(100vh - 104px);
  position: relative;
  overflow: hidden;
}
.c-mainvisual-text {
  display: block;
  position: absolute;
  left: 52%;
  transform: translateX(-50%);
  top: 2%;
  width: 100%;
  max-width: 561px;
  z-index: 10;
}

.c-mainvisual-img {
  width: 100%;
  height: 58%;
  position: absolute;
  top: 19%;
  left: 0;
  z-index: 1;
}

.c-mainvisual-img .c-mainvisual__slider {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 1px;
  min-height: 1px;
  width: calc((100% - 2px));
  height: 100%;
}
.c-mainvisual-img .img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.c-mainvisual__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0;
  z-index: 5;
}
.c-mainvisual__overlay::before,
.c-mainvisual__overlay::after {
  content: "";
  width: 100%;
  position: absolute;
  z-index: 5;
  left: 0;
}
.c-mainvisual__overlay::before {
  height: 34.2%;
  top: 10%;
  background-image: linear-gradient(
    to bottom,
    #f4f3e6 0%,
    #f4f3e6 40%,
    rgba(244, 243, 230, 0)
  );
}

.c-mainvisual__overlay::after {
  height: 18%;
  bottom: 16%;
  background-image: linear-gradient(
    to top,
    #f4f3e6 0%,
    #f4f3e6 50%,
    rgba(244, 243, 230, 0)
  );
}

.c-mainvisual__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 6;
  padding: 0 24px 10px;
}
.c-mainvisual__bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 134px;
  background-color: #d7be64;
  z-index: -1;
}

.c-mainvisual__bottom-text {
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  opacity: 0.5;
  line-height: 1;
  position: relative;
  bottom: -10px;
}
@media screen and (max-width: 600px) {
  .c-mainvisual {
    height: calc(100vh - 60px);
  }
  .c-mainvisual-text {
    width: 90%;
  }
  .c-mainvisual__overlay::after {
    bottom: 14%;
  }
  .c-mainvisual__bottom::after {
    height: 70px;
  }
  .c-mainvisual__bottom-text {
    font-size: 26px;
    bottom: -12px;
  }
}

/* =========================================== */
/* BLOCK 1 */
.p-top .block1__txt {
  font-weight: 500;
  font-size: 21px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  .p-top .block1__txt {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
}
.p-top .block1__txt + .block1__txt {
  margin-top: 1em;
}

.p-top .block1__txt2 {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 3.5em;
}

.block1__badge {
  margin-bottom: 40px;
}
/* END BLOCK 1 */
/* =========================================== */
/* BLOCK 2 */
.p-top .block2 {
  position: relative;
  z-index: 1;
}
.p-top .block2::after {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 90%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  box-shadow: 7px 7px 10px rgba(3, 0, 1, 0.2);
}
.p-top .block2__title {
  display: block;
  width: 100%;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-color: #c09e69;
  border-radius: 100%;
  width: 202px;
  height: 202px;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  /* letter-spacing: 0.12em; */
  line-height: 30px;
  position: relative;
  top: -48px;
}
.p-top .block2 .c-list1 {
  max-width: 505px;
  margin-left: auto;
  margin-right: auto;
}
.p-top .block2__box {
  border: 16px solid #f5ceba;
  background-color: #f5ceba;
}
.p-top .block2__box-wrapper {
  background-color: rgba(255, 255, 255, 0.3);
}
.p-top .block2__box-banner {
  display: block;
  width: 100%;
  max-width: 486px;
  margin-left: auto;
  margin-right: auto;
}
.p-top .block2__title2 {
  max-width: 330px;
}
.p-top .block2__bottom-text {
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  line-height: 48px;
  letter-spacing: 0.2em;
  color: #505050;
}
.p-top .block2__bottom-text .c-text-underline22 {
  background: linear-gradient(#fff, #fff) bottom / 100% 18px no-repeat;
}
@media screen and (max-width: 600px) {
  .p-top .block2__title {
    width: 140px;
    height: 140px;
    font-size: 14px;
    line-height: 1.6;
    top: -35px;
  }
  .p-top .block2__title2 {
    max-width: 200px;
  }
  .p-top .block2__bottom-text {
    font-size: 17px;
    line-height: 1.6;
  }
  .p-top .block2__bottom-text .c-text-underline22 {
    background: linear-gradient(#fff, #fff) bottom / 100% 10px no-repeat;
  }
}
/* END BLOCK 2 */
/* =========================================== */
/* BLOCK 3 */
.p-top .block3__box {
  overflow: hidden;
  border-radius: 5px;
}
.p-top .block3__box-top {
  background-color: #fff;
  border: 3px solid #caa868;
  border-bottom: unset;
  border-radius: 5px 5px 0 0;
  padding: 32px;
  overflow: hidden;
}
.p-top .block3__box-top .c-text-bg {
  font-size: 24px;
  letter-spacing: 0.1em;
  padding: 8px 10px;
}
.p-top .block3__txt {
  font-weight: 500;
  font-size: 21px;
  letter-spacing: 0.05em;
  line-height: 44px;
}
.p-top .block3__txt .c-text-underline2 {
  text-decoration-color: #f5f0c8;
  text-decoration-thickness: 14px;
  text-underline-offset: -5px;
}
.p-top .block3__box-top img.img-estimate {
  max-width: 278px;
}

.p-top .block3__box-bottom {
  margin-top: -60px;
}
.p-top .block3 .tab-buttons {
  display: flex;
  justify-content: center;
  margin-bottom: -2px;
}
.p-top .block3 .tab-buttons .button {
  width: 231px;
  display: block;
  opacity: 1 !important;
}
.p-top .block3 .tab-buttons .button.active {
  position: relative;
  z-index: 2;
}
.p-top .block3 .tab-buttons .button:not(:last-child) {
  margin-right: -10px;
}
.p-top .block3__box-bottom .tab-lists {
  border-width: 3px;
  border-style: solid;
  border-radius: 5px;
  border-top-width: 22px;
  background-color: #fff;
}
.p-top .block3__box-bottom .tab-lists.tab-item1 {
  border-color: #ee7d64;
}
.p-top .block3__box-bottom .tab-lists.tab-item2 {
  border-color: #d0a84b;
}
.p-top .block3__box-bottom .tab-lists .list-item {
  padding: 32px;
}
@media screen and (max-width: 600px) {
  .p-top .block3__box-top {
    border: 2px solid #caa868;
    padding: 12px;
  }
  .p-top .block3__box-top .c-text-bg {
    font-size: 16px;
  }
  .p-top .block3__txt {
    font-size: 13px;
    line-height: 1.6;
  }
  .p-top .block3__txt .c-text-underline2 {
    text-decoration-thickness: 6px;
    text-underline-offset: -2px;
  }
  .p-top .block3__box-top img.img-estimate {
    max-width: 200px;
  }
  .p-top .block3 .tab-buttons .button {
    width: 140px;
  }
  .p-top .block3 .tab-buttons .button:not(:last-child) {
    margin-right: -5px;
  }
  .p-top .block3__box-bottom .tab-lists {
    border-width: 2px;
    border-top-width: 12px;
  }
  .p-top .block3__box-bottom .tab-lists .list-item {
    padding: 10px;
  }
}
/* END BLOCK 3 */
/* =========================================== */
/* BLOCK 4 */
.p-top .block4__wrapper {
  background-color: #e8dcc8;
}
.p-top .block4 .c-text-bg {
  font-weight: 500;
  font-size: 23px;
  letter-spacing: 0.15em;
  padding: 10px 10px;
  box-shadow: unset;
}
.p-top .block4 .c-card1__list {
  padding: 0 16px;
}
.p-top .block4__txt {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
  padding: 0 20px;
}
.p-top .block4 .ic-arrow {
  max-width: 80px;
}
.p-top .block4__title1 {
  max-width: 454px;
}
.p-top .block4__txt2 {
  font-weight: 400;
  font-size: 21px;
  letter-spacing: 0;
  line-height: 52px;
}
@media screen and (max-width: 600px) {
  .p-top .block4 .c-text-bg {
    font-size: 16px;
  }
  .p-top .block4__txt {
    font-size: 13px;
    line-height: 1.6;
  }
  .p-top .block4 .ic-arrow {
    max-width: 60px;
  }
  .p-top .block4__title1 {
    max-width: 305px;
  }
  .p-top .block4__txt2 {
    font-size: 14px;
    line-height: 1.6;
  }
}
/* END BLOCK 4 */
/* =========================================== */
/* BLOCK 5 */
.p-top .block5 {
  background-color: #fff;
}
.p-top .block5__title,
.p-top .block5__line {
  max-width: 588px;
  width: 95%;
}
/* END BLOCK 5 */
/* =========================================== */
/* BLOCK 6 */
.p-top .block6 {
  background-color: #fff;
}
.p-top .block6__wrapper {
  background-image: url(./../images/top/voice-bg.png);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  padding: 40px 20px 40px;
}
.p-top .block6__title {
  max-width: 459px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 600px) {
  .p-top .block6__wrapper {
    padding: 30px 20px;
  }
}
/* END BLOCK 6 */
/* =========================================== */
/* BLOCK 7 */
.p-top .block7 {
  background-color: #fff;
}
.p-top .block7__title strong {
  display: block;
  font-size: 60px;
  letter-spacing: 0.3em;
  line-height: 1;
  color: #878787;
  position: relative;
  left: 10px;
}
.p-top .block7__title small {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.15em;
  color: #323232;
}
@media screen and (max-width: 600px) {
  .p-top .block7__title strong {
    font-size: 36px;
    left: 6px;
  }
  .p-top .block7__title small {
    font-size: 12px;
  }
}
/* END BLOCK 7 */
/* =========================================== */
/* BLOCK 8 */
.p-top .block8__top {
  background-color: #d7aa64;
}
.p-top .block8__title1 {
  color: #505050;
  font-weight: 400;
  font-size: 60px;
  letter-spacing: 0.05em;
  position: relative;
  top: -50px;
  margin-bottom: -30px;
}
.p-top .block8 .c-text-bg {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  background-color: #505050;
  padding: 7px 10px;
  font-size: 26px;
  letter-spacing: 0.15em;
}
.p-top .block8__txt1 {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  font-size: 21px;
  letter-spacing: 0.1em;
  line-height: 42px;
}
.p-top .block8 .c-news {
  color: #505050;
}
.p-top .block8 .c-cat {
  background-color: #505050;
}

.p-top .block8__bottom {
  background-color: #fff;
}
.p-top .block8__title {
  max-width: 513px;
}
@media screen and (max-width: 600px) {
  .p-top .block8__title1 {
    font-size: 36px;
    top: -28px;
    margin-bottom: -15px;
  }
  .p-top .block8 .c-text-bg {
    font-size: 16px;
  }
  .p-top .block8__txt1 {
    font-size: 14px;
    line-height: 1.6;
  }
  .p-top .block8__title {
    max-width: 285px;
  }
}
/* END BLOCK 8 */
/* =========================================== */
/* CONTACT */
.p-top .block-contact {
  background-color: #fff;
}
.p-top .block-contact__title1 {
  max-width: 447px;
}
@media screen and (max-width: 600px) {
  .p-top .block-contact__title1 {
    max-width: 300px;
  }
}
/* END CONTACT */
/* =========================================== */
/* ACCESS */
.p-top .block-access {
  background-color: #fff;
}
.p-top .block-access__map {
  max-width: 513px;
  margin-left: auto;
  width: 100%;
  margin-right: auto;
}
.p-top .block-access .c-dl2 {
  max-width: 451px;
  margin-left: auto;
  margin-right: auto;
}
.p-top .block-access__txt {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 32px;
}
@media screen and (max-width: 600px) {
  .p-top .block-access__txt {
    font-size: 14px;
    line-height: 1.6;
  }
}
/* END ACCESS */
/* =========================================== */
/* =========================================== */
/* =========================================== */
/* =========================================== */
/* END TOP  */
