/*
 * Generated by Sass
 * Do not edit this file directly.
 */
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Pathway+Gothic+One&display=swap");
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* white and alpha */
/* grey */
/* bracl and alpha */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05;
  color: #222222;
}

html:has(.isActive) {
  overflow: hidden;
}

.l-header {
  display: block;
  width: 100%;
  height: 80px;
}
@media (max-width: 984px) {
  .l-header {
    height: 60px;
  }
}
@media (max-width: 768px) {
  .l-header {
    height: 48px;
  }
}
.l-header .header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  background-color: #FFFFFF;
  z-index: 1000;
}
@media (max-width: 984px) {
  .l-header .header {
    height: 60px;
  }
}
@media (max-width: 768px) {
  .l-header .header {
    height: 48px;
  }
}
.l-header .header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin: auto;
  width: max(100% - 160px, 900px);
  height: 100%;
  padding: 0 24px;
}
@media (max-width: 984px) {
  .l-header .header__container {
    width: max(100% - 160px, 880px);
    height: 60px;
  }
}
@media (max-width: 888px) {
  .l-header .header__container {
    height: 48px;
    margin: none;
    width: 100%;
    padding: 0 16px;
  }
}
.l-header .header__image-box {
  display: block;
  width: 160px;
  min-width: 160px;
  height: 100%;
}
@media (max-width: 984px) {
  .l-header .header__image-box {
    width: 120px;
    min-width: 120px;
  }
}
@media (max-width: 888px) {
  .l-header .header__image-box {
    width: 80px;
    min-width: 80px;
  }
}
.l-header .header__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.l-header .navigation {
  width: fit-content;
  height: fit-content;
}
.l-header .navigation__box--pc {
  width: fit-content;
  height: 100%;
}
@media (max-width: 888px) {
  .l-header .navigation__box--pc {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
.l-header .navigation__box--pc .navigation__list {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 100%;
  list-style: none;
  padding-inline-start: 0px;
}
.l-header .navigation__box--pc .navigation__link {
  display: block;
  color: #222222;
  padding: 16px 0;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.2s ease;
  word-break: keep-all;
}
.l-header .navigation__box--pc .navigation__link:hover {
  opacity: 0.5;
}
.l-header .navigation__box--mobile {
  display: none;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 888px) {
  .l-header .navigation__box--mobile {
    display: block;
    visibility: visible;
    opacity: 1;
  }
}
.l-header .navigation__box--mobile .hamburger__box {
  position: fixed;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  cursor: pointer;
}
.l-header .navigation__box--mobile .hamburger__border {
  position: absolute;
  top: 24px;
  left: 50%;
  display: block;
  width: 24px;
  height: 3px;
  border-radius: 10px;
  background-color: #222222;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease;
}
.l-header .navigation__box--mobile .hamburger__border--top {
  top: 16px;
}
.l-header .navigation__box--mobile .hamburger__border--bottom {
  top: 32px;
}
.l-header .navigation__box--mobile .hamburger__overlay-background {
  position: fixed;
  top: 48px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 48px);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  background-color: #000000;
  transition: all 0.2s ease;
}
.l-header .navigation__box--mobile .navigation__list {
  position: fixed;
  right: 0;
  top: 48px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  width: 0px;
  overflow: hidden;
  transition: all 0.2s ease;
  background-color: #FFFFFF;
  margin: 0;
  padding: 40px 0 80px 0;
  list-style: none;
}
.l-header .navigation__box--mobile .navigation__item {
  width: 240px;
}
.l-header .navigation__box--mobile .navigation__link {
  display: block;
  width: 100%;
  height: fit-content;
  color: #222222;
  text-decoration: none;
  line-height: 2.5;
  padding: 0 24px;
  font-weight: 700;
  transition: all 0.2s ease;
  opacity: 1;
}
.l-header .navigation__box--mobile .navigation__link:hover {
  opacity: 0.6;
}
.l-header .navigation__box--mobile:has(.isActive) .hamburger__border--top {
  top: 24px;
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.l-header .navigation__box--mobile:has(.isActive) .hamburger__border--center {
  width: 0px;
}
.l-header .navigation__box--mobile:has(.isActive) .hamburger__border--bottom {
  top: 24px;
  transform: translate(-50%, -50%) rotateZ(-45deg);
}
.l-header .navigation__box--mobile:has(.isActive) .hamburger__overlay-background {
  pointer-events: auto;
  visibility: visible;
  opacity: 0.2;
}
.l-header .navigation__box--mobile:has(.isActive) .navigation__list {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  width: 240px;
  transition: all 0.2s ease;
}

.l-footer {
  height: fit-content;
  width: 100%;
  background-color: #313131;
}

.l-footer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  padding: 20px 0 20px 40px;
  width: min(100%, 1040px);
  height: fit-content;
}
@media (max-width: 880px) {
  .l-footer__container {
    width: min(100%, 560px);
  }
}
@media (max-width: 768px) {
  .l-footer__container {
    flex-direction: column;
    padding: 20px 20px 60px 20px;
  }
}

.l-footer__logo {
  display: block;
  width: 148px;
  height: 84px;
}
@media (max-width: 768px) {
  .l-footer__logo {
    margin-bottom: 40px;
  }
}

.footer__logo-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.l-footer__navigation {
  width: min(100%, 560px);
  height: auto;
}
.l-footer__navigation .navigation {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 16px;
  row-gap: 24px;
  width: 100%;
  list-style: none;
  padding: 0;
}
@media (max-width: 880px) {
  .l-footer__navigation .navigation {
    margin: 0 0 0 auto;
    grid-template-columns: repeat(2, 1fr);
    width: 320px;
  }
}
@media (max-width: 768px) {
  .l-footer__navigation .navigation {
    margin: auto;
    width: min(240px, 100%);
  }
}
.l-footer__navigation .navigation__link {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.l-footer__copylight {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  background-color: #972223;
}
.l-footer__copylight .copyight__text {
  font-weight: 500;
  font-size: 12px;
}

.p-notfound {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: max(600px, 100vh - 267px);
}
@media (max-width: 984px) {
  .p-notfound {
    min-height: max(300px, 100vh - 247px);
  }
}
@media (max-width: 880px) {
  .p-notfound {
    min-height: max(300px, 100vh - 265px);
  }
}
@media (max-width: 768px) {
  .p-notfound {
    min-height: max(300px, 100vh - 417px);
  }
}

.p-notfound__title {
  margin: 136px auto 80px auto;
  width: fit-content;
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .p-notfound__title {
    margin: 80px auto 40px auto;
  }
}
.p-notfound__title .title__text {
  font-size: 56px;
  font-weight: 700;
  color: #222222;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-notfound__title .title__text {
    font-size: 48px;
  }
}
@media (max-width: 456px) {
  .p-notfound__title .title__text {
    font-size: 32px;
  }
}
.p-notfound__title .title__sub-text {
  font-size: 56px;
  font-weight: 400;
  color: #BD0000;
  line-height: 1;
  font-family: "Pathway Gothic One", sans-serif;
}
@media (max-width: 768px) {
  .p-notfound__title .title__sub-text {
    font-size: 48px;
  }
}
@media (max-width: 456px) {
  .p-notfound__title .title__sub-text {
    line-height: 1.8;
    font-size: 24px;
  }
}

.p-notfound__link {
  position: relative;
  text-decoration: none;
  padding: 24px;
  font-weight: 700;
  color: #222222;
  white-space: nowrap;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.p-notfound__link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  display: block;
  width: 100%;
  height: 40px;
  background-image: url(/images/arrow_red.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-notfound__link:hover {
  opacity: 0.5;
}

.p-home__title {
  position: relative;
  margin: 136px auto 80px auto;
  width: fit-content;
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
  font-kerning: normal;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-home__title {
    margin: 80px auto 16px auto;
  }
}
.p-home__title--mission {
  position: relative;
  top: -120px;
  width: 100%;
  margin: 0;
}
@media (max-width: 768px) {
  .p-home__title--mission {
    top: -60px;
    z-index: 20;
  }
}
.p-home__title .title__text {
  font-size: 56px;
  font-weight: 700;
  color: #222222;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-home__title .title__text {
    font-size: 48px;
  }
}
@media (max-width: 456px) {
  .p-home__title .title__text {
    font-size: 32px;
  }
}
.p-home__title .title__text--mission {
  position: absolute;
  right: 35%;
  right: calc(40% - 80px);
  bottom: 8px;
  z-index: 15;
}
@media (max-width: 768px) {
  .p-home__title .title__text--mission {
    right: 32%;
  }
}
@media (max-width: 456px) {
  .p-home__title .title__text--mission {
    right: 38%;
  }
}
.p-home__title .title__sub-text {
  display: block;
  margin: 0.1em 0 0 0;
  font-size: 56px;
  font-weight: 400;
  color: #BD0000;
  line-height: 1;
  font-family: "Pathway Gothic One", sans-serif;
}
@media (max-width: 768px) {
  .p-home__title .title__sub-text {
    font-size: 48px;
  }
}
@media (max-width: 456px) {
  .p-home__title .title__sub-text {
    line-height: 1.8;
    font-size: 24px;
  }
}
.p-home__title .title__sub-text--mission {
  position: absolute;
  margin: 0;
  line-height: 1.5;
  color: #FFFFFF;
  right: 32%;
}
@media (max-width: 768px) {
  .p-home__title .title__sub-text--mission {
    right: 38%;
    font-size: 32px;
  }
}
.p-home__title .title__anchor {
  position: absolute;
  height: 0;
  width: 0;
  top: -120px;
}
.p-home__title .title__anchor--mission {
  top: -200px;
}

.p-home__main-visual {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 440/505;
  max-height: 620px;
  background-image: url(/images/home_main_visual.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.p-home__main-visual .main-visual__content {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100%;
  backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, 0.0666666667);
  overflow: hidden;
}
@media (max-width: 456px) {
  .p-home__main-visual .main-visual__content {
    background-color: transparent;
    backdrop-filter: blur(0px);
    width: 100%;
  }
}
.p-home__main-visual .main-visual__text {
  position: relative;
  align-items: baseline;
  padding: 0 0 0 48px;
  width: 100%;
  font-size: 0;
  font-weight: 700;
  color: #FFFFFF;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5333333333);
  transform: translateY(-20px);
}
@media (max-width: 456px) {
  .p-home__main-visual .main-visual__text {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0 24px;
    white-space: pre-wrap;
    word-break: keep-all;
  }
}
.p-home__main-visual .main-visual__text::after {
  content: "";
  position: absolute;
  bottom: -48px;
  display: block;
  width: min(100%, 828px);
  height: 160px;
  background-image: url(/images/home_main_visual_line.svg);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.p-home__main-visual .main-visual__text--base {
  font-size: clamp(20px, 3vw, 56px);
  min-width: 28px;
}
.p-home__main-visual .main-visual__text--accent {
  position: relative;
  display: inline-block;
  padding: 0 0.1em 0 0;
  background: linear-gradient(155deg, #FF5050, #CD1818);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-style: italic;
  font-weight: 900;
  font-size: clamp(48px, 8vw, 116px);
  text-shadow: none;
  filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.5333333333));
}
.p-home__main-visual .main-visual__text--accent::after {
  content: "ライズ";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  font-size: clamp(16px, 1.6vw, 32px);
  font-weight: 900;
  color: #FFFFFF;
  -webkit-text-fill-color: #FFFFFF;
  font-style: normal;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5333333333);
}
.p-home__main-visual .main-visual__text--sub {
  position: absolute;
  top: 0;
  left: 100px;
  font-size: 24px;
  color: #FFFFFF;
}
.p-home__main-visual .main-visual__text--hidden {
  opacity: 0;
  width: 0;
  height: 0;
  font-size: 0;
}
.p-home__main-visual .main-visual__back-text {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  font-size: min(80px + 5vw, 160px);
  font-family: "Pathway Gothic One", sans-serif;
  color: #BD0000;
  opacity: 0.3;
  line-height: 0.75;
  white-space: nowrap;
  word-break: keep-all;
}
@media (max-width: 456px) {
  .p-home__main-visual .main-visual__back-text {
    font-size: min(26vw, 80px);
  }
}
.p-home__main-visual .main-visual__back-text span {
  display: inline-block;
  width: fit-content;
  animation: slider 14s linear infinite;
  padding: 0 1em 0 0;
}
@keyframes slider {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.p-home__mission {
  position: relative;
  background: linear-gradient(135deg, #FF2D2D, #7E1F1F);
  width: 100%;
  height: fit-content;
}
.p-home__mission::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #9A0000;
  mask-image: url(/images/home_mission_bg01.svg);
  mask-position: 0% 0%;
  mask-repeat: no-repeat;
  mask-size: 96% 513px;
  -webkit-mask-image: url(/images/home_mission_bg01.svg);
  -webkit-mask-position: 0% 0%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 96% 513px;
}
@media (max-width: 768px) {
  .p-home__mission::before {
    display: none;
  }
}
.p-home__mission::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 188px;
  background-color: #761B1B;
  mask-image: url(/images/home_mission_bg02.svg);
  mask-position: 0% 0%;
  mask-repeat: no-repeat;
  mask-size: 100% 188px;
  -webkit-mask-image: url(/images/home_mission_bg02.svg);
  -webkit-mask-position: 0% 0%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 188px;
}
.p-home__mission .mission__pre-text-box {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 513px;
  mask-image: url(/images/home_mission_bg01.svg);
  mask-position: 0% 0%;
  mask-repeat: no-repeat;
  mask-size: 96% 513px;
  -webkit-mask-image: url(/images/home_mission_bg01.svg);
  -webkit-mask-position: 0% 0%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 96% 513px;
}
@media (max-width: 768px) {
  .p-home__mission .mission__pre-text-box {
    mask-image: none;
    min-height: 0;
    height: fit-content;
    z-index: 10;
  }
}
@media (max-width: 768px) {
  .p-home__mission .mission__pre-text-box::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #9A0000;
    mask-image: url(/images/home_mission_bg_sp_01.svg);
    mask-position: 0% 0%;
    mask-repeat: no-repeat;
    mask-size: 93% 100%;
    -webkit-mask-image: url(/images/home_mission_bg_sp_01.svg);
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 93% 100%;
    z-index: -10;
  }
}
.p-home__mission .mission__pre-text-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 86%;
  height: calc(100% - 160px);
  min-height: 400px;
  padding: 80px 0;
  background-color: #FFFFFF;
  border-radius: 0 0 min(273px, 12vw) 0;
  z-index: -10;
}
@media (max-width: 768px) {
  .p-home__mission .mission__pre-text-box::after {
    display: none;
  }
}
.p-home__mission .mission__pre-text {
  margin: 0 auto;
  padding: 80px 160px 200px 160px;
  width: min(100%, 880px);
  line-height: 3;
  letter-spacing: 0.05em;
  font-size: 16px;
}
@media (max-width: 768px) {
  .p-home__mission .mission__pre-text {
    position: relative;
    margin: 0;
    line-height: 1.8;
    width: 100%;
    padding: 40px max(100px, 20vw) 160px 16px;
    mask-image: url(/images/home_mission_bg_sp_01.svg);
    mask-position: 0% 0%;
    mask-repeat: no-repeat;
    mask-size: 93% 100%;
    -webkit-mask-image: url(/images/home_mission_bg_sp_01.svg);
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 93% 100%;
    z-index: 30;
  }
  .p-home__mission .mission__pre-text span {
    display: block;
    margin: 0 0 1em 0;
  }
}
@media (max-width: 768px) {
  .p-home__mission .mission__pre-text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: min(100% - 80px, 80vw);
    height: calc(100% - 60px);
    background-color: #FFFFFF;
    border-radius: 0 0 96px 0;
    z-index: -10;
  }
}
@media (max-width: 456px) {
  .p-home__mission .mission__pre-text::before {
    border-radius: 0 0 54px 0;
  }
}
.p-home__mission .mission__content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8vw;
  margin: auto;
  padding: 80px 40px 240px 40px;
  width: min(100%, 1440px);
}
@media (max-width: 768px) {
  .p-home__mission .mission__content {
    padding: 80px 24px 240px 24px;
  }
}
@media (max-width: 456px) {
  .p-home__mission .mission__content {
    padding: 40px 16px 240px 16px;
  }
}
.p-home__mission .mission__image-box {
  position: relative;
  width: min(40%, 424px);
  height: fit-content;
  transform: translateY(max(-80px, 220px - 80%));
}
@media (max-width: 768px) {
  .p-home__mission .mission__image-box {
    display: none;
  }
}
.p-home__mission .mission__image-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5333333333);
  z-index: -1;
}
.p-home__mission .mission__image-box::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #D9D9D9;
  z-index: -10;
}
.p-home__mission .mission__image-box > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 424/500;
}
.p-home__mission .mission__text {
  position: relative;
  display: block;
  width: min(60%, 720px);
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  z-index: 16;
}
@media (max-width: 768px) {
  .p-home__mission .mission__text {
    width: 100%;
  }
}
.p-home__mission .mission__text > span {
  display: block;
  margin: 1.6em 0;
}

.p-home__service .service__list {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .p-home__service .service__list {
    flex-direction: column;
  }
}
.p-home__service .service__list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 582px;
  background-color: #9A0000;
  z-index: -50;
}
.p-home__service .service__item {
  width: min(100%, 650px);
}
@media (max-width: 768px) {
  .p-home__service .service__item {
    width: 100%;
    height: 420px;
  }
}
.p-home__service .service__card {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .p-home__service .service__card {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.p-home__service .service__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 582px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5333333333));
  z-index: -30;
}
@media (max-width: 768px) {
  .p-home__service .service__card::before {
    height: 420px;
  }
}
.p-home__service .service__title {
  display: block;
  height: 456px;
  padding: 300px 24px 0 24px;
  top: 55%;
  left: 0;
}
@media (max-width: 768px) {
  .p-home__service .service__title {
    padding: 160px 24px 0 24px;
    height: auto;
  }
}
.p-home__service .service__title-text {
  position: relative;
  display: block;
  width: fit-content;
  color: #FFFFFF;
  font-size: min(3.1vw, 56px);
  line-height: 1.4;
  font-weight: 700;
  z-index: 10;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5333333333);
}
@media (max-width: 768px) {
  .p-home__service .service__title-text {
    font-size: min(8vw, 32px);
  }
}
.p-home__service .service__title-text:last-child::after {
  content: "";
  position: absolute;
  top: 0.7em;
  left: -12px;
  display: block;
  width: calc(100% + 24px);
  height: 0.7em;
  background-color: #BD0000;
  z-index: -20;
}
.p-home__service .service__image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 582px;
  object-fit: cover;
  z-index: -40;
}
@media (max-width: 768px) {
  .p-home__service .service__image {
    height: 420px;
  }
}
.p-home__service .service__text {
  display: block;
  padding: 148px 24px 0 24px;
  line-height: 1.8;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  height: fit-content;
}
@media (max-width: 768px) {
  .p-home__service .service__text {
    padding: 24px 24px 24px 24px;
    color: #FFFFFF;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.5333333333);
  }
}

.p-home__flow .flow__container {
  position: relative;
  width: min(100% - 80px, 1400px);
  height: 816px;
  margin: auto;
}
@media (max-width: 976px) {
  .p-home__flow .flow__container {
    width: 100%;
    max-width: 650px;
    max-height: 1000px;
    height: 180vw;
    margin: -24px auto 0 auto;
  }
}
.p-home__flow .flow__chart {
  position: absolute;
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-rows: 48px 1fr 48px;
}
@media (max-width: 976px) {
  .p-home__flow .flow__chart {
    display: flex;
    flex-direction: column;
  }
}
.p-home__flow .flow__title {
  display: block;
  width: fit-content;
  margin: auto;
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 976px) {
  .p-home__flow .flow__title {
    font-size: min(24px, 4vw);
  }
}
.p-home__flow .flow__title--import {
  grid-row: 1/2;
}
@media (max-width: 976px) {
  .p-home__flow .flow__title--import {
    position: absolute;
    top: min(7vw, 24px);
    right: 6%;
  }
}
.p-home__flow .flow__title--export {
  grid-row: 3/4;
}
@media (max-width: 976px) {
  .p-home__flow .flow__title--export {
    grid-row: 1/2;
    position: absolute;
    top: min(7vw, 24px);
    left: 6%;
  }
}
.p-home__flow .flow__list {
  position: relative;
  display: grid;
  width: 100%;
  height: calc(100% - 96px);
  grid-template-columns: repeat(14, 1fr);
  grid-template-rows: 180px 40px 180px 40px 180px;
  margin: auto;
  padding: 0;
  list-style: none;
}
@media (max-width: 976px) {
  .p-home__flow .flow__list {
    grid-template-columns: 30% 5% 30% 5% 30%;
    grid-template-rows: repeat(14, 1fr);
    margin: 0;
    height: 100%;
  }
}
.p-home__flow .flow__list--import {
  grid-row: 2/3;
}
.p-home__flow .flow__list--import::after {
  content: "";
  display: block;
  grid-column: 2/14;
  grid-row: 2/3;
  border-radius: 40px 40px 0 0;
  border-top: solid min(0.7vw, 4px) #9A0000;
  border-left: solid min(0.7vw, 4px) #9A0000;
  border-right: solid min(0.7vw, 4px) #9A0000;
}
@media (max-width: 976px) {
  .p-home__flow .flow__list--import::after {
    grid-column: 4/5;
    grid-row: 2/14;
    border-radius: 0 32px 32px 0;
    border-top: solid min(0.7vw, 4px) #9A0000;
    border-bottom: solid min(0.7vw, 4px) #9A0000;
    border-left: none;
    border-right: solid min(0.7vw, 4px) #9A0000;
  }
}
.p-home__flow .flow__list--export {
  grid-row: 2/3;
}
.p-home__flow .flow__list--export::after {
  content: "";
  display: block;
  grid-column: 2/14;
  grid-row: 4/5;
  border-radius: 0 0 40px 40px;
  border-left: solid min(0.7vw, 4px) #9A0000;
  border-right: solid min(0.7vw, 4px) #9A0000;
  border-bottom: solid min(0.7vw, 4px) #9A0000;
}
@media (max-width: 976px) {
  .p-home__flow .flow__list--export::after {
    grid-column: 2/3;
    grid-row: 2/14;
    border-radius: 8vw 0 0 32px;
    border-top: solid min(0.7vw, 4px) #9A0000;
    border-bottom: solid min(0.7vw, 4px) #9A0000;
    border-right: none;
    border-left: solid min(0.7vw, 4px) #9A0000;
  }
}
.p-home__flow .flow__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.p-home__flow .flow__item--import {
  position: relative;
}
.p-home__flow .flow__item--import ::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: #9A0000;
  transform: translate(-50%, 60%);
}
@media (max-width: 976px) {
  .p-home__flow .flow__item--import ::after {
    width: min(2vw, 12px);
    height: min(2vw, 12px);
    bottom: min(6vw, 38px);
    left: 0;
    transform: translate(-65%, 50%);
  }
}
.p-home__flow .flow__item--import:nth-child(1) {
  grid-column: 1/3;
  grid-row: 3/4;
}
@media (max-width: 976px) {
  .p-home__flow .flow__item--import:nth-child(1) {
    grid-column: 3/4;
    grid-row: 1/3;
  }
}
.p-home__flow .flow__item--import:nth-child(1) ::after {
  border-radius: 0;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: translate(-40%, 0%);
}
@media (max-width: 976px) {
  .p-home__flow .flow__item--import:nth-child(1) ::after {
    bottom: 50%;
    transform: translate(0%, 60%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
}
.p-home__flow .flow__item--import:nth-child(2) {
  grid-column: 2/4;
  grid-row: 1/2;
}
@media (max-width: 976px) {
  .p-home__flow .flow__item--import:nth-child(2) {
    grid-column: 5/6;
    grid-row: 2/4;
  }
}
.p-home__flow .flow__item--import:nth-child(3) {
  grid-column: 4/6;
  grid-row: 1/2;
}
@media (max-width: 976px) {
  .p-home__flow .flow__item--import:nth-child(3) {
    grid-column: 5/6;
    grid-row: 4/6;
  }
}
.p-home__flow .flow__item--import:nth-child(4) {
  grid-column: 6/8;
  grid-row: 1/2;
}
@media (max-width: 976px) {
  .p-home__flow .flow__item--import:nth-child(4) {
    grid-column: 5/6;
    grid-row: 6/8;
  }
}
.p-home__flow .flow__item--import:nth-child(5) {
  grid-column: 8/10;
  grid-row: 1/2;
}
@media (max-width: 976px) {
  .p-home__flow .flow__item--import:nth-child(5) {
    grid-column: 5/6;
    grid-row: 8/10;
  }
}
.p-home__flow .flow__item--import:nth-child(6) {
  grid-column: 10/12;
  grid-row: 1/2;
}
@media (max-width: 976px) {
  .p-home__flow .flow__item--import:nth-child(6) {
    grid-column: 5/6;
    grid-row: 10/12;
  }
}
.p-home__flow .flow__item--import:nth-child(7) {
  grid-column: 12/14;
  grid-row: 1/2;
}
@media (max-width: 976px) {
  .p-home__flow .flow__item--import:nth-child(7) {
    grid-column: 5/6;
    grid-row: 12/14;
  }
}
.p-home__flow .flow__item--import:nth-child(8) {
  grid-column: 13/15;
  grid-row: 3/4;
}
@media (max-width: 976px) {
  .p-home__flow .flow__item--import:nth-child(8) {
    grid-column: 3/4;
    grid-row: 13/15;
  }
}
.p-home__flow .flow__item--import:nth-child(8) ::after {
  border-radius: 0;
  top: 0;
  bottom: auto;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transform: translate(-60%, 0%);
}
@media (max-width: 976px) {
  .p-home__flow .flow__item--import:nth-child(8) ::after {
    top: 50%;
    right: 0;
    left: auto;
    transform: translate(0%, -60%);
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
  }
}
.p-home__flow .flow__item--export ::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: #9A0000;
  transform: translate(-50%, -60%);
}
@media (max-width: 976px) {
  .p-home__flow .flow__item--export ::after {
    width: min(2vw, 12px);
    height: min(2vw, 12px);
    top: auto;
    bottom: min(6vw, 38px);
    left: auto;
    right: 0;
    transform: translate(65%, 50%);
  }
}
.p-home__flow .flow__item--export:nth-child(1) {
  display: none;
}
.p-home__flow .flow__item--export:nth-child(2) {
  grid-column: 12/14;
  grid-row: 5/6;
}
@media (max-width: 976px) {
  .p-home__flow .flow__item--export:nth-child(2) {
    grid-column: 1/2;
    grid-row: 12/14;
  }
}
.p-home__flow .flow__item--export:nth-child(3) {
  grid-column: 10/12;
  grid-row: 5/6;
}
@media (max-width: 976px) {
  .p-home__flow .flow__item--export:nth-child(3) {
    grid-column: 1/2;
    grid-row: 10/12;
  }
}
.p-home__flow .flow__item--export:nth-child(4) {
  grid-column: 8/10;
  grid-row: 5/6;
}
@media (max-width: 976px) {
  .p-home__flow .flow__item--export:nth-child(4) {
    grid-column: 1/2;
    grid-row: 8/10;
  }
}
.p-home__flow .flow__item--export:nth-child(5) {
  grid-column: 6/8;
  grid-row: 5/6;
}
@media (max-width: 976px) {
  .p-home__flow .flow__item--export:nth-child(5) {
    grid-column: 1/2;
    grid-row: 6/8;
  }
}
.p-home__flow .flow__item--export:nth-child(6) {
  grid-column: 4/6;
  grid-row: 5/6;
}
@media (max-width: 976px) {
  .p-home__flow .flow__item--export:nth-child(6) {
    grid-column: 1/2;
    grid-row: 4/6;
  }
}
.p-home__flow .flow__item--export:nth-child(7) {
  grid-column: 2/4;
  grid-row: 5/6;
}
@media (max-width: 976px) {
  .p-home__flow .flow__item--export:nth-child(7) {
    grid-column: 1/2;
    grid-row: 2/4;
  }
}
.p-home__flow .flow__item--export:nth-child(8) {
  display: none;
  grid-row: 3/4;
  grid-column: 1/3;
}
.p-home__flow .flow__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-home__flow .flow__card--export {
  flex-direction: column-reverse;
}
@media (max-width: 976px) {
  .p-home__flow .flow__card--export {
    flex-direction: column;
  }
}
.p-home__flow .flow__image {
  display: block;
  width: 124px;
  height: auto;
  aspect-ratio: 1/1;
}
@media (max-width: 976px) {
  .p-home__flow .flow__image {
    width: min(15vw, 72px);
  }
}
.p-home__flow .floe__text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 48px;
  font-size: 16px;
  white-space: nowrap;
}
@media (max-width: 1314px) {
  .p-home__flow .floe__text {
    font-size: 14px;
  }
}
@media (max-width: 1156px) {
  .p-home__flow .floe__text {
    font-size: 12px;
  }
}
@media (max-width: 976px) {
  .p-home__flow .floe__text {
    width: 100%;
    height: 28px;
    font-size: min(2.4vw, 14px);
    height: 1em;
  }
}

.p-home__support .support {
  position: relative;
  margin: -32px 0 0 0;
  width: 100%;
  background-color: rgba(97, 97, 97, 0.8509803922);
}
@media (max-width: 768px) {
  .p-home__support .support {
    margin: 0;
  }
}
.p-home__support .support::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(/images/home_support.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-home__support .support__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 56px;
  margin: auto;
  padding: 80px 40px 180px 40px;
  width: min(100%, 1180px);
  list-style: none;
  counter-reset: item;
}
@media (max-width: 768px) {
  .p-home__support .support__list {
    padding: 80px 16px 180px 16px;
  }
}
.p-home__support .support__list::before {
  content: "";
  display: block;
  position: absolute;
  top: 300px;
  left: 50%;
  width: calc(100% - 80px);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  transform: translateX(-50%);
}
@media (max-width: 1167px) {
  .p-home__support .support__list::before {
    max-width: 696px;
  }
}
@media (max-width: 768px) {
  .p-home__support .support__list::before {
    display: none;
  }
}
@media (max-width: 1167px) {
  .p-home__support .support__list::after {
    content: "";
    display: block;
    position: absolute;
    top: 523px;
    left: 50%;
    width: calc(100% - 80px);
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    transform: translateX(-50%);
    max-width: 696px;
  }
}
@media (max-width: 768px) {
  .p-home__support .support__list::after {
    display: none;
  }
}
.p-home__support .support__item {
  width: 320px;
  counter-increment: item;
}
@media (max-width: 800px) {
  .p-home__support .support__item {
    width: min(100%, 540px);
    padding: 0 0 40px 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.4);
  }
}
.p-home__support .support__title {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 16px 0;
  color: #FFFFFF;
}
.p-home__support .support__title::before {
  content: counter(item) ". ";
}
.p-home__support .support__text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  color: #FFFFFF;
}
.p-home__support .support__link {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 80px;
  left: 50%;
  height: 20px;
  width: fit-content;
  padding: 8px 40px;
  transform: translateX(-50%);
  color: #FFFFFF;
  text-decoration: none;
  white-space: nowrap;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.p-home__support .support__link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  display: block;
  width: 194px;
  height: 40px;
  background-image: url(/images/home_support_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-home__support .support__link:hover {
  opacity: 0.5;
}

.p-home__company {
  padding: 0 40px;
}
@media (max-width: 768px) {
  .p-home__company {
    padding: 0 16px;
  }
}
.p-home__company .table {
  max-width: 800px;
  margin: 0 auto 80px;
  border-collapse: collapse;
}
.p-home__company .table__row {
  height: 58px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.p-home__company .table__row:first-child {
  border-top: solid 1px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .p-home__company .table__row {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 24px 0 0 0;
  }
  .p-home__company .table__row:first-child {
    border-top: none;
  }
}
.p-home__company .table__label {
  width: 35%;
  padding: 0 0 0 40px;
  text-align: left;
}
@media (max-width: 768px) {
  .p-home__company .table__label {
    padding: 0;
  }
}
.p-home__company .table__text {
  padding: 16px 40px;
  line-height: 2;
}
@media (max-width: 768px) {
  .p-home__company .table__text {
    padding: 16px 24px;
  }
}
.p-home__company .table__text--line {
  display: block;
  width: fit-content;
}
.p-home__company .table__content-box {
  padding: 16px 0;
  width: fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .p-home__company .table__content-box {
    margin: auto;
  }
}
.p-home__company .table__content-box > iframe {
  width: min(100%, 320px);
  height: auto;
  aspect-ratio: 320/160;
}

.p-contact__title {
  margin: 136px auto 80px auto;
  width: fit-content;
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .p-contact__title {
    margin: 80px auto 40px auto;
  }
}
.p-contact__title .title__text {
  font-size: 56px;
  font-weight: 700;
  color: #222222;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-contact__title .title__text {
    font-size: 48px;
  }
}
@media (max-width: 456px) {
  .p-contact__title .title__text {
    font-size: 32px;
  }
}
.p-contact__title .title__sub-text {
  font-size: 56px;
  font-weight: 400;
  color: #BD0000;
  line-height: 1;
  font-family: "Pathway Gothic One", sans-serif;
}
@media (max-width: 768px) {
  .p-contact__title .title__sub-text {
    font-size: 48px;
  }
}
@media (max-width: 456px) {
  .p-contact__title .title__sub-text {
    line-height: 1.8;
    font-size: 24px;
  }
}

.p-contact__caption {
  margin: auto;
  padding: 0 0 24px 0;
  width: min(100% - 32px, 800px);
}

.p-contact__form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 0 0 80px 0;
  width: min(100% - 32px, 800px);
}
.p-contact__form .form__container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  padding: 0 0 80px 0;
}
.p-contact__form .form__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-contact__form .form__label {
  line-height: 1;
}
.p-contact__form .form__input {
  height: 3rem;
  padding: 0 16px;
  line-height: 2;
}
.p-contact__form .form__input--texterea {
  height: 10rem;
}
.p-contact__form .form__input--policy {
  height: auto;
}
.p-contact__form .form__input:focus {
  outline: solid 3px #BD0000;
  border: solid 1px rgba(0, 0, 0, 0);
}
.p-contact__form .form__link {
  color: #222222;
  font-weight: 600;
}
.p-contact__form .form__button {
  margin: auto;
  width: min(100%, 320px);
  height: 4rem;
  border: none;
  outline-color: none;
  background-color: #9A0000;
  color: #FFFFFF;
  cursor: pointer;
  opacity: 1;
  transition: all 0.2s ease;
}
.p-contact__form .form__button:hover {
  opacity: 0.6;
}
.p-contact__form .form__button:active {
  opacity: 1;
  background-color: #761B1B;
}

.form__item:has(.form__input[required]) .form__label::after {
  content: " *";
  color: #BD0000;
  font-size: 1.4rem;
}

.p-contact__privacy-policy {
  position: relative;
  width: min(100% - 16px, 800px);
  height: 800px;
  margin: 0 auto 160px auto;
  overflow-y: scroll;
  border: solid 1px rgba(0, 0, 0, 0.2);
  padding: 40px 20px;
}
.p-contact__privacy-policy .privacy-policy__anchor {
  position: absolute;
  top: -120px;
}
.p-contact__privacy-policy .privacy-policy__title {
  font-size: 32px;
  text-align: center;
  margin: 0 0 24px;
  letter-spacing: 0.05em;
  line-height: 1;
}
.p-contact__privacy-policy .privacy__content {
  margin: 32px 0;
}
.p-contact__privacy-policy .privacy__cection-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 16px 0;
}
.p-contact__privacy-policy .privacy__text {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

/*# sourceMappingURL=style.css.map */
