@charset "UTF-8";
#wrapper {
  padding-top: 15rem;
}
@media (max-width: 767px) {
  #wrapper {
    padding-top: 7rem;
  }
}

/* !header
---------------------------------------------------------- */
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  background: #fff;
}
.header-inner {
  width: 100%;
  height: 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 767px) {
  .header-inner {
    height: 7rem;
    padding: 0 2.2rem;
  }
}
.header-logo {
  font-size: 1px;
  line-height: 1;
  width: 33rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .header-logo {
    width: 14.2rem;
  }
}
.header-logo a {
  display: block;
  position: relative;
}
.header-logo a::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../img/common/logo_white.svg) center center no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.header-logo img {
  width: 100%;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.header .btn-menu {
  width: 6.5rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .header .btn-menu {
    width: 3.25rem;
    height: 2rem;
    gap: 0.5rem;
  }
}
.header .btn-menu__line {
  width: 100%;
  height: 0.645rem;
  background: black;
  clip-path: polygon(0.1rem 0, 100% 0, calc(100% - 0.1rem) 100%, 0 100%);
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .header .btn-menu__line {
    height: 0.3225rem;
    clip-path: polygon(0.05rem 0, 100% 0, calc(100% - 0.05rem) 100%, 0 100%);
  }
}
.header .g-navi {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100dvh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #FF6200;
  pointer-events: none;
  clip-path: inset(0 0 100% 0);
  -webkit-transition: clip-path 0.6s ease;
  transition: clip-path 0.6s ease;
}
.header .g-navi__inner {
  width: 100%;
  max-width: 148rem;
  padding: 24rem 4rem 20rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 767px) {
  .header .g-navi__inner {
    padding: 12rem 4.6rem 8.2rem 5.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header .g-navi-list {
  padding-bottom: 15.5rem;
  width: 100%;
  max-width: 71rem;
}
@media (max-width: 767px) {
  .header .g-navi-list {
    max-width: 100%;
    padding-bottom: 5.3rem;
  }
}
.header .g-navi-list li {
  position: relative;
}
.header .g-navi-list li::before {
  position: absolute;
  width: 100vw;
  height: 0.1rem;
  background: #fff;
  content: "";
  left: 0;
  top: 0;
  z-index: 3;
}
.header .g-navi-list li:last-child::before {
  width: 160%;
}
@media (max-width: 1299px) {
  .header .g-navi-list li:last-child::before {
    width: 120%;
  }
}
@media (max-width: 767px) {
  .header .g-navi-list li:last-child::before {
    width: 100vw;
  }
}
.header .g-navi-list li + li {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .header .g-navi-list li + li {
    margin-top: 2.8rem;
  }
}
.header .g-navi-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1.5rem 5.5rem 1.5rem 7rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #fff;
  line-height: 1.45;
  border: 0.1rem solid #fff;
  position: relative;
}
@media (max-width: 767px) {
  .header .g-navi-list a {
    padding: 0.6rem 2.6rem 0.8rem 2rem;
  }
}
.header .g-navi-list a::before {
  content: "";
  width: 3.5rem;
  height: calc(100% + 0.12rem);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background: #FF6200;
  border-left: 0.1rem solid #fff;
  -webkit-transform: translateX(100%) skewX(-21deg);
          transform: translateX(100%) skewX(-21deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media (min-width: 768px) {
  .header .g-navi-list a:hover {
    background: #ff3c00;
    text-decoration: none;
  }
}
.header .g-navi-list a .jap {
  font-size: 4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .header .g-navi-list a .jap {
    font-size: 1.8rem;
  }
}
.header .g-navi-list a .eng {
  font-size: 2.2rem;
  font-family: "Inter", sans-serif;
  font-weight: 300;
}
@media (max-width: 767px) {
  .header .g-navi-list a .eng {
    font-size: 1rem;
  }
}
.header .g-navi-links {
  margin-right: 5rem;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .header .g-navi-links {
    margin-right: 0;
  }
}
.header .g-navi-links a {
  width: 31rem;
  height: 31rem;
  border-radius: 100%;
  border: 0.3rem solid #fff;
  background: #FF6200;
  color: #fff;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.45;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .header .g-navi-links a {
    width: 16rem;
    height: 16rem;
    border-width: 0.1rem;
    font-size: 1.8rem;
  }
}
.header .g-navi-links a span {
  font-size: 2.1rem;
  color: #fff;
  line-height: 1;
  margin-top: 0.8rem;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .header .g-navi-links a span {
    font-size: 1rem;
    margin-top: 0.6rem;
  }
}
@media (min-width: 768px) {
  .header .g-navi-links a:hover {
    background: #ff3c00;
    text-decoration: none;
  }
}
.header.is-open .header-logo::before {
  opacity: 1;
}
.header.is-open .header-logo img {
  opacity: 0;
}
.header.is-open .btn-menu__line {
  clip-path: polygon(0.24rem 0, 100% 0, calc(100% - 0.24rem) 100%, 0 100%);
  background: #fff;
}
@media (max-width: 767px) {
  .header.is-open .btn-menu__line {
    clip-path: polygon(0.12rem 0, 100% 0, calc(100% - 0.12rem) 100%, 0 100%);
  }
}
.header.is-open .btn-menu__line:nth-child(1) {
  -webkit-transform: translateY(1.645rem) rotate(-20deg);
          transform: translateY(1.645rem) rotate(-20deg);
}
@media (max-width: 767px) {
  .header.is-open .btn-menu__line:nth-child(1) {
    -webkit-transform: translateY(0.8225rem) rotate(-20deg);
            transform: translateY(0.8225rem) rotate(-20deg);
  }
}
.header.is-open .btn-menu__line:nth-child(2) {
  opacity: 0;
}
.header.is-open .btn-menu__line:nth-child(3) {
  -webkit-transform: translateY(-1.645rem) rotate(20deg) scaleY(-1);
          transform: translateY(-1.645rem) rotate(20deg) scaleY(-1);
}
@media (max-width: 767px) {
  .header.is-open .btn-menu__line:nth-child(3) {
    -webkit-transform: translateY(-0.8225rem) rotate(20deg) scaleY(-1);
            transform: translateY(-0.8225rem) rotate(20deg) scaleY(-1);
  }
}
.header.is-open .g-navi {
  pointer-events: auto;
  clip-path: inset(0 0 0 0);
}

/* !footer
---------------------------------------------------------- */
.footer {
  width: 100%;
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 3.75rem;
  }
}
.footer-contact {
  position: relative;
  padding: 6rem 0 6.6rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .footer-contact {
    padding: 2.5rem 0 3.1rem;
  }
}
.footer-contact::before {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background: #FF6200;
  clip-path: polygon(0 0, 100% 0, calc(100% - 15.5rem) 100%, 0 100%);
  content: "";
}
@media (max-width: 767px) {
  .footer-contact::before {
    right: -3.5rem;
    clip-path: polygon(0 0, 100% 0, calc(100% - 6.5rem) 100%, 0 100%);
  }
}
.footer-contact__text {
  width: 100%;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.457;
  padding: 0.6rem 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .footer-contact__text {
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 0.35rem 0;
  }
}
.footer-contact__text span {
  font-size: 2.8rem;
  font-weight: 500;
  display: inline-block;
  margin-left: 2.4rem;
}
@media (max-width: 767px) {
  .footer-contact__text span {
    font-size: 1.2rem;
    margin-left: 0.47rem;
  }
}
.footer-contact__text::before {
  width: 100vw;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  content: "";
  background: #fff;
}
@media (max-width: 767px) {
  .footer-contact__text::before {
    right: -3.5rem;
  }
}
.footer-contact__title {
  margin-top: 3.4rem;
  font-size: 6rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.433;
}
@media (max-width: 767px) {
  .footer-contact__title {
    font-size: 2.6rem;
    line-height: 1.3846;
    margin-top: 1.3rem;
  }
}
.footer-contact__links {
  position: absolute;
  right: -4rem;
  bottom: 0;
  z-index: 3;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media (max-width: 767px) {
  .footer-contact__links {
    right: 50%;
    bottom: 2.1rem;
    -webkit-transform: translate(50%, 100%);
            transform: translate(50%, 100%);
  }
}
.footer-contact__links a {
  width: 36rem;
  height: 36rem;
  border-radius: 100%;
  border: 0.9rem solid #FF6200;
  background: #fff;
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.45;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .footer-contact__links a {
    width: 16rem;
    height: 16rem;
    border-width: 0.4rem;
    font-size: 2rem;
  }
}
.footer-contact__links a span {
  font-size: 2.3rem;
  color: #FF6200;
  line-height: 1;
  margin-top: 0.8rem;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .footer-contact__links a span {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .footer-contact__links a:hover {
    border-color: #fff;
    background: #ff3c00;
    color: #fff;
    text-decoration: none;
  }
  .footer-contact__links a:hover span {
    color: #fff;
  }
}
.footer-info {
  padding-top: 11rem;
}
@media (max-width: 767px) {
  .footer-info {
    padding-top: 19rem;
    width: 100%;
    max-width: 29rem;
    margin: 0 auto;
  }
}
.footer-info__logo {
  width: 100%;
  max-width: 55.2rem;
  font-size: 1px;
  line-height: 1;
}
.footer-info__logo img {
  width: 100%;
}
.footer-info__box {
  padding-left: 7.2rem;
  margin-top: 1.8rem;
  font-size: 2rem;
  line-height: 1.45;
}
@media (max-width: 767px) {
  .footer-info__box {
    padding-left: 3.6rem;
    margin-top: 0.8rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.footer-info__box p + p {
  margin-top: 1.2rem;
}
@media (max-width: 767px) {
  .footer-info__box p + p {
    margin-top: 0;
  }
}
.footer-tel, .footer-mail {
  font-weight: 300;
  font-family: "Inter", sans-serif;
}
.footer .copyright {
  margin-top: 30rem;
  text-align: right;
  font-size: 1.8rem;
  font-weight: 300;
  font-family: "Inter", sans-serif;
}
@media (max-width: 767px) {
  .footer .copyright {
    margin-top: 6.5rem;
    font-size: 1.1rem;
    text-align: center;
  }
}

/* !common
---------------------------------------------------------- */
.inner {
  width: 100%;
  max-width: 128rem;
  padding: 0 4rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner {
    padding: 0 3.5rem;
  }
}

/* !導入実績
---------------------------------------------------------- */
.works-teaser {
  width: 100%;
  position: relative;
}
.works-teaser__image {
  width: 100%;
  height: 80rem;
}
@media (max-width: 767px) {
  .works-teaser__image {
    height: auto;
  }
}
.works-teaser__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-teaser__copy {
  position: absolute;
  right: 7.3rem;
  bottom: -11.6rem;
  z-index: 2;
  width: 35.4rem;
}
.works-teaser__copy img {
  width: 100%;
}
.works-teaser__heading {
  width: calc(100% - 49rem);
  position: absolute;
  left: 0;
  bottom: -5rem;
  z-index: 2;
  padding: 0 11rem 1.8rem 2rem;
  height: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 767px) {
  .works-teaser__heading {
    width: 100%;
    position: relative;
    bottom: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1rem 5.25rem 1rem 3.5rem;
    height: auto;
  }
}
.works-teaser__heading::before {
  width: 100%;
  height: 100%;
  content: "";
  background: #FF6200;
  position: absolute;
  right: 4rem;
  top: 0;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, calc(100% - 4.6rem) 100%, 0 100%);
}
@media (max-width: 767px) {
  .works-teaser__heading::before {
    right: 2rem;
    clip-path: polygon(0 0, 100% 0, calc(100% - 2.3rem) 100%, 0 100%);
  }
}
.works-teaser__heading::after {
  width: 7.6rem;
  height: 100%;
  content: "";
  background: #FF6200;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  clip-path: polygon(4.6rem 0, 100% 0, calc(100% - 4.6rem) 100%, 0 100%);
}
@media (max-width: 767px) {
  .works-teaser__heading::after {
    width: 3.8rem;
    clip-path: polygon(2.3rem 0, 100% 0, calc(100% - 2.3rem) 100%, 0 100%);
  }
}
.works-teaser__heading--jap {
  font-size: 6rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.45;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 64rem;
}
@media (max-width: 767px) {
  .works-teaser__heading--jap {
    font-size: 2.7rem;
  }
}
.works-teaser__heading--eng {
  font-size: 3.4rem;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 767px) {
  .works-teaser__heading--eng {
    font-size: 1.2rem;
    letter-spacing: 0.06em;
  }
}

.works-wrap {
  padding: 25rem 0 31.2rem;
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .works-wrap {
    padding: 7rem 0 10rem;
  }
}

.works-list__item {
  border-bottom: 0.1rem solid #646464;
  padding: 6.5rem 0;
}
@media (max-width: 767px) {
  .works-list__item {
    padding: 3.8rem 0;
  }
}
.works-list__item:first-child {
  border-top: 0.1rem solid #646464;
}

.works-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6rem;
}
@media (max-width: 767px) {
  .works-head {
    display: block;
  }
}
.works-head__image {
  width: 36rem;
  font-size: 1px;
  line-height: 1;
}
@media (max-width: 767px) {
  .works-head__image {
    width: 100%;
    margin-top: 1.8rem;
  }
}
.works-head__image img {
  width: 100%;
}
.works-head__box {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.works-title {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .works-title {
    font-size: 1.8rem;
    line-height: 1.55;
  }
}

.works-tag {
  margin-top: 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .works-tag {
    margin-top: 1.4rem;
    gap: 0.5rem;
  }
}
.works-tag li {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #fff;
  padding: 0.25rem 1.8rem;
  background: #FFA800;
}
@media (max-width: 767px) {
  .works-tag li {
    font-size: 1.2rem;
    padding: 0.1rem 1.1rem;
  }
}

.works-info {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .works-info {
    margin-top: 1.2rem;
    font-size: 1.2rem;
  }
}
.works-info p + p {
  margin-top: 0.2rem;
}

.works-body {
  margin-top: 2.5rem;
  border-top: 0.1rem solid #C8C8C8;
  padding-top: 2.2rem;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 300;
  font-family: "Inter", sans-serif;
}
@media (max-width: 767px) {
  .works-body {
    margin-top: 1.8rem;
    padding-top: 1.2rem;
    font-size: 1.2rem;
  }
}

.wp-pagenavi {
  text-align: center;
  width: 100%;
  margin-top: 12rem;
}
@media (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 7rem;
  }
}
.wp-pagenavi a {
  width: 6rem;
  height: 6rem;
  border: 0.1rem solid #FF6200;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0 0.8rem;
  font-size: 2.2rem;
  color: #FF6200;
  font-weight: 300;
  font-family: "Inter", sans-serif;
}
@media (max-width: 767px) {
  .wp-pagenavi a {
    width: 3rem;
    height: 3rem;
    margin: 0.4rem;
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .wp-pagenavi a:hover {
    border-color: #FF6200;
    text-decoration: none;
    background: #FF6200;
    color: #fff;
  }
}
.wp-pagenavi a.first, .wp-pagenavi a.last {
  font-size: 2rem;
  font-weight: 400;
  width: 11rem;
}
@media (max-width: 767px) {
  .wp-pagenavi a.first, .wp-pagenavi a.last {
    font-size: 1.1rem;
    width: 5.2rem;
  }
}
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
  color: transparent;
  position: relative;
}
.wp-pagenavi a.previouspostslink::before, .wp-pagenavi a.nextpostslink::before {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.6rem;
  height: 1.8rem;
  background: #FF6200;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
}
@media (max-width: 767px) {
  .wp-pagenavi a.previouspostslink::before, .wp-pagenavi a.nextpostslink::before {
    width: 0.8rem;
    height: 0.9rem;
  }
}
@media (min-width: 768px) {
  .wp-pagenavi a.previouspostslink:hover::before, .wp-pagenavi a.nextpostslink:hover::before {
    background: #fff;
  }
}
.wp-pagenavi a.previouspostslink::before {
  -webkit-transform: translate(-50%, -50%) scale(-1);
          transform: translate(-50%, -50%) scale(-1);
}
.wp-pagenavi span {
  height: 6rem;
  border: 0.1rem solid #FF6200;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0 0.8rem;
  font-size: 2.2rem;
  color: #FF6200;
  font-weight: 300;
  font-family: "Inter", sans-serif;
}
@media (max-width: 767px) {
  .wp-pagenavi span {
    height: 3rem;
    margin: 0.4rem;
    font-size: 1.2rem;
  }
}
.wp-pagenavi span.current {
  width: 6rem;
  border-color: #FF6200;
  background: #FF6200;
  color: #fff;
  font-weight: 300;
  font-family: "Inter", sans-serif;
}
@media (max-width: 767px) {
  .wp-pagenavi span.current {
    width: 3rem;
  }
}
.wp-pagenavi span.extend {
  width: 6rem;
}
@media (max-width: 767px) {
  .wp-pagenavi span.extend {
    width: 3rem;
  }
}
.wp-pagenavi span.pages {
  width: 11rem;
  background: #FF6200;
  color: #fff;
  font-weight: 300;
  font-family: "Inter", sans-serif;
}
@media (max-width: 767px) {
  .wp-pagenavi span.pages {
    width: 5.2rem;
  }
}

/* !会社案内
---------------------------------------------------------- */
.company-teaser {
  width: 100%;
  position: relative;
}
.company-teaser__image {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 105rem;
  height: 100%;
}
@media (max-width: 767px) {
  .company-teaser__image {
    position: relative;
    height: auto;
  }
}
.company-teaser__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company-teaser__heading {
  width: 100%;
  height: 65rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .company-teaser__heading {
    height: 12.4rem;
  }
}
.company-teaser__heading--bg {
  width: 70.3125%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .company-teaser__heading--bg {
    width: 100%;
  }
}
.company-teaser__heading--bg::before {
  position: absolute;
  z-index: 1;
  width: calc(100% - 12.2rem);
  height: 100%;
  content: "";
  background: #FF6200;
  left: 0;
  top: 0;
  clip-path: polygon(0 0, 100% 0, calc(100% - 25rem) 100%, 0 100%);
}
@media (max-width: 767px) {
  .company-teaser__heading--bg::before {
    width: calc(100% - 2.33rem);
    clip-path: polygon(0 0, 100% 0, calc(100% - 5rem) 100%, 0 100%);
  }
}
.company-teaser__heading--bg::after {
  position: absolute;
  width: 34.125rem;
  height: 100%;
  z-index: -1;
  content: "";
  background: #FF6200;
  top: 0;
  right: 0;
  clip-path: polygon(calc(100% - 9.125rem) 0, 100% 0, 9.125rem 100%, 0 100%);
}
@media (max-width: 767px) {
  .company-teaser__heading--bg::after {
    width: 6.5rem;
    clip-path: polygon(calc(100% - 1.7rem) 0, 100% 0, 1.7rem 100%, 0 100%);
  }
}
.company-teaser__heading--title {
  width: 100%;
  max-width: 148rem;
  padding: 0 4rem;
  margin: 0 auto;
  font-size: 6rem;
  line-height: 1.5;
  font-weight: 900;
  color: #fff;
}
@media (max-width: 767px) {
  .company-teaser__heading--title {
    padding: 0 3.5rem;
    font-size: 2.5rem;
  }
}

.company-wrap {
  padding: 0 0 25.5rem;
}
@media (max-width: 767px) {
  .company-wrap {
    padding: 0 0 7rem;
  }
}

.company-message {
  padding: 30rem 0 23.4rem;
}
@media (max-width: 767px) {
  .company-message {
    padding: 7.6rem 0 6.8rem;
  }
}
.company-message .inner {
  max-width: 88rem;
}
.company-message__copy {
  width: 100%;
  line-height: 1;
  font-size: 1px;
  margin-bottom: 20.4rem;
}
@media (max-width: 767px) {
  .company-message__copy {
    max-width: 26rem;
    margin: 0 auto;
    margin-bottom: 7.54rem;
  }
}
.company-message__copy img {
  width: 100%;
}
.company-message__title {
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.77;
  word-break: keep-all;
  margin-bottom: 17.4rem;
}
@media (max-width: 767px) {
  .company-message__title {
    font-size: 1.9rem;
    line-height: 1.789;
    margin-bottom: 6rem;
  }
}
.company-message__proflie {
  width: 100%;
  max-width: 56rem;
  margin: 0 auto;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .company-message__proflie {
    max-width: 27.5rem;
  }
}
.company-message__proflie--image {
  width: 100%;
}
.company-message__proflie--image img {
  width: 100%;
}
.company-message__proflie--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 3.3rem;
}
@media (max-width: 767px) {
  .company-message__proflie--box {
    margin-top: 2rem;
  }
}
.company-message__proflie--box .profile-post {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .company-message__proflie--box .profile-post {
    font-size: 1.2rem;
    font-weight: 400;
  }
}
.company-message__proflie--box .profile-name {
  text-align: right;
}
.company-message__proflie--box .profile-name__jap {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.5em;
  line-height: 1.45;
  display: block;
  -webkit-transform: translateX(0.5em);
          transform: translateX(0.5em);
}
@media (max-width: 767px) {
  .company-message__proflie--box .profile-name__jap {
    font-size: 2.1rem;
    font-weight: 500;
  }
}
.company-message__proflie--box .profile-name__eng {
  font-size: 1.6rem;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  line-height: 1.45;
  display: block;
  margin-top: 0.8rem;
}
@media (max-width: 767px) {
  .company-message__proflie--box .profile-name__eng {
    font-size: 1rem;
    margin-top: 0.3rem;
  }
}
.company-message__text {
  font-size: 1.8rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .company-message__text {
    max-width: 27.5rem;
    margin: 0 auto;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.714;
  }
}

.company-staff {
  padding-bottom: 21rem;
  position: relative;
}
@media (max-width: 767px) {
  .company-staff {
    padding-bottom: 10rem;
  }
}
.company-staff .inner {
  max-width: 108rem;
}
.company-staff__heading {
  margin-bottom: 17rem;
  width: 100%;
}
@media (max-width: 767px) {
  .company-staff__heading {
    margin-bottom: 3.2rem;
  }
}
.company-staff__heading--jap {
  width: 100%;
  position: relative;
  z-index: 2;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.44;
  padding: 1.3rem 0 1.5rem;
  color: #fff;
}
@media (max-width: 767px) {
  .company-staff__heading--jap {
    font-size: 2.1rem;
    line-height: 1.42857;
    padding: 0.5rem 0;
  }
}
.company-staff__heading--jap::before {
  position: absolute;
  width: 100vw;
  height: 100%;
  z-index: -1;
  right: -9rem;
  top: 0;
  background: #FF6200;
  content: "";
  clip-path: polygon(0 0, 100% 0, calc(100% - 4rem) 100%, 0 100%);
}
@media (max-width: 767px) {
  .company-staff__heading--jap::before {
    right: 0;
    clip-path: polygon(0 0, 100% 0, calc(100% - 1.6rem) 100%, 0 100%);
  }
}
.company-staff__heading--eng {
  position: absolute;
  right: 6rem;
  top: 6rem;
  font-size: 3.8rem;
  letter-spacing: 0.1em;
  line-height: 1.44;
  color: #C8C8C8;
  z-index: 2;
}
@media (max-width: 767px) {
  .company-staff__heading--eng {
    position: static;
    width: 100%;
    display: block;
    text-align: right;
    font-size: 1.3rem;
    padding-right: 1.6rem;
    margin-top: 1.4rem;
  }
}
.company-staff__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 11rem 5.2rem;
}
@media (max-width: 767px) {
  .company-staff__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4.3rem 3.1rem;
  }
}
.company-staff__list figure {
  display: block;
  width: 100%;
}
.company-staff__list figure img {
  width: 100%;
}
.company-staff__list figure figcaption {
  display: block;
  font-size: 2.6rem;
  line-height: 1.423;
  margin-top: 2.3rem;
}
@media (max-width: 767px) {
  .company-staff__list figure figcaption {
    font-size: 1.5rem;
    margin-top: 1.12rem;
  }
}
.company-staff__qualification {
  width: 100%;
  margin-top: 11rem;
}
@media (max-width: 767px) {
  .company-staff__qualification {
    margin-top: 6.3rem;
  }
}
.company-staff__qualification--title {
  background: #787878;
  margin-bottom: 2.3rem;
  font-size: 2.8rem;
  line-height: 1.42857;
  font-weight: 500;
  color: #fff;
  padding: 0.36rem 2.4rem 0.64rem;
}
@media (max-width: 767px) {
  .company-staff__qualification--title {
    margin-bottom: 1.12rem;
    font-size: 1.5rem;
    padding: 0.22rem 1.3rem 0.38rem;
  }
}
.company-staff__qualification--list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 767px) {
  .company-staff__qualification--list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}
.company-staff__qualification--list li {
  padding-left: 2.3rem;
  font-size: 2.4rem;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 767px) {
  .company-staff__qualification--list li {
    font-size: 1.5rem;
    line-height: 1.4;
    padding-left: 1.5rem;
  }
}
.company-staff__qualification--list li::before {
  width: 1.6rem;
  height: 1.6rem;
  background: #FF6200;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 1.1rem;
  z-index: 2;
  content: "";
}
@media (max-width: 767px) {
  .company-staff__qualification--list li::before {
    width: 1.1rem;
    height: 1.1rem;
    top: 0.6rem;
  }
}

.company-overview {
  background: #F0F0F0;
  padding: 21.6rem 0 28.8rem;
}
@media (max-width: 767px) {
  .company-overview {
    padding: 7.2rem 0 6.2rem;
  }
}
.company-overview .inner {
  max-width: 88rem;
}
.company-overview__heading {
  text-align: center;
  margin-bottom: 12.3rem;
}
@media (max-width: 767px) {
  .company-overview__heading {
    margin-bottom: 4.25rem;
  }
}
.company-overview__heading--jap {
  display: block;
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 0.5em;
  padding-left: 0.5em;
  line-height: 1.44;
}
@media (max-width: 767px) {
  .company-overview__heading--jap {
    font-size: 2.5rem;
  }
}
.company-overview__heading--eng {
  display: block;
  font-size: 2rem;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  line-height: 1.44;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .company-overview__heading--eng {
    font-size: 1.1rem;
    margin-top: 0.75rem;
  }
}
.company-overview__table {
  width: 100%;
}
.company-overview__table th,
.company-overview__table td {
  border-top: 0.1rem solid #969696;
  border-bottom: 0.1rem solid #969696;
  font-size: 2.4rem;
  line-height: 1.5;
  padding: 3.85rem 0;
}
@media (max-width: 767px) {
  .company-overview__table th,
  .company-overview__table td {
    font-size: 1.3rem;
    line-height: 1.3846;
    padding: 1.85rem 0;
  }
}
.company-overview__table th {
  width: 20rem;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 767px) {
  .company-overview__table th {
    width: 10rem;
  }
}
.company-overview__table td {
  padding-left: 6rem;
  font-weight: 300;
  font-family: "Inter", sans-serif;
}
@media (max-width: 767px) {
  .company-overview__table td {
    padding-left: 2rem;
  }
}

.company-image {
  width: 100%;
  aspect-ratio: 32/15;
  overflow: hidden;
}
@media (max-width: 767px) {
  .company-image {
    aspect-ratio: 3/2;
  }
}
.company-image img {
  width: 100%;
}
@media (max-width: 767px) {
  .company-image img {
    width: 132%;
    position: relative;
    left: -16%;
    max-width: unset;
  }
}

/* !お問い合わせ
---------------------------------------------------------- */
.contact-wrap {
  padding: 23.6rem 0 28rem;
  position: relative;
}
@media (max-width: 767px) {
  .contact-wrap {
    padding: 6.4rem 0 0;
  }
}
.contact-wrap::before {
  position: absolute;
  right: 18rem;
  top: 0;
  width: calc(100% - 18rem);
  height: 2rem;
  background: #FF6200;
  clip-path: polygon(0 0, 100% 0, calc(100% - 0.8rem) 100%, 0 100%);
  content: "";
}
@media (max-width: 767px) {
  .contact-wrap::before {
    right: 3rem;
    width: calc(100% - 3rem);
    height: 1rem;
    clip-path: polygon(0 0, 100% 0, calc(100% - 0.4rem) 100%, 0 100%);
  }
}
.contact-wrap::after {
  position: absolute;
  right: 17rem;
  top: 0;
  width: 1.4rem;
  height: 2rem;
  background: #FF6200;
  clip-path: polygon(calc(100% - 0.6rem) 0, 100% 0, 0.6rem 100%, 0 100%);
  content: "";
}
@media (max-width: 767px) {
  .contact-wrap::after {
    right: 2.5rem;
    width: 0.685rem;
    height: 1rem;
    clip-path: polygon(calc(100% - 0.3rem) 0, 100% 0, 0.3rem 100%, 0 100%);
  }
}

.contact-heading {
  text-align: center;
  margin-bottom: 14.4rem;
}
@media (max-width: 767px) {
  .contact-heading {
    margin-bottom: 5.75rem;
  }
}
.contact-heading__jap {
  display: block;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.44;
}
@media (max-width: 767px) {
  .contact-heading__jap {
    font-size: 2.6rem;
  }
}
.contact-heading__eng {
  display: block;
  font-size: 2rem;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  line-height: 1.44;
  margin-top: 1.9rem;
}
@media (max-width: 767px) {
  .contact-heading__eng {
    font-size: 1.1rem;
    margin-top: 0.6rem;
  }
}

.is-required {
  color: #FF00A0;
}

.contact-notes {
  text-align: center;
  margin-bottom: 17rem;
  font-size: 3.2rem;
  line-height: 1.4375;
}
@media (max-width: 767px) {
  .contact-notes {
    margin-bottom: 5.5rem;
    font-size: 1.7rem;
  }
}
.contact-notes span {
  display: block;
  margin-top: 0.74rem;
  font-size: 2rem;
  line-height: 1.45;
}
@media (max-width: 767px) {
  .contact-notes span {
    margin-top: 0.15rem;
    font-size: 1.3rem;
  }
}

.contact-form {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}
.contact-form__item dt {
  font-size: 2.4rem;
  line-height: 1.5;
  padding-left: 3.5rem;
  position: relative;
  margin-bottom: 1.8rem;
}
@media (max-width: 767px) {
  .contact-form__item dt {
    font-size: 1.5rem;
    padding-left: 2.1rem;
    margin-bottom: 1rem;
  }
}
.contact-form__item dt::before {
  width: 2.2rem;
  height: 2.2rem;
  background: #FFA800;
  position: absolute;
  left: 0;
  top: 0.8rem;
  z-index: 2;
  content: "";
}
@media (max-width: 767px) {
  .contact-form__item dt::before {
    width: 1.4rem;
    height: 1.4rem;
    top: 0.5rem;
  }
}
.contact-form__item + .contact-form__item {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .contact-form__item + .contact-form__item {
    margin-top: 4.4rem;
  }
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form textarea {
  width: 100%;
  height: 7rem;
  border: 0.1rem solid #646464;
  background: #F0F0F0;
  padding: 0 3rem;
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .contact-form input[type=text],
  .contact-form input[type=email],
  .contact-form input[type=tel],
  .contact-form textarea {
    height: 4.4rem;
    padding: 0 1.5rem;
    font-size: 1.4rem;
  }
}
.contact-form textarea {
  height: 30rem;
  padding: 1.86rem 3rem;
}
@media (max-width: 767px) {
  .contact-form textarea {
    height: 15rem;
    padding: 1rem 1.5rem;
  }
}
.contact-form .address-item textarea {
  height: 12rem;
}
@media (max-width: 767px) {
  .contact-form .address-item textarea {
    height: 7rem;
  }
}
.contact-form .wpcf7-form-control-wrap span {
  margin: 0;
}
.contact-form .wpcf7-form-control-wrap .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .contact-form .wpcf7-form-control-wrap .wpcf7-radio {
    gap: 1.2rem;
  }
}
.contact-form .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item {
  width: 25rem;
}
@media (max-width: 767px) {
  .contact-form .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item {
    width: calc((100% - 1.2rem) / 2);
  }
}
.contact-form .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label {
  display: block;
  position: relative;
  cursor: pointer;
}
.contact-form .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  font-size: 2.4rem;
  line-height: 1.5;
  padding-left: 4.5rem;
}
@media (max-width: 767px) {
  .contact-form .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 1.4rem;
    padding-left: 2.7rem;
  }
}
.contact-form .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before, .contact-form .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::after {
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: 0;
  top: 0.3rem;
  z-index: 2;
  border-radius: 100%;
  z-index: 1;
  content: "";
}
@media (max-width: 767px) {
  .contact-form .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before, .contact-form .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::after {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.contact-form .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
  border: 0.1rem solid #000;
  background: #F0F0F0;
}
.contact-form .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::after {
  background: #000;
  z-index: 2;
  clip-path: circle(30%);
  opacity: 0;
}
.contact-form .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label input[type=radio] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
}
.contact-form .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.contact-form__button {
  margin-top: 19.4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-form__button {
    margin-top: 8.2rem;
  }
}
.contact-form__button input[type=submit] {
  width: 100%;
  max-width: 50rem;
  height: 9rem;
  border: 0;
  background: url(../img/common/icon_button.svg) right 4rem center no-repeat #FFA800;
  background-size: 4rem auto;
  border-radius: 4.5rem;
  font-size: 3.3rem;
  line-height: 1.5;
  color: #fff;
  padding-right: 3.2rem;
}
@media (max-width: 767px) {
  .contact-form__button input[type=submit] {
    max-width: 25rem;
    height: 4.5rem;
    background-position: right 2rem center;
    background-size: 2rem auto;
    border-radius: 2.25rem;
    padding-right: 1.6rem;
    font-size: 1.7rem;
  }
}
@media (min-width: 768px) {
  .contact-form__button input[type=submit] {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .contact-form__button input[type=submit]:hover {
    background-color: #ff3c00;
    text-decoration: none;
  }
}

.contact-policy {
  width: 100%;
  border-top: 0.1rem solid #969696;
  margin-top: 51rem;
  padding-top: 18.6rem;
}
@media (max-width: 767px) {
  .contact-policy {
    margin-top: 17.5rem;
    padding-top: 10.3rem;
  }
}
.contact-policy .contact-heading {
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .contact-policy .contact-heading {
    margin-bottom: 6rem;
  }
}
.contact-policy__body {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 300;
  font-family: "Inter", sans-serif;
}
@media (max-width: 767px) {
  .contact-policy__body {
    font-size: 1.4rem;
    line-height: 1.714;
  }
}
.contact-policy__body p + p {
  margin-top: 2em;
}
@media (max-width: 767px) {
  .contact-policy__body p + p {
    margin-top: 1.714em;
  }
}

/* !HOME
---------------------------------------------------------- */
.home #wrapper {
  padding-top: 0;
}
.home #wrapper::before {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  background: #fff;
  content: "";
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.home #wrapper.unstart {
  position: relative;
}
.home #wrapper.unstart::before {
  opacity: 1;
}
.home #wrapper.unstart .main-visual__copy::before {
  opacity: 0;
}
.home #wrapper.unload {
  overflow: hidden;
  height: 100vh;
}
.home #wrapper.unload .main-visual__copy::before {
  clip-path: inset(0 0 0 0);
}
.home .header {
  background: none;
  position: absolute;
}
.home .header .btn-menu {
  position: fixed;
  right: 6rem;
  top: 5.5rem;
}
@media (max-width: 767px) {
  .home .header .btn-menu {
    right: 2.2rem;
    top: 2.5rem;
  }
}
.home .header .btn-menu__line {
  background: #fff;
}
.home .header .btn-menu__line.is-orange {
  background: #FF6200;
}
.home .header.is-open .btn-menu__line.is-orange {
  background: #fff;
}

.main-visual {
  position: relative;
  width: 100%;
  background: #000;
  min-height: 100vh;
  overflow: hidden;
}
.main-visual__bg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.main-visual__bg::before {
  width: 100%;
  height: 25rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(10%, rgba(0, 0, 0, 0)), color-stop(90%, rgb(0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgb(0, 0, 0) 100%);
}
@media (max-width: 767px) {
  .main-visual__bg::before {
    height: 9.2rem;
  }
}
.main-visual__bg img {
  width: 100%;
  min-height: 156rem;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .main-visual__bg img {
    min-height: 67rem;
  }
}
.main-visual__copy {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 7rem;
}
@media (max-width: 767px) {
  .main-visual__copy {
    padding-top: 0;
  }
}
.main-visual__copy::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  background: #FF6200;
  clip-path: inset(0 0 100% 0);
  -webkit-transition: clip-path 1s ease;
  transition: clip-path 1s ease;
}
.main-visual__copy img {
  width: 43.75vw;
}
@media (max-width: 767px) {
  .main-visual__copy img {
    width: 30.2rem;
  }
}
.main-visual__links {
  position: relative;
  top: 7.0833333333vw;
}
@media (max-width: 767px) {
  .main-visual__links {
    top: 2.8rem;
  }
}
.main-visual__links li {
  position: relative;
  z-index: 2;
  width: calc(100% + 2.0833333333vw);
  height: 7.9166666667vw;
  overflow: hidden;
  padding-left: 18.489583vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(-0.9375vw) rotate(-7deg);
          transform: translateX(-0.9375vw) rotate(-7deg);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: clip-path 1s ease-out;
  transition: clip-path 1s ease-out;
}
@media (max-width: 767px) {
  .main-visual__links li {
    width: calc(100% + 1.8rem);
    height: 4.6rem;
    padding-left: 3.1rem;
    -webkit-transform: translateX(-0.6rem) rotate(-7deg);
            transform: translateX(-0.6rem) rotate(-7deg);
  }
}
.main-visual__links li::before {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  clip-path: polygon(1.0416666667vw 0, 100% 0, calc(100% - 1.0416666667vw) 100%, 0 100%);
}
@media (max-width: 767px) {
  .main-visual__links li::before {
    clip-path: polygon(0.6rem 0, 100% 0, calc(100% - 0.6rem) 100%, 0 100%);
  }
}
.main-visual__links li img {
  -webkit-transform: rotate(7deg);
          transform: rotate(7deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.main-visual__links li:nth-child(1)::before {
  background: #FFA800;
  width: calc(59.79% - 2.0833333333vw);
}
@media (max-width: 767px) {
  .main-visual__links li:nth-child(1)::before {
    width: calc(65.974% - 1.2rem);
  }
}
.main-visual__links li:nth-child(1) img {
  width: 22.9880208333vw;
}
@media (max-width: 767px) {
  .main-visual__links li:nth-child(1) img {
    width: 13.189rem;
  }
}
.main-visual__links li:nth-child(2)::before {
  background: #FF6200;
  width: calc(70.26% - 2.0833333333vw);
}
@media (max-width: 767px) {
  .main-visual__links li:nth-child(2)::before {
    width: calc(74.8% - 1.2rem);
  }
}
.main-visual__links li:nth-child(2) img {
  width: 40.3886458333vw;
}
@media (max-width: 767px) {
  .main-visual__links li:nth-child(2) img {
    width: 23.044rem;
  }
}
.main-visual__links li:nth-child(3)::before {
  background: #FFA800;
  width: calc(80.73% - 2.0833333333vw);
}
@media (max-width: 767px) {
  .main-visual__links li:nth-child(3)::before {
    width: calc(83.376% - 1.2rem);
  }
}
.main-visual__links li:nth-child(3) img {
  width: 32.2931770833vw;
}
@media (max-width: 767px) {
  .main-visual__links li:nth-child(3) img {
    width: 18.748rem;
  }
}
.main-visual__links li:nth-child(4)::before {
  background: #FF6200;
  width: calc(91.2% - 2.0833333333vw);
}
@media (max-width: 767px) {
  .main-visual__links li:nth-child(4)::before {
    width: calc(92.2% - 1.2rem);
  }
}
.main-visual__links li:nth-child(4) img {
  width: 22.9880208333vw;
}
@media (max-width: 767px) {
  .main-visual__links li:nth-child(4) img {
    width: 13.189rem;
  }
}
.main-visual__links li:nth-child(5)::before {
  background: #FFA800;
  width: calc(101.5625% - 1.5625vw);
}
@media (max-width: 767px) {
  .main-visual__links li:nth-child(5)::before {
    width: calc(101.5625% - 1.2rem);
  }
}
.main-visual__links li:nth-child(5) img {
  width: 27.640625vw;
}
@media (max-width: 767px) {
  .main-visual__links li:nth-child(5) img {
    width: 15.968rem;
  }
}
.main-visual__links.animated li {
  clip-path: inset(0 0 0 0);
}
.main-visual__links.animated li img {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.main-visual__links.animated li:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.main-visual__links.animated li:nth-child(2) img {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
.main-visual__links.animated li:nth-child(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.main-visual__links.animated li:nth-child(3) img {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.main-visual__links.animated li:nth-child(4) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.main-visual__links.animated li:nth-child(4) img {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}
.main-visual__links.animated li:nth-child(5) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.main-visual__links.animated li:nth-child(5) img {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.main-visual__image {
  width: 100%;
}
.main-visual__image img {
  width: 100%;
}

.top-message {
  padding: 23.8rem 0 35rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-message {
    padding: 6rem 0 7.2rem;
  }
}
.top-message__copy {
  width: 100%;
  max-width: 53.5rem;
  margin: 0 auto;
  margin-bottom: 9.6rem;
}
@media (max-width: 767px) {
  .top-message__copy {
    width: 20.467rem;
    margin-bottom: 1.6rem;
  }
}
.top-message__copy img {
  width: 100%;
}
.top-message__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
.top-message__line--text {
  position: relative;
  z-index: 2;
  width: 82.8125%;
  height: 7.8125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12%;
  font-size: 4.427083vw;
  font-weight: 900;
  color: #fff;
  -webkit-transform: translateX(0.729167vw) rotate(-7deg);
          transform: translateX(0.729167vw) rotate(-7deg);
  clip-path: inset(0 0 0 100%);
  -webkit-transition: clip-path 1s ease-out;
  transition: clip-path 1s ease-out;
}
@media (max-width: 767px) {
  .top-message__line--text {
    width: 95.4667%;
    height: 5.3rem;
    padding-left: 7%;
    font-size: 2.7rem;
    -webkit-transform: translateX(0.6rem) rotate(-7deg);
            transform: translateX(0.6rem) rotate(-7deg);
  }
}
.top-message__line--text::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  clip-path: polygon(1.04167vw 0, 100% 0, calc(100% - 1.04167vw) 100%, 0 100%);
  background: #FF6200;
}
@media (max-width: 767px) {
  .top-message__line--text::before {
    clip-path: polygon(0.6rem 0, 100% 0, calc(100% - 0.6rem) 100%, 0 100%);
  }
}
.top-message__line--text span {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out 0.65s;
  transition: opacity 0.3s ease-out 0.65s;
}
.top-message__line.animated .top-message__line--text {
  clip-path: inset(0 0 0 0);
}
.top-message__line.animated .top-message__line--text span {
  opacity: 1;
}

.top-works {
  width: 100%;
  padding-bottom: 24.5rem;
}
@media (max-width: 767px) {
  .top-works {
    padding-bottom: 12.4rem;
  }
}
.top-works__image {
  width: 100%;
  aspect-ratio: 12/5;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-works__image {
    aspect-ratio: 3/1.73;
  }
}
.top-works__image img {
  width: 100%;
}
@media (max-width: 767px) {
  .top-works__image img {
    max-width: unset;
    height: 130%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top-works__heading {
  width: 40rem;
  height: 40rem;
  background: #FF6200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  margin: 0 auto;
  margin-top: -31rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .top-works__heading {
    width: 20rem;
    height: 20rem;
    margin-top: -5.6rem;
  }
}
.top-works__heading--jap {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.44;
  padding-left: 0.5em;
  letter-spacing: 0.5em;
}
@media (max-width: 767px) {
  .top-works__heading--jap {
    font-size: 2.4rem;
  }
}
.top-works__heading--eng {
  font-size: 2rem;
  margin-top: 1.4rem;
  font-weight: 300;
  font-family: "Inter", sans-serif;
}
@media (max-width: 767px) {
  .top-works__heading--eng {
    font-size: 1.2rem;
    margin-top: 0.6rem;
  }
}
.top-works__links {
  text-align: center;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .top-works__links {
    margin-top: 5rem;
  }
}

.btn-links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 50rem;
  height: 9rem;
  border-radius: 4.5rem;
  border: 0.2rem solid #FF6200;
  background: url(../img/common/icon_arrow.svg) right 4rem center no-repeat #fff;
  background-size: 4rem auto;
  font-size: 2.8rem;
  line-height: 1.5;
  padding: 0 10rem 0 6.7rem;
}
@media (max-width: 767px) {
  .btn-links {
    max-width: 30.5rem;
    height: 5.6rem;
    border-radius: 2.8rem;
    background: url(../img/common/icon_arrow.svg) right 2.4rem center no-repeat #fff;
    background-size: 2.6rem auto;
    font-size: 1.7rem;
    padding: 0 6rem 0 4rem;
  }
}
@media (min-width: 768px) {
  .btn-links:hover {
    background-image: url(../img/common/icon_arrow_hover.svg);
    background-color: #ff3c00;
    color: #fff;
    text-decoration: none;
  }
}

@media (max-width: 767px) {
  .top-info {
    padding-bottom: 12.4rem;
  }
}
.top-info__item {
  margin-bottom: 27rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-info__item {
    margin: 0;
  }
  .top-info__item + .top-info__item {
    margin-top: 6rem;
    padding-top: 4.5rem;
    border-top: 0.1rem solid #E1E1E1;
  }
}
.top-info__item .inner {
  max-width: 136rem;
}
.top-info .info-head {
  width: 100%;
  margin-bottom: 7.2rem;
  position: relative;
}
@media (max-width: 767px) {
  .top-info .info-head {
    margin-bottom: 2.8rem;
  }
}
.top-info .info-head__title {
  width: 18rem;
  position: absolute;
  top: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .top-info .info-head__title {
    width: 100%;
    position: static;
    font-size: 3.7rem;
    font-weight: 900;
    line-height: 1.459;
    margin-bottom: 1.2rem;
  }
  .top-info .info-head__title span {
    display: inline-block;
    padding-bottom: 0.3rem;
    border-bottom: 0.1rem solid #000000;
  }
}
.top-info .info-head__title img {
  width: 100%;
}
.top-info .info-head__image {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}
.top-info .info-head__image--box {
  width: 100%;
  min-width: calc(100% + 50vw - 40rem);
  height: 50rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-info .info-head__image--box {
    min-width: calc(100% + 3.5rem);
    height: 15rem;
  }
}
.top-info .info-head__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: unset;
  height: 130%;
}
.top-info .info-body {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}
.top-info .info-body__title {
  font-size: 5.6rem;
  font-weight: 900;
  line-height: 1.45;
  color: #FF6200;
  margin-bottom: 5.5rem;
}
@media (max-width: 767px) {
  .top-info .info-body__title {
    font-size: 2.35rem;
    margin-bottom: 2.22rem;
  }
}
.top-info .info-body__title span {
  display: block;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.57;
  margin-bottom: 1rem;
  color: #000;
}
@media (max-width: 767px) {
  .top-info .info-body__title span {
    font-size: 1.5rem;
    line-height: 1.53;
    margin-bottom: 0.7rem;
  }
}
.top-info .info-body__desc {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 9rem;
}
@media (max-width: 767px) {
  .top-info .info-body__desc {
    font-size: 1.4rem;
    line-height: 1.714;
    margin-bottom: 3.8rem;
  }
}
.top-info .info-body__item + .info-body__item {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .top-info .info-body__item + .info-body__item {
    margin-top: 3.8rem;
  }
}
.top-info .info-image {
  width: calc(100% + 2.75rem);
  margin: 0 -2.75rem;
}
@media (max-width: 767px) {
  .top-info .info-image {
    width: 100%;
    margin: 0;
  }
}
.top-info .info-image img {
  width: 100%;
}
.top-info__item:nth-child(even) .info-head__title {
  padding-right: 5rem;
  border-right: 0.3rem solid #000;
  left: -4rem;
}
@media (max-width: 767px) {
  .top-info__item:nth-child(even) .info-head__title {
    padding-right: 0;
    border-right: 0;
    left: 0;
  }
}
.top-info__item:nth-child(even) .info-head__image--box {
  border-radius: 6rem 0 0 6rem;
}
@media (max-width: 767px) {
  .top-info__item:nth-child(even) .info-head__image--box {
    border-radius: 1.5rem 0 0 1.5rem;
  }
}
.top-info__item:nth-child(odd) .info-head__title {
  padding-left: 5rem;
  border-left: 0.3rem solid #000;
  right: -4rem;
}
@media (max-width: 767px) {
  .top-info__item:nth-child(odd) .info-head__title {
    padding-left: 0;
    border-left: 0;
    right: 0;
  }
}
.top-info__item:nth-child(odd) .info-head__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top-info__item:nth-child(odd) .info-head__image--box {
  border-radius: 0 6rem 6rem 0;
}
@media (max-width: 767px) {
  .top-info__item:nth-child(odd) .info-head__image--box {
    border-radius: 0 1.5rem 1.5rem 0;
  }
}

.info-member__item + .info-member__item {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .info-member__item + .info-member__item {
    margin-top: 4.4rem;
  }
}
.info-member-title {
  background: #787878;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.42857;
  padding: 0.5rem 2.4rem;
  font-weight: bold;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .info-member-title {
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 0.3rem 1.3rem;
    margin-bottom: 1.2rem;
  }
}
.info-member-image {
  width: 100%;
  padding-top: 2.5rem;
}
@media (max-width: 767px) {
  .info-member-image {
    padding-top: 1.2rem;
  }
}
.info-member-image img {
  width: 100%;
}
.info-member-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 767px) {
  .info-member-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}
.info-member-list li {
  padding-left: 2.3rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 767px) {
  .info-member-list li {
    padding-left: 1.5rem;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.info-member-list li::before {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100%;
  background: #FF6200;
  position: absolute;
  left: 0;
  top: 1.1rem;
  z-index: 2;
  content: "";
}
@media (max-width: 767px) {
  .info-member-list li::before {
    width: 1.1rem;
    height: 1.1rem;
  }
}

.info-subtitle {
  font-size: 2.8rem;
  line-height: 1.57;
  font-weight: bold;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .info-subtitle {
    font-size: 1.5rem;
    line-height: 1.533;
    margin-bottom: 1.5rem;
  }
}

.info-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.info-step li {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 9rem;
  text-align: center;
}
@media (max-width: 767px) {
  .info-step li {
    font-size: 1.4rem;
    line-height: 1.2857;
    height: 5rem;
  }
}
.info-step li:nth-child(1) {
  background: #FF6200;
  clip-path: polygon(0 0, calc(100% - 1.5rem) 0, 100% 50%, calc(100% - 1.5rem) 100%, 0 100%);
}
@media (max-width: 767px) {
  .info-step li:nth-child(1) {
    clip-path: polygon(0 0, calc(100% - 0.6rem) 0, 100% 50%, calc(100% - 0.6rem) 100%, 0 100%);
  }
}
.info-step li:nth-child(2) {
  background: #FFA800;
  clip-path: polygon(0 0, calc(100% - 1.5rem) 0, 100% 50%, calc(100% - 1.5rem) 100%, 0 100%, 1.5rem 50%);
}
@media (max-width: 767px) {
  .info-step li:nth-child(2) {
    clip-path: polygon(0 0, calc(100% - 0.6rem) 0, 100% 50%, calc(100% - 0.6rem) 100%, 0 100%, 0.6rem 50%);
  }
}
.info-step li:nth-child(3) {
  background: #00BE00;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 1.5rem 50%);
}
@media (max-width: 767px) {
  .info-step li:nth-child(3) {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0.6rem 50%);
  }
}

.info-notes {
  text-align: right;
  margin-top: 1rem;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .info-notes {
    margin-top: 0.56rem;
    font-size: 1.2rem;
  }
}

.info-desclist {
  background: #F0FFB4;
  padding: 1.8rem 4.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem 1rem;
}
@media (max-width: 767px) {
  .info-desclist {
    padding: 1.4rem 2rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
  }
}
.info-desclist li {
  padding-left: 2.3rem;
  font-size: 2.2rem;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 767px) {
  .info-desclist li {
    padding-left: 1.5rem;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.info-desclist li::before {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100%;
  background: #00BE00;
  position: absolute;
  left: 0;
  top: 1.1rem;
  z-index: 2;
  content: "";
}
@media (max-width: 767px) {
  .info-desclist li::before {
    width: 1.1rem;
    height: 1.1rem;
    top: 0.6rem;
  }
}

.info-links li + li {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .info-links li + li {
    margin-top: 1.6rem;
  }
}
.info-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4rem;
  width: 100%;
  height: 7rem;
  border-radius: 1rem;
  font-size: 3.6rem;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 767px) {
  .info-links a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 8rem;
    border-radius: 0.6rem;
    padding: 0 1rem;
    font-size: 2.2rem;
  }
}
.info-links a::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 21rem;
  height: 3.6rem;
  border: 0.1rem solid #fff;
  border-radius: 1.8rem;
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 400;
  content: "詳しくはこちら";
}
@media (max-width: 767px) {
  .info-links a::after {
    width: 12.8rem;
    height: 2.2rem;
    border-radius: 1.1rem;
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .info-links a:hover {
    text-decoration: none;
  }
}
.info-links a.is-green {
  background: #00BE00;
}
@media (min-width: 768px) {
  .info-links a.is-green:hover {
    background: #008C1E;
  }
}
.info-links a.is-orange {
  background: #FF6200;
}
@media (min-width: 768px) {
  .info-links a.is-orange:hover {
    background: #FF3200;
  }
}

.popup-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.popup-wrap.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.popup-wrap .popup-overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.popup-wrap .popup-box {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  max-width: 120rem;
  border-width: 1rem;
  border-style: solid;
  padding: 10rem 4rem 7rem;
  background: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: calc(100dvh - 10rem);
}
@media (max-width: 767px) {
  .popup-wrap .popup-box {
    width: calc(100% - 3rem);
    border-width: 0.5rem;
    padding: 5rem 1.5rem 2.5rem;
    max-height: calc(100dvh - 3rem);
  }
}
.popup-wrap .popup-box.is-green {
  border-color: #00781E;
}
.popup-wrap .popup-box.is-orange {
  border-color: #FF6200;
}
.popup-wrap .popup-contact {
  margin-top: 6rem;
  position: relative;
  padding: 5rem 0 5rem 22rem;
  z-index: 2;
  width: 100%;
  margin-left: -9rem;
}
@media (max-width: 767px) {
  .popup-wrap .popup-contact {
    margin-top: 3rem;
    position: relative;
    padding: 2rem 0 2.5rem 2.5rem;
    margin-left: 0;
  }
}
.popup-wrap .popup-contact::before {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #FF6200;
  clip-path: polygon(0 0, 100% 0, calc(100% - 15.5rem) 100%, 0 100%);
  content: "";
}
@media (max-width: 767px) {
  .popup-wrap .popup-contact::before {
    clip-path: polygon(0 0, 100% 0, calc(100% - 5.2rem) 100%, 0 100%);
  }
}
.popup-wrap .popup-contact__text {
  width: 100%;
  font-size: 2.9rem;
  font-weight: bold;
  line-height: 1.457;
  padding: 0.6rem 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .popup-wrap .popup-contact__text {
    font-size: 1.2rem;
    line-height: 1.45;
    padding: 0.3rem 0;
  }
}
.popup-wrap .popup-contact__text::before {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  content: "";
  background: #fff;
}
.popup-wrap .popup-contact__title {
  margin-top: 2.8rem;
  font-size: 5.1rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.433;
}
@media (max-width: 767px) {
  .popup-wrap .popup-contact__title {
    font-size: 2.2rem;
    line-height: 1.3636;
    margin-top: 0.8rem;
  }
}
.popup-wrap .popup-contact__links {
  position: absolute;
  right: -5.2rem;
  bottom: -10rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .popup-wrap .popup-contact__links {
    right: 50%;
    bottom: 1.4rem;
    -webkit-transform: translate(50%, 100%);
            transform: translate(50%, 100%);
  }
}
.popup-wrap .popup-contact__links a {
  width: 26rem;
  height: 26rem;
  border-radius: 100%;
  border: 0.7rem solid #FF6200;
  background: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.45;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .popup-wrap .popup-contact__links a {
    width: 15rem;
    height: 15rem;
    border-width: 0.375rem;
    font-size: 1.8rem;
    border-color: #fff;
    background: #ff3c00;
    color: #fff;
  }
}
.popup-wrap .popup-contact__links a span {
  font-size: 1.7rem;
  color: #FF6200;
  line-height: 1;
  margin-top: 0.6rem;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .popup-wrap .popup-contact__links a span {
    font-size: 1.2rem;
    color: #fff;
    margin-top: 0.25ren;
  }
}
@media (min-width: 768px) {
  .popup-wrap .popup-contact__links a:hover {
    border-color: #fff;
    background: #ff3c00;
    color: #fff;
    text-decoration: none;
  }
  .popup-wrap .popup-contact__links a:hover span {
    color: #fff;
  }
}
.popup-wrap .popup-notes {
  margin-top: 3.3rem;
  padding-left: 13rem;
}
@media (max-width: 767px) {
  .popup-wrap .popup-notes {
    margin-top: 15.5rem;
    padding-left: 0;
  }
}
.popup-wrap .popup-notes span {
  font-size: 2.6rem;
  line-height: 1.423;
  color: #fff;
  padding: 0.5rem 3.6rem 0.8rem 3.6rem;
  background: #00BE00;
  border-radius: 2.5rem;
  display: inline-block;
  font-weight: bold;
}
@media (max-width: 767px) {
  .popup-wrap .popup-notes span {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 0.4rem 1rem;
    border-radius: 1.4rem;
  }
}
.popup-wrap .popup-close {
  cursor: pointer;
  width: 6.4rem;
  height: 6.4rem;
  position: absolute;
  right: 3.6rem;
  top: 2rem;
  z-index: 2;
  background: url(../img/common/icon_close.svg) center center no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .popup-wrap .popup-close {
    width: 3.2rem;
    height: 3.2rem;
    right: 1.5rem;
    top: 0.9rem;
  }
}

.anchor-area {
  position: relative;
}
.anchor-area .anchor {
  position: absolute;
  top: -15rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .anchor-area .anchor {
    top: -7rem;
  }
}