@charset "UTF-8";
html,
body,
h1,
h2,
h3,
h4,
p,
dl,
dt,
dd,
ul,
li {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  color: #423732;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  white-space: normal;
  text-align: justify;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

li {
  list-style: none;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border: none;
}

body {
  background: #f2f2f2;
}

.page-section {
  margin-bottom: 80px;
}
@media (width >= 768px) {
  .page-section {
    margin-bottom: 120px;
  }
}
@media (width >= 1100px) {
  .page-section {
    margin-bottom: 152px;
  }
}

.section-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 500px;
}
@media (width >= 768px) {
  .section-inner {
    width: 80%;
    max-width: none;
  }
}
@media (width >= 1100px) {
  .section-inner {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
  }
}

.page-section-inner-s {
  margin: 0 auto;
  width: 90%;
  max-width: 500px;
}
@media (width >= 768px) {
  .page-section-inner-s {
    width: 80%;
    max-width: 800px;
  }
}
@media (width >= 1100px) {
  .page-section-inner-s {
    width: 80%;
    margin: 0 auto;
  }
}

.page-section-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 500px;
}
@media (width >= 768px) {
  .page-section-inner {
    width: 80%;
    max-width: none;
  }
}
@media (width >= 1100px) {
  .page-section-inner {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
  }
}

p,
h3,
h4,
th,
td,
li {
  font-size: clamp(16px, (100vw - 375px) * 4 / 991 + 16px, 20px);
  line-height: 1.7;
}

span {
  color: #ea0000;
}

.pc_br {
  display: none;
}
@media (width >= 1100px) {
  .pc_br {
    display: block;
  }
}

.tb-br {
  display: none;
}
@media (width >= 768px) {
  .tb-br {
    display: block;
  }
}
@media (width >= 1100px) {
  .tb-br {
    display: none;
  }
}

@media (width >= 768px) {
  .responsive_br {
    display: none;
  }
}

.page-mv {
  position: relative;
  width: 100%;
}
@media (width >= 768px) {
  .page-mv {
    height: 280px;
  }
}
@media (width >= 1100px) {
  .page-mv {
    height: 320px;
  }
}
.page-mv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: clamp(32px, (100vw - 375px) * 28 / 991 + 32px, 60px);
  color: #fff;
  z-index: 1;
  text-align: center;
  white-space: nowrap;
}
.page-mv__image {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width >= 768px) {
  .page-mv__image {
    height: 280px;
  }
}
@media (width >= 1100px) {
  .page-mv__image {
    height: 320px;
  }
}

.nav-links {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  margin: 40px auto 0;
}
.nav-links .page-numbers {
  padding: 4px;
}
.nav-links .page-numbers.prev, .nav-links .page-numbers.next {
  padding: 8px 16px;
}

.breadcrumb {
  margin: 16px 0 56px 16px;
}
@media (width >= 768px) {
  .breadcrumb {
    margin: 16px 0 80px 40px;
  }
}
.breadcrumb span {
  color: #222222;
}

/* =========================
   header
========================= */
header {
  width: 100vw;
  height: 56px;
}
@media (width >= 768px) {
  header {
    height: 72px;
  }
}
@media (width >= 1100px) {
  header {
    height: 80px;
  }
}

.header-wrap {
  position: fixed;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 56px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}
@media (width >= 768px) {
  .header-wrap {
    height: 72px;
  }
}
@media (width >= 1100px) {
  .header-wrap {
    height: 80px;
  }
}

.header__logo {
  margin-left: 16px;
  font-size: 20px;
  color: #222222;
}
@media (width >= 768px) {
  .header__logo {
    font-size: 26px;
  }
}
@media (width >= 1100px) {
  .header__logo {
    margin-left: 16px;
  }
}

/* =========================
   pcメニュー
========================= */
.pc-nav {
  display: none;
}
@media (width >= 1100px) {
  .pc-nav {
    display: block;
    margin-right: 24px;
  }
}
@media (width >= 1100px) {
  .pc-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
  }
}
@media (width >= 1100px) {
  .pc-nav__link {
    padding: 16px 6px;
    font-size: 18px;
  }
}
.pc-nav__link:hover {
  color: #cf000d;
}
@media (width >= 1100px) {
  .pc-nav__link--cta {
    padding: 16px 20px;
    color: #fff;
    background: #cf000d;
  }
}
.pc-nav__link--cta:hover {
  color: #fff;
  background: #222222;
}

/* =========================
   ハンバーガーメニュー
========================= */
.sp-btn {
  display: block;
  width: 48px;
  height: 48px;
  margin-right: 24px;
  background: #cf000d;
  cursor: pointer;
}
@media (width >= 768px) {
  .sp-btn {
    width: 64px;
    height: 64px;
  }
}
@media (width >= 1100px) {
  .sp-btn {
    display: none;
  }
}
.sp-btn span {
  position: relative;
  top: 24px;
  left: 8px;
  display: block;
  width: 32px;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (width >= 768px) {
  .sp-btn span {
    width: 40px;
    top: 32px;
    left: 12px;
  }
}
.sp-btn span::before {
  content: "";
  position: absolute;
  bottom: 8px;
  display: block;
  width: 32px;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (width >= 768px) {
  .sp-btn span::before {
    width: 40px;
    bottom: 10px;
  }
}
.sp-btn span::after {
  content: "";
  position: absolute;
  top: 8px;
  display: block;
  width: 32px;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (width >= 768px) {
  .sp-btn span::after {
    width: 40px;
    top: 10px;
  }
}
.sp-btn.open span {
  background: transparent;
}
.sp-btn.open span::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sp-btn.open span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* =========================
   spメニュー
========================= */
.sp-nav {
  position: absolute;
  top: 56px;
  right: 0;
  display: none;
  width: 240px;
  padding: 8px 0;
  background: #222222;
}
@media (width >= 768px) {
  .sp-nav {
    top: 72px;
  }
}
@media (width >= 1100px) {
  .sp-nav {
    display: none;
  }
}
.sp-nav.open {
  display: block;
}
.sp-nav__list {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.sp-nav__item {
  width: 80%;
}
.sp-nav__item:not(:last-child) {
  border-bottom: 1px solid #fff;
}
@media (width >= 768px) {
  .sp-nav__item {
    font-size: 16px;
  }
}
.sp-nav__link {
  display: inline-block;
  width: calc(100% - 32px);
  padding: 12px 16px;
  font-size: 16px;
  color: #fff;
}

/* =========================
   header-bottom
========================= */
.header-bottom__btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  display: inline-block;
  width: 48px;
  padding: 14px 12px;
  border-radius: 50%;
  background: #cf000d;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  z-index: 9999;
}
@media (width >= 1100px) {
  .header-bottom__btn {
    display: none;
  }
}

/* footer
=================================================== */
footer {
  background: #222222;
  padding-top: 1px;
}

.footer-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: 40px;
  margin: 48px auto 48px;
}
@media (width >= 768px) {
  .footer-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (width >= 1100px) {
  .footer-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 32px;
    margin: 100px auto 80px;
  }
}

.footer-info__ttl {
  font-size: clamp(24px, (100vw - 375px) * 12 / 991 + 24px, 36px);
  letter-spacing: 0.16em;
  color: #fff;
}
.footer-info__tel {
  font-size: clamp(14px, (100vw - 375px) * 18 / 991 + 14px, 32px);
  letter-spacing: 0.16em;
  color: #fff;
}
.footer-info__address {
  font-size: clamp(14px, (100vw - 375px) * 4 / 991 + 14px, 18px);
  letter-spacing: 0.16em;
  color: #fff;
  margin-bottom: 16px;
}
@media (width >= 1100px) {
  .footer-info__address {
    margin-bottom: 24px;
  }
}
.footer-info__fax {
  font-size: clamp(14px, (100vw - 375px) * 4 / 991 + 14px, 18px);
  letter-spacing: 0.16em;
  color: #fff;
}
.footer-info__mail {
  font-size: clamp(14px, (100vw - 375px) * 4 / 991 + 14px, 18px);
  color: #fff;
}

@media (width >= 768px) {
  .footer-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 8px;
  }
}
.footer-nav__item {
  letter-spacing: 0.16em;
  color: #fff;
}
@media (width >= 768px) {
  .footer-nav__item {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}

.footer__copy {
  text-align: center;
  color: #fff;
  padding-bottom: 30px;
}

/* top-mv
=================================================== */
.top-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (width >= 768px) {
  .top-mv {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.top-mv .mv-box {
  position: relative;
  width: 100vw;
  height: 375px;
}
@media (width >= 768px) {
  .top-mv .mv-box {
    width: 77%;
  }
}
.top-mv .mv__image--pc {
  display: none;
}
@media (width >= 768px) {
  .top-mv .mv__image--pc {
    display: block;
    position: absolute;
    right: 0;
    width: 87%;
    height: 650px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top-mv .mv__image--sp {
  position: absolute;
  right: 0;
  width: 100%;
  height: 375px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width >= 768px) {
  .top-mv .mv__image--sp {
    display: none;
  }
}
.top-mv .mv__title {
  position: absolute;
  top: 150px;
  right: 10%;
  font-size: 34px;
  letter-spacing: 0.025em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding-left: 1em;
  text-indent: -1em;
  color: #fff;
}
@media (width >= 768px) {
  .top-mv .mv__title {
    right: auto;
    left: 0;
    height: 400px;
    text-indent: 0;
    color: #222222;
    padding-left: 0;
  }
}
@media (width >= 1100px) {
  .top-mv .mv__title {
    font-size: 44px;
  }
}
.top-mv .mv__text {
  width: 335px;
  font-size: 16px;
  letter-spacing: 0.16em;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  margin: 27px auto;
}
@media (width >= 768px) {
  .top-mv .mv__text {
    width: auto;
    font-size: 18px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    margin: 195px 4% auto auto;
  }
}
@media (width >= 1100px) {
  .top-mv .mv__text {
    font-size: 20px;
  }
}

/* top-plant
=================================================== */
.top-plant {
  position: relative;
  padding-top: 85px;
  padding-bottom: 96px;
  z-index: 10;
  overflow: hidden;
}
@media (width >= 768px) {
  .top-plant {
    padding-top: 120px;
    padding-bottom: 180px;
  }
}
.top-plant::after {
  position: absolute;
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #eaeaea;
  white-space: nowrap;
  font-size: 80px;
  line-height: 1;
  z-index: -10;
  content: "PLANT-EN";
  top: 40px;
  right: -24px;
}
@media (width >= 768px) {
  .top-plant::after {
    font-size: 180px;
  }
}
@media (width >= 1100px) {
  .top-plant::after {
    font-size: 200px;
  }
}
@media (width >= 768px) {
  .top-plant::after {
    top: auto;
    bottom: 60px;
    right: -180px;
  }
}
@media (width >= 1100px) {
  .top-plant::after {
    right: -24px;
  }
}
.top-plant .plant__title {
  position: relative;
  font-weight: 600;
  font-size: clamp(36px, (100vw - 375px) * 24 / 991 + 36px, 60px);
  text-align: center;
  margin-bottom: 40px;
}
@media (width >= 768px) {
  .top-plant .plant__title {
    margin-bottom: 56px;
  }
}
@media (width >= 1100px) {
  .top-plant .plant__title {
    margin-bottom: 72px;
  }
}
.top-plant .plant__title::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: calc(50% - 25px);
  width: 50px;
  border-bottom: 4px solid #ea071c;
}
.top-plant .plant__text {
  text-align: center;
  margin: 0 auto 24px;
  font-size: clamp(16px, (100vw - 375px) * 6 / 991 + 16px, 22px);
}
@media (width >= 768px) {
  .top-plant .plant__text {
    margin-bottom: 48px;
  }
}
.top-plant .plant__list {
  display: -ms-grid;
  display: grid;
  width: clamp(309px, (100vw - 375px) * 39 / 392 + 309px, 348px);
  row-gap: 7px;
}
@media (width >= 768px) {
  .top-plant .plant__list {
    width: 380px;
    -ms-grid-columns: 225px 20px 135px;
    grid-template-columns: 225px 135px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.top-plant .plant__list--left {
  -ms-grid-columns: 57% 8% 35%;
  grid-template-columns: 57% 35%;
  -webkit-column-gap: 8%;
     -moz-column-gap: 8%;
          column-gap: 8%;
  margin: 0 auto 35px;
}
@media (width >= 1100px) {
  .top-plant .plant__list--left {
    width: 580px;
    -ms-grid-columns: 1fr 65px 1fr 65px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 65px;
       -moz-column-gap: 65px;
            column-gap: 65px;
    margin: 0 auto;
  }
}
.top-plant .plant__list--right {
  -ms-grid-columns: 54% 11% 35%;
  grid-template-columns: 54% 35%;
  -webkit-column-gap: 11%;
     -moz-column-gap: 11%;
          column-gap: 11%;
  margin: 0 auto;
}
@media (width >= 1100px) {
  .top-plant .plant__list--right {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 65px;
       -moz-column-gap: 65px;
            column-gap: 65px;
  }
}
.top-plant .plant__item:nth-of-type(7) {
  grid-column: auto;
  grid-row: auto;
}
@media (width >= 768px) {
  .top-plant .plant__item:nth-of-type(7) {
    width: auto;
  }
}
@media (width >= 1100px) {
  .top-plant .plant__item:nth-of-type(7) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
.top-plant .plant__btn {
  display: block;
  width: 240px;
  font-size: clamp(20px, (100vw - 375px) * 10 / 991 + 20px, 30px);
  color: #fff;
  text-align: center;
  background: #cf000d;
  padding: 10px 10px;
  margin: 56px auto 0px;
}
@media (width >= 1100px) {
  .top-plant .plant__btn {
    padding: 16px 60px;
  }
}
.top-plant .plant__btn:hover {
  background: #222222;
}
.top-plant .plant-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: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #eaeaea;
  padding: 40px 0px;
}
@media (width >= 1100px) {
  .top-plant .plant-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
}
.top-plant .plant-container {
  width: 80%;
  min-width: 288px;
  padding: 0px 2%;
  margin: 0 auto;
}
@media (width >= 1100px) {
  .top-plant .plant-container {
    min-width: auto;
    padding: 0px 4%;
  }
}
.top-plant .plant-container--left {
  border-bottom: 1px solid #222222;
}
@media (width >= 1100px) {
  .top-plant .plant-container--left {
    width: 56%;
    border-bottom: none;
    border-right: 1px solid #222222;
  }
}
@media (width >= 1100px) {
  .top-plant .plant-container--right {
    width: 28%;
  }
}
.top-plant .plant-container__title {
  text-align: center;
  font-size: clamp(20px, (100vw - 375px) * 20 / 991 + 20px, 40px);
}
.top-plant .plant-container__title--left {
  margin-bottom: 30px;
}
@media (width >= 768px) {
  .top-plant .plant-container__title--left {
    margin-bottom: 35px;
  }
}
@media (width >= 1100px) {
  .top-plant .plant-container__title--left {
    margin-bottom: 65px;
  }
}
.top-plant .plant-container__title--right {
  margin: 30px auto;
}
@media (width >= 768px) {
  .top-plant .plant-container__title--right {
    margin: 35px auto;
  }
}
@media (width >= 1100px) {
  .top-plant .plant-container__title--right {
    margin: 0px auto 65px;
  }
}
.top-plant .plant-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* top-made
=================================================== */
.top-made {
  background-image: linear-gradient(150deg, rgb(207, 0, 13) 25%, rgb(235, 0, 13) 30%, rgb(207, 0, 13) 54%, rgb(121, 0, 13) 90%);
  padding: 96px 0px;
  overflow: hidden;
}
.top-made .made__section-inner {
  margin: 0 20px;
}
@media (width >= 768px) {
  .top-made .made__section-inner {
    width: 80%;
    margin: 0 auto;
  }
}
@media (width >= 1100px) {
  .top-made .made__section-inner {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.top-made .made__title {
  position: relative;
  font-weight: 600;
  font-size: clamp(36px, (100vw - 375px) * 24 / 991 + 36px, 60px);
  text-align: center;
  margin-bottom: 40px;
  width: 100%;
  color: #fff;
  margin-bottom: 10px;
  z-index: 10;
}
@media (width >= 768px) {
  .top-made .made__title {
    margin-bottom: 56px;
  }
}
@media (width >= 1100px) {
  .top-made .made__title {
    margin-bottom: 72px;
  }
}
.top-made .made__title::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: calc(50% - 25px);
  width: 50px;
  border-bottom: 4px solid #ea071c;
}
@media (width >= 768px) {
  .top-made .made__title {
    text-align: left;
    width: auto;
    margin-bottom: 32px;
  }
}
@media (width >= 1100px) {
  .top-made .made__title {
    margin-bottom: none;
  }
}
.top-made .made__title::before {
  position: absolute;
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #eaeaea;
  white-space: nowrap;
  font-size: 80px;
  line-height: 1;
  z-index: -10;
  content: "MADE TO ORDER";
  top: -32px;
  left: -16px;
  color: #222222;
  opacity: 0.07;
}
@media (width >= 768px) {
  .top-made .made__title::before {
    font-size: 180px;
  }
}
@media (width >= 1100px) {
  .top-made .made__title::before {
    font-size: 200px;
  }
}
@media (width >= 768px) {
  .top-made .made__title::before {
    top: 16px;
    left: 24px;
  }
}
@media (width >= 1100px) {
  .top-made .made__title::before {
    left: 40px;
  }
}
.top-made .made__title::after {
  display: none;
}
.top-made .made__text {
  font-size: clamp(16px, (100vw - 375px) * 6 / 991 + 16px, 22px);
  color: #fff;
}
@media (width >= 768px) {
  .top-made .made__text {
    margin-top: 8px;
  }
}
.top-made .made__btn {
  display: block;
  width: 240px;
  font-size: clamp(20px, (100vw - 375px) * 10 / 991 + 20px, 30px);
  color: #fff;
  text-align: center;
  background: #cf000d;
  padding: 10px 10px;
  margin: 56px auto 0px;
  border: 1px solid #fff;
}
@media (width >= 1100px) {
  .top-made .made__btn {
    padding: 16px 60px;
  }
}
.top-made .made__btn:hover {
  background: #222222;
}
.top-made .made-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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-made .made-wrap--top {
  margin-bottom: 30px;
}
@media (width >= 768px) {
  .top-made .made-wrap--top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 40px;
  }
}
.top-made .made-wrap--bottom {
  position: relative;
  gap: 20px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  z-index: 10;
}
@media (width >= 768px) {
  .top-made .made-wrap--bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2%;
    max-width: none;
  }
}
@media (width >= 1100px) {
  .top-made .made-wrap--bottom {
    gap: 5%;
  }
}
.top-made .made-item__image--pc {
  display: none;
}
@media (width >= 768px) {
  .top-made .made-item__image--pc {
    display: block;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top-made .made-item__image--sp {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width >= 768px) {
  .top-made .made-item__image--sp {
    display: none;
  }
}
.top-made .made-item__title {
  width: 100%;
  font-size: clamp(16px, (100vw - 375px) * 6 / 991 + 16px, 22px);
  line-height: 2.3;
  text-align: center;
  background: #fff;
}

/* top-company
=================================================== */
.top-company {
  margin: 96px 0 0;
  overflow: hidden;
}
@media (width >= 768px) {
  .top-company {
    margin: 120px auto 0;
  }
}
.top-company .company__section-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 500px;
}
@media (width >= 768px) {
  .top-company .company__section-inner {
    width: 90%;
    max-width: none;
    margin: 40px auto 0 0;
  }
}
@media (width >= 1100px) {
  .top-company .company__section-inner {
    width: 80%;
    max-width: 1200px;
    margin: 48px auto;
  }
}
.top-company .company__title {
  position: relative;
  font-weight: 600;
  font-size: clamp(36px, (100vw - 375px) * 24 / 991 + 36px, 60px);
  text-align: center;
  margin-bottom: 40px;
}
@media (width >= 768px) {
  .top-company .company__title {
    margin-bottom: 56px;
  }
}
@media (width >= 1100px) {
  .top-company .company__title {
    margin-bottom: 72px;
  }
}
.top-company .company__title::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: calc(50% - 25px);
  width: 50px;
  border-bottom: 4px solid #ea071c;
}
.top-company .company__title::before {
  position: absolute;
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #eaeaea;
  white-space: nowrap;
  font-size: 80px;
  line-height: 1;
  z-index: -10;
  content: "COMPANY";
  top: 32px;
  right: -13%;
}
@media (width >= 768px) {
  .top-company .company__title::before {
    font-size: 180px;
  }
}
@media (width >= 1100px) {
  .top-company .company__title::before {
    font-size: 200px;
  }
}
@media (width >= 768px) {
  .top-company .company__title::before {
    top: -80%;
    left: -110%;
  }
}
@media (width >= 1100px) {
  .top-company .company__title::before {
    left: auto;
    right: 60%;
  }
}
.top-company .company__image--pc {
  display: none;
}
@media (width >= 768px) {
  .top-company .company__image--pc {
    display: block;
    width: 52%;
    -o-object-fit: contain;
       object-fit: contain;
    margin-top: 56px;
  }
}
@media (width >= 1100px) {
  .top-company .company__image--pc {
    width: 52%;
  }
}
.top-company .company__image--sp {
  display: block;
  width: 100%;
  margin-top: 40px;
}
@media (width >= 768px) {
  .top-company .company__image--sp {
    display: none;
  }
}
.top-company .company__text {
  margin: 24px auto 0;
}
@media (width >= 768px) {
  .top-company .company__text {
    margin-top: 0;
  }
}
.top-company .company__btn {
  display: block;
  width: 240px;
  font-size: clamp(20px, (100vw - 375px) * 10 / 991 + 20px, 30px);
  color: #fff;
  text-align: center;
  background: #cf000d;
  padding: 10px 10px;
  margin: 56px auto 0px;
  width: 240px;
  text-align: center;
}
@media (width >= 1100px) {
  .top-company .company__btn {
    padding: 16px 60px;
  }
}
.top-company .company__btn:hover {
  background: #222222;
}
.top-company .company-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (width >= 768px) {
  .top-company .company-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.top-company .company-container {
  width: 100%;
}
@media (width >= 768px) {
  .top-company .company-container {
    width: 44%;
  }
}

/* reason
=================================================== */
.top-reason {
  margin-top: 96px;
  overflow: hidden;
}
@media (width >= 768px) {
  .top-reason {
    margin-top: 120px;
  }
}
.top-reason .reason__section-inner {
  position: relative;
  margin: 32px 5% 48px;
}
@media (width >= 768px) {
  .top-reason .reason__section-inner {
    width: 80%;
    margin: 32px auto 102px;
  }
}
@media (width >= 1100px) {
  .top-reason .reason__section-inner {
    width: 63%;
    min-width: 864px;
  }
}
.top-reason .reason__section-inner::before {
  position: absolute;
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #eaeaea;
  white-space: nowrap;
  font-size: 80px;
  line-height: 1;
  z-index: -10;
  content: "REASON";
  bottom: -56px;
  left: -40px;
}
@media (width >= 768px) {
  .top-reason .reason__section-inner::before {
    font-size: 180px;
  }
}
@media (width >= 1100px) {
  .top-reason .reason__section-inner::before {
    font-size: 200px;
  }
}
@media (width >= 768px) {
  .top-reason .reason__section-inner::before {
    bottom: -128px;
    left: -120px;
  }
}
@media (width >= 1100px) {
  .top-reason .reason__section-inner::before {
    left: -24%;
  }
}
.top-reason .reason__title {
  position: relative;
  font-weight: 600;
  font-size: clamp(36px, (100vw - 375px) * 24 / 991 + 36px, 60px);
  text-align: center;
  margin-bottom: 40px;
  text-align: center;
  margin: 0 auto 45px;
}
@media (width >= 768px) {
  .top-reason .reason__title {
    margin-bottom: 56px;
  }
}
@media (width >= 1100px) {
  .top-reason .reason__title {
    margin-bottom: 72px;
  }
}
.top-reason .reason__title::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: calc(50% - 25px);
  width: 50px;
  border-bottom: 4px solid #ea071c;
}
@media (width >= 768px) {
  .top-reason .reason__title {
    margin-bottom: 72px;
  }
}
@media (width >= 1100px) {
  .top-reason .reason__title {
    text-align: end;
    margin: 0 16px 23px auto;
  }
}
@media (width >= 1100px) {
  .top-reason .reason__title::after {
    display: none;
  }
}
.top-reason .reason-wrap {
  position: relative;
  background: #fff;
  padding: 60px 8%;
  margin-bottom: 10px;
}
@media (width >= 768px) {
  .top-reason .reason-wrap {
    margin-bottom: 24px;
  }
}
@media (width >= 1100px) {
  .top-reason .reason-wrap {
    padding: 100px 90px;
    margin-bottom: 32px;
  }
}
.top-reason .reason-wrap::before {
  position: absolute;
  top: -10px;
  left: -15%;
  content: "";
  width: 65%;
  height: 70px;
  background: #222222;
  z-index: -10;
}
@media (width >= 768px) {
  .top-reason .reason-wrap::before {
    top: -24px;
    height: 140px;
  }
}
@media (width >= 1100px) {
  .top-reason .reason-wrap::before {
    top: -32px;
    left: -30%;
    width: 89%;
    height: 220px;
  }
}
.top-reason .reason-wrap::after {
  position: absolute;
  bottom: -10px;
  right: -15%;
  content: "";
  width: 65%;
  height: 70px;
  background: #222222;
  z-index: -10;
}
@media (width >= 768px) {
  .top-reason .reason-wrap::after {
    bottom: -24px;
    height: 140px;
  }
}
@media (width >= 1100px) {
  .top-reason .reason-wrap::after {
    bottom: -32px;
    width: 65%;
    height: 220px;
    right: -35%;
  }
}
.top-reason .reason-main-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 10;
}
@media (width >= 768px) {
  .top-reason .reason-main-container {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }
}
@media (width >= 1100px) {
  .top-reason .reason-main-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: none;
  }
}
.top-reason .reason-main-container:nth-of-type(1)::before {
  position: absolute;
  top: -70px;
  left: 8px;
  content: "01";
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #f4f4f4;
  white-space: nowrap;
  font-size: 166px;
  letter-spacing: 0.05em;
  z-index: -10;
}
@media (width >= 1100px) {
  .top-reason .reason-main-container:nth-of-type(1)::before {
    top: -100px;
    left: 5%;
    font-size: 256px;
  }
}
.top-reason .reason-main-container:nth-of-type(2) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
}
@media (width >= 1100px) {
  .top-reason .reason-main-container:nth-of-type(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 80px;
  }
}
.top-reason .reason-main-container:nth-of-type(2)::before {
  position: absolute;
  top: -70px;
  left: 8px;
  content: "02";
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #f4f4f4;
  white-space: nowrap;
  font-size: 166px;
  letter-spacing: 0.05em;
  z-index: -10;
}
@media (width >= 1100px) {
  .top-reason .reason-main-container:nth-of-type(2)::before {
    top: -100px;
    left: auto;
    right: 5%;
    font-size: 256px;
  }
}
.top-reason .reason-main-container__title {
  position: relative;
  width: 280px;
  font-weight: 500;
  font-size: clamp(28px, (100vw - 375px) * 12 / 991 + 28px, 40px);
  text-align: center;
  margin: 0px auto 20px;
}
@media (width >= 1100px) {
  .top-reason .reason-main-container__title {
    width: auto;
    margin: 32px auto 0px;
  }
}
@media (width >= 1100px) {
  .top-reason .reason-main-container__area {
    width: 60%;
  }
}
.top-reason .reason-example-container {
  width: 100%;
  margin-top: 48px;
}
@media (width >= 1100px) {
  .top-reason .reason-example-container {
    margin-top: 120px;
  }
}
.top-reason .reason-example-container__title {
  position: relative;
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 24px;
}
@media (width >= 768px) {
  .top-reason .reason-example-container__title {
    margin-bottom: 32px;
  }
}
.top-reason .reason-example-container__title::after {
  position: absolute;
  content: "";
  top: 21px;
  right: 0;
  width: calc(100% - 100px);
  height: 1px;
  background: #222222;
}
@media (width >= 1100px) {
  .top-reason .reason-example-container__title::after {
    width: 85%;
  }
}
@media (width >= 768px) {
  .top-reason .reason-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.top-reason .reason-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 400px;
}
@media (width >= 768px) {
  .top-reason .reason-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: none;
    padding: 0px;
  }
}
.top-reason .reason-card__box--image {
  width: 100%;
}
@media (width >= 768px) {
  .top-reason .reason-card__box--image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 44%;
  }
}
@media (width >= 1100px) {
  .top-reason .reason-card__box--image {
    width: 37%;
  }
}
.top-reason .reason-card__box--content {
  width: 100%;
  margin-top: 16px;
}
@media (width >= 768px) {
  .top-reason .reason-card__box--content {
    width: 50%;
    margin-top: 0px;
  }
}
@media (width >= 1100px) {
  .top-reason .reason-card__box--content {
    width: 56%;
  }
}
.top-reason .reason-card__box--content .reason-box:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.top-reason .reason-card__image {
  width: 100%;
}
.top-reason .reason-card__arrow {
  display: none;
}
@media (width >= 768px) {
  .top-reason .reason-card__arrow {
    display: block;
    width: 22px;
    aspect-ratio: 1/0.8660254038;
    clip-path: polygon(50% 100%, 100% 0, 0 0);
    background: #cf000d;
    margin: 16px auto 0;
  }
}
.top-reason .reason-card__title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 4px;
}
@media (width >= 768px) {
  .top-reason .reason-card__title {
    margin-top: 0;
  }
}
.top-reason .reason-last-container {
  background: #ffe3e6;
  margin: 20px auto 0;
  padding: 30px;
}
.top-reason .reason-last-container__text {
  font-weight: 700;
  font-size: clamp(16px, (100vw - 375px) * 6 / 991 + 16px, 22px);
}

.slick-slide {
  margin: 0 10px;
}

.reason-box__arrow-area {
  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;
  margin: 24px 0 0;
  position: relative;
}

.prev-arrow,
.next-arrow {
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #cf000d;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}

.prev-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 20px;
}

.prev-arrow::before,
.next-arrow::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #cf000d;
  border-top: 2px solid #cf000d;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* news,blog
=================================================== */
.section-separate {
  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: 5%;
}
@media (width >= 768px) {
  .section-separate {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* top-news
=================================================== */
.top-news {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
@media (width >= 768px) {
  .top-news {
    width: 45%;
    max-width: none;
    margin: 0;
  }
}
.top-news .news__title {
  position: relative;
  font-weight: 600;
  font-size: clamp(36px, (100vw - 375px) * 24 / 991 + 36px, 60px);
  text-align: center;
  margin-bottom: 40px;
  margin: 72px 0 30px;
}
@media (width >= 768px) {
  .top-news .news__title {
    margin-bottom: 56px;
  }
}
@media (width >= 1100px) {
  .top-news .news__title {
    margin-bottom: 72px;
  }
}
.top-news .news__title::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: calc(50% - 25px);
  width: 50px;
  border-bottom: 4px solid #ea071c;
}
@media (width >= 768px) {
  .top-news .news__title {
    width: 245px;
    margin: 96px 0 64px;
  }
}
@media (width >= 1100px) {
  .top-news .news__title {
    margin-top: 108px;
  }
}
.top-news .news__btn {
  display: block;
  width: 240px;
  font-size: clamp(20px, (100vw - 375px) * 10 / 991 + 20px, 30px);
  color: #fff;
  text-align: center;
  background: #cf000d;
  padding: 10px 10px;
  margin: 56px auto 0px;
  width: 160px;
  margin-top: 20px;
}
@media (width >= 1100px) {
  .top-news .news__btn {
    padding: 16px 60px;
  }
}
.top-news .news__btn:hover {
  background: #222222;
}
.top-news .news-item {
  padding: 20px 0px 20px;
}
@media (width >= 768px) {
  .top-news .news-item {
    padding: 20px 0px 20px;
  }
}
.top-news .news-item:not(:last-of-type) {
  border-bottom: 1px solid #222222;
}
.top-news .news-item__day {
  margin-bottom: 8px;
}
@media (width >= 768px) {
  .top-news .news-item__day {
    margin-bottom: 16px;
  }
}
.top-news .news-item__title {
  margin-bottom: 8px;
}
@media (width >= 768px) {
  .top-news .news-item__title {
    margin-bottom: 16px;
  }
}

/* top-blog
=================================================== */
.top-blog {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
@media (width >= 768px) {
  .top-blog {
    width: 45%;
    max-width: none;
    margin: 0;
  }
}
.top-blog .blog__title {
  position: relative;
  font-weight: 600;
  font-size: clamp(36px, (100vw - 375px) * 24 / 991 + 36px, 60px);
  text-align: center;
  margin-bottom: 40px;
  margin: 96px 0 30px;
}
@media (width >= 768px) {
  .top-blog .blog__title {
    margin-bottom: 56px;
  }
}
@media (width >= 1100px) {
  .top-blog .blog__title {
    margin-bottom: 72px;
  }
}
.top-blog .blog__title::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: calc(50% - 25px);
  width: 50px;
  border-bottom: 4px solid #ea071c;
}
@media (width >= 768px) {
  .top-blog .blog__title {
    width: 245px;
    margin: 96px 0 64px;
  }
}
@media (width >= 1100px) {
  .top-blog .blog__title {
    margin-top: 108px;
  }
}
.top-blog .blog__btn {
  display: block;
  width: 240px;
  font-size: clamp(20px, (100vw - 375px) * 10 / 991 + 20px, 30px);
  color: #fff;
  text-align: center;
  background: #cf000d;
  padding: 10px 10px;
  margin: 56px auto 0px;
  width: 160px;
  margin-top: 20px;
}
@media (width >= 1100px) {
  .top-blog .blog__btn {
    padding: 16px 60px;
  }
}
.top-blog .blog__btn:hover {
  background: #222222;
}
.top-blog .blog-item {
  display: block;
  padding: 20px 0px 20px;
}
@media (width >= 768px) {
  .top-blog .blog-item {
    padding: 20px 0px 20px;
  }
}
.top-blog .blog-item:first-of-type {
  border-bottom: 1px solid #222222;
}
.top-blog .blog-item:hover {
  opacity: 0.3;
}
.top-blog .blog-item__day {
  margin-bottom: 8px;
}
@media (width >= 768px) {
  .top-blog .blog-item__day {
    margin-bottom: 16px;
  }
}

/* top-achievements
=================================================== */
.top-achieve {
  margin-top: 120px;
}
@media (width >= 768px) {
  .top-achieve {
    margin-top: 144px;
  }
}
@media (width >= 1100px) {
  .top-achieve {
    margin-top: 180px;
  }
}
.top-achieve .achieve__section-inner {
  max-width: 600px;
}
@media (width >= 768px) {
  .top-achieve .achieve__section-inner {
    max-width: none;
  }
}
.top-achieve .achieve__title {
  position: relative;
  font-weight: 600;
  font-size: clamp(36px, (100vw - 375px) * 24 / 991 + 36px, 60px);
  text-align: center;
  margin-bottom: 40px;
}
@media (width >= 768px) {
  .top-achieve .achieve__title {
    margin-bottom: 56px;
  }
}
@media (width >= 1100px) {
  .top-achieve .achieve__title {
    margin-bottom: 72px;
  }
}
.top-achieve .achieve__title::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: calc(50% - 25px);
  width: 50px;
  border-bottom: 4px solid #ea071c;
}
.top-achieve .achieve__title::before {
  position: absolute;
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #eaeaea;
  white-space: nowrap;
  font-size: 80px;
  line-height: 1;
  z-index: -10;
  content: "WORKS";
  top: -32px;
  right: -16px;
}
@media (width >= 768px) {
  .top-achieve .achieve__title::before {
    font-size: 180px;
  }
}
@media (width >= 1100px) {
  .top-achieve .achieve__title::before {
    font-size: 200px;
  }
}
@media (width >= 768px) {
  .top-achieve .achieve__title::before {
    top: 24px;
    right: auto;
    left: -24px;
  }
}
.top-achieve .achieve__btn {
  display: block;
  width: 240px;
  font-size: clamp(20px, (100vw - 375px) * 10 / 991 + 20px, 30px);
  color: #fff;
  text-align: center;
  background: #cf000d;
  padding: 10px 10px;
  margin: 56px auto 0px;
  width: 220px;
}
@media (width >= 1100px) {
  .top-achieve .achieve__btn {
    padding: 16px 60px;
  }
}
.top-achieve .achieve__btn:hover {
  background: #222222;
}
.top-achieve .achieve-wrap {
  width: 100%;
  max-width: 720px;
  padding: 64px 0px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
@media (width >= 1100px) {
  .top-achieve .achieve-wrap {
    max-width: none;
    padding: 100px 0px;
  }
}
.top-achieve .achieve-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  width: 90%;
  margin: 50px auto 0px;
}
@media (width >= 1100px) {
  .top-achieve .achieve-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5%;
    width: 82%;
    margin: 60px auto 0px;
  }
}
.top-achieve .achieve-item {
  position: relative;
  width: 100%;
  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: end;
      -ms-flex-align: end;
          align-items: end;
}
.top-achieve .achieve-item:hover {
  opacity: 0.3;
}
.top-achieve .achieve-item__box {
  width: calc(90% - 24px);
}
.top-achieve .achieve-item__title {
  width: calc(100% - 24px);
  padding-right: 24px;
}
.top-achieve .achieve-item__image-area {
  position: relative;
}
.top-achieve .achieve-item__image-area::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 90%;
  height: 25px;
  background: #f2f2f2;
  z-index: 10;
}
.top-achieve .achieve-item img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

/* top-recruit
=================================================== */
.top-recruit {
  margin-top: 120px;
  padding-top: 1px;
}
@media (width >= 768px) {
  .top-recruit {
    height: 720px;
    background-image: url(../images/top-recruit.webp);
    background-size: cover;
    background-position: center;
    margin-top: 144px;
  }
}
@media (width >= 1100px) {
  .top-recruit {
    margin-top: 180px;
  }
}
.top-recruit .recruit__title {
  position: relative;
  font-weight: 600;
  font-size: clamp(36px, (100vw - 375px) * 24 / 991 + 36px, 60px);
  text-align: center;
  margin-bottom: 40px;
}
@media (width >= 768px) {
  .top-recruit .recruit__title {
    margin-bottom: 56px;
  }
}
@media (width >= 1100px) {
  .top-recruit .recruit__title {
    margin-bottom: 72px;
  }
}
.top-recruit .recruit__title::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: calc(50% - 25px);
  width: 50px;
  border-bottom: 4px solid #ea071c;
}
.top-recruit .recruit__text {
  margin: 40px auto;
}
@media (width >= 768px) {
  .top-recruit .recruit__text {
    margin: 40px auto 50px;
  }
}
.top-recruit .recruit__btn {
  display: block;
  width: 240px;
  font-size: clamp(20px, (100vw - 375px) * 10 / 991 + 20px, 30px);
  color: #fff;
  text-align: center;
  background: #cf000d;
  padding: 10px 10px;
  margin: 56px auto 0px;
  width: 160px;
}
@media (width >= 1100px) {
  .top-recruit .recruit__btn {
    padding: 16px 60px;
  }
}
.top-recruit .recruit__btn:hover {
  background: #222222;
}
.top-recruit .recruit__image--sp {
  margin-top: 48px;
}
@media (width >= 768px) {
  .top-recruit .recruit__image--sp {
    display: none;
  }
}
.top-recruit .recruit-wrap {
  width: 90%;
  max-width: 500px;
  background: #f2f2f2;
  padding: 0px;
  margin: 0 auto;
}
@media (width >= 768px) {
  .top-recruit .recruit-wrap {
    width: 34%;
    max-width: none;
    padding: 50px;
    margin: 128px auto 128px 10%;
  }
}

/* contact
=================================================== */
.contact {
  margin-top: 120px;
  overflow: hidden;
}
@media (width >= 768px) {
  .contact {
    margin-top: 144px;
    padding-bottom: 168px;
  }
}
@media (width >= 1100px) {
  .contact {
    margin-top: 120px;
    padding-bottom: 140px;
  }
}
.contact__ttl {
  position: relative;
  font-weight: 600;
  font-size: clamp(36px, (100vw - 375px) * 24 / 991 + 36px, 60px);
  text-align: center;
  margin-bottom: 40px;
  margin-bottom: 40px;
}
@media (width >= 768px) {
  .contact__ttl {
    margin-bottom: 56px;
  }
}
@media (width >= 1100px) {
  .contact__ttl {
    margin-bottom: 72px;
  }
}
.contact__ttl::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: calc(50% - 25px);
  width: 50px;
  border-bottom: 4px solid #ea071c;
}
@media (width >= 1100px) {
  .contact__ttl {
    margin-bottom: 75px;
  }
}

.contact-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 0px;
  margin: 0 auto;
}
@media (width >= 768px) {
  .contact-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    width: calc(100% - 40px);
  }
}
@media (width >= 1100px) {
  .contact-container {
    width: auto;
    margin: none;
  }
}
.contact-container::before {
  position: absolute;
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #eaeaea;
  white-space: nowrap;
  font-size: 80px;
  line-height: 1;
  z-index: -10;
  content: "CONTACT";
  top: -64px;
  left: 16%;
}
@media (width >= 768px) {
  .contact-container::before {
    font-size: 180px;
  }
}
@media (width >= 1100px) {
  .contact-container::before {
    font-size: 200px;
  }
}
@media (width >= 768px) {
  .contact-container::before {
    top: auto;
    bottom: -136px;
    left: auto;
    right: -6%;
  }
}
@media (width >= 1100px) {
  .contact-container::before {
    right: 24px;
  }
}

.contact-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0px;
  width: 100%;
  max-width: none;
}
@media (width >= 768px) {
  .contact-wrap {
    gap: 20px;
    width: calc(69% - 20px);
    max-width: 650px;
  }
}
@media (width >= 1100px) {
  .contact-wrap {
    width: 49%;
  }
}

.contact-item-top {
  width: 50%;
  max-width: none;
  background: #cf000d;
}
@media (width >= 1100px) {
  .contact-item-top {
    width: calc(50% - 10px);
    max-width: 315px;
  }
}
.contact-item-top:first-of-type {
  background: #e20021;
}
@media (width >= 768px) {
  .contact-item-top:first-of-type {
    background: #cf000d;
  }
}
.contact-item-top:first-of-type .btn {
  display: block;
  width: 240px;
  font-size: clamp(20px, (100vw - 375px) * 10 / 991 + 20px, 30px);
  color: #fff;
  text-align: center;
  background: #cf000d;
  padding: 10px 10px;
  margin: 56px auto 0px;
  background: #e20021;
}
@media (width >= 1100px) {
  .contact-item-top:first-of-type .btn {
    padding: 16px 60px;
  }
}
.contact-item-top:first-of-type .btn:hover {
  background: #222222;
}
@media (width >= 768px) {
  .contact-item-top:first-of-type .btn {
    background: #cf000d;
  }
}
.contact-item-top__img {
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  margin: 30px auto 0px;
}
@media (width >= 1100px) {
  .contact-item-top__img {
    width: 64px;
    margin: 40px auto 0px;
  }
}
.contact-item-top__txt {
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin: 10px 0px 20px;
}
@media (width >= 768px) {
  .contact-item-top__txt {
    letter-spacing: 0.16em;
    margin: 40px auto;
  }
}
.contact-item-top__btn {
  display: block;
  width: 240px;
  font-size: clamp(20px, (100vw - 375px) * 10 / 991 + 20px, 30px);
  color: #fff;
  text-align: center;
  background: #cf000d;
  padding: 10px 10px;
  margin: 56px auto 0px;
  width: clamp(130px, (100vw - 375px) * 55 / 991 + 130px, 185px);
  border: 1px solid #fff;
  margin: 0px auto 30px;
}
@media (width >= 1100px) {
  .contact-item-top__btn {
    padding: 16px 60px;
  }
}
.contact-item-top__btn:hover {
  background: #222222;
}
@media (width >= 768px) {
  .contact-item-top__btn {
    margin: 0px auto 30px;
  }
}
@media (width >= 1100px) {
  .contact-item-top__btn {
    padding: 12px 32px;
    margin: 0px auto 40px;
  }
}

.contact-item-bottom {
  width: 100%;
  max-width: none;
  background: #b20011;
}
@media (width >= 768px) {
  .contact-item-bottom {
    width: 31%;
    max-width: 315px;
    background: #cf000d;
  }
}
@media (width >= 1100px) {
  .contact-item-bottom {
    width: 24%;
  }
}
.contact-item-bottom__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media (width >= 768px) {
  .contact-item-bottom__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
}
.contact-item-bottom__img {
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  margin: 38px 0px 0px;
}
@media (width >= 768px) {
  .contact-item-bottom__img {
    margin: 30px auto 0px;
  }
}
@media (width >= 1100px) {
  .contact-item-bottom__img {
    width: 64px;
    height: 64px;
    margin: 40px auto 0px;
  }
}
.contact-item-bottom__txt {
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin: 30px 0px 10px;
}
@media (width >= 768px) {
  .contact-item-bottom__txt {
    letter-spacing: 0.16em;
    margin: 40px auto;
  }
}
.contact-item-bottom__tel {
  font-size: 30px;
  letter-spacing: 0.16em;
  text-align: center;
  color: #fff;
}
@media (width >= 768px) {
  .contact-item-bottom__tel {
    font-size: 24px;
  }
}
.contact-item-bottom__time {
  font-size: clamp(14px, (100vw - 375px) * 4 / 991 + 14px, 18px);
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
@media (width >= 1100px) {
  .contact-item-bottom__time {
    margin-bottom: 40px;
  }
}

/* machine
=================================================== */
.plant-page__machine .machine__ttl {
  position: relative;
  font-weight: 600;
  font-size: clamp(28px, (100vw - 375px) * 24 / 991 + 28px, 52px);
  text-align: center;
  margin-bottom: 56px;
}
@media (width >= 768px) {
  .plant-page__machine .machine__ttl {
    margin-bottom: 56px;
  }
}
@media (width >= 1100px) {
  .plant-page__machine .machine__ttl {
    margin-bottom: 72px;
  }
}
.plant-page__machine .machine__ttl::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: calc(50% - 25px);
  width: 50px;
  border-bottom: 4px solid #ea071c;
}
.plant-page__machine .machine__txt {
  font-size: clamp(16px, (100vw - 375px) * 6 / 991 + 16px, 22px);
  margin-bottom: 24px;
}
@media (width >= 768px) {
  .plant-page__machine .machine__txt {
    text-align: center;
    margin-bottom: 64px;
  }
}
@media (width >= 768px) {
  .plant-page__machine .machine-wrap {
    background: #fff;
    padding: 72px 56px;
  }
}
.plant-page__machine .machine-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  background: #fff;
  padding: 5%;
}
@media (width >= 768px) {
  .plant-page__machine .machine-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
    padding: 0px;
  }
}
.plant-page__machine .machine-container__ttl {
  font-size: clamp(20px, (100vw - 375px) * 4 / 392 + 20px, 24px);
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 16px;
  border-left: 3px solid #cf000d;
}
@media (width >= 768px) {
  .plant-page__machine .machine-container__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 192px;
    padding: 0;
    line-height: 1.5;
    border: 1px solid #cf000d;
  }
}
@media (width >= 768px) {
  .plant-page__machine .machine-container__txt {
    width: calc(100% - 192px - 40px);
  }
}
.plant-page__machine .machine-container__arrow {
  height: 8.6602540378px;
  width: 16px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #cf000d;
  margin: 16px auto 8px;
}
@media (width >= 768px) {
  .plant-page__machine .machine-container__arrow {
    margin: 16px auto 16px 88px;
  }
}
.plant-page__machine .machine-box {
  background: #e0e0e0;
  padding: 16px 0px;
  margin-top: 24px;
}
@media (width >= 768px) {
  .plant-page__machine .machine-box {
    background: #fff;
    border-top: 1px solid #222222;
    padding: 56px 0px 0px;
    margin-top: 56px;
  }
}
.plant-page__machine .machine-box__list {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-grid-columns: -webkit-max-content 16px -webkit-max-content 16px -webkit-max-content;
  -ms-grid-columns: max-content 16px max-content 16px max-content;
  grid-template-columns: -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content max-content;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 8px;
}
@media (width >= 768px) {
  .plant-page__machine .machine-box__list {
    -webkit-column-gap: 56px;
       -moz-column-gap: 56px;
            column-gap: 56px;
  }
}
.plant-page__machine .machine-box__list__item:nth-of-type(8) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

/* pipe
=================================================== */
.plant-page__pipe .pipe__ttl {
  position: relative;
  font-weight: 600;
  font-size: clamp(28px, (100vw - 375px) * 24 / 991 + 28px, 52px);
  text-align: center;
  margin-bottom: 56px;
}
@media (width >= 768px) {
  .plant-page__pipe .pipe__ttl {
    margin-bottom: 56px;
  }
}
@media (width >= 1100px) {
  .plant-page__pipe .pipe__ttl {
    margin-bottom: 72px;
  }
}
.plant-page__pipe .pipe__ttl::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: calc(50% - 25px);
  width: 50px;
  border-bottom: 4px solid #ea071c;
}
.plant-page__pipe .pipe__txt {
  font-size: clamp(16px, (100vw - 375px) * 6 / 991 + 16px, 22px);
  margin-bottom: 24px;
}
@media (width >= 768px) {
  .plant-page__pipe .pipe__txt {
    text-align: center;
    margin-bottom: 64px;
  }
}
@media (width >= 768px) {
  .plant-page__pipe .pipe-wrap {
    background: #fff;
    padding: 72px 56px;
  }
}
.plant-page__pipe .pipe-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  background: #fff;
  padding: 5%;
}
.plant-page__pipe .pipe-container:not(:last-of-type) {
  margin-bottom: 24px;
}
@media (width >= 768px) {
  .plant-page__pipe .pipe-container:not(:last-of-type) {
    margin-bottom: 48px;
  }
}
@media (width >= 1100px) {
  .plant-page__pipe .pipe-container:not(:last-of-type) {
    margin-bottom: 56px;
  }
}
@media (width >= 768px) {
  .plant-page__pipe .pipe-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    padding: 0px;
  }
}
.plant-page__pipe .pipe-container__ttl {
  font-size: clamp(20px, (100vw - 375px) * 4 / 392 + 20px, 24px);
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 16px;
  border-left: 3px solid #cf000d;
}
@media (width >= 768px) {
  .plant-page__pipe .pipe-container__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 192px;
    padding: 0;
    text-align: center;
    line-height: 1.5;
    border: 1px solid #cf000d;
  }
}
@media (width >= 1100px) {
  .plant-page__pipe .pipe-container__ttl {
    width: 294px;
  }
}
@media (width >= 768px) {
  .plant-page__pipe .pipe-container__txt {
    width: calc(100% - 192px - 40px);
  }
}
@media (width >= 1100px) {
  .plant-page__pipe .pipe-container__txt {
    width: calc(100% - 294px - 40px);
  }
}

/* facility
=================================================== */
.plant-page__facility .facility__ttl {
  position: relative;
  font-weight: 600;
  font-size: clamp(28px, (100vw - 375px) * 24 / 991 + 28px, 52px);
  text-align: center;
  margin-bottom: 56px;
}
@media (width >= 768px) {
  .plant-page__facility .facility__ttl {
    margin-bottom: 56px;
  }
}
@media (width >= 1100px) {
  .plant-page__facility .facility__ttl {
    margin-bottom: 72px;
  }
}
.plant-page__facility .facility__ttl::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: calc(50% - 25px);
  width: 50px;
  border-bottom: 4px solid #ea071c;
}
.plant-page__facility .facility__txt {
  font-size: clamp(16px, (100vw - 375px) * 6 / 991 + 16px, 22px);
  text-align: center;
  margin-bottom: 24px;
}
@media (width >= 768px) {
  .plant-page__facility .facility__txt {
    margin-bottom: 64px;
  }
}
.plant-page__facility .facility-container {
  background: #fff;
  padding: 16px 5%;
  margin-bottom: 24px;
}
@media (width >= 768px) {
  .plant-page__facility .facility-container {
    background: none;
    margin-bottom: 24px;
  }
}
.plant-page__facility .facility-container__ttl {
  font-size: clamp(20px, (100vw - 375px) * 4 / 392 + 20px, 24px);
  text-align: center;
}
@media (width >= 768px) {
  .plant-page__facility .facility-container__ttl {
    margin-bottom: 16px;
  }
}
.plant-page__facility .facility-container__list {
  display: block;
  width: 100%;
  margin: 0 auto;
  border-spacing: 0;
}
@media (width >= 768px) {
  .plant-page__facility .facility-container__list {
    display: table;
    border-spacing: 0;
  }
}
.plant-page__facility .facility-container__list--body {
  display: block;
  width: 100%;
}
@media (width >= 768px) {
  .plant-page__facility .facility-container__list--body {
    display: table-row-group;
    width: auto;
  }
}
.plant-page__facility .facility-container__list--row {
  display: block;
  width: 100%;
}
@media (width >= 768px) {
  .plant-page__facility .facility-container__list--row {
    display: table-row;
    width: auto;
  }
}
.plant-page__facility .facility-container__list__ttl {
  display: block;
  white-space: nowrap;
  padding-top: 16px;
}
@media (width >= 768px) {
  .plant-page__facility .facility-container__list__ttl {
    display: table-cell;
    padding: 16px 48px 16px 16px;
    border-bottom: 1px solid #222222;
  }
}
@media (width >= 768px) {
  .plant-page__facility .facility-container__list__ttl--last {
    border-bottom: none;
  }
}
.plant-page__facility .facility-container__list__txt {
  display: block;
  padding: 8px 0px 16px;
  border-bottom: 1px solid #222222;
}
@media (width >= 768px) {
  .plant-page__facility .facility-container__list__txt {
    display: table-cell;
    padding: 24px 16px 24px 0px;
  }
}
.plant-page__facility .facility-container__list__txt--last {
  border-bottom: none;
}

.made-page__made .made__txt {
  margin: 0 auto 40px;
}
@media (width >= 768px) {
  .made-page__made .made__txt {
    margin-bottom: 96px;
  }
}
@media (width >= 1100px) {
  .made-page__made .made__txt {
    text-align: center;
  }
}
.made-page__made .made-container:not(:last-of-type) {
  margin-bottom: 96px;
}
@media (width >= 768px) {
  .made-page__made .made-container:not(:last-of-type) {
    margin-bottom: 80px;
  }
}
.made-page__made .made-container__ttl {
  position: relative;
  font-size: clamp(20px, (100vw - 375px) * 20 / 991 + 20px, 40px);
  text-align: left;
  padding-left: 16px;
  border-left: 8px solid #ea071c;
}
.made-page__made .made-container__ttl::after {
  display: none;
}
.made-page__made .made-container__txt {
  margin: 16px auto 24px;
}
.made-page__made .made-container__slider {
  width: 100%;
  margin: 0 auto;
}
@media (width >= 768px) {
  .made-page__made .made-container__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2%;
    width: 100%;
  }
}
.made-page__made .made-container__slider .slick-prev {
  top: 120%;
  left: 32%;
  width: 40px;
  height: 40px;
}
.made-page__made .made-container__slider .slick-prev::before {
  font-size: 36px;
  color: #222222;
  opacity: 0.5;
}
.made-page__made .made-container__slider .slick-next {
  top: 120%;
  right: 32%;
  width: 40px;
  height: 40px;
}
.made-page__made .made-container__slider .slick-next::before {
  font-size: 36px;
  color: #222222;
  opacity: 0.5;
}

/* philosophy
=================================================== */
.company-page__philosophy .philosophy__ttl {
  position: relative;
  font-weight: 600;
  font-size: clamp(28px, (100vw - 375px) * 24 / 991 + 28px, 52px);
  text-align: center;
  margin-bottom: 56px;
}
@media (width >= 768px) {
  .company-page__philosophy .philosophy__ttl {
    margin-bottom: 56px;
  }
}
@media (width >= 1100px) {
  .company-page__philosophy .philosophy__ttl {
    margin-bottom: 72px;
  }
}
.company-page__philosophy .philosophy__ttl::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: calc(50% - 25px);
  width: 50px;
  border-bottom: 4px solid #ea071c;
}
.company-page__philosophy .philosophy-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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-bottom: 64px;
}
@media (width >= 768px) {
  .company-page__philosophy .philosophy-wrap {
    gap: 56px;
  }
}
.company-page__philosophy .philosophy-container {
  padding: 40px 5%;
  background: #fff;
}
@media (width >= 768px) {
  .company-page__philosophy .philosophy-container {
    padding: 56px 10%;
  }
}
@media (width >= 1100px) {
  .company-page__philosophy .philosophy-container {
    max-width: 768px;
  }
}
.company-page__philosophy .philosophy-container__ttl {
  font-size: clamp(24px, (100vw - 375px) * 16 / 991 + 24px, 40px);
  text-align: center;
}
.company-page__philosophy .philosophy-container__txt-catch {
  font-size: clamp(20px, (100vw - 375px) * 12 / 991 + 20px, 32px);
  font-weight: 600;
  text-align: center;
  margin: 24px 0 32px;
}
@media (width >= 768px) {
  .company-page__philosophy .philosophy-container__txt-catch {
    margin: 40px 0 56px;
  }
}

/* history
=================================================== */
@media (width >= 768px) {
  .company-page__history .section-inner {
    max-width: 800px;
  }
}
.company-page__history .history__ttl {
  position: relative;
  font-weight: 600;
  font-size: clamp(28px, (100vw - 375px) * 24 / 991 + 28px, 52px);
  text-align: center;
  margin-bottom: 56px;
}
@media (width >= 768px) {
  .company-page__history .history__ttl {
    margin-bottom: 56px;
  }
}
@media (width >= 1100px) {
  .company-page__history .history__ttl {
    margin-bottom: 72px;
  }
}
.company-page__history .history__ttl::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: calc(50% - 25px);
  width: 50px;
  border-bottom: 4px solid #ea071c;
}
@media (width >= 768px) {
  .company-page__history .history__ttl {
    width: clamp(96px, (100vw - 375px) * 32 / 599 + 96px, 128px);
  }
}
.company-page__history .history__list__year {
  vertical-align: top;
  font-size: clamp(16px, (100vw - 375px) * 16 / 991 + 16px, 32px);
  white-space: nowrap;
  padding: 16px 24px 16px 0px;
}
@media (width >= 768px) {
  .company-page__history .history__list__year {
    vertical-align: middle;
    padding: 24px 32px 24px 0px;
  }
}
.company-page__history .history__list__year--first {
  padding-top: 0;
}
.company-page__history .history__list__txt {
  vertical-align: middle;
  padding: 16px 0px;
}
@media (width >= 768px) {
  .company-page__history .history__list__txt {
    padding: 24px 0px;
  }
}
.company-page__history .history__list__txt--first {
  padding-top: 0;
}

/* philosophy
=================================================== */
.company-page__company {
  background-image: linear-gradient(150deg, rgb(207, 0, 13) 25%, rgb(235, 0, 13) 30%, rgb(207, 0, 13) 54%, rgb(121, 0, 13) 90%);
  padding: 80px 0px;
}
@media (width >= 768px) {
  .company-page__company {
    padding: 120px 0;
  }
}
@media (width >= 1100px) {
  .company-page__company {
    padding: 152px 0;
  }
}
@media (width >= 768px) {
  .company-page__company .section-inner {
    max-width: 800px;
  }
}
.company-page__company .company__ttl {
  position: relative;
  font-weight: 600;
  font-size: clamp(28px, (100vw - 375px) * 24 / 991 + 28px, 52px);
  text-align: center;
  margin-bottom: 56px;
  color: #fff;
}
@media (width >= 768px) {
  .company-page__company .company__ttl {
    margin-bottom: 56px;
  }
}
@media (width >= 1100px) {
  .company-page__company .company__ttl {
    margin-bottom: 72px;
  }
}
.company-page__company .company__ttl::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: calc(50% - 25px);
  width: 50px;
  border-bottom: 4px solid #ea071c;
}
.company-page__company .company__ttl::after {
  display: none;
}
.company-page__company .company-container__list {
  border-spacing: 0;
}
.company-page__company .company-container__list tr:not(:last-of-type) th,
.company-page__company .company-container__list tr:not(:last-of-type) td {
  border-bottom: 1px solid #fff;
}
.company-page__company .company-container__list__ttl {
  white-space: nowrap;
  vertical-align: top;
  color: #fff;
  padding: 8px 16px 8px 0px;
}
@media (width >= 768px) {
  .company-page__company .company-container__list__ttl {
    padding-left: 16px;
  }
}
.company-page__company .company-container__list__txt {
  vertical-align: top;
  color: #fff;
  padding: 8px 0px;
}
@media (width >= 768px) {
  .company-page__company .company-container__list__txt {
    padding-right: 16px;
  }
}

/* news
=================================================== */
.news-page__news .news-item {
  padding: 40px 0;
}
.news-page__news .news-item:not(:last-of-type) {
  border-bottom: 1px solid #222222;
}
.news-page__news .news__date {
  text-align: right;
  margin-right: 0;
}
.news-page__news .news__title {
  font-size: clamp(18px, (100vw - 375px) * 4 / 991 + 18px, 22px);
  font-weight: 600;
  margin: 16px 0;
}

/* blog
=================================================== */
.blog-page__blog {
  width: 100%;
}
.blog-page__blog .blog-item {
  display: block;
  padding: 40px 0;
}
.blog-page__blog .blog-item:not(:last-of-type) {
  border-bottom: 1px solid #222222;
}
.blog-page__blog .blog-item:hover {
  opacity: 0.3;
}
.blog-page__blog .blog__date {
  margin-bottom: 24px;
}
.blog-page__blog .blog__ttl {
  font-size: clamp(18px, (100vw - 375px) * 4 / 991 + 18px, 22px);
  font-weight: 600;
}

/* blog-detail
=================================================== */
.blog-page__blog-detail .blog-detail__date {
  text-align: right;
}
.blog-page__blog-detail .blog-detail__ttl {
  font-size: clamp(20px, (100vw - 375px) * 20 / 991 + 20px, 40px);
  margin: 16px 0;
}
@media (width >= 768px) {
  .blog-page__blog-detail .blog-detail__ttl {
    margin: 32px 0px 40px;
  }
}
.blog-page__blog-detail .blog-detail__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.blog-page__blog-detail .blog-detail__content h2 {
  font-size: clamp(18px, (100vw - 375px) * 4 / 991 + 18px, 22px);
  font-weight: 600;
}
.blog-page__blog-detail .blog-detail__content h3 {
  font-size: clamp(16px, (100vw - 375px) * 4 / 991 + 16px, 20px);
  font-weight: 600;
}
.blog-page__blog-detail .blog-detail__button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px;
  margin: 0 auto;
  border-bottom: 1px solid #222222;
}
.blog-page__blog-detail .blog-detail-wrap {
  background: #fff;
  padding: 32px 5%;
  margin-bottom: 64px;
}
@media (width >= 768px) {
  .blog-page__blog-detail .blog-detail-wrap {
    padding: 64px 10%;
    margin-top: 144px;
  }
}

/* works
=================================================== */
.works-page__works .works-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;
  padding: 24px 0 24px;
}
@media (width >= 768px) {
  .works-page__works .works-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.works-page__works .works-item:hover {
  opacity: 0.3;
}
.works-page__works .works-item:not(:last-of-type) {
  border-bottom: 1px solid #222222;
}
.works-page__works .works__date {
  margin: 0px 0px 16px;
}
.works-page__works .works__ttl {
  font-size: clamp(18px, (100vw - 375px) * 4 / 991 + 18px, 22px);
  font-weight: 600;
}
.works-page__works .works__image {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-page__works .works__text-area {
  width: 100%;
  margin-bottom: 24px;
}
@media (width >= 768px) {
  .works-page__works .works__text-area {
    width: 48%;
    margin-bottom: 0;
  }
}
.works-page__works .works__image-area {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
}
@media (width >= 768px) {
  .works-page__works .works__image-area {
    width: 48%;
  }
}

/* works-detail
=================================================== */
.works-page__works-detail .works-detail-wrap {
  background: #fff;
  padding: 16px;
  margin-top: 40px;
}
@media (width >= 768px) {
  .works-page__works-detail .works-detail-wrap {
    padding: 64px;
    margin-top: 144px;
  }
}
.works-page__works-detail .works-detail__ttl {
  font-size: clamp(18px, (100vw - 375px) * 22 / 991 + 18px, 40px);
  margin: 16px 0;
}
@media (width >= 768px) {
  .works-page__works-detail .works-detail__ttl {
    margin: 40px 0px 64px;
  }
}
.works-page__works-detail .works-detail__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.works-page__works-detail .works-detail__button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px;
  margin: 40px auto 0;
  border-bottom: 1px solid #222222;
}

/* recruit
=================================================== */
.recruit-page__recruit .recruit-wrap {
  background: #fff;
  padding: 32px 5%;
}
@media (width >= 768px) {
  .recruit-page__recruit .recruit-wrap {
    padding: 64px 10%;
  }
}

/* contact
=================================================== */
.contact-page__contact .contact__text {
  margin-bottom: 40px;
}
.contact-page__contact .contact__form-wrap {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.contact-page__contact .contact__form-wrap .wpcf7-form p {
  margin-bottom: 24px;
  line-height: 1.6;
  font-size: 20px;
}
.contact-page__contact .contact__form-wrap .wpcf7-form p label {
  display: block;
  font-weight: 400;
  font-size: 20px;
}
.contact-page__contact .contact__form-wrap .wpcf7-form p.text-last {
  font-size: clamp(14px, (100vw - 375px) * 4 / 991 + 14px, 18px);
}
.contact-page__contact .contact__form-wrap .wpcf7-form input[type=text],
.contact-page__contact .contact__form-wrap .wpcf7-form input[type=email],
.contact-page__contact .contact__form-wrap .wpcf7-form input[type=tel],
.contact-page__contact .contact__form-wrap .wpcf7-form textarea {
  width: 100%;
  padding: 0.75rem 0.9rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact-page__contact .contact__form-wrap .wpcf7-form textarea {
  min-height: 140px;
  resize: vertical;
}
.contact-page__contact .contact__form-wrap .wpcf7-form .wpcf7-checkbox,
.contact-page__contact .contact__form-wrap .wpcf7-form .wpcf7-radio {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 8px;
}
.contact-page__contact .contact__form-wrap .wpcf7-form .wpcf7-checkbox label,
.contact-page__contact .contact__form-wrap .wpcf7-form .wpcf7-radio label {
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
}
.contact-page__contact .contact__form-wrap .wpcf7-form .wpcf7-checkbox label input,
.contact-page__contact .contact__form-wrap .wpcf7-form .wpcf7-radio label input {
  margin: 0;
}
.contact-page__contact .contact__form-wrap .wpcf7-form .wpcf7-list-item-label {
  color: #222222;
}
.contact-page__contact .contact__form-wrap .wpcf7-form .required {
  color: #cf000d;
  margin-left: 0.3rem;
  font-size: 0.85em;
}
.contact-page__contact .contact__form-wrap .wpcf7-form .wpcf7-acceptance {
  margin-right: 0.5rem;
}
.contact-page__contact .contact__form-wrap .wpcf7-form a {
  color: #cf000d;
  text-decoration: underline;
}
.contact-page__contact .contact__form-wrap .wpcf7-form .cf7-confirm-button,
.contact-page__contact .contact__form-wrap .wpcf7-form .wpcf7-submit {
  display: block;
  width: 100%;
  max-width: 500px;
  background-color: #cf000d;
  color: #fff;
  border: none;
  padding: 0.9rem;
  font-size: 1rem;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  margin: 1rem auto 0;
}
.contact-page__contact .contact__form-wrap .wpcf7-form .cf7-confirm-button:hover,
.contact-page__contact .contact__form-wrap .wpcf7-form .wpcf7-submit:hover {
  background-color: #222222;
}
.contact-page__contact .contact__form-wrap .wpcf7-form .cf7-confirm-button {
  margin-bottom: 0.5rem;
}
.contact-page__contact .contact__form-wrap #form-confirm-area .confirm-field {
  margin-bottom: 1.5rem;
}
.contact-page__contact .contact__form-wrap #form-confirm-area .confirm-field strong {
  display: block;
  margin-bottom: 0.3rem;
}
.contact-page__contact .contact__form-wrap .wpcf7-response-output {
  padding: 1rem;
  margin: 1.5rem 0;
  font-weight: bold;
}

/* site-map
=================================================== */
.site-map-page__sitemap .sitemap__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (width >= 768px) {
  .site-map-page__sitemap .sitemap__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 600px;
    margin: 0 auto;
  }
}
.site-map-page__sitemap .sitemap__list--top {
  width: 200px;
  margin: 0 auto 24px;
}
@media (width >= 768px) {
  .site-map-page__sitemap .sitemap__list--top {
    width: 45%;
    margin: 0 0 40px 0;
  }
}
.site-map-page__sitemap .sitemap__list--bottom {
  width: 200px;
  margin: 0 auto;
}
@media (width >= 768px) {
  .site-map-page__sitemap .sitemap__list--bottom {
    width: 600px;
  }
}
.site-map-page__sitemap .sitemap__item {
  font-size: clamp(20px, (100vw - 375px) * 4 / 392 + 20px, 24px);
  margin-bottom: 8px;
}
.site-map-page__sitemap .sitemap__link:hover {
  color: #cf000d;
}

/* privacypolicy
=================================================== */
.privacypolicy-page__pp .pp-wrap {
  background: #fff;
  padding: 32px 5%;
}
@media (width >= 768px) {
  .privacypolicy-page__pp .pp-wrap {
    padding: 64px 10%;
  }
}
.privacypolicy-page__pp .pp__title {
  font-size: clamp(20px, (100vw - 375px) * 4 / 392 + 20px, 24px);
  margin: 32px 0 8px;
}
@media (width >= 768px) {
  .privacypolicy-page__pp .pp__title {
    margin-top: 48px;
  }
}
.privacypolicy-page__pp .pp__list {
  padding-left: 24px;
}
.privacypolicy-page__pp .pp__list-item {
  list-style: disc;
}
.privacypolicy-page__pp .pp__link {
  text-decoration: underline;
}
/*# sourceMappingURL=style.css.map */