@charset "UTF-8";
/* A Modern CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
figure,
blockquote,
ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
}

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

li {
  list-style-type: none;
}

body {
  min-height: 100vh;
  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;
  }
}
body {
  font-family: "Noto Sans JP", "Open Sans", sans-serif;
  color: #4d4d4d;
  margin: 0 auto;
}

.header {
  background: #007ce2;
  position: fixed;
  top: 0;
  z-index: 5;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .header__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-height: 120px;
  }
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: min(6.4vw, 30px) 5vw;
}
@media screen and (min-width: 1280px) {
  .header__container {
    padding: 0 26px;
  }
}
.header__h1-img {
  width: 46vw;
  max-width: 250px;
}
@media screen and (min-width: 1280px) {
  .header__h1-img {
    max-width: 200px;
  }
}
.header__burger {
  position: relative;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.6s;
}
@media screen and (min-width: 1280px) {
  .header__burger {
    display: none;
  }
}
.header__burger-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__burger-top, .header__burger-center, .header__burger-bottom {
  position: absolute;
  width: 100%;
  height: 3px;
  transition: 0.4s;
}
.header__burger-top::before, .header__burger-top::after, .header__burger-center::before, .header__burger-center::after, .header__burger-bottom::before, .header__burger-bottom::after {
  content: "";
  position: absolute;
  top: 0;
  background: #ffffff;
  height: 3px;
}
.header__burger-top::before, .header__burger-center::before, .header__burger-bottom::before {
  left: 0;
  width: 3px;
  border-radius: 50%;
}
.header__burger-top::after, .header__burger-center::after, .header__burger-bottom::after {
  right: 0;
  width: calc(100% - 8px);
  border-radius: 1.5px;
}
.header__burger-top {
  transform: translateY(-8px);
}
.header__burger-bottom {
  transform: translateY(8px);
}
.header__burger-text {
  display: none;
}
.header__contact {
  background: #000;
  display: none;
}
@media screen and (min-width: 1280px) {
  .header__contact {
    display: block;
    max-height: 120px;
    height: 100%;
  }
}
.header__contact-wrap {
  width: min(26vw, 375px);
  padding: min(0.9vw, 8px) 0;
  text-align: center;
}
.header__contact-txt {
  color: #fff;
  font-size: 13px;
}
.header__contact-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media screen and (min-width: 1280px) {
  .header__contact-box {
    gap: 4px;
  }
}
.header__contact-icon {
  width: 30px;
}
@media screen and (min-width: 1280px) {
  .header__contact-icon {
    width: 26px;
  }
}
.header__contact-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.header__contact-tell {
  font-size: 40px;
  color: #fff;
  font-style: italic;
  line-height: 1.2;
}
@media screen and (min-width: 1280px) {
  .header__contact-tell {
    font-size: 32px;
  }
}

.header__nav {
  display: none;
  width: 100%;
  font-family: sans-serif;
}
@media screen and (min-width: 1280px) {
  .header__nav {
    display: block;
  }
}
.header__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1280px) {
  .header__nav-gnav {
    display: flex;
    justify-content: center;
  }
}
.header__nav-wrap {
  background: #ffffff;
}
@media screen and (min-width: 1280px) {
  .header__nav-wrap {
    background: none;
  }
}
.header__nav-list {
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (min-width: 1280px) {
  .header__nav-list {
    border-bottom: none;
  }
  .header__nav-list:hover .header__nav-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.header__nav-link {
  display: block;
  position: relative;
  padding: 4.266vw 5.333vw;
  text-decoration: none;
  color: #444444;
  font-weight: bold;
  font-size: min(4.2vw, 20px);
  transition: 0.4s;
}
@media screen and (min-width: 1280px) {
  .header__nav-link {
    color: #fff;
    padding: 0px 1.5vw;
    font-size: 18px;
    text-align: center;
  }
  .header__nav-link:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 1280px) {
  .header__nav-link::after, .header__nav-link::before {
    display: none;
  }
}
.header__nav-link:not(.is-toggle)::after {
  content: "";
  position: absolute;
  right: 5.333vw;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 2.133vw;
  height: 2.133vw;
  border-top: 0.8vw solid #007ce2;
  border-right: 0.8vw solid #007ce2;
}
.header__nav-link.is-toggle::after {
  content: "";
  position: absolute;
  right: 5.333vw;
  top: 50%;
  transform: translateY(-50%);
  width: 3.733vw;
  height: 0.8vw;
  background-color: #007ce2;
}
.header__nav-link.is-toggle::before {
  content: "";
  position: absolute;
  right: 6.8vw;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8vw;
  height: 3.733vw;
  background-color: #007ce2;
  transition: opacity 0.3s ease;
}
.header__nav-link.is-toggle.is-open::before {
  opacity: 0;
}
.header__nav-sub {
  display: none;
}
@media screen and (min-width: 1280px) {
  .header__nav-sub {
    display: block;
    font-size: 10px;
    font-style: italic;
    font-weight: normal;
  }
}
.header__nav-menu {
  display: none;
  padding-bottom: 2.666vw;
}
.header__nav-menu.is-open {
  display: block;
}
@media screen and (min-width: 1280px) {
  .header__nav-menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 40px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transform: translateY(-15px);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    background: #fff;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-top: 3px solid #007ce2;
    border-radius: 0 0 5px 5px;
  }
  .header__nav-menu li {
    width: auto;
  }
}
.header__nav-menuLink {
  display: block;
  padding: 3.2vw 5.333vw 3.2vw 10.666vw;
  text-decoration: none;
  color: #007ce2;
  font-size: 3.733vw;
  font-weight: bold;
}
@media screen and (min-width: 1280px) {
  .header__nav-menuLink {
    padding: 10px;
    font-size: 14px;
    color: #333;
    position: relative;
    transition: color 0.3s ease;
    white-space: nowrap;
  }
  .header__nav-menuLink::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #007ce2;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.3s ease;
  }
  .header__nav-menuLink:hover {
    color: #007ce2;
  }
  .header__nav-menuLink:hover::after {
    transform: scaleX(1);
    transform-origin: left center;
  }
}

.fixed__banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: min(20vw, 100px);
  display: flex;
  z-index: 100;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1280px) {
  .fixed__banner {
    display: none;
  }
}
.fixed__banner-contact {
  flex: 1;
  background-color: #007ce2;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 1vw;
}
@media screen and (min-width: 762px) {
  .fixed__banner-contact {
    flex-direction: row;
    padding-left: 40px;
    justify-content: start;
    gap: 20px;
  }
}
.fixed__banner-txt {
  font-size: min(3vw, 14px);
  margin-bottom: min(0.5vw, 2px);
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 762px) {
  .fixed__banner-txt {
    font-size: 14px;
  }
}
.fixed__banner-txt-sub {
  text-align: center;
  font-size: min(3vw, 14px);
  line-height: 1.2;
}
@media screen and (min-width: 762px) {
  .fixed__banner-txt-sub {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .fixed__banner-txt-sub {
    text-align-last: left;
    font-size: 18px;
  }
  .fixed__banner-txt-sub br {
    display: none;
  }
}
.fixed__banner-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(1.5vw, 8px);
  margin-bottom: min(0.5vw, 2px);
}
.fixed__banner-tel-icon {
  width: min(4vw, 20px);
  height: auto;
}
.fixed__banner-tel-num {
  font-size: min(6vw, 32px);
  font-weight: 500;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
}
.fixed__banner-top {
  width: min(20vw, 80px);
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-left: 2px dotted #ffffff;
}
.fixed__banner-top-arrow {
  display: flex;
  margin-bottom: min(1vw, 4px);
}
.fixed__banner-top-arrow::before {
  content: "";
  display: block;
  width: 1px;
  height: min(6vw, 24px);
  background: #fff;
}
.fixed__banner-top-arrow::after {
  content: "";
  display: block;
  width: 1px;
  height: min(2.5vw, 10px);
  background: #fff;
  transform: rotate(32deg) translateX(-1px);
  transform-origin: top;
}
.fixed__banner-top-txt {
  font-size: min(3.5vw, 14px);
  font-style: italic;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
}

.footer {
  background-color: #000000;
  color: #ffffff;
  padding: 8vw 0 0;
}
@media screen and (min-width: 762px) {
  .footer {
    padding: 4vw 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .footer {
    padding: 0;
  }
}
.footer__container {
  margin-bottom: 8vw;
  margin: 0 auto;
  border-bottom: 1px dashed #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1280px) {
  .footer__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 50px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .footer__box {
    padding-left: 40px;
  }
}
.footer__logo {
  width: clamp(200px, 73vw, 300px);
  margin-bottom: 7vw;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    width: 40vw;
    margin: 0 auto 5vw;
  }
}
@media screen and (min-width: 1280px) {
  .footer__logo {
    width: 280px;
    margin-bottom: 20px;
  }
}
.footer__addr {
  font-size: clamp(14px, 4vw, 18px);
  line-height: 1.8;
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .footer__addr {
    font-size: 1.8vw;
    text-align: center;
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 1280px) {
  .footer__addr {
    font-size: 14px;
    text-align-last: left;
    margin-bottom: 0;
  }
}
.footer__nav {
  display: grid;
  grid-template-columns: auto auto;
  gap: 3.2vw 6vw;
  justify-content: start;
  list-style: none;
  padding: 0;
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .footer__nav {
    grid-template-columns: repeat(5, auto);
    justify-content: start;
  }
}
@media screen and (min-width: 1280px) {
  .footer__nav {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px 20px;
    margin-bottom: 0;
    margin-right: 40px;
  }
}
.footer__nav-list:first-child {
  grid-column: 1/3;
}
@media screen and (min-width: 768px) {
  .footer__nav-list:first-child {
    grid-column: auto;
  }
}
@media screen and (min-width: 1280px) {
  .footer__nav-list:nth-child(4) {
    grid-column-start: 2;
    grid-row-start: 2;
  }
}
@media screen and (min-width: 1280px) {
  .footer__nav-list:nth-child(5) {
    grid-column-start: 3;
    grid-row-start: 2;
  }
}
.footer__nav-link {
  color: #ffffff;
  text-decoration: none;
  font-size: clamp(14px, 4.2vw, 18px);
  display: flex;
  align-items: center;
  gap: 4vw;
  white-space: nowrap;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .footer__nav-link {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1280px) {
  .footer__nav-link {
    gap: 12px;
    font-size: 16px;
  }
  .footer__nav-link:hover {
    opacity: 0.5;
  }
}
.footer__nav-link::before {
  content: "";
  display: block;
  background: #fff;
  width: 8px;
  height: 1px;
}
.footer__copy {
  text-align: center;
  color: #999999;
  font-size: clamp(12px, 3.2vw, 16px);
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .footer__copy {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1280px) {
  .footer__copy {
    font-size: 13px;
    padding-right: 40px;
    text-align: right;
  }
}
@media screen and (min-width: 1280px) {
  .footer__copy-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.footer__top {
  display: none;
}
@media screen and (min-width: 1280px) {
  .footer__top {
    display: block;
    width: 100px;
    border-left: 1px dashed #fff;
    padding: 20px;
    transition: 0.4s;
  }
  .footer__top:hover {
    opacity: 0.5;
  }
  .footer__top-link {
    color: #fff;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .footer__top-arrow {
    display: flex;
  }
  .footer__top-arrow::before {
    content: "";
    display: block;
    width: 1px;
    height: 28px;
    background: #fff;
  }
  .footer__top-arrow::after {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background: #fff;
    transform: rotate(32deg);
    transform-origin: top;
  }
}
.footer__contact {
  display: none;
}
@media screen and (min-width: 1280px) {
  .footer__contact {
    display: block;
    background: #007ce2;
    margin-bottom: 40px;
  }
  .footer__contact-p {
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    padding: 20px 0;
  }
  .footer__contact-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border-top: 1px dashed #fff;
    padding: 20px 0;
    margin: 0 auto;
    width: 80%;
  }
  .footer__contact-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .footer__contact-icon {
    width: 30px;
  }
  .footer__contact-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .footer__contact-time {
    font-size: 18px;
  }
  .footer__contact-tell {
    font-size: 40px;
    color: #fff;
    font-style: italic;
    line-height: 1.2;
  }
}

.wrapper {
  overflow: hidden;
}

.fv {
  position: relative;
  width: 100%;
  height: 108vw;
}
@media screen and (min-width: 768px) {
  .fv {
    height: clamp(400px, 50vw, 700px);
  }
}
@media screen and (min-width: 1280px) {
  .fv {
    height: 90vh;
  }
}
.fv__bg {
  position: absolute;
  inset: 0;
  background: url("../images/top/mv.jpg") center/cover no-repeat;
}
.fv__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  color: #ffffff;
  font-size: min(8.5vw, 80px);
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  -webkit-text-stroke: 2px #043785;
  text-stroke: 2px #043785;
  paint-order: stroke;
  text-shadow: 0 0 2vw #003366;
}
@media screen and (min-width: 768px) {
  .fv__ttl {
    font-size: clamp(50px, 4.5vw, 80px);
    width: 80%;
  }
}
@media screen and (min-width: 1280px) {
  .fv__ttl {
    font-size: 6.25vw;
    width: 100%;
  }
}
.fv__ttl .br-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .fv__ttl .br-sp {
    display: none;
  }
}
.fv__ttl .br-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .fv__ttl .br-pc {
    display: block;
  }
}

.bg__wrap {
  position: relative;
}
.bg__wrap::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -5;
  top: 0;
  background-image: url(../images/top/bg_geometry.jpg);
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1280px) {
  .bg__wrap::after {
    background-image: url(../images/top/bg_geometry-pc.jpg);
  }
}

.about {
  padding-top: 12.8vw;
  background-size: 100%;
  padding-bottom: min(20vw, 150px);
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .about {
    padding: 5vw 0;
  }
}
@media screen and (min-width: 1280px) {
  .about__wrap {
    display: flex;
  }
}
.about__img {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .about__img {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 600px;
    width: 50vw;
    margin-left: calc((100% - 100vw) / 2);
  }
}
@media screen and (min-width: 1440px) {
  .about__img {
    max-width: none;
  }
}
.about__img-box {
  display: contents;
}
@media screen and (min-width: 1280px) {
  .about__img-box .about__img-pic:nth-child(1) {
    order: 3;
    margin-top: 10px;
    margin-left: 150px;
    position: relative;
    z-index: 3;
  }
}
@media screen and (min-width: 1440px) {
  .about__img-box .about__img-pic:nth-child(1) {
    margin-top: 0.6944444444vw;
    margin-left: 10.4166666667vw;
  }
}
.about__img-box .about__img-pic:nth-child(2) {
  margin-left: -15vw;
}
@media screen and (min-width: 768px) {
  .about__img-box .about__img-pic:nth-child(2) {
    margin-left: max(-15vw, -220px);
  }
}
@media screen and (min-width: 1280px) {
  .about__img-box .about__img-pic:nth-child(2) {
    margin-left: -175px;
    order: 2;
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 1440px) {
  .about__img-box .about__img-pic:nth-child(2) {
    margin-left: -12.1527777778vw;
  }
}
.about__img > .about__img-pic {
  margin-left: -15vw;
}
@media screen and (min-width: 768px) {
  .about__img > .about__img-pic {
    margin-left: max(-15vw, -220px);
  }
}
@media screen and (min-width: 1280px) {
  .about__img > .about__img-pic {
    margin-left: 0;
    width: 290px;
    order: 1;
    margin-top: 100px;
    position: relative;
    z-index: 2;
  }
}
@media screen and (min-width: 1440px) {
  .about__img > .about__img-pic {
    width: 20.1388888889vw;
    margin-top: 6.9444444444vw;
  }
}
.about__img-pic {
  height: 56vw;
  width: auto;
  flex-shrink: 0;
}
.about__img-pic picture {
  display: contents;
}
@media screen and (min-width: 768px) {
  .about__img-pic {
    height: clamp(430px, 56vw, 600px);
  }
}
@media screen and (min-width: 1280px) {
  .about__img-pic {
    width: 480px;
    height: 410px;
  }
}
@media screen and (min-width: 1440px) {
  .about__img-pic {
    width: 33.3333333333vw;
    height: 28.4722222222vw;
  }
}
.about__img-img {
  width: auto;
  height: 100%;
  display: block;
}
@media screen and (min-width: 1280px) {
  .about__img-img {
    width: 100%;
    object-fit: contain;
  }
}
.about__container {
  padding: 13.333vw 5.333vw 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about__container {
    max-width: 800px;
    margin: 0 auto;
    padding-top: clamp(40px, 5vw, 80px);
  }
}
@media screen and (min-width: 1280px) {
  .about__container {
    padding: 64px 80px 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .about__container {
    max-width: none;
    width: 50vw;
    padding: 4.4444444444vw 5.5555555556vw 0 0;
  }
}
.about__box {
  position: relative;
  text-align: center;
}
.about__box .about__ttl-sub {
  position: absolute;
  top: -8vw;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Open Sans", sans-serif;
  font-size: 16vw;
  color: transparent;
  text-shadow: 0 0 2px #e0effb;
  font-weight: 400;
  font-style: italic;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .about__box .about__ttl-sub {
    font-size: clamp(70px, 9vw, 140px);
    top: -30px;
  }
}
.about__ttlbox {
  text-align: center;
  margin-bottom: min(8vw, 60px);
  position: relative;
}
.about__ttlbox-sub {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Open Sans", sans-serif;
  font-size: 16vw;
  color: transparent;
  text-shadow: 0 0 2px #e0effb;
  font-weight: 400;
  font-style: italic;
  z-index: -1;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .about__ttlbox-sub {
    font-size: clamp(70px, 9vw, 110px);
  }
}
@media screen and (min-width: 1440px) {
  .about__ttlbox-sub {
    font-size: 7.6vw;
  }
}
.about__ttlbox-ttl {
  position: relative;
  z-index: 2;
  font-size: min(5.3vw, 40px);
  font-weight: bold;
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .about__ttlbox-ttl {
    font-size: clamp(24px, 3.5vw, 40px);
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1440px) {
  .about__ttlbox-ttl {
    font-size: 2.8vw;
    margin-bottom: 2vw;
  }
}
.about__txt {
  font-size: min(4.8vw, 19px);
  line-height: 2;
  text-align: left;
  margin-bottom: 5.333vw;
}
@media screen and (min-width: 768px) {
  .about__txt {
    font-size: clamp(14px, 1.6vw, 18px);
    text-align: center;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .about__txt {
    margin-bottom: clamp(40px, 6vw, 60px);
  }
}
@media screen and (min-width: 1440px) {
  .about__txt {
    font-size: 1.25vw;
    margin-bottom: 4vw;
  }
}
.about__txt:last-child {
  text-align: center;
  font-size: min(4.8vw, 24px);
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .about__txt:last-child {
    font-size: clamp(18px, 2.2vw, 24px);
  }
}
@media screen and (min-width: 1440px) {
  .about__txt:last-child {
    font-size: 1.6vw;
  }
}

.business {
  padding: min(16vw, 230px) 5.333vw;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .business {
    padding: clamp(120px, 15vw, 200px) 5.333vw 8.6vw;
  }
}
.business::before, .business::after {
  content: "";
  position: absolute;
  inset: min(5.3vw, 76px) 0 0 0;
  clip-path: polygon(0 0, 100% 8.5vw, 100% 100%, 0 100%);
}
@media screen and (min-width: 768px) {
  .business::before, .business::after {
    clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 100%);
  }
}
.business::before {
  background-color: #f2f2f2;
  z-index: -2;
}
.business::after {
  background-image: url("../images/top/bg_border.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: -1;
}
.business__ttlbox {
  text-align: center;
  margin-bottom: 8vw;
  position: relative;
}
.business__ttlbox-sub {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Open Sans", sans-serif;
  font-size: 16vw;
  color: transparent;
  text-shadow: 0 0 2px #e0effb;
  font-weight: 400;
  font-style: italic;
  z-index: -1;
  z-index: 1;
  color: #d2e7f6;
}
@media screen and (min-width: 768px) {
  .business__ttlbox-sub {
    font-size: clamp(70px, 9vw, 110px);
  }
}
.business__ttlbox-ttl {
  position: relative;
  z-index: 2;
  font-size: min(5.3vw, 40px);
  font-weight: bold;
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .business__ttlbox-ttl {
    font-size: clamp(24px, 3.5vw, 40px);
    margin-bottom: 30px;
  }
}
.business__box {
  display: flex;
  flex-direction: column;
  gap: 4.5vw;
}
@media screen and (min-width: 768px) {
  .business__box {
    flex-direction: row;
    gap: 3vw;
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .business__box {
    max-width: none;
  }
}
.business__box-link {
  display: block;
  width: 100%;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  font-size: clamp(20px, 8vw, 36px);
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1280px) {
  .business__box-link {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 1280px) {
  .business__box-link:hover .business__box-btn::before {
    background-color: rgba(0, 124, 226, 0.7);
  }
}
.business__box-link span {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: clamp(13px, 4vw, 18px);
  font-weight: normal;
  margin-top: 1.333vw;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1280px) {
  .business__box-link span {
    font-size: 1.4vw;
  }
}
.business__box-btn {
  width: 100%;
  padding: 16.5vw 0;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .business__box-btn {
    padding: clamp(80px, 12vw, 180px) 0;
  }
}
@media screen and (min-width: 1280px) {
  .business__box-btn {
    padding: 0;
    aspect-ratio: 474/310;
  }
}
.business__box-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(128, 128, 128, 0.7);
  outline: 2px dashed #fff;
  outline-offset: -10px;
  transition: 0.4s;
}
.business__box-btn.btn-img1 {
  background-image: url("../images/top/business_tmb01.jpg");
}
.business__box-btn.btn-img2 {
  background-image: url("../images/top/business_tmb02.jpg");
}
.business__box-txt {
  position: relative;
  z-index: 1;
  width: 100%;
}

.deco__arrow {
  height: 60px;
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
}
.deco__arrow-arrow {
  display: flex;
  transform: rotate(90deg);
  width: 60px;
}
.deco__arrow-arrow::before, .deco__arrow-arrow::after {
  content: "";
  display: block;
  height: 1px;
  background: #4d4d4d;
}
.deco__arrow-arrow::before {
  width: 55px;
}
.deco__arrow-arrow::after {
  width: 20px;
  transform: rotate(150deg);
  transform-origin: left;
}

.company,
.partner {
  position: relative;
}
.company__box-btn,
.partner__box-btn {
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  padding: 4vw 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 768px) {
  .company__box-btn,
  .partner__box-btn {
    padding: 20px 0;
  }
}
.company__box-btn:hover .company__box-arrow,
.company__box-btn:hover .partner__box-arrow,
.partner__box-btn:hover .company__box-arrow,
.partner__box-btn:hover .partner__box-arrow {
  transform: translateX(5px);
}
.company__box-btn:hover .company__box-arrow::before,
.company__box-btn:hover .partner__box-arrow::before,
.partner__box-btn:hover .company__box-arrow::before,
.partner__box-btn:hover .partner__box-arrow::before {
  transform: scaleX(0.5);
}
.company__box-btn::before,
.partner__box-btn::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
}
.company__box-link,
.partner__box-link {
  color: #4d4d4d;
  text-decoration: none;
  font-size: min(4.2vw, 25px);
  font-weight: 400;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .company__box-link,
  .partner__box-link {
    font-size: clamp(15px, 1.6vw, 18px);
  }
}
.company__box-link::after,
.partner__box-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.company__box-arrow,
.partner__box-arrow {
  display: flex;
  margin-top: 1.06vw;
  transition: transform 0.4s ease;
}
.company__box-arrow::before,
.partner__box-arrow::before {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background: #4d4d4d;
  transition: transform 0.4s ease;
  transform-origin: right center;
}
.company__box-arrow::after,
.partner__box-arrow::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #4d4d4d;
  transform: rotate(220deg);
  transform-origin: left;
}

.company {
  position: relative;
  background: url(../images/top/bg_noise.png) center top/100% 100% repeat-x;
  padding: min(18.6vw, 267px) 5.333vw min(30vw, 432px);
}
@media screen and (min-width: 762px) {
  .company {
    background: url(../images/top/bg_noise-pc.png) center top/100% 100% repeat-x;
  }
}
@media screen and (min-width: 1280px) {
  .company {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    padding: clamp(80px, 10vw, 145px) 0;
  }
}
.company__bg {
  background: url(../images/top/company.jpg) center bottom/140%;
  height: min(62vw, 892px);
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 1280px) {
  .company__bg {
    width: 55vw;
    height: 40vw;
    background-position: center center;
  }
}
@media screen and (min-width: 1280px) {
  .company__wrap {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 4.5vw;
    transform: translateY(-50%);
  }
}
.company__container {
  margin-top: min(-8vw, -115px);
  background-color: #ffffff;
  box-shadow: 0 0 4vw rgba(0, 0, 0, 0.1);
  padding: 25px;
}
@media screen and (min-width: 768px) {
  .company__container {
    max-width: 800px;
    margin: min(-8vw, -115px) auto 0;
    padding: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .company__container {
    margin: auto;
    left: 45px;
    width: 45vw;
  }
}
.company__ttlbox {
  background: #007ce2;
  color: #ffffff;
  display: flex;
  align-items: flex-end;
  gap: 5px;
  padding: 10px;
  margin-bottom: 5.3vw;
}
@media screen and (min-width: 1280px) {
  .company__ttlbox {
    margin-bottom: 40px;
  }
}
.company__ttlbox-ttl {
  font-size: clamp(22px, 6vw, 36px);
  font-weight: 400;
}
.company__ttlbox-sub {
  font-size: clamp(14px, 3.2vw, 20px);
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  margin-bottom: 5px;
}
.company__box-txt {
  font-size: clamp(15px, 4.8vw, 23px);
  line-height: 1.8;
  margin-bottom: 5.3vw;
}
@media screen and (min-width: 768px) {
  .company__box-txt {
    margin-bottom: 30px;
  }
}

.partner {
  padding: min(15vw, 216px) 5.333vw 0;
  background-image: url(../images/top/bg_geometry.jpg);
  background-size: 100%;
  background-position: center center;
  padding-bottom: min(20vw, 150px);
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .partner {
    background-image: url(../images/top/bg_geometry-pc.jpg);
    padding: 5vw 0;
  }
}
@media screen and (min-width: 768px) {
  .partner__container {
    max-width: 800px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .partner__container {
    max-width: none;
  }
}
@media screen and (min-width: 1280px) {
  .partner__wrap {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: start;
    gap: 85px;
  }
}
.partner__ttlbox {
  text-align: center;
  margin-bottom: 8vw;
  position: relative;
}
.partner__ttlbox-sub {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Open Sans", sans-serif;
  font-size: 16vw;
  color: transparent;
  text-shadow: 0 0 2px #e0effb;
  font-weight: 400;
  font-style: italic;
  z-index: -1;
  z-index: 1;
  width: 100%;
  font-size: 9.3vw;
}
@media screen and (min-width: 768px) {
  .partner__ttlbox-sub {
    font-size: clamp(70px, 9vw, 110px);
  }
}
.partner__ttlbox-ttl {
  position: relative;
  z-index: 2;
  font-size: min(5.3vw, 40px);
  font-weight: bold;
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .partner__ttlbox-ttl {
    font-size: clamp(24px, 3.5vw, 40px);
    margin-bottom: 30px;
  }
}
.partner__box {
  text-align: center;
  margin-bottom: 8.7vw;
}
@media screen and (min-width: 768px) {
  .partner__box {
    max-width: 800px;
    margin: 0 auto 60px;
  }
}
@media screen and (min-width: 1280px) {
  .partner__box {
    margin: 0;
    width: calc(40vw - 100px);
  }
}
.partner__box-txt {
  font-size: clamp(15px, 4.8vw, 23px);
  line-height: 1.8;
  text-align: left;
  margin-bottom: 6.4vw;
}
@media screen and (min-width: 768px) {
  .partner__box-txt {
    margin-bottom: 40px;
  }
}
.partner__bg {
  background: url(../images/top/partner.jpg) center/cover;
  height: min(62.4vw, 898px);
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 1280px) {
  .partner__bg {
    margin: 0;
    width: 50vw;
    height: 35vw;
  }
}

#business .main__wrap {
  position: relative;
  padding-bottom: 8vw;
}
#business .main__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/sub/bg_geometry.png);
  background-position: top center;
  background-size: 100%;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 1280px) {
  #business .main__wrap::before {
    background-image: url(../images/sub/bg_geometry-pc.png);
  }
}
#business .sub-fv__container {
  background-image: url(../images/sub/kv_business.jpg);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  aspect-ratio: 375/120;
}
@media screen and (min-width: 1280px) {
  #business .sub-fv__container {
    aspect-ratio: 350/93;
  }
}
#business .sub-fv__container::after {
  content: "";
  position: absolute;
  top: 0;
  background: rgba(128, 128, 128, 0.7);
  width: 100%;
  aspect-ratio: 375/120;
  display: block;
}
@media screen and (min-width: 1280px) {
  #business .sub-fv__container::after {
    aspect-ratio: 350/93;
  }
}
#business .sub-fv__box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}
#business .sub-fv__ttl {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  color: #fff;
  font-size: 5.3vw;
}
@media screen and (min-width: 1280px) {
  #business .sub-fv__ttl {
    font-size: 3.3vw;
  }
}
#business .sub-fv__sub {
  font-size: 6.6vw;
  font-weight: normal;
  font-style: italic;
  opacity: 0.2;
}
@media screen and (min-width: 1280px) {
  #business .sub-fv__sub {
    font-size: 4vw;
    line-height: 1;
  }
}
#business .breadcrumb {
  padding: 2vw 3vw 0;
  margin-bottom: 3vw;
}
@media screen and (min-width: 1280px) {
  #business .breadcrumb {
    padding: 2vw 9.7vw 0;
  }
}
#business .breadcrumb__list {
  display: flex;
}
#business .breadcrumb__list-item {
  display: flex;
  align-items: center;
  font-size: min(3vw, 18px);
  font-weight: bold;
}
#business .breadcrumb__list-item:not(:first-child)::before {
  content: "＞";
  font-family: "Open sans";
  margin: 0 10px;
  display: block;
}
#business .breadcrumb__list-link {
  color: #007ce2;
  text-decoration: none;
}
#business .breadcrumb__list-link::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #007ce2;
  display: block;
}
#business .sub-business {
  padding: 0 3vw;
}
@media screen and (min-width: 1024px) {
  #business .sub-business {
    padding: 0 9.7vw;
  }
}
#business .sub-business__ttlbox {
  margin: 0 auto 5vw;
  background: #007ce2;
  padding: 2.8vw 0;
}
@media screen and (min-width: 1280px) {
  #business .sub-business__ttlbox {
    padding: 1.1vw 0;
  }
}
#business .sub-business__ttlbox-ttl {
  color: #fff;
  font-size: 4.8vw;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  #business .sub-business__ttlbox-ttl {
    font-size: 2.5vw;
  }
}
#business .sub-business__box {
  position: relative;
  margin: 0 auto 9vw;
  border: 1px solid #4d4d4d;
  background: #fff;
}
#business .sub-business__box::after {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  display: block;
  background-image: url(../images/top/bg_border.jpg);
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
#business .sub-business__list {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  #business .sub-business__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 0px;
  }
}
#business .sub-business__list-item {
  font-size: 4vw;
  border-bottom: 1.5px dashed #4d4d4d;
  padding: 4vw 0;
  margin: 0 4vw;
}
@media screen and (min-width: 1024px) {
  #business .sub-business__list-item {
    font-size: 1.6vw;
    padding: 1.6vw 0;
  }
}
#business .sub-business__list-item:last-child {
  border-bottom: none;
}
#business .sub-business__list-item::before {
  content: "●";
  font-size: 4vw;
  margin-right: 1vw;
}
@media screen and (min-width: 1024px) {
  #business .sub-business__list-item::before {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1024px) {
  #business .sub-business__grid-2 {
    grid-column-start: 1;
    grid-row-start: 2;
  }
  #business .sub-business__grid-3 {
    grid-column-start: 1;
    grid-row-start: 3;
  }
  #business .sub-business__grid-4 {
    grid-column-start: 1;
    grid-row-start: 4;
    border-bottom: none;
  }
  #business .sub-business__grid-5 {
    grid-column-start: 2;
    grid-row-start: 1;
  }
  #business .sub-business__grid-6 {
    grid-column-start: 2;
    grid-row-start: 2;
  }
  #business .sub-business__grid-7 {
    grid-column-start: 2;
    grid-row-start: 3;
  }
  #business .sub-business__grid-8 {
    grid-row-start: 4;
  }
}
#business .sub-business__bg {
  background-image: url(../images/sub/business_img.jpg);
  background-size: cover;
  background-position: center center;
  display: block;
  width: 100vw;
  aspect-ratio: 375/136;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 1024px) {
  #business .sub-business__bg {
    background-image: url(../images/sub/business_img_pc.jpg);
    aspect-ratio: 1400/300;
  }
}

#company .sub-fv__container {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  aspect-ratio: 375/120;
}
@media screen and (min-width: 1280px) {
  #company .sub-fv__container {
    aspect-ratio: 350/93;
  }
}
#company .sub-fv__container::after {
  content: "";
  position: absolute;
  top: 0;
  background: rgba(128, 128, 128, 0.7);
  width: 100%;
  aspect-ratio: 375/120;
  display: block;
}
@media screen and (min-width: 1280px) {
  #company .sub-fv__container::after {
    aspect-ratio: 350/93;
  }
}
#company .sub-fv__container {
  background-image: url(../images/sub/kv_company.jpg);
  margin-bottom: 0;
}
#company .sub-fv__box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}
#company .sub-fv__ttl {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  color: #fff;
  font-size: 5.3vw;
}
@media screen and (min-width: 1280px) {
  #company .sub-fv__ttl {
    font-size: 3.3vw;
  }
}
#company .sub-fv__sub {
  font-size: 6.6vw;
  font-weight: normal;
  font-style: italic;
  opacity: 0.2;
}
@media screen and (min-width: 1280px) {
  #company .sub-fv__sub {
    font-size: 4vw;
    line-height: 1;
  }
}
#company .breadcrumb {
  padding: 2vw 3vw 0;
  margin-bottom: 3vw;
}
@media screen and (min-width: 1280px) {
  #company .breadcrumb {
    padding: 2vw 9.7vw 0;
  }
}
#company .breadcrumb__list {
  display: flex;
}
#company .breadcrumb__list-item {
  display: flex;
  align-items: center;
  font-size: min(3vw, 18px);
  font-weight: bold;
}
#company .breadcrumb__list-item:not(:first-child)::before {
  content: "＞";
  font-family: "Open sans";
  margin: 0 10px;
  display: block;
}
#company .breadcrumb__list-link {
  color: #007ce2;
  text-decoration: none;
}
#company .breadcrumb__list-link::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #007ce2;
  display: block;
}
#company .breadcrumb {
  padding: 2vw 0;
  margin-bottom: 0;
}
@media screen and (min-width: 1280px) {
  #company .breadcrumb {
    padding: 2vw 0;
  }
}
#company .breadcrumb__list-item {
  color: #fff;
}
#company .sub-company__wrapper {
  position: relative;
  padding: 0 3vw 3vw;
}
#company .sub-company__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/sub/bg_noise.png) center top/contain repeat-x;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 1280px) {
  #company .sub-company__wrapper {
    background: url(../images/sub/bg_noise-pc.png) center top/contain repeat-x;
    padding: 0 9.7vw 9.7vw;
  }
}
#company .sub-company__info {
  background: #fff;
  margin-bottom: 16vw;
}
#company .sub-company__info__ttlbox {
  margin: 0 auto 5vw;
  background: #007ce2;
  padding: 2.8vw 0;
}
@media screen and (min-width: 1280px) {
  #company .sub-company__info__ttlbox {
    padding: 1.1vw 0;
  }
}
#company .sub-company__info__ttlbox-ttl {
  color: #fff;
  font-size: 4.8vw;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  #company .sub-company__info__ttlbox-ttl {
    font-size: 2.5vw;
  }
}
#company .sub-company__info__ttlbox {
  margin: 0 auto 3vw;
}
#company .sub-company__info-wrap {
  padding: 0 7vw 7vw;
}
@media screen and (min-width: 1280px) {
  #company .sub-company__info-wrap {
    padding: 0 9.7vw 5vw;
  }
}
#company .sub-company__info-dl {
  margin-bottom: 5vw;
}
@media screen and (min-width: 1280px) {
  #company .sub-company__info-dl {
    margin-bottom: 0;
  }
}
#company .sub-company__info-dt {
  color: #007ce2;
  font-size: 4.2vw;
  font-weight: bold;
  border-bottom: 1.5px dashed #4d4d4d;
  padding: 3vw 0;
}
@media screen and (min-width: 1280px) {
  #company .sub-company__info-dt {
    font-size: 1.5vw;
    border-bottom: none;
    padding: 0;
  }
}
#company .sub-company__info-dd {
  font-size: 4vw;
  line-height: 2;
  padding: 5vw 0;
  border-bottom: 1.5px dashed #4d4d4d;
}
@media screen and (min-width: 1280px) {
  #company .sub-company__info-dd {
    font-size: 1.3vw;
    border-bottom: none;
    padding: 0;
  }
}
@media screen and (min-width: 1280px) {
  #company .sub-company__info-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    padding: 2vw 0;
    border-bottom: 1.5px dashed #4d4d4d;
  }
  #company .sub-company__info-row:first-child {
    padding: 0 0 2vw;
  }
  #company .sub-company__info-row:last-child {
    padding: 2vw 0;
    border-bottom: none;
  }
}
#company .sub-company__info-row .br__pc {
  display: none;
}
#company .sub-company__info-map {
  width: 100%;
  position: relative;
  padding-top: 70%;
}
@media screen and (min-width: 1280px) {
  #company .sub-company__info-map {
    width: 50%;
    padding-top: 30%;
    margin-left: auto;
  }
}
#company .sub-company__info-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#company .sub-company__history {
  position: relative;
  padding-bottom: 9.7vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
#company .sub-company__history::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  background-image: url(../images/sub/bg_geometry.png);
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  #company .sub-company__history::after {
    background-image: url(../images/sub/bg_geometry-pc.png);
  }
}
#company .sub-company__history-ttlbox {
  text-align: center;
  margin-bottom: min(8vw, 60px);
  position: relative;
}
#company .sub-company__history-ttlbox-ttl {
  position: relative;
  z-index: 1;
  font-size: min(5.3vw, 40px);
  font-weight: bold;
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  #company .sub-company__history-ttlbox-ttl {
    font-size: clamp(24px, 3.5vw, 40px);
    margin-bottom: 30px;
  }
}
#company .sub-company__history-ttlbox-sub {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Open Sans", sans-serif;
  font-size: 16vw;
  color: transparent;
  text-shadow: 0 0 2px #e0effb;
  font-weight: 400;
  font-style: italic;
  z-index: -1;
  z-index: -1;
  width: 100%;
  font-size: 9.3vw;
}
@media screen and (min-width: 768px) {
  #company .sub-company__history-ttlbox-sub {
    font-size: clamp(70px, 9vw, 110px);
  }
}
#company .sub-company__history-dl {
  padding: 0 9.7vw;
}
@media screen and (min-width: 1280px) {
  #company .sub-company__history-dl {
    margin: 0 auto;
    display: grid;
    grid-auto-rows: 1fr;
  }
}
@media screen and (min-width: 1280px) {
  #company .sub-company__history-row {
    display: grid;
    grid-template-columns: 1fr 3fr;
    padding: 0;
    align-items: stretch;
  }
  #company .sub-company__history-row:last-child .sub-company__history-dt {
    border-bottom: 3px solid #007ce2;
  }
  #company .sub-company__history-row:last-child .sub-company__history-dd {
    position: relative;
  }
  #company .sub-company__history-row:last-child .sub-company__history-dd::after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    border-bottom: 1px dashed #4d4d4d;
  }
}
#company .sub-company__history-dt {
  color: #007ce2;
  font-size: 4.2vw;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: 3vw 0;
  margin-bottom: 3vw;
  text-align: center;
  border-top: 3px solid #007ce2;
  border-bottom: 3px solid #007ce2;
}
@media screen and (min-width: 1280px) {
  #company .sub-company__history-dt {
    font-size: 1.5vw;
    margin-bottom: 0;
    padding: 2vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-top: none;
    border-bottom: none;
    position: relative;
  }
  #company .sub-company__history-dt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 3px solid #007ce2;
  }
}
#company .sub-company__history-dd {
  font-size: 4.2vw;
  line-height: 2;
  margin-bottom: 8.5vw;
}
@media screen and (min-width: 1280px) {
  #company .sub-company__history-dd {
    font-size: 1.3vw;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 2vw 4vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    border-top: none;
    position: relative;
  }
  #company .sub-company__history-dd::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    border-top: 1px dashed #4d4d4d;
  }
}

#partner .sub-fv__container {
  background-image: url(../images/sub/kv_partner.jpg);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  width: 100%;
  aspect-ratio: 375/120;
}
@media screen and (min-width: 1280px) {
  #partner .sub-fv__container {
    aspect-ratio: 350/93;
  }
}
#partner .sub-fv__container::after {
  content: "";
  position: absolute;
  top: 0;
  background: rgba(128, 128, 128, 0.7);
  width: 100%;
  aspect-ratio: 375/120;
  display: block;
}
@media screen and (min-width: 1280px) {
  #partner .sub-fv__container::after {
    aspect-ratio: 350/93;
  }
}
#partner .sub-fv__container {
  background-position: bottom center;
}
#partner .sub-fv__box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}
#partner .sub-fv__ttl {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  color: #fff;
  font-size: 5.3vw;
}
@media screen and (min-width: 1280px) {
  #partner .sub-fv__ttl {
    font-size: 3.3vw;
  }
}
#partner .sub-fv__sub {
  font-size: 6.6vw;
  font-weight: normal;
  font-style: italic;
  opacity: 0.2;
}
@media screen and (min-width: 1280px) {
  #partner .sub-fv__sub {
    font-size: 4vw;
    line-height: 1;
  }
}
#partner .main__wrap {
  position: relative;
}
#partner .main__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/construction/construction_bg.png);
  background-position: top center;
  background-size: 100%;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 1280px) {
  #partner .main__wrap::before {
    background-image: url(../images/construction/construction_bg-pc.png);
  }
}
#partner .breadcrumb {
  padding: 2vw 3vw 0;
  margin-bottom: 3vw;
}
@media screen and (min-width: 1280px) {
  #partner .breadcrumb {
    padding: 2vw 9.7vw 0;
  }
}
#partner .breadcrumb__list {
  display: flex;
}
#partner .breadcrumb__list-item {
  display: flex;
  align-items: center;
  font-size: min(3vw, 18px);
  font-weight: bold;
}
#partner .breadcrumb__list-item:not(:first-child)::before {
  content: "＞";
  font-family: "Open sans";
  margin: 0 10px;
  display: block;
}
#partner .breadcrumb__list-link {
  color: #007ce2;
  text-decoration: none;
}
#partner .breadcrumb__list-link::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #007ce2;
  display: block;
}
#partner .sub-partner {
  padding: 0 3vw 6vw;
}
#partner .sub-partner__ttlbox {
  margin: 0 auto 5vw;
  background: #007ce2;
  padding: 2.8vw 0;
}
@media screen and (min-width: 1280px) {
  #partner .sub-partner__ttlbox {
    padding: 1.1vw 0;
  }
}
#partner .sub-partner__ttlbox-ttl {
  color: #fff;
  font-size: 4.8vw;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  #partner .sub-partner__ttlbox-ttl {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1024px) {
  #partner .sub-partner {
    padding: 0 9.7vw 8vw;
  }
}
@media screen and (min-width: 1024px) {
  #partner .sub-partner__ttlbox {
    margin-bottom: 1.8vw;
  }
}
#partner .sub-partner__note {
  font-size: 12px;
  text-align: right;
}
@media screen and (min-width: 1280px) {
  #partner .sub-partner__note {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  #partner .sub-partner__group {
    display: grid;
    grid-template-columns: 1fr 3fr;
    padding: 5.2vw 0 0;
    align-items: stretch;
  }
}
#partner .sub-partner__group:last-child .sub-partner__group-ttl::after {
  display: none;
}
#partner .sub-partner__group:last-child .sub-partner__list {
  border-bottom: none;
}
#partner .sub-partner__group-ttl {
  font-size: 4.5vw;
  color: #007ce2;
  position: relative;
  padding: 3vw 0;
  margin-bottom: 3vw;
}
@media screen and (max-width: 1439px) {
  #partner .sub-partner__group-ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 3px solid #007ce2;
  }
}
@media screen and (min-width: 1280px) {
  #partner .sub-partner__group-ttl {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1024px) {
  #partner .sub-partner__group-ttl {
    font-size: 1.5vw;
    margin-bottom: 0;
    padding: 2vw 0;
    display: flex;
    box-sizing: border-box;
  }
  #partner .sub-partner__group-ttl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 3px solid #007ce2;
  }
}
#partner .sub-partner__list {
  margin-bottom: 3vw;
}
@media screen and (max-width: 1439px) {
  #partner .sub-partner__list {
    border-bottom: 1px dashed #4d4d4d;
  }
}
@media screen and (min-width: 1024px) {
  #partner .sub-partner__list {
    width: 100%;
    margin: 0;
    padding: 2vw 4vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
    position: relative;
  }
  #partner .sub-partner__list::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    border-top: 1px dashed #4d4d4d;
  }
}
#partner .sub-partner__list-item {
  padding: 1vw 0;
  font-size: 3.7vw;
}
#partner .sub-partner__list-item:last-child {
  margin-bottom: 3vw;
}
@media screen and (min-width: 1280px) {
  #partner .sub-partner__list-item {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1024px) {
  #partner .sub-partner__list-item {
    font-size: 1.3vw;
    padding: 0;
    margin-bottom: 0.8vw;
  }
  #partner .sub-partner__list-item:last-child {
    margin-bottom: 0;
  }
}

#processing .main__wrap {
  position: relative;
}
#processing .main__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/construction/construction_bg.png);
  background-position: top center;
  background-size: 100%;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 1280px) {
  #processing .main__wrap::before {
    background-image: url(../images/construction/construction_bg-pc.png);
  }
}
#processing .sub-fv__container {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  aspect-ratio: 375/120;
}
@media screen and (min-width: 1280px) {
  #processing .sub-fv__container {
    aspect-ratio: 350/93;
  }
}
#processing .sub-fv__container::after {
  content: "";
  position: absolute;
  top: 0;
  background: rgba(128, 128, 128, 0.7);
  width: 100%;
  aspect-ratio: 375/120;
  display: block;
}
@media screen and (min-width: 1280px) {
  #processing .sub-fv__container::after {
    aspect-ratio: 350/93;
  }
}
#processing .sub-fv__container {
  background-image: url(../images/sub/kv_processing.jpg);
}
#processing .sub-fv__box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}
#processing .sub-fv__ttl {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  color: #fff;
  font-size: 5.3vw;
}
@media screen and (min-width: 1280px) {
  #processing .sub-fv__ttl {
    font-size: 3.3vw;
  }
}
#processing .sub-fv__sub {
  font-size: 6.6vw;
  font-weight: normal;
  font-style: italic;
  opacity: 0.2;
}
@media screen and (min-width: 1280px) {
  #processing .sub-fv__sub {
    font-size: 4vw;
    line-height: 1;
  }
}
#processing .breadcrumb {
  padding: 2vw 3vw 0;
  margin-bottom: 3vw;
}
@media screen and (min-width: 1280px) {
  #processing .breadcrumb {
    padding: 2vw 9.7vw 0;
  }
}
#processing .breadcrumb__list {
  display: flex;
}
#processing .breadcrumb__list-item {
  display: flex;
  align-items: center;
  font-size: min(3vw, 18px);
  font-weight: bold;
}
#processing .breadcrumb__list-item:not(:first-child)::before {
  content: "＞";
  font-family: "Open sans";
  margin: 0 10px;
  display: block;
}
#processing .breadcrumb__list-link {
  color: #007ce2;
  text-decoration: none;
}
#processing .breadcrumb__list-link::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #007ce2;
  display: block;
}
#processing .construction {
  margin-bottom: 2.4vw;
  padding: 0 3vw;
}
@media screen and (min-width: 1280px) {
  #processing .construction {
    padding: 0 9.7vw;
  }
}
#processing .construction__gnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1280px) {
  #processing .construction__gnav {
    flex-wrap: nowrap;
  }
}
#processing .construction__list {
  width: calc(50% - 2.4vw);
  margin-bottom: 2.4vw;
}
@media screen and (min-width: 1280px) {
  #processing .construction__list {
    width: calc(25% - 1.5vw);
    margin-bottom: 0;
  }
}
#processing .construction__link {
  background: #e6f1f8;
  padding: 1vw 0;
  border: 1px solid transparent;
  box-sizing: border-box;
  transition: all 0.3s ease;
  text-align: center;
  color: #007ce2;
  text-decoration: none;
  font-size: 3.4vw;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1280px) {
  #processing .construction__link {
    font-size: 1.6vw;
  }
  #processing .construction__link:hover {
    background: #fff;
    border-color: #007ce2;
  }
}
#processing .construction__link[href="processing.php"] {
  background: #fff;
  border-color: #007ce2;
  pointer-events: none;
}
#processing .construction__footer {
  position: relative;
  padding: 0 3vw 10vw;
}
#processing .construction__footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-image: url(../images/construction/bg_noise.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#processing .construction__footer-ttl {
  font-size: 5.3vw;
  text-align: center;
  padding: 8vw 0 3vw;
  margin-bottom: 5.3vw;
  border-bottom: 1.5px dashed #4d4d4d;
}
@media screen and (min-width: 1280px) {
  #processing .construction__footer-ttl {
    font-size: 3.9vw;
  }
}
#processing .construction__footer-nav {
  display: flex;
  flex-direction: column;
  gap: 5.3vw;
}
@media screen and (min-width: 1280px) {
  #processing .construction__footer-nav {
    flex-direction: row;
    gap: 0;
  }
}
#processing .construction__footer-list {
  width: 100%;
  aspect-ratio: 333/140;
  position: relative;
}
@media screen and (min-width: 1280px) {
  #processing .construction__footer-list {
    aspect-ratio: 153/77;
  }
}
#processing .construction__footer-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#processing .construction__footer-link {
  text-decoration: none;
  display: block;
}
@media screen and (min-width: 1280px) {
  #processing .construction__footer-link picture {
    position: relative;
    display: block;
  }
  #processing .construction__footer-link picture::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 124, 226, 0.7);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
    pointer-events: none;
    -webkit-mask-image: url(../images/construction/link_mask.svg);
    mask-image: url(../images/construction/link_mask.svg);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
  #processing .construction__footer-link:hover picture::after {
    opacity: 1;
  }
}
#processing .construction__footer-txt {
  position: absolute;
  bottom: 0;
  background: rgba(0, 124, 226, 0.7);
  color: #fff;
  text-decoration: none;
  z-index: 3;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 3.7vw;
  padding: 1vw 3vw;
}
#processing .construction__footer-txt::after {
  content: "";
  background-image: url(../images/construction/link_arrow.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 7.5vw;
  height: 3.7vw;
  display: block;
}
@media screen and (min-width: 1280px) {
  #processing .construction__footer-txt::after {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  #processing .construction__footer-txt {
    position: static;
    font-size: 1.6vw;
    background: none;
    color: #4d4d4d;
    justify-content: start;
    gap: 1vw;
    margin-left: 2.4vw;
  }
  #processing .construction__footer-txt::before {
    content: "▶︎";
  }
}
#processing .processing__ttlbox {
  margin: 0 auto 5vw;
  background: #007ce2;
  padding: 2.8vw 0;
}
@media screen and (min-width: 1280px) {
  #processing .processing__ttlbox {
    padding: 1.1vw 0;
  }
}
#processing .processing__ttlbox-ttl {
  color: #fff;
  font-size: 4.8vw;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  #processing .processing__ttlbox-ttl {
    font-size: 2.5vw;
  }
}
#processing .processing__container {
  padding: 0 3vw;
}
@media screen and (min-width: 1280px) {
  #processing .processing__container {
    padding: 0 9.7vw;
  }
}
#processing .processing__wrap {
  border-bottom: 1.5px dashed #4d4d4d;
  margin-bottom: 5.3vw;
}
#processing .processing__wrap:last-child {
  border-bottom: none;
}
#processing .processing__ttl {
  font-size: 4.8vw;
  font-weight: normal;
  padding-bottom: 2.4vw;
  margin-bottom: 2.4vw;
  border-bottom: 1.5px dashed #4d4d4d;
}
@media screen and (min-width: 1280px) {
  #processing .processing__ttl {
    font-size: min(2vw, 32px);
  }
}
#processing .processing__subttl {
  color: #007ce2;
  font-size: 4.8vw;
  margin-bottom: 5.3vw;
}
@media screen and (min-width: 1280px) {
  #processing .processing__subttl {
    font-size: 2.5vw;
    margin-bottom: 2.5vw;
    white-space: nowrap;
  }
}
#processing .processing__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1280px) {
  #processing .processing__box {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 4vw;
  }
}
#processing .processing__item {
  width: calc(50% - 5vw);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 5.3vw;
}
@media screen and (min-width: 1280px) {
  #processing .processing__item {
    width: calc((100% - 8vw) / 3);
    margin-bottom: 4vw;
  }
}
#processing .processing__item-box {
  position: relative;
}
#processing .processing__item figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#processing .processing__txt {
  font-size: 3.7vw;
  margin-bottom: 2.4vw;
}
#processing .processing__txt-sub {
  text-align: right;
  font-size: max(1.5vw, 14px);
}
@media screen and (min-width: 1280px) {
  #processing .processing__txt {
    font-size: min(1.8vw, 20px);
  }
}
#processing .processing__arrow {
  background-image: url(../images/construction/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 5vw;
  height: 5vw;
  position: absolute;
  top: 50%;
  right: -8vw;
  transform: translate(0, -50%);
  z-index: 3;
}
@media screen and (min-width: 1280px) {
  #processing .processing__arrow {
    width: 3.5vw;
    height: 3.5vw;
    right: -2vw;
    transform: translate(50%, -50%);
  }
}

#process .main__wrap {
  position: relative;
}
#process .main__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/construction/construction_bg.png);
  background-position: top center;
  background-size: 100%;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 1280px) {
  #process .main__wrap::before {
    background-image: url(../images/construction/construction_bg-pc.png);
  }
}
#process .sub-fv__container {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  aspect-ratio: 375/120;
}
@media screen and (min-width: 1280px) {
  #process .sub-fv__container {
    aspect-ratio: 350/93;
  }
}
#process .sub-fv__container::after {
  content: "";
  position: absolute;
  top: 0;
  background: rgba(128, 128, 128, 0.7);
  width: 100%;
  aspect-ratio: 375/120;
  display: block;
}
@media screen and (min-width: 1280px) {
  #process .sub-fv__container::after {
    aspect-ratio: 350/93;
  }
}
#process .sub-fv__container {
  background-image: url(../images/sub/kv_process.jpg);
}
#process .sub-fv__box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}
#process .sub-fv__ttl {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  color: #fff;
  font-size: 5.3vw;
}
@media screen and (min-width: 1280px) {
  #process .sub-fv__ttl {
    font-size: 3.3vw;
  }
}
#process .sub-fv__sub {
  font-size: 6.6vw;
  font-weight: normal;
  font-style: italic;
  opacity: 0.2;
}
@media screen and (min-width: 1280px) {
  #process .sub-fv__sub {
    font-size: 4vw;
    line-height: 1;
  }
}
#process .breadcrumb {
  padding: 2vw 3vw 0;
  margin-bottom: 3vw;
}
@media screen and (min-width: 1280px) {
  #process .breadcrumb {
    padding: 2vw 9.7vw 0;
  }
}
#process .breadcrumb__list {
  display: flex;
}
#process .breadcrumb__list-item {
  display: flex;
  align-items: center;
  font-size: min(3vw, 18px);
  font-weight: bold;
}
#process .breadcrumb__list-item:not(:first-child)::before {
  content: "＞";
  font-family: "Open sans";
  margin: 0 10px;
  display: block;
}
#process .breadcrumb__list-link {
  color: #007ce2;
  text-decoration: none;
}
#process .breadcrumb__list-link::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #007ce2;
  display: block;
}
#process .construction {
  margin-bottom: 2.4vw;
  padding: 0 3vw;
}
@media screen and (min-width: 1280px) {
  #process .construction {
    padding: 0 9.7vw;
  }
}
#process .construction__gnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1280px) {
  #process .construction__gnav {
    flex-wrap: nowrap;
  }
}
#process .construction__list {
  width: calc(50% - 2.4vw);
  margin-bottom: 2.4vw;
}
@media screen and (min-width: 1280px) {
  #process .construction__list {
    width: calc(25% - 1.5vw);
    margin-bottom: 0;
  }
}
#process .construction__link {
  background: #e6f1f8;
  padding: 1vw 0;
  border: 1px solid transparent;
  box-sizing: border-box;
  transition: all 0.3s ease;
  text-align: center;
  color: #007ce2;
  text-decoration: none;
  font-size: 3.4vw;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1280px) {
  #process .construction__link {
    font-size: 1.6vw;
  }
  #process .construction__link:hover {
    background: #fff;
    border-color: #007ce2;
  }
}
#process .construction__link[href="process.php"] {
  background: #fff;
  border-color: #007ce2;
  pointer-events: none;
}
#process .construction__footer {
  position: relative;
  padding: 0 3vw 10vw;
}
#process .construction__footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-image: url(../images/construction/bg_noise.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#process .construction__footer-ttl {
  font-size: 5.3vw;
  text-align: center;
  padding: 8vw 0 3vw;
  margin-bottom: 5.3vw;
  border-bottom: 1.5px dashed #4d4d4d;
}
@media screen and (min-width: 1280px) {
  #process .construction__footer-ttl {
    font-size: 3.9vw;
  }
}
#process .construction__footer-nav {
  display: flex;
  flex-direction: column;
  gap: 5.3vw;
}
@media screen and (min-width: 1280px) {
  #process .construction__footer-nav {
    flex-direction: row;
    gap: 0;
  }
}
#process .construction__footer-list {
  width: 100%;
  aspect-ratio: 333/140;
  position: relative;
}
@media screen and (min-width: 1280px) {
  #process .construction__footer-list {
    aspect-ratio: 153/77;
  }
}
#process .construction__footer-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#process .construction__footer-link {
  text-decoration: none;
  display: block;
}
@media screen and (min-width: 1280px) {
  #process .construction__footer-link picture {
    position: relative;
    display: block;
  }
  #process .construction__footer-link picture::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 124, 226, 0.7);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
    pointer-events: none;
    -webkit-mask-image: url(../images/construction/link_mask.svg);
    mask-image: url(../images/construction/link_mask.svg);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
  #process .construction__footer-link:hover picture::after {
    opacity: 1;
  }
}
#process .construction__footer-txt {
  position: absolute;
  bottom: 0;
  background: rgba(0, 124, 226, 0.7);
  color: #fff;
  text-decoration: none;
  z-index: 3;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 3.7vw;
  padding: 1vw 3vw;
}
#process .construction__footer-txt::after {
  content: "";
  background-image: url(../images/construction/link_arrow.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 7.5vw;
  height: 3.7vw;
  display: block;
}
@media screen and (min-width: 1280px) {
  #process .construction__footer-txt::after {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  #process .construction__footer-txt {
    position: static;
    font-size: 1.6vw;
    background: none;
    color: #4d4d4d;
    justify-content: start;
    gap: 1vw;
    margin-left: 2.4vw;
  }
  #process .construction__footer-txt::before {
    content: "▶︎";
  }
}
#process .process__ttlbox {
  margin: 0 auto 5vw;
  background: #007ce2;
  padding: 2.8vw 0;
}
@media screen and (min-width: 1280px) {
  #process .process__ttlbox {
    padding: 1.1vw 0;
  }
}
#process .process__ttlbox-ttl {
  color: #fff;
  font-size: 4.8vw;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  #process .process__ttlbox-ttl {
    font-size: 2.5vw;
  }
}
#process .process__container {
  padding: 0 3vw;
}
@media screen and (min-width: 1280px) {
  #process .process__container {
    padding: 0 9.7vw;
  }
}
#process .process__wrap {
  margin-bottom: 5.3vw;
}
#process .process__ttl {
  font-size: 4.8vw;
  font-weight: normal;
  padding-bottom: 2.4vw;
  margin-bottom: 2.4vw;
  border-bottom: 1.5px dashed #4d4d4d;
}
@media screen and (min-width: 1280px) {
  #process .process__ttl {
    font-size: min(2vw, 32px);
  }
}
#process .process__subttl {
  color: #007ce2;
  font-size: 4.8vw;
  margin-bottom: 5.3vw;
}
@media screen and (min-width: 1280px) {
  #process .process__subttl {
    font-size: 2.5vw;
    margin-bottom: 2.5vw;
  }
}
#process .process__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1280px) {
  #process .process__box {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 4vw;
  }
}
#process .process__item {
  width: calc(50% - 5vw);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 5.3vw;
}
@media screen and (min-width: 1280px) {
  #process .process__item {
    width: calc((100% - 8vw) / 3);
    margin-bottom: 4vw;
  }
}
#process .process__item-box {
  position: relative;
}
#process .process__item-single {
  margin-right: auto;
}
#process .process__item figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#process .process__txt {
  font-size: 3.7vw;
  margin-bottom: 2.4vw;
}
#process .process__txt-sub {
  text-align: right;
  font-size: max(1.5vw, 14px);
}
@media screen and (min-width: 1280px) {
  #process .process__txt {
    font-size: min(1.8vw, 20px);
  }
}
#process .process__arrow {
  background-image: url(../images/construction/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 5vw;
  height: 5vw;
  position: absolute;
  top: 50%;
  right: -8vw;
  transform: translate(0, -50%);
  z-index: 3;
}
@media screen and (min-width: 1280px) {
  #process .process__arrow {
    width: 3.5vw;
    height: 3.5vw;
    right: -2vw;
    transform: translate(50%, -50%);
  }
}

#machine .main__wrap {
  position: relative;
}
#machine .main__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/construction/construction_bg.png);
  background-position: top center;
  background-size: 100%;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 1280px) {
  #machine .main__wrap::before {
    background-image: url(../images/construction/construction_bg-pc.png);
  }
}
#machine .sub-fv__container {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  aspect-ratio: 375/120;
}
@media screen and (min-width: 1280px) {
  #machine .sub-fv__container {
    aspect-ratio: 350/93;
  }
}
#machine .sub-fv__container::after {
  content: "";
  position: absolute;
  top: 0;
  background: rgba(128, 128, 128, 0.7);
  width: 100%;
  aspect-ratio: 375/120;
  display: block;
}
@media screen and (min-width: 1280px) {
  #machine .sub-fv__container::after {
    aspect-ratio: 350/93;
  }
}
#machine .sub-fv__container {
  background-image: url(../images/sub/kv_machine.jpg);
}
#machine .sub-fv__box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}
#machine .sub-fv__ttl {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  color: #fff;
  font-size: 5.3vw;
}
@media screen and (min-width: 1280px) {
  #machine .sub-fv__ttl {
    font-size: 3.3vw;
  }
}
#machine .sub-fv__sub {
  font-size: 6.6vw;
  font-weight: normal;
  font-style: italic;
  opacity: 0.2;
}
@media screen and (min-width: 1280px) {
  #machine .sub-fv__sub {
    font-size: 4vw;
    line-height: 1;
  }
}
#machine .breadcrumb {
  padding: 2vw 3vw 0;
  margin-bottom: 3vw;
}
@media screen and (min-width: 1280px) {
  #machine .breadcrumb {
    padding: 2vw 9.7vw 0;
  }
}
#machine .breadcrumb__list {
  display: flex;
}
#machine .breadcrumb__list-item {
  display: flex;
  align-items: center;
  font-size: min(3vw, 18px);
  font-weight: bold;
}
#machine .breadcrumb__list-item:not(:first-child)::before {
  content: "＞";
  font-family: "Open sans";
  margin: 0 10px;
  display: block;
}
#machine .breadcrumb__list-link {
  color: #007ce2;
  text-decoration: none;
}
#machine .breadcrumb__list-link::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #007ce2;
  display: block;
}
#machine .construction {
  margin-bottom: 2.4vw;
  padding: 0 3vw;
}
@media screen and (min-width: 1280px) {
  #machine .construction {
    padding: 0 9.7vw;
  }
}
#machine .construction__gnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1280px) {
  #machine .construction__gnav {
    flex-wrap: nowrap;
  }
}
#machine .construction__list {
  width: calc(50% - 2.4vw);
  margin-bottom: 2.4vw;
}
@media screen and (min-width: 1280px) {
  #machine .construction__list {
    width: calc(25% - 1.5vw);
    margin-bottom: 0;
  }
}
#machine .construction__link {
  background: #e6f1f8;
  padding: 1vw 0;
  border: 1px solid transparent;
  box-sizing: border-box;
  transition: all 0.3s ease;
  text-align: center;
  color: #007ce2;
  text-decoration: none;
  font-size: 3.4vw;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1280px) {
  #machine .construction__link {
    font-size: 1.6vw;
  }
  #machine .construction__link:hover {
    background: #fff;
    border-color: #007ce2;
  }
}
#machine .construction__link[href="machine.php"] {
  background: #fff;
  border-color: #007ce2;
  pointer-events: none;
}
#machine .construction__footer {
  position: relative;
  padding: 0 3vw 10vw;
}
#machine .construction__footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-image: url(../images/construction/bg_noise.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#machine .construction__footer-ttl {
  font-size: 5.3vw;
  text-align: center;
  padding: 8vw 0 3vw;
  margin-bottom: 5.3vw;
  border-bottom: 1.5px dashed #4d4d4d;
}
@media screen and (min-width: 1280px) {
  #machine .construction__footer-ttl {
    font-size: 3.9vw;
  }
}
#machine .construction__footer-nav {
  display: flex;
  flex-direction: column;
  gap: 5.3vw;
}
@media screen and (min-width: 1280px) {
  #machine .construction__footer-nav {
    flex-direction: row;
    gap: 0;
  }
}
#machine .construction__footer-list {
  width: 100%;
  aspect-ratio: 333/140;
  position: relative;
}
@media screen and (min-width: 1280px) {
  #machine .construction__footer-list {
    aspect-ratio: 153/77;
  }
}
#machine .construction__footer-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#machine .construction__footer-link {
  text-decoration: none;
  display: block;
}
@media screen and (min-width: 1280px) {
  #machine .construction__footer-link picture {
    position: relative;
    display: block;
  }
  #machine .construction__footer-link picture::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 124, 226, 0.7);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
    pointer-events: none;
    -webkit-mask-image: url(../images/construction/link_mask.svg);
    mask-image: url(../images/construction/link_mask.svg);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
  #machine .construction__footer-link:hover picture::after {
    opacity: 1;
  }
}
#machine .construction__footer-txt {
  position: absolute;
  bottom: 0;
  background: rgba(0, 124, 226, 0.7);
  color: #fff;
  text-decoration: none;
  z-index: 3;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 3.7vw;
  padding: 1vw 3vw;
}
#machine .construction__footer-txt::after {
  content: "";
  background-image: url(../images/construction/link_arrow.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 7.5vw;
  height: 3.7vw;
  display: block;
}
@media screen and (min-width: 1280px) {
  #machine .construction__footer-txt::after {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  #machine .construction__footer-txt {
    position: static;
    font-size: 1.6vw;
    background: none;
    color: #4d4d4d;
    justify-content: start;
    gap: 1vw;
    margin-left: 2.4vw;
  }
  #machine .construction__footer-txt::before {
    content: "▶︎";
  }
}
#machine .machine__ttlbox {
  margin: 0 auto 5vw;
  background: #007ce2;
  padding: 2.8vw 0;
}
@media screen and (min-width: 1280px) {
  #machine .machine__ttlbox {
    padding: 1.1vw 0;
  }
}
#machine .machine__ttlbox-ttl {
  color: #fff;
  font-size: 4.8vw;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  #machine .machine__ttlbox-ttl {
    font-size: 2.5vw;
  }
}
#machine .machine__container {
  padding: 0 3vw;
}
@media screen and (min-width: 1280px) {
  #machine .machine__container {
    padding: 0 9.7vw;
  }
}
#machine .machine__wrap {
  border-bottom: 1.5px dashed #4d4d4d;
  margin-bottom: 5.3vw;
}
#machine .machine__wrap:last-child {
  border-bottom: none;
}
#machine .machine__ttl {
  font-size: 4.8vw;
  font-weight: normal;
  padding-bottom: 2.4vw;
  margin-bottom: 2.4vw;
  border-bottom: 1.5px dashed #4d4d4d;
}
@media screen and (min-width: 1280px) {
  #machine .machine__ttl {
    font-size: min(2vw, 32px);
  }
}
#machine .machine__subttl {
  color: #007ce2;
  font-size: 4.8vw;
  margin-bottom: 5.3vw;
}
@media screen and (min-width: 1280px) {
  #machine .machine__subttl {
    font-size: 2.5vw;
    margin-bottom: 2.5vw;
  }
}
#machine .machine__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1280px) {
  #machine .machine__box {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 4vw;
  }
}
#machine .machine__item {
  width: calc(50% - 5vw);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 5.3vw;
}
@media screen and (min-width: 1280px) {
  #machine .machine__item {
    width: calc((100% - 8vw) / 3);
    margin-bottom: 4vw;
  }
}
#machine .machine__item-box {
  position: relative;
}
#machine .machine__item-single {
  margin-right: auto;
}
#machine .machine__item figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#machine .machine__txt {
  font-size: 3.7vw;
  margin-bottom: 2.4vw;
}
#machine .machine__txt-sub {
  text-align: right;
  font-size: max(1.5vw, 14px);
}
@media screen and (min-width: 1280px) {
  #machine .machine__txt {
    font-size: min(1.8vw, 20px);
  }
}
#machine .machine__arrow {
  background-image: url(../images/construction/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 5vw;
  height: 5vw;
  position: absolute;
  top: 50%;
  right: -8vw;
  transform: translate(0, -50%);
  z-index: 3;
}
@media screen and (min-width: 1280px) {
  #machine .machine__arrow {
    width: 3.5vw;
    height: 3.5vw;
    right: -2vw;
    transform: translate(50%, -50%);
  }
}

#rebuild .main__wrap {
  position: relative;
}
#rebuild .main__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/construction/construction_bg.png);
  background-position: top center;
  background-size: 100%;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 1280px) {
  #rebuild .main__wrap::before {
    background-image: url(../images/construction/construction_bg-pc.png);
  }
}
#rebuild .sub-fv__container {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  aspect-ratio: 375/120;
}
@media screen and (min-width: 1280px) {
  #rebuild .sub-fv__container {
    aspect-ratio: 350/93;
  }
}
#rebuild .sub-fv__container::after {
  content: "";
  position: absolute;
  top: 0;
  background: rgba(128, 128, 128, 0.7);
  width: 100%;
  aspect-ratio: 375/120;
  display: block;
}
@media screen and (min-width: 1280px) {
  #rebuild .sub-fv__container::after {
    aspect-ratio: 350/93;
  }
}
#rebuild .sub-fv__container {
  background-image: url(../images/sub/kv_rebuild.jpg);
}
#rebuild .sub-fv__box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}
#rebuild .sub-fv__ttl {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  color: #fff;
  font-size: 5.3vw;
}
@media screen and (min-width: 1280px) {
  #rebuild .sub-fv__ttl {
    font-size: 3.3vw;
  }
}
#rebuild .sub-fv__sub {
  font-size: 6.6vw;
  font-weight: normal;
  font-style: italic;
  opacity: 0.2;
}
@media screen and (min-width: 1280px) {
  #rebuild .sub-fv__sub {
    font-size: 4vw;
    line-height: 1;
  }
}
#rebuild .breadcrumb {
  padding: 2vw 3vw 0;
  margin-bottom: 3vw;
}
@media screen and (min-width: 1280px) {
  #rebuild .breadcrumb {
    padding: 2vw 9.7vw 0;
  }
}
#rebuild .breadcrumb__list {
  display: flex;
}
#rebuild .breadcrumb__list-item {
  display: flex;
  align-items: center;
  font-size: min(3vw, 18px);
  font-weight: bold;
}
#rebuild .breadcrumb__list-item:not(:first-child)::before {
  content: "＞";
  font-family: "Open sans";
  margin: 0 10px;
  display: block;
}
#rebuild .breadcrumb__list-link {
  color: #007ce2;
  text-decoration: none;
}
#rebuild .breadcrumb__list-link::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #007ce2;
  display: block;
}
#rebuild .construction {
  margin-bottom: 2.4vw;
  padding: 0 3vw;
}
@media screen and (min-width: 1280px) {
  #rebuild .construction {
    padding: 0 9.7vw;
  }
}
#rebuild .construction__gnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1280px) {
  #rebuild .construction__gnav {
    flex-wrap: nowrap;
  }
}
#rebuild .construction__list {
  width: calc(50% - 2.4vw);
  margin-bottom: 2.4vw;
}
@media screen and (min-width: 1280px) {
  #rebuild .construction__list {
    width: calc(25% - 1.5vw);
    margin-bottom: 0;
  }
}
#rebuild .construction__link {
  background: #e6f1f8;
  padding: 1vw 0;
  border: 1px solid transparent;
  box-sizing: border-box;
  transition: all 0.3s ease;
  text-align: center;
  color: #007ce2;
  text-decoration: none;
  font-size: 3.4vw;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1280px) {
  #rebuild .construction__link {
    font-size: 1.6vw;
  }
  #rebuild .construction__link:hover {
    background: #fff;
    border-color: #007ce2;
  }
}
#rebuild .construction__link[href="rebuild.php"] {
  background: #fff;
  border-color: #007ce2;
  pointer-events: none;
}
#rebuild .construction__footer {
  position: relative;
  padding: 0 3vw 10vw;
}
#rebuild .construction__footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-image: url(../images/construction/bg_noise.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#rebuild .construction__footer-ttl {
  font-size: 5.3vw;
  text-align: center;
  padding: 8vw 0 3vw;
  margin-bottom: 5.3vw;
  border-bottom: 1.5px dashed #4d4d4d;
}
@media screen and (min-width: 1280px) {
  #rebuild .construction__footer-ttl {
    font-size: 3.9vw;
  }
}
#rebuild .construction__footer-nav {
  display: flex;
  flex-direction: column;
  gap: 5.3vw;
}
@media screen and (min-width: 1280px) {
  #rebuild .construction__footer-nav {
    flex-direction: row;
    gap: 0;
  }
}
#rebuild .construction__footer-list {
  width: 100%;
  aspect-ratio: 333/140;
  position: relative;
}
@media screen and (min-width: 1280px) {
  #rebuild .construction__footer-list {
    aspect-ratio: 153/77;
  }
}
#rebuild .construction__footer-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#rebuild .construction__footer-link {
  text-decoration: none;
  display: block;
}
@media screen and (min-width: 1280px) {
  #rebuild .construction__footer-link picture {
    position: relative;
    display: block;
  }
  #rebuild .construction__footer-link picture::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 124, 226, 0.7);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
    pointer-events: none;
    -webkit-mask-image: url(../images/construction/link_mask.svg);
    mask-image: url(../images/construction/link_mask.svg);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
  #rebuild .construction__footer-link:hover picture::after {
    opacity: 1;
  }
}
#rebuild .construction__footer-txt {
  position: absolute;
  bottom: 0;
  background: rgba(0, 124, 226, 0.7);
  color: #fff;
  text-decoration: none;
  z-index: 3;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 3.7vw;
  padding: 1vw 3vw;
}
#rebuild .construction__footer-txt::after {
  content: "";
  background-image: url(../images/construction/link_arrow.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 7.5vw;
  height: 3.7vw;
  display: block;
}
@media screen and (min-width: 1280px) {
  #rebuild .construction__footer-txt::after {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  #rebuild .construction__footer-txt {
    position: static;
    font-size: 1.6vw;
    background: none;
    color: #4d4d4d;
    justify-content: start;
    gap: 1vw;
    margin-left: 2.4vw;
  }
  #rebuild .construction__footer-txt::before {
    content: "▶︎";
  }
}
#rebuild .rebuild__ttlbox {
  margin: 0 auto 5vw;
  background: #007ce2;
  padding: 2.8vw 0;
}
@media screen and (min-width: 1280px) {
  #rebuild .rebuild__ttlbox {
    padding: 1.1vw 0;
  }
}
#rebuild .rebuild__ttlbox-ttl {
  color: #fff;
  font-size: 4.8vw;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  #rebuild .rebuild__ttlbox-ttl {
    font-size: 2.5vw;
  }
}
#rebuild .rebuild__container {
  padding: 0 3vw;
}
@media screen and (min-width: 1280px) {
  #rebuild .rebuild__container {
    padding: 0 9.7vw;
  }
}
#rebuild .rebuild__wrap {
  border-bottom: 1.5px dashed #4d4d4d;
  margin-bottom: 5.3vw;
}
#rebuild .rebuild__wrap:last-child {
  border-bottom: none;
}
#rebuild .rebuild__ttl {
  font-size: 4.8vw;
  font-weight: normal;
  padding-bottom: 2.4vw;
  margin-bottom: 2.4vw;
  border-bottom: 1.5px dashed #4d4d4d;
}
@media screen and (min-width: 1280px) {
  #rebuild .rebuild__ttl {
    font-size: min(2vw, 32px);
  }
}
#rebuild .rebuild__subttl {
  color: #007ce2;
  font-size: 4.8vw;
  margin-bottom: 5.3vw;
}
@media screen and (min-width: 1280px) {
  #rebuild .rebuild__subttl {
    font-size: 2.5vw;
    margin-bottom: 2.5vw;
  }
}
#rebuild .rebuild__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1280px) {
  #rebuild .rebuild__box {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 4vw;
  }
}
#rebuild .rebuild__item {
  width: calc(50% - 5vw);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 5.3vw;
}
@media screen and (min-width: 1280px) {
  #rebuild .rebuild__item {
    width: calc((100% - 8vw) / 3);
    margin-bottom: 4vw;
  }
}
#rebuild .rebuild__item-box {
  position: relative;
}
#rebuild .rebuild__item-single {
  margin-right: auto;
}
#rebuild .rebuild__item figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#rebuild .rebuild__txt {
  font-size: 3.7vw;
  margin-bottom: 2.4vw;
}
#rebuild .rebuild__txt-sub {
  text-align: right;
  font-size: max(1.5vw, 14px);
}
@media screen and (min-width: 1280px) {
  #rebuild .rebuild__txt {
    font-size: min(1.8vw, 20px);
  }
}
#rebuild .rebuild__arrow {
  background-image: url(../images/construction/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 5vw;
  height: 5vw;
  position: absolute;
  top: 50%;
  right: -8vw;
  transform: translate(0, -50%);
  z-index: 3;
}
@media screen and (min-width: 1280px) {
  #rebuild .rebuild__arrow {
    width: 3.5vw;
    height: 3.5vw;
    right: -2vw;
    transform: translate(50%, -50%);
  }
}

#header__burger .rotateTop::before,
#header__burger .rotateBottom::before {
  display: none;
}
#header__burger .rotateTop::after,
#header__burger .rotateBottom::after {
  width: 100%;
}
#header__burger .rotateTop {
  transform: rotate(-45deg);
}
#header__burger .rotateBottom {
  transform: rotate(45deg);
}
#header__burger .hideCenter {
  opacity: 0;
}
#header__burger .showText {
  color: #fff;
  font-size: 12px;
  transform: translateY(12px);
  display: block;
}

.translateNav {
  display: block !important;
}

.modal-open {
  cursor: pointer;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  padding: 110px 20px 0;
  overflow: auto;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
}

.modal.active {
  opacity: 1;
  visibility: visible;
}

.modal-area {
  width: fit-content;
  margin: auto;
}

.modal-totop .modal-area > figure {
  position: relative;
  margin-bottom: 0;
  width: fit-content;
}

.modal-totop .modal-area > figure img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.modal-totop .modal-area > p.title {
  z-index: 91;
  position: relative;
  margin-top: 4px;
  margin-bottom: 0;
  color: white;
}

.modal-area img {
  background-color: white;
}/*# sourceMappingURL=style.css.map */