@charset "UTF-8";


/* service */


.p-service {
  padding-top: clamp(80px, 9.1666666667vw, 110px);
  padding-bottom: clamp(92px, 11.6666666667vw, 140px);
  padding-inline: 20px;
}
@media screen and (min-width:1024px) {
  .p-service {
    padding-inline: 0;
  }
}
@media screen and (min-width:1367px) {
  .p-service {
    padding-inline: calc((100vw - 1366px) / 2);
  }
}

.p-service__content {
  margin-top: 40px;
}
@media screen and (min-width:1024px) {
  .p-service__content {
    margin-top: 0;
  }
}
.p-service__bottom-content {
  position: relative;
}

@media screen and (min-width:1200px) {
  .p-service__content .p-page__top-text {
    max-width: 707px;
  }
}
.p-service__bottom {
  margin-top: clamp(60px, 10.4166666667vw, 80px);
  padding-top: clamp(40px, 6.7708333333vw, 52px);
  padding-left: 20px;
  background: #faf8f4;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .p-service__bottom {
    padding-left: clamp(40px, 5.8565153734vw, 80px);
  }
}

.p-service__bottom-content + .p-service__bottom-content {
  margin-top: clamp(72px, 10.7421875vw, 110px);
}
.p-service__content-title {
  padding-top: clamp(16px, 3.6458333333vw, 28px);
  font-size: clamp(24px, 3.90625vw, 30px);
  line-height: 1.4666666667;
  font-weight: 600;
}

.p-service__content-desc {
  margin-top: clamp(24px, 3.90625vw, 40px);
  margin-right: 20px;
  font-size: clamp(14px, 1.46484375vw, 15px);
  line-height: 1.7333333333;
  letter-spacing: 0.75px;
  font-weight: 500;
  opacity: 0.95;
  max-width: 480px;
}

.p-service__swiper-container {
  margin-top: clamp(32px, 5.2083333333vw, 40px);
  position: relative;
}
.p-service__swiper-container .swiper-button-prev,
.p-service__swiper-container .swiper-button-next {
  position: absolute;
  bottom: -51px;
  width: 57px;
  height: 31px;
}
.p-service__swiper-container .swiper-button-prev {
  left: 0;
  background: url("../images/swiper-prev.png") center/contain no-repeat;
}
.p-service__swiper-container .swiper-button-next {
  left: 67px;
  background: url("../images/swiper-next.png") center/contain no-repeat;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal {
  top: calc(100% + 35px);
  left: 160px;
  width: min(600px, 100% - 160px);
  height: 2px;
  background: #ffffff;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #b5a398;
}

.p-service__swiper-slide {
  max-width: clamp(240px, 67.28515625vw, 689px);
  aspect-ratio: 689/380;
  height: 100%;
  border-radius: 10px;
}
.p-service__swiper-slide img {
  border-radius: 10px;
}

.p-service__support {
  margin-top: clamp(80px, 10.83984375vw, 111px);
  margin-right: 20px;
  padding: clamp(20px, 3.41796875vw, 35px);
  max-width: 762px;
  background: #ffffff;
  border-radius: 10px;
}

.p-service__support-title {
  font-size: clamp(18px, 2.6041666667vw, 20px);
  line-height: 1.45;
  letter-spacing: 1;
  font-weight: 700;
  padding-bottom: 14px;
  border-bottom: 1px solid #d4d4d4;
}

.p-service__support-body {
  margin-top: 31px;
}

.p-service__support-items {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width:768px) {
  .p-service__support-items {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 26px;
  }
}
@media screen and (min-width:1200px) {
  .p-service__support-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-service__support-item {
  padding-left: 18px;
  font-size: clamp(13px, 1.8229166667vw, 14px);
  line-height: 1.4285714286;
  letter-spacing: 0.7px;
  position: relative;
}
@media screen and (min-width:1200px) {
  .p-service__support-item {
    white-space: nowrap;
  }
}
.p-service__support-item + .p-service__support-item {
  margin-top: 12px;
}
@media screen and (min-width:768px) {
  .p-service__support-item + .p-service__support-item {
    margin-top: 0;
  }
}
.p-service__support-item::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  aspect-ratio: 1/1;
  background: #431612;
  border-radius: 50%;
}
@media screen and (min-width:1200px) {
  .p-service__support-item:nth-child(3n+2) {
    margin-left: 30px;
  }
  .p-service__support-item:nth-child(3n) {
    margin-left: 30px;
  }
}


.p-service__support-btn {
  margin-top: 35px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-block: 18px;
  padding-inline: 20px 10px;
   background: #F2EEE6;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.7px;
  font-weight: 500;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width:768px) {
  .p-service__support-btn {
    padding-inline: 35px 30px;
    min-width: 220px;
  }
  .p-service__support-btn .text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.p-service__support-btn .text {
  padding-right: 20px;
  position: relative;
}
.p-service__support-btn .text::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: 10px;
  height: 9px;
  background: url(../images/icon-arrow-right.svg) no-repeat center center/contain;
}
@media (any-hover: hover) {
  .p-service__support-btn:hover {
    color: #ebe2d1;
    background: #643934;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.p-service__table-container {
  margin-top: clamp(42px, 6.5104166667vw, 50px);
}

.p-service__goal-title {
  color: #3b3b3c;
  font-size: clamp(18px, 2.8645833333vw, 22px);
  line-height: 1.5;
  letter-spacing: 1.1px;
  font-weight: 700;
}

.p-service__table-wrap {
  margin-top: 29px;
  max-width: 762px;
  border-top: 1px solid #d4d4d4;
}

.p-service__table {
  width: 762px;
}
@media screen and (min-width:1024px) {
  .p-service__table {
    width: min(100%, 762px);
  }
}
.p-service__table-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  border-bottom: 1px solid #d4d4d4;
}

.p-service__table-title {
  padding-block: 27px;
  padding-right: 12px;
  font-size: clamp(13px, 1.8229166667vw, 14px);
  line-height: 1.4285714286;
  letter-spacing: 0.7px;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width:1024px) {
  .p-service__table-title {
    padding-right: 0;
  }
}
.p-service__table-title::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 0;
  width: 1px;
  height: calc(100% - 50px);
  background: #d4d4d4;
}

.p-service__table-text {
  padding-block: 17px;
  padding-left: 19px;
  margin-right: 38px;
  font-size: clamp(13px, 1.8229166667vw, 14px);
  line-height: 1.4285714286;
  letter-spacing: 0.7px;
  font-weight: 500;
  opacity: 0.9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-service__bg-en {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Belleza", sans-serif;
  color: transparent;
  -webkit-text-stroke: 0.5px #431612;
  font-size: clamp(33px, 5.5vw, 66px);
  line-height: 1.1363636364;
  letter-spacing: 5.28px;
  opacity: 0.29;
  text-align: right;
}

.p-service__works {
  margin-top: clamp(60px, 7.91015625vw, 81px);
}
@media screen and (min-width:1367px) {
  .p-service__works .l-inner {
    padding-inline: 0;
  }
}

@media screen and (min-width:768px) {
  .p-service__works-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}

.p-service__work-btn {
  margin-top: 32px;
  margin-left: auto;
}
@media screen and (min-width:768px) {
  .p-service__work-btn {
    margin: 0;
  }
}

.p-service__work-items {
  margin-top: clamp(40px, 4.8828125vw, 50px);
  padding-bottom: clamp(80px, 11.71875vw, 120px);
}
@media screen and (min-width:768px) {
  .p-service__work-items .webgene-blog {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
.p-service__work-items .webgene-item + .webgene-item {
  margin-top: 32px;
}
@media screen and (min-width:768px) {
  .p-service__work-items .webgene-item + .webgene-item {
    margin-top: 0;
  }
}

/* support */

.p-page__top-head .p-page__top-title.p-support__title .top-title-en {
  font-size: clamp(38px, 5.859375vw, 60px);
}


.p-support__bottom {
  margin-top: clamp(60px, 10.4166666667vw, 80px);
  background: #faf8f4;
  border-radius: 10px;
  position: relative;
  padding-inline: 20px;
}
@media screen and (min-width:768px) {
  .p-support__bottom {
    padding-inline: clamp(40px, 5.8565153734vw, 80px);
  }
}

.p-support__bottom-content {
  padding-block: clamp(60px, 7.8125vw, 80px);
}
.p-support__bottom-content + .p-support__bottom-content {
  border-top: 1px solid #d4d4d4;
}

.p-support__content-title {
  padding-left: 34px;
  font-size: clamp(24px, 2.9296875vw, 30px);
  line-height: 1.4666666667;
  font-weight: 600;
  position: relative;
}
.p-support__content-title::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: 14px;
  height: 14px;
  background: #431612;
  border-radius: 50%;
}

.p-support__content-body {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: clamp(20px, 3.3333333333vw, 40px);
}
@media screen and (min-width:768px) {
  .p-support__content-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
@media screen and (min-width:768px) {
  .p-support__content-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (min-width:1024px) {
  .p-support__content-wrap {
    max-width: 392px;
    margin-top: auto;
  }
}

.p-support__content-text {
  font-size: clamp(14px, 1.953125vw, 15px);
  line-height: 1.8;
  letter-spacing: 0.75px;
  font-weight: 500;
  opacity: 0.95;
}
.p-support__content-text + .p-support__content-text {
  margin-top: clamp(16px, 2.9296875vw, 30px);
}

.p-support__list-container {
  margin-top: 30px;
  padding-bottom: 24px;
  background: #ffffff;
  border-radius: 10px;
}

.p-support__list-title {
  padding-block: 18px;
  padding-inline: 20px;
  font-size: clamp(13px, 1.8229166667vw, 14px);
  line-height: 1.4285714286;
  letter-spacing: 0.7px;
  font-weight: 700;
  background: #ede7db;
  border-radius: 10px 10px 0px 0px;
}

.p-support__list-body {
  padding-top: 22px;
  padding-inline: 21px;
}

.p-support__list-text {
  padding-left: 27px;
  font-size: clamp(13px, 1.8229166667vw, 14px);
  line-height: 1.4285714286;
  letter-spacing: 0.7px;
  position: relative;
}
.p-support__list-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16.5px;
  aspect-ratio: 1/1;
  background: url("../images/icon-check.svg") center/contain no-repeat;
}
.p-support__list-text + .p-support__list-text {
  margin-top: 15px;
}

.p-support__content-img {
  width: clamp(120px, 32.32421875vw, 331px);
  aspect-ratio: 331/409;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px;
  position: relative;
}
.p-support__content-img img {
  border-radius: 10px;
}
@media screen and (min-width:768px) {
  .p-support__content-img {
    position: relative;
    top: 0;
    width: auto;
    max-width: 331px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}


/* feature */

.p-feature {
  padding-top: clamp(92px, 10.25vw, 123px);
  padding-bottom: clamp(60px, 10.8072916667vw, 83px);
}

.p-feature__top {
  width: min(1366px, 100%);
  margin-inline: auto;
}


.p-feature__top-img {
  width: 55.6%;
  max-width: 760px;
  margin-inline: auto;
  aspect-ratio: 760/450;
  border-radius: 10px;
}
.p-feature__top-img img {
  border-radius: 10px;
}


.p-feature__bg-text {
  margin-top: clamp(-227px, -16.6178623719vw, -120px);
  overflow-x: hidden;
  position: relative;
  z-index: 1;
}
.p-feature__bg-text .bg-text__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  width: 100%;
  height: 146px;
}
@media screen and (min-width:768px) {
  .p-feature__bg-text .bg-text__wrap {
    height: 292px;
  }
}
.p-feature__bg-text .bg-text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  font-family: "Belleza", sans-serif;
  color: #F1EEE6;
  font-size: clamp(110px, 16.1054172767vw, 220px);
  line-height: 1.3272727273;
  -webkit-animation: infinity-scroll-left 50s infinite linear 0.5s both;
          animation: infinity-scroll-left 50s infinite linear 0.5s both;
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.p-concept {
  margin-top: clamp(72px, 10.9166666667vw, 131px);
}

@media screen and (min-width:1024px) {
  .p-concept__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
    max-width: 918px;
     margin-inline: auto;
    padding-left: clamp(50px, 7.3206442167vw, 100px);
  }
}

.p-concept__head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-concept__head-text {
  margin-top: clamp(32px, 5.2083333333vw, 40px);
  font-size: clamp(18px, 2.8645833333vw, 22px);
  line-height: 1.5909090909;
  letter-spacing: 2.2px;
  font-weight: 800;
}

.p-concept__body {
  margin-top: 48px;
  margin-left: auto;
}
@media screen and (min-width:1024px) {
  .p-concept__body {
    margin-top: clamp(60px, 10.1756954612vw, 139px);
  }
}

.p-concept__text {
  font-size: clamp(14px, 1.953125vw, 15px);
  line-height: 1.8;
  letter-spacing: 0.75px;
  font-weight: 500;
  opacity: 0.95;
}
.p-concept__text + .p-concept__text {
  margin-top: clamp(24px, 3.80859375vw, 39px);
}

.p-concept__swiper-container {
  margin-top: clamp(60px, 12.5183016105vw, 171px);
}

.p-concept__swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.p-concept__swiper-slide {
  width: clamp(240px, 70.3125vw, 540px);
  aspect-ratio: 540/380;
  height: 100%;
  border-radius: 10px;
}
.p-concept__swiper-slide img {
  border-radius: 10px;
}


.p-feature__wrap {
  padding-top: clamp(92px, 13.75vw, 165px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}

.p-feature__imgs {
  position: sticky;
  max-width: 600px;
  width: 100%;
  height: 100%;
  top: 94px;
  aspect-ratio: 600/531;
  z-index: 3;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width:1200px) {
  .p-feature__imgs {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width: min(600px, 43.9238653001vw);
  }
}

.p-feature__img {
  border-radius: 10px;
}
.p-feature__img img {
  border-radius: 10px;
}
.is-ready .p-feature__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  z-index: 1;
}
.is-ready .p-feature__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.is-ready .p-feature__img.js-active {
  opacity: 1;
  z-index: 2;
}

.p-feature__container {
  margin-top: 36px;
  margin-left: clamp(32px, 10.980966325vw, 150px);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.p-feature__content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 392px;
}
.p-feature__content + .p-feature__content {
  margin-top: 78px;
}
.p-feature__content-main {
  margin-top: clamp(48px, 6.2225475842vw, 85px);
}
@media screen and (min-width:1024px) {
  .p-feature__content-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 11px;
  }
}
.p-feature__content-main .main-num {
  padding: 3px 18px;
  font-family: "Belleza", sans-serif;
  font-size: clamp(15px, 2.0833333333vw, 16px);
  line-height: 1.3125;
    width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.p-feature__content-main .main-num::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/feature-ball.svg") center/contain no-repeat;
  pointer-events: none;
}
.p-feature__content-main .main-text {
  margin-top: 6px;
  font-size: clamp(17px, 2.34375vw, 24px);
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width:1024px) {
  .p-feature__content-main .main-text {
    margin-top: 0;
  }
}

.p-feature__content-body {
  margin-top: clamp(24px, 4.6875vw, 36px);
}

.p-feature__content-text {
  font-size: clamp(14px, 1.953125vw, 15px);
  line-height: 1.8666666667;
  letter-spacing: 0.75px;
  font-weight: 500;
}
.p-feature__content-text + .p-feature__content-text {
  margin-top: clamp(24px, 5.078125vw, 39px);
}

.p-feature__btn {
  margin-top: clamp(36px, 6.3802083333vw, 49px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-block: 18px;
  padding-inline: 20px 10px;
  background: #ebe2d1;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.7px;
  font-weight: 500;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width:768px) {
  .p-feature__btn {
    padding-inline: 35px 30px;
    min-width: 260px;
  }
  .p-feature__btn .text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.p-feature__btn .text {
  padding-right: 20px;
  position: relative;
}
.p-feature__btn .text::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: 10px;
  height: 9px;
  background: url(../images/icon-arrow-right.svg) no-repeat center center/contain;
}
@media (any-hover: hover) {
  .p-feature__btn:hover {
    color: #ebe2d1;
    background: #643934;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}


/* company */

.p-company {
  padding-top: clamp(60px, 7.3333333333vw, 88px);
  padding-bottom: clamp(112px, 12.5vw, 150px);
  padding-inline: 20px;
}
@media screen and (min-width:1024px) {
  .p-company {
    padding-inline: 0;
  }
}
@media screen and (min-width:1367px) {
  .p-company {
    padding-inline: calc((100vw - 1366px) / 2);
  }
}

.p-company__content {
  margin-top: 48px;
}
@media screen and (min-width:1024px) {
  .p-company__content {
    margin-top: 0;
  }
}

.p-page__top-head .top-title-ja {
  font-size: clamp(13px, 1.8229166667vw, 14px);
  line-height: 1.4285714286;
  font-weight: 500;
}

.p-page__top-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.p-page__top-title .top-icon {
  margin-top: 4px;
  aspect-ratio: 69/62;
  height: 100%;
  max-width: clamp(50px, 5.75vw, 69px);
}
.p-page__top-title .top-title-en {
  font-family: "Belleza", sans-serif;
  font-size: clamp(48px, 5.859375vw, 60px);
  line-height: 1.3333333333;
  letter-spacing: 4.8px;
}

.p-page__top-text {
  margin-top: clamp(32px, 5.2083333333vw, 40px);
  font-size: clamp(14px, 1.953125vw, 15px);
  line-height: 1.8666666667;
  letter-spacing: 0.75px;
  font-weight: 500;
  max-width: 480px;
}

.p-company__text-content {
  padding-left: clamp(20px, 5.76171875vw, 59px);
  margin-top: clamp(48px, 8.203125vw, 63px);
  position: relative;
}
.p-company__text-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#643934), to(#ece7dc)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #643934 0%, #ece7dc 100%) 0% 0% no-repeat padding-box;
}

.text-content__title-en {
  font-family: "Belleza", sans-serif;
  font-size: clamp(32px, 5.7291666667vw, 44px);
  line-height: 1.3181818182;
}

.text-content__title-ja {
  margin-top: 5px;
  font-size: clamp(13px, 1.8229166667vw, 14px);
  line-height: 1.4285714286;
  font-weight: 500;
}

.text-content__text {
  margin-top: clamp(24px, 3.90625vw, 30px);
  font-size: clamp(14px, 1.953125vw, 15px);
  line-height: 1.8666666667;
  letter-spacing: 0.75px;
  font-weight: 500;
}

.value-content + .value-content {
  margin-top: clamp(12px, 2.6041666667vw, 20px);
}

.value-head {
  margin-top: 30px;
  padding-left: clamp(40px, 12.109375vw, 93px);
  color: #431612;
  font-size: clamp(16px, 2.34375vw, 18px);
  line-height: 1.4444444444;
  letter-spacing: 0.9px;
  font-weight: 600;
  opacity: 0.95;
  position: relative;
}
.value-head::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: clamp(32px, 9.375vw, 72px);
  height: 1px;
  background: #431612;
}

.value-item {
  margin-top: clamp(22px, 3.3854166667vw, 26px);
}
.value-item .text-content__text {
  margin-top: 6px;
}

.value-title {
  font-size: clamp(14px, 2.0833333333vw, 16px);
  line-height: 1.5;
  letter-spacing: 0.8px;
  font-weight: 600;
  opacity: 0.95;
}

.p-company__bottom {
  margin-top: clamp(80px, 11.71875vw, 120px);
  padding-bottom: clamp(20px, 6.5104166667vw, 50px);
  background: #faf8f4;
  border-radius: 10px;
  padding-inline: 20px;
}
@media screen and (min-width:768px) {
  .p-company__bottom {
    padding-inline: clamp(40px, 5.8565153734vw, 80px);
  }
}



.p-company__bottom-content {
  padding-block: clamp(60px, 7.8125vw, 80px);
}
.p-company__bottom-content + .p-company__bottom-content {
  border-top: 1px solid #d4d4d4;
}

.bottom-content-title {
  padding-left: 34px;
  font-size: clamp(24px, 2.9296875vw, 30px);
  line-height: 1.4666666667;
  font-weight: 600;
  position: relative;
}
.bottom-content-title::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: 14px;
  height: 14px;
  background: #431612;
  border-radius: 50%;
}

.p-message-img {
  margin-top: 40px;
  max-width: 763px;
  aspect-ratio: 763/300;
  border-radius: 10px;
  margin-inline: auto;
}
.p-message-img img {
  border-radius: 10px;
}

.p-message__title {
  margin-top: clamp(16px, 3.125vw, 24px);
  color: #431612;
  font-size: clamp(16px, 2.6041666667vw, 20px);
  line-height: 1.4444444444;
  letter-spacing: 0.9px;
  font-weight: 700;
  opacity: 0.95;
  max-width: 763px;
    margin-inline: auto;
}

.p-message__content {
  margin-top: clamp(32px, 5.2083333333vw, 40px);
  max-width: 763px;
  margin-inline: auto;
}
@media screen and (min-width:768px) {
  .p-message__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: 20px;
  }
}
.p-message__content .message-text {
  font-size: clamp(14px, 1.953125vw, 15px);
  line-height: 1.8666666667;
  letter-spacing: 0.75px;
  font-weight: 500;
  opacity: 0.95;
  max-width: 572px;
    -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-message__content .message-name {
  margin-top: 16px;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 14px;
  font-size: clamp(14px, 1.953125vw, 15px);
  line-height: 1.8666666667;
  letter-spacing: 0.75px;
  font-weight: 600;
  opacity: 0.95;
  border-left: 1px solid #431612;
}
@media screen and (min-width:768px) {
  .p-message__content .message-name {
    margin: 0;
  }
}

.p-company__table-wrap {
  margin-top: 30px;
}

.p-company__table {
  width: min(100%, 762px);
  background: #ffffff;
  border: 1px solid #d4d4d4;
  border-radius: 10px;
}

.p-company__table-row {
  color: #3b3b3c;
  display: grid;
  grid-template-columns: 90px 1fr;
}
@media screen and (min-width:768px) {
  .p-company__table-row {
    grid-template-columns: 140px 1fr;
  }
}
.p-company__table-row + .p-company__table-row {
  border-top: 1px solid #d4d4d4;
}

.p-company__table-title {
  font-size: clamp(13px, 1.8229166667vw, 14px);
  line-height: 1.4285714286;
  font-weight: 700;
  background: #ede7db;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
}

.p-company__table-text {
  padding-left: clamp(20px, 4.3333333333vw, 52px);
  padding-right: 20px;
  font-size: clamp(13px, 1.8229166667vw, 14px);
  line-height: 1.4285714286;
  font-weight: 500;
  padding-block: 20px;
  max-width: 500px;
}

.p-access__map-wrap {
  margin-top: 30px;
}

.p-access__map {
  aspect-ratio: 762/360;
  max-width: 762px;
  position: relative;
}
.p-access__map iframe {
  width: 100%;
  height: 100%;
  border: 1px solid #D4D4D4;
  border-radius: 10px;
  min-height: 260px;
}


/* blog */

.p-blog {
  padding-top: clamp(80px, 10vw, 120px);
  padding-bottom: clamp(96px, 13.3333333333vw, 160px);
  position: relative;
}

.p-blog__items {
  margin-top: clamp(32px, 5.2083333333vw, 40px);
  width: 100%;
  max-width: 790px;
}
@media screen and (min-width:1024px) {
  .p-blog__items {
    margin-top: 0;
  }
}
.p-blog__items .webgene-item + .webgene-item {
  margin-top: 10px;
}

.p-blog__item {
  background: #ffffff;
  border: 1px solid #643934;
  border-radius: 10px;
  max-width: 480px;
  margin-inline: auto;
}
@media screen and (min-width:768px) {
  .p-blog__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 790px;
    margin-inline: 0;
  }
}
@media (any-hover: hover) {
  .p-blog__item:hover {
    opacity: 1;
  }
  .p-blog__item:hover .p-blog__item-head img,
  .p-blog__item:hover .p-blog__item-head::after {
    scale: 1.1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.p-blog__item-head {
  border-radius: 10px;
  aspect-ratio: 323/220;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.p-blog__item-head::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/ogp.jpg") center/cover no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}
.p-blog__item-head img {
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width:768px) {
  .p-blog__item-head img {
    border-radius: 10px 0px 0px 10px;
  }
}
@media screen and (min-width:768px) {
  .p-blog__item-head {
    max-width: 323px;
    border-radius: 10px 0px 0px 10px;
  }
}

.p-blog__item-body {
  padding-block: clamp(40px, 5.1666666667vw, 62px);
  padding-left: clamp(24px, 3.90625vw, 30px);
  padding-right: clamp(40px, 4.6120058565vw, 63px);
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-blog__item-title {
  font-size: clamp(14px, 1.5625vw, 16px);
  line-height: 1.3125;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.p-blog__item-meta {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 15px;
}

.p-blog__item-date {
  font-size: 13px;
  line-height: 1.4615384615;
}

.p-blog__item-tag span {
  margin-top: 8px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #643934;
  font-size: 11px;
  line-height: 1.5454545455;
  padding: 1px 15px;
  background: #f2eee6;
  border-radius: 5px;
  text-align: center;
}
@media screen and (min-width:768px) {
  .p-blog__item-tag span {
    margin-top: 0;
  }
}

/* works */

.p-works {
  padding-top: clamp(60px, 10.4166666667vw, 80px);
  padding-bottom: clamp(120px, 13.3333333333vw, 160px);
  position: relative;
}

.p-works__categories {
  margin-bottom: clamp(40px, 7.8125vw, 60px);
}

.p-works__category-wrap > .webgene-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-works__cat {
  display: inline-block;
  min-width: 140px;
  background: #ffffff;
  padding: 10px 30px;
  text-align: center;
  font-size: 12px;
  line-height: 1.4615384615;
  font-weight: 600;
  color: #431612;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width:768px) {
  .p-works__cat {
    min-width: 150px;
    padding: 15px 45px;
    font-size: 13px;
  }
}
@media (any-hover: hover) {
  .p-works__cat:hover {
    background: #431612;
    color: #ffffff;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

@media screen and (min-width:768px) {
  .p-works__items .webgene-blog {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
.p-works__items .webgene-item + .webgene-item {
  margin-top: 32px;
}
@media screen and (min-width:768px) {
  .p-works__items .webgene-item + .webgene-item {
    margin-top: 0;
  }
}

.p-works__item {
  max-width: 380px;
  margin-inline: auto;
}
@media screen and (min-width:768px) {
  .p-works__item {
    margin-inline: 0;
  }
}
@media (any-hover: hover) {
  .p-works__item:hover {
    opacity: 1;
  }
  .p-works__item:hover .p-works__item-head img,
  .p-works__item:hover .p-works__item-head::after {
    scale: 1.1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.p-works__item-head {
  max-width: 380px;
  aspect-ratio: 380/300;
  border: 1px solid #643934;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.p-works__item-head::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/ogp.jpg") center/cover no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}
.p-works__item-head img {
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-works__item-body {
  margin-top: 25px;
}

.p-works__item-title {
  font-size: clamp(14px, 1.1713030747vw, 16px);
  line-height: 1.3125;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.p-works__item-meta {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.p-works__item-date {
  font-size: 13px;
  line-height: 1.4615384615;
}

.p-works__item-tag span {
  display: block;
  color: #F1EEE6;
  font-size: 11px;
  line-height: 1.5454545455;
  padding: 1px 15px;
  background: #431612;
  border-radius: 5px;
  text-align: center;
}

.webgene-pagination {
  margin-top: clamp(40px, 7.3206442167vw, 100px);
  font-size: 14px;
  justify-self: center;
  grid-column: 1/-1;
}

.webgene-pagination a:hover {
  opacity: 0.7;
}

.webgene-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 10px;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.webgene-pagination ul .number a {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  line-height: 2.2;
  border-radius: 50%;
  background-color: #fff;
  color: #643934;
}

.webgene-pagination ul .number.selected a {
  background: #431612;
  color: #ffffff;
  border-radius: 50%;
}

li.next,
li.prev {
  position: relative;
}

li.next a,
li.prev a {
  height: 40px;
  width: 40px;
  padding: 2px;
  position: relative;
}

li.prev:after,
li.next:after {
  pointer-events: none;
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
}

li.prev:after {
  background-image: url("../images/prev.png");
  left: 0;
}

li.next:after {
  background-image: url("../images/next.png");
  right: 0;
}

@media screen and (min-width: 768px) {
  li.next {
    margin-left: 30px;
  }
  li.prev {
    margin-right: 30px;
  }
  li.next a,
  li.prev a {
    margin-top: 3px;
    width: auto;
    padding-block: 10px;
    z-index: 10;
    line-height: 1;
  }
  li.prev a {
    padding-left: 48px;
    color: #919191;
  }
  li.next a {
    padding-right: 48px;
    color: #643934;
  }
  li.prev:after,
  li.next:after {
    pointer-events: auto;
  }
}

/* detail */

.p-detail {
  padding-top: clamp(60px, 9.765625vw, 100px);
  padding-bottom: clamp(80px, 11.6666666667vw, 140px);
}

.detail {
  padding-top: clamp(60px, 9.47265625vw, 97px);
  padding-bottom: clamp(60px, 9.765625vw, 100px);
  color: #483C42;
  max-width: 1142px;
  margin-inline: auto;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 20px;
  padding-inline: 20px;
}
@media screen and (min-width:768px) {
  .detail {
    padding-inline: clamp(60px, 7.8125vw, 80px);
  }
}
@media screen and (min-width:1024px) {
  .detail {
    padding-inline: clamp(80px, 10.9077598829vw, 149px);
  }
}

.post-ttl {
  margin-top: 58px;
  font-size: clamp(16px, 2.1484375vw, 22px);
  line-height: 1.5;
  letter-spacing: 1.32px;
  font-weight: 500;
  padding-bottom: 21px;
  border-bottom: 1.5px solid #d0d0d0;
  padding-left: 29px;
  position: relative;
}

.post-ttl::before {
  content: "";
  position: absolute;
  background: #431612;
  width: 8px;
  height: 57%;
  top: 6px;
  left: 0;
}

.post-detail__content img,
.detail img {
  aspect-ratio: 594/350;
  margin: 40px auto 10px;
  margin-inline: auto;
  display: block;
  border-radius: 5px;
  width: auto;
  height: auto;
}

@media screen and (min-width: 768px) {
  .post-detail__content img,
  .detail img {
    margin: 65px auto;
  }
}
.post-detail__content img,
.detail img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.detail-text {
  padding-top: 60px;
  color: #00132b;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 2.2142857143;
}
.detail-text p + p {
  padding-top: 30px;
}

.post-detail__content h4 {
  margin-top: 83px;
  font-size: 18px;
  letter-spacing: 0.06em;
  padding-bottom: 12px;
  border-bottom: 1.5px solid #431612;
  margin-bottom: 40px;
}

.post-detail__content > h3:first-child,
.post-detail__content > h2:first-child {
  margin-top: 0;
}

.post-detail__content h3,
.post-detail__content h2 {
  margin-top: 53px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.06em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .post-detail__content h3,
  .post-detail__content h2 {
    gap: 17px;
  }
}
.post-detail__content h3::before,
.post-detail__content h2::before {
  content: "";
  width: 16px;
  height: 17px;
  border-radius: 3px;
  background: #431612;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: start;
      align-self: start;
  margin-top: 6px;
}

.detail__btn {
  margin-top: 79px;
  display: block;
  min-width: 140px;
  background: #f2eee6;
  border: 1px solid #f2eee6;
  padding: 8.5px 30px;
  text-align: center;
  font-size: 12px;
  line-height: 1.4666666667;
  letter-spacing: 0.75px;
  font-weight: 600;
  color: #431612;
  border-radius: 42px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width:768px) {
  .detail__btn {
    min-width: 183px;
    padding: 12.5px 52px;
    font-size: 15px;
  }
}
@media (any-hover: hover) {
  .detail__btn:hover {
    background: #431612;
    color: #f2eee6;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.col-2 {
  min-width: 25%;
}
@media screen and (min-width:1024px) {
  .col-2 {
    min-width: unset;
  }
}
.col-2 img {
  max-width: 100%;
  height: auto;
}

.main-image-container {
  max-width: 594px;
  width: 96%;
  margin: 80px auto 0;
}

.main-image-box {
  position: relative;
  width: 100%;
  aspect-ratio: 594/483;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
}
.main-image-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.thumbnail-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 17px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 40px 0 0;
}

.thumbnail-box {
  width: 25%;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.thumbnail-box:hover {
  opacity: 0.7;
}

.thumbnail-img {
  position: relative;
  aspect-ratio: 97/97;
  border-radius: 10px;
  overflow: hidden;
}
.thumbnail-img:empty {
  display: none;
}
.thumbnail-img img {
  position: absolute;
  width: auto;
  height: auto;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .thumbnail-container {
    padding: 66px 0 0;
  }
  .thumbnail-box {
    width: 10%;
  }
}

/* contact */

.p-contact__body {
  padding-top: clamp(80px, 8.3333333333vw, 100px);
  padding-bottom: clamp(96px, 11.9166666667vw, 143px);
}

.contact {
    padding-top: clamp(60px, 8.5vw, 102px);
  padding-bottom: clamp(60px, 8.3333333333vw, 100px);
  color: #555555;
  max-width: 1142px;
  margin-inline: auto;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 20px;
  padding-inline: 20px;
}
@media screen and (min-width:768px) {
  .contact {
    padding-inline: clamp(60px, 8.9311859444vw, 122px);
  }
}

.contact__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
}
.contact__item + .contact__item {
  margin-top: 37px;
}

.col-md-4,
.col-md-8 {
  padding: 0;
  max-width: 100%;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}

.row {
  margin: 0;
}

.contact__item label {
  font-size: 14px;
  line-height: 1.3571428571;
}

.contact__item > .formTh > .requiredText {
  background: #d80e0e;
  width: 32px;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  padding: 3px 2px;
  margin-left: 10px;
}

.contact__item > .formTh > .anyText {
  background: #5c5c5c;
  width: 32px;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  padding: 3px 2px;
  margin-left: 10px;
}

.contact__item > .formTd > textarea {
  height: 180px;
}

:focus-visible {
  outline: #284038 auto 1px;
}

.privacy-policy {
  margin-top: 50px;
  height: 155px;
  padding: 30px 20px;
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  background: #F8F7F7;
  overflow-y: scroll;
  width: 100%;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .privacy-policy {
    padding: 8px 30px;
  }
}
.privacy-policy__text.privacy-policy__text--first {
  margin: 0;
}

.privacy-policy__item {
  max-width: 828px;
}

.privacy-policy__item + .privacy-policy__item {
  margin-top: 52px;
}

.privacy-policy__title {
  font-size: 18px;
  letter-spacing: 0.006em;
  color: #464646;
  padding: 0 0 15px 0;
  border-bottom: 1.5px solid #d0d0d0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.privacy-policy__title::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 4px;
  background: #272727;
}

.privacy-policy__text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 2.2;
  color: #464646;
}

.privacy-policy__text-bottom {
  margin-top: -16px;
  font-size: 14px;
  line-height: 2.0571428571;
}

.privacy-policy__text-link {
  text-decoration: underline;
}

.privacy-policy__text-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.privacy-policy__text-link:hover {
  opacity: 0.6;
  text-decoration: underline;
}

.privacy-policy__check {
  margin-top: 20px;
}

.formBtn {
  margin: 60px auto 0;
  padding: 13px 0;
  border: 1px solid #431612;
  width: 183px;
  background: #431612;
  border-radius: 5px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.3125;
  letter-spacing: 0.75px;
  font-weight: 600;
  text-align: center;
}

.formBtn:hover {
  background: transparent;
  color: #431612;
}

.privChek {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.privacyLabel {
  margin-bottom: 1px;
  font-size: 14px;
}

.privacyformError {
  margin-top: -36.5px !important;
}

.contact__item > .formTd > input,
.contact__item > .formTd > textarea,
.contact__item > .formTd > select,
.addArea > input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: inherit;
  color: inherit;
  vertical-align: top;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  background: #F8F7F7;
  padding: 15px 14px 15px;
}

.addArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.add-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}

.addArea > .zipInput {
  max-width: 72px;
}


.contact__item > .formTd > select {
  width: min(320px, 100%);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 20px;
  background-size: 12px;
}

.contact__item > .formTd > input::-webkit-input-placeholder, .contact__item > .formTd > textarea::-webkit-input-placeholder, .contact__item > .formTd > div > select::-webkit-input-placeholder {
  color: #5d5d5d;
}

.contact__item > .formTd > input::-moz-placeholder, .contact__item > .formTd > textarea::-moz-placeholder, .contact__item > .formTd > div > select::-moz-placeholder {
  color: #5d5d5d;
}

.contact__item > .formTd > input:-ms-input-placeholder, .contact__item > .formTd > textarea:-ms-input-placeholder, .contact__item > .formTd > div > select:-ms-input-placeholder {
  color: #5d5d5d;
}

.contact__item > .formTd > input::-ms-input-placeholder, .contact__item > .formTd > textarea::-ms-input-placeholder, .contact__item > .formTd > div > select::-ms-input-placeholder {
  color: #5d5d5d;
}

.contact__item > .formTd > input::placeholder,
.contact__item > .formTd > textarea::placeholder,
.contact__item > .formTd > div > select::placeholder {
  color: #5d5d5d;
}

input[type=radio] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.d-inline:nth-of-type(n + 2) {
  padding-left: 20px;
}

/* ラベルのデザイン */
.checkbox-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 16px;
  position: relative;
  padding-left: 30px; /* ラジオボタン用のスペースを確保 */
}

/* カスタムラジオボタンの作成 */
.checkbox-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #643934;
  background-color: #fff;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
}

/* 選択時のデザイン */
input[type=radio]:checked + .checkbox-label::before {
  background-color: #F1EEE6;
  border-color: #F1EEE6;
  -webkit-box-shadow: inset 0 0 0 4px #fff;
          box-shadow: inset 0 0 0 4px #fff;
}

.p-contact-after__body {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width:768px) {
  .p-contact-after__body {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.p-contact-after__text {
  color: #643934;
  font-size: 15px;
  line-height: 1.45;
  letter-spacing: 1px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width:768px) {
  .p-contact-after__text {
    font-size: 18px;
  }
}
