@charset "UTF-8";
/* =================================
  Foundation
================================= */
/*
  Reset
————————————————————————————————————————— */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
*, *::before, *::after {
  box-sizing: border-box;
}
img {
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  height: auto;
}
input[type="submit"], input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}
select::-ms-expand {
  display: none;
}
/*
  Settings
————————————————————————————————————————— */
/*
  Base
————————————————————————————————————————— */
html, body {
  overflow-x: clip; /* hiddenからclipに変更（stickyに影響しない） */
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-style: normal;
  font-stretch: normal;
  color: #212121;
  line-height: 1.6;
  letter-spacing: 0.03em;
  transition: background-color 0.5s ease;
}
h1 {
  font-weight: 700;
  font-size: 3.5rem;
  margin-bottom: 32px;
}
h2 {
  font-weight: 500;
  font-size: 2.5rem;
  margin-bottom: 48px;
}
h3 {
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 32px;
}
h4 {
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 24px;
}
p {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 16px;
}
p.text18 {
  font-size: 1.125rem;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  component(768)
  =========================*/
  h1 {
    font-size: 2rem;
    margin-bottom: 32px;
  }
  h2 {
    font-size: 1.5rem;
    margin-bottom: 24px;
  }
  h3 {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
  h4 {
    font-size: 1.25rem;
    margin-bottom: 16px;
  }
}
/* =================================
  Layout
================================= */
/*
  layout
————————————————————————————————————————— */
.l-main {
  flex: 1;
  padding: 96px 0;
}
body.home .l-main {
  padding: 0;
}
.l-siteWrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.l-wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.l-wrapper2 {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}
.l-wrapper3 {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.l-wrapper4 {
  width: 90%;
  max-width: 860px;
  margin: 0 auto;
}
.l-section {
  padding: 72px 0;
}
.l-section2 {
  padding-top: 72px;
}
.l-section3 {
  padding-top: 128px;
}
.l-section4 {
  padding-bottom: 64px;
}
.l-section5 {
  padding-top: 128px;
  padding-bottom: 48px;
}
.l-section6 {
  padding: 96px 0;
}
.l-section7 {
  padding: 128px 0;
}
.l-section8 {
  padding-top: 64px;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
  layout(992)
  =========================*/
  .l-wrapper, .l-wrapper2, .l-wrapper3 {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  /* ======================
  layout(767)
  =========================*/
  .l-main {
    padding: 72px 0;
  }
  .l-section {
    padding: 48px 0;
  }
  .l-section2 {
    padding-top: 48px;
  }
  .l-section3 {
    padding-top: 96px;
  }
  .l-section4 {
    padding-bottom: 96px;
  }
  .l-section5 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .l-section6 {
    padding: 48px 0;
  }
  .l-section7 {
    padding: 64px 0;
  }
  .l-section4 {
    padding: 32px 0;
  }
  .l-wrapper.-full, .l-wrapper2.-full {
    max-width: 100%;
  }
}
/* =================================
  Object
================================= */
/*
component
————————————————————————————————————————— */
h1.c-title {
  font-weight: 500;
  font-size: 3.5rem;
}
h1.c-title span {
  font-family: "Poppins", sans-serif;
  color: #D80C18;
  font-size: 2rem;
  display: block;
}
h1.c-title.center {
  text-align: center;
}
h2.c-title {
  font-weight: 600;
  font-size: 3rem;
}
h2.c-title span {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #D80C18;
  display: block;
}
h2.c-title.line {
  padding-bottom: 32px;
  position: relative;
}
h2.c-title.line:after {
  content: "";
  display: inline-block;
  background: #D80C18;
  width: 50px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
h2.c-title.center {
  text-align: center;
}
h2.c-title.center.line:after {
  left: 50%;
  transform: translateX(-50%);
}
h3.c-title {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 500;
  font-size: 2rem;
  color: #D80C18;
}
h3.c-title:before {
  content: "";
  display: inline-block;
  background: #D80C18;
  width: 30px;
  height: 1px;
}
.c-mv {
  padding-top: 240px;
}
.c-mv .mv {
  margin-top: 50px;
}
.c-mv .mv img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.c-mv hgroup {
  text-align: center;
}
.c-mv hgroup .en {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 7.5rem;
  color: #5B5C5C;
  display: block;
}
.c-mv hgroup h2 {
  font-weight: 500;
  font-size: 2.25rem;
}
.c-breadCrumb ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-breadCrumb li {
  font-size: 0.875rem;
  color: #212121;
  margin: 0 30px 0 0;
  position: relative;
}
.c-breadCrumb li a {
  color: #212121;
}
.c-breadCrumb li:before {
  content: ">";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -20px;
  color: #212121;
  transform: translateY(-50%);
}
.c-breadCrumb li:last-child {
  margin: 0;
}
.c-breadCrumb li:last-child:before {
  display: none;
}
.c-link {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  width: fit-content;
  min-width: 260px;
  padding: 12px 50px;
  border-radius: 100vmax;
  position: relative;
  margin-top: 32px;
  overflow: hidden;
  z-index: 1;
  background: linear-gradient(270deg, #d70d19 0%, #ed7300 100%);
}
.c-link.center {
  margin-inline: auto;
}
.c-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(34deg, #d70d19 0%, #ed7300 59%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}
.c-link:after {
  content: "";
  background: url(../img/common/arrow01.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 16px;
  position: absolute;
  top: calc(50% + .8px);
  right: 5%;
  transform: translateY(-50%);
  z-index: 1;
}
.c-link:hover::before {
  opacity: 1;
}
.c-link02 {
  color: #212121;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
}
.c-link02 .arrow {
  background: linear-gradient(270deg, #d70d19 0%, #ed7300 100%);
  border-radius: 100vmax;
  width: 74px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.c-link02 .arrow:before {
  content: "";
  display: inline-block;
  background: url(../img/common/arrow01.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 16px;
}
.c-link02 .arrow::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(34deg, #d70d19 0%, #ed7300 59%);
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 100vmax;
  z-index: -1;
}
.c-link02:hover .arrow::after {
  opacity: 1;
}
.c-button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.c-hamburger {
  position: fixed;
  top: 18px;
  right: 5%;
  z-index: 50;
  width: 35px;
  height: 20px;
  margin: auto;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-hamburger:hover, .c-hamburger:focus {
  box-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.5);
}
.c-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 35px;
  height: 2px;
  background-color: #EC6D02;
  -webkit-transition: inherit;
  transition: inherit;
  transition: 0.35s ease-in-out;
}
.c-hamburger__line:before, .c-hamburger__line:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #EC6D02;
  content: "";
  -webkit-transition: inherit;
  transition: inherit;
}
.c-hamburger__line:before {
  top: -10px;
}
.c-hamburger__line:after {
  top: 10px;
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line {
  background-color: transparent;
  transform: translate(-50px, 0);
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:before, .c-hamburger[aria-expanded="true"] .c-hamburger__line:after {
  top: 0;
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:before {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: translate(50px, 0) rotate(315deg);
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:after {
  -webkit-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  transform: translate(50px, 0) rotate(-315deg);
}
.c-pageTOP {
  display: block;
  width: 40px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
	component(768)
	=========================*/
  h1.c-title {
    font-size: 2rem;
  }
  h1.c-title span {
    font-size: 1.5rem;
  }
  h2.c-title {
    font-size: 1.5rem;
  }
  h2.c-title span {
    font-size: 1.5rem;
  }
  h2.c-title.line {
    padding-bottom: 12px;
  }
  h3.c-title {
    font-size: 1.25rem;
    gap: 8px;
  }
  h3.c-title:before {
    width: 24px;
  }
  .c-link {
    margin-inline: auto;
  }
  .c-link02 .arrow {
    width: 64px;
    height: 29px;
  }
  .c-link02 .arrow:before {
    width: 16px;
    height: 12px;
  }
  .c-mv {
    padding-top: 128px;
  }
  .c-mv .mv {
    margin-top: 72px;
  }
  .c-mv .mv img {
    height: 220px;
  }
  .c-mv hgroup {
    overflow: hidden;
  }
  .c-mv hgroup h2 {
    font-size: 2rem;
    margin-top: 16px;
  }
  .c-mv hgroup .mv-marquee {
    overflow: hidden;
    width: 100%;
  }
  .c-mv hgroup .mv-marquee__track {
    display: flex;
    width: max-content;
    will-change: transform;
    transform: translate3d(0, 0, 0);
    animation: none;
  }
  .c-mv hgroup .mv-marquee__item {
    font-size: 6rem;
    line-height: 1;
    white-space: nowrap;
    flex: 0 0 auto;
    padding-right: 3.75rem;
  }
  .c-mv hgroup .mv-marquee__track.is-marquee {
    animation: mvMarquee var(--marquee-duration, 10s) linear infinite;
  }
  @keyframes mvMarquee {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(calc(-1 * var(--marquee-distance, 0px)), 0, 0);
    }
  }
  .c-pageTOP {
    width: 35px;
    right: 15px;
  }
}
/*
  footer
————————————————————————————————————————— */
.p-footer {
  background: linear-gradient(34deg, #d70d19 0%, #ed7300 59%);
  padding: 128px 0;
  position: relative;
  z-index: 2;
}
.p-footer:after {
  content: "";
  display: inline-block;
  background: url(../img/common/logo-mark.png) no-repeat;
  background-size: contain;
  aspect-ratio: 0.6196319018;
  width: 400px;
  max-width: 40%;
  position: absolute;
  top: 128px;
  right: 5%;
  z-index: -1;
  mix-blend-mode: screen;
  opacity: 0.6;
}
.p-footer .head {
  margin-bottom: 64px;
}
.p-footer .head .logo {
  width: 230px;
  margin-inline: auto;
  margin-bottom: 34px;
}
.p-footer .head address {
  text-align: center;
  color: #fff;
}
.p-footer .body {
  margin-bottom: 120px;
}
.p-footer .body .titleFlex {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 40px;
}
.p-footer .body .titleFlex p {
  color: #fff;
}
.p-footer .body hgroup .ja {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  margin-bottom: 16px;
}
.p-footer .body hgroup .ja:before {
  content: "";
  display: inline-block;
  background: #fff;
  width: 160px;
  height: 1px;
}
.p-footer .body hgroup .en {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 4rem;
  color: #fff;
  line-height: 1.3;
  display: block;
}
.p-footer .body ul {
  display: flex;
}
.p-footer .body ul li {
  width: calc(100% / 3);
  padding: 0 20px;
  text-align: center;
}
.p-footer .body ul li:not(:last-child) {
  border-right: solid 1px #fff;
}
.p-footer .body ul li .title {
  font-size: 1.125rem;
  color: #fff;
  margin-bottom: 8px;
}
.p-footer .body ul li .text {
  font-size: 0.75rem;
  color: #fff;
  margin-bottom: 24px;
}
.p-footer .body ul li .telBtn {
  font-weight: 500;
  font-size: 2.25rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.p-footer .body ul li .telBtn:before {
  content: "";
  display: inline-block;
  background: url(../img/common/footer-tel.png) no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
}
.p-footer .body ul li .mailBtn, .p-footer .body ul li .materialsBtn {
  font-size: 1rem;
  color: #212121;
  width: 260px;
  margin-inline: auto;
  height: 50px;
  background: #fff;
  border-radius: 100vmax;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  transition: all 0.3s ease 0s;
}
.p-footer .body ul li .mailBtn:hover, .p-footer .body ul li .materialsBtn:hover {
  background: yellow;
}
.p-footer .body ul li .mailBtn:after, .p-footer .body ul li .materialsBtn:after {
  content: "";
  display: inline-block;
}
.p-footer .body ul li .mailBtn:after {
  content: "";
  display: inline-block;
  background: url(../img/common/footer-mail.png) no-repeat;
  background-size: contain;
  width: 30px;
  height: 20px;
}
.p-footer .body ul li .materialsBtn:after {
  content: "";
  display: inline-block;
  background: url(../img/common/footer-materials.png) no-repeat;
  background-size: contain;
  width: 26px;
  height: 32px;
}
.p-footer .bottom {
  display: flex;
  gap: 64px 72px;
}
.p-footer .bottom .box {
  width: calc(100% / 3);
}
.p-footer .bottom .box .title {
  font-size: 1rem;
  color: #fff;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #fff;
}
.p-footer .bottom ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style-type: disc;
  padding-left: 20px;
}
.p-footer .bottom ul li {
  color: #fff;
}
.p-footer .bottom ul li a {
  font-size: 1rem;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.p-footer .bottom ul li a:hover {
  opacity: 0.7;
}
.p-footer__logoWrap {
  padding: 32px 0;
}
.p-footer__logoWrap ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 62px;
}
.p-footer__logoWrap ul li {
  width: fit-content;
}
.p-footer__logoWrap ul li img {
  width: auto;
  height: 50px;
  object-fit: contain;
}
.p-footer__copy {
  padding: 14px 0;
  background: #5E6063;
}
.p-footer__copy small {
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  color: #fff;
  display: block;
  text-align: center;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .p-footer {
    overflow-x: hidden;
  }
  .p-footer:after {
    width: 400px;
    max-width: 100%;
    top: unset;
    bottom: 100px;
    right: -33%;
  }
  .p-footer .head {
    margin-bottom: 128px;
  }
  .p-footer .head .logo {
    width: 230px;
    margin-bottom: 48px;
  }
  .p-footer .head address {
    font-size: 1.5rem;
  }
  .p-footer .head address span {
    font-size: 1rem;
    display: block;
    margin-top: 8px;
  }
  .p-footer .body {
    width: 90%;
    margin-inline: auto;
    margin-bottom: 72px;
  }
  .p-footer .body .titleFlex {
    flex-direction: column;
    align-items: center;
    gap: 48px;
    margin-bottom: 8px;
  }
  .p-footer .body .titleFlex p {
    text-align: center;
  }
  .p-footer .body hgroup {
    margin-inline: auto;
  }
  .p-footer .body hgroup .ja {
    gap: 16px;
    font-size: 1.125rem;
    margin-bottom: 16px;
  }
  .p-footer .body hgroup .en {
    font-size: 2.5rem;
    text-align: center;
  }
  .p-footer .body ul {
    flex-direction: column;
  }
  .p-footer .body ul li {
    width: 100%;
    padding: 64px 0;
    position: relative;
  }
  .p-footer .body ul li:not(:last-child) {
    border-right: none;
  }
  .p-footer .body ul li:after {
    content: "";
    display: inline-block;
    background: #fff;
    width: 147px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-footer .body ul li .title {
    font-size: 1.5rem;
    margin-bottom: 16px;
  }
  .p-footer .body ul li .text {
    font-size: 0.875rem;
    margin-bottom: 32px;
  }
  .p-footer .body ul li .telBtn {
    font-size: 2rem;
  }
  .p-footer .bottom {
    flex-direction: column;
  }
  .p-footer .bottom .box {
    width: 100%;
  }
  .p-footer .bottom .box .title {
    font-size: 1.5rem;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .p-footer .bottom .box .home {
    padding-bottom: 0;
    margin-bottom: 10px;
    border-bottom: none;
  }
  .p-footer .bottom .box .home a {
    color: #fff;
  }
  .p-footer .bottom ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style-type: disc;
    padding-left: 20px;
  }
  .p-footer .bottom ul li {
    color: #fff;
  }
  .p-footer .bottom ul li a {
    font-size: 1rem;
    color: #fff;
    transition: all 0.3s ease 0s;
  }
  .p-footer .bottom ul li a:hover {
    opacity: 0.7;
  }
  .p-footer__logoWrap {
    padding: 72px 0;
  }
  .p-footer__logoWrap ul {
    flex-direction: column;
  }
  .p-footer__logoWrap ul li {
    margin-inline: auto;
  }
  .p-footer__copy {
    padding: 10px 0;
  }
  .p-footer__copy small {
    font-size: 0.625rem;
  }
}
/*
header
————————————————————————————————————————— */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 15px 0;
  transition: all 0.3s ease 0s;
}
.header.is-active {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 10px 10px rgba(170, 169, 160, 0.25);
}
body.home .header.is-active {
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 10px 10px rgba(170, 169, 160, 0.25);
}
.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo {
  width: 160px;
  transition: all 0.3s ease 0s;
}
.header-menu {
  display: flex;
  gap: 15px;
}
.header-mail a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 15px;
  border-radius: 5px;
  background: linear-gradient(270deg, #d70d19 0%, #ed7300 100%);
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
}
.header-mail a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(34deg, #d70d19 0%, #ed7300 59%);
  opacity: 0;
  border-radius: 5px;
  transition: opacity 0.4s ease;
  z-index: -1;
}
.header-mail a:hover::before {
  opacity: 0.7;
}
.header-mail a svg {
  fill: #fff;
  transition: all 0.3s ease 0s;
}
.header-mail a img {
  width: 22px;
}
.header-list {
  display: flex;
  align-items: center;
}
.header-item a {
  font-size: 0.875rem;
  color: #212121;
  display: block;
  padding: 15px;
  transition: all 0.3s ease 0s;
}
body.home .header-item a {
  color: #fff;
}
.header-item > a:hover {
  color: #D80C18;
}
.megaMenu {
  background-color: #fff;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  visibility: hidden;
  width: 100%;
  transition: opacity 0.3s, visibility 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px;
}
.megaMenu-image {
  overflow: hidden;
  aspect-ratio: 1;
  width: 286px;
  border-radius: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.megaMenu-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.megaMenu-list {
  width: calc(100% - 343px);
  display: flex;
  flex-wrap: wrap;
  gap: 9px 30px;
}
.megaMenu-item {
  position: relative;
  width: calc(33.3333333333% - 20px);
  transition: all 0.3s ease-in-out;
}
.megaMenu-item a {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 20px 0;
  font-size: 1rem;
  letter-spacing: 0.04em;
  color: #212121 !important;
  border-bottom: 1px solid #D8D8D8;
  position: relative;
}
.megaMenu-item a:after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #D80C18;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.megaMenu-item a:hover:after {
  transform: scale(1, 1);
}
/* メニューをhoverした時のスタイル */
.header-item:hover .megaMenu {
  opacity: 1;
  visibility: visible;
}
/* レイアウトのためのスタイル */
a {
  text-decoration: none;
}
#p-globalMenuSp {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: -120%;
  left: 0;
  z-index: -10;
  padding-top: 104px;
  padding-bottom: 40px;
  transition: all 0.6s;
  overflow: auto;
}
#p-globalMenuSp.is-active {
  top: 0;
  z-index: -1;
}
.p-globalMenuSp__list {
  width: 90%;
  margin-inline: auto;
  text-align: left;
  margin-bottom: 24px;
}
.p-globalMenuSp__list .child {
  margin-left: 5%;
}
.p-globalMenuSp__list .child {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  margin-top: 8px;
}
.p-globalMenuSp__list .child a {
  font-size: 0.875rem;
  color: #fff;
  position: relative;
  padding-left: 32px;
}
.p-globalMenuSp__list .child a:before {
  content: "";
  display: inline-block;
  background: #fff;
  width: 16px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-globalMenuSp__item:last-child {
  margin-bottom: 0;
}
.p-globalMenuSp__item > a {
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
  line-height: 1.6;
  padding: 16px 5%;
  display: block;
  border-bottom: solid 1px #fff;
  position: relative;
}
#p-globalMenuSp .click-menu > a:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s ease 0s;
}
#p-globalMenuSp .click-menu > a.open:after {
  transform: translateY(-50%) rotate(225deg);
  top: calc(50% + 5px);
}
#p-globalMenuSp .click-menu .p-menu-content {
  display: none;
}
#p-globalMenuSp .header-mail {
  width: 90%;
  margin-inline: auto;
}
#p-globalMenuSp .header-mail a:hover {
  opacity: 0.7;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
	project(767)
	=========================*/
  .header {
    padding: 10px 0;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .header.is-active {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .header-logo {
    width: 110px;
  }
  .header-nav {
    justify-content: space-between;
    gap: 20px;
  }
  .header-menu {
    display: none;
  }
  .header-tel {
    display: block;
    margin-right: 65px;
  }
  .header-tel svg {
    width: 30px;
    fill: #EC6D02;
  }
}
/*
top
————————————————————————————————————————— */
.p-top__mainvisual {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
}
.p-top__mainvisual:after {
  content: "";
  display: inline-block;
  background: #000;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0.6;
}
.p-mainvisual_inner {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.p-mainvisual_inner video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  z-index: 2;
}
.p-mainvisual_hero {
  position: absolute;
  top: calc(50% + 50px);
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 90%;
  z-index: 4;
}
.p-mainvisual_hero h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 48px;
}
.p-mainvisual_hero h1 .hero01 {
  font-size: 3rem;
}
.p-mainvisual_hero h1 .hero02 {
  font-weight: 400;
  font-size: 1.5rem;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  display: block;
  margin-top: 30px;
}
.p-mainvisual_hero .scroll-down_07 {
  display: block;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  font-family: serif;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.p-mainvisual_hero .mouse-icon {
  width: 30px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 20px;
  position: relative;
  margin-inline: auto;
  margin-bottom: 6px;
}
.p-mainvisual_hero .mouse-icon::before {
  content: "";
  width: 1px;
  height: 8px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 2px;
  animation: scroll 2s infinite;
}
@keyframes scroll {
  0% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 20px);
  }
}
.p-top__slider {
  margin-top: -5%;
  position: relative;
  z-index: 3;
}
.p-top__slider .p-loop__slider {
  position: relative;
  width: 100%;
  height: 200px;
}
.p-top__slider ul {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  list-style: none;
  max-width: 10000%;
  min-width: 100%;
  width: calc(380px * 2 * 2);
  animation: 60s linear infinite;
}
.p-top__slider ul li {
  width: calc(100% / 1);
  margin-right: 16px;
}
.p-top__slider ul li img {
  border-radius: 10px;
}
.p-top__slider ul.loop1 {
  width: calc(380px* 2* 2);
  animation-name: loop1;
}
.p-top__slider ul.loop2 {
  width: calc(380px* 2* 2);
  animation-name: loop2;
}
@keyframes loop1 {
  0% {
    transform: translateX(0);
  }
  49.99999% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.p-top_about {
  padding-top: 176px;
  position: relative;
  z-index: 3;
}
.p-top_about h1.c-title {
  margin-bottom: 56px;
}
.p-top_about:before {
  content: "";
  display: inline-block;
  background: url(../img/common/logo-mark.png) no-repeat;
  background-size: contain;
  aspect-ratio: 0.6196319018;
  width: 350px;
  max-width: 22%;
  position: absolute;
  top: -10%;
  right: 10%;
  z-index: -1;
}
.p-top_about .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.p-top_about .text {
  width: 45%;
  position: relative;
  z-index: 2;
  margin-right: clamp(-120px, -8vw, -60px);
}
.p-top_about .en {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #F1F2F2;
  font-size: 6rem;
  display: block;
  line-height: 1.2;
  white-space: nowrap;
}
.p-top_about .image {
  width: 55%;
  flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: 4%;
}
.p-top_about .image img {
  border-radius: 10px 0 0 10px;
}
.p-top_integrated {
  padding: 240px 0 140px;
  position: relative;
}
.p-top_integrated:before {
  content: "";
  display: inline-block;
  background: url(../img/top/bg.png) no-repeat;
  background-size: contain;
  aspect-ratio: 0.6791651928;
  width: 100%;
  position: absolute;
  top: -300px;
  left: 0;
  z-index: -1;
}
.p-top_integrated h2.c-title {
  margin-bottom: 128px;
}
.p-top_integrated h3 {
  font-size: 2rem;
}
.p-top_integrated .en {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #D80C18;
  font-size: 8.75rem;
  display: block;
  line-height: 1.2;
  white-space: nowrap;
  position: relative;
  z-index: 3;
}
.p-top_integrated .flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.p-top_integrated .image {
  width: 52%;
  margin-top: -15%;
}
.p-top_integrated .image img {
  border-radius: 10px;
  position: relative;
  display: block;
}
.p-top_integrated .image .image01 {
  max-width: 70%;
  z-index: 2;
}
.p-top_integrated .image .image02 {
  max-width: 40%;
  margin-left: auto;
  margin-top: -30%;
  z-index: 1;
}
.p-top_integrated .text {
  width: 45%;
}
.p-top_integrated ul {
  display: flex;
  align-items: flex-end;
  gap: 64px 72px;
}
.p-top_integrated ul li {
  width: 50%;
}
.p-top_integrated ul a {
  display: block;
  position: relative;
  transition: all 0.3s ease 0s;
}
.p-top_integrated ul a:hover {
  opacity: 0.8;
}
.p-top_integrated ul img {
  border-radius: 10px;
}
.p-top_integrated ul .image01 {
  object-fit: cover;
  aspect-ratio: 1.4960212202;
}
.p-top_integrated ul .image02 {
  object-fit: cover;
  aspect-ratio: 2.452173913;
}
.p-top_integrated ul .c-link02 {
  position: absolute;
  bottom: 15px;
  right: 24px;
  color: #fff;
  white-space: nowrap;
}
.p-top_intro {
  padding: 120px 0;
  background: #F8F8F8;
  overflow-x: hidden;
}
.p-top_intro .flex {
  display: flex;
  flex-direction: row-reverse;
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  gap: 32px;
}
.p-top_intro .text {
  width: 58%;
  display: flex;
  flex-direction: column;
  gap: 108px;
}
.p-top_intro .introBox hgroup {
  margin-bottom: 32px;
}
.p-top_intro .introBox hgroup .ja {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 16px;
}
.p-top_intro .introBox hgroup .ja:before {
  content: "";
  display: inline-block;
  background: #D80C18;
  width: 160px;
  height: 1px;
}
.p-top_intro .introBox hgroup .en {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  color: #D80C18;
  line-height: 1.3;
  display: block;
}
.p-top_intro .introBox .link_list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 12px;
}
.p-top_intro .introBox .link_list li {
  width: 48%;
}
.p-top_intro .introBox .link_list li .c-link02 {
  font-size: 20px;
}
.p-top_intro .slideBox {
  width: 42%;
  display: flex;
  gap: 20px;
}
@keyframes vertical-animation {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
@keyframes vertical-animation02 {
  from {
    transform: translateY(-50%);
  }
  to {
    transform: translateY(0);
  }
}
.p-top_intro .slider-container {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.p-top_intro .slider-wrapper {
  display: grid;
  animation: vertical-animation 40s linear infinite;
}
.p-top_intro .slider-wrapper.slider-wrapper02 {
  animation: vertical-animation02 40s linear infinite;
}
.p-top_intro .slide {
  width: 100%;
  flex-shrink: 0;
  margin: 10px 0;
}
.p-top_intro .slide img {
  width: 100%;
  aspect-ratio: 0.8970099668;
  object-fit: cover;
  vertical-align: bottom;
  border-radius: 10px;
}
.p-top__news {
  padding: 120px 0;
}
.p-top__news hgroup {
  margin-bottom: 48px;
  text-align: center;
}
.p-top__news hgroup .en {
  font-weight: 500;
  font-size: 4rem;
  color: #D80C18;
  display: block;
}
.p-top__news hgroup .ja {
  display: block;
  font-size: 1.125rem;
}
.p-top__news .newsList {
  height: 380px;
  overflow-y: scroll;
}
.p-top__news .newsList a {
  display: flex;
  gap: 60px;
  padding: 16px 5%;
  border-bottom: 1px dashed #C0C0C0;
}
.p-top__news .newsList a .date, .p-top__news .newsList a .title {
  line-height: 1.6;
  margin: 0;
}
.p-top__news .newsList a:hover .date, .p-top__news .newsList a:hover .title {
  opacity: 0.7;
}
.p-top__news .date {
  font-size: 0.875rem;
  color: #212121;
  transition: all 0.3s ease 0s;
}
.p-top__news .title {
  font-size: 0.875rem;
  color: #212121;
  line-height: 1.4;
  transition: all 0.3s ease 0s;
}
.p-top__news .c-link02 {
  font-size: 1rem;
  margin-inline: auto;
  margin-top: 36px;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
	project(767)
	=========================*/
  .p-top__mainvisual {
    height: 100vh;
  }
  .p-mainvisual_inner {
    height: 100vh;
  }
  .p-mainvisual_hero {
    top: calc(50% + 30px);
  }
  .p-mainvisual_hero h1 {
    font-size: 3rem;
  }
  .p-mainvisual_hero h1 .hero01 {
    font-size: 2.25rem;
  }
  .p-mainvisual_hero h1 .hero02 {
    line-height: 1.6;
    margin-top: 20px;
  }
  .p-mainvisual_hero .scroll-down_03 {
    width: 140px;
    height: 140px;
  }
  .p-mainvisual_hero .circle-text_03 span {
    font-size: 12px;
    transform-origin: 0 70px;
    /* 140pxの半径 */
  }
  .p-mainvisual_hero .mouse_03 {
    width: 16px;
    height: 24px;
    border-radius: 12px;
  }
  .p-mainvisual_hero .mouse_03::before {
    height: 5px;
  }
  .p-top__slider {
    margin-top: -7%;
  }
  .p-top__slider .p-loop__slider {
    height: 140px;
  }
  .p-top__slider ul {
    width: calc(280px* 2* 2);
  }
  .p-top__slider ul.loop1 {
    width: calc(280px* 2* 2);
  }
  .p-top__slider ul.loop2 {
    width: calc(280px* 2* 2);
  }
  .p-top__slider ul li {
    margin-right: 8px;
  }
  .p-top_about {
    padding-top: 72px;
  }
  .p-top_about h1.c-title {
    margin-bottom: 64px;
  }
  .p-top_about h1.c-title span {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  }
  .p-top_about:before {
    width: 180px;
    max-width: 50%;
    top: 30px;
    right: -12%;
  }
  .p-top_about .flex {
    flex-direction: column;
    gap: 48px;
  }
  .p-top_about .text {
    width: 100%;
    margin-right: 0;
  }
  .p-top_about .en {
    width: 90%;
    margin-inline: auto;
    font-size: 3.5rem;
    line-height: 1.2;
    position: relative;
    z-index: 1;
    margin-bottom: -80px;
  }
  .p-top_about .image {
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
  }
  .p-top_about .image img {
    display: block;
    width: 100%;
    max-width: none;
    border-radius: 0;
    aspect-ratio: 1.5;
    object-fit: cover;
  }
  .p-top_integrated {
    padding: 176px 0 128px;
  }
  .p-top_integrated:before {
    background: url(../img/top/bg_sp.png) no-repeat;
    background-size: contain;
    aspect-ratio: 0.0791974657;
    top: -100px;
  }
  .p-top_integrated .wrap {
    display: flex;
    flex-direction: column;
    gap: 176px;
  }
  .p-top_integrated h2.c-title {
    font-weight: 500;
    font-size: 2rem;
  }
  .p-top_integrated h2.c-title span {
    margin-bottom: 10px;
  }
  .p-top_integrated h3 {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 48px;
  }
  .p-top_integrated .en {
    font-size: 3.75rem;
    text-align: center;
  }
  .p-top_integrated .flex {
    flex-direction: column;
    gap: 48px;
  }
  .p-top_integrated .image {
    left: 50%;
    right: 50%;
    margin-top: 0;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    position: relative;
  }
  .p-top_integrated .image img {
    max-width: none;
  }
  .p-top_integrated .image .image01 {
    max-width: 100%;
  }
  .p-top_integrated .image .image02 {
    max-width: 70%;
    margin-top: 32px;
    margin-inline: auto;
  }
  .p-top_integrated .text {
    width: 100%;
  }
  .p-top_integrated ul {
    margin-top: 160px;
    flex-direction: column;
  }
  .p-top_integrated ul li {
    width: 100%;
  }
  .p-top_integrated ul .image01 {
    aspect-ratio: 1.5;
  }
  .p-top_integrated ul .image02 {
    aspect-ratio: 1.5;
  }
  .p-top_integrated ul .c-link02 {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-top_intro {
    /* 共通設定 */
    /* アニメーション名を明示 */
  }
  .p-top_intro .flex {
    flex-direction: column;
    border-radius: 0;
    padding: 0;
    gap: 0;
    background: unset;
  }
  .p-top_intro .text {
    width: 100%;
    gap: 128px;
  }
  .p-top_intro .introBox hgroup {
    margin-bottom: 48px;
  }
  .p-top_intro .introBox hgroup .en {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .p-top_intro .introBox .link_list li {
    width: 100%;
  }
  .p-top_intro .introInner {
    width: 90%;
    margin-inline: auto;
  }
  .p-top_intro .p-slider__box {
    overflow: hidden;
    width: 100%;
    margin-top: 72px;
  }
  .p-top_intro .p-loop__box {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .p-top_intro .p-loop__box ul {
    display: flex;
    list-style: none;
    width: max-content;
    animation-duration: 60s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
  .p-top_intro .p-loop__box .loop1 {
    position: relative;
    z-index: 1;
    animation-name: loop1;
  }
  .p-top_intro .p-loop__box .loop2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    animation-name: loop2;
  }
  .p-top_intro .p-loop__box li {
    flex: 0 0 220px;
    aspect-ratio: 0.7407407407;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 16px;
  }
  .p-top_intro .p-loop__box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  @keyframes loop1 {
    0% {
      transform: translateX(0);
    }
    49.99999% {
      transform: translateX(-100%);
    }
    50% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes loop2 {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  .p-top_intro .slideBox {
    display: none;
  }
  .p-top__news hgroup {
    margin-bottom: 16px;
  }
  .p-top__news hgroup .en {
    font-size: 2.5rem;
  }
  .p-top__news .newsList a {
    flex-direction: column;
    gap: 8px;
    padding: 24px 5%;
  }
  .p-top__news .c-link02 {
    margin-top: 24px;
  }
}
/*
  template
————————————————————————————————————————— */
/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
  display: none;
}
/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, .modaal-close:before {
  background: #ccc;
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #666;
}
/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}
/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper {
  padding: 0;
}
.p-tem {
  /**------------------------------------------
  flexbox
  --------------------------------------------*/
}
.p-tem .btnFlex {
  display: flex;
  gap: 20px 30px;
  flex-wrap: wrap;
}
.p-tem .btnFlex.center {
  justify-content: center;
}
.p-tem .btnFlex .c-link {
  margin: 0;
}
.p-tem .p-list li {
  font-size: 1.125rem;
  margin-bottom: 9px;
  line-height: 1.4;
  padding-left: 20px;
  position: relative;
}
.p-tem .p-list li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 1px;
  background: #000;
}
.p-tem .p-list2 {
  list-style-type: decimal;
  padding-left: 20px;
}
.p-tem .p-list2 li {
  font-size: 1.125rem;
  margin-bottom: 9px;
  line-height: 1.4;
}
.p-tem .p-list3 {
  list-style-type: circle;
  padding-left: 20px;
}
.p-tem .p-list3 li {
  font-size: 1.125rem;
  margin-bottom: 9px;
  line-height: 1.4;
}
.p-tem section.bg-color01 {
  background: #F8F8F8 !important;
}
.p-tem .p-text-center {
  text-align: center;
}
.p-tem .w10 {
  width: 10%;
}
.p-tem .w20 {
  width: 20%;
}
.p-tem .w30 {
  width: 30%;
}
.p-tem .w40 {
  width: 40%;
}
.p-tem .w50 {
  width: 50%;
}
.p-tem .w60 {
  width: 60%;
}
.p-tem .w70 {
  width: 70%;
}
.p-tem .w80 {
  width: 80%;
}
.p-tem .w90 {
  width: 90%;
}
.p-tem .gap {
  gap: 5%;
}
.p-tem .gap3 {
  gap: 3%;
}
.p-tem .ai_center {
  align-items: center;
}
.p-tem .ai_self_center {
  align-self: center;
}
.p-tem .jc_center {
  justify-content: center;
}
.p-tem .jc_between {
  justify-content: space-between;
}
.p-tem .rev {
  flex-direction: row-reverse;
}
@media screen and (min-width: 769px) {
  .p-tem .flexbox {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .p-tem .w10, .p-tem .w20, .p-tem .w30, .p-tem .w40, .p-tem .w50, .p-tem .w60, .p-tem .w70, .p-tem .w80, .p-tem .w90 {
    width: 100%;
    margin-bottom: 20px;
  }
  .p-tem .flexbox.rev {
    flex-direction: row-reverse;
  }
  .p-tem .sp_nowrap {
    display: flex;
  }
  .p-tem .sp_nowrap .w10 {
    width: 10%;
  }
  .p-tem .sp_nowrap .w20 {
    width: 20%;
  }
  .p-tem .sp_nowrap .w30 {
    width: 30%;
  }
  .p-tem .sp_nowrap .w40 {
    width: 40%;
  }
  .p-tem .sp_nowrap .w50 {
    width: 50%;
  }
  .p-tem .sp_nowrap .w60 {
    width: 60%;
  }
  .p-tem .sp_nowrap .w70 {
    width: 70%;
  }
  .p-tem .sp_nowrap .w80 {
    width: 80%;
  }
  .p-tem .sp_nowrap .w90 {
    width: 90%;
  }
  .p-tem .sp_ai_top {
    align-items: flex-start;
  }
  .p-tem .sp_no_mb {
    margin-bottom: 0 !important;
  }
  .p-tem .sp_no_pb {
    padding-bottom: 0 !important;
  }
}
.p-tem .mb8 {
  margin-bottom: 8px;
}
.p-tem .mb16 {
  margin-bottom: 16px;
}
.p-tem .mb24 {
  margin-bottom: 24px;
}
.p-tem .mb32 {
  margin-bottom: 32px;
}
.p-tem .mb64 {
  margin-bottom: 64px;
}
.p-tem .mb72 {
  margin-bottom: 72px;
}
.p-tem .mb96 {
  margin-bottom: 96px;
}
.p-tem .mb128 {
  margin-bottom: 128px;
}
.p-tem .mt8 {
  margin-top: 8px;
}
.p-tem .mt16 {
  margin-top: 16px;
}
.p-tem .mt24 {
  margin-top: 24px;
}
.p-tem .mt32 {
  margin-top: 32px;
}
.p-tem .mt64 {
  margin-top: 64px;
}
.p-tem .mt72 {
  margin-top: 72px;
}
.p-tem .mt96 {
  margin-top: 96px;
}
.p-tem .mt128 {
  margin-top: 128px;
}
.p-tem .pb8 {
  padding-bottom: 8px;
}
.p-tem .pb16 {
  padding-bottom: 16px;
}
.p-tem .pb24 {
  padding-bottom: 24px;
}
.p-tem .pb32 {
  padding-bottom: 32px;
}
.p-tem .pb64 {
  padding-bottom: 64px;
}
.p-tem .pb72 {
  padding-bottom: 72px;
}
.p-tem .pb96 {
  padding-bottom: 96px;
}
.p-tem .pb128 {
  padding-bottom: 128px;
}
.p-tem .pt8 {
  padding-top: 8px;
}
.p-tem .pt16 {
  padding-top: 16px;
}
.p-tem .pt24 {
  padding-top: 24px;
}
.p-tem .pt32 {
  padding-top: 32px;
}
.p-tem .pt64 {
  padding-top: 64px;
}
.p-tem .pt72 {
  padding-top: 72px;
}
.p-tem .pt96 {
  padding-top: 96px;
}
.p-tem .pt128 {
  padding-top: 128px;
}
@media screen and (max-width: 768px) {
  .p-tem .mb8 {
    margin-bottom: 4px;
  }
  .p-tem .mb16 {
    margin-bottom: 8px;
  }
  .p-tem .mb24 {
    margin-bottom: 16px;
  }
  .p-tem .mb32 {
    margin-bottom: 24px;
  }
  .p-tem .mb64 {
    margin-bottom: 32px;
  }
  .p-tem .mb72 {
    margin-bottom: 64px;
  }
  .p-tem .mb96 {
    margin-bottom: 72px;
  }
  .p-tem .mb128 {
    margin-bottom: 96px;
  }
  .p-tem .mt8 {
    margin-top: 4px;
  }
  .p-tem .mt16 {
    margin-top: 8px;
  }
  .p-tem .mt24 {
    margin-top: 16px;
  }
  .p-tem .mt32 {
    margin-top: 24px;
  }
  .p-tem .mt64 {
    margin-top: 32px;
  }
  .p-tem .mt72 {
    margin-top: 64px;
  }
  .p-tem .mt96 {
    margin-top: 72px;
  }
  .p-tem .mt128 {
    margin-top: 96px;
  }
  .p-tem .pb8 {
    padding-bottom: 4px;
  }
  .p-tem .pb16 {
    padding-bottom: 8px;
  }
  .p-tem .pb24 {
    padding-bottom: 16px;
  }
  .p-tem .pb32 {
    padding-bottom: 24px;
  }
  .p-tem .pb64 {
    padding-bottom: 32px;
  }
  .p-tem .pb72 {
    padding-bottom: 64px;
  }
  .p-tem .pb96 {
    padding-bottom: 72px;
  }
  .p-tem .pb128 {
    padding-bottom: 96px;
  }
  .p-tem .pt8 {
    padding-top: 4px;
  }
  .p-tem .pt16 {
    padding-top: 8px;
  }
  .p-tem .pt24 {
    padding-top: 16px;
  }
  .p-tem .pt32 {
    padding-top: 24px;
  }
  .p-tem .pt64 {
    padding-top: 32px;
  }
  .p-tem .pt72 {
    padding-top: 64px;
  }
  .p-tem .pt96 {
    padding-top: 72px;
  }
  .p-tem .pt128 {
    padding-top: 96px;
  }
}
.p-tem .table__scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: hidden;
  display: contents;
}
.p-tem .table__scroll::-webkit-scrollbar {
  display: none;
}
.p-tem .p-page__table01 {
  border-collapse: collapse;
  width: 100%;
}
.p-tem .p-page__table01 tr {
  border-bottom: 1px solid #D8D8D8;
}
.p-tem .p-page__table01 tr:first-child {
  border-top: 1px solid #D8D8D8;
}
.p-tem .p-page__table01 th, .p-tem .p-page__table01 td {
  padding: 20px;
  font-size: 0.875rem;
  line-height: 1.4;
}
.p-tem .p-page__table01 th {
  width: 10em;
  white-space: nowrap;
  text-align: center;
}
.p-tem .p-page__table02 {
  border-collapse: collapse;
  width: 100%;
}
.p-tem .p-page__table02 tr {
  border-bottom: 1px solid #D8D8D8;
}
.p-tem .p-page__table02 tr:first-child {
  border-top: 1px solid #D8D8D8;
}
.p-tem .p-page__table02 th, .p-tem .p-page__table02 td {
  padding: 20px;
  font-size: 0.875rem;
  line-height: 1.4;
}
.p-tem .p-page__table02 th {
  width: 10em;
  white-space: nowrap;
  text-align: center;
  border-bottom: 1px solid #D80C18;
}
.p-tem .p-page__table02 th:first-child {
  border-top: 1px solid #D80C18;
}
.p-tem .p-page__table03 {
  border-collapse: collapse;
  width: 100%;
  min-width: 1000px;
}
.p-tem .p-page__table03 tr.gray td {
  background: #FBFBFB;
}
.p-tem .p-page__table03 th, .p-tem .p-page__table03 td {
  font-size: 0.875rem;
  border: solid 1px #D8D8D8;
  padding: 16px 32px;
  text-align: left;
}
.p-tem .p-page__table03 th {
  font-weight: 600;
  background: #FFEEED;
}
.p-tem .p-page__table03 .center {
  text-align: center;
}
.p-tem .p-page__table03 .gallery {
  color: #212121;
}
.p-tem .p-page__table03 .gallery:after {
  content: "";
  display: inline-block;
  background: url(../img/common/link_icon02.png) no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-top: -1px;
  margin-left: 8px;
}
.p-tem .sticky-content .flexbox {
  align-items: flex-start;
}
.p-tem .sticky-content .image {
  position: sticky;
  top: 120px;
}
.p-tem .sticky-content .image img {
  border-radius: 5px;
}
.p-tem .fixed-content .block {
  background: #fff;
  width: 100%;
  min-height: 100dvh;
  padding: 22vh 0;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
}
.p-tem .fixed-content .block-one {
  z-index: 2;
}
.p-tem .fixed-content .block-two {
  z-index: 4;
}
.p-tem .fixed-content .block-three {
  z-index: 6;
}
.p-tem .fixed-content .flex {
  width: 90%;
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.p-tem .fixed-content .flex.rev {
  flex-direction: row-reverse;
}
.p-tem .fixed-content .image {
  width: 50%;
}
.p-tem .fixed-content .image img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  border-radius: 5px;
}
.p-tem .fixed-content .column-outside-right {
  flex: 1;
  margin-right: calc(50% - 50vw);
}
.p-tem .fixed-content .column-outside-left {
  flex: 1;
  margin-left: calc(50% - 50vw);
}
.p-tem .fixed-content .text {
  width: 40%;
  max-width: 500px;
}
.p-tem .fixed-content h1 {
  position: absolute;
  top: -65px;
  left: 45%;
  transform: translateX(-50%);
  text-align: center;
  color: #EC6D02;
  font-weight: 900;
  font-size: 4.5625rem;
  white-space: nowrap;
}
.p-tem .fixed-content h2 {
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 16px;
}
.p-tem .fixed-content p {
  margin-bottom: 16px;
}
.p-tem .step-content ul {
  display: flex;
  flex-direction: column;
  gap: 96px;
  position: relative;
}
.p-tem .step-content ul::after {
  content: "";
  display: inline-block;
  border-left: dashed 1px #D80C18;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 13%;
  z-index: -1;
}
.p-tem .step-content li {
  display: flex;
  align-items: flex-start;
  gap: 42px;
}
.p-tem .step-content .left {
  width: 35%;
}
.p-tem .step-content .right {
  width: calc(65% - 42px);
  padding-top: 40px;
}
.p-tem .step-content .image {
  width: calc(100% - 100px);
}
.p-tem .step-content h3 span {
  display: block;
  color: #D80C18;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 10px;
}
.p-tem .bg-content {
  background: #F8F8F8;
  padding: 56px 48px;
  border-radius: 10px;
}
.p-tem .modaal-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 30px;
}
.p-tem .modaal-list .image {
  margin-bottom: 18px;
}
.p-tem .modaal-list .image img {
	border-radius: 10px;
}
.p-tem .modaal-list table {
  width: 100%;
  border-collapse: collapse;
}
.p-tem .modaal-list table tr {
  border-bottom: 1px dashed #D9D9D9;
}
.p-tem .modaal-list table th, .p-tem .modaal-list table td {
  font-size: 0.8rem;
  line-height: 1.6;
  padding: 14px 8px;
}
.p-tem .modaal-list table th {
  white-space: nowrap;
}
.p-tem .grid-full {
  margin: 0 0 26px;
}
.p-tem .grid-full p {
  font-size: 1rem;
  text-align: center;
  margin: 5px 0 0;
}
.p-tem .grid-full .h-type1 {
  object-fit: cover;
  height: 200px;
}
.p-tem .grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-tem .grid p {
  font-size: 1rem;
  margin: 5px 0 0;
}
.p-tem .grid > div {
  margin: 0 0 26px;
}
.p-tem .grid .gcol12 {
  width: 100%;
}
.p-tem .grid .gcol6 {
  width: 49%;
}
.p-tem .grid .gcol4 {
  width: 32%;
}
.p-tem .grid .gcol5 {
  width: 46%;
}
.p-tem .grid .gcol8 {
  width: 66%;
}
.p-tem .grid .gcol3 {
  width: 23.5%;
}
.p-tem .grid .h-type1 {
  object-fit: cover;
  height: 200px;
}
.p-tem .grid .h-type2 {
  object-fit: cover;
  height: 100px;
}
.p-tem .grid.center {
  display: flex;
  justify-content: center;
}
.p-tem .grid.center > div {
  margin: 0 2% 26px 0;
}
.p-tem .grid.center > div:last-child {
  margin: 0 0 26px;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .p-tem .btnFlex {
    justify-content: center;
  }
  .p-tem .p-list li {
    font-size: 1rem;
    margin-bottom: 6px;
    padding-left: 12px;
  }
  .p-tem .p-list2 li {
    font-size: 1.125rem;
    margin-bottom: 6px;
  }
  .p-tem .mt128 {
    margin-top: 64px;
  }
  .p-tem .mb128 {
    margin-bottom: 64px;
  }
  .p-tem .table__scroll {
    display: block;
  }
  .p-tem .p-page__table01 th, .p-tem .p-page__table01 td {
    display: block;
    padding: 8px 32px;
  }
  .p-tem .p-page__table01 th {
    font-weight: 700;
    width: 100%;
    text-align: left;
    padding-bottom: 0;
  }
  .p-tem .p-page__table01 td {
    width: 100%;
  }
  .p-tem .p-page__table02 tr {
    border-bottom: none;
  }
  .p-tem .p-page__table02 tr:first-child {
    border-top: none;
  }
  .p-tem .p-page__table02 th, .p-tem .p-page__table02 td {
    display: block;
    padding: 8px 32px;
  }
  .p-tem .p-page__table02 th {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #D8D8D8;
  }
  .p-tem .p-page__table02 th:first-child {
    border-top: none;
  }
  .p-tem .p-page__table02 td {
    width: 100%;
    border-bottom: 1px solid #D80C18;
  }
  .p-tem .sticky-content .image {
    position: relative;
    top: unset;
  }
  .p-tem .fixed-content .block {
    min-height: unset;
    padding: 96px 0;
    position: relative;
    top: unset;
  }
  .p-tem .fixed-content .flex {
    flex-direction: column;
    gap: 0;
    align-items: unset;
  }
  .p-tem .fixed-content .flex.rev {
    flex-direction: column;
  }
  .p-tem .fixed-content .image {
    width: 100%;
    margin-bottom: 24px;
  }
  .p-tem .fixed-content .image img {
    aspect-ratio: 1.5;
    object-fit: cover;
    height: auto;
    width: calc(100%);
    max-width: unset;
  }
  .p-tem .fixed-content .column-outside-right {
    width: 106%;
    margin-right: -6%;
    margin-left: 0;
  }
  .p-tem .fixed-content .column-outside-left {
    width: 106%;
    margin-left: -6%;
    margin-right: 0;
  }
  .p-tem .fixed-content .text {
    width: 90%;
    margin-inline: auto;
    max-width: unset;
  }
  .p-tem .fixed-content h1 {
    position: static;
    top: unset;
    left: unset;
    transform: translateX(0);
    text-align: left;
    font-size: 2.75rem;
    line-height: 1.2;
    white-space: unset;
    width: 90%;
    margin-inline: auto;
    margin-top: -55px;
    margin-bottom: 16px;
  }
  .p-tem .fixed-content h2 {
    margin-bottom: 24px;
  }
  .p-tem .fixed-content .c-link {
    margin-inline: auto;
  }
  .p-tem .step-content ul {
    flex-direction: column;
    gap: 156px;
  }
  .p-tem .step-content ul::after {
    display: none;
  }
  .p-tem .step-content li {
    flex-direction: column;
    gap: 0;
    position: relative;
  }
  .p-tem .step-content li::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 60px;
    border-right: dashed 1px #D80C18;
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-tem .step-content li:last-child::after {
    display: none;
  }
  .p-tem .step-content .left {
    width: 100%;
    max-width: 230px;
    margin-inline: auto;
  }
  .p-tem .step-content .right {
    width: 100%;
    padding-top: 48px;
  }
  .p-tem .step-content .right h3 span {
    display: none;
  }
  .p-tem .step-content .image {
    width: calc(100%);
  }
  .p-tem .step-content h3 span {
    text-align: center;
  }
  .p-tem .bg-content {
    padding: 32px 20px;
  }
  .p-tem .modaal-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 72px;
  }
  .p-tem .grid-full .h-type1 {
    height: 220px;
  }
  .p-tem .grid .gcol6 {
    width: 100%;
  }
  .p-tem .grid .gcol4 {
    width: 100%;
  }
  .p-tem .grid .gcol5 {
    width: 100%;
  }
  .p-tem .grid .gcol8 {
    width: 100%;
  }
  .p-tem .grid .gcol3 {
    width: 49%;
  }
  .p-tem .grid .h-type1 {
    height: 220px;
  }
  .p-tem .grid .h-type2 {
    height: 120px;
  }
}
/*
  news
————————————————————————————————————————— */
.p-news .p-news__article {
  display: flex;
  gap: 60px;
  padding: 16px 5%;
  border-bottom: 1px dashed #C0C0C0;
}
.p-news .p-news__article:hover .date, .p-news .p-news__article:hover .title {
  opacity: 0.7;
}
.p-news .p-news__date {
  font-size: 0.875rem;
  color: #212121;
}
.p-news .p-news__title {
  font-size: 0.875rem;
  color: #212121;
  line-height: 1.4;
}
.p-pagenation {
  margin-top: 80px;
}
.p-pagenation ul {
  display: flex;
  justify-content: center;
}
.p-pagenation li {
  margin-right: 18px;
}
.p-pagenation li:last-child {
  margin: 0;
}
.p-pagenation li .current {
  border-bottom: 1px solid #212121;
}
.p-pagenation a, .p-pagenation span {
  font-weight: 700;
  font-size: 1.125rem;
  color: #212121;
}
.p-single .p-single__date {
  font-size: 1rem;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
}
.p-single .p-single__title {
  font-weight: 500;
  font-size: 1.125rem;
}
.p-single .p-single__content img {
  width: auto;
}
.p-single .p-single__content p {
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 2;
}
.p-single .c-link {
  margin-inline: auto;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .p-news .p-news__article {
    flex-direction: column;
    gap: 8px;
    padding: 24px 5%;
  }
  .p-pagenation {
    margin-top: 32px;
  }
  .p-single .p-single__title {
    font-size: 1rem;
  }
}
/*
  product
————————————————————————————————————————— */
.p-product th, .p-product td {
  color: #212121;
}
.p-product .category-btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px 0 40px;
  gap: 10px;
}
.p-product .category-btn li a {
  display: block;
  padding: 10px 30px;
  background: #fff;
  border: solid 1px #D80C18;
  color: #D80C18;
  font-size: 1rem;
  border-radius: 100vmax;
  transition: 0.3s ease;
}
.p-product .category-btn li a:hover {
  opacity: 0.8;
}
.p-product .filter-btn.active {
  background-color: #D80C18;
  color: #fff;
}
.p-product .is-animate {
  opacity: 1;
  animation: 0.6s zoom-in;
}
@keyframes zoom-in {
  0% {
    opacity: 0.3;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.p-productdetail .p-detail__flex {
  display: flex;
  justify-content: space-between;
}
.p-productdetail .p-detail__image, .p-productdetail .p-detail__text {
  width: 48%;
}
.p-productdetail .p-detail__sticky {
  position: sticky;
  top: 100px;
}

.p-productdetail .p-detail__sticky img {
  border-radius: 10px;
}
.p-productdetail .slider-main, .p-productdetail .slider-thumbs {
  width: 100%;
}
.p-productdetail .slider-main {
  margin-bottom: 10px;
}
.p-productdetail .slider-thumbs .swiper-slide {
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.3s;
}
.p-productdetail .slider-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.p-productdetail .p-detail__contents {
  margin-top: 32px;
}
.p-productdetail .c-link {
  margin-inline: auto;
  margin-top: 64px;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .p-productdetail .p-detail__flex {
    flex-direction: column;
  }
  .p-productdetail .p-detail__image, .p-productdetail .p-detail__text {
    width: 100%;
  }
  .p-productdetail .p-detail__text {
    margin-top: 32px;
  }
  .p-productdetail .p-detail__sticky {
    position: static;
    top: unset;
  }
  .p-productdetail .c-link {
    margin-top: 32px;
  }
}
/*
  facility
————————————————————————————————————————— */
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
}
/*
  company
————————————————————————————————————————— */
.p-company .history .flex {
  display: flex;
  gap: 32px;
}
.p-company .history .map {
  width: 35%;
}
.p-company .history .map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-company .history .text {
  width: calc(65% - 32px);
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.p-company .history .text h3 {
  margin-bottom: 16px;
}
.p-company .history .text h4 {
  margin-bottom: 8px;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .p-company .history .flex {
    flex-direction: column;
  }
  .p-company .history .map {
    width: 100%;
  }
  .p-company .history .map iframe {
    height: auto;
    aspect-ratio: 1.5;
  }
  .p-company .history .text {
    width: 100%;
  }
}
/*
  recruit
————————————————————————————————————————— */
.p-recruit .flow ul {
  display: flex;
  gap: 48px;
}
.p-recruit .flow li {
  background: #D80C18;
  border-radius: 100vmax;
  padding: 25px;
  color: #fff;
  text-align: center;
  position: relative;
}
.p-recruit .flow li:after {
  content: "";
  display: inline-block;
  background: #D80C18;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -100%;
  transform: translateY(-50%);
}
.p-recruit .flow li:last-child::after {
  display: none;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .p-recruit .flow ul {
    flex-direction: column;
    gap: 32px;
  }
  .p-recruit .flow li {
    padding: 20px;
  }
  .p-recruit .flow li:after {
    width: 1px;
    height: 100%;
    top: unset;
    bottom: -100%;
    right: unset;
    left: 50%;
    transform: translate(-50%);
  }
}
/*
utillity
————————————————————————————————————————— */
.u-screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}
.u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
.u-sp-none992 {
  display: none;
}
.u-sp-none768 {
  display: none;
}
.u-sp-none576 {
  display: none;
}
.u-link-none {
  pointer-events: none;
}
.u-m-auto {
  margin: 0 auto;
}
.u-radius-sm {
  border-radius: 10px;
}
.u-display-center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.u-position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.u-fade {
  opacity: 0;
  transition: all 1s ease;
}
.u-fade2 {
  transition: all 2s ease;
}
.u-fade.is-active {
  opacity: 1;
  transform: none;
}
.u-fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.u-fade-up.is-active {
  transform: translateY(0);
}
.u-fade-down {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 1s;
}
.u-fade-down.is-active {
  transform: translateY(0);
}
.u-fade-down2 {
  transition: all 2s;
}
.u-fade-lr {
  transform: translate(-100px, 0);
}
.u-fade-rl {
  transform: translate(100px, 0);
}
.u-mask-bg {
  color: transparent;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.u-mask-bg h2 {
  opacity: 0;
  transition: all 1s ease;
}
.u-mask-bg img {
  opacity: 0;
  transition: all 0.6s ease;
  transform: translateX(-100%);
}
.u-mask-bg:after {
  background: #D80C18;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(110%);
}
.u-mask-bg.-black:after {
  background: #000;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(110%);
}
.u-mask-bg.is-animated:after {
  animation: mask-bg 0.8s cubic-bezier(0.8, 0, 0.17, 1);
}
.u-mask-bg.is-animated h2 {
  opacity: 1;
}
.u-mask-bg.is-animated img {
  opacity: 1;
  transform: translateX(0);
}
.u-mask-bg.is-active:after {
  animation: mask-bg 0.8s cubic-bezier(0.8, 0, 0.17, 1);
}
.u-mask-bg.is-active h2 {
  opacity: 1;
}
.u-mask-bg.is-active img {
  opacity: 1;
  transform: translateX(0);
}
@keyframes mask-bg {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(110%);
  }
}
.u-fade-blur {
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.u-fade-blur.is-active {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: 0.8s;
}
@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
/*========= 流れるテキスト ===============*/
/*全共通*/
.slide-in {
  overflow: hidden;
  display: inline-block;
}
.slide-in_inner {
  display: inline-block;
}
/* 上下のアニメーション*/
.downAnime {
  opacity: 0;
  /* 事前に透過0 にして消しておく*/
}
.slideAnimeDownUp {
  animation-name: slideTextY100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextY100 {
  from {
    transform: translateY(100%);
    /* 要素を上の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeUpDown {
  animation-name: slideTextY-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextY-100 {
  from {
    transform: translateY(-100%);
    /* 要素を下の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1;
  }
}
/*========= ローディング画面のためのCSS ===============*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: linear-gradient(34deg, #d70d19 0%, #ed7300 59%);
  z-index: 9999999;
  text-align: center;
  color: #fff;
}
#splash-logo {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#splash-logo img {
  width: 220px;
  display: block;
  margin-inline: auto;
}
/*========= 画面遷移のためのCSS ===============*/
/*画面遷移アニメーション*/
.splashbg {
  display: none;
}
/*bodyにappearクラスがついたら出現*/
body.appear .splashbg {
  display: block;
  content: "";
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: scaleX(0);
  background-color: #D80C18;
  /*伸びる背景色の設定*/
  animation-name: PageAnime;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
@keyframes PageAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/*画面遷移の後現れるコンテンツ設定*/
#container {
  opacity: 0;
  /*はじめは透過0に*/
}
/*bodyにappearクラスがついたら出現*/
body.appear #container {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (min-width: 992px) {
  /* ======================
	utility(992)
	=========================*/
  .u-sp-none992 {
    display: block;
  }
  .u-pc-none992 {
    display: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
    cursor: none;
  }
}
@media screen and (min-width: 768px) {
  /* ======================
	utility(768)
	=========================*/
  .u-sp-none768 {
    display: block;
  }
  .u-pc-none768 {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  /* ======================
	utility(576)
	=========================*/
  .u-sp-none576 {
    display: block;
  }
  .u-pc-none576 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-visuallyHidden {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px;
  }
  .u-fade-up-delay1 {
    transition-delay: unset;
  }
  .u-fade-up-delay2 {
    transition-delay: unset;
  }
  .u-fade-up-delay3 {
    transition-delay: unset;
  }
}
/* ========================================
   Sticky Scroll Section
   左側画像固定・右側コンテンツスクロール
======================================== */
.sticky-scroll-section {
  position: relative;
}

.sticky-scroll-section__inner {
  display: flex;
  align-items: flex-start; /* stickyを効かせるために必要 */
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* 左側：スティッキー画像エリア */
.sticky-scroll-section__image {
  width: 50%;
  height: calc(100vh - 160px); /* 上下余白分を引く */
  position: sticky;
  top: 100px; /* ヘッダー分の余白 */
  overflow: hidden;
  margin-top: 40px; /* 上余白 */
  margin-bottom: 60px; /* 下余白 */
}

.sticky-scroll-section__image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.sticky-scroll-section__image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.sticky-scroll-section__image-wrapper img.is-active {
  opacity: 1;
}

/* 右側：スクロールコンテンツエリア */
.sticky-scroll-section__content {
  width: 50%;
  padding-left: 60px;
}

/* 各コンテンツアイテム */
.sticky-scroll-item {
  min-height: 100vh;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* 交互に背景色を変える場合 */
.sticky-scroll-item:nth-child(even) {
  background: transparent;
}

/* ヘッダー部分 */
.sticky-scroll-item__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
}

.sticky-scroll-item__number {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #D80C18;
}

/* スマホ用：各コンテンツ内の画像 */
.sticky-scroll-item__image {
  margin-bottom: 24px;
}

.sticky-scroll-item__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

/* Sticky Scroll Section レスポンシブ */
@media screen and (max-width: 767px) {
  .sticky-scroll-section__inner {
    flex-direction: column;
  }

  /* スマホでは左側の固定画像エリアを非表示 */
  .sticky-scroll-section__image {
    display: none;
  }

  .sticky-scroll-section__content {
    width: 100%;
    padding-left: 0;
  }

  .sticky-scroll-item {
    min-height: auto;
    padding: 50px 0;
  }
}


/* contact*/
/*********************
INPUTS
*********************/
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
	display: block;
	/*height: 40px;*/
	line-height: 1.6;
	font-size: 1em;
	color: #5c6b80;
	border-radius: 3px;
	vertical-align: middle;
	box-shadow: none;
	border: 1px solid #ADABAB;
	width: 100%;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #fff;
	-webkit-transition: background-color 0.24s ease-in-out;
	transition: background-color 0.24s ease-in-out;
	padding: 10px;
}
input[type="text"]:focus, input[type="text"]:active, input[type="password"]:focus, input[type="password"]:active, input[type="datetime"]:focus, input[type="datetime"]:active, input[type="datetime-local"]:focus, input[type="datetime-local"]:active, input[type="date"]:focus, input[type="date"]:active, input[type="month"]:focus, input[type="month"]:active, input[type="time"]:focus, input[type="time"]:active, input[type="week"]:focus, input[type="week"]:active, input[type="number"]:focus, input[type="number"]:active, input[type="email"]:focus, input[type="email"]:active, input[type="url"]:focus, input[type="url"]:active, input[type="search"]:focus, input[type="search"]:active, input[type="tel"]:focus, input[type="tel"]:active, input[type="color"]:focus, input[type="color"]:active, select:focus, select:active, textarea:focus, textarea:active, .field:focus, .field:active {
	background-color: #f7f8fa;
}
input[type="text"].error, input[type="text"].is-invalid, input[type="password"].error, input[type="password"].is-invalid, input[type="datetime"].error, input[type="datetime"].is-invalid, input[type="datetime-local"].error, input[type="datetime-local"].is-invalid, input[type="date"].error, input[type="date"].is-invalid, input[type="month"].error, input[type="month"].is-invalid, input[type="time"].error, input[type="time"].is-invalid, input[type="week"].error, input[type="week"].is-invalid, input[type="number"].error, input[type="number"].is-invalid, input[type="email"].error, input[type="email"].is-invalid, input[type="url"].error, input[type="url"].is-invalid, input[type="search"].error, input[type="search"].is-invalid, input[type="tel"].error, input[type="tel"].is-invalid, input[type="color"].error, input[type="color"].is-invalid, select.error, select.is-invalid, textarea.error, textarea.is-invalid, .field.error, .field.is-invalid {
	color: #FD5659;
	border-color: #FD5659;
	background-color: white;
	background-position: 99% center;
	background-repeat: no-repeat;
	/*background-image: url(../img/common/ask/ask_error.png);*/
	outline-color: #FD5659;
}
input[type="text"].success, input[type="text"].is-valid, input[type="password"].success, input[type="password"].is-valid, input[type="datetime"].success, input[type="datetime"].is-valid, input[type="datetime-local"].success, input[type="datetime-local"].is-valid, input[type="date"].success, input[type="date"].is-valid, input[type="month"].success, input[type="month"].is-valid, input[type="time"].success, input[type="time"].is-valid, input[type="week"].success, input[type="week"].is-valid, input[type="number"].success, input[type="number"].is-valid, input[type="email"].success, input[type="email"].is-valid, input[type="url"].success, input[type="url"].is-valid, input[type="search"].success, input[type="search"].is-valid, input[type="tel"].success, input[type="tel"].is-valid, input[type="color"].success, input[type="color"].is-valid, select.success, select.is-valid, textarea.success, textarea.is-valid, .field.success, .field.is-valid {
	color: #e6efc2;
	border-color: #e6efc2;
	background-color: white;
	background-position: 99% center;
	background-repeat: no-repeat;
	/*background-image: url(../img/common/ask/ask_ok.png);*/
	outline-color: #e6efc2;
}
input[type="text"][disabled], input[type="text"].is-disabled, input[type="password"][disabled], input[type="password"].is-disabled, input[type="datetime"][disabled], input[type="datetime"].is-disabled, input[type="datetime-local"][disabled], input[type="datetime-local"].is-disabled, input[type="date"][disabled], input[type="date"].is-disabled, input[type="month"][disabled], input[type="month"].is-disabled, input[type="time"][disabled], input[type="time"].is-disabled, input[type="week"][disabled], input[type="week"].is-disabled, input[type="number"][disabled], input[type="number"].is-disabled, input[type="email"][disabled], input[type="email"].is-disabled, input[type="url"][disabled], input[type="url"].is-disabled, input[type="search"][disabled], input[type="search"].is-disabled, input[type="tel"][disabled], input[type="tel"].is-disabled, input[type="color"][disabled], input[type="color"].is-disabled, select[disabled], select.is-disabled, textarea[disabled], textarea.is-disabled, .field[disabled], .field.is-disabled {
	cursor: not-allowed;
	border-color: #cfcfcf;
	opacity: 0.6;
}
input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active, input[type="password"][disabled]:focus, input[type="password"][disabled]:active, input[type="password"].is-disabled:focus, input[type="password"].is-disabled:active, input[type="datetime"][disabled]:focus, input[type="datetime"][disabled]:active, input[type="datetime"].is-disabled:focus, input[type="datetime"].is-disabled:active, input[type="datetime-local"][disabled]:focus, input[type="datetime-local"][disabled]:active, input[type="datetime-local"].is-disabled:focus, input[type="datetime-local"].is-disabled:active, input[type="date"][disabled]:focus, input[type="date"][disabled]:active, input[type="date"].is-disabled:focus, input[type="date"].is-disabled:active, input[type="month"][disabled]:focus, input[type="month"][disabled]:active, input[type="month"].is-disabled:focus, input[type="month"].is-disabled:active, input[type="time"][disabled]:focus, input[type="time"][disabled]:active, input[type="time"].is-disabled:focus, input[type="time"].is-disabled:active, input[type="week"][disabled]:focus, input[type="week"][disabled]:active, input[type="week"].is-disabled:focus, input[type="week"].is-disabled:active, input[type="number"][disabled]:focus, input[type="number"][disabled]:active, input[type="number"].is-disabled:focus, input[type="number"].is-disabled:active, input[type="email"][disabled]:focus, input[type="email"][disabled]:active, input[type="email"].is-disabled:focus, input[type="email"].is-disabled:active, input[type="url"][disabled]:focus, input[type="url"][disabled]:active, input[type="url"].is-disabled:focus, input[type="url"].is-disabled:active, input[type="search"][disabled]:focus, input[type="search"][disabled]:active, input[type="search"].is-disabled:focus, input[type="search"].is-disabled:active, input[type="tel"][disabled]:focus, input[type="tel"][disabled]:active, input[type="tel"].is-disabled:focus, input[type="tel"].is-disabled:active, input[type="color"][disabled]:focus, input[type="color"][disabled]:active, input[type="color"].is-disabled:focus, input[type="color"].is-disabled:active, select[disabled]:focus, select[disabled]:active, select.is-disabled:focus, select.is-disabled:active, textarea[disabled]:focus, textarea[disabled]:active, textarea.is-disabled:focus, textarea.is-disabled:active, .field[disabled]:focus, .field[disabled]:active, .field.is-disabled:focus, .field.is-disabled:active {
	background-color: #d5edf8;
}
input[type="password"] {
	letter-spacing: 0.3em;
}

.button {
	width: 380px;
	max-width: 100%;
	text-align: center;
	text-decoration: none;
	padding: 1em 1em;
	color: #000000;
	background: #FFE660;
	border: none;
	box-sizing: border-box;
	text-transform: uppercase;
	border-radius: 5px;
	background-clip: padding-box;
	cursor: pointer;
	font-size: 16px;
}
.button:hover {
	color: #000000;
	background: #FFCD06;
	box-sizing: border-box;
	text-transform: uppercase;
	border-radius: 5px;
	background-clip: padding-box;
	cursor: pointer;
	font-size: 16px;
}
.submit_box {
	margin: 2em 0 1em;
}

.policy__textBox {
    border: 1px solid #d0d0d0;
    overflow: hidden;
    padding: 22px 16px;
    max-height: 280px;
    overflow-y: scroll;
    margin-top: 31px;
}
.policy__textBox p {
   	font-size: 0.8rem;
	line-height: 1.6;
}
.policy__textBox h3 {
   	font-size: 1.0rem;
	line-height: 1.6;
}

.center {
	text-align: center;
}
.red {
	color: crimson;
}

/* /contact*/

/* sitemap */
@media screen and (min-width: 768px) {
	.smap {
		margin-left: 5px;
		margin-bottom: 20px;
	}
	.smap ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	.smap li {
		margin: 0;
		padding-bottom: 5px;
	}
	.smap a {
		display: block;
		color: #000000;
		width: 780px;
		padding: 10px 10px;
		text-decoration: none;
		margin-bottom: 5px;
		margin-top: 5px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		background-image: none;
	}
	.smap .nolink {
		display: block;
		color: #000000;
		width: 780px;
		padding: 10px 10px;
		text-decoration: none;
		margin-bottom: 5px;
		margin-top: 5px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		background-image: none;
	}
	.smap a:hover {
		color: #333;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #CCCCCC;
	}
	.smap ul ul {
		margin-left: 20px;
		padding: 0;
		list-style-type: none;
	}
	.smap li li a {
		display: block;
		color: #333;
		width: 750px;
		padding: 10px 10px;
		margin: 0;
		text-decoration: none;
		border-left-width: 1px;
		border-top-style: none;
		border-bottom-style: dotted;
		border-left-style: solid;
		border-left-color: #CCCCCC;
		border-bottom-width: 1px;
		border-bottom-color: #CCCCCC;
	}
	/* 第一階層 */
	.smap>li>a {
		font-size: 1.6rem;
		font-weight: bold;
	}
}
@media screen and (max-width: 767px) {
	.smap {
		margin-left: 5px;
		margin-bottom: 20px;
	}
	.smap ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	.smap li {
		margin: 0;
		padding-bottom: 5px;
	}
	.smap a {
		display: block;
		color: #000000;
		padding: 10px 10px;
		text-decoration: none;
		margin-bottom: 5px;
		margin-top: 5px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		background-image: none;
	}
	.smap .nolink {
		display: block;
		color: #000000;
		padding: 10px 10px;
		text-decoration: none;
		margin-bottom: 5px;
		margin-top: 5px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		background-image: none;
	}
	.smap a:hover {
		color: #333;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #CCCCCC;
	}
	.smap ul ul {
		margin-left: 20px;
		padding: 0;
		list-style-type: none;
	}
	.smap li li a {
		display: block;
		color: #333;
		padding: 10px 10px;
		margin: 0;
		text-decoration: none;
		border-left-width: 1px;
		border-top-style: none;
		border-bottom-style: dotted;
		border-left-style: solid;
		border-left-color: #CCCCCC;
		border-bottom-width: 1px;
		border-bottom-color: #CCCCCC;
	}
	/* 第一階層 */
	.smap>li>a {
		font-size: 1.6rem;
		font-weight: bold;
	}
}
/* /sitemap */