@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 13.6rem;
}
@media (max-width: 1170px) {
  html {
    font-size: 0.8547008547vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
    scroll-padding-top: 5rem;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #1A1A1A;
}

a:hover,
button:hover {
  cursor: pointer;
}

/*****************************
* 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,
ol,
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-breadcrumb {
  margin-top: 2rem;
}

.l-facility {
  padding-block: 8rem;
}
@media screen and (max-width: 767px) {
  .l-facility {
    padding-block: 4rem;
  }
}

.l-header {
  position: sticky;
  top: 0;
  z-index: 100;
}

.l-inner-xl {
  width: 100%;
  margin-inline: auto;
  max-width: 141rem;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner-xl {
    max-width: 60rem;
    padding-inline: 2rem;
  }
}

.l-inner {
  width: 100%;
  margin-inline: auto;
  max-width: 117rem;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 60rem;
    padding-inline: 2rem;
  }
}

.l-inner-md {
  width: 100%;
  margin-inline: auto;
  max-width: 101rem;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner-md {
    max-width: 60rem;
    padding-inline: 2rem;
  }
}

.l-inner-sm {
  width: 100%;
  margin-inline: auto;
  max-width: 93rem;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner-sm {
    max-width: 60rem;
    padding-inline: 2rem;
  }
}

.l-top-facility {
  padding-block: 10rem 8rem;
}
@media screen and (max-width: 767px) {
  .l-top-facility {
    padding-block: 5rem 3rem;
  }
}

.c-btn1 {
  display: inline-block;
  position: relative;
  border: 2px solid #1A1A1A;
  border-radius: 3rem;
  max-width: 34rem;
  width: 100%;
  padding: 0.9rem 4.5rem;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.1111111111;
  letter-spacing: 0.02em;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn1 {
    max-width: 23.8rem;
    padding: 0.6rem 3.5rem;
    font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 2.1666666667;
    letter-spacing: 0.02em;
  }
}

.c-btn1:hover {
  background-color: #1A1A1A;
  color: #fff;
}

.c-btn1:hover::after {
  background-image: url(../images/icon-arrow-right02.svg);
}

.c-btn1::after {
  position: absolute;
  top: 50%;
  right: 2.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5rem;
  height: 1rem;
  background-image: url(../images/icon-arrow-right01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn1::after {
    right: 2rem;
    width: 1.1rem;
    height: 0.7rem;
  }
}

.c-btn1--white {
  border-color: #fff;
  color: #fff;
}

.c-btn1--white:hover {
  background-color: #fff;
  color: #1A1A1A;
}

.c-btn1--white::after {
  background-image: url(../images/icon-arrow-right02.svg);
}

.c-btn1--white:hover::after {
  background-image: url(../images/icon-arrow-right01.svg);
}

.c-btn1--blue {
  border-color: #0068b6;
  background-color: #0068b6;
  color: #fff;
}

.c-btn1--blue:hover {
  background-color: #0068b6;
  opacity: 0.7;
}

.c-btn1--blue::after {
  background-image: url(../images/icon-arrow-right02.svg);
}

.c-hamburger {
  display: none;
  position: relative;
  width: 5rem;
  height: 5rem;
  background-color: #322c2d;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    display: block;
  }
}

.c-hamburger__top,
.c-hamburger__center,
.c-hamburger__bottom {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 18px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-hamburger__top {
  top: 0;
}

.c-hamburger__center {
  margin-top: 6px;
  margin-bottom: 6px;
}

.c-hamburger__bottom {
  top: 0;
}

.c-hamburger.is-open .c-hamburger__top {
  top: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-hamburger.is-open .c-hamburger__center {
  opacity: 0;
}

.c-hamburger.is-open .c-hamburger__bottom {
  top: -8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-page-top {
  visibility: hidden;
  position: fixed;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: visibility 0.3s, opacity 0.3s;
  transition: visibility 0.3s, opacity 0.3s;
}

.c-page-top.is-show {
  visibility: visible;
  opacity: 1;
}

.c-page-top__link {
  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: 1rem;
  width: 7rem;
  height: 7rem;
  background-color: #0068b6;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .c-page-top__link {
    gap: 0.6rem;
    width: 4.5rem;
    height: 4.5rem;
  }
}

.c-page-top__link:hover {
  opacity: 0.7;
}

.c-page-top__link img {
  width: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-page-top__link img {
    width: 1.1rem;
  }
}

.c-page-top__link-text {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .c-page-top__link-text {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
  }
}

.c-title1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-title1__en {
  color: #b81c22;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.1111111111;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .c-title1__en {
    font-family: "Montserrat", sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
  }
}

.c-title1__ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-title1__ja {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1.68;
    letter-spacing: 0.05em;
  }
}

.c-title1__ja--white {
  color: #fff;
}

.c-title2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .c-title2 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.02em;
  }
}

.c-title2 span {
  display: inline-block;
  position: relative;
  padding-bottom: 0.6rem;
}

.c-title2 span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3rem;
  height: 0.5rem;
  background-color: #0068b6;
}

.c-title3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .c-title3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-breadcrumb__item {
  display: inline;
}

.p-breadcrumb__item:nth-child(n+2)::before {
  display: inline-block;
  margin-inline: 1rem;
  color: #1A1A1A;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8571428571;
  letter-spacing: 0.02em;
  content: ">";
}
@media screen and (max-width: 767px) {
  .p-breadcrumb__item:nth-child(n+2)::before {
    font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-breadcrumb__link {
  color: #0068b6;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8571428571;
  letter-spacing: 0.02em;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb__link {
    font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-breadcrumb__link:hover {
  opacity: 0.7;
}

.p-breadcrumb__current {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8571428571;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb__current {
    font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-company-factory {
  padding-block: 7rem;
}
@media screen and (max-width: 767px) {
  .p-company-factory {
    padding-block: 4rem;
  }
}

.p-company-factory__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7rem;
}
@media screen and (max-width: 767px) {
  .p-company-factory__wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.p-company-factory__title {
  text-align: center;
}

.p-company-factory__info {
  margin-top: 2rem;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company-factory__info {
    font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-company-factory__img {
  margin: 2rem auto 0;
  max-width: 52rem;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-company-factory__img {
    padding-inline: 2rem;
  }
}

.p-company-factory__map {
  margin-top: 4rem;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-company-factory__map {
    margin-top: 2rem;
    padding-inline: 2rem;
  }
}

.p-company-factory__map iframe {
  aspect-ratio: 1040/700;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-company-factory__map iframe {
    min-height: 22rem;
  }
}

.p-company-overview {
  padding-block: 8rem;
  background-color: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .p-company-overview {
    padding-block: 4rem;
  }
}

.p-company-overview__content {
  padding: 4rem 8rem 8rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-company-overview__content {
    padding: 4rem 2rem;
  }
}

.p-company-overview__title {
  text-align: center;
}

.p-company-overview__list {
  margin-top: 5rem;
}

.p-company-overview__item {
  display: grid;
  grid-template-columns: 13.7rem 1fr;
  border-top: 1px solid #b2b2b2;
}
@media screen and (max-width: 767px) {
  .p-company-overview__item {
    grid-template-columns: 1fr;
  }
}

.p-company-overview__item:last-child {
  border-bottom: 1px solid #b2b2b2;
}

.p-company-overview__term {
  padding: 1.9rem 2.5rem;
  background-color: #0068b6;
  color: #fff;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-company-overview__term {
    padding: 1rem 2rem;
    font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-company-overview__desc {
  padding: 1.9rem 2.5rem;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-company-overview__desc {
    padding: 1rem 2rem;
    font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-company-overview__text {
  display: grid;
  grid-template-columns: 10.5rem 1fr;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-company-overview__text {
    grid-template-columns: 9rem 1fr;
    gap: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-company-overview__text + .p-company-overview__text {
    margin-top: 0.8rem;
  }
}

.p-company-top__head {
  padding-block: 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-company-top__head {
    padding-block: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .p-company-top__head .l-inner {
    padding-inline: 1.5rem;
  }
}

.p-company-top__title1 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.4;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company-top__title1 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-company-top__title2 {
  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: 4rem;
  margin-top: 5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-company-top__title2 {
    gap: 2rem;
    margin-top: 4rem;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
}

.p-company-top__title2 strong {
  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;
}

.p-company-top__title2 .art,
.p-company-top__title2 .technique,
.p-company-top__title2 .creation,
.p-company-top__title2 .suggestion {
  display: inline-block;
  position: relative;
  padding-inline: 0.8rem;
  color: #0068b6;
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-company-top__title2 .art,
  .p-company-top__title2 .technique,
  .p-company-top__title2 .creation,
  .p-company-top__title2 .suggestion {
    padding-inline: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.5652173913;
    letter-spacing: 0em;
  }
}

.p-company-top__title2 .art::before,
.p-company-top__title2 .technique::before,
.p-company-top__title2 .creation::before,
.p-company-top__title2 .suggestion::before {
  display: block;
  position: absolute;
  top: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-company-top__title2 .art::before,
  .p-company-top__title2 .technique::before,
  .p-company-top__title2 .creation::before,
  .p-company-top__title2 .suggestion::before {
    top: -1rem;
    font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.0909090909;
    letter-spacing: 0.02em;
  }
}

.p-company-top__title2 .art::before {
  content: "芸術（A）";
}

.p-company-top__title2 .technique::before {
  content: "優れた技術（T）";
}

.p-company-top__title2 .creation::before {
  content: "創造（C）";
}

.p-company-top__title2 .suggestion::before {
  content: "提案（S）";
}

.p-company-top__title3 {
  margin-top: 4rem;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company-top__title3 {
    margin-top: 2rem;
    font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.7142857143;
    letter-spacing: 0.02em;
  }
}

.p-company-top__title4 {
  margin-top: 2rem;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7142857143;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company-top__title4 {
    margin-top: 2rem;
    font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.7142857143;
    letter-spacing: 0.02em;
  }
}

.p-company-top__center {
  padding-block: 25rem;
  background-image: url(../images/img-company-bg__pc2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 1024px) {
  .p-company-top__center {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .p-company-top__center {
    padding-block: 4rem;
    background-image: url(../images/img-company-bg__sp.png);
  }
}

.p-company-top__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-company-top__list {
    grid-template-columns: 1fr;
    gap: 2rem;
    place-items: center;
  }
}

.p-company-top__item {
  border: 2px solid #0068b6;
  padding: 2.4rem 4rem;
  background-color: rgba(255, 255, 255, .85);
}
@media screen and (max-width: 767px) {
  .p-company-top__item {
    max-width: 30rem;
    padding: 2rem;
  }
}

.p-company-top__item-title {
  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.5rem;
  border-bottom: 1px solid #b2b2b2;
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-company-top__item-title {
    padding-bottom: 1rem;
  }
}

.p-company-top__item-title-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-company-top__item-title-ja {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-company-top__item-title-en {
  color: #0068b6;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-company-top__item-title-en {
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
}

.p-company-top__item-text {
  margin-top: 1.6rem;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-company-top__item-text {
    margin-top: 1rem;
    font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-company-top__foot {
  padding-block: 10rem;
}
@media screen and (max-width: 767px) {
  .p-company-top__foot {
    padding-block: 4rem;
  }
}

.p-company-top__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-company-top__wrapper {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

.p-company-top__btn {
  margin-top: 9rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company-top__btn {
    margin-top: 3rem;
  }
}

.p-content__wrapper {
  margin-top: 2rem;
}

.p-content__wrapper--grid {
  display: grid;
  grid-template-columns: 1fr 23rem;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-content__wrapper--grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.p-content__body {
  min-height: 18rem;
}
@media screen and (max-width: 767px) {
  .p-content__body {
    min-height: 0;
  }
}

.p-content__body_lower {
  min-height: 28rem;
}
@media screen and (max-width: 767px) {
  .p-content__body_lower {
    min-height: 0;
  }
}

.p-content__title {
  position: relative;
  border-top: 2px solid #0068b6;
  border-bottom: 2px solid #0068b6;
  padding: 1.1rem 2.5rem;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7777777778;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-content__title {
    padding: 0.9rem 2.5rem;
    font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-content__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5rem;
  height: 0.4rem;
  background-color: #0068b6;
  content: "";
}

.p-content__text {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-content__text {
    font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

@media screen and (max-width: 767px) {
  .p-content__list {
    margin-top: 0.8rem;
  }
}

.p-content__item {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-content__item {
    font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-content__item-text {
  padding-left: 1.6rem;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-content__item-text {
    padding-left: 1.4rem;
    font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-content__img-small {
  padding-inline: 4rem;
}

.p-content__imgs {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  margin-top: 1rem;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-content__imgs {
    grid-template-columns: 1fr;
    margin: 1rem auto 0;
    max-width: 30rem;
    font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-content__img {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-content__img {
    margin-inline: auto;
    max-width: 30rem;
  }
}

.p-content__img .line {
  border: 1px solid #e6e6e6;
}

.p-drawer {
  visibility: hidden;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 5rem;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: calc(100vh - 5rem);
  background-color: #322c2d;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-drawer.is-show {
  visibility: visible;
  opacity: 1;
}

.p-drawer__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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.p-drawer__item {
  width: 100%;
}

.p-drawer__link {
  display: block;
  padding: 1.5rem;
  color: #fff;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: center;
}

.p-drawer__link .line {
  position: relative;
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .p-drawer__link .line {
    padding-right: 0;
  }
}

.p-drawer__link .line::after {
  position: absolute;
  top: 50%;
  right: -3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.8rem;
  height: 1.6rem;
  background-image: url(../images/icon-square01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}

.p-facility__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.4;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-facility__title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.02em;
  }
}

.p-facility__lead {
  margin-top: 2rem;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-facility__lead {
    font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.02em;
  }
}

.p-facility__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem 4rem;
  place-items: center;
  margin-top: 5rem;
}
@media screen and (max-width: 1024px) {
  .p-facility__list {
    grid-template-columns: 1fr;
    gap: 4rem;
    margin: 5rem auto 0;
    max-width: 71rem;
  }
}
@media screen and (max-width: 767px) {
  .p-facility__list {
    gap: 2rem;
    margin: 3rem auto 0;
  }
}

@media screen and (max-width: 767px) {
  .p-facility__item {
    max-width: 32.5rem;
  }
}

.p-facility__item-img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-facility__item-img {
    grid-template-columns: 1fr;
  }
}

.p-facility__item-img img {
  aspect-ratio: 325/220;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-facility__item-title {
  margin-top: 1rem;
  padding-inline: 2rem;
  background-color: #f7f7f7;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-facility__item-title {
    font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.02em;
  }
}

.p-facility__btn {
  margin-top: 6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-facility__btn {
    margin-top: 3rem;
  }
}

.p-facility__list--sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 6rem;
}
@media screen and (max-width: 1024px) {
  .p-facility__list--sm {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 1rem;
    margin: 4rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .p-facility__list--sm {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin: 2rem auto 0;
  }
}

.p-facility__list--sm .p-facility__item {
  max-width: 32.5rem;
  width: 22.283203125vw;
}
@media screen and (max-width: 1024px) {
  .p-facility__list--sm .p-facility__item {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .p-facility__list--sm .p-facility__item {
    max-width: 32.5rem;
  }
}

.p-facility__list--sm .p-facility__item-img {
  display: block;
}

.p-footer {
  position: relative;
}

.p-footer__top {
  padding-block: 3rem;
}
@media screen and (max-width: 767px) {
  .p-footer__top {
    padding-block: 2rem;
  }
}

.p-footer__logo {
  margin-inline: auto;
  width: 11rem;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 7.7rem;
  }
}

.p-footer__address {
  margin: 2rem auto 0;
  max-width: 70.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__address {
    margin: 1.2rem auto 0;
  }
}

.p-footer__address-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-footer__address-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.8181818182;
    letter-spacing: 0.02em;
    text-align: center;
  }
}

.p-footer__address-text span {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-footer__address-text span {
    font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.8181818182;
    letter-spacing: 0.02em;
  }
}

.p-footer__bottom {
  padding-block: 2.5rem;
  background-color: #322c2d;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom {
    padding-block: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding-inline: 1.5rem;
  }
}

.p-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-footer_pc {
    display: none;
  }
}

.p-footer_mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-footer_mobile {
    display: grid;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__item {
    border-bottom: 1px solid #fff;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__item:nth-child(odd) {
    border-right: 1px solid #fff;
  }
}

.p-footer__link {
  display: block;
  color: #fff;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.25;
  letter-spacing: 0.02em;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-footer__link {
    padding: 1.2rem 1.6rem;
    font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.5454545455;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
}

.p-footer__link:hover {
  opacity: 0.7;
}

.p-footer__link .line {
  position: relative;
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .p-footer__link .line {
    padding-right: 0;
  }
}

.p-footer__link .line::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.8rem;
  height: 1.6rem;
  background-image: url(../images/icon-square01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-footer__link .line::after {
    right: -2rem;
    width: 1.2rem;
    height: 1rem;
  }
}

.p-footer__copyright {
  margin-top: 2rem;
  color: #fff;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
  font-size: max(1.2rem, 10px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.02em;
    font-size: max(1rem, 10px);
  }
}

.message_inline {
  padding: 0.8rem 1.2rem;
}

.p-form-message__text {
  position: relative;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  padding: 1.2rem 2rem;
  border-radius: 0.8rem;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.02em;
}

.p-form-message__error {
  color: #772b35;
  background-color: #fadddd;
}

.p-form-message__success {
  color: #18603a;
  background-color: #d5f1de;
}

.p-fv {
  position: relative;
  height: 25rem;
}
@media screen and (max-width: 767px) {
  .p-fv {
    height: 20rem;
  }
}

.p-fv__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}

.p-fv__title-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-fv__title-ja {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

.p-fv__title-en {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-fv__title-en {
    font-family: "Montserrat", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
  }
}

.p-fv__img img {
  width: 100%;
  height: 25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-fv__img img {
    height: 20rem;
  }
}

.p-header-nav {
  background-color: #322c2d;
}
@media screen and (max-width: 767px) {
  .p-header-nav {
    display: none;
  }
}

.p-header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6rem;
}
@media screen and (max-width: 1440px) {
  .p-header-nav__list {
    gap: 4rem;
  }
}

.p-header-nav__link {
  display: inline-block;
  padding-block: 1.4rem;
  color: #fff;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.02em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-header-nav__link:hover {
  opacity: 0.7;
}

.p-header-nav__link .line {
  position: relative;
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .p-header-nav__link .line {
    padding-right: 0;
  }
}

.p-header-nav__link .line::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.8rem;
  height: 1.6rem;
  background-image: url(../images/icon-square01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-header-nav__link .line::after {
    right: -2rem;
    width: 1.2rem;
    height: 1rem;
  }
}

.p-header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 3.2rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-header__top {
    padding: 0 0 0 1.5rem;
  }
}

.p-header__title-link {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-header__title-link:hover {
  opacity: 0.7;
}

.p-header__title-link img {
  width: 36rem;
}
@media screen and (max-width: 767px) {
  .p-header__title-link img {
    width: 24.5rem;
  }
}

.p-header__logo {
  width: 13.5rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-mv {
    height: auto;
  }
}

.p-mv__wrapper {
  position: relative;
}

.p-mv__content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  min-width: 58.5rem;
  width: 40.625vw;
  min-height: 65rem;
  height: 45.1388888889vw;
  padding: 9rem 0 0 6rem;
  background-image: url(../images/img-mv-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-mv__content {
    position: relative;
    min-width: auto;
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 3rem 2rem;
    background-image: url(../images/img-mv-bg-sp.jpg);
    overflow: hidden;
  }
}

.p-mv__content::after {
  display: none;
  position: absolute;
  bottom: 0;
  left: calc(50% + 5rem);
  z-index: 3;
  width: 15.7rem;
  height: 19rem;
  background-image: url(../images/img-mv-triangle.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-mv__content::after {
    display: block;
  }
}

.p-mv__title {
  color: #b81c22;
  font-family: "Montserrat", sans-serif;
  font-size: 3.7rem;
  font-weight: 800;
  line-height: 1.8918918919;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1920px) {
  .p-mv__title {
    font-family: "Montserrat", sans-serif;
    font-size: 2.7rem;
    font-weight: 800;
    line-height: 1.8518518519;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.75;
    letter-spacing: 0.02em;
  }
}

.p-mv__text {
  margin-top: 5rem;
  color: #fff;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 2.3214285714;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1920px) {
  .p-mv__text {
    font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.3333333333;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__text {
    margin-top: 1.5rem;
    font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 2.1818181818;
    letter-spacing: 0.02em;
  }
}

.p-mv__text span {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.8055555556;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1920px) {
  .p-mv__text span {
    font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__text span {
    font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
}

.p-mv__splide {
  margin-left: auto;
  width: 77.9166666667vw;
}
@media screen and (max-width: 767px) {
  .p-mv__splide {
    width: 100%;
  }
}

.p-mv__img img {
  aspect-ratio: 1122/650;
  width: 100%;
  min-height: 65rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top right;
     object-position: top right;
}
@media screen and (max-width: 767px) {
  .p-mv__img img {
    aspect-ratio: 375/220;
    min-height: auto;
    height: 100%;
  }
}

.p-mv__splide .splide__pagination {
  position: absolute;
  bottom: -2.8rem;
  right: 4rem;
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-mv__splide .splide__pagination {
    bottom: -1.8rem;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    gap: 0.8rem;
  }
}

.p-mv__splide .splide__pagination__page {
  border-radius: 50%;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #e1e1e1;
}
@media screen and (max-width: 767px) {
  .p-mv__splide .splide__pagination__page {
    width: 0.8rem;
    height: 0.8rem;
  }
}

.p-mv__splide .splide__pagination__page.is-active {
  background-color: #e50012;
}

.p-recruit__top {
  padding-block: 2rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__top {
    padding-block: 0;
  }
}

.p-recruit__content {
  padding: 6rem 8rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-recruit__content {
    padding: 4rem 2rem;
  }
}

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

.p-recruit__list {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__list {
    margin-top: 2rem;
  }
}

.p-recruit__item {
  display: grid;
  grid-template-columns: 8rem 1fr;
  gap: 6rem;
  border-top: 1px solid #b2b2b2;
  padding: 1.8rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__item {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1rem 2rem;
  }
}

.p-recruit__item:last-child {
  border-bottom: 1px solid #b2b2b2;
}

.p-recruit__term {
  position: relative;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-recruit__term {
    font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-recruit__term::before {
  position: absolute;
  top: 0.5rem;
  left: -2rem;
  width: 0.4rem;
  height: 2rem;
  background-color: #0068b6;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-recruit__term::before {
    top: 0.1rem;
    left: -1.3rem;
  }
}

.p-recruit__desc {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-recruit__desc {
    font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.p-recruit__btn {
  margin-top: 6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit__btn {
    margin-top: 3rem;
  }
}

.p-recruit__bottom {
  padding-block: 8rem;
  background-color: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .p-recruit__bottom {
    padding-block: 4rem;
  }
}

.p-top-branch__inner {
  padding-inline: 2.8rem;
}

.p-top-branch__media {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: 1fr 68rem;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-branch__media {
    grid-template-columns: 1fr;
  }
}

.p-top-branch__maintitle {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-branch__maintitle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-top-branch__title {
  text-align: left;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-top-branch__title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-top-branch__list {
  margin-top: 2.4rem;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.p-top-branch__list-item {
  display: grid;
  grid-template-columns: 4em auto;
}
.p-top-branch__list-item .__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
.p-top-branch__list-item .__item:before {
  content: ":";
}

.p-top-branch__text {
  margin-top: 4rem;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4375;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-top-branch__text {
    margin-top: 1.2rem;
    font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 2.4545454545;
    letter-spacing: 0.02em;
    text-align: center;
  }
}

.p-top-branch__btn {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-branch__btn {
    margin-top: 2rem;
    text-align: center;
  }
}

.p-top-branch__imgs {
  display: grid;
  gap: 1.6rem;
  grid-template-columns: repeat(2, 1fr);
}

.p-top-branch__img img {
  aspect-ratio: 680/400;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top-branch__img img {
    aspect-ratio: 320/185;
  }
}

.p-top-branch__link {
  margin-top: 3.2rem;
}
.p-top-branch__link-text {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.1666666667;
  letter-spacing: 0.02em;
  text-align: center;
}
.p-top-branch__link-btn {
  margin-top: 3.2rem;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-top-branch__link .__link img {
  border: 1px solid #1A1A1A;
  padding: 1rem;
  width: 18rem;
}
.p-top-branch__link .__link .__inner_text {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.012em;
}

.p-top-facility__inner {
  padding-inline: 2.8rem;
}

.p-top-facility__maintitle {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-facility__maintitle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-top-facility__content {
  margin-top: 6rem;
}

.p-top-facility__content-title {
  margin-top: 4rem;
  text-align: center;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.028em;
}
@media screen and (max-width: 767px) {
  .p-top-facility__content-title {
    font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.7777777778;
    letter-spacing: 0.028em;
  }
}

.p-top-facility__process-list {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-facility__process-list {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.p-top-facility__process-list .__item {
  position: relative;
}
.p-top-facility__process-list .__item figure {
  position: relative;
  z-index: 1;
}
.p-top-facility__process-list .__item:after {
  position: absolute;
  display: block;
  content: "";
  width: 9rem;
  height: 10rem;
  -webkit-clip-path: polygon(100% 50%, 30% 0, 30% 100%);
          clip-path: polygon(100% 50%, 30% 0, 30% 100%);
  background: #f08300;
  left: 85%;
  top: 6rem;
  z-index: 2;
}
.p-top-facility__process-list .__item:nth-of-type(4):after, .p-top-facility__process-list .__item:last-of-type:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top-facility__process-list .__item:after, .p-top-facility__process-list .__item:nth-of-type(4):after {
    display: block;
    left: 50%;
    top: 95%;
    z-index: 2;
    rotate: 90deg;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
.p-top-facility__process-list figcaption {
  margin-top: 0.5rem;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.p-top-facility__process-list .__text {
  margin-top: 0.5rem;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4285714286;
  letter-spacing: 0.014em;
}

.p-top-facility__branch-list {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-facility__branch-list {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.p-top-facility__branch-list .__item {
  position: relative;
}
.p-top-facility__branch-list .__item figure {
  position: relative;
  z-index: 1;
}
.p-top-facility__branch-list figcaption {
  margin-top: 0.5rem;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.p-top-facility__branch-list .__text {
  margin-top: 0.5rem;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4285714286;
  letter-spacing: 0.014em;
}

.p-top-recruit {
  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;
  height: 42rem;
  background-image: url(../images/img-top-recruit-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-top-recruit {
    height: 30rem;
    background-image: url(../images/img-top-recruit-bg-sp.jpg);
  }
}

.p-top-recruit__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-top-recruit__lead {
  margin-top: 2rem;
  color: #fff;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.95;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__lead {
    font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.9285714286;
    letter-spacing: 0.02em;
  }
}

.p-top-recruit__text {
  margin-top: 1rem;
  color: #fff;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.25;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__text {
    font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 2.2727272727;
    letter-spacing: 0.02em;
  }
}

.p-top-recruit__btn {
  margin-top: 3.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__btn {
    margin-top: 2rem;
  }
}

.p-top-works__inner {
  padding-inline: 2.8rem;
}

.p-top-works__media {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: 1fr 68rem;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-works__media {
    grid-template-columns: 1fr;
  }
}

.p-top-works__maintitle {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-works__maintitle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-top-works__title {
  text-align: left;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-top-works__title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-top-works__list {
  margin-top: 2.4rem;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.p-top-works__list-item {
  display: grid;
  grid-template-columns: 4em auto;
}
.p-top-works__list-item .__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
.p-top-works__list-item .__item:before {
  content: ":";
}

.p-top-works__text {
  margin-top: 4rem;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4375;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-top-works__text {
    margin-top: 1.2rem;
    font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 2.4545454545;
    letter-spacing: 0.02em;
    text-align: center;
  }
}

.p-top-works__btn {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-works__btn {
    margin-top: 2rem;
    text-align: center;
  }
}

.p-top-works__imgs {
  display: grid;
  gap: 1.6rem;
  grid-template-columns: repeat(2, 1fr);
}

.p-top-works__img img {
  aspect-ratio: 680/400;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top-works__img img {
    aspect-ratio: 320/185;
  }
}

.p-top-works__link {
  margin-top: 3.2rem;
}
.p-top-works__link-text {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.1666666667;
  letter-spacing: 0.02em;
  text-align: center;
}
.p-top-works__link-btn {
  margin-top: 3.2rem;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-top-works__link .__link img {
  border: 1px solid #1A1A1A;
  padding: 1rem;
  width: 18rem;
}
.p-top-works__link .__link .__inner_text {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.012em;
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-hidden {
  overflow: hidden;
}

.u-icon__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.u-icon__item:before {
  content: attr(data-icon);
  display: inline-block;
  margin-right: 0.5em;
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: inline-block;
  }
}

.u-none {
  display: none;
}
/*# sourceMappingURL=styles.css.map */
