@charset "UTF-8";
/* ▶ base style */
body {
  font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
}

h1 {
  margin: 0;
}

h2 {
  margin: 0;
}

p {
  font-weight: 500;
  line-height: 1.7;
  margin: 0;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
}

ul,
ol {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}

.br--sp {
  display: none;
}

::-moz-selection {
  background: #251e1c;
  color: #ffffff;
}

::selection {
  background: #251e1c;
  color: #ffffff;
}

body {
  --sb-track-color: #f5f5f5;
  --sb-thumb-color: #232e33;
  --sb-size: 8px;
  scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
}

body::-webkit-scrollbar {
  width: var(--sb-size);
}

body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

body::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
}

.l__header, .l__header--scrolled, .l__header--top {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  max-height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  transition: background-color 0.5s ease;
  z-index: 99999;
}
.l__header--top {
  background-color: transparent;
}
.l__header--scrolled {
  background-color: #ffffff;
}

.l__container, .l__container--mv {
  position: relative;
}
.l__container--mv {
  overflow: hidden;
}
.l__container--short {
  max-width: 1180px;
  margin: 60px auto 80px;
  width: 100%;
}
.l__container--news-bg::before {
  background-image: url("../img/index/index_news-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  display: inline-block;
  height: 520px;
  width: 100%;
}
.l__container--greeting-bg {
  display: grid;
  align-items: center;
  justify-items: center;
  height: 1092px;
  width: 100%;
  outline: 1px solid #ffffff;
  outline-offset: -30px;
}
.l__container--greeting-bg::before {
  background: linear-gradient(180deg, rgba(80, 80, 80, 0.4), rgba(0, 0, 0, 0.55)), url(../img/index/index_greeting-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.l__container--greeting-bg::after {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  border: 3px solid #ffffff;
  z-index: -1;
}
.l__container--service-bg::before {
  background-image: url("../img/index/index_service-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  display: inline-block;
  height: 520px;
  width: 100%;
}
.l__container--company-bg {
  background-image: url("../img/index/index_company-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% center;
  display: inline-block;
  height: 100%;
  width: 100%;
}
.l__container--recruit-bg {
  display: grid;
  align-items: center;
  justify-items: center;
  margin: 0 auto;
  height: 425px;
  width: 90%;
}
.l__container--recruit-bg::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(../img/index/index_recruit-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.l__container--policy-bg {
  background-color: #f5f5f5;
  padding: 1px;
}

.no-webp .l__container--greeting-bg::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(../img/index/index_greeting-bg.jpg);
}

.no-webp .l__container--recruit-bg::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(../img/index/index_recruit-bg.jpg);
}

.no-wrap .l__container--news-bg::before {
  background-image: url("../img/index/index_news-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.no-webp .l__container--service-bg {
  background-image: url("../img/index/index_company-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% center;
}

.no-webp .l__container--company-bg {
  background-image: url("../img/index/index_company-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% center;
}

.l__aside {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-start;
  margin: 100px auto;
  max-width: 1092px;
  width: 100%;
}
.l__aside .widget {
  width: 40%;
  margin-bottom: 2rem;
}
.l__aside .widget:last-child {
  margin-bottom: 0;
}
.l__aside .wp-block-search__label {
  color: #251e1c;
  font-size: 1rem;
  font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  text-transform: none;
  font-weight: bold;
}
.l__aside .wp-block-heading {
  color: #251e1c;
  font-size: 1.25rem;
  font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  text-transform: none;
  margin-bottom: 1rem;
  text-align: center;
}
.l__aside .wp-block-calendar caption {
  background: #ccc;
  font-size: 1.25rem;
}

.l__main {
  overflow: hidden;
}

.c__header-logo {
  padding: 1rem 0 1.25rem 1rem;
}
.c__header-logo-img img {
  height: 100%;
  max-height: 33px;
  max-width: 338px;
  width: 100%;
}

.c__header-btn {
  background-color: #251e1c;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  z-index: 9999;
}
.c__header-btn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  right: 20px;
  height: 3px;
  background-color: #ffffff;
}
.c__header-btn span:nth-of-type(1) {
  top: 25px;
  width: 25px;
}
.c__header-btn span:nth-of-type(2) {
  top: 37px;
  width: 34px;
}
.c__header-btn span:nth-of-type(3) {
  top: 49px;
  width: 40px;
}

.c__header-btn.active span:nth-of-type(1) {
  top: 31px;
  left: 22px;
  transform: translateY(6px) rotate(-45deg);
  width: 40px;
}
.c__header-btn.active span:nth-of-type(2) {
  opacity: 0;
}
.c__header-btn.active span:nth-of-type(3) {
  top: 43px;
  left: 22px;
  transform: translateY(-6px) rotate(45deg);
  width: 40px;
}

.c__header-btn2 {
  background-color: #505050;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 80px;
  transition: 0.3s all;
  height: 80px;
  width: 80px;
  z-index: 999;
}
.c__header-btn2 a {
  color: #ffffff;
  display: flex;
  flex-direction: column-reverse;
  font-size: 0.65rem;
  text-align: center;
  line-height: 5;
  height: 100%;
  width: 100%;
}
.c__header-btn2 a::after {
  background-image: url("../img/mail.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 30px;
}
.c__header-btn2:hover {
  background-color: rgba(80, 80, 80, 0.6);
  transition: 0.3s all;
}

#g-nav {
  background-color: rgba(37, 30, 28, 0.95);
  color: #ffffff;
  position: fixed;
  z-index: 999;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  transition: all 0.6s;
}
#g-nav #g-nav-list {
  padding-bottom: 84px;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav.panelactive {
  right: 0;
}
#g-nav.panelactive #g-nav-list {
  padding-bottom: 84px;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.c__header-navigation-logo {
  padding: 1rem 0 1.25rem 1rem;
}
.c__header-navigation-logo-img img {
  height: 100%;
  max-height: 33px;
  max-width: 338px;
  width: 100%;
}
.c__header-navigation--2col {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row-reverse;
}
.c__header-navigation-info {
  text-align: center;
}
.c__header-navigation-info-number {
  margin-bottom: 1rem;
}
.c__header-navigation-info-number-ttl {
  font-size: 1rem;
}
.c__header-navigation-info-number-ttl--tel {
  font-size: 1.75rem;
}
.c__header-navigation-info-number-ttl--tel a {
  color: #ffffff;
  transition: 0.5s all;
}
.c__header-navigation-info-number-ttl--tel a:hover {
  opacity: 0.7;
  transition: 0.5s all;
}
.c__header-navigation-info-number-ttl--tel--black a {
  color: #251e1c;
  font-size: 1.25rem;
  transition: 0.5s all;
}
.c__header-navigation-info-number-ttl--tel--black a:hover {
  opacity: 0.7;
  transition: 0.5s all;
}
.c__header-navigation-info-time {
  font-size: 0.75rem;
}
.c__header-navigation-info-sns-list {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin: 1.75rem 0;
}
.c__header-navigation-info-sns-list:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.c__header-navigation-info-sns-list-item a {
  display: block;
  transition: 0.3s all;
}
.c__header-navigation-info-sns-list-item a:hover {
  opacity: 0.7;
  transition: 0.3s all;
}
.c__header-navigation-info-sns-list-item-img img {
  height: 100%;
  max-height: 25px;
  max-width: 25px;
  width: 100%;
}
.c__header-navigation-info-btn {
  list-style-type: none;
  padding: 0;
}
.c__header-navigation-info-btn-contact {
  margin-bottom: 1rem;
}
.c__header-navigation-info-btn-contact:last-child {
  margin-bottom: 0;
}
.c__header-navigation-info-btn-contact a {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 1rem;
  display: block;
  padding: 0.75rem 0;
  text-align: center;
  width: 320px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.c__header-navigation-info-btn-contact a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #ffffff;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.5s;
}
.c__header-navigation-info-btn-contact a:hover {
  color: #251e1c;
}
.c__header-navigation-info-btn-contact a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.c__header-navigation-menu-list-item {
  margin-bottom: 1.5rem;
}
.c__header-navigation-menu-list-item:last-child {
  margin-bottom: 0;
}
.c__header-navigation-menu-list-item a {
  color: #ffffff;
  font-size: 2rem;
  transition: 0.5s all;
}
.c__header-navigation-menu-list-item a span {
  font-size: 1rem;
  padding-left: 1rem;
}
.c__header-navigation-menu-list-item a:hover {
  opacity: 0.7;
  transition: 0.5s all;
}

.c__hero-content {
  position: relative;
}
.c__hero-content-eyecatch {
  overflow: hidden;
  position: relative;
}
.c__hero-content-eyecatch::before {
  animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background-color: #ffffff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.c__hero-content-eyecatch-img img {
  height: 100%;
  max-height: 642px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c__hero-content-heading {
  color: #ffffff;
  font-size: 5rem;
  font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  text-transform: none;
  position: absolute;
  top: 50%;
  right: 10.25%;
  letter-spacing: 0.1em;
}

@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}
.c__breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.c__breadcrumb-list-item {
  color: #251e1c;
  font-size: 0.75rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  text-transform: none;
}
.c__breadcrumb-list-item a {
  color: #251e1c;
  font-size: 0.75rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  text-transform: none;
}
.c__breadcrumb-list-item::after {
  content: ">";
  display: inline-block;
  margin: 0 0.5rem;
}
.c__breadcrumb-list-item:last-child::after {
  display: none;
}

.c__footer {
  background-color: #251e1c;
  position: relative;
  overflow: hidden;
}
.c__footer::before {
  background-image: url("../img/logo/yamalogo-white.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  opacity: 0.1;
  pointer-events: none;
  position: absolute;
  top: 25%;
  right: -50%;
  height: 664px;
  max-width: 1344px;
  width: 100%;
}
.c__footer-container {
  width: 90%;
  max-width: 1092px;
  margin: 0 auto;
  padding: 65px 0;
}
.c__footer-link-container {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.c__footer-link-container:last-child {
  margin-bottom: 0;
}
.c__footer-link-container-btn-inner {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #ffffff;
  color: #ffffff;
  display: block;
  padding: 1.5rem 0;
  text-align: center;
  position: relative;
  transition: 0.5s;
  z-index: 1;
}
.c__footer-link-container-btn-inner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #ffffff;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.5s;
}
.c__footer-link-container-btn-inner:hover {
  color: #251e1c;
}
.c__footer-link-container-btn-inner:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.c__footer-link-container-btn--medium {
  width: 49.2610837438%;
}
.c__footer-link-container-btn--large {
  line-height: 76.8px;
  width: 100%;
}
.c__footer-link-container-btn--toptxt {
  font-size: 0.6rem;
}
.c__footer-link-container-btn--number {
  font-size: 1.25rem;
}
.c__footer-link-container-btn--bottomtxt {
  font-size: 0.6rem;
}
.c__footer-logo {
  margin: 3rem 0;
}
.c__footer-logo a {
  display: block;
}
.c__footer-logo-img img {
  height: 100%;
  max-height: 50px;
  max-width: 495px;
  width: 100%;
}
.c__footer-info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 3rem;
}
.c__footer-info-unit {
  width: 47.619047619%;
  color: #ffffff;
}
.c__footer-info-unit-address-item {
  margin-bottom: 2rem;
}
.c__footer-info-unit-address-item--address {
  line-height: 2;
}
.c__footer-info-unit-address-item--address a {
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 0.75rem;
  margin-left: 10px;
  padding: 4px;
  transition: 0.3s all;
  vertical-align: top;
}
.c__footer-info-unit-address-item--address a:hover {
  background-color: #ffffff;
  color: #251e1c;
  transition: 0.3s all;
}
.c__footer-info-unit--2col {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
}
.c__footer-info-area {
  margin-bottom: 2rem;
}
.c__footer-info-area a {
  color: #ffffff;
  text-decoration: underline;
}
.c__footer-info-sns-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.c__footer-info-sns-list:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.c__footer-info-sns-list-item {
  margin-bottom: 1rem;
  margin-right: 1rem;
}
.c__footer-info-sns-list-item a {
  display: block;
  transition: 0.3s all;
}
.c__footer-info-sns-list-item a:hover {
  opacity: 0.7;
  transition: 0.3s all;
}
.c__footer-info-sns-list-item-img img {
  height: 100%;
  max-height: 25px;
  max-width: 25px;
  width: 100%;
}
.c__footer-info-sitemap {
  width: 50%;
}
.c__footer-info-sitemap-ttl {
  color: #505050;
  font-size: 1.25rem;
  font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  text-transform: none;
  margin-bottom: 0.8rem;
}
.c__footer-info-sitemap-list-item {
  margin-bottom: 0.4rem;
}
.c__footer-info-sitemap-list-item:last-child {
  margin-bottom: 0;
}
.c__footer-info-sitemap-list-item a {
  color: #ffffff;
  display: block;
  transition: 0.5s all;
}
.c__footer-info-sitemap-list-item a:hover {
  opacity: 0.7;
  transition: 0.5s all;
}

.no-webp .c__footer::before {
  background-image: url("../img/logo/yamalogo-white.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.c__copyright {
  color: #ffffff;
  text-align: center;
}

#page-top.UpMove {
  animation: UpAnime 0.8s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(250px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#page-top.DownMove {
  animation: DownAnime 0.8s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(250px);
  }
}
.c__scroll-btn {
  background-color: #505050;
  cursor: pointer;
  font-size: 2rem;
  position: fixed;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: 0.3s all;
  width: 65px;
  height: 65px;
  z-index: 1;
}
.c__scroll-btn:hover {
  background-color: rgba(80, 80, 80, 0.6);
  transition: 0.3s all;
}
.c__scroll-btn button {
  color: #ffffff;
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
}

i.fa-solid.fa-chevron-up.--grid {
  color: #ffffff;
  display: grid;
  font-size: 0.65rem;
  justify-items: center;
  align-items: center;
  letter-spacing: 0.2rem;
  line-height: 1.5;
}

.c__spnav-btn {
  display: none;
}

.c__content-heading--h2, .c__content-heading--h2--left {
  line-height: 1.2;
  margin-bottom: 2.25rem;
  text-align: center;
}
.c__content-heading--h2--left {
  text-align: left;
}
.c__content-heading--h2-en, .c__content-heading--h2-en--white {
  color: #251e1c;
  font-size: 2rem;
  font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  text-transform: none;
}
.c__content-heading--h2-en--white {
  color: #ffffff;
  font-size: 2rem;
  font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  text-transform: none;
}
.c__content-heading--h2-jp, .c__content-heading--h2-jp--white {
  color: rgba(37, 30, 28, 0.5);
  font-size: 1rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  text-transform: none;
}
.c__content-heading--h2-jp--white {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  text-transform: none;
}

.c__content-heading--p {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 3rem;
  text-align: center;
}

.c__content-txt--p {
  text-align: center;
}
.c__content-txt--p span {
  display: block;
  margin-bottom: 1rem;
}
.c__content-txt--p span:last-child {
  margin-bottom: 0;
}
.c__content-txt--p a {
  color: #251e1c;
  display: inline-block;
  margin: 0.8rem 0 0;
  text-decoration: underline;
}

.c__btn a {
  align-items: center;
  border: 1px solid #251e1c;
  color: #251e1c;
  display: grid;
  height: 47px;
  justify-items: center;
  margin: 0 auto;
  max-width: 460px;
  width: 100%;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.c__btn a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #251e1c;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.5s;
}
.c__btn a:hover {
  color: #ffffff;
}
.c__btn a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.c__pagination {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 100px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  text-align: center;
}
.c__pagination .page-numbers, .c__pagination .page-numbers.prev, .c__pagination .page-numbers.next, .c__pagination .page-numbers.current {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(37, 30, 28, 0.5);
  color: #251e1c;
  transition: 0.3s all;
  height: 40px;
  width: 40px;
}
.c__pagination .page-numbers:hover {
  background-color: #251e1c;
  color: #ffffff;
  transition: 0.3s all;
}
.c__pagination .page-numbers.current {
  background-color: #251e1c;
  color: #ffffff;
  padding: 0.2rem;
}
.c__pagination .page-numbers.next {
  color: #251e1c;
  margin-right: 0;
  padding: 0.2rem 1rem;
  width: auto;
}
.c__pagination .page-numbers.next:hover {
  background-color: #251e1c;
  color: #ffffff;
  transition: 0.3s all;
}
.c__pagination .page-numbers.prev {
  color: #251e1c;
  padding: 0.2rem 1rem;
  width: auto;
}
.c__pagination .page-numbers.prev:hover {
  background-color: #251e1c;
  color: #ffffff;
}

.c__article-list {
  margin-top: 0;
  margin-bottom: 3rem;
}
.c__article-list-item {
  border-bottom: 1px solid #251e1c;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.c__article-list-item-details {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.c__article-list-item-details-date {
  width: 20%;
}
.c__article-list-item-details-unit {
  width: 100%;
}
.c__article-list-item-details-unit-ttl {
  font-size: 1.25rem;
}
.c__article-list-item-details-unit-ttl a {
  color: #251e1c;
  font-weight: 600;
}
.c__article-list-item-details-unit-txt a {
  color: #251e1c;
}
.c__article-list-item-details-more {
  align-self: end;
  display: grid;
  justify-content: end;
  margin-right: 1rem;
  width: 30%;
}
.c__article-list-item-details-more a {
  color: #251e1c;
  display: inline-block;
  transition: transform 0.5s ease-in-out;
}
.c__article-list-item-details-more a::after {
  background-image: url("../img/arrow-black.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  display: inline-block;
  margin-left: 5px;
  height: 9px;
  width: 32px;
}
.c__article-list-item-details-more a:hover {
  transform: translateX(1rem);
}

.c__content-unit {
  color: #ffffff;
}
.c__content-unit-ttl {
  font-size: 2rem;
  text-align: center;
}
.c__content-unit-txt {
  text-align: center;
}
.c__content-unit-txt--paragraph {
  display: block;
  margin-bottom: 1rem;
}
.c__content-unit-txt--paragraph a {
  color: #251e1c;
  text-decoration: underline;
}

.c__content-service--2col, .c__content-service--2col--pb100 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.c__content-service--2col--pb100 {
  padding-bottom: 100px;
}
.c__content-service--2col--reverse {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
.c__content-service-unit {
  width: 50%;
  border-top: 1px solid #251e1c;
  border-bottom: 1px solid #251e1c;
  display: inline-block;
  left: 0;
  position: relative;
  padding: 2rem;
}
.c__content-service-unit::before {
  border-top: 3px solid #251e1c;
  border-bottom: 3px solid #251e1c;
  content: "";
  position: absolute;
  top: -7px;
  bottom: -7px;
  left: 0;
  right: 0px;
  z-index: -1;
}
.c__content-service-unit-info-ttl {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.c__article-wp {
  margin-bottom: 2rem;
}
.c__article-wp-ttl {
  margin-bottom: 3rem;
  margin-right: 1rem;
  margin-left: 1rem;
  text-align: center;
}
.c__article-wp-list--2col {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  margin-top: 0;
  margin-bottom: 0;
}
.c__article-wp-list-item {
  width: 32.2580645161%;
  position: relative;
  margin-bottom: 2rem;
}
.c__article-wp-list-item--btn {
  color: #251e1c;
}
.c__article-wp-list-item-thumbnail {
  height: 225px;
  overflow: hidden;
}
.c__article-wp-list-item-thumbnail img {
  height: 100%;
  max-height: 225px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.c__article-wp-list-item-thumbnail img:hover {
  transform: scale(1.1);
}
.c__article-wp-list-item-details-icon {
  background-color: #ff0000;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
.c__article-wp-list-item-details-icon.new {
  animation: blinkAnimation 1s infinite alternate;
}
@keyframes blinkAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c__article-wp-list-item-details-ttl {
  color: #251e1c;
  font-weight: 600;
  height: 3.85rem;
  margin: 1rem 0 0;
  text-align: justify;
}
.c__article-wp-list-item-details-category {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.c__article-wp-list-item-details-category-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.c__article-wp-list-item-details-category-list-item a {
  background-color: #f5f5f5;
  color: #251e1c;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 8px;
}
.c__article-wp-list-item-details-category-unit {
  margin-bottom: 0.5rem;
}
.c__article-wp-list-item-details-category-unit a {
  background-color: #f5f5f5;
  color: #251e1c;
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 600;
  margin-right: 0.5rem;
  padding: 5px;
  transition: 0.3s all;
}
.c__article-wp-list-item-details-category-unit a:hover {
  background-color: #251e1c;
  color: #ffffff;
  transition: 0.3s all;
}
.c__article-wp-list-item-details-foot-date {
  font-size: 0.75rem;
}
.c__article-wp-list-item-details-foot-more {
  margin-right: 1rem;
  text-align: right;
}
.c__article-wp-list-item-details-foot-more a {
  color: #251e1c;
  display: inline-block;
  transition: transform 0.5s ease-in-out;
}
.c__article-wp-list-item-details-foot-more a::after {
  background-image: url("../img/arrow-black.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  display: inline-block;
  margin-left: 5px;
  height: 9px;
  width: 32px;
}
.c__article-wp-list-item-details-foot-more a:hover {
  transform: translateX(1rem);
}
.c__article-wp-category-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  margin: 50px 0;
}
.c__article-wp-category-list-item a {
  background-color: #f5f5f5;
  color: #251e1c;
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 10px 15px;
  transition: 0.3s all;
}
.c__article-wp-category-list-item a:hover {
  background-color: #251e1c;
  color: #ffffff;
  transition: 0.3s all;
}

.c__works-post-head {
  color: #251e1c;
}
.c__works-post-head-ttl {
  margin: 0;
}
.c__works-post-head-category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.c__works-post-head-category-list-txt {
  margin-right: 10px;
}
.c__works-post-head-category-list-item {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.c__works-post-head-category-list-item:last-child {
  margin-right: 0;
}
.c__works-post-head-category-list-item-link {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  color: #251e1c;
  display: inline-block;
  font-weight: 600;
  font-size: 0.6rem;
  padding: 5px;
  transition: 0.3s all;
}
.c__works-post-head-category-list-item-link:hover {
  background-color: #251e1c;
  color: #ffffff;
  transition: 0.3s all;
}
.c__works-post-head-tag-list {
  border-bottom: 1px solid rgba(37, 30, 28, 0.5);
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c__works-post-head-tag-list-txt {
  margin-right: 10px;
}
.c__works-post-head-tag-list-item {
  color: #251e1c;
  font-size: 0.8rem;
  padding: 0 5px;
  text-decoration: underline;
  transition: 0.5s all;
}
.c__works-post-head-tag-list-item:hover {
  opacity: 0.7;
  transition: 0.5s all;
}
.c__works-post-head-date {
  text-align: right;
}

.c__works-editor-content {
  margin: 3rem 0;
}
.c__works-editor-content-inner {
  background: #f5f5f5;
  padding: 2rem;
  margin: 1rem 0;
}
.c__works-content {
  padding: 1rem 0;
}
.c__works-compare {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 auto 3rem;
  width: 100%;
}
.c__works-compare-unit {
  width: 48%;
}
.c__works-compare-ttl {
  margin-bottom: 0.75rem;
  text-align: center;
}
.c__works-compare-img img {
  max-height: 393.11px;
  min-height: 393.11px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c__works-compare-arrow {
  align-self: center;
  display: grid;
}
.c__works-compare-gallery {
  margin: 0 auto 2rem;
  width: 100%;
}
.c__works-compare-gallery-item {
  position: relative;
}
.c__works-compare-gallery-item-caption {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0.5rem 1rem;
  position: absolute;
  bottom: min(4%, 2rem);
  left: 0;
  width: 100%;
}

.c__works-content .slick-arrow {
  background-color: rgba(37, 30, 28, 0.9) !important;
  width: 50px;
  height: 50px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.c__works-content .slick-arrow span {
  color: #ffffff;
  text-align: center;
}

.c__works-content .slick-arrow::before {
  display: none;
}

.c__works-content .slick-prev {
  left: 1rem;
}

.c__works-content .slick-next {
  right: 1rem;
}

.c__works-content .slick-list.draggable {
  padding: 0 !important;
}

.c__works-gallery-thumbnail {
  margin: 0 auto;
  width: 100%;
}

.c__works-gallery-thumbnail .slick-track {
  margin-bottom: 50px;
  transform: unset !important;
}

.c__works-gallery-thumbnail-item {
  opacity: 0.3;
}

.c__works-gallery-thumbnail-item.slick-current {
  opacity: 1;
}

.c__works-gallery-thumbnail-item.slick-slide {
  max-width: 160px;
  width: 100%;
  height: auto;
}

.c__content-contact--2col {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.c__content-contact-btn {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #251e1c;
  color: #251e1c;
  padding: 2rem 0;
  max-width: 547px;
  width: 100%;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.c__content-contact-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #251e1c;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.5s;
}
.c__content-contact-btn::after {
  content: "";
  background-image: url(../img/mail-icon.png);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: relative;
  left: -45%;
}
.c__content-contact-btn:hover {
  border: 1px solid #251e1c;
  color: #ffffff;
}
.c__content-contact-btn:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.c__content-contact-btn:hover::after {
  content: "";
  background-image: url(../img/mail-icon-w.png);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}
.c__content-contact-btn-txt--en {
  display: block;
  font-size: 1.25rem;
}
.c__content-contact-btn-txt--jp {
  font-size: 1rem;
}
.c__content-contact-txt a {
  color: #251e1c;
  display: inline-block;
  margin: 0.8rem 0 0;
  text-decoration: underline;
}

.c__contact-policy-unit-ttl {
  margin-bottom: 0.5rem;
  text-align: left;
}
.c__contact-policy-unit-txt {
  margin-bottom: 2rem;
  text-align: left;
}

.c__g-map iframe {
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.c__content-access--2col {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.c__content-access-unit-ttl {
  line-height: 1.2;
  margin-bottom: 1rem;
}
.c__content-access-unit-ttl--en {
  font-size: 2rem;
  letter-spacing: 0.25rem;
}
.c__content-access-unit-ttl--jp {
  font-size: 1.25rem;
}
.c__content-access-unit-txt--tel a {
  color: #251e1c;
  font-size: 1.25rem;
  transition: 0.5s all;
}
.c__content-access-unit-txt--tel a:hover {
  opacity: 0.7;
  transition: 0.5s all;
}
.c__content-access-note {
  margin-bottom: 2rem;
  margin-left: auto;
}
.c__content-access-note a {
  color: #251e1c;
  display: block;
  transition: transform 0.5s ease-in-out;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.c__content-access-note a:last-child {
  margin-bottom: 0;
}
.c__content-access-note a::after {
  background-image: url(../img/arrow-black.svg);
  content: "";
  display: inline-block;
  margin-left: 5px;
  height: 9px;
  width: 32px;
}
.c__content-access-note a:hover {
  transform: translateX(1rem);
}

.p__index-mv-scroll-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.8) 100%);
}
.p__index-mv-scroll-btn a {
  display: inline-block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  z-index: 2;
  padding: 10px 0 110px;
  color: #ffffff;
  line-height: 4;
  letter-spacing: 0.2em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  overflow: hidden;
  width: 100vw;
}
.p__index-mv-scroll-btn a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background-color: #ffffff;
}
.p__index-mv-scroll-btn a:hover {
  cursor: default;
}
.p__index-mv-movie {
  height: 100vh;
}
.p__index-mv-movie::before {
  content: "";
  background-color: rgba(80, 80, 80, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.p__index-mv-movie video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  min-width: 100%;
  height: 56.25vw;
  min-height: 100%;
  z-index: -1;
}
.p__index-mv-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.p__index-mv-txt-img {
  height: 115px;
  width: 730px;
}

#scroll-btn a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background-color: #505050;
}
#scroll-btn a::after {
  animation: sdl06 5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl06 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.p__index-flyer {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 1.2rem;
  max-height: 145px;
  max-width: 425px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.p__index-flyer--2col {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.p__index-flyer a {
  transition: 0.5s all;
}
.p__index-flyer a:hover {
  opacity: 0.7;
}
.p__index-flyer a img {
  height: 100%;
  max-height: 107.92px;
  max-width: 153px;
  width: 100%;
}
.p__index-flyer-txt {
  line-height: 1;
  padding: 0 10px;
}
.p__index-flyer-txt-unit {
  color: #251e1c;
  font-size: 1.25rem;
  font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  text-transform: none;
  line-height: 1;
}
.p__index-flyer-txt-unit--jp {
  display: inline-block;
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.p__index-flyer-txt-unit--desc {
  font-size: 0.75rem;
}

.p__index--inner, .p__index--inner--veg02, .p__index--inner--veg01, .p__index--inner--btn02, .p__index--inner--tree, .p__index--inner--blade, .p__index--inner--leaf, .p__index--inner--ume, .p__index--inner--yama, .p__index--inner--btn {
  margin: 150px auto;
  max-width: 1092px;
  width: 100%;
}
.p__index--inner--btn::before {
  background-image: url("../img/index/index_btn-bg.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  pointer-events: none;
  position: absolute;
  bottom: -23%;
  right: 0;
  height: 295px;
  max-width: 376px;
  width: 100%;
  z-index: -1;
}
.p__index--inner--yama::before {
  background-image: url("../img/logo/yamalogo-gray.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  pointer-events: none;
  opacity: 0.2;
  position: absolute;
  top: 0;
  right: 45%;
  height: 664px;
  max-width: 1344px;
  width: 100%;
  z-index: -1;
}
.p__index--inner--ume::before {
  background-image: url("../img/index/index_ume-bg.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  pointer-events: none;
  position: absolute;
  top: -20%;
  right: 0;
  height: 721px;
  max-width: 850px;
  width: 100%;
  z-index: -1;
}
.p__index--inner--leaf::before {
  background-image: url("../img/index/index_leaf-bg.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  pointer-events: none;
  position: absolute;
  top: -3%;
  left: 0;
  height: 508px;
  max-width: 850px;
  width: 100%;
  z-index: -1;
}
.p__index--inner--blade::before {
  background-image: url("../img/index/index_blade-bg.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  pointer-events: none;
  position: absolute;
  top: -4%;
  right: 0;
  height: 504px;
  max-width: 850px;
  width: 100%;
  z-index: -1;
}
.p__index--inner--tree::before {
  background-image: url("../img/index/index_tree-bg.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  pointer-events: none;
  position: absolute;
  top: -9%;
  left: 0;
  height: 588px;
  max-width: 850px;
  width: 100%;
  z-index: -1;
}
.p__index--inner--btn02::before {
  background-image: url("../img/index/index_btn-bg02.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  pointer-events: none;
  position: absolute;
  bottom: 0;
  right: 5%;
  height: 172px;
  max-width: 217px;
  width: 100%;
  z-index: -1;
}
.p__index--inner--veg01::before {
  background-image: url("../img/index/index_veg-bg.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 28%;
  height: 354px;
  max-width: 545px;
  width: 100%;
  z-index: -1;
}
.p__index--inner--veg02::before {
  background-image: url("../img/index/index_veg-bg.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  pointer-events: none;
  left: 0;
  bottom: -5%;
  position: absolute;
  height: 354px;
  max-width: 545px;
  width: 100%;
  z-index: -1;
}

.no-webp .p__index--inner--btn::before {
  background-image: url("../img/index/index_btn-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.no-webp .p__index--inner--yama::before {
  background-image: url("../img/logo/yamalogo-gray.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.no-webp .p__index--inner--ume::before {
  background-image: url("../img/index/index_ume-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.no-webp .p__index--inner--leaf::before {
  background-image: url("../img/index/index_leaf-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.no-webp .p__index--inner--blade::before {
  background-image: url("../img/index/index_blade-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.no-webp .p__index--inner--tree::before {
  background-image: url("../img/index/index_tree-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.no-webp .p__index--inner--btn02::before {
  background-image: url("../img/index/index_btn-bg02.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.no-webp .p__index--inner--veg01::before {
  background-image: url("../img/index/index_veg-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.no-webp .p__index--inner--veg02::before {
  background-image: url("../img/index/index_veg-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.p__index-content-ttl {
  font-size: 2rem;
  text-align: center;
}
.p__index-content-txt {
  text-align: center;
  margin-bottom: 3.5rem;
}
.p__index-content-txt--paragraph {
  display: block;
  margin-bottom: 1rem;
}
.p__index-content-txt--paragraph a {
  color: #251e1c;
  text-decoration: underline;
}
.p__index-content-area {
  border-top: 1px solid #251e1c;
  border-bottom: 1px solid #251e1c;
  display: inline-block;
  left: 14%;
  position: relative;
  padding: 2rem;
}
.p__index-content-area::before {
  border-top: 3px solid #251e1c;
  border-bottom: 3px solid #251e1c;
  content: "";
  position: absolute;
  top: -7px;
  bottom: -7px;
  left: 0;
  right: 0px;
  z-index: -1;
}
.p__index-content-area-unit-ttl {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.p__company--inner, .p__company--inner--white, .p__company--inner--blade02, .p__company--inner--ume {
  margin: 150px auto;
  max-width: 1092px;
  width: 100%;
}
.p__company--inner--ume::before {
  background-image: url("../img/index/index_ume-bg.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 721px;
  max-width: 850px;
  width: 100%;
  z-index: -1;
}
.p__company--inner--blade02::before {
  background-image: url("../img/index/index_blade-bg02.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 504px;
  max-width: 850px;
  width: 100%;
  z-index: -1;
}
.p__company--inner--white {
  color: #ffffff;
  margin: 0 auto;
}

.no-webp .p__company--inner--ume::before {
  background-image: url("../img/index/index_ume-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.no-webp .p__company--inner--blade02::before {
  background-image: url("../img/index/index_blade-bg02.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.p__company-content-area-unit-ttl {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.p__company-list {
  border-collapse: separate;
  border-spacing: 10px;
  height: 100%;
  margin: 0 auto;
  max-width: 875px;
  width: 100%;
}
.p__company-list-line-th {
  background-color: #707070;
  color: #ffffff;
  font-weight: 500;
  padding: 1.25rem;
  width: 25%;
}
.p__company-list-line-td {
  background-color: #ffffff;
  padding: 1rem 2rem;
}
.p__company-list-line-td--item {
  display: block;
}

#sb_instagram {
  margin-bottom: 1rem !important;
}
#sb_instagram .sbi_photo_wrap {
  overflow: hidden;
}
#sb_instagram .sbi_photo_wrap .sbi_photo {
  transition: ease-in-out 0.5s;
  overflow: hidden;
}
#sb_instagram .sbi_photo_wrap .sbi_photo:hover {
  transform: scale(1.05);
}

.p__flow--inner, .p__flow--inner--blade, .p__flow--inner--tree {
  margin: 150px auto;
  max-width: 1092px;
  width: 100%;
}
.p__flow--inner--tree::before {
  background-image: url("../img/index/index_tree-bg.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 588px;
  max-width: 850px;
  width: 100%;
  z-index: -1;
}
.p__flow--inner--blade::before {
  background-image: url("../img/index/index_blade-bg.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  pointer-events: none;
  position: absolute;
  bottom: 50%;
  right: 0;
  height: 504px;
  max-width: 850px;
  width: 100%;
  z-index: -1;
}

.no-webp .p__flow--inner--tree::before {
  background-image: url("../img/index/index_tree-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.no-webp .p__flow--inner--blade::before {
  background-image: url("../img/index/index_blade-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.p__flow-list-item--2col {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.p__flow-list-item-txt {
  line-height: 0.5;
}
.p__flow-list-item-txt--en {
  font-size: 1.25rem;
}
.p__flow-list-item-txt--num {
  font-size: 12.5rem;
}
.p__flow-list-item-unit {
  width: 75%;
}
.p__flow-list-item-unit-heading {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.p__flow-list-item-unit-sample {
  margin-top: 1.25rem;
}
.p__flow-list-item-unit-sample a {
  background-color: #f5f5f5;
  color: #251e1c;
  margin-right: 1rem;
  margin-bottom: 1rem;
  padding: 10px;
  transition: 0.3s all;
  display: inline-block;
}
.p__flow-list-item-unit-sample a:hover {
  background-color: #251e1c;
  color: #ffffff;
  transition: 0.3s all;
}
.p__flow-list-item-image {
  height: 180px;
  width: 100%;
  position: relative;
}
.p__flow-list-item-image::before {
  background-image: url("../img/arrow-black.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  display: inline-block;
  height: 9px;
  width: 32px;
  transform: rotate(90deg);
  position: absolute;
  left: 5%;
  top: 50%;
}

input, textarea {
  border: 1px solid #251e1c;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

textarea {
  width: 100%;
}

input#zip {
  max-width: 100px;
  width: 100%;
}

input[type=submit] {
  align-items: center;
  background-color: transparent;
  border: 1px solid #251e1c;
  color: #251e1c;
  cursor: pointer;
  display: grid;
  height: 47px;
  justify-items: center;
  transition: 0.5s all;
  margin: 0 auto;
  max-width: 460px;
  width: 100%;
}
input[type=submit]:hover {
  background-color: #251e1c;
  color: #ffffff;
  transition: 0.5s all;
}

button[type=submit] {
  align-items: center;
  background-color: transparent;
  border: 1px solid #251e1c;
  color: #251e1c;
  cursor: pointer;
  display: grid;
  height: 47px;
  justify-items: center;
  transition: 0.5s all;
  margin: 0 auto 1rem;
  max-width: 460px;
  width: 100%;
}
button[type=submit]:hover {
  background-color: #251e1c;
  color: #ffffff;
  transition: 0.5s all;
}

.wpcf7 input[name=your-name],
.wpcf7 input[name=your-ruby],
.wpcf7 input[name=your-mail],
.wpcf7 input[name=your-area],
.wpcf7 input[name=your-tel],
.wpcf7 input[name=your-place] {
  width: 100%;
}

.p__contact--inner, .p__contact--inner--ume, .p__contact--inner--gray {
  margin: 150px auto;
  max-width: 1092px;
  text-align: center;
  width: 100%;
}
.p__contact--inner--gray {
  background-color: #f5f5f5;
  padding: 2rem;
  margin: 0 auto;
  max-width: 710px;
  width: 100%;
}
.p__contact--inner--gray::after {
  background-image: url("../img/index/index_ume-bg02.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 704px;
  max-width: 850px;
  width: 100%;
  z-index: -1;
}
.p__contact--inner--ume::after {
  background-image: url("../img/index/index_ume-bg02.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 704px;
  max-width: 850px;
  width: 100%;
  z-index: -1;
}

.no-webp .p__contact--inner--gray::after {
  background-image: url("../img/index/index_ume-bg02.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.no-webp .p__contact--inner--ume::after {
  background-image: url("../img/index/index_ume-bg02.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.p__contact-line-txt {
  margin-bottom: 1rem;
}

.p__contact-form-txt {
  text-align: center;
}
.p__contact-form-table {
  border-collapse: separate;
  border-spacing: 0 24px;
  margin: 0 auto;
  max-width: 705px;
  table-layout: fixed;
  width: 100%;
}
.p__contact-form-table-line--th {
  font-weight: 500;
  padding-right: 20px;
  text-align: right;
  width: 40%;
}
.p__contact-form-table-line--th--required {
  color: #ff0000;
}
.p__contact-form-table-line--td {
  display: block;
  text-align: left;
}
.p__contact-form-table-line--td--txt {
  display: block;
}
.p__contact-form-table-line--td--sample {
  border: 2px dashed #505050;
  padding: 1.5rem 1.5rem 1rem;
}
.p__contact-form-table-line--td--sample--list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  list-style-type: none;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.p__contact-form-table-line--td--sample--list a {
  background-color: #f5f5f5;
  color: #251e1c;
  margin-right: 1rem;
  margin-bottom: 1rem;
  padding: 10px;
  transition: 0.3s all;
  display: inline-block;
}
.p__contact-form-table-line--td--sample--list a:hover {
  background-color: #251e1c;
  color: #ffffff;
  transition: 0.3s all;
}
.p__contact-form-checkbox {
  margin-bottom: 2rem;
  text-align: center;
}

.p__comments-form {
  text-align: center;
}
.p__comments-form-txt {
  margin-bottom: 2rem;
}
.p__comments-form-table {
  border-collapse: separate;
  border-spacing: 0 24px;
  margin: 0 auto;
  max-width: 705px;
  table-layout: fixed;
  width: 100%;
}
.p__comments-form-table-line--th {
  font-weight: 500;
  padding-right: 20px;
  text-align: right;
  width: 40%;
}
.p__comments-form-table-line--th--required {
  color: #ff0000;
}
.p__comments-form-table-line--td {
  display: block;
  text-align: left;
}
.p__comments-form-checkbox {
  margin-bottom: 2rem;
}

.p__news--inner {
  margin: 80px auto 40px;
  max-width: 1092px;
  width: 100%;
}
.p__news-article-ttl {
  margin-bottom: 3rem;
  margin-top: 0;
  text-align: center;
}

.p__single-news-post--inner {
  margin: 0 auto;
  max-width: 1092px;
  width: 100%;
}
.p__single-news-post-head-ttl {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0;
}
.p__single-news-post-head-date {
  margin-bottom: 2rem;
}
.p__single-news-post-head-img {
  text-align: center;
  margin-bottom: 2rem;
}
.p__single-news-post-head-img img {
  width: 80%;
}
.p__single-news-post-content {
  margin-bottom: 80px;
}
.p__single-news-post-pagination {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
.p__single-news-post-pagination--prev a {
  border: 1px solid #251e1c;
  color: #251e1c;
  display: block;
  padding: 1rem;
  text-align: center;
  transition: 0.3s all;
  max-width: 230px;
  width: 100%;
}
.p__single-news-post-pagination--prev a:hover {
  background-color: #251e1c;
  color: #ffffff;
  transition: 0.3s all;
}
.p__single-news-post-pagination--next a {
  border: 1px solid #251e1c;
  color: #251e1c;
  display: block;
  padding: 1rem;
  text-align: center;
  transition: 0.3s all;
  max-width: 230px;
  width: 100%;
}
.p__single-news-post-pagination--next a:hover {
  background-color: #251e1c;
  color: #ffffff;
  transition: 0.3s all;
}

.p__single-news--inner {
  margin: 150px auto;
  max-width: 1092px;
  width: 100%;
}

.p__products--inner {
  margin: 0 auto;
  max-width: 1092px;
  width: 100%;
}

.p__single-products--inner {
  margin: 0 auto 100px;
  max-width: 1092px;
  width: 100%;
}

.p__single-products--inner--list {
  margin: 0 auto 100px;
  max-width: 1092px;
  width: 100%;
}

.p__single-products-post-head-ttl {
  margin: 0;
}
.p__single-products-post-content {
  margin-bottom: 80px;
}
.p__single-products-post-content-thumbnail img {
  height: 100%;
  margin-bottom: 3rem;
}
.p__single-products-post-content-item {
  margin-bottom: 3rem;
}
.p__single-products-post-content-item:last-child {
  margin-bottom: 0;
}
.p__single-products-post-pagination {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.p__single-products-post-pagination--prev a {
  border: 1px solid #251e1c;
  color: #251e1c;
  display: block;
  padding: 1rem;
  text-align: center;
  transition: 0.3s all;
  max-width: 230px;
  width: 100%;
}
.p__single-products-post-pagination--prev a:hover {
  background-color: #251e1c;
  color: #ffffff;
  transition: 0.3s all;
}
.p__single-products-post-pagination--all a {
  border: 1px solid #251e1c;
  color: #251e1c;
  display: block;
  padding: 1rem;
  text-align: center;
  transition: 0.3s all;
  max-width: 230px;
  width: 100%;
}
.p__single-products-post-pagination--all a:hover {
  background-color: #251e1c;
  color: #ffffff;
  transition: 0.3s all;
}
.p__single-products-post-pagination--next a {
  border: 1px solid #251e1c;
  color: #251e1c;
  display: block;
  padding: 1rem;
  text-align: center;
  transition: 0.3s all;
  max-width: 230px;
  width: 100%;
}
.p__single-products-post-pagination--next a:hover {
  background-color: #251e1c;
  color: #ffffff;
  transition: 0.3s all;
}

#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  background: linear-gradient(125deg, #000 20%, #525252, #fff);
  text-align: center;
  color: #ffffff;
}

#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#splash_logo img {
  max-width: 675px;
  width: 100%;
}

@media screen and (max-width: 559px) {
  #splash_logo img {
    width: 425px;
    height: auto;
  }
}
@media screen and (max-width: 425px) {
  #splash_logo img {
    width: 320px;
    height: auto;
  }
}
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.blur {
  animation-name: blurAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
  }
  to {
    filter: blur(0);
    transform: scale(1);
  }
}
.kenburns-top {
  animation: kenburns-top 20s ease-out both;
}
@keyframes kenburns-top {
  0% {
    transform: scale(1) translateY(0);
    transform-origin: 50% 16%;
  }
  100% {
    transform: scale(1.25) translateY(-15px);
    transform-origin: top;
  }
}
/* ▶ PC-WIDE*min-width:1600px */
@media screen and (min-width: 1600px) {
  .c__footer::before {
    position: absolute;
    top: 25%;
    right: -25%;
  }
}
/* ▶ PC*max-width:1024px */
@media screen and (max-width: 1024px) {
  .l__container--short {
    margin: 50px auto;
    width: 90%;
  }
  .p__index--inner {
    margin: 100px auto;
    width: 90%;
  }
  .p__index--inner--btn {
    margin: 100px auto;
    width: 90%;
  }
  .p__index--inner--yama {
    margin: 100px auto;
    width: 90%;
  }
  .p__index--inner--ume {
    margin: 100px auto;
    width: 90%;
  }
  .p__index--inner--tree {
    margin: 100px auto;
    width: 90%;
  }
  .p__index--inner--btn02 {
    margin: 100px auto;
    width: 90%;
  }
  .p__index--inner--veg01 {
    margin: 50px auto;
    width: 90%;
  }
  .p__index--inner--veg02 {
    margin: 50px auto;
    width: 90%;
  }
  .p__index-content-area {
    left: 7%;
  }
  .c__content-service--2col {
    justify-content: center;
  }
  .c__content-service-unit {
    margin: 4rem 0 0;
    width: 85%;
  }
  .c__content-contact-txt {
    margin: 2rem 0 0;
  }
  .p__company--inner {
    margin: 100px auto;
    width: 90%;
  }
  .p__company--inner--ume {
    margin: 100px auto;
    width: 90%;
  }
  .p__company--inner--blade02 {
    margin: 100px auto;
    width: 90%;
  }
  .c__content-service--2col--pb100 {
    justify-content: center;
  }
  .c__content-service--2col--reverse {
    justify-content: center;
  }
  .p__flow--inner {
    margin: 100px auto;
    width: 90%;
  }
  .p__flow--inner--blade {
    margin: 100px auto;
    width: 90%;
  }
  .p__flow--inner--tree {
    margin: 100px auto;
    width: 90%;
  }
  .p__contact--inner {
    margin: 100px auto;
    width: 90%;
  }
  .p__contact--inner--ume {
    margin: 100px auto;
    width: 90%;
  }
  .p__contact--inner--gray {
    margin: 50px auto;
    width: 90%;
  }
  .p__news--inner {
    width: 90%;
  }
  .p__single-news--inner {
    width: 90%;
  }
  .p__single-news-post--inner {
    width: 90%;
  }
  .p__products--inner {
    width: 90;
  }
  .c__article-wp-category-list {
    margin: 50px auto;
    width: 90%;
  }
  .c__article-wp-list--2col {
    justify-content: center;
  }
  .p__single-products--inner {
    width: 90%;
  }
}
/* ▶ SEMI-WIDE*max-width: 950px */
@media screen and (max-width: 950px) {
  .br--pc {
    display: none;
  }
  .br--sp {
    display: block;
  }
  .c__hero-content-heading {
    font-size: 4rem;
  }
  .p__index-content-area {
    left: 0;
  }
  .c__article-wp-list--2col {
    justify-content: center;
  }
}
/* ▶ TAB*max-width: 768px */
@media screen and (max-width: 768px) {
  .p__index-mv-txt-img {
    height: 88.05px;
    width: 559px;
  }
  .p__index-flyer {
    background-color: rgba(37, 30, 28, 0.9);
    margin-left: auto;
    position: static;
  }
  .p__index-flyer-txt-unit {
    color: #ffffff;
  }
  .c__content-service-unit {
    width: 100%;
  }
  .c__article-wp-list--2col {
    display: block;
  }
  .c__article-wp-list-item {
    width: 100%;
  }
  .c__article-wp-list-item-thumbnail {
    height: 385px;
  }
  .c__article-wp-list-item-thumbnail img {
    max-height: 385px;
  }
  .c__article-wp-list-item-details {
    margin: 0 auto;
    width: 90%;
  }
  .c__footer-link-container {
    display: block;
  }
  .c__footer-link-container-btn--medium {
    width: 100%;
    margin-bottom: 1rem;
  }
  .c__footer-link-container-btn--medium:last-child {
    margin-bottom: 0;
  }
  .c__footer-info {
    display: block;
  }
  .c__footer-info-unit {
    width: 100%;
  }
  .c__footer-info-unit--2col {
    margin: 1rem 0;
    width: 100%;
  }
  .p__flow-list-item--2col {
    display: block;
  }
  .p__flow-list-item-txt {
    text-align: right;
  }
  .p__flow-list-item-txt--en {
    font-size: 1rem;
  }
  .p__flow-list-item-txt--num {
    font-size: 6.25rem;
  }
  .p__flow-list-item-unit {
    width: 100%;
  }
  .p__flow-list-item-unit-heading {
    font-size: 1.25rem;
  }
  .p__flow-list-item-image {
    height: 80px;
  }
  .p__flow-list-item-image::before {
    left: 45%;
  }
  .c__works-post-head-date {
    margin: 0;
  }
}
/* ▶ SP*max-width: 559px  */
@media screen and (max-width: 559px) {
  .c__header-btn2 {
    display: none;
  }
  .c__spnav-btn {
    background-color: #251e1c;
    bottom: 0;
    border-top: 1px solid #ffffff;
    color: #ffffff;
    cursor: pointer;
    display: block;
    position: fixed;
    width: 100%;
    z-index: 100;
  }
  .c__spnav-btn-list {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .c__spnav-btn-list-item {
    width: 25%;
    border-right: 1px solid #ffffff;
  }
  .c__spnav-btn-list-item:last-child {
    border-right: none;
  }
  .c__spnav-btn-list-item--tel {
    color: #ffffff;
    font-size: 0.6rem;
    display: grid;
    justify-items: center;
    align-content: space-evenly;
    align-items: center;
    height: 65px;
  }
  .c__spnav-btn-list-item--tel::before {
    background-image: url("../img/tel.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
  }
  .c__spnav-btn-list-item--mail {
    color: #ffffff;
    font-size: 0.6rem;
    display: grid;
    justify-items: center;
    align-content: space-evenly;
    align-items: center;
    height: 65px;
  }
  .c__spnav-btn-list-item--mail::before {
    background-image: url("../img/mail.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
  }
  .c__spnav-btn-list-item--menu {
    color: #ffffff;
    font-size: 0.6rem;
    display: grid;
    justify-items: center;
    align-content: space-evenly;
    align-items: center;
    height: 65px;
  }
  .c__spnav-btn-list-item--menu::before {
    background-image: url("../img/menu.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
  }
  .c__scroll-btn {
    font-size: 1.25rem;
    bottom: 65px;
    right: 0;
  }
  .c__scroll-btn::before {
    line-height: 3rem;
  }
  .c__btn {
    margin: 0 1rem;
  }
  .l__header {
    max-height: 50px;
  }
  .c__header-logo {
    padding: 0 0.5rem 0.5rem;
  }
  .c__header-logo-img img {
    width: 50%;
  }
  .c__header-btn {
    width: 50px;
    height: 50px;
  }
  .c__header-btn span {
    right: 12px;
    height: 2px;
  }
  .c__header-btn span:nth-of-type(1) {
    top: 14px;
    width: 16px;
  }
  .c__header-btn span:nth-of-type(2) {
    top: 22px;
    width: 21px;
  }
  .c__header-btn span:nth-of-type(3) {
    top: 30px;
    width: 26px;
  }
  .c__header-btn.active span:nth-of-type(1) {
    width: 21px;
    top: 16px;
    left: 15px;
  }
  .c__header-btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .c__header-btn.active span:nth-of-type(3) {
    width: 21px;
    top: 28px;
    left: 15px;
  }
  .c__header-navigation-logo {
    padding: 0 0.5rem 0.5rem;
  }
  .c__header-navigation-menu {
    border-bottom: 1px solid #ffffff;
    margin: 0 0 1.5rem;
    padding: 0 0 1.5rem;
  }
  .c__header-navigation-menu-list-item {
    margin-bottom: 1rem;
  }
  .c__header-navigation-menu-list-item a {
    font-size: 1.5rem;
  }
  .c__header-navigation-menu-list-item a span {
    font-size: 0.75rem;
  }
  .c__header-navigation-info-sns-list {
    margin: 1rem 0;
  }
  .c__header-navigation-info-number-ttl--tel {
    font-size: 1.5rem;
  }
  #g-nav.panelactive #g-nav-list {
    align-items: start;
    display: grid;
    padding-bottom: 100px;
  }
  .p__index-mv-btn span {
    font-size: 0.75rem;
    left: -17px;
  }
  .c__hero-content-heading {
    font-size: 2.5rem;
  }
  .c__footer-container {
    padding: 65px 0 100px;
  }
  .l__container--news-bg::before {
    height: 425px;
  }
  .l__container--service-bg::before {
    height: 425px;
  }
  .p__index-mv-txt img {
    height: auto;
    width: 425px;
  }
  .c__article-list-item-details {
    display: block;
  }
  .c__article-list-item-details-date {
    width: 100%;
  }
  .c__article-list-item-details-more {
    margin-right: 0;
    padding-right: 1rem;
    width: 100%;
  }
  .c__content-heading--h2 {
    line-height: 1;
    margin-bottom: 1.25rem;
  }
  .c__content-heading--h2-en {
    font-size: 1.25rem;
  }
  .c__content-heading--h2-en--white {
    font-size: 1.25rem;
  }
  .c__content-heading--h2-jp {
    font-size: 0.75rem;
  }
  .c__content-heading--h2-jp--white {
    font-size: 0.75rem;
  }
  .c__content-heading--h2--left {
    line-height: 1;
    margin-bottom: 0;
  }
  .c__content-heading--p {
    font-size: 1.25rem;
  }
  .c__content-unit-ttl {
    font-size: 1.25rem;
  }
  .c__content-unit-txt {
    padding: 0 1.5rem;
  }
  .p__index-content-ttl {
    font-size: 1.25rem;
  }
  .p__index--inner {
    margin: 80px auto;
  }
  .c__content-contact-btn {
    text-align: center;
  }
  .c__content-contact-btn::after {
    display: none;
  }
  .c__article-wp-list-item-thumbnail {
    height: 285px;
  }
  .c__article-wp-list-item-thumbnail img {
    max-height: 285px;
  }
  .c__content-access--2col {
    flex-direction: column-reverse;
  }
  .p__contact-form-table-line--th {
    display: block;
    margin-bottom: 0.5rem;
    text-align: left;
    width: 200%;
  }
  .p__contact-form-table-line--td {
    display: block;
    width: 200%;
  }
  .c__contact-policy-unit-ttl {
    font-size: 1rem;
  }
  .c__contact-policy-unit-txt {
    font-size: 0.75rem;
  }
  .p__comments-form-table-line--th {
    display: block;
    margin-bottom: 0.5rem;
    text-align: left;
    width: 100%;
  }
  .p__comments-form-table-line--td {
    display: block;
    width: 100%;
  }
  .c__works-compare {
    display: block;
  }
  .c__works-compare-unit {
    width: 100%;
  }
  .c__works-compare-arrow {
    margin: 1rem 0;
    text-align: center;
    transform: rotate(90deg);
  }
  .c__works-content .slick-arrow {
    width: 35px;
    height: 35px;
  }
  .c__works-gallery-thumbnail .slick-track {
    margin-bottom: 50px;
  }
  .c__works-gallery-thumbnail-item.slick-slide.slick-cloned {
    display: none;
  }
}
/* ▶ SP-NARROW*max-width: 425px  */
@media screen and (max-width: 425px) {
  .p__index-mv-txt img {
    height: auto;
    width: 320px;
  }
  .c__article-list-item-details-unit-ttl {
    font-size: 1rem;
  }
  .c__article-list-item-details-unit-txt {
    font-size: 0.75rem;
  }
  .p__index-content-txt {
    font-size: 0.75rem;
    text-align: left;
  }
  .p__index-content-area {
    padding: 1rem;
  }
  .p__index-content-area-unit-ttl {
    font-size: 0.9rem;
  }
  .p__index-content-area-unit-txt {
    font-size: 0.75rem;
  }
  .c__content-unit-txt {
    font-size: 0.75rem;
    text-align: left;
  }
  .c__content-service-unit {
    padding: 1rem;
  }
  .c__content-service-unit-info-ttl {
    font-size: 0.9rem;
  }
  .c__content-service-unit-info-txt {
    font-size: 0.75rem;
  }
  .c__hero-content-heading {
    font-size: 2rem;
  }
  .p__company-list-line-th {
    display: block;
    width: 100%;
  }
  .p__company-list-line-td {
    display: block;
    width: 100%;
  }
  .p__company-content-area-unit-ttl {
    font-size: 0.9rem;
  }
  .p__company-content-area-unit-txt {
    font-size: 0.75rem;
  }
}/*# sourceMappingURL=style.css.map */