@charset "UTF-8";

/* commit */

.p-commit {
  padding-top: clamp(80px, 15.8333333333vw, 190px);
  padding-bottom: 10px;
}

.p-commit__top {
  padding-bottom: clamp(60px, 12vw, 144px);
}

@media screen and (min-width:1024px) {
  .p-commit__top-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
  }
}
@media screen and (min-width:1024px) {
  .p-commit__top-content {
    margin-top: 22px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 370px;
  }
}

.p-commit__top-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.p-commit__top-head .icon {
  max-width: 62px;
  aspect-ratio: 1/1;
}
.p-commit__top-head .title {
  font-family: "Kaisei Opti", serif;
  color: #B32518;
  font-size: clamp(20px, 4.4270833333vw, 34px);
  line-height: 1.4411764706;
  letter-spacing: 2.04px;
  font-weight: 500;
  -webkit-text-stroke: 0.5px #b32518;
}

.p-commit__top-texts {
  margin-top: clamp(20px, 4.296875vw, 33px);
  color: #B32518;
}

.p-commit__top-text {
  font-size: clamp(13px, 1.3671875vw, 14px);
  line-height: 1.8571428571;
  letter-spacing: 0.84px;
  font-weight: 600;
}
.p-commit__top-text + .p-commit__top-text {
  margin-top: clamp(18px, 2.5390625vw, 26px);
}

.p-commit__top-img {
  max-width: clamp(400px, 44.6559297218vw, 610px);
  aspect-ratio: 610/367;
  margin-top: 32px;
  margin-inline: auto;
  height: 100%;
}
@media screen and (min-width:1024px) {
  .p-commit__top-img {
    margin: 0;
  }
}

.p-commit__swiper-container {
  position: relative;
}
.p-commit__swiper-container.swiper-bottom {
  margin-top: clamp(60px, 11.5833333333vw, 139px);
}

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

.p-commit__swiper-slide {
  max-width: clamp(200px, 49.4791666667vw, 380px);
  aspect-ratio: 380/300;
  border-radius: 5px;
}
.p-commit__swiper-slide img {
  border-radius: 5px;
}

.p-summit__swiper-icon {
  position: absolute;
  bottom: clamp(-164px, -12.0058565154vw, -80px);
  right: clamp(20px, 9.2972181552vw, 127px);
  width: clamp(140px, 21.1566617862vw, 289px);
  aspect-ratio: 1/1;
  z-index: 1;
}

.p-commit__content {
  margin-top: clamp(92px, 13.75vw, 165px);
}

.p-company__content-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.p-company__content-head .icon {
  max-width: 69px;
  aspect-ratio: 69/64;
}
.p-company__content-head .title {
  font-family: "Kaisei Opti", serif;
  color: #B32518;
  font-size: clamp(20px, 4.4270833333vw, 34px);
  line-height: 1.4411764706;
  letter-spacing: 2.04px;
  font-weight: 500;
  -webkit-text-stroke: 0.5px #b32518;
}

.p-commint__items {
  margin-top: 40px;
  position: relative;
}
.p-commint__items::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(../images/dash-line-long.svg) repeat center center/cover;
}
.p-commint__items::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(../images/dash-line-long.svg) repeat center center/cover;
}
.p-commint__items .item-flex {
  padding-block: 52px 21px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  position: relative;
}
@media screen and (min-width:768px) {
  .p-commint__items .item-flex {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
  .p-commint__items .item-flex::before {
    content: "";
    position: absolute;
    top: 52px;
    left: 50%;
    translate: -50%;
    width: 2px;
    height: calc(100% - 100px);
    background: url(../images/dash-ver-long.svg) repeat center center/cover;
  }
  .p-commint__items .item-flex::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: url(../images/dash-line-long.svg) repeat center center/cover;
  }
}

.p-commint__item {
  max-width: 448px;
  margin-inline: auto;
  position: relative;
}

.p-commint__item .item-head {
  max-width: 448px;
  aspect-ratio: 448/300;
  border-radius: 5px;
  position: relative;
}
.p-commint__item .item-head img {
  border-radius: 5px;
}
.p-commint__item .num {
  position: absolute;
  left: clamp(-20px, -2.6041666667vw, -10px);
  top: clamp(-32px, -2.3426061493vw, -16px);
  padding: 8px 13px 10px;
  font-family: "Kaisei Opti", serif;
  color: #ffffff;
  font-size: clamp(16px, 3.90625vw, 30px);
  line-height: 1.4666666667;
  letter-spacing: 1.8px;
  font-weight: 500;
  background: #E60013;
  border-radius: 50%;
}
.p-commint__item .item-title {
  margin-top: 15px;
  font-family: "Kaisei Opti", serif;
  color: #B32518;
  font-size: clamp(16px, 3.125vw, 24px);
  line-height: 1.4583333333;
  letter-spacing: 1.44px;
  font-weight: 500;
  -webkit-text-stroke: 0.5px #b32518;
}
.p-commint__item .item-text {
  margin-top: 15px;
  color: #3C3C3C;
  font-size: clamp(12px, 1.6927083333vw, 13px);
  line-height: 1.8461538462;
  letter-spacing: 0.78px;
  font-weight: 600;
}



.p-commint__item.item-bottom {
  padding-block: 40px 22px;
}
@media screen and (min-width:1024px) {
  .p-commint__item.item-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    max-width: 976px;
    margin-inline: auto;
  }
}
.p-commint__item.item-bottom .item-head {
  max-width: 289px;
  aspect-ratio: 1/1;
  margin-inline: auto;
}
@media screen and (min-width:1024px) {
  .p-commint__item.item-bottom .item-head {
    margin-inline: 0;
  }
}
.p-commint__item.item-bottom .num {
  left: clamp(-40px, -5.2083333333vw, -20px);
  top: clamp(-10px, -0.7320644217vw, -5px);
}
@media screen and (min-width:1024px) {
  .p-commint__item .bottom-body {
    margin-top: clamp(60px, 6.0029282577vw, 82px);
  }
}
@media screen and (min-width:1024px) {
  .p-commint__item .bottom-body .item-title {
    margin-top: 0;
  }
}
.p-commint__item .bottom-body .item-text {
  margin-top: 20px;
  max-width: none;
}

.p-feature {
  padding-top: clamp(80px, 12.9166666667vw, 155px);
}

.p-feature__body {
  margin-top: 40px;
}
@media screen and (min-width:1024px) {
  .p-feature__body {
    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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
  }
}

.p-feature__content {
  position: relative;
}
@media screen and (min-width:1024px) {
  .p-feature__content {
    margin-top: clamp(40px, 5.5636896047vw, 76px);
    max-width: 487px;
  }
}

.p-feature__content .content-title {
  font-family: "Kaisei Opti", serif;
  color: #B32518;
  font-size: clamp(18px, 3.125vw, 24px);
  line-height: 1.5;
  letter-spacing: 1.44px;
  font-weight: 500;
  -webkit-text-stroke: 0.5px #b32518;
}
.p-feature__content .content-text {
  margin-top: clamp(18px, 3.90625vw, 30px);
  color: #3C3C3C;
  font-size: clamp(12px, 1.6927083333vw, 13px);
  line-height: 1.7692307692;
  letter-spacing: 0.78px;
  font-weight: 600;
}

.p-feature__img {
  margin-top: 32px;
  margin-inline: auto;
  max-width: clamp(360px, 35.4319180088vw, 484px);
  aspect-ratio: 484/400;
  height: 100%;
  border-radius: 5px;
}
.p-feature__img img {
  border-radius: 5px;
}
@media screen and (min-width:1024px) {
  .p-feature__img {
    margin: 0;
  }
}

.icon-l {
  margin-top: clamp(24px, 5.1666666667vw, 62px);
  width: clamp(72px, 11.2005856515vw, 153px);
  aspect-ratio: 153/93;
}

.icon-r {
  position: absolute;
  top: clamp(-126px, -9.224011713vw, -40px);
  right: 0;
  width: clamp(80px, 13.6666666667vw, 164px);
  aspect-ratio: 1/1;
}

/* zuccini */

.zuccini {
  color: #2b6638;
}

.zuccini-title {
  color: #2b6638;
  -webkit-text-stroke: 0.5px #2b6638;
}

.zuccini-text {
  color: #366d43;
}

.p-tomato__content .p-policy__content .title-en.zuccini-title {
  color: #2b6638;
  -webkit-text-stroke: 0.5px #2b6638;
}
.p-tomato__content .text.zuccini-text {
  color: #366d43;
}

.p-tomato__content .p-policy__icon-l.zuccini {
  width: clamp(60px, 11.81640625vw, 121px);
  aspect-ratio: 121/85;
}
.p-tomato__content .p-policy__icon-r.zuccini {
  max-width: clamp(60px, 15.234375vw, 156px);
  aspect-ratio: 156/85;
}
.p-tomato__product-head .icon.zuccini {
  width: clamp(40px, 4.7584187408vw, 65px);
  aspect-ratio: 65/35;
}
.p-tomato__product-head .title.zuccini-title {
  color: #2b6638;
  -webkit-text-stroke: 0.5px #2b6638;
}
.p-tomato__product-items .title.zuccini-title {
  color: #2b6638;
  -webkit-text-stroke: 0.5px #2b6638;
}
.p-tomato__product-items .text.zuccini {
  color: #3c3c3c;
}
.p-tomato__product-items .p-tomato__product-item .item-num.zuccini {
  color: #2b6638;
}
.p-tomato__feature-head .icon.zuccini {
  width: clamp(40px, 4.7584187408vw, 65px);
  aspect-ratio: 65/35;
}
.p-tomato__feature-head .title.zuccini-title {
  color: #2b6638;
  -webkit-text-stroke: 0.5px #2b6638;
}
.p-tomato__feature-items .icon-top.zuccini {
  max-width: clamp(40px, 12.9575402635vw, 177px);
  aspect-ratio: 177/124;
}
@media screen and (min-width:768px) {
  .p-tomato__feature-items .icon-top.zuccini {
    top: clamp(-137px, -10.0292825769vw, -90px);
  }
}
.p-tomato__feature-items .icon-bottom.zuccini {
  max-width: clamp(40px, 13.1039531479vw, 179px);
  aspect-ratio: 179/184;
  bottom: clamp(-209px, -15.3001464129vw, -80px);
}

.p-tomato__feature-item .item-num.zuccini {
  background: #2C643A;
}
.p-tomato__feature-item .item-title.zuccini-title {
  color: #2b6638;
  -webkit-text-stroke: 0.5px #2b6638;
}
.p-tomato__info-head .title.zuccini-title {
  color: #2b6638;
  -webkit-text-stroke: 0.5px #2b6638;
}

.p-tomato__info-head .icon-info.zuccini {
  aspect-ratio: 69/48;
}
.p-tomato__info-head.zuccini-title {
  color: #2b6638;
  -webkit-text-stroke: 0.5px #2b6638;
}
.info-title.zuccini-title {
  color: #2b6638;
  -webkit-text-stroke: 0.5px #2b6638;
}
.info-body .list-wrap.zuccini .list::before {
  background: #206E42;
}


/* tomato */

.p-tomato {
  padding-top: clamp(80px, 10.8333333333vw, 130px);
  padding-bottom: clamp(92px, 12.5vw, 150px);

}

.p-tomato__top {
  max-width: 1366px;
  margin-inline: auto;
}

.p-tomato__content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 550px;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width:1024px) {
  .p-tomato__content {
    max-width: none;
  }
}
.p-tomato__content .p-policy__content .title::after {
  bottom: -6px;
}
.p-tomato__content .p-policy__content .title-en {
  font-family: "Kaisei Opti", serif;
  font-size: clamp(15px, 2.2135416667vw, 17px);
  line-height: 1.4705882353;
  letter-spacing: 1.02px;
  font-weight: 500;
  -webkit-text-stroke: 0.5px #b32518;
}
.p-tomato__content .p-policy__icon-l {
  position: absolute;
  left: -16px;
  top: clamp(-11px, -1.07421875vw, 0px);
  width: clamp(60px, 10.83984375vw, 111px);
  aspect-ratio: 1/1;
}
@media screen and (min-width:768px) {
  .p-tomato__content .p-policy__icon-l {
    left: clamp(-115px, -8.4187408492vw, -20px);
  }
}
.p-tomato__content .p-policy__icon-r {
  position: absolute;
  right: 0;
  bottom: -72px;
  max-width: clamp(60px, 9.08203125vw, 93px);
  aspect-ratio: 93/94;
}
@media screen and (min-width:768px) {
  .p-tomato__content .p-policy__icon-r {
    bottom: clamp(-73px, -7.12890625vw, -20px);
    right: clamp(-100px, -7.3206442167vw, -20px);
  }
}

.p-tomato__product {
  padding-top: clamp(80px, 9.1666666667vw, 110px);
  padding-inline: clamp(20px, 5.859375vw, 60px);
  max-width: 1366px;
  margin-inline: auto;
}

.p-tomato__product-body {
  position: relative;
}
.p-tomato__product-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(../images/dash-line-long.svg) repeat center center/cover;
}
.p-tomato__product-body::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(../images/dash-line-long.svg) repeat center center/cover;
}

.p-tomato__product-items {
  margin-top: 30px;
  padding-block: 40px 50px;
  position: relative;
}
@media screen and (min-width:768px) {
  .p-tomato__product-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .p-tomato__product-items::before, .p-tomato__product-items::after {
    content: "";
    position: absolute;
    top: 40px;
    width: 2px;
    height: calc(100% - 90px);
    background: url(../images/dash-ver-long.svg) repeat center center/cover;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-tomato__product-items::before {
    left: 33.3333333333%;
  }
  .p-tomato__product-items::after {
    left: 66.6666666667%;
  }
}
.p-tomato__product-items .p-tomato__product-item {
    width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (min-width:768px) {
  .p-tomato__product-items .p-tomato__product-item {
    margin-block: 20px;
    max-width: 291px;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(12px, 1.2445095168vw, 17px);
  }
}
.p-tomato__product-items .p-tomato__product-item .item-num {
  font-family: "Lato", sans-serif;
  color: #B32518;
  font-size: clamp(12px, 1.6927083333vw, 13px);
  line-height: 1;
  letter-spacing: 0.91px;
}
@media screen and (min-width:768px) {
  .p-tomato__product-items .p-tomato__product-item .item-num {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.p-tomato__product-items .p-tomato__product-item .item-content {
  margin-top: 12px;
  max-width: 320px;
}
@media screen and (min-width:768px) {
  .p-tomato__product-items .p-tomato__product-item .item-content {
    max-width: 260px;
    margin-top: 0;
  }
}
.p-tomato__product-items .p-tomato__product-item .img {
  max-width: 320px;
  aspect-ratio: 260/290;
  border-radius: 3px;
}
.p-tomato__product-items .p-tomato__product-item .img img {
  border-radius: 3px;
}
@media screen and (min-width:768px) {
  .p-tomato__product-items .p-tomato__product-item .img {
    max-width: 260px;
  }
}
.p-tomato__product-items .p-tomato__product-item:nth-of-type(2n) {
  margin-left: auto;
}

.p-tomato__product-items .p-tomato__product-item + .p-tomato__product-item {
  margin-top: 40px;
}
@media screen and (min-width:768px) {
  .p-tomato__product-items .p-tomato__product-item + .p-tomato__product-item {
    margin-block: 20px;
  }
}
.p-tomato__product-items .title {
  margin-top: 18px;
  font-family: "Kaisei Opti", serif;
  color: #B32518;
  font-size: clamp(16px, 2.6041666667vw, 20px);
  line-height: 1.45;
  letter-spacing: 1.2px;
  font-weight: 500;
  -webkit-text-stroke: 0.5px #b32518;
}
.p-tomato__product-items .text {
  margin-top: 16px;
  font-size: clamp(12px, 1.6927083333vw, 13px);
  line-height: 1.8461538462;
  letter-spacing: 0.78px;
  font-weight: 600;
}

.p-tomato__feature {
  padding-top: clamp(120px, 12.8333333333vw, 154px);
}

.p-tomato__feature-items {
  margin-top: clamp(32px, 5.2083333333vw, 40px);
  position: relative;
}
.p-tomato__feature-items .icon-top {
  position: absolute;
  right: -11px;
  top: 0;
  max-width: clamp(80px, 22.4609375vw, 230px);
  aspect-ratio: 1/1;
}
@media screen and (min-width:768px) {
  .p-tomato__feature-items .icon-top {
    top: clamp(-179px, -13.1039531479vw, -90px);
  }
}
.p-tomato__feature-items .icon-bottom {
  position: absolute;
  bottom: clamp(-273px, -19.9853587116vw, -80px);
  right: 27.3792093704%;
  max-width: clamp(100px, 21.1566617862vw, 289px);
  aspect-ratio: 1/1;
}

@media screen and (min-width:1024px) {
  .p-tomato__feature-item {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
  }
}
.p-tomato__feature-item .item-content {
  max-width: 487px;
}

.p-tomato__feature-item .item-num {
    width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 13px 10px;
  font-family: "Kaisei Opti", serif;
  color: #ffffff;
  font-size: clamp(16px, 3.90625vw, 30px);
  line-height: 1.4666666667;
  letter-spacing: 1.8px;
  font-weight: 500;
  background: #e60013;
  border-radius: 50%;
}
.p-tomato__feature-item .item-title {
  margin-top: 14px;
  font-family: "Kaisei Opti", serif;
  color: #B32518;
  font-size: clamp(18px, 2.34375vw, 24px);
  line-height: 1.5416666667;
  letter-spacing: 1.44px;
  font-weight: 500;
  -webkit-text-stroke: 0.5px #b32518;
}
.p-tomato__feature-item .item-text {
  margin-top: clamp(24px, 3.90625vw, 30px);
  font-size: clamp(12px, 1.6927083333vw, 13px);
  line-height: 1.8461538462;
  letter-spacing: 0.78px;
  font-weight: 600;
}
.p-tomato__feature-item .item-img {
  margin-top: 24px;
  max-width: 487px;
  aspect-ratio: 487/400;
  border-radius: 5px;
}
.p-tomato__feature-item .item-img img {
  border-radius: 5px;
}
@media screen and (min-width:1024px) {
  .p-tomato__feature-item .item-img {
    margin-top: 0;
  }
}
.p-tomato__feature-item:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (min-width:1024px) {
  .p-tomato__feature-item:nth-of-type(2n) {
    margin-left: 0;
    width: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-tomato__feature-item + .p-tomato__feature-item {
  margin-top: clamp(40px, 6.6666666667vw, 80px);
}

.p-tomato__info {
  padding-top: clamp(120px, 26.6471449488vw, 364px);
}

.p-tomato__info-head .icon-info {
  max-width: 69px;
  aspect-ratio: 69/42;
}



.p-tomato__info-body {
  margin-top: clamp(36px, 3.6603221083vw, 50px);
  padding-block: 52px 40px;
  position: relative;
}
@media screen and (min-width:1024px) {
  .p-tomato__info-body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
  .p-tomato__info-body::before {
    content: "";
    position: absolute;
    top: 52px;
    left: 50%;
    translate: -50%;
    width: 2px;
    height: calc(100% - 100px);
    background: url(../images/dash-ver-long.svg) repeat center center/cover;
  }
}
.p-tomato__info-body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(../images/dash-line-long.svg) repeat center center/cover;
}

.p-tomato__info-content {
  margin-top: 16px;
  margin-bottom: 40px;
}
@media screen and (min-width:1024px) {
  .p-tomato__info-content {
    width: 100%;
    max-width: 448px;
    margin-inline: auto;
  }
}
.p-tomato__info-content + .p-tomato__info-content {
  margin-top: 40px;
}
@media screen and (min-width:1024px) {
  .p-tomato__info-content + .p-tomato__info-content {
    margin-top: 16px;
  }
}

.info-title {
  margin-top: 16px;
  font-family: "Kaisei Opti", serif;
  color: #B32518;
  font-size: clamp(20px, 3.125vw, 24px);
  line-height: 1.4583333333;
  letter-spacing: 1.44px;
  font-weight: 500;
  -webkit-text-stroke: 0.5px #b32518;
  text-align: center;
}
.info-body {
  margin-top: clamp(40px, 5.4166666667vw, 65px);
}
.info-body .info-map {
  aspect-ratio: 448/226;
}
.info-body .info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 5px;
  min-height: 220px;
}

.info-body .map-text {
  margin-top: 14px;
  color: #3c3c3c;
  font-size: clamp(13px, 1.0248901903vw, 14px);
  line-height: 1.4285714286;
  letter-spacing: 0.84px;
  font-weight: 600;
  text-decoration: underline;
}
.info-body .list-wrap {
  margin-top: clamp(24px, 4.6875vw, 48px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (min-width:1024px) {
  .info-body .list-wrap {
    max-width: 448px;
  }
}
.info-body .list {
  padding-left: 19px;
  color: #3c3c3c;
  font-size: clamp(13px, 1.0248901903vw, 14px);
  line-height: 1.4285714286;
  letter-spacing: 0.84px;
  font-weight: 600;
  text-decoration: underline;
  position: relative;
}
.info-body .list::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: 6px;
  height: 6px;
  background: #B22517;
  border-radius: 50%;
}
.info-body .info-btn {
  max-width: 448px;
  margin-inline: auto;
  padding-inline: clamp(12px, 2.44140625vw, 25px);
  padding-block: clamp(20px, 2.6666666667vw, 32px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
  border-radius: 10px;
  position: relative;
}
.info-body .info-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: clamp(12px, 2.0833333333vw, 25px);
  width: 6px;
  height: 9px;
  background: url(../images/arrow-white.svg) no-repeat center center/contain;
}
.info-body .info-btn + .info-btn {
  margin-top: clamp(24px, 3.90625vw, 30px);
}
.info-body .btn-icon {
  max-width: 75px;
  aspect-ratio: 1/1;
}
.info-body .btn-text {
  font-size: clamp(14px, 1.4166666667vw, 17px);
  line-height: 1.4705882353;
  letter-spacing: 1.02px;
  font-weight: 600;
  padding-right: 12px;
}
.info-body .btn-texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.info-body .btn-tabe {
  color: #ffffff;
  background: #216D42;
}
.info-body .btn-mer {
  color: #216D42;
  background: #F2F4DC;
}
.info-body .btn-mer::after {
  background: url(../images/arrow-green.svg) no-repeat center center/contain;
}
.info-body .btn-line {
  color: #ffffff;
  background: #56BE37;
}

.info-desc {
  padding-top: 27px;
  color: #B32518;
  font-size: clamp(12px, 1.8229166667vw, 14px);
  line-height: 1.9230769231;
  letter-spacing: 0.84px;
  font-weight: 600;
  text-align: center;
  position: relative;
}
.info-desc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(../images/dash-line-long.svg) repeat center center/cover;
}




/* company */

.p-company {
  padding-top: clamp(80px, 12.5833333333vw, 151px);
  padding-bottom: clamp(80px, 13.3333333333vw, 160px);
}

.p-company__content {
  max-width: 1044px;
  margin-inline: auto;
}

.p-company__img {
  max-width: 1044px;
  aspect-ratio: 1044/400;
}
.p-company__img img {
  border-radius: 5px;
}

.p-policy {
  margin-top: clamp(40px, 7.8125vw, 60px);
  max-width: 1044px;
  margin-inline: auto;
  position: relative;
}

.p-policy__content .title-en {
  margin-top: 9px;
  font-family: "Lato", sans-serif;
  color: #b5251a;
  font-size: clamp(14px, 2.0833333333vw, 16px);
  line-height: 1;
  letter-spacing: 1.12px;
  font-weight: 500;
  text-align: center;
}
.p-policy__content .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  font-family: "Kaisei Opti", serif;
  font-size: clamp(17px, 2.4890190337vw, 34px);
  line-height: 1.4411764706;
  letter-spacing: 2.04px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.p-policy__content .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: clamp(6px, 0.878477306vw, 12px);
  background: #FFEF01;
  z-index: -1;
}
.p-policy__content .green {
  color: #2B6638;
  -webkit-text-stroke: 0.5px #2B6638;
}
.p-policy__content .red {
  color: #B32518;
  -webkit-text-stroke: 0.5px #B32518;
}
.p-policy__content .text {
  margin-top: clamp(32px, 5.2083333333vw, 40px);
  max-width: 688px;
  margin-inline: auto;
  color: #B32518;
  font-size: clamp(13px, 1.8229166667vw, 14px);
  line-height: 1.8571428571;
  letter-spacing: 0.84px;
  font-weight: 600;
  text-align: center;
}

.p-policy__icon-l {
  position: absolute;
  top: -40px;
  left: clamp(0px, 2.196193265vw, 30px);
  width: clamp(40px, 10.83984375vw, 111px);
  aspect-ratio: 1/1;
}
@media screen and (min-width:768px) {
  .p-policy__icon-l {
    top: 0;
  }
}

.p-policy__icon-r {
  position: absolute;
  bottom: -94px;
  right: clamp(0px, 1.9033674963vw, 26px);
  width: clamp(80px, 11.62109375vw, 119px);
  aspect-ratio: 119/83;
}
@media screen and (min-width:1200px) {
  .p-policy__icon-r {
    bottom: clamp(-94px, -4.9780380673vw, -68px);
  }
}


.p-company__table-content {
  padding-top: clamp(92px, 13.17715959vw, 180px);
}

.p-company__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.p-company__head .icon {
  width: clamp(40px, 6.73828125vw, 69px);
  aspect-ratio: 69/64;
}
.p-company__head .title {
  font-family: "Kaisei Opti", serif;
  color: #B32518;
  font-size: clamp(18px, 3.3203125vw, 34px);
  line-height: 1.4411764706;
  letter-spacing: 2.04px;
  font-weight: 500;
  -webkit-text-stroke: 0.5px #B32518;
}

.p-company__table-wrap {
  margin-top: clamp(40px, 7.2916666667vw, 56px);
  position: relative;
}
.p-company__table-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(../images/dash-line-long.svg) repeat center center/cover;
}

.p-company__table {
  width: min(100%, 1044px);
}

.p-company__table-row {
  display: grid;
  grid-template-columns: 100px 1fr;
  position: relative;
}
@media screen and (min-width:1200px) {
  .p-company__table-row {
    grid-template-columns: 202px 1fr;
  }
}
.p-company__table-row::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(../images/dash-line-long.svg) repeat center center/cover;
}

.p-company__table-title {
  padding-left: clamp(20px, 2.9296875vw, 30px);
  padding-block: clamp(24px, 3.90625vw, 30px);
  font-size: clamp(12px, 1.6927083333vw, 13px);
  line-height: 1.4615384615;
  font-weight: 600;
    -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
}
.p-company__table-title::before {
  content: "";
  position: absolute;
  top: clamp(18px, 2.34375vw, 24px);
  right: 0;
  width: 2px;
  height: calc(100% - 36px);
  background: url(../images/dash-ver.svg) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .p-company__table-title::before {
    height: calc(100% - 48px);
  }
}

.p-company__table-text {
  padding-block: 24px;
  padding-left: clamp(40px, 7.6866764275vw, 105px);
  padding-right: 20px;
  color: #454545;
  font-size: clamp(12px, 1.6927083333vw, 13px);
  line-height: 1.4615384615;
  font-weight: 500;
  -ms-flex-line-pack: center;
      align-content: center;
}




.p-access {
  padding-top: clamp(80px, 10.980966325vw, 150px);
}

.p-access__map-wrap {
  margin-top: clamp(40px, 5.46875vw, 56px);
  width: 100%;
  max-width: 1044px;
  margin-inline: auto;
}
.p-access__map-wrap .map-text {
  margin-top: 30px;
  color: #3c3c3c;
  font-size: clamp(15px, 1.66015625vw, 17px);
  line-height: 1.4705882353;
  letter-spacing: 1.02px;
  font-weight: 600;
}

.p-access__map {
  aspect-ratio: 1044/450;
  border-radius: 5px;
  position: relative;
}
.p-access__map iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 5px;
  min-height: 260px;
}


/* recipe */

.p-recipe {
  padding-block: clamp(116px, 12.5vw, 150px);
  position: relative;
}

.p-recipe__items .webgene-blog {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px 40px;
}
@media screen and (min-width:1024px) {
  .p-recipe__items .webgene-blog {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-recipe__item {
  padding-bottom: clamp(16px, 2.734375vw, 28px);
    max-width: 450px;
  margin-inline: auto;
  position: relative;
}
.p-recipe__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(../images/dash-line.svg) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .p-recipe__item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
    margin-inline: auto;
  }
}
@media screen and (min-width:1024px) {
  .p-recipe__item {
    margin-inline: 0;
  }
}

.p-recipe__item-head {
  max-width: 200px;
  aspect-ratio: 200/145;
  min-width: 160px;
  border-radius: 10px;
}
.p-recipe__item-head img {
  border-radius: 10px;
}
@media screen and (min-width:1024px) {
  .p-recipe__item-head {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-recipe__item-body {
  margin-top: 16px;
}
@media screen and (min-width:768px) {
  .p-recipe__item-body {
    max-width: 274px;
  }
}
@media screen and (min-width:1024px) {
  .p-recipe__item-body {
    margin-top: 0;
  }
}

.p-recipe__item-title {
  font-family: "Kaisei Opti", serif;
  color: #B32518;
  -webkit-text-stroke: 0.5px #B32518;
  font-size: clamp(16px, 2.34375vw, 18px);
  line-height: 1.4444444444;
  letter-spacing: 1.08px;
  font-weight: 500;
}

.p-recipe__item-text {
  margin-top: 13px;
  color: #3c3c3c;
  font-size: clamp(12px, 1.6927083333vw, 13px);
  line-height: 1.6923076923;
  letter-spacing: 0.78px;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width:768px) {
  .p-recipe__item-text {
    -webkit-line-clamp: 3;
  }
}

.p-recipe__item-tag span {
  margin-top: 13px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px 7px;
  color: #216d42;
  font-size: clamp(11px, 1.5625vw, 12px);
  line-height: 1.4166666667;
  letter-spacing: 0.72px;
  font-weight: 600;
  background: #dcedde;
  border-radius: 11px;
  text-align: center;
}


/* news */


.p-news {
  padding-block: clamp(80px, 12.5vw, 150px);
  position: relative;
}
.p-news__category-wrap {
  margin-bottom: clamp(40px, 7.8125vw, 60px);
}

.p-news__category-wrap > .webgene-blog {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.p-news__cat {
  display: inline-block;
  min-width: 140px;
  background: #ffffff;
  padding: 10px 30px;
  text-align: center;
  font-size: 12px;
  line-height: 1.4615384615;
  letter-spacing: 0.7px;
  font-weight: 500;
  color: #232323;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width:768px) {
  .p-news__cat {
    min-width: 150px;
    padding: 11px 48px;
    font-size: 13px;
  }
}
@media (any-hover: hover) {
  .p-news__cat:hover {
    background: #e60013;
    color: #ffffff;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.p-news__items {
  width: 100%;
  max-width: 1046px;
}
.p-news__items .webgene-item + .webgene-item {
  margin-top: 14px;
}

.p-news__item {
  padding-block: clamp(20px, 2.83203125vw, 29px);
  padding-inline: clamp(20px, 3.90625vw, 40px);
  background: #ffffff;
  border: 1px solid #dee2c2;
  border-radius: 42px;
  position: relative;
}
.p-news__item::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: clamp(20px, 3.90625vw, 40px);
  width: clamp(13px, 2.5390625vw, 26px);
  aspect-ratio: 1/1;
  background: #e60013;
  border: clamp(5px, 0.9765625vw, 10px) solid #ebebeb;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width:768px) {
  .p-news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}
@media (any-hover: hover) {
  .p-news__item:hover::after {
    border-width: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.p-news__item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (min-width:768px) {
  .p-news__item-meta {
    width: 160px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-news__item-date {
  color: #7e7e7e;
  font-size: clamp(11px, 1.171875vw, 12px);
  line-height: 1.4166666667;
  letter-spacing: 0.72px;
  font-weight: 600;
}

.p-news__item-tag span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px 7px;
  color: #216d42;
  font-size: clamp(11px, 1.5625vw, 12px);
  line-height: 1.4166666667;
  letter-spacing: 0.72px;
  font-weight: 600;
  background: #dcedde;
  border-radius: 11px;
  text-align: center;
  white-space: nowrap;
}

.p-news__item-title {
  margin-top: 6px;
  padding-right: clamp(24px, 2.9296875vw, 30px);
  color: #3c3c3c;
  font-size: clamp(15px, 1.66015625vw, 17px);
  line-height: 1.4705882353;
  letter-spacing: 1.02px;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (min-width:768px) {
  .p-news__item-title {
    margin-top: 0;
  }
}

.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: #303332;
}

.webgene-pagination ul .number.selected a {
  background: #E60013;
  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: #303332;
  }
  li.prev:after,
  li.next:after {
    pointer-events: auto;
  }
}

/* detail */

.p-detail {
  padding-block: clamp(116px, 12.5vw, 150px);
}

.detail {
  color: #00132b;
  max-width: 925px;
  margin-inline: auto;
}

.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: #e60013;
  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 #E60013;
  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: #e60013;
  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: #E60013;
  border: 1px solid #E60013;
  padding: 8.5px 30px;
  text-align: center;
  font-size: 12px;
  line-height: 1.4666666667;
  letter-spacing: 0.75px;
  font-weight: 600;
  color: #ffffff;
  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: transparent;
    color: #E60013;
    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, 13.5vw, 162px);
  padding-bottom: clamp(116px, 11.6666666667vw, 140px);
}

.contact {
  color: #555555;
  max-width: 898px;
  margin-inline: auto;
}

.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: #FFFFFF;
  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 #E60013;
  width: 183px;
  background: #E60013;
  border-radius: 25px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.3125;
  letter-spacing: 0.75px;
  font-weight: 600;
  text-align: center;
}

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

.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 {
  -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: #FFFFFF;
  padding: 15px 14px 15px;
}

.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 #303332;
  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: #B32518;
  border-color: #B32518;
  -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: #303332;
  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;
  }
}