@charset "UTF-8";
@font-face {
  font-family: "Bebas";
  src: url("../font/BEBAS___.TTF") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
html {
  font-size: 100%;
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.28vw;
  }
}
@media (min-width: 1250px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #224484;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

main {
  overflow-x: clip;
}

main:has(.bg) {
  position: relative;
}
main:has(.bg)::before {
  content: "";
  position: absolute;
  top: 6.0625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  aspect-ratio: 3024/2580;
  z-index: 0;
  pointer-events: none;
  background: url(../img/common/bg_logo-sp.png) no-repeat top center/contain;
}
@media screen and (min-width: 768px) {
  main:has(.bg)::before {
    background-image: url(../img/common/bg_logo.png);
  }
}
main:has(.bg).is-bg-fixed::before {
  position: fixed;
  top: 6.0625rem;
}
@media screen and (min-width: 768px) {
  main:has(.bg).is-bg-fixed::before {
    top: 5.5625rem;
  }
}
main:has(.bg) > * {
  position: relative;
  z-index: 1;
}

.bg {
  position: relative;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.fadeIn {
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}

.fadeIn.animated {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  width: 100%;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1250px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-section {
  padding-top: 3.6875rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .l-section {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }
}

.l-section--pb {
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .l-section--pb {
    padding-bottom: 9.375rem;
  }
}

.c-btn {
  display: inline-block;
  padding: 1.4375rem 1.25rem 1.5rem;
  background: #1AA96B;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 100px;
  text-align: center;
  min-width: 20.625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-btn {
    padding: 1.3125rem 3.5625rem 1.3125rem 3.625rem;
    font-size: 0.9375rem;
    line-height: 2.3333333333;
    min-width: 22.8125rem;
  }
}

.c-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.8125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.9375rem;
  height: 0.9375rem;
  background: url(../img/common/btn-arrow.svg) no-repeat center/contain;
}

.c-btn--grad {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#3F62A1), to(#25A56D));
  background: linear-gradient(90deg, #3F62A1 0%, #25A56D 100%);
  border-radius: 50px;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  border-radius: 100px;
  text-align: center;
  padding: 1.25rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-btn--grad {
    font-size: 1.0625rem;
    line-height: 1.1764705882;
    padding: 2rem 3.5625rem;
  }
}

.c-btn--map {
  display: inline-block;
  padding: 0.625rem 0.625rem 0.625rem;
  background: #1AA96B;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  min-width: 20.625rem;
}
@media screen and (min-width: 768px) {
  .c-btn--map {
    padding: 1.3125rem 3.5625rem 1.3125rem 1.875rem;
    min-width: 22.8125rem;
  }
}

.c-btn--map span {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  padding-left: 1.5625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-btn--map span {
    font-size: 0.9375rem;
    line-height: 2.3333333333;
    padding-left: 2.1875rem;
  }
}

.c-btn--map span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.9375rem;
  height: 1.25rem;
  background: url(../img/common/icon-map.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .c-btn--map span::before {
    width: 1.3125rem;
    height: 1.75rem;
  }
}

.c-btn--pdf {
  position: relative;
  padding: 1.3125rem 0;
}
@media screen and (min-width: 768px) {
  .c-btn--pdf {
    padding: 1.3125rem 6.0625rem 1.3125rem 5.1875rem;
    min-width: unset;
  }
}

.c-btn--pdf::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.875rem;
  height: 2.0625rem;
  background: url(../img/common/pdf.svg) no-repeat center/contain;
}

.c-card-solution {
  text-align: center;
  gap: 0.625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-card-solution {
    gap: 1.25rem;
  }
}

.c-card-solution:nth-child(3) .c-card-solution__btn .c-btn {
  padding-left: 2.1875rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-card-solution:nth-child(3) .c-card-solution__btn .c-btn {
    padding: 1.3125rem 3.5625rem 1.3125rem 3.625rem;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .c-card-solution:nth-child(3) .c-card-solution__body,
  .c-card-solution:nth-child(4) .c-card-solution__body {
    top: 52%;
  }
  .c-card-solution:nth-child(3) .c-card-solution__btn,
  .c-card-solution:nth-child(4) .c-card-solution__btn {
    margin-top: 4.6875rem;
  }
}

.c-card-solution__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 390/481;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .c-card-solution__img img {
    aspect-ratio: 756/591;
  }
}

.c-card-solution__body {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-card-solution__body {
    top: 54%;
  }
}
.c-card-solution__body.fadeIn {
  -webkit-transform: translate(-50%, calc(-50% + 50px));
          transform: translate(-50%, calc(-50% + 50px));
  opacity: 0;
}
.c-card-solution__body.fadeIn.animated {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}

.c-card-solution__read {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.2;
  color: #FFC400;
}
@media screen and (min-width: 768px) {
  .c-card-solution__read {
    font-size: 2.5rem;
    line-height: 1.425;
  }
}

.c-card-solution__read span {
  display: block;
  font-size: 0.8125rem;
  line-height: 2;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c-card-solution__read span {
    font-size: 1.1875rem;
    line-height: 2;
  }
}

.c-card-solution__title {
  margin-top: 2.5rem;
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1.1428571429;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c-card-solution__title {
    margin-top: 1.875rem;
    font-size: 2.5rem;
    line-height: 1;
  }
}

.c-card-solution__title span {
  display: block;
  font-size: 1.1875rem;
  letter-spacing: 0.4em;
  margin-bottom: 0.625rem;
}

.c-card-solution__btn {
  margin-top: 3.125rem;
}

.c-card-work a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.c-card-work__img {
  overflow: hidden;
}

.c-card-work__img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 284/401;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.c-card-work__title {
  margin-top: 1.25rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5333333333;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-card-work__title {
    margin-top: 1.5625rem;
    font-size: 0.9375rem;
    line-height: 1.5333333333;
    text-align: left;
  }
}

.c-section-title {
  text-align: center;
  color: #fff;
}

.c-section-title__inner {
  position: relative;
  padding: 0 2.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .c-section-title__inner {
    padding: 0 3.125rem;
  }
}

.c-section-title__en {
  display: inline-block;
  font-size: 2.5rem;
  font-family: "Bebas", sans-serif;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  .c-section-title__en {
    font-size: 3.125rem;
    line-height: 1;
  }
}

.c-section-title__ja {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.5384615385;
  letter-spacing: 0.5em;
}
@media screen and (min-width: 768px) {
  .c-section-title__ja {
    margin-top: 1.25rem;
    font-size: 1.25rem;
    line-height: 1;
    letter-spacing: 1em;
  }
}

.c-section-title__inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(12deg);
          transform: translateY(-50%) rotate(12deg);
  width: 1px;
  height: 100%;
  background: #fff;
}

.c-section-title__inner::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(12deg);
          transform: translateY(-50%) rotate(12deg);
  width: 1px;
  height: 100%;
  background: #fff;
}

.c-section-title--blue {
  color: #224484;
}

.c-section-title--blue .c-section-title__inner::before {
  background: #224484;
}

.c-section-title--blue .c-section-title__inner::after {
  background: #224484;
}

.c-section-title--black {
  color: #333;
}

.c-section-title--black .c-section-title__inner::before {
  background: #333;
}

.c-section-title--black .c-section-title__inner::after {
  background: #333;
}

.c-section-title2 {
  font-size: 1.375rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 2;
  padding-top: 0.9375rem;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-section-title2 {
    letter-spacing: 0.2em;
    font-size: 2.5rem;
    line-height: 1.75;
    padding-top: 2.5rem;
  }
}

.c-section-title2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 5.625rem;
  height: 0.3125rem;
  background: -webkit-gradient(linear, left top, right top, from(#385EA5), color-stop(50%, #55B8D8), to(#1B8F43));
  background: linear-gradient(90deg, #385EA5 0%, #55B8D8 50%, #1B8F43 100%);
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .c-section-title2::before {
    width: 7.5rem;
  }
}

.c-section__read {
  font-size: 1.375rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 2;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-section__read {
    font-size: 1.875rem;
    line-height: 2.3333333333;
    letter-spacing: 0.2em;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .c-section__read span {
    letter-spacing: 0.48em;
  }
}

.c-section__text {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 2;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-section__text {
    font-size: 0.9375rem;
    line-height: 3.6;
    text-align: center;
  }
}

.c-staff-comment {
  background: #E9ECF3;
  padding: 1.875rem 1.25rem 6.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-staff-comment {
    padding: 2.625rem 5.25rem 2.1875rem;
  }
}

.c-staff-comment.iwamoru {
  background: rgba(203, 219, 238, .56);
  padding: 2.9375rem 1.25rem 9.0625rem;
}
@media screen and (min-width: 768px) {
  .c-staff-comment.iwamoru {
    padding: 3.8125rem 4.25rem 3.8125rem 15.6875rem;
  }
}

.c-staff-comment.iwamoru::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10rem;
  height: 9.0625rem;
  background: url(../img/iwamoru/iwamoru-staff2.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .c-staff-comment.iwamoru::before {
    right: unset;
    bottom: -0.125rem;
    left: -0.125rem;
    width: 14.3125rem;
    height: 14rem;
  }
}

.c-staff-comment.okoshicon {
  background: rgba(203, 219, 238, .56);
}
@media screen and (min-width: 768px) {
  .c-staff-comment.okoshicon {
    padding: 2.8125rem 4.25rem 2.8125rem 15.6875rem;
  }
}

.c-staff-comment.concrete {
  padding: 1.875rem 1.25rem 8.75rem;
}
@media screen and (min-width: 768px) {
  .c-staff-comment.concrete {
    padding: 3.8125rem 3.375rem 3.8125rem 15.6875rem;
  }
}

.c-staff-comment.okoshicon::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -1rem;
  width: 9.375rem;
  height: 8.125rem;
  background: url(../img/okoshicon/okoshicon-staff.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .c-staff-comment.okoshicon::before {
    right: unset;
    left: 1rem;
    width: 13rem;
    height: 13.25rem;
  }
}

.c-staff-comment.concrete::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1rem;
  width: 11.25rem;
  height: 9.375rem;
  background: url(../img/concrete/concrete-staff.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .c-staff-comment.concrete::before {
    left: 1rem;
    width: 12.5625rem;
    height: 10.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .c-staff-comment.ribbon-block {
    padding: 2.3125rem 5.25rem 2.1875rem;
  }
}

.c-staff-comment.ribbon-block::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -2.3125rem;
  width: 9.375rem;
  height: 8.125rem;
  background: url(../img/ribbon-block/ribbon-staff.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .c-staff-comment.ribbon-block::before {
    width: 13rem;
    height: 13.25rem;
  }
}

.c-staff-comment.ribbon-block2 {
  padding: 2.5rem 1.25rem 8.9375rem;
}
@media screen and (min-width: 768px) {
  .c-staff-comment.ribbon-block2 {
    padding: 2.8125rem 4.25rem 3.875rem 15.6875rem;
  }
}

.c-staff-comment.ribbon-block2::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -1.5625rem;
  width: 10rem;
  height: 9.0625rem;
  background: url(../img/ribbon-block/ribbon-staff2.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .c-staff-comment.ribbon-block2::before {
    right: unset;
    left: 0;
    width: 14.3125rem;
    height: 13.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .c-staff-comment.recycled-materials {
    padding: 3.25rem 5.25rem 3rem;
  }
}

.c-staff-comment.recycled-materials::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -2.3125rem;
  width: 9.375rem;
  height: 8.125rem;
  background: url(../img/ribbon-block/ribbon-staff.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .c-staff-comment.recycled-materials::before {
    width: 13rem;
    height: 13.25rem;
  }
}

.c-staff-comment.area {
  padding: 1.875rem 1.25rem 7.5rem;
}
@media screen and (min-width: 768px) {
  .c-staff-comment.area {
    padding: 2.625rem 5.25rem 2.1875rem;
  }
}

.c-staff-comment.area::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 9.375rem;
  height: 8.125rem;
  background: url(../img/area/area-staff.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .c-staff-comment.area::before {
    right: 1.25rem;
    width: 13.3125rem;
    height: 12.0625rem;
  }
}

.c-staff-comment.ratetable::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -0.625rem;
  width: 10.1875rem;
  height: 10.1875rem;
  background: url(../img/ratetable/ratetable-staff.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .c-staff-comment.ratetable::before {
    right: 4.1875rem;
    width: 13.3125rem;
    height: 13.6875rem;
  }
}

.c-staff-comment__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-staff-comment__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4rem;
  }
}

.c-staff-comment__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.1875;
}
@media screen and (min-width: 768px) {
  .c-staff-comment__title {
    font-size: 1.25rem;
    line-height: 1.75;
    letter-spacing: 0.4em;
  }
}

.c-staff-comment__text {
  font-size: 0.875rem;
  line-height: 2.5;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c-staff-comment__text {
    font-size: 1rem;
    line-height: 2.1875;
  }
}

@media screen and (min-width: 768px) {
  .c-staff-comment.concrete .c-staff-comment__text {
    line-height: 2.1875;
  }
}

.c-table {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-table {
    margin-top: 4.1875rem;
  }
}

.c-table dl {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 0.875rem;
  padding: 1.0625rem;
  border-bottom: 1px solid rgba(34, 68, 132, .5);
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-table dl {
    grid-template-columns: 12.25rem 1fr;
    gap: 0;
    font-size: 0.9375rem;
    padding: 2rem 1.0625rem;
  }
}

.c-table dl::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 30.303030303%;
  height: 1px;
  background: #1AA96B;
}
@media screen and (min-width: 768px) {
  .c-table dl::before {
    width: 14.4166666667%;
  }
}

@media screen and (min-width: 768px) {
  .c-table dl:has(.table-wrap) {
    padding: 0.6875rem 0 0.6875rem 1.0625rem;
  }
}

.c-table dl:first-child {
  border-top: 1px solid rgba(34, 68, 132, .5);
}

.c-table dl:first-child::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 30.303030303%;
  height: 1px;
  background: #1AA96B;
}
@media screen and (min-width: 768px) {
  .c-table dl:first-child::after {
    width: 14.4166666667%;
  }
}

.c-table dt {
  font-weight: 700;
  line-height: 1.2;
}

.c-table dt span {
  font-weight: 400;
}

.c-table dd {
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .c-table dd {
    line-height: 2.64;
  }
}

.c-table dd.table-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-table dd.table-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.25rem;
    margin-right: 0.625rem;
  }
}

.c-table dd.table-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-table dd.table-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 9.375rem;
  }
}

@media screen and (min-width: 768px) {
  .c-table .table-list__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .c-table .table-list__item {
    line-height: 1;
  }
}

.c-table dd .c-btn--map {
  min-width: 18.5rem;
}
@media screen and (min-width: 768px) {
  .c-table dd .c-btn--map {
    min-width: 22.8125rem;
  }
}

.c-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5555555556;
  padding: 0.625rem 1.25rem;
  background: -webkit-gradient(linear, left top, right top, from(#385EA5), to(#55B8D8));
  background: linear-gradient(90deg, #385EA5 0%, #55B8D8 100%);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: 1.5rem;
    line-height: 1.6666666667;
    letter-spacing: 0.1em;
    padding: 1.25rem 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-404.l-section {
    padding-top: 8.5625rem;
    padding-bottom: 9.375rem;
  }
}

.p-404__read {
  text-align: center;
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-404__read {
    font-size: 2.5rem;
    line-height: 1.75;
    letter-spacing: 0.2em;
  }
}

.p-404__text {
  margin-top: 2.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 2.5rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-404__text {
    margin-top: 5rem;
    text-align: center;
    font-size: 1.0625rem;
    line-height: 2.2;
    letter-spacing: 0.1em;
  }
}

.p-404__btn {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-404__btn {
    margin-top: 5rem;
  }
}

.p-404__btn a {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#3F62A1), to(#25A56D));
  background: linear-gradient(90deg, #3F62A1 0%, #25A56D 100%);
  border-radius: 50px;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  border-radius: 100px;
  text-align: center;
  padding: 1.25rem 5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-404__btn a {
    font-size: 0.9375rem;
    line-height: 2.3333333333;
    padding: 1.3125rem 6.25rem;
  }
}

.p-404__btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.1875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.9375rem;
  height: 0.9375rem;
  background: url(../img/common/btn-arrow.svg) no-repeat center/contain;
}

.p-area.l-section {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-area.l-section {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-area__read {
    margin-left: 5.375rem;
  }
}

.p-area__container {
  margin-top: 2.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-area__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-area__img {
    margin-left: -2.6875rem;
    width: 59.75%;
  }
}

.p-area__body-contents:nth-child(n+2) {
  margin-top: 1.4375rem;
}

.p-area__contents-title {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 2;
  padding: 0.25rem 0.625rem;
  background: #427CB6;
  color: #fff;
  min-width: 11.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-area__contents-title {
    min-width: 16.0625rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.1em;
    padding: 0.375rem 1.25rem;
  }
}

.p-area__contents-title.lightblue {
  background: #50A8CF;
}

.p-area__contents-text {
  font-size: 0.75rem;
  line-height: 2.5;
  letter-spacing: 0.2em;
  margin-top: 0.375rem;
  padding-top: 0.625rem;
  border-top: 1px solid #385EA5;
}
@media screen and (min-width: 768px) {
  .p-area__contents-text {
    padding-top: 1.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-area__body {
    margin-top: 2.1875rem;
    width: 43.8333333333%;
  }
}

.p-area__body-wrap {
  margin-top: 2.0625rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(56, 94, 165, .1)), to(rgba(85, 184, 216, .1)));
  background: linear-gradient(90deg, rgba(56, 94, 165, .1) 0%, rgba(85, 184, 216, .1) 100%);
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-area__body-wrap {
    padding: 1.25rem 1.875rem;
  }
}

.p-area__body-wrap-text {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7857142857;
  padding-left: 1em;
  text-indent: -1em;
}

.p-area__body-wrap-list {
  margin-top: 0.6875rem;
}

.p-area__body-wrap-list-item {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7857142857;
  padding-left: 1em;
  text-indent: -1em;
}

.p-area-comment {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-area-comment {
    margin-top: 5.375rem;
  }
}

.p-area-network__map {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-area-network__map {
    margin-top: 4.375rem;
  }
}

.p-area-network__map iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 375/246;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-area-network__map iframe {
    aspect-ratio: 1200/437;
  }
}

.p-attempt.l-section {
  padding-top: 3.125rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-attempt.l-section {
    padding-top: 6.25rem;
    padding-bottom: 10.3125rem;
  }
}

.p-attempt__read {
  text-align: center;
}

.p-attempt__text {
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-attempt__text {
    margin-top: 1.875rem;
  }
}

.p-attempt__container {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-attempt__container {
    margin-top: 6.875rem;
  }
}

.p-attempt__contents:nth-child(n+2) {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-attempt__contents:nth-child(n+2) {
    margin-top: 5rem;
  }
}

.p-attempt__contents-text {
  padding: 1.25rem 0.75rem 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-attempt__contents-text {
    padding: 1.875rem 0.5625rem 0;
    font-size: 0.9375rem;
    line-height: 3.6;
    letter-spacing: 0.1em;
  }
}

.p-attempt__items {
  margin-top: 2.5rem;
  display: grid;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-attempt__items {
    margin-top: 4.1875rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.0625rem;
  }
}

.p-attempt__item-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 375/246;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-attempt__item-img img {
    aspect-ratio: 387/258;
  }
}

.p-attempt__item-body {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-attempt__item-body {
    margin-top: 1.6875rem;
    padding: 0 0.5625rem;
  }
}

.p-attempt__item-title {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-attempt__item-title {
    font-size: 1.25rem;
    letter-spacing: 0.1em;
  }
}

.p-attempt__item-text {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-attempt__item-text {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing: 0.1em;
  }
}

.p-banner {
  background: -webkit-gradient(linear, left top, right top, from(#385EA5), to(#55B8D8));
  background: linear-gradient(90deg, #385EA5 0%, #55B8D8 100%);
  padding: 2.5rem 0;
}
@media screen and (min-width: 768px) {
  .p-banner {
    padding: 4.375rem 0 5rem;
  }
}

.p-banner__inner {
  display: grid;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-banner__inner {
    grid-template-columns: repeat(3, 1fr);
    place-items: center;
    gap: 2.3125rem;
    max-width: 71.375rem;
    margin-inline: auto;
  }
}

.p-banner__item {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, .15);
}

.p-calendar.l-section {
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-calendar.l-section {
    padding-top: 5rem;
  }
}

.p-calendar__items {
  display: grid;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-calendar__items {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 768px) {
  .p-company.l-section {
    padding-top: 6.25rem;
  }
}

.p-company__read {
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-company__read {
    margin-top: 4.375rem;
  }
}

.p-company__text {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-company__text {
    margin-top: 4.375rem;
  }
}

.p-company-policy__text {
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-company-policy__text {
    margin-top: 4.375rem;
  }
}

.p-company-policy__items {
  margin-top: 2.5rem;
  display: grid;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-company-policy__items {
    margin-top: 4.375rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
  }
}

.p-company-policy__item {
  padding: 2.0625rem 2.25rem 1.875rem;
  background: -webkit-gradient(linear, left top, right top, from(#385EA5), to(#55B8D8));
  background: linear-gradient(90deg, #385EA5 0%, #55B8D8 100%);
  border-radius: 20px;
  color: #fff;
  position: relative;
  overflow: hidden;
  min-height: 18.8125rem;
}
@media screen and (min-width: 768px) {
  .p-company-policy__item {
    padding: 4.0625rem 6.9375rem 3.4375rem;
    min-height: 33.375rem;
  }
}
.p-company-policy__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-company-policy__item:nth-child(1)::before {
  background-image: url(../img/company/bg_policy1.png);
}
.p-company-policy__item:nth-child(2)::before {
  background-image: url(../img/company/bg_policy2.png);
}
@media screen and (min-width: 768px) {
  .p-company-policy__item:nth-child(3) {
    padding: 4.0625rem 3.3125rem 3.4375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-company-policy__item:nth-child(3) .p-company-policy__item-text {
    margin-top: 5.625rem;
  }
}
.p-company-policy__item:nth-child(3)::before {
  background-image: url(../img/company/bg_policy3.png);
}
.p-company-policy__item:nth-child(4)::before {
  background-image: url(../img/company/bg_policy4.png);
}
.p-company-policy__item:nth-child(even) {
  background: -webkit-gradient(linear, left top, right top, from(#55B8D8), to(#385EA5));
  background: linear-gradient(90deg, #55B8D8 0%, #385EA5 100%);
}

.p-company-policy__item-num {
  font-size: 2.8125rem;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  line-height: 1.2;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-company-policy__item-num {
    font-size: 6.25rem;
    line-height: 1;
  }
}

.p-company-policy__item-text {
  display: block;
  margin-top: 1.25rem;
  font-size: 1.1875rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.75;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-company-policy__item-text {
    margin-top: 2.1875rem;
    font-size: 1.5rem;
    line-height: 2.9166666667;
    letter-spacing: 0.1em;
  }
}

.p-company-greeting {
  background: url(../img/company/bg_greeting-sp.png) no-repeat bottom center/contain;
}
@media screen and (min-width: 768px) {
  .p-company-greeting {
    background: url(../img/company/bg_greeting.png) no-repeat bottom center/contain;
  }
}

.p-company-greeting.l-section {
  padding-top: 5rem;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-company-greeting.l-section {
    padding-top: 9.375rem;
  }
}

.p-company-greeting__container {
  margin-top: 2.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 11.75rem;
}
@media screen and (min-width: 420px) {
  .p-company-greeting__container {
    padding-bottom: 16.25rem;
  }
}
@media screen and (min-width: 550px) {
  .p-company-greeting__container {
    padding-bottom: 27.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-company-greeting__container {
    margin-top: 2.0625rem;
    padding-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1780px) {
  .p-company-greeting__container {
    margin-top: 12.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-company-greeting__img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 54.9375rem;
    z-index: 1;
  }
}

.p-company-greeting__body {
  width: 74.358974359vw;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-company-greeting__body {
    padding: 7.125rem 5.25rem 4.25rem 3.5625rem;
    width: 49.3386243386vw;
    margin-left: auto;
    margin-right: 5rem;
  }
}
@media screen and (min-width: 1780px) {
  .p-company-greeting__body {
    width: 49.3386243386vw;
    margin-right: 6.25rem;
  }
}

.p-company-greeting__read {
  font-size: 1.375rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-company-greeting__read {
    font-size: 2.25rem;
    line-height: 1.9444444444;
    letter-spacing: 0.1em;
  }
}

.p-company-greeting__text {
  display: block;
  margin-top: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-company-greeting__text {
    margin-top: 1.125rem;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 2.8;
  }
}

.p-company-greeting__name {
  margin-top: 0.9375rem;
  text-align: right;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-company-greeting__name {
    font-size: 1.875rem;
  }
}

.p-company-greeting__name span {
  display: block;
  font-size: 0.9375rem;
  margin-bottom: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .p-company-greeting__name span {
    font-size: 1rem;
  }
}

.p-company-message.l-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-company-message.l-section {
    padding-top: 8.75rem;
    padding-bottom: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-company-message .c-section-title2 {
    padding-top: 1.25rem;
  }
}

.p-company-message__container {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-company-message__container {
    margin-top: 5.875rem;
    margin-left: 3.75rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.875rem;
  }
}

.p-company-message__img {
  max-width: 12.9375rem;
}
@media screen and (min-width: 768px) {
  .p-company-message__img {
    max-width: unset;
    width: 40%;
  }
}

.p-company-message__text {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-company-message__text {
    font-size: 0.9375rem;
    line-height: 3.6;
    width: 52.1666666667%;
  }
}

.p-company-cta__items {
  margin-top: 2.5rem;
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-company-cta__items {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 4.375rem;
    place-items: center;
  }
}

.p-company-cta__item {
  width: 100%;
  text-align: center;
  padding: 3.125rem 0;
}
@media screen and (min-width: 768px) {
  .p-company-cta__item {
    padding: 6.875rem 0 5.75rem;
  }
}

.p-company-cta__item:nth-child(1) {
  background: url(../img/company/bg_cta1.png) no-repeat center center/cover;
}

.p-company-cta__item:nth-child(2) {
  background: url(../img/company/bg_cta2.png) no-repeat center center/cover;
}

.p-company-cta__item .c-section-title__inner {
  gap: 0.3125rem;
}

.p-company-cta__item-btn {
  margin-top: 1.875rem;
}

.p-concrete.l-section {
  padding-top: 3.125rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-concrete.l-section {
    padding-top: 6.25rem;
    padding-bottom: 4.0625rem;
  }
}

.p-concrete__read {
  text-align: center;
}

.p-concrete__container {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-concrete__container {
    margin-top: 6.25rem;
  }
}

.p-concrete__contents {
  margin-top: 1.875rem;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-concrete__contents {
    margin-top: 4.375rem;
    max-width: 66.5rem;
    margin-inline: auto;
    padding: 3.125rem;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .15);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, .15);
  }
}

.p-concrete__items {
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .p-concrete__items {
    overflow: hidden;
  }
}

.p-concrete__items .swiper-slide {
  height: auto;
}

.p-concrete__item {
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, .15);
  padding: 1.875rem 1.25rem;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-concrete__item {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    height: auto;
  }
}

.p-concrete__pagination {
  position: relative;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-concrete__pagination {
    display: none;
  }
}

.p-concrete__pagination .swiper-pagination-bullet {
  width: 0.375rem;
  height: 0.375rem;
  background: #D9D9D9;
  opacity: 1;
}

.p-concrete__pagination .swiper-pagination-bullet-active {
  background: #385EA5;
}

.p-concrete__item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 290/238;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-concrete__item-img img {
    aspect-ratio: 220/218;
  }
}

.p-concrete__item-text {
  display: block;
  margin-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-concrete__item-text {
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
}

.p-concrete-cta {
  padding: 3.125rem 0 3.125rem;
  background: url(../img/concrete/bg_concrete.png) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .p-concrete-cta {
    padding: 6.0625rem 0 5rem;
  }
}

.p-concrete-cta__contents {
  background: rgba(255, 255, 255, .8);
  padding: 1.875rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-concrete-cta__contents {
    padding: 3.9375rem 0 4.375rem;
  }
}

.p-concrete-cta__title {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-concrete-cta__title {
    font-size: 1.25rem;
    letter-spacing: 0.2em;
  }
}

.p-concrete-cta__items {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-concrete-cta__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 1.625rem;
  }
}

.p-concrete-cta__item .c-btn {
  min-width: 16.9375rem;
}
@media screen and (min-width: 768px) {
  .p-concrete-cta__item .c-btn {
    min-width: 22.8125rem;
  }
}

.p-concrete-cta__item-title {
  display: block;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 2;
  color: #385EA5;
}
@media screen and (min-width: 768px) {
  .p-concrete-cta__item-title {
    font-size: 0.9375rem;
    line-height: 2.2666666667;
    letter-spacing: 0.1em;
  }
}

.p-concrete-comment {
  padding: 1.875rem 0;
}
@media screen and (min-width: 768px) {
  .p-concrete-comment {
    padding: 4.375rem 0 9.375rem;
  }
}

@media screen and (min-width: 768px) {
  .contact .l-section {
    padding-top: 5rem;
    padding-bottom: 6.875rem;
  }
}

.p-footer__bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4.375rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  place-items: center;
  place-content: center;
  background: -webkit-gradient(linear, left top, right top, from(#385EA5), color-stop(50%, #55B8D8), to(#1B8F43));
  background: linear-gradient(90deg, #385EA5 0%, #55B8D8 50%, #1B8F43 100%);
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom {
    display: none;
  }
}

.p-footer__bottom-item {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #fff;
  padding: 0 0.625rem;
  text-align: center;
  width: 100%;
  height: 100%;
}

.p-footer__bottom-item a {
  display: grid;
  grid-template-rows: 1.4375rem auto;
  gap: 0.375rem;
  -ms-flex-line-pack: center;
      align-content: center;
  justify-items: center;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.p-footer__bottom-item img {
  display: block;
  -ms-flex-item-align: center;
      align-self: center;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer__bottom-item:nth-child(1) img {
  width: 1.625rem;
  height: 1.4375rem;
}

.p-footer__bottom-item:nth-child(2) img {
  width: 1.6875rem;
  height: 1.3125rem;
}

.p-footer__bottom-item:nth-child(3) img {
  width: 1.4375rem;
  height: 1.0625rem;
}

.p-footer-contact {
  position: relative;
  z-index: 1;
  background: url(../img/common/bg_contact.png) no-repeat center center/cover;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer-contact {
    padding-top: 6.4375rem;
    padding-bottom: 7.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer-contact .c-section-title__inner {
    padding: 0 6.875rem;
  }
}

.p-footer-contact__content {
  margin-top: 3.875rem;
  background: rgba(255, 255, 255, .8);
  padding: 2.5rem 1.875rem 2.8125rem;
  color: #333;
}
@media screen and (min-width: 768px) {
  .p-footer-contact__content {
    margin-top: 4.375rem;
    padding: 4.375rem 1.875rem 5.375rem;
  }
}

.p-footer-contact__read {
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-footer-contact__read {
    font-size: 1.25rem;
    line-height: 1;
    letter-spacing: 0.2em;
  }
}

.p-footer-contact__flex {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-footer-contact__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 2.5rem;
  }
}

.p-footer-contact__flex-tel-number {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.1875rem;
  font-weight: 500;
  line-height: 1;
  padding-left: 1.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer-contact__flex-tel-number {
    font-size: 3.4375rem;
    padding-left: 3.125rem;
  }
}

.p-footer-contact__flex-tel-number::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1.375rem;
  height: 1.375rem;
  background: url(../img/common/icon-tel2.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-footer-contact__flex-tel-number::before {
    width: 2.25rem;
    height: 2.25rem;
  }
}

.p-footer-contact__flex-text {
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.5384615385;
  letter-spacing: 0.09em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer-contact__flex-text {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.25;
    letter-spacing: 0.5em;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .p-footer-contact__flex-mail .c-btn--grad {
    min-width: 22.3125rem;
  }
}

.p-footer {
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, .9);
  color: #fff;
  padding-top: 4.375rem;
  padding-bottom: 10.625rem;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 9.1875rem;
    padding-bottom: 3.3125rem;
  }
}

.p-footer .l-inner {
  max-width: 78.125rem;
}

.p-footer__content {
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-footer__content {
    margin-top: 3.3125rem;
    gap: 5.625rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-footer__info {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-footer__name {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.7647058824;
}
@media screen and (min-width: 768px) {
  .p-footer__name {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.p-footer__info-wrap {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__info-wrap {
    margin-top: 0.8125rem;
  }
}

.p-footer__logo {
  max-width: 13.1875rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    max-width: 23.5625rem;
    margin-inline: unset;
  }
}

.p-footer__logo img {
  width: 100%;
  height: auto;
}

.p-footer__address {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7857142857;
}
@media screen and (min-width: 768px) {
  .p-footer__address {
    font-size: 0.9375rem;
    line-height: 2;
  }
}

.p-footer__address span {
  color: #1AA96B;
}
@media screen and (min-width: 768px) {
  .p-footer__address span {
    color: #fff;
  }
}

.p-footer__tel {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7857142857;
}
@media screen and (min-width: 768px) {
  .p-footer__tel {
    font-size: 0.9375rem;
    line-height: 2;
  }
}

/* 右側：ナビゲーション全体 */
.p-footer__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.9375rem;
    line-height: 2.6666666667;
    letter-spacing: 0;
    gap: 3.3125rem;
    color: #fff;
  }
}

.p-footer__nav-group {
  display: inline-block;
}

.p-footer__nav-group h4 {
  font-weight: 900;
  white-space: nowrap;
}

.p-footer__nav-group li.bold a {
  font-weight: 900;
}

.p-footer__nav-group a {
  display: block;
}

.p-footer__copyright {
  text-align: center;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 3;
  margin-top: 4.5rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    font-size: 0.8125rem;
    line-height: 2.3076923077;
    margin-top: 4.5rem;
  }
}

.p-head__inner {
  position: relative;
}

.p-head__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 390/251;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-head__img img {
    aspect-ratio: 1512/550;
  }
}

.p-head__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .p-head__content {
    top: 54%;
  }
}

.p-head__title {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-head__title {
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-head__title .c-section-title__inner {
    padding: 0 4.0625rem;
  }
}

.p-head__title .c-section-title__en {
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-head__title .c-section-title__en {
    font-size: 3.6875rem;
    letter-spacing: -0.05em;
  }
}

.p-head__title .c-section-title__ja {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-head__title .c-section-title__ja {
    margin-top: 1.875rem;
    font-size: 1.4375rem;
    letter-spacing: 1em;
  }
}

.breadcrumbs {
  margin-top: 1.875rem;
  font-size: 0.6875rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    margin-top: 1.875rem;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
  }
}

.breadcrumbs a {
  text-decoration: underline;
}

.breadcrumbs span {
  margin: 0 0.3125rem;
}
@media screen and (min-width: 768px) {
  .breadcrumbs span {
    margin: 0 0.4375rem;
  }
}

.breadcrumbs span:first-child {
  margin-left: 0;
}

/* 下層タイトル */
.p-head__content2 {
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-head__read {
  color: #FFC400;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-head__read {
    font-size: 2.5rem;
    line-height: 1.425;
    letter-spacing: 0;
  }
}

.p-head__read span {
  display: block;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-head__read span {
    font-size: 1.1875rem;
    line-height: 3;
  }
}

.p-head__title-wrap {
  margin-top: 0.625rem;
  border: 1px solid #fff;
  padding: 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-head__title-wrap {
    margin-top: 1.625rem;
    padding: 3.125rem;
  }
}

.p-head__subtitle {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.4em;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-head__subtitle {
    font-size: 1.1875rem;
  }
}

.p-head__title2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-head__title2 {
    font-size: 2.5rem;
    line-height: 1;
  }
}

.p-head__title-img {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-head__title-img {
    bottom: -1.375rem;
  }
}

.p-head__title-img img {
  max-width: 12rem;
}
@media screen and (min-width: 768px) {
  .p-head__title-img img {
    max-width: 15.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .okoshicon .p-head__title-wrap {
    margin-top: 1.25rem;
    padding: 3.4375rem 6rem;
    max-width: 27.125rem;
    margin-inline: auto;
  }
}

@media screen and (min-width: 768px) {
  .ribbon-block .p-head__read {
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 768px) {
  .ribbon-block .p-head__title-wrap {
    margin-top: 1.25rem;
    padding: 3.4375rem 6rem;
  }
}

@media screen and (min-width: 768px) {
  .recycled-materials .p-head__title-wrap {
    margin-top: 1.25rem;
    padding: 3.4375rem 6rem;
  }
}

@media screen and (min-width: 768px) {
  .kotsuzai .p-head__title-wrap {
    margin-top: 1.25rem;
    padding: 3.4375rem 6rem;
  }
}

.concrete .p-head__title .c-section-title__en {
  font-size: 2.25rem;
}
@media screen and (min-width: 768px) {
  .concrete .p-head__title .c-section-title__en {
    font-size: 3.6875rem;
  }
}

.concrete .p-head__title .c-section-title__inner {
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .concrete .p-head__title .c-section-title__inner {
    padding: 0 4.0625rem;
  }
}

@media screen and (min-width: 768px) {
  .news-single .p-head__title .c-section-title__inner {
    padding: 0 8.4375rem;
  }
}

.p-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  height: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: auto;
  }
}

.home .p-header {
  position: absolute;
}

.p-header__inner {
  padding: 0.75rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    padding: 3.25rem 3.3125rem;
  }
}

.home .p-header__inner {
  padding: 3.25rem 1.5625rem;
}
@media screen and (min-width: 768px) {
  .home .p-header__inner {
    padding: 3rem 3.3125rem;
  }
}

.p-header__logo {
  max-width: 13.375rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    max-width: 23.5625rem;
  }
}

.p-header__wrapper {
  pointer-events: none;
}
.p-header__wrapper.is-open {
  position: fixed;
  inset: 0;
  z-index: 101;
  background: rgba(51, 51, 51, .5);
  pointer-events: auto;
}

.p-header__nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  padding: 3.125rem 1.875rem 6.25rem;
  background: #385EA5;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 102;
  pointer-events: none;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 8.5rem 3.3125rem 13.8125rem;
  }
}
.p-header__wrapper.is-open .p-header__nav {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: auto;
}
.p-header__nav::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 43.75rem;
  height: 100%;
  background: url(../img/common/bg_header.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-header__nav::before {
    width: 58.4375rem;
  }
}

.p-header__nav-logo {
  max-width: 13.375rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav-logo {
    max-width: 23.5625rem;
  }
}

.p-header__nav-wrap {
  display: none;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav-wrap {
    display: none;
  }
}
.p-header__nav-wrap.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-header__nav-wrap.sp {
    display: none;
  }
}

.p-header__nav-wrap-item {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 4.875rem 1fr;
  gap: 0.75rem;
}

.p-header__nav-wrap-item:nth-child(n+2) {
  margin-top: 1.25rem;
}

.p-header__nav-wrap-item-title {
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 500;
  background: #1AA96B;
  color: #fff;
  padding: 0.5625rem 0.625rem;
  border-radius: 2px;
  white-space: nowrap;
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.p-header__nav-wrap-item-text {
  font-size: 0.875rem;
  line-height: 1.7857142857;
  letter-spacing: 0.03em;
  font-weight: 500;
}

.p-header__nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-header__nav-container {
    gap: 1.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .p-header__nav-contents {
    min-width: 12.3125rem;
  }
}

.p-header__nav-contents-title {
  font-size: 0.9375rem;
  font-weight: 900;
  line-height: 2.6666666667;
  padding-bottom: 0.375rem;
  border-bottom: 1px dashed #fff;
}

.p-header__nav-contents-title.mt {
  margin-top: 1.25rem;
}

.p-header__nav-items {
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.p-header__nav-item a {
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4285714286;
  position: relative;
  padding: 0;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__nav-item a {
    font-size: 0.9375rem;
    line-height: 2.6666666667;
    padding: 0;
  }
}

.p-header__nav-item a img {
  display: none;
}

.dropdown-menu {
  padding: 0.9375rem 0.75rem;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media screen and (min-width: 768px) {
  .dropdown-menu {
    display: unset;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 8.375rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100vw;
    background: #F9FEFE;
    padding: 3.75rem;
    z-index: 10;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, .25);
            box-shadow: 0px 4px 10px rgba(0, 0, 0, .25);
  }
}

.p-header__nav-item:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

.p-header__hamburger {
  width: 4.0625rem;
  height: 4.0625rem;
  position: fixed;
  z-index: 103;
  right: 1.75rem;
  top: 1.875rem;
  background: -webkit-gradient(linear, left top, right top, from(#385EA5), to(#55B8D8));
  background: linear-gradient(90deg, #385EA5 0%, #55B8D8 100%);
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-header__hamburger {
    right: 1.25rem;
    width: 4.375rem;
    position: unset;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-header__hamburger p {
  margin-top: 0.625rem;
  font-size: 0.6875rem;
  line-height: 1;
  font-weight: 500;
  color: #fff;
}

.p-header__hamburger span {
  width: 1.25rem;
  height: 0.1875rem;
  background: #fff;
  display: block;
  border-radius: 0.125rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-header__hamburger span {
    width: 1.5625rem;
  }
}

.p-header__hamburger span:nth-child(2) {
  margin-top: 4px;
  margin-bottom: 4px;
}

.p-header__hamburger.open .p-header__hamburger-wrap {
  display: block;
  background: none;
}

.p-header__hamburger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
  width: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-header__hamburger.open span:nth-child(1) {
    top: 6px;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__hamburger.open span:nth-child(1) {
    top: 8px;
  }
}

.p-header__hamburger.open span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
  width: 1.4375rem;
}

.p-header__hamburger.open span:nth-child(3) {
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .p-header__hamburger-container {
    display: block;
    position: fixed;
    z-index: 103;
    right: 0.625rem;
    top: 3.875rem;
    background: -webkit-gradient(linear, left top, right top, from(#385EA5), to(#55B8D8));
    background: linear-gradient(90deg, #385EA5 0%, #55B8D8 100%);
    border-radius: 10px;
    padding: 1.5625rem 0.75rem;
  }
}

.p-header__hamburger-items {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__hamburger-items {
    margin-top: 1.25rem;
    display: grid;
    gap: 1.25rem;
  }
}

.p-header__hamburger-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
}

.p-header__hamburger-item a {
  font-size: 0.6875rem;
  line-height: 0.8181818182;
  font-weight: 500;
  letter-spacing: -0.05em;
  text-align: center;
  color: #fff;
  padding: 0.625rem 0;
}

.p-header__hamburger-item a img {
  margin-inline: auto;
  margin-bottom: 0.625rem;
}

.p-header__hamburger-item a img:nth-child(2) {
  display: none;
}

.p-header__hamburger-container:has(.open) .p-header__hamburger-item a img:nth-child(1) {
  display: none;
}

.p-header__hamburger-container:has(.open) .p-header__hamburger-item a img:nth-child(2) {
  display: block;
}

.p-header__hamburger-container:has(.open) {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .p-header__hamburger-container:has(.open) .p-header__hamburger-item a {
    color: #224484;
  }
}

@media screen and (min-width: 768px) {
  .p-header__hamburger-container:has(.open) .p-header__hamburger p {
    color: #224484;
  }
}

@media screen and (min-width: 768px) {
  .p-header__hamburger-container:has(.open) .p-header__hamburger span {
    background: #224484;
  }
}

@media screen and (min-width: 768px) {
  .news .l-section {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.p-news__container {
  margin-top: 1.875rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-news__container {
    margin-top: 3.75rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem 1.625rem;
  }
}

.p-news__img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.p-news__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 387/275;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-news__img img {
    aspect-ratio: 464/288;
  }
}

.p-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.25rem 1.25rem;
  position: relative;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .06);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, .06);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-news__item {
    padding: 3.125rem 3.8125rem 6.375rem;
  }
}

.p-news__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 17.1875rem;
  height: 13.25rem;
  background: url(../img/common/bg_news.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-news__item::after {
    width: 26.6875rem;
    height: 22.125rem;
  }
}

.p-news__time {
  margin-top: 0.625rem;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-news__time {
    font-size: 0.8125rem;
    letter-spacing: 0.1em;
  }
}

.p-news__title {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.03em;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-news__title {
    font-size: 1.25rem;
    line-height: 2;
    letter-spacing: 0.06em;
  }
}

.p-news__btn {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-news__btn {
    margin-top: 3.625rem;
  }
}

.p-news__btn .c-btn {
  display: inline-block;
  position: relative;
  padding: 0.75rem 5.3125rem 0.75rem 5rem;
}
@media screen and (min-width: 768px) {
  .p-news__btn .c-btn {
    padding: 1.375rem 3.3125rem;
  }
}

.p-news__btn .c-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  background: url(../img/common/btn-arrow-green.svg) no-repeat center/contain;
}

.p-news__pagination {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-news__pagination {
    margin-top: 3.75rem;
  }
}

.p-news__pagination .page-numbers {
  background: #fff;
  border-radius: 3px;
  padding: 0.6875rem 1rem;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  border: 1px solid #D9D9D9;
}
@media screen and (min-width: 768px) {
  .p-news__pagination .page-numbers {
    font-size: 1rem;
    line-height: 1.875;
    padding: 0.3125rem 0.9375rem;
  }
}

.p-news__pagination .page-numbers.current {
  background: #1AA96B;
  color: #fff;
}

.p-news__pagination .page-numbers.prev {
  position: relative;
  -webkit-text-fill-color: unset;
  color: #9F9F9F;
}
.p-news__pagination .page-numbers.prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.3125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  background: url(../img/common/pagination-prev.svg) no-repeat center/contain;
}

.p-news-single {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-news-single {
    margin-top: 5.8125rem;
  }
}

.p-news-single__title-wrap {
  position: relative;
}

.p-news-single__title {
  margin-top: 1.25rem;
  font-size: 1.375rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.7;
  text-align: left;
  padding-bottom: 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-news-single__title {
    padding: 0 9.125rem;
    padding-bottom: 1.25rem;
    font-size: 2rem;
    line-height: 1.7;
    letter-spacing: 0.15em;
  }
}

.p-news-single__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#385EA5), color-stop(50%, #55B8D8), to(#1B8F43));
  background: linear-gradient(90deg, #385EA5 0%, #55B8D8 50%, #1B8F43 100%);
}

.p-news-single__title-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.4375rem;
  height: 2.3125rem;
  background: url(../img/common/icon-title-green.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .p-news-single__title-wrap::after {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2.625rem;
    height: 4.15625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-news-single__time {
    padding: 0 9.125rem;
  }
}

.p-news-single__time span {
  font-size: 0.8125rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.15em;
  text-align: left;
  padding-left: 1.5rem;
  position: relative;
  color: #80CAE2;
}

.p-news-single__time span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.90625rem;
  height: 0.875rem;
  background: url(../img/common/icon-time.svg) no-repeat center/contain;
}

.p-news-single__img {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-news-single__img {
    margin-top: 1.875rem;
    max-width: 57.1875rem;
    margin-inline: auto;
  }
}

.p-news-single__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 335/220;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-news-single__img img {
    aspect-ratio: 915/544;
  }
}

.p-news-single__contents {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-news-single__contents {
    margin-top: 3.625rem;
    max-width: 57.1875rem;
    margin-inline: auto;
  }
}

.p-news-single__contents .wp-block-image {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-news-single__contents .wp-block-image {
    margin-bottom: 0;
  }
}

.p-news-single__contents h4 {
  margin-top: 1.875rem;
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.03em;
  text-align: left;
  padding-bottom: 0.3125rem;
  border-bottom: 1px solid #224484;
}
@media screen and (min-width: 768px) {
  .p-news-single__contents h4 {
    margin-top: 3.75rem;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.1em;
    padding-bottom: 0.625rem;
  }
}

.p-news-single__contents h5 {
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: left;
  padding-left: 2.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-news-single__contents h5 {
    margin-top: 2.125rem;
    margin-bottom: 0.9375rem;
    font-size: 1.125rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}

.p-news-single__contents h5::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.875rem;
  height: 0.125rem;
  background: -webkit-gradient(linear, left top, right top, from(#385EA5), color-stop(50%, #55B8D8), to(#1B8F43));
  background: linear-gradient(90deg, #385EA5 0%, #55B8D8 50%, #1B8F43 100%);
  border-radius: 2px;
}

.p-news-single__contents p {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-news-single__contents p {
    margin-top: 0.9375rem;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}

.p-news-single__contents p a {
  color: #1F89CB;
  text-decoration: underline;
}

.p-news-single .wp-block-image {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.p-news-single .wp-block-image img {
  min-width: 100%;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .p-news-single .wp-block-image img {
    min-width: 37.1875rem;
    max-width: 37.1875rem;
  }
}

.p-news-single .wp-block-columns {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-news-single .wp-block-columns {
    margin-top: 3.3125rem;
  }
}

.p-news-single .wp-block-columns .wp-block-image {
  margin-top: 0;
  margin-bottom: 0;
}

.p-news-single .wp-block-columns img {
  width: 100%;
  min-width: unset;
  height: auto;
  aspect-ratio: 296/197;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}

.p-news-single__nav {
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-news-single__nav {
    margin-top: 7.0625rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8.125rem;
  }
}

.p-news-single__nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding: 0.5625rem 1.25rem 0.6875rem;
  border: 1px solid #224484;
  border-radius: 70px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-news-single__nav-item {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    padding: 0.625rem 3.125rem;
  }
}

.p-news-single__nav-item.is-prev {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-news-single__nav-item.is-prev {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding-left: 4.375rem;
  }
}

.p-news-single__nav-item.is-next {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: right;
  padding-right: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-news-single__nav-item.is-next {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding-right: 4.375rem;
  }
}

.p-news-single__nav-item.is-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.8125rem;
  height: 0.8125rem;
  background: url(../img/common/btn-arrow-blue.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .p-news-single__nav-item.is-prev::before {
    left: 1.5625rem;
  }
}

.p-news-single__nav-item.is-next::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  width: 0.8125rem;
  height: 0.8125rem;
  background: url(../img/common/btn-arrow-blue.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .p-news-single__nav-item.is-next::before {
    right: 1.5625rem;
  }
}

.p-news-single__nav-heading {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 2.3076923077;
}
@media screen and (min-width: 768px) {
  .p-news-single__nav-heading {
    font-size: 0.875rem;
    line-height: 2.5;
  }
}

.p-news-single__nav-title {
  margin-top: 0.625rem;
  display: block;
  line-height: 1.6;
  text-decoration: none;
  font-size: 0.75rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-news-single__nav-title {
    font-size: 0.9375rem;
    letter-spacing: 0.06em;
  }
}

.p-news-single__nav-item.is-none .p-news-single__nav-heading {
  opacity: 0.5;
}
.p-news-single__nav-item.is-none .p-news-single__nav-title {
  opacity: 0.5;
}

.p-news-single__nav-item:hover {
  cursor: pointer;
}

.p-news-single__nav-item.is-none:hover {
  cursor: default;
}
.p-news-single__nav-item.is-none:hover .p-news-single__nav-heading {
  text-decoration: none;
  color: #333;
}
.p-news-single__nav-item.is-none:hover .p-news-single__nav-title {
  text-decoration: none;
  color: #333;
}

.p-news-single__btn {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  text-align: center;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-news-single__btn {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: auto;
    margin-top: 0;
  }
}

.p-news-single__btn a {
  display: inline-block;
  position: relative;
  background: #224484;
  color: #fff;
  padding: 0.625rem 3.125rem 0.625rem 4.375rem;
  border-radius: 70px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 2.3076923077;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-news-single__btn a {
    font-size: 0.875rem;
    line-height: 2.5;
    padding: 1.3125rem 4.375rem 1.3125rem 6.25rem;
  }
}

.p-news-single__btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2.1875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25rem;
  height: 0.875rem;
  background: url(../img/common/icon-news-btn.svg) no-repeat center/contain;
}

/* ===== 水を通すコンクリート ===== */
.p-okoshicon-solution__title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: var(--c-navy);
  line-height: 1.7;
  margin: 0 0 40px;
}

.p-okoshicon-solution__imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.p-okoshicon-solution__img img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  display: block;
}

.p-okoshicon-solution__img figcaption {
  font-size: 13px;
  color: #5c6b76;
  margin-top: 10px;
}

/* ===== 動画イメージ + スタッフ ===== */
.p-okoshicon-movie__player {
  background: var(--c-gray-bg);
  height: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
}

.p-okoshicon-movie__player-text {
  color: #e02323;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

.p-okoshicon-movie__staff {
  background: var(--c-blue-pale);
  margin-top: 0;
  border-radius: 0 0 4px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: 30px 40px;
}

.p-okoshicon-movie__staff-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 110px;
}

.p-okoshicon-movie__staff-img img {
  width: 100%;
  display: block;
}

.p-okoshicon-movie__staff-text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  color: #374957;
}

/* ===== 常識を覆す（比較） ===== */
.p-okoshicon-compare .c-section-title2 {
  padding-top: 0.9375rem;
}

.p-okoshicon-compare__items {
  margin-top: 2.5rem;
  display: grid;
  gap: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-okoshicon-compare__items {
    margin-top: 3.125rem;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    max-width: 66.5rem;
    margin-inline: auto;
  }
}

.p-okoshicon-compare__col {
  border: 1px solid #e3e8eb;
  padding: 1.875rem 1.25rem;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, .15);
}
@media screen and (min-width: 768px) {
  .p-okoshicon-compare__col {
    padding: 4.375rem 3.25rem 4.8125rem;
  }
}

.p-okoshicon-compare__col:first-child {
  position: relative;
}

.p-okoshicon-compare__col:first-child::before {
  content: "";
  position: absolute;
  bottom: -2.5rem;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  left: 50%;
  width: 1.25rem;
  height: 2.5rem;
  background: url(../img/common/arrow-right.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-okoshicon-compare__col:first-child::before {
    left: unset;
    bottom: unset;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
    right: -2.8125rem;
    width: 1.25rem;
    height: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-okoshicon-compare__col:nth-child(2) {
    padding-left: 4.0625rem;
  }
}

.p-okoshicon-compare__col-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .p-okoshicon-compare__col-title {
    font-size: 1.5625rem;
    letter-spacing: 0.2em;
  }
}

.p-okoshicon-compare__col-list {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-okoshicon-compare__col-list {
    margin-top: 3.125rem;
  }
}

.p-okoshicon-compare__col-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-okoshicon-compare__col-list li {
    gap: 1.75rem;
    font-size: 1rem;
    line-height: 1.5625;
    letter-spacing: 0.1em;
  }
}

.p-okoshicon-compare__col-list li:nth-child(n+2) {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-okoshicon-compare__col-list li:nth-child(n+2) {
    margin-top: 1.875rem;
  }
}

.p-okoshicon-compare__col-list li:last-child {
  border-bottom: none;
}

.p-okoshicon-compare__col-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-okoshicon-compare__col-icon {
    width: 3.625rem;
    height: 3.625rem;
  }
}

.p-okoshicon-compare__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #9fb3c4;
  font-size: 34px;
}

/* ===== オコシコンの特徴 ===== */
.p-okoshicon-feature .c-section-title2 {
  padding-top: 1.25rem;
}

.p-okoshicon-feature__box {
  margin-top: 2.5rem;
  background: #fff;
  padding: 1.875rem 1.25rem 5rem;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, .15);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-okoshicon-feature__box {
    margin-top: 2.8125rem;
    max-width: 66.5rem;
    margin-inline: auto;
    padding: 3.25rem 2.25rem 2.4375rem;
  }
}

.p-okoshicon-feature__box::after {
  content: "";
  position: absolute;
  bottom: -3.125rem;
  right: -1.875rem;
  width: 6.25rem;
  height: 12.5rem;
  background: url(../img/okoshicon/okoshicon-staff2.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-okoshicon-feature__box::after {
    bottom: -0.75rem;
    right: -3.0625rem;
    width: 10.5rem;
    height: 20.25rem;
  }
}

.p-okoshicon-feature__items {
  display: grid;
  gap: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-okoshicon-feature__items {
    grid-template-columns: 1fr 1fr;
    gap: 7.3125rem 3.75rem;
  }
}

.p-okoshicon-feature__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  padding: 0 0 0.8125rem 0;
  --border-width: 1px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-okoshicon-feature__item {
    gap: 1.875rem;
    padding: 0 1.8125rem 0 0;
  }
}

.p-okoshicon-feature__item::before {
  content: "";
  position: absolute;
  bottom: -1.875rem;
  left: 0;
  height: var(--border-width);
  width: 100%;
  background: repeating-linear-gradient(to right, transparent, transparent 2px, #fff 0, #fff 4px), -webkit-gradient(linear, left top, right top, from(#385EA5), color-stop(50%, #55B8D8), to(#1B8F43));
  background: repeating-linear-gradient(to right, transparent, transparent 2px, #fff 0, #fff 4px), linear-gradient(90deg, #385EA5 0%, #55B8D8 50%, #1B8F43 100%);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-okoshicon-feature__item::before {
    bottom: -4.0625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-okoshicon-feature__item:nth-child(odd)::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1.875rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: var(--border-width);
    height: 100%;
    max-height: 13rem;
    background: repeating-linear-gradient(to bottom, transparent, transparent 2px, #fff 0, #fff 4px), -webkit-gradient(linear, left top, left bottom, from(#385EA5), color-stop(50%, #55B8D8), to(#1B8F43));
    background: repeating-linear-gradient(to bottom, transparent, transparent 2px, #fff 0, #fff 4px), linear-gradient(to bottom, #385EA5 0%, #55B8D8 50%, #1B8F43 100%);
    pointer-events: none;
  }
}

.p-okoshicon-feature__item:nth-child(9)::before {
  display: none;
}

.p-okoshicon-feature__item-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-okoshicon-feature__item-icon {
    width: 3.5rem;
    height: 3.5rem;
  }
}

.p-okoshicon-feature__item-title {
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-okoshicon-feature__item-title {
    font-size: 1.5rem;
    line-height: 1.6666666667;
    letter-spacing: 0.2em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-okoshicon-feature__item-tag {
  font-size: 0.8125rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  border-radius: 10px;
  padding: 0.1875rem 0.625rem;
  background: #224484;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-okoshicon-feature__item-tag {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.7857142857;
    letter-spacing: 0.1em;
    padding: 0.1875rem 0.625rem;
  }
}

.p-okoshicon-feature__item-text {
  font-size: 0.9375rem;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-okoshicon-feature__item-text {
    font-size: 1rem;
    line-height: 1.5625;
    letter-spacing: 0.1em;
  }
}

.p-okoshicon-feature__tech {
  background: #E9ECF3;
  border-radius: 20px;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-okoshicon-feature__tech {
    padding: 1.9375rem 2.8125rem 2.4375rem 3.3125rem;
  }
}

.p-okoshicon-feature__tech-title {
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-okoshicon-feature__tech-title {
    font-size: 1.5rem;
    line-height: 1.6666666667;
    letter-spacing: 0.2em;
  }
}

.p-okoshicon-feature__tech-text {
  font-size: 0.9375rem;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-okoshicon-feature__tech-text {
    font-size: 1rem;
    line-height: 1.5625;
    letter-spacing: 0.1em;
  }
}

.p-okoshicon-place__items {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem 0;
}
@media screen and (min-width: 768px) {
  .p-okoshicon-place__items {
    margin-top: 4.375rem;
    grid-template-columns: repeat(6, 1fr);
  }
}

.p-okoshicon-place__item-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 203/250;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-okoshicon-place__item-text {
  display: block;
  margin-top: 0.625rem;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-okoshicon-place__item-text {
    font-size: 1rem;
    line-height: 1.5625;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 768px) {
  .p-okoshicon-notes.l-section--pb {
    padding-bottom: 12.5rem;
  }
}

.p-okoshicon-notes__box {
  background: #E9ECF3;
  border-radius: 20px;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-okoshicon-notes__box {
    padding: 4.375rem 4.375rem 5.625rem;
  }
}

.p-okoshicon-notes__block:nth-child(n+2) {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-okoshicon-notes__block:nth-child(n+2) {
    margin-top: 3.75rem;
  }
}

.p-okoshicon-notes__title {
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-okoshicon-notes__title {
    font-size: 1.5rem;
    line-height: 1.6666666667;
    letter-spacing: 0.2em;
  }
}

.p-okoshicon-notes__text {
  margin-top: 1.25rem;
  display: block;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-okoshicon-notes__text {
    font-size: 1rem;
    line-height: 1.5625;
    letter-spacing: 0.1em;
  }
}

.p-outline-factory {
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  .p-outline-company.l-section {
    padding-top: 6.25rem;
  }
}

.p-outline-factory__container {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-outline-factory__container {
    margin-top: 4.375rem;
  }
}

.p-outline-factory__contents:nth-child(n+2) {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-outline-factory__contents:nth-child(n+2) {
    margin-top: 7.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-outline-factory.l-section--pb {
    padding-bottom: 6.25rem;
  }
}

.p-outline-factory__table.c-table {
  margin-top: 1.5625rem;
}

.p-outline-factory__slider-wrap {
  width: 100vw;
  margin-top: 1.25rem;
  margin-inline: calc(50% - 50vw);
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .p-outline-factory__slider-wrap {
    margin-top: 1.875rem;
  }
}

.p-outline-factory__swiper {
  overflow: visible;
  padding-block: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-outline-factory__swiper {
    padding-block: 1.25rem;
  }
}

.p-outline-factory__swiper .swiper-slide {
  height: auto;
}

.p-outline-factory__swiper picture {
  display: block;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.p-outline-factory__swiper .swiper-slide-active {
  z-index: 1;
}

.p-outline-factory__swiper .swiper-slide-active picture {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.p-outline-factory__swiper .swiper-slide-prev picture {
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.p-outline-factory__swiper .swiper-slide-next picture {
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.p-outline-factory__swiper picture,
.p-outline-factory__swiper img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 487/317;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-outline-factory__contents-img {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-outline-factory__contents-img {
    margin-top: 2.5rem;
  }
}

.p-outline-factory__contents-text {
  margin-top: 1.875rem;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0.05em;
  text-align: center;
  border: 1px solid #4B9AC7;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-outline-factory__contents-text {
    margin-top: 9.4375rem;
    font-size: 1.125rem;
    line-height: 2.2222222222;
    letter-spacing: 0.1em;
    padding: 1.9375rem 0 2.3125rem;
    max-width: 73.125rem;
    margin-inline: auto;
  }
}

.p-outline-factory__contents-text span {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-outline-factory__contents-text span {
    font-size: 1.75rem;
    line-height: 1.4285714286;
    letter-spacing: 0.1em;
  }
}

.p-outline-factory__contents-body {
  padding-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-outline-factory__contents-body {
    padding: 3.125rem 5.5rem;
  }
}

.p-outline-factory__scroll-wrap {
  height: 15.375rem;
  overflow-y: scroll;
  padding: 1.0625rem 3.125rem 1.0625rem 1.25rem;
  background: #FFFFFF;
  -webkit-box-shadow: inset 0px 5px 7px rgba(0, 0, 0, .1);
          box-shadow: inset 0px 5px 7px rgba(0, 0, 0, .1);
}
@media screen and (min-width: 768px) {
  .p-outline-factory__scroll-wrap {
    padding: 1.0625rem 4.6875rem 1.0625rem 0.9375rem;
    max-width: 62.5rem;
    margin-inline: auto;
  }
}

.p-outline-factory__scroll-text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-outline-factory__scroll-text {
    font-size: 0.9375rem;
    line-height: 2.6666666667;
  }
}

.p-outline-factory__btn-wrap {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-outline-factory__btn-wrap {
    margin-top: 4.1875rem;
  }
}

.p-outline-factory__btn-wrap .c-btn {
  max-width: 18.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-outline-factory__btn-wrap .c-btn {
    min-width: 32.375rem;
  }
}

.p-outline-factory__vehicle-table-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-outline-factory__vehicle-table-wrap {
    margin-top: 9rem;
    overflow-x: visible;
    overflow-y: visible;
    padding-top: 0;
  }
}

.p-outline-factory__vehicle-table {
  margin-top: 0;
  display: grid;
  grid-template-columns: 5rem 1fr;
  gap: 0 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  margin-inline: auto;
  background: rgba(211, 211, 211, .3);
  border-radius: 10px;
  padding: 1rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-outline-factory__vehicle-table {
    grid-template-columns: 6rem 1fr;
    gap: 0 3.125rem;
    width: auto;
    min-width: auto;
    max-width: 55.1875rem;
    padding: 0 0.9375rem 0 3.375rem;
    max-height: 20.125rem;
  }
}

.p-outline-factory__vehicle-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-outline-factory__vehicle-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.5384615385;
  border-bottom: 1px dashed #000;
  padding: 0.625rem 0;
}
@media screen and (min-width: 768px) {
  .p-outline-factory__vehicle-label {
    font-size: 1rem;
    line-height: 2.1875;
    padding: 1.25rem 0;
  }
}

.p-outline-factory__vehicle-label:last-child {
  border-bottom: none;
}

.p-outline-factory__vehicle-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-outline-factory__vehicle-cols {
    gap: 1.5625rem;
  }
}

.p-outline-factory__vehicle-col {
  margin-top: -1rem;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.875rem 0.75rem 0.75rem;
  background: #D9E3EF;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .25);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, .25);
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-outline-factory__vehicle-col {
    margin-top: -1.75rem;
    padding: 2.0625rem 3.8125rem 0.9375rem;
    width: auto;
    max-width: 12.5625rem;
  }
}

.p-outline-factory__vehicle-col:nth-child(1)::before {
  content: "";
  position: absolute;
  top: -3.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 5rem;
  height: 4.75rem;
  background: url(../img/outline/icon-truck1.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-outline-factory__vehicle-col:nth-child(1)::before {
    top: -5rem;
    width: 7.125rem;
    height: 6.75rem;
  }
}

.p-outline-factory__vehicle-col:nth-child(2)::before {
  content: "";
  position: absolute;
  top: -4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6rem;
  height: 5.625rem;
  background: url(../img/outline/icon-truck2.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-outline-factory__vehicle-col:nth-child(2)::before {
    top: -6rem;
    width: 8.5rem;
    height: 8rem;
  }
}

.p-outline-factory__vehicle-col:nth-child(3)::before {
  content: "";
  position: absolute;
  top: -4.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6.25rem;
  height: 5.9375rem;
  background: url(../img/outline/icon-truck3.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-outline-factory__vehicle-col:nth-child(3)::before {
    top: -6.375rem;
    width: 8.9375rem;
    height: 8.5rem;
  }
}

.p-outline-factory__vehicle-specs {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.p-outline-factory__vehicle-specs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
  min-height: 2.25rem;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  border-bottom: 1px dashed #000;
}
@media screen and (min-width: 768px) {
  .p-outline-factory__vehicle-specs li {
    min-height: 52px;
    font-size: 1.625rem;
    line-height: 2.9230769231;
  }
}

.p-outline-factory__vehicle-specs li span {
  font-size: 0.8125rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-outline-factory__vehicle-specs li span {
    font-size: 1.125rem;
    line-height: 3.3333333333;
  }
}

.p-outline-factory__vehicle-count {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 0.1em;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-outline-factory__vehicle-count {
    font-size: 1.5625rem;
    line-height: 1.4;
    margin-top: 1.1875rem;
  }
}

.p-outline-factory__vehicle-count span {
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-outline-factory__vehicle-count span {
    font-size: 1.125rem;
    line-height: 2.2222222222;
  }
}

.p-outline-history__container {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-outline-history__container {
    margin-top: 4.375rem;
  }
}

.p-outline-history__contents:nth-child(n+2) {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-outline-history__contents:nth-child(n+2) {
    margin-top: 9.0625rem;
  }
}

.p-outline-history__table.c-table {
  margin-top: 0.3125rem;
}

@media screen and (min-width: 768px) {
  .p-outline-history__table.c-table dl {
    padding: 1.5625rem 0 2rem 1.5625rem;
  }
}

.p-outline-history__table.c-table dl:first-child {
  border-top: none;
}

.p-outline-history__table.c-table dl:first-child::after {
  display: none;
}

.p-outline-history__bottom-text {
  margin-top: 1.25rem;
  font-size: 0.8125rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-outline-history__bottom-text {
    text-align: center;
    margin-top: 3.125rem;
    font-size: 0.9375rem;
    line-height: 1.2;
  }
}

.p-privacypolicy.l-section {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy.l-section {
    padding-top: 6.25rem;
    padding-bottom: 9.375rem;
  }
}

.p-privacypolicy__text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__text {
    font-size: 1.0625rem;
    line-height: 2.2;
    letter-spacing: 0.1em;
  }
}

.p-privacypolicy .l-inner {
  max-width: 60.4375rem;
  margin-inline: auto;
}

.p-privacypolicy__container {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__container {
    margin-top: 5rem;
  }
}

.p-privacypolicy__contents:nth-child(n+2) {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__contents:nth-child(n+2) {
    margin-top: 2.5rem;
  }
}

.p-privacypolicy__contents-title {
  padding-left: 1.875rem;
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__contents-title {
    padding-left: 2.75rem;
    font-size: 1.125rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}

.p-privacypolicy__contents-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25rem;
  height: 0.125rem;
  background: -webkit-gradient(linear, left top, right top, from(#385EA5), to(#55B8D8));
  background: linear-gradient(90deg, #385EA5 0%, #55B8D8 100%);
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__contents-title::before {
    width: 1.875rem;
  }
}

.p-privacypolicy__contents-text {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__contents-text {
    margin-top: 1.25rem;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}

.p-privacypolicy__contents-name {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__contents-name {
    margin-top: 1.25rem;
    font-size: 0.9375rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}

.p-privacy__cta {
  margin: 0 1.875rem;
  margin-top: 3.75rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(56, 94, 165, .2)), color-stop(50%, rgba(85, 184, 216, .2)), to(rgba(27, 143, 67, .2)));
  background: linear-gradient(90deg, rgba(56, 94, 165, .2) 0%, rgba(85, 184, 216, .2) 50%, rgba(27, 143, 67, .2) 100%);
  border-radius: 20px;
  padding: 1.875rem 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-privacy__cta {
    margin-top: 5.5625rem;
    padding: 2.875rem 0 4.1875rem;
    max-width: 75rem;
    margin-inline: auto;
  }
}

.p-privacy__cta-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-privacy__cta-title {
    font-size: 1.25rem;
    line-height: 1.75;
    letter-spacing: 0.4em;
  }
}

.p-privacy__cta-text {
  display: block;
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-privacy__cta-text {
    margin-top: 2.0625rem;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: center;
  }
}

.p-privacy__cta-btn {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__cta-btn {
    margin-top: 2.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-privacy__cta-btn .c-btn--grad {
    min-width: 22.3125rem;
  }
}

.p-product.l-section {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-product.l-section {
    padding-top: 6.25rem;
    padding-bottom: 9.5625rem;
  }
}

.p-product .c-section-title2 {
  padding-top: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .ribbon-block .p-product.l-section,
  .recycled-materials .p-product.l-section {
    padding-bottom: 8.75rem;
  }
}

@media screen and (min-width: 768px) {
  .ribbon-block .p-product .c-section-title2,
  .recycled-materials .p-product .c-section-title2 {
    padding-top: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-product-ribbon-block.l-section {
    padding-bottom: 6.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-product-recycled-materials.l-section--pb {
    padding-bottom: 8.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-product-ribbon-block .c-section-title2,
  .p-product-recycled-materials .c-section-title2 {
    padding-top: 1.25rem;
    font-size: 2.1875rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}

.p-product__worries {
  margin-top: 1.25rem;
  background: rgba(203, 219, 238, .56);
  padding: 1.25rem 1.25rem 2.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-product__worries {
    margin-top: 1.25rem;
    padding: 4.375rem 4.375rem 4.0625rem;
  }
}

@media screen and (min-width: 768px) {
  .ribbon-block .p-product__worries,
  .recycled-materials .p-product__worries {
    margin-top: 2.375rem;
  }
}

.p-product__worries::before {
  content: "";
  position: absolute;
  bottom: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.625rem;
  height: 5.1875rem;
  background: url(../img/common/arrow-down.svg) no-repeat center center/contain;
}

.p-product__worries-item {
  padding: 1.25rem 0 1.25rem;
  border-bottom: 1px dashed rgba(34, 68, 132, .5);
}
@media screen and (min-width: 768px) {
  .p-product__worries-item {
    padding: 2.5rem 0 1.5625rem;
  }
}

.p-product__worries-item:first-child {
  padding-top: 0;
}

.p-product__worries-item-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-product__worries-item-title {
    font-size: 1.25rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}

.p-product__worries-item-text {
  margin-top: 0.9375rem;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-product__worries-item-text {
    margin-top: 0.9375rem;
    font-size: 0.9375rem;
    line-height: 2.3333333333;
    letter-spacing: 0.1em;
  }
}

.p-product__read {
  margin-top: 3.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-product__read {
    margin-top: 8.625rem;
    font-size: 2.1875rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}

.p-product__read--l {
  font-size: 1.25rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-product__read--l {
    font-size: 2.5rem;
    line-height: 1.75;
    letter-spacing: 0.2em;
  }
}

.p-product__col-items {
  margin-top: 1.875rem;
  display: grid;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-product__col-items {
    margin-top: 3.75rem;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}

.p-product__col-img {
  width: 100%;
  height: auto;
  aspect-ratio: 375/257;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-product__col-img {
    aspect-ratio: 586/440;
    border-radius: 20px;
  }
}

.p-product__col-text {
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-product__col-text {
    font-size: 1rem;
    line-height: 2.1875;
    letter-spacing: 0.1em;
  }
}

.p-product-recycled-materials__tag {
  text-align: center;
  margin-top: 0.625rem;
}

.p-product-recycled-materials__tag span {
  background: -webkit-gradient(linear, left top, right top, from(#385EA5), color-stop(50%, #55B8D8), to(#1B8F43));
  background: linear-gradient(90deg, #385EA5 0%, #55B8D8 50%, #1B8F43 100%);
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.2em;
  padding: 0.3125rem 1.875rem;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .p-product-recycled-materials__tag span {
    font-size: 1.125rem;
    line-height: 2.7777777778;
    letter-spacing: 0.4em;
    padding: 0.5625rem 3rem;
  }
}

.p-product__img {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-product__img {
    margin-top: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .ribbon-block .p-product__img {
    margin-top: 1.25rem;
  }
}

.p-product__img img,
.p-product__img video {
  width: 100%;
  height: auto;
  aspect-ratio: 375/257;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-product__img img,
  .p-product__img video {
    aspect-ratio: 1197/520;
  }
}

@media screen and (min-width: 768px) {
  .okoshicon .p-product__img video {
    aspect-ratio: 1197/673;
  }
}

@media screen and (min-width: 768px) {
  .ribbon-block .p-product__img img {
    aspect-ratio: 1200/550;
  }
}

.p-product__text {
  font-size: 0.875rem;
  line-height: 2;
  padding: 1.25rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-product__text {
    padding: 3.125rem;
    font-size: 1rem;
    line-height: 2.1875;
    letter-spacing: 0.1em;
  }
}

.p-product__btn-items {
  margin-top: 1.25rem;
  display: grid;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-product__btn-items {
    margin-top: 0.5rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.4375rem;
    max-width: 45.25rem;
    margin-inline: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-product__btn-items .c-btn--pdf {
    padding: 1.3125rem 5.625rem 1.3125rem 5rem;
  }
}

/* メリット */
.p-product-merit .c-section-title2 {
  padding-top: 1.5625rem;
}

@media screen and (min-width: 768px) {
  .recycled-materials .p-product-merit.l-section--pb {
    padding-bottom: 8.125rem;
  }
}

@media screen and (min-width: 768px) {
  .kotsuzai .p-product-merit.l-section {
    padding-top: 6.25rem;
  }
}

@media screen and (min-width: 768px) {
  .kotsuzai .p-product-merit .c-section-title2 {
    padding-top: 2.25rem;
  }
}

.p-product-merit__items {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-product-merit__items {
    margin-top: 3.25rem;
  }
}

@media screen and (min-width: 768px) {
  .recycled-materials .p-product-merit__items {
    margin-top: 4.375rem;
  }
}

@media screen and (min-width: 768px) {
  .kotsuzai .p-product-merit__items {
    margin-top: 4.375rem;
  }
}

.p-product-merit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(34, 68, 132, .5);
}
@media screen and (min-width: 768px) {
  .p-product-merit__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4.6875rem;
    padding: 2.5rem 0;
  }
}

@media screen and (min-width: 768px) {
  .recycled-materials .p-product-merit__item {
    padding: 3.4375rem 0;
  }
}

@media screen and (min-width: 768px) {
  .kotsuzai .p-product-merit__item {
    padding: 2.625rem 0;
  }
}

.p-product-merit__item:first-child {
  border-top: 1px solid rgba(34, 68, 132, .5);
}

.p-product-merit__item:has(.p-product-merit__item-img-text) {
  padding-bottom: 0.375rem;
}

.p-product-merit__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-product-merit__item-body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.0625rem;
    padding-left: 4.9375rem;
  }
}

.p-product-merit__item-number {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 2.5rem;
  line-height: 1;
  color: #DEE9F4;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .p-product-merit__item-number {
    font-size: 6.25rem;
  }
}

.p-product-merit__item-subtitle {
  font-size: 0.8125rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-product-merit__item-subtitle {
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}

.p-product-merit__item-title {
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-product-merit__item-title {
    font-size: 2.5rem;
    line-height: 1.75;
    letter-spacing: 0.2em;
  }
}

.p-product-merit__item-text {
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-product-merit__item-text {
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing: 0.1em;
  }
}

.p-product-merit__item-tag {
  margin-top: 0.6875rem;
  font-size: 0.75rem;
  line-height: 2;
  padding: 0.125rem 0.625rem;
  border-radius: 10px;
  background: #224484;
  color: #fff;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-product-merit__item-tag {
    margin-top: 0.6875rem;
    font-size: 0.875rem;
    line-height: 1.7857142857;
    letter-spacing: 0.1em;
    padding: 0.1875rem 1.25rem;
  }
}

.p-product-merit__item-price {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-product-merit__item-price {
    margin-top: 0.5rem;
    font-size: 0.8125rem;
    line-height: 2.6923076923;
    letter-spacing: 0.1em;
  }
}

.p-product-merit__item-price span {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-product-merit__item-price span {
    font-size: 1rem;
    font-weight: 700;
    line-height: 2.1875;
  }
}

@media screen and (min-width: 768px) {
  .p-product-merit__item-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 37.3745819398%;
  }
}

.p-product-merit__item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 375/257;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-product-merit__item-img img {
    aspect-ratio: 447/278;
  }
}

.p-product-merit__item-img-text {
  font-size: 0.75rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-product-merit__item-img-text {
    font-size: 0.75rem;
    line-height: 2.5;
    letter-spacing: 0.1em;
  }
}

.p-product-merit__item-btn {
  margin-top: 0.625rem;
}

.p-product-merit__item-btn .c-btn {
  min-width: 15rem;
}
@media screen and (min-width: 768px) {
  .p-product-merit__item-btn .c-btn {
    min-width: 22.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-product-merit--ribbon-block .c-section-title2 {
    padding-top: 1.25rem;
  }
}

.p-product-merit--ribbon-block .p-product-merit__items {
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, .15);
  display: grid;
  gap: 1.875rem;
  padding: 1.875rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-product-merit--ribbon-block .p-product-merit__items {
    grid-template-columns: 1fr 1fr;
    gap: 4.0625rem 3.125rem;
    padding: 4.375rem 2.5rem 4.9375rem;
    max-width: 66.5rem;
    margin-inline: auto;
    margin-top: 3.125rem;
  }
}

.p-product-merit--ribbon-block .p-product-merit__item {
  display: block;
  padding: 0;
  border: none;
}

@media screen and (min-width: 768px) {
  .p-product-merit--ribbon-block .p-product-merit__item-img {
    width: 100%;
  }
}

.p-product-merit--ribbon-block .p-product-merit__item-img img {
  aspect-ratio: 375/257;
}
@media screen and (min-width: 768px) {
  .p-product-merit--ribbon-block .p-product-merit__item-img img {
    aspect-ratio: 464/288;
  }
}

.p-product-merit--ribbon-block .p-product-merit__item-text {
  margin-top: 0.625rem;
  display: block;
  text-align: center;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-product-merit--ribbon-block .p-product-merit__item-text {
    margin-top: 1.25rem;
    font-size: 1rem;
    line-height: 2.1875;
    letter-spacing: 0.1em;
  }
}

/* 施工事例*/
@media screen and (min-width: 768px) {
  .p-product-case.l-section--pb {
    padding-bottom: 6.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-product-case .c-section-title2 {
    padding-top: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .okoshicon .p-product-case .c-section-title2 {
    padding-top: 2.25rem;
  }
}

.p-product-case__items {
  margin-top: 2.5rem;
  display: grid;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-product-case__items {
    margin-top: 4.375rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 4.5625rem 1.8125rem;
  }
}

.p-product-case__item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 375/257;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-product-case__item-img img {
    max-height: 27.3125rem;
    aspect-ratio: 586/437;
  }
}

.p-product-case__item-text {
  margin-top: 0.625rem;
  display: block;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-product-case__item-text {
    margin-top: 1.25rem;
    font-size: 1.25rem;
    letter-spacing: 0.1em;
  }
}

.p-product-case__item-text-sub {
  margin-top: 0.3125rem;
  display: block;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.7857142857;
}
@media screen and (min-width: 768px) {
  .p-product-case__item-text-sub {
    font-size: 1rem;
    line-height: 2.1875;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 768px) {
  .ribbon-block .p-product-case__items {
    margin-top: 3.125rem;
    gap: 2.5rem 1.8125rem;
  }
}

.p-product-about {
  background: url(../img/iwamoru/bg_about.png) no-repeat center center/cover;
}

.p-product-about .c-section-title2 {
  color: #fff;
  padding-top: 1.5625rem;
}

.p-product-about__read {
  margin-top: 1.875rem;
  text-align: center;
  font-size: 1.125rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.75;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-product-about__read {
    margin-top: 3.4375rem;
    font-size: 1.5625rem;
    letter-spacing: 0.2em;
    line-height: 1;
  }
}

.p-product-about__items {
  margin-top: 2.5rem;
  display: grid;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-product-about__items {
    margin-top: 4.625rem;
    grid-template-columns: 1fr 1fr;
    gap: 1.8125rem;
  }
}

.p-product-about__item-title {
  text-align: center;
}

.p-product-about__item-title span {
  font-size: 0.8125rem;
  font-weight: 900;
  line-height: 2;
  color: #fff;
  background: #1AA96B;
  border-radius: 20px;
  padding: 0 2.1875rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-product-about__item-title span {
    font-size: 0.9375rem;
    font-weight: 900;
    line-height: 2.3333333333;
  }
}

.p-product-about__item-img {
  margin-top: 0.875rem;
}

.p-product-about__item-text {
  font-size: 0.875rem;
  line-height: 2;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-product-about__item-text {
    font-size: 1rem;
    line-height: 2.1875;
    letter-spacing: 0.1em;
  }
}

.p-product-about__wrap {
  margin-top: 3.125rem;
  background: rgba(255, 255, 255, .8);
  padding: 1.25rem 1.25rem 9.5rem 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-product-about__wrap {
    margin-top: 5rem;
    padding: 4.9375rem 12.4375rem 4.9375rem 3.1875rem;
  }
}

.p-product-about__wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10.0625rem;
  height: 9.5rem;
  background: url(../img/iwamoru/iwamoru-staff.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-product-about__wrap::before {
    width: 14.3125rem;
    height: 14.875rem;
  }
}

.p-product-about__wrap-text {
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-product-about__wrap-text {
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing: 0.1em;
  }
}

/* イワモルが選ばれる理由 */
.p-product-reason .c-section-title2 {
  padding-top: 1.5625rem;
}

.p-product-reason__items {
  margin-top: 1.875rem;
  padding: 1.875rem 1.25rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(56, 94, 165, .2)), color-stop(50%, rgba(85, 184, 216, .2)), to(rgba(27, 143, 67, .2)));
  background: linear-gradient(90deg, rgba(56, 94, 165, .2) 0%, rgba(85, 184, 216, .2) 50%, rgba(27, 143, 67, .2) 100%);
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .p-product-reason__items {
    padding: 5.125rem 4.375rem 5.625rem;
  }
}

.p-product-reason__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: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-product-reason__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.3125rem;
  }
}

.p-product-reason__item:nth-child(n+2) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-product-reason__item:nth-child(n+2) {
    margin-top: 6.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-product-reason__item-body {
    margin-top: 1.25rem;
  }
}

.p-product-reason__item-title {
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-product-reason__item-title {
    font-size: 1.875rem;
    line-height: 1.3333333333;
    letter-spacing: 0.2em;
  }
}

.p-product-reason__item-text {
  display: block;
  margin-top: 0.625rem;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-product-reason__item-text {
    margin-top: 1.25rem;
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 768px) {
  .p-product-reason__item-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 50%;
    max-width: 32.4375rem;
  }
}

.p-product-reason__item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 375/257;
  -o-object-fit: cover;
     object-fit: cover;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-product-reason__item-img img {
    aspect-ratio: 519/250;
  }
}

@media screen and (min-width: 768px) {
  .ribbon-block .p-product-reason__item:nth-child(n+2) .p-product-reason__item-title {
    white-space: nowrap;
  }
}

@media screen and (min-width: 768px) {
  .ribbon-block .p-product-reason .c-section-title2 {
    padding-top: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .ribbon-block .p-product-reason__items {
    margin-top: 3.5625rem;
  }
}

/* イワモル品質管理 */
.p-product-quality .l-inner {
  max-width: 71.875rem;
}

.p-product-quality .c-section-title2 {
  padding-top: 1.5625rem;
}

.p-product-quality__text {
  display: block;
  margin-top: 1.875rem;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-product-quality__text {
    margin-top: 2.625rem;
    font-size: 0.9375rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}

.p-product-quality__images {
  margin-top: 1.875rem;
  display: grid;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-product-quality__images {
    margin-top: 2.5rem;
    grid-template-columns: 1fr 1fr;
    gap: 1.625rem;
  }
}

.p-product-quality__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 375/257;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-product-quality__img img {
    aspect-ratio: 536/277;
  }
}

.p-product-quality__btn {
  margin-top: 2.5rem;
  text-align: center;
}

/* 納品エリア */
.p-product-area {
  background: url(../img/iwamoru/bg_area.png) no-repeat center center/cover;
}

.p-product-area.l-section {
  padding-top: 3.75rem;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-product-area.l-section {
    padding-top: 6.25rem;
    padding-bottom: 9.375rem;
  }
}

.p-product-area .c-section-title2 {
  color: #fff;
  padding-top: 1.5625rem;
}

.p-product-area__items {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-product-area__items {
    margin-top: 2.625rem;
  }
}

.p-product-area__item {
  background: #fff;
  border-radius: 20px;
  padding: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-product-area__item {
    padding: 1.8125rem 3.125rem;
    gap: 3.125rem;
  }
}

.p-product-area__item:nth-child(n+2) {
  margin-top: 1.25rem;
}

.p-product-area__item-title {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 2.3333333333;
  text-align: center;
  background: #224484;
  color: #fff;
  padding: 0.625rem;
  border-radius: 10px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-product-area__item-title {
    border-radius: 20px;
    padding: 1.3125rem 3.1875rem;
  }
}

.p-product-area__item-text {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-product-area__item-text {
    font-size: 1.25rem;
    line-height: 2.1;
    letter-spacing: 0.4em;
  }
}

/* 下部CTA*/
.p-product-bottom {
  text-align: center;
}

.p-product-bottom.l-section--pb {
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-product-bottom.l-section--pb {
    padding-bottom: 6.25rem;
  }
}

.p-product-bottom__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-product-bottom__text {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.2em;
  }
}

.p-product-bottom__read {
  margin-top: 1.875rem;
  font-size: 1.375rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.75;
  position: relative;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-product-bottom__read {
    font-size: 2.5rem;
    line-height: 1.75;
    letter-spacing: 0.2em;
    padding-bottom: 8.3125rem;
  }
}

.p-product-bottom__read::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 15px;
  height: 3.125rem;
  background: url(../img/common/arrow-down.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-product-bottom__read::after {
    height: 5.1875rem;
  }
}

/* =====================
   p-product-section（商品グリッド共通）
   ===================== */
.bg-wrap {
  background: url(../img/kotsuzai/bg_color.png) no-repeat center center/cover;
}

@media screen and (min-width: 768px) {
  .p-product-color.l-section {
    padding-bottom: 7.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-product-color .c-section-title2 {
    padding-top: 1.5625rem;
  }
}

.p-product-color__grid {
  display: grid;
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-product-color__grid {
    margin-top: 3.4375rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 4.1875rem 1.125rem;
  }
}

.p-product-section__grid2 {
  display: grid;
  gap: 1.25rem;
  margin-top: 40px;
  max-width: 49.625rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-product-section__grid2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.5rem;
    margin-top: 3.4375rem;
  }
}

.p-product-section__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-product-section__item-img {
  position: relative;
  overflow: hidden;
}

.p-product-section__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 387/258;
}

.p-product-section__item-body {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-product-section__item-body {
    margin-top: 2.5rem;
  }
}

.p-product-section__item-name {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  padding-left: 1.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-product-section__item-name {
    font-size: 1.25rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}

.p-product-section__item-name span {
  background: #224484;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.6666666667;
  padding: 0 1.25rem;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .p-product-section__item-name span {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.7857142857;
    padding: 0.1875rem 1.25rem;
    border-radius: 10px;
  }
}

.p-product-section__item-table {
  margin-top: 0.75rem;
}

.p-product-section__item-table dl {
  display: grid;
  grid-template-columns: 5.6875rem 1fr;
  font-size: 0.8125rem;
  line-height: 3.0769230769;
  border-bottom: 1px dashed #224484;
  padding: 0 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-product-section__item-table dl {
    line-height: 3.4615384615;
    letter-spacing: 0.1em;
    padding: 0 1.625rem;
  }
}

.p-product-section__item-table dl:first-child {
  border-top: 1px dashed #224484;
}

.p-product-section__item-spec dd span {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.8125;
}

/* CTA */
.p-product-section__cta {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-product-section__cta {
    margin-top: 4.1875rem;
  }
}

.p-product-section__cta-note {
  font-size: 0.8125rem;
  margin-top: 0.3125rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-product-section__cta-note {
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing: 0.1em;
  }
}

/* 注意事項 */
.p-product-section__notes {
  margin-top: 2.5rem;
  background: #E9ECF3;
  border-radius: 20px;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-product-section__notes {
    margin-top: 6.125rem;
    padding: 3.125rem 4.375rem;
  }
}

.p-product-section__notes-title {
  font-size: 1.125rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-product-section__notes-title {
    font-size: 1.5rem;
    line-height: 1.6666666667;
    letter-spacing: 0.2em;
  }
}

.p-product-section__notes-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 1px;
}

.p-product-section__notes-list {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-product-section__notes-list {
    margin-top: 1.25rem;
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing: 0.1em;
  }
}

/* =====================
   p-product-faq（よくある質問）
   ===================== */
.p-product-faq .c-section-title2 {
  padding-top: 1.4375rem;
}

.p-product-faq__list {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  background: #fff;
  padding: 0.625rem 1.25rem;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, .15);
  max-width: 66.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-product-faq__list {
    margin-top: 3.4375rem;
    padding: 1.25rem 3.0625rem 2.8125rem;
    gap: 1rem;
  }
}

.p-product-faq__item {
  overflow: hidden;
  padding-bottom: 0.625rem;
  border-bottom: 1px dashed rgba(34, 68, 132, .5);
}
@media screen and (min-width: 768px) {
  .p-product-faq__item {
    padding-top: 1.25rem;
    padding-bottom: 2.8125rem;
  }
}

.p-product-faq__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.p-product-faq__item-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  padding: 0.625rem 1.875rem 0.625rem 0;
  font-size: 0.9375rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.3333333333;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-product-faq__item-q {
    padding: 0.625rem 0;
    font-size: 1.5rem;
    line-height: 1.6666666667;
    letter-spacing: 0.2em;
    gap: 1.125rem;
  }
}

.p-product-faq__item-q::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  width: 0.875rem;
  height: 0.75rem;
  margin-top: -0.3125rem;
  background: #224484;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
@media screen and (min-width: 768px) {
  .p-product-faq__item-q::after {
    right: 1.875rem;
    width: 1.0625rem;
    height: 0.9375rem;
  }
}

.p-product-faq__item-q::-webkit-details-marker {
  display: none;
}

details[open] .p-product-faq__item-q::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-product-faq__item-a {
  margin-top: 0.625rem;
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
  padding: 1.25rem;
  font-size: 0.875rem;
  line-height: 2;
  text-indent: 0;
  background: #E9ECF3;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .p-product-faq__item-a {
    margin-top: 2.5rem;
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing: 0.1em;
    padding: 2.1875rem 3.125rem 1.25rem 3.125rem;
  }
}

.p-product-sand {
  background: url(../img/kotsuzai/bg_sand.png) no-repeat center center/cover;
}

@media screen and (min-width: 768px) {
  .p-product-sand .c-section-title2 {
    padding-top: 1.5625rem;
  }
}

.p-product-soil {
  background: url(../img/kotsuzai/bg_soil.png) no-repeat center center/cover;
}

@media screen and (min-width: 768px) {
  .p-product-soil.l-section {
    padding-bottom: 8.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-product-soil .c-section-title2 {
    padding-top: 1.5625rem;
  }
}

/*商品詳細*/
.p-product-detail .c-section-title2 {
  padding-top: 1.25rem;
}

.p-product-detail__items {
  margin-top: 2.5rem;
  display: grid;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-product-detail__items {
    margin-top: 3.125rem;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.875rem;
    max-width: 73rem;
    margin-inline: auto;
  }
}

.p-product-detail__item {
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, .15);
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-product-detail__item {
    padding: 1.25rem 1.25rem 0.625rem;
  }
}

.p-product-detail__item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 240/160;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-product-detail__item-img img {
    aspect-ratio: 240/185;
  }
}

.p-product-detail__item-table {
  padding: 0.625rem 0.625rem 0;
}
@media screen and (min-width: 768px) {
  .p-product-detail__item-table {
    padding: 1.25rem 1.125rem;
  }
}

.p-product-detail__item-table dl {
  display: grid;
  grid-template-columns: 3.75rem 1fr;
  font-size: 0.8125rem;
  line-height: 2.3076923077;
}
@media screen and (min-width: 768px) {
  .p-product-detail__item-table dl {
    line-height: 2.6923076923;
    letter-spacing: 0.1em;
  }
}

.p-product-detail__item-table dd span.price {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-product-detail__item-table dd span.price {
    font-size: 1rem;
    line-height: 2.1875;
  }
}

.p-product-detail__item-table dd span.yen {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 2.6923076923;
}

.p-product-detail-comment {
  margin-top: 2.5rem;
}

.p-product-detail-comment .c-staff-comment__text {
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-product-detail-comment .c-staff-comment__text {
    font-size: 0.875rem;
    line-height: 2.5;
    letter-spacing: 0.1em;
  }
}

.p-product-detail-comment:has(.recycled-materials) {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-product-detail-comment:has(.recycled-materials) {
    margin-top: 5rem;
  }
}

.p-product-detail__btn {
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-product-detail__btn {
    margin-top: 2.5rem;
  }
}

.p-product-comment {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-product-comment {
    margin-top: 3.75rem;
  }
}

.okoshicon .p-product-comment {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .okoshicon .p-product-comment {
    margin-top: 7.5rem;
  }
}

.p-product-message .p-product-comment {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-product-message .p-product-comment {
    margin-top: 6.25rem;
  }
}

.p-product-message {
  padding: 3.75rem 0;
  background: url(../img/ribbon-block/bg_message-sp.png) no-repeat top center/cover;
}
@media screen and (min-width: 768px) {
  .p-product-message {
    padding: 11.25rem 0;
    background: url(../img/ribbon-block/bg_message.png) no-repeat center center/cover;
  }
}

.p-product-message .l-inner {
  padding: 0 1.25rem;
}

.p-product-message__read {
  text-align: center;
  font-size: 1.375rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-product-message__read {
    font-size: 2.1875rem;
    line-height: 2;
  }
}

.p-ratetable.l-section {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-ratetable.l-section {
    padding-top: 6.25rem;
    padding-bottom: 6.4375rem;
  }
}

.p-ratetable .c-section-title2 {
  padding-top: 1.5625rem;
}

/* テーブル */
.p-ratetable__table-wrap {
  margin-top: 1.875rem;
  overflow-x: auto;
}
@media screen and (min-width: 768px) {
  .p-ratetable__table-wrap {
    margin-top: 3.4375rem;
  }
}

table.p-ratetable__table {
  width: 100%;
  min-width: 56.25rem;
  border-collapse: collapse;
  table-layout: fixed;
}

table.p-ratetable__table th,
table.p-ratetable__table td {
  border: 1px solid #F3F3F3;
  text-align: center;
  padding: 1.125rem 0.3125rem;
  font-size: 0.8125rem;
  line-height: 1.6;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  table.p-ratetable__table th,
  table.p-ratetable__table td {
    font-size: 1rem;
  }
}

table.p-ratetable__table thead th {
  background: #51AAD0;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2;
  white-space: nowrap;
  padding: 0.625rem;
}
@media screen and (min-width: 768px) {
  table.p-ratetable__table thead th {
    padding: 1.25rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 2.1875;
  }
}

table.p-ratetable__table thead th:first-child {
  width: 8.125rem;
}
@media screen and (min-width: 768px) {
  table.p-ratetable__table thead th:first-child {
    width: 9.375rem;
  }
}

table.p-ratetable__table tbody th {
  font-size: 0.8125rem;
  line-height: 2.6923076923;
  font-weight: 700;
  padding: 1.125rem 0.3125rem;
  white-space: nowrap;
  vertical-align: top;
}

table.p-ratetable__table tbody td {
  background: #fff;
  font-weight: 350;
  line-height: 2;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  table.p-ratetable__table tbody td {
    line-height: 2.1875;
  }
}

.p-ratetable__note {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-ratetable__note {
    margin-top: 2.8125rem;
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing: 0.1em;
  }
}

.p-ratetable-comment {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-ratetable-comment {
    margin-top: 6.5625rem;
  }
}

.p-recycled-materials-voice .c-section-title2 {
  padding-top: 1.3125rem;
}

@media screen and (min-width: 768px) {
  .p-recycled-materials-voice.l-section--pb {
    padding-bottom: 7.625rem;
  }
}

.p-recycled-materials-voice__items {
  margin-top: 3.125rem;
  display: grid;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-recycled-materials-voice__items {
    margin-top: 5rem;
    gap: 2.1875rem;
    max-width: 66.5rem;
    margin-inline: auto;
  }
}

.p-recycled-materials-voice__item {
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, .15);
  border-radius: 20px;
  padding: 0.625rem 1.25rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-recycled-materials-voice__item {
    padding: 1.875rem 3.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.5625rem;
  }
}

.p-recycled-materials-voice__item-img {
  max-width: 8.4375rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-recycled-materials-voice__item-img {
    margin-inline: unset;
  }
}

.p-recycled-materials-voice__item-title {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-recycled-materials-voice__item-title {
    text-align: left;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5625;
    letter-spacing: 0.1em;
  }
}

.p-recycled-materials-voice__item-text {
  display: block;
  margin-top: 0.625rem;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-recycled-materials-voice__item-text {
    margin-top: 0.625rem;
    font-size: 1rem;
    line-height: 1.5625;
    letter-spacing: 0.1em;
  }
}

.p-thanks.l-section {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-thanks.l-section {
    padding-top: 8.625rem;
    padding-bottom: 9.375rem;
  }
}

.p-thanks .l-inner {
  max-width: 60.4375rem;
  margin-inline: auto;
}

.p-thanks__read {
  text-align: center;
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-thanks__read {
    font-size: 2.5rem;
    line-height: 1.75;
    letter-spacing: 0.2em;
  }
}

.p-thanks__text {
  margin-top: 2.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  margin-top: 2.5rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-thanks__text {
    margin-top: 5rem;
    font-size: 1.0625rem;
    line-height: 2.2;
    letter-spacing: 0.1em;
  }
}

.p-thanks__btn {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-thanks__btn {
    margin-top: 5rem;
  }
}

.p-thanks__btn a {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#3F62A1), to(#25A56D));
  background: linear-gradient(90deg, #3F62A1 0%, #25A56D 100%);
  border-radius: 50px;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  border-radius: 100px;
  text-align: center;
  padding: 1.25rem 5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-thanks__btn a {
    font-size: 0.9375rem;
    line-height: 2.3333333333;
    padding: 1.3125rem 6.25rem;
  }
}

.p-thanks__btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.1875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.9375rem;
  height: 0.9375rem;
  background: url(../img/common/btn-arrow.svg) no-repeat center/contain;
}

.p-top-mv {
  position: relative;
  min-height: 100vh;
  z-index: 0;
}
.p-top-mv::before {
  content: "";
  position: absolute;
  bottom: 13%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1rem;
  height: 10.1875rem;
  background: url(../img/common/mv-scroll.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-top-mv::before {
    background: none;
  }
}
.p-top-mv .p-top-mv__video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
}
.p-top-mv .p-top-mv__video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(75, 169, 186, .3);
  background-blend-mode: multiply;
}
.p-top-mv .p-top-mv__video video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-mv .p-top-mv__contents {
  position: relative;
  z-index: 1;
  content: "";
  position: absolute;
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .p-top-mv .p-top-mv__contents {
    top: 45%;
    top: 50%;
  }
}
.p-top-mv .p-top-mv__title {
  font-size: 4.3125rem;
  font-family: "Bebas", sans-serif;
  line-height: 1;
  letter-spacing: -0.05em;
  color: rgba(255, 255, 255, .5);
}
@media screen and (min-width: 768px) {
  .p-top-mv .p-top-mv__title {
    font-size: 7.8125rem;
  }
}
.p-top-mv .p-top-mv__text {
  margin-top: -0.625rem;
  margin-right: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-mv .p-top-mv__text {
    margin-top: -3.125rem;
    margin-right: -2.5rem;
  }
}
.p-top-mv .p-top-mv__text img {
  max-width: 16.5rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-top-mv .p-top-mv__text img {
    max-width: 35.6875rem;
  }
}
.p-top-about {
  position: relative;
  z-index: 1;
  background: rgba(34, 68, 132, .9);
  color: #fff;
}
.p-top-about .p-top-about__title {
  margin-top: 3.75rem;
  font-size: 2.25rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.0277777778;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-about .p-top-about__title {
    margin-top: 6.25rem;
    font-size: 3.5625rem;
    letter-spacing: 0.1em;
  }
}
.p-top-about .p-top-about__title span {
  font-size: 2.625rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-top-about .p-top-about__title span {
    font-size: 4.125rem;
  }
}
.p-top-about .p-top-about__subtitle {
  margin-top: 1.25rem;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0.5em;
}
.p-top-about .p-top-about__text {
  text-align: center;
  margin-top: 2.625rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2.1428571429;
}
@media screen and (min-width: 768px) {
  .p-top-about .p-top-about__text {
    margin-top: 1.75rem;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 2.6666666667;
  }
}
.p-top-about .p-top-about__btn {
  text-align: center;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-top-about .p-top-about__btn {
    margin-top: 3.75rem;
  }
}
.p-top-solution {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, .9);
}
.p-top-solution.l-section {
  padding-bottom: 0;
}
.p-top-solution .c-section-title__inner {
  padding: 0 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-top-solution .c-section-title__inner {
    padding: 0 6.5rem;
  }
}
.p-top-solution .p-top-solution__grid {
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  place-content: center;
}
@media screen and (min-width: 768px) {
  .p-top-solution .p-top-solution__grid {
    margin-top: 6.25rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-top-solution .p-top-solution__contents {
  margin-top: -1px;
  padding: 6.3125rem 0 6.25rem;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-solution .p-top-solution__contents {
    overflow: visible;
  }
}
.p-top-solution .p-top-solution__contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: 0;
  pointer-events: none;
  background: url(../img/top/bg_solution-sp.png) no-repeat top center/cover;
}
@media screen and (min-width: 768px) {
  .p-top-solution .p-top-solution__contents::before {
    display: none;
  }
}
.p-top-solution .p-top-solution__contents.is-bg-fixed::before {
  position: fixed;
  top: 0;
}
.p-top-solution .p-top-solution__contents.is-bg-end::before {
  position: absolute;
  top: auto;
  bottom: 0;
}
.p-top-solution .p-top-solution__contents > .l-inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-solution .p-top-solution__contents {
    padding: 6.6875rem 0 7rem;
    background: url(../img/top/bg_solution.png) no-repeat center center/cover;
  }
}
.p-top-solution .p-top-solution__content-title {
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1.625;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top-solution .p-top-solution__content-title {
    font-size: 2.5rem;
  }
}
.p-top-solution .p-top-solution__content-title span {
  display: block;
  font-size: 1.1875rem;
  line-height: 3;
  letter-spacing: 0;
  color: #FFC400;
  margin-bottom: -1rem;
}
.p-top-solution .p-top-solution__content-items {
  margin-top: 2.3125rem;
  display: grid;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-top-solution .p-top-solution__content-items {
    margin-top: 2.5rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.1875rem;
  }
}
.p-top-solution .p-top-solution__content-item {
  background: rgba(255, 255, 255, .9);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
  border-radius: 10px;
  padding: 1.875rem 1.875rem 4.0625rem;
}
@media screen and (min-width: 768px) {
  .p-top-solution .p-top-solution__content-item {
    padding: 1.875rem 2.5rem 4.0625rem;
  }
}
.p-top-solution .p-top-solution__content-item-num {
  text-align: center;
  color: #FFC400;
  position: relative;
  padding-bottom: 0.75rem;
  font-size: 2.5rem;
  line-height: 1.25;
}
.p-top-solution .p-top-solution__content-item-num span {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2.5;
  vertical-align: bottom;
}
.p-top-solution .p-top-solution__content-item-num::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 5.9375rem;
  height: 0.75rem;
  background: url(../img/top/point.svg) no-repeat center/contain;
}
.p-top-solution .p-top-solution__content__item-title {
  margin-top: 1.25rem;
  color: #6F6F6F;
  text-align: center;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.4;
}
.p-top-solution .p-top-solution__content__item-text {
  color: #6F6F6F;
  margin-top: 1.875rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6666666667;
}
.p-top-solution .p-top-solution__btn {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-solution .p-top-solution__btn {
    margin-top: 3.75rem;
  }
}
.p-top-support {
  margin-top: -1px;
  position: relative;
  z-index: 1;
  background: rgba(26, 169, 107, .9);
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-support {
    margin-top: 0;
    padding-bottom: 17.25rem;
  }
}
.p-top-support .c-section-title__inner {
  padding: 0 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-top-support .c-section-title__inner {
    padding: 0 6.5rem;
  }
}
.p-top-support .p-top-support__read {
  margin-top: 3.3125rem;
  font-size: 1.875rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top-support .p-top-support__read {
    margin-top: 5rem;
    font-size: 4.125rem;
    letter-spacing: 0.26em;
  }
}
.p-top-support .p-top-support__text {
  margin-top: 2.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2.1428571429;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top-support .p-top-support__text {
    margin-top: 0.9375rem;
    font-size: 0.9375rem;
    line-height: 2;
  }
}
.p-top-support .p-top-support__items {
  margin-top: 3.25rem;
  display: grid;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-support .p-top-support__items {
    margin-top: 3.75rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.0625rem;
  }
}
.p-top-support .p-top-support__item {
  background: #fff;
  padding: 5rem 0 7.875rem;
  border-radius: 20px;
  text-align: center;
  color: #1AA96B;
  position: relative;
}
.p-top-support .p-top-support__item::before {
  content: "";
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.9375rem;
  height: 1.9375rem;
  background: url(../img/common/arrow-green.svg) no-repeat center/contain;
}
.p-top-support .p-top-support__item-icon img {
  margin-inline: auto;
  width: 6.25rem;
  height: 4.375rem;
}
.p-top-support .p-top-support__item-title {
  margin-top: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}
.p-top-support .p-top-support__item-text {
  margin-top: 1.6875rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6666666667;
}
.p-top-support .p-top-support__items2 {
  margin-top: 1.25rem;
  display: grid;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-support .p-top-support__items2 {
    margin-top: 1.9375rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.0625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-support .p-top-support__items2 .p-top-support__item {
    padding: 5rem 0 5.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-support .p-top-support__items2 .p-top-support__item-title {
    margin-top: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-support .p-top-support__items2 .p-top-support__item-text {
    margin-top: 1.5625rem;
  }
}
.p-top-works {
  position: relative;
  z-index: 1;
  background: #2C2C2C;
  color: #fff;
  overflow-x: clip;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-works {
    padding-bottom: 9.375rem;
  }
}
.p-top-works .c-section-title__inner {
  padding: 0 3.3125rem;
}
@media screen and (min-width: 768px) {
  .p-top-works .c-section-title__inner {
    padding: 0 6.5rem;
  }
}
.p-top-works .p-top-works__scroll-img {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-works .p-top-works__scroll-img {
    display: none;
  }
}
.p-top-works .p-top-works__scroll-img img {
  margin-inline: auto;
}
.p-top-works .p-top-works__slider-wrap {
  width: 100%;
  margin-top: 0.75rem;
  margin-inline: auto;
  padding-inline: 1.875rem;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .p-top-works .p-top-works__slider-wrap {
    margin-top: 4.375rem;
    max-width: 75rem;
    padding-inline: 0;
  }
}
.p-top-works .p-top-works__swiper {
  margin-inline: -1.875rem;
  padding-inline: 1.875rem;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .p-top-works .p-top-works__swiper {
    width: 100%;
    margin-inline: auto;
    padding-inline: 0;
    overflow: visible;
  }
}
.p-top-works .p-top-works__swiper .swiper-slide {
  height: auto;
}
.p-top-works .p-top-works__swiper .swiper-slide.is-peek {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-top-works .p-top-works__swiper .swiper-wrapper {
    overflow: visible;
  }
}
.p-top-works .p-top-works__swiper .c-card-work {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.p-top-works .p-top-works__swiper .c-card-work__title {
  text-align: center;
}
.p-top-works .p-top-works__pagination {
  position: relative;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-works .p-top-works__pagination {
    margin-top: 3.0625rem;
  }
}
.p-top-works .p-top-works__pagination .swiper-pagination-bullet {
  width: 0.8125rem;
  height: 0.8125rem;
  background: #656565;
  opacity: 1;
}
.p-top-works .p-top-works__pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.p-top-works .p-top-works__btn {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-works .p-top-works__btn {
    margin-top: 6rem;
  }
}
.p-top-news {
  position: relative;
  z-index: 1;
  background: #fff;
  overflow-x: clip;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-news {
    padding-top: 8.125rem;
    padding-bottom: 9.375rem;
  }
}
.p-top-news .c-section-title__inner {
  padding: 0 3.4375rem;
}
@media screen and (min-width: 768px) {
  .p-top-news .c-section-title__inner {
    padding: 0 6.5rem;
  }
}
.p-top-news .p-top-news__scroll-img {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-news .p-top-news__scroll-img {
    display: none;
  }
}
.p-top-news .p-top-news__scroll-img img {
  margin-inline: auto;
}
.p-top-news .p-top-news__slider-wrap {
  max-width: 87.1794871795%;
  width: 100%;
  margin-top: 0.9375rem;
  margin-inline: auto;
  padding-inline: 1.875rem;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .p-top-news .p-top-news__slider-wrap {
    margin-top: 4.375rem;
    max-width: 75rem;
    padding-inline: 0;
  }
}
.p-top-news .p-top-news__swiper {
  margin-inline: -1.875rem;
  padding-inline: 1.875rem;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .p-top-news .p-top-news__swiper {
    width: 100%;
    margin-inline: auto;
    padding-inline: 0;
    overflow: visible;
  }
}
.p-top-news .p-top-news__swiper .swiper-slide {
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-top-news .p-top-news__swiper .swiper-wrapper {
    overflow: visible;
  }
}
.p-top-news .p-top-news__swiper .p-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.1875rem;
  border-bottom: none;
  padding: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-top-news .p-top-news__swiper .p-news__item::after {
  display: none;
}
.p-top-news .p-top-news__swiper .p-news__img {
  width: 100%;
  background: #fff;
}
.p-top-news .p-top-news__swiper .p-news__img img {
  border-radius: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 284/203;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-top-news .p-top-news__swiper .p-news__img img {
    aspect-ratio: 387/275;
  }
}
.p-top-news .p-top-news__swiper .p-news__title {
  margin-top: 1.25rem;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #333;
  text-decoration: underline;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-news .p-top-news__swiper .p-news__title {
    font-size: 0.9375rem;
    line-height: 1.3333333333;
  }
}
.p-top-news .p-top-news__pagination {
  position: relative;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-news .p-top-news__pagination {
    margin-top: 3.0625rem;
  }
}
.p-top-news .p-top-news__pagination .swiper-pagination-bullet {
  width: 0.8125rem;
  height: 0.8125rem;
  background: #D9D9D9;
  opacity: 1;
}
.p-top-news .p-top-news__pagination .swiper-pagination-bullet-active {
  background: #385EA5;
}
.p-top-news .p-top-news__btn {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-news .p-top-news__btn {
    margin-top: 7.6875rem;
  }
}
.p-top-sns {
  position: relative;
  z-index: 1;
  padding-bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(56, 94, 165, .9)), to(rgba(26, 169, 107, .9)));
  background: linear-gradient(180deg, rgba(56, 94, 165, .9) 0%, rgba(26, 169, 107, .9) 100%);
}
@media screen and (min-width: 768px) {
  .p-top-sns.l-section {
    padding-top: 6.5625rem;
  }
}
.p-top-sns .c-section-title__inner {
  padding: 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-sns .c-section-title__inner {
    padding: 0 4.5rem;
  }
}
.p-top-sns .p-top-sns__links {
  margin-top: 3.5rem;
  margin-bottom: -0.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-sns .p-top-sns__links {
    margin-top: 6.25rem;
    gap: 2.8125rem;
    max-width: 50.9375rem;
    margin-inline: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-works.l-section {
    padding-bottom: 8.4375rem;
  }
}

.p-works__read {
  text-align: center;
}

.p-works__text {
  margin-top: 1.125rem;
  text-align: center;
}

.p-works__container {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-works__container {
    margin-top: 9.375rem;
  }
}

.p-works__contents:nth-child(n+2) {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-works__contents:nth-child(n+2) {
    margin-top: 10.625rem;
  }
}

.p-works__contents-items {
  margin-top: 1.875rem;
  display: grid;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-works__contents-items {
    margin-top: 3.25rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 4.6875rem 1.375rem;
  }
}

.p-works__contents-item {
  min-width: 0;
}

.p-works__contents-item-img {
  overflow: hidden;
  width: 100%;
}

.p-works__contents-item-img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 375/257;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-works__contents-item-img img {
    aspect-ratio: 386/257;
  }
}

.p-works__contents-item-img .p-works-item__swiper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

/* 矢印共通のスタイル調整 */
.p-works-item__swiper .swiper-button-prev,
.p-works-item__swiper .swiper-button-next {
  width: 2rem;
  height: 2rem;
  margin-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="4" /><feOffset dx="1" dy="3" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.3)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .3));
          filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .3));
  opacity: 1;
}

.p-works-item__swiper .swiper-button-prev::after,
.p-works-item__swiper .swiper-button-next::after {
  content: "";
  display: block;
  width: 0.5625rem;
  height: 0.9375rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
}

.p-works-item__swiper .swiper-button-prev::after {
  background-image: url(../img/common/prev.svg);
}

.p-works-item__swiper .swiper-button-next::after {
  background-image: url(../img/common/next.svg);
}

.p-works__contents-item-img .swiper-slide {
  aspect-ratio: 375/257;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-works__contents-item-img .swiper-slide {
    aspect-ratio: 386/257;
  }
}

.p-works__contents-item-img .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  aspect-ratio: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-works__contents-item-body {
  margin-top: 1rem;
}

.p-works__contents-item-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  padding: 0.125rem 0.8125rem;
  background: rgba(203, 219, 238, .7);
}

.p-works__contents-item-title {
  margin-top: 0.3125rem;
  font-size: 1rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.5625;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-works__contents-item-title {
    font-size: 1.25rem;
    line-height: 2;
    letter-spacing: 0.2em;
  }
}

.p-works__cta {
  background: -webkit-gradient(linear, left top, right top, from(#385EA5), color-stop(50%, #55B8D8), to(#1B8F43));
  background: linear-gradient(90deg, #385EA5 0%, #55B8D8 50%, #1B8F43 100%);
  padding: 2.5rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-works__cta {
    padding: 4.375rem 10.625rem 5rem;
  }
}

.p-works__cta-inner {
  background: #fff;
  padding: 1.875rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-works__cta-inner {
    padding: 1.1875rem 4.5625rem 1.1875rem 17.0625rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3rem;
  }
}

.p-works__cta-inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 6.125rem;
  height: 3.6875rem;
  background: url(../img/common/ranking.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-works__cta-inner::before {
    width: 12.375rem;
    height: 7.4375rem;
  }
}

.p-works__cta-text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-works__cta-text {
    font-size: 0.9375rem;
  }
}

.p-works__cta-btn {
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .p-works__cta-btn .c-btn--grad {
    min-width: 14rem;
    max-width: 14rem;
    padding: 2rem;
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
