@charset "UTF-8";
html {
  font-size: 62.5%;
}
@media screen and (min-width: 1921px) {
  html {
    font-size: 0.52vw;
  }
}

body {
  font-family: YakuHanJP, "Noto Sans JP", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  color: #fff;
  background: #000;
  font-size: 1.8rem;
  line-height: 1.8;
}
body.gNaviOpen {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 375px) {
  body {
    font-size: 1.4rem;
  }
}

p {
  margin: 1.8em 0 0;
}
p:not([class]):first-child {
  margin-top: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.ib-wrap > span {
  display: inline-block;
}

.linkButton {
  font-family: "Helvetica", "Arial", "Open Sans", "Noto Sans JP", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.2;
}
.linkButton a {
  position: relative;
  z-index: 10;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24rem;
  height: 4rem;
  text-align: center;
  background: transparent;
  color: #fff;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.48, 0.18, 0, 0.98);
}
.linkButton a::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border: 1px solid;
}
.linkButton a::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0.4rem;
  left: 0.7rem;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.2;
  transition: 0.3s cubic-bezier(0.48, 0.18, 0, 0.98), top 0.3s cubic-bezier(0.48, 0.18, 0, 0.98) 0.1s, left 0.3s cubic-bezier(0.48, 0.18, 0, 0.98) 0.1s;
  pointer-events: none;
}
.linkButton a:hover {
  color: #000;
  transition: 0.3s cubic-bezier(0.48, 0.18, 0, 0.98), color 0.3s cubic-bezier(0.48, 0.18, 0, 0.98) 0.1s;
}
.linkButton a:hover::after {
  top: 0;
  left: 0;
  transform: scale(1.1, 1.3);
  opacity: 0.5;
  transition: 0.3s cubic-bezier(0.48, 0.18, 0, 0.98), transform 0.3s cubic-bezier(0.48, 0.18, 0, 0.98) 0.1s, opacity 0.3s cubic-bezier(0.48, 0.18, 0, 0.98) 0.1s;
}

.topContHead, .contHead {
  overflow: hidden;
}
.fade:not(.-inview) .topContHead, .fade:not(.-inview) .contHead {
  opacity: 0;
}
.topContHead > span, .contHead > span {
  transform: translateY(200%);
  display: inline-block;
  min-width: 0.2em;
  padding: 0 0.2em;
  margin: 0 -0.2em;
}
.-inview .topContHead > span, .-inview .contHead > span {
  -webkit-animation: txtSplitShow cubic-bezier(0.48, 0.18, 0, 0.98) 0.15s 1 forwards;
          animation: txtSplitShow cubic-bezier(0.48, 0.18, 0, 0.98) 0.15s 1 forwards;
}

@-webkit-keyframes txtSplitShow {
  0% {
    transform: translateY(200%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes txtSplitShow {
  0% {
    transform: translateY(200%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes menuBgIn {
  0% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes menuBgIn {
  0% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes menuBgOut {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(120%);
  }
}
@keyframes menuBgOut {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(120%);
  }
}
.fc-red {
  color: #f00;
}

.ta-c {
  text-align: center;
}

/* ***************
  header
*************** */
.headLogo {
  position: fixed;
  top: clamp(1rem, 3vw, 4.5rem);
  left: clamp(2rem, 4vw, 7.2rem);
  z-index: 1000;
  width: min(25vw, 21rem);
}
.headLogo::before {
  content: "";
  pointer-events: none;
  position: fixed;
  z-index: -1;
  inset: 0 0 auto;
  display: block;
  height: min(30vw, 26rem);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0));
}

.headNavi {
  position: fixed;
  inset: 0;
  z-index: 1100;
}
body:not(.gNaviOpen) .headNavi {
  pointer-events: none;
}
.headNavi__inn {
  position: absolute;
  inset: clamp(0.8rem, 2.8vw, 3.5rem);
  padding: 4rem 0;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
  z-index: 10;
  overflow-x: hidden;
  scrollbar-width: 4px;
  scrollbar-color: #000;
}
.headNavi__inn::-webkit-scrollbar {
  width: 4px;
}
.headNavi__inn::-webkit-scrollbar-track {
  background-color: #fff;
}
.headNavi__inn::-webkit-scrollbar-thumb {
  z-index: 10;
  background-color: #000;
  border-radius: 2px;
}
body:not(.gNaviOpen) .headNavi__inn {
  overflow: hidden;
}
.headNavi__bg-inn {
  position: fixed;
  inset: clamp(0.8rem, 2.8vw, 3.5rem);
  z-index: 5;
}
.headNavi__bg-inn::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 0;
  height: 100%;
  background: #fff;
  opacity: 0.7;
  transition: 0.3s cubic-bezier(0.48, 0.18, 0, 0.98), inset 0s 0s;
  transition-delay: 0s;
}
body.gNaviOpen .headNavi__bg-inn::before {
  inset: 0 auto 0 0;
  width: 100%;
  transition-delay: 0.3s;
}
.headNavi__bg {
  position: fixed;
  inset: 0;
}
.headNavi__bg::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 0;
  height: 100%;
  background: #F00;
  opacity: 0.7;
  transition: 0.3s cubic-bezier(0.48, 0.18, 0, 0.98), inset 0s 0s;
  transition-delay: 0.3s;
}
body.gNaviOpen .headNavi__bg::before {
  inset: 0 auto 0 0;
  width: 100%;
  transition-delay: 0s;
}

.hamberger {
  position: fixed;
  inset: clamp(1rem, 3vw, 3.6rem) clamp(2rem, 4vw, 4.5rem) auto auto;
  width: clamp(3rem, 6vw, 4.3rem);
  height: clamp(3rem, 6vw, 4.3rem);
  z-index: 1200;
  background: none;
  border: none;
  cursor: pointer;
}
.hamberger__line {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: 0.4s ease, top 0.4s ease 0.4s;
}
.hamberger__line:nth-child(1) {
  top: clamp(0.6rem, 1.2vw, 0.9rem);
}
.hamberger__line:nth-child(2) {
  top: clamp(1.5rem, 3vw, 2.15rem);
  transition: 0s 0.4s;
}
.hamberger__line:nth-child(3) {
  top: clamp(2.4rem, 4.8vw, 3.4rem);
}
body.gNaviOpen .hamberger__line {
  background: #000;
  transition: 0.4s ease, transform 0.4s ease 0.4s;
}
body.gNaviOpen .hamberger__line:nth-child(1) {
  top: clamp(1.5rem, 3vw, 2.15rem);
  transform: rotate(45deg);
}
body.gNaviOpen .hamberger__line:nth-child(2) {
  transform: scale(0, 1);
  transition: 0s 0.4s;
}
body.gNaviOpen .hamberger__line:nth-child(3) {
  top: clamp(1.5rem, 3vw, 2.15rem);
  transform: rotate(-45deg);
}

.gNavi {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 2.6rem;
  font-style: italic;
  font-weight: 700;
  line-height: 5rem;
}
.gNavi li {
  transition: 0.3s cubic-bezier(0.48, 0.18, 0, 0.98);
  will-change: transform, opacity;
  padding: 0;
  list-style: none;
}
.gNavi li.-icon {
  margin-top: 4.6rem;
}
.gNavi li.-icon a {
  width: 4rem;
  padding: 0;
}
.gNavi li:not(.inview) {
  transform: translateY(-1em);
  opacity: 0;
}
.gNavi a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  padding: 0 0.35em;
  border-bottom: 1px solid transparent;
}
.gNavi a:hover {
  border-color: #000;
}

.gNaviSub {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
  line-height: 4rem;
}

.bottomLink {
  text-align: center;
  padding: 6rem 2rem 15.5rem;
  margin: auto;
  max-width: 100rem;
  transition: 0.7s cubic-bezier(0.48, 0.18, 0, 0.98) 0s;
}
.bottomLink__sns {
  width: 6.2rem;
  margin: auto auto 6.4rem;
}
.bottomLink:not(.-inview) {
  transform: translateY(2rem);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .bottomLink {
    padding-bottom: 7.2rem;
  }
  .bottomLink__sns {
    margin-bottom: 4rem;
  }
}

.contactLink {
  border: solid #fff;
  border-width: 1px 0;
  padding: 7.5rem 2rem 6rem;
}
.contactLink__head {
  max-width: 80rem;
  margin: auto auto 3rem;
  transition: 0.3s cubic-bezier(0.48, 0.18, 0, 0.98) 0.2s;
}
.contactLink__body {
  transition: 0.7s cubic-bezier(0.48, 0.18, 0, 0.98) 0.8s;
}
.contactLink__link {
  transition: 0.7s cubic-bezier(0.48, 0.18, 0, 0.98) 0.9s;
}
.contactLink:not(.-inview) .contactLink__head {
  transform: translateY(2rem);
  opacity: 0;
}
.contactLink:not(.-inview) .contactLink__body {
  transform: translateY(2rem);
  opacity: 0;
}
.contactLink:not(.-inview) .contactLink__link {
  transform: translateY(2rem);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .contactLink {
    padding: 4.8rem 2rem 3.2rem;
  }
}

.m-footer {
  text-align: center;
  position: relative;
  border-top: 1px solid #fff;
}
.m-footer__pagetop {
  position: absolute;
  inset: 0 1rem auto;
  max-width: 100rem;
  height: 0;
  margin: auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.m-footer__logo {
  padding: 8rem 0 5.5rem;
  max-width: 48%;
  margin: auto;
}
.m-footer__copyright {
  background: #e60012;
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 1.2rem 1rem;
}
.m-footer__copyright > span {
  display: inline-block;
}

#scrollTop {
  position: relative;
  width: 7.4rem;
  aspect-ratio: 2/1;
  overflow: hidden;
  background: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
#scrollTop::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff;
}
#scrollTop::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 1.5rem;
  aspect-ratio: 1/1;
  border: solid #000;
  border-width: 2px 0 0 2px;
  transform: rotate(45deg) skew(15deg, 15deg);
}

.front {
  font-size: 1.6rem;
}
.front__fv {
  height: 100vh;
}
.front__vision {
  min-height: min(130vw, 92rem);
  background: url(../img/front/vision_bg.webp) left top/cover no-repeat;
}
.front__vision html.no-webp {
  background-image: url(../img/front/vision_bg.jpg);
}
@media screen and (max-width: 768px) {
  .front__vision {
    background-position: left -10rem top;
  }
}
.front__contents {
  position: relative;
  background: url(../img/front/contents_bg.webp) right center/cover no-repeat;
}
.front__contents html.no-webp {
  background-image: url(../img/front/contents_bg.jpg);
}
.front__contents::before {
  content: "";
  position: absolute;
  inset: 3.7rem auto 4.4rem 0;
  width: calc(50% + 84rem);
  max-width: 100%;
  background: #000;
  opacity: 0.85;
  transition: 0.3s cubic-bezier(0.48, 0.18, 0, 0.98) 0.1s;
}
.front__contents:not(.-inview)::before {
  width: 0;
}
.front__information {
  position: relative;
  background: #000;
}
.front__information::before {
  content: "";
  position: absolute;
  inset: 3.7rem 0 4.4rem auto;
  width: calc(50% + 84rem);
  max-width: 100%;
  background: url(../img/front/information_bg.webp) left center/cover no-repeat;
  opacity: 0.85;
  transition: 0.3s cubic-bezier(0.48, 0.18, 0, 0.98) 0.1s;
}
.front__information::before html.no-webp {
  background-image: url(../img/front/information_bg.jpg);
}
.front__information:not(.-inview)::before {
  width: 0;
}

.f-fv {
  height: 100%;
  position: relative;
  z-index: 10;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.f-fv::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url(../img/front/fvFilter.png);
}
.f-fv__bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  background: #000;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-fv__bg iframe {
  width: 100%;
  height: 100%;
  min-width: 177.7777777778vh;
  min-height: 56.25vw;
}
.f-fv__copy {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: min(4vw, 4rem);
  font-family: "Helvetica", "Arial", "Open Sans", "Noto Sans JP", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-weight: 700;
  font-style: italic;
}
.f-fv__copy .-en {
  font-size: 0.75em;
}

h2.topContHead {
  font-family: "Helvetica", "Arial", "Open Sans", "Noto Sans JP", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-size: clamp(3rem, 5vw, 5.4rem);
  font-weight: 500;
  font-style: italic;
  line-height: 1.2;
  margin: 0 -1.6rem;
  border-bottom: 1px solid #fff;
  padding: 0 1.6rem;
}
@media screen and (max-width: 599px) {
  h2.topContHead {
    font-size: min(7vw, 3rem);
  }
}

.topContBody {
  line-height: 2;
}

.frVision {
  display: grid;
  grid-template: auto/1fr min(93rem, 40%) min(63rem, 60%) 1fr;
  padding: 13rem 0;
  overflow: hidden;
}
.frVision__head {
  grid-area: 1/3/2/5;
  transition: 0.3s cubic-bezier(0.48, 0.18, 0, 0.98) 0.1s;
}
.frVision__body {
  grid-area: 2/3/3/4;
  transition: 0.7s cubic-bezier(0.48, 0.18, 0, 0.98) 0.8s;
}
.frVision__link {
  grid-area: 3/3/4/4;
  transition: 0.7s cubic-bezier(0.48, 0.18, 0, 0.98) 0.9s;
}
.frVision:not(.-inview) .frVision__head {
  transform: translateX(2rem);
  opacity: 0;
}
.frVision:not(.-inview) .frVision__body {
  transform: translateX(2rem);
  opacity: 0;
}
.frVision:not(.-inview) .frVision__link {
  transform: translateX(2rem);
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  .frVision {
    grid-template-columns: 1fr 20% 80% 1fr;
    padding: 8rem 1.6rem 7.2rem 0;
  }
}
@media screen and (max-width: 375px) {
  .frVision {
    grid-template-columns: 1fr 10% 90% 1fr;
  }
}

.frContents {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template: repeat(2, auto) 1fr auto/min(78rem, 50%) 1fr min(70rem, 45%);
  gap: 0;
  max-width: 156rem;
  margin: auto;
  padding: 11.4rem 2rem 10.7rem;
}
.frContents__head {
  grid-area: 1/1/2/2;
  transition: 0.3s cubic-bezier(0.48, 0.18, 0, 0.98) 0.2s;
}
.frContents__body {
  grid-area: 2/1/3/2;
  transition: 0.7s cubic-bezier(0.48, 0.18, 0, 0.98) 0.8s;
}
.frContents__link {
  grid-area: 3/1/4/2;
  padding-bottom: 2rem;
  transition: 0.7s cubic-bezier(0.48, 0.18, 0, 0.98) 0.9s;
}
.frContents__thumb {
  grid-area: 4/1/5/2;
}
.frContents__ph {
  grid-area: 1/3/5/4;
  transition: 0.7s cubic-bezier(0.48, 0.18, 0, 0.98) 1.2s;
}
.frContents:not(.-inview) .frContents__head {
  transform: translateX(-2rem);
  opacity: 0;
}
.frContents:not(.-inview) .frContents__body {
  transform: translateX(-2rem);
  opacity: 0;
}
.frContents:not(.-inview) .frContents__link {
  transform: translateX(-2rem);
  opacity: 0;
}
.frContents:not(.-inview) .frContents__ph {
  transform: translateY(2rem);
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  .frContents {
    grid-template-columns: 80% 20%;
    padding-top: 8rem;
    padding-bottom: 7.2rem;
  }
  .frContents__thumb {
    grid-area: 5/1/6/2;
  }
  .frContents__ph {
    grid-area: 4/1/5/2;
  }
}
@media screen and (max-width: 375px) {
  .frContents {
    grid-template-columns: 90% 10%;
  }
}

.thumbList {
  display: flex;
  justify-content: space-between;
  gap: 2%;
  padding: 0;
  list-style: none;
  margin: 0;
}
.thumbList > li {
  width: 32%;
  transition: 0.7s cubic-bezier(0.48, 0.18, 0, 0.98);
}
.thumbList > li:nth-child(1) {
  transition-delay: 1.3s;
}
.thumbList > li:nth-child(2) {
  transition-delay: 1.4s;
}
.thumbList > li:nth-child(3) {
  transition-delay: 1.5s;
}
.frContents:not(.-inview) .thumbList > li {
  transform: translateY(2rem);
  opacity: 0;
}

.frAchievements {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template: 1fr repeat(3, auto) 1fr/1fr min(78.5rem, 80%) 1fr;
  min-height: min(160vw, 92rem);
}
.frAchievements__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.frAchievements__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 10;
  background: url(../img/front/fvFilter.png);
  transition: 0.7s cubic-bezier(0.48, 0.18, 0, 0.98) 0.2s;
}
.frAchievements:not(.-inview) .frAchievements__bg::before {
  opacity: 0;
}
.frAchievements__head {
  grid-area: 2/2/3/3;
  text-align: center;
  transition: 0.3s cubic-bezier(0.48, 0.18, 0, 0.98) 0.2s;
}
.frAchievements__body {
  grid-area: 3/2/4/3;
  transition: 0.7s cubic-bezier(0.48, 0.18, 0, 0.98) 0.8s;
}
.frAchievements__link {
  grid-area: 4/2/5/3;
  text-align: center;
  transition: 0.7s cubic-bezier(0.48, 0.18, 0, 0.98) 0.9s;
}
.frAchievements:not(.-inview) .frAchievements__head {
  transform: translateY(2rem);
  opacity: 0;
}
.frAchievements:not(.-inview) .frAchievements__body {
  transform: translateY(2rem);
  opacity: 0;
}
.frAchievements:not(.-inview) .frAchievements__link {
  transform: translateY(2rem);
  opacity: 0;
}
@media screen and (max-width: 375px) {
  .frAchievements {
    grid-template-columns: 1fr 90% 1fr;
  }
}

.frAcSlides {
  display: grid;
  gap: 20px;
  grid-template: repeat(3, 1fr)/100%;
  height: 100%;
  overflow: hidden;
}
.frAcSlides__line {
  height: 100%;
}

.frAchievementsList {
  width: min(2030px, 350vw);
}
.frAchievementsList .swiper-wrapper {
  transition-timing-function: linear;
}
.frAchievementsList .swiper-slide {
  aspect-ratio: 78/59;
  overflow: hidden;
  margin-right: 20px;
  position: relative;
  mix-blend-mode: multiply;
}
.frAchievementsList .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(44, 44, 44, 0.5019607843);
  transition: 0.7s cubic-bezier(0.48, 0.18, 0, 0.98) 0.2s;
}
.frAchievements:not(.-inview) .frAchievementsList .swiper-slide::before {
  opacity: 0;
}
.frAchievementsList .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.frInformation {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template: repeat(2, auto) 1fr auto/min(78rem, 50%) 1fr min(70rem, 45%);
  gap: 0;
  max-width: 156rem;
  margin: auto;
  padding: 11.4rem 2rem 10.7rem;
}
.frInformation__head {
  grid-area: 1/1/2/2;
  transition: 0.3s cubic-bezier(0.48, 0.18, 0, 0.98) 0.2s;
  margin-bottom: 3.4rem;
}
.frInformation__body {
  grid-area: 2/1/3/2;
  transition: 0.7s cubic-bezier(0.48, 0.18, 0, 0.98) 0.8s;
}
.frInformation__link {
  grid-area: 3/1/4/2;
  transition: 0.7s cubic-bezier(0.48, 0.18, 0, 0.98) 0.9s;
}
.frInformation__thumb {
  grid-area: 4/1/5/2;
}
.frInformation__ph {
  grid-area: 1/3/5/4;
  transition: 0.7s cubic-bezier(0.48, 0.18, 0, 0.98) 1.2s;
}
.frInformation:not(.-inview) .frInformation__head {
  transform: translateX(-2rem);
  opacity: 0;
}
.frInformation:not(.-inview) .frInformation__body {
  transform: translateX(-2rem);
  opacity: 0;
}
.frInformation:not(.-inview) .frInformation__link {
  transform: translateX(-2rem);
  opacity: 0;
}
.frInformation:not(.-inview) .frInformation__ph {
  transform: translateY(2rem);
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  .frInformation {
    grid-template-columns: 80% 20%;
    padding-top: 8rem;
    padding-bottom: 7.2rem;
  }
  .frInformation__ph {
    grid-area: 5/1/6/2;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 375px) {
  .frInformation {
    grid-template-columns: 90% 10%;
  }
}

.topPlayMovie {
  position: relative;
  max-width: 100%;
  width: 56rem;
  aspect-ratio: 16/9;
  margin: auto auto 3.4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.topPlayMovie::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/front/play.png) center center/4.9rem no-repeat;
  pointer-events: none;
}
.fade-cont {
  transition: 0.7s cubic-bezier(0.48, 0.18, 0, 0.98) 0s;
}
.fade-cont:not(.-inview) {
  opacity: 0;
  transform: translateY(2rem);
}

.fade-img {
  position: relative;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
  transition: 0.3s;
  line-height: 0;
}
.fade-img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #333;
  z-index: 10;
  transition: 0.3s 0.3s;
}
.fade-img:not(.-inview) {
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0 100%);
          clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0 100%);
}
.fade-img:not(.-inview)::before {
  width: 100%;
}

.contTop {
  height: 400px;
  max-height: 50vw;
  z-index: 10;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.contTop::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url(../img/front/fvFilter.png);
  pointer-events: none;
}
.contTop__bg {
  position: fixed;
  inset: 0 0 auto;
  width: 100%;
  height: 400px;
  max-height: 50vw;
  z-index: -2;
  background: center center/cover no-repeat #ccc;
}
.contTop__bg iframe {
  width: 100%;
  height: 100%;
}
.contTop__bg img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}

h2.contHead {
  font-family: "Helvetica", "Arial", "Open Sans", "Noto Sans JP", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-size: clamp(2.4rem, 8vw, 5.4rem);
  font-weight: 500;
  font-style: italic;
  line-height: 1.2;
  text-align: center;
}

h3.pageHead {
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 2;
  border-bottom: 1px solid #e60012;
  margin-bottom: 3rem;
}

.content {
  padding: clamp(3rem, 10vw, 10rem) 2rem 2rem;
}
.content__head {
  margin-bottom: clamp(2.4rem, 10vw, 8rem);
}
.content__body {
  max-width: 100rem;
  margin: auto;
}

.pageCatch {
  margin-bottom: 4rem;
}
@media screen and (min-width: 600px) {
  .pageCatch {
    display: flex;
    gap: 2rem;
    font-size: 1.8rem;
  }
  .pageCatch__text {
    width: 50%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 599px) {
  .pageCatch__text {
    margin-bottom: 1.5em;
  }
  .pageCatch__img {
    text-align: center;
  }
}

.pageCatch--mb {
  margin-bottom: 10rem;
}

.pager {
  margin-top: 7rem;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  text-align: center;
  font-family: "Helvetica", "Arial", "Open Sans", "Noto Sans JP", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-size: clamp(1.4rem, 2.8vw, 2.4rem);
  font-weight: 500;
  line-height: 1;
}
.wp-pagenavi a {
  color: inherit;
  text-decoration: inherit;
}
.wp-pagenavi a:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.wp-pagenavi .page, .wp-pagenavi .current {
  display: inline-block;
  width: 3em;
}
.wp-pagenavi .page:not(:last-child), .wp-pagenavi .current:not(:last-child) {
  border-right: 2px solid;
}
.wp-pagenavi .page.-last, .wp-pagenavi .current.-last {
  border-right: none;
}

.visionText {
  margin-bottom: 3rem;
}

.visionGallary {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}
.visionGallary > * {
  max-width: calc(50% - 1rem);
  margin: 0;
}

.post-type-archive-achievements .contTop__bg,
.tax-achievements_category .contTop__bg,
.single-achievements .contTop__bg {
  background-image: url(../img/page/achievements/header.jpg);
}

.achiNavi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(1.2rem, 3.5vw, 4rem) clamp(0.8rem, 2.8vw, 3.6rem);
  list-style: none;
  margin: 0 0 5rem;
  padding: 0;
  transition: 0.7s cubic-bezier(0.48, 0.18, 0, 0.98) 0s;
}
.achiNavi > li {
  width: calc((100% - clamp(0.8rem, 2.8vw, 3.6rem) * 2) / 3);
  margin: 0;
}

.achiNaviLink {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 5rem;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  font-family: "Helvetica", "Arial", "Open Sans", "Noto Sans JP", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-size: clamp(1.4rem, 2.8vw, 2.4rem);
  font-weight: 500;
  font-style: italic;
  position: relative;
  z-index: 10;
  transition: 0.3s ease;
}
.achiNaviLink::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 0 0 auto;
  width: 0;
  height: 100%;
  background: #fff;
  transition: 0s, width 0.3s ease;
}
.achiNaviLink:hover {
  color: #000;
}
.achiNaviLink:hover::before {
  left: 0;
  right: auto;
  width: 100%;
}

.achiList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .achiList {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 375px) {
  .achiList {
    grid-template-columns: repeat(2, 1fr);
  }
}

.achiListBox {
  position: relative;
  display: block;
}
.achiListBox:not(.-inview) {
  pointer-events: none;
}
.achiListBox__cap {
  position: absolute;
  inset: 1rem;
  z-index: 10;
}
.achiListBox__thumb {
  aspect-ratio: 247/188;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.achiListBox__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.achiListInfo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: 0.3s ease;
  font-size: 1rem;
}
.achiListInfo p {
  margin: 0;
  transition: 0.3s ease 0.3s;
}
.achiListInfo__title {
  font-size: 1.6em;
}
a:not(:hover) .achiListInfo {
  transform: scale(1, 0);
}
a:not(:hover) .achiListInfo__cat {
  transform: translateX(1em);
}
a:not(:hover) .achiListInfo__title {
  transform: translateX(-1em);
}
a:not(:hover) .achiListInfo p {
  opacity: 0;
}

.achvScreen {
  width: 100%;
  height: auto;
  aspect-ratio: 100/76;
}
.achvScreen img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.achvImgList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.achvScreenThumb {
  background: #000;
  aspect-ratio: 247/188;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.achvScreenThumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.achvNoThumb {
  background: url(../img/common/logo.png) center center/60% no-repeat, #000;
  aspect-ratio: 247/188;
}

.achvHead {
  display: flex;
  gap: 0.5em 1em;
  flex-wrap: wrap;
  padding-bottom: 1rem;
  margin-bottom: 2.4rem;
  border-bottom: 1px solid #fff;
}
.achvHead__cat {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.8rem;
  min-width: min(50%, 25rem);
  padding: 0 1em;
  background: #fff;
  color: #000;
}
.achvHead__title {
  font-size: clamp(1.8rem, 2.8vw, 2.4rem);
  line-height: min(1.8em, 3.8rem);
  margin: 0;
}
@media screen and (max-width: 599px) {
  .achvHead {
    flex-direction: column;
    align-items: flex-start;
  }
}

.post-type-archive-business_contents .contTop__bg,
.single-business_contents .contTop__bg {
  background-image: url(../img/page/business_contents/header.jpg);
}

.busList {
  display: grid;
  gap: 5.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.busListBox {
  display: grid;
  grid-template: 1fr auto/auto 50%;
  gap: 1.4rem;
}
.busListBox__cap {
  grid-area: 1/1/2/2;
}
.busListBox__link {
  grid-area: 2/1/3/2;
}
.busListBox__link .linkButton {
  margin: 0;
}
.busListBox__thumb {
  grid-area: 1/2/3/3;
}
@media screen and (max-width: 599px) {
  .busListBox {
    grid-template-columns: 1fr;
  }
  .busListBox__cap {
    grid-area: 1/1/2/2;
  }
  .busListBox__link {
    grid-area: 3/1/4/2;
    margin-top: 2rem;
    text-align: center;
  }
  .busListBox__thumb {
    grid-area: 2/1/3/2;
    text-align: center;
  }
}

.busListInfo__title {
  font-family: "Helvetica", "Arial", "Open Sans", "Noto Sans JP", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: min(2rem, 6vw, 3rem);
  line-height: 1;
  padding-bottom: 1rem;
  margin: 0;
  border-bottom: 1px solid #e60012;
}
.busListInfo__excerpt {
  font-size: clamp(1.6rem, 3.6vw, 1.8rem);
  line-height: 1.8;
  margin-top: 1em;
}
.busListInfo__excerpt p {
  margin-top: 0;
}

.flowHead {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 1em;
  font-weight: inherit;
  overflow: hidden;
  margin: 0 0 4rem;
}
.flowHead__main {
  font-family: "Helvetica", "Arial", "Open Sans", "Noto Sans JP", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-size: 3.6rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1.2;
  text-align: center;
}
.flowHead__sub {
  transition: 0.3s 0.3s;
}
.flowHead:not(.-inview) > .flowHead__sub {
  transform: translateY(100%);
}

.bizFlowList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bizFlowList > li + li {
  margin-top: 2rem;
}
@media screen and (max-width: 599px) {
  .bizFlowList > li + li {
    margin-top: 4rem;
  }
}

.bizFlow {
  display: flex;
  gap: 1.4rem;
}
@media screen and (min-width: 600px) {
  .bizFlow {
    font-size: 1.8rem;
  }
  .bizFlow__text {
    width: 50%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 599px) {
  .bizFlow {
    flex-direction: column-reverse;
    align-items: center;
  }
  .bizFlow__img {
    text-align: center;
  }
}

.bizFlowHead {
  border-bottom: 1px solid #e60012;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.5em;
}
.bizFlowHead__step {
  font-family: "Helvetica", "Arial", "Open Sans", "Noto Sans JP", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  font-style: italic;
  display: inline-block;
  margin-right: 0.5em;
}

.flowGallary {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 6rem 0 0;
  padding: 0;
  text-align: center;
  list-style: none;
}

.bizGarally {
  margin-bottom: 8rem;
}
.bizGarally__head {
  text-align: center;
  margin-bottom: 3rem;
}
.bizGarally__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1rem, 3vw, 3rem) clamp(1rem, 4vw, 4rem);
}

.companyPagesList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.companyPagesList > li {
  margin: 0;
}
@media screen and (max-width: 599px) {
  .companyPagesList {
    grid-template-columns: 1fr;
  }
}

.companyPage {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
}
.companyPage__thumb {
  line-height: 0;
}
.companyPage__title {
  position: absolute;
  inset: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: clamp(2rem, 5vw, 2.7rem);
  line-height: 1.2;
}

.overviewLogo {
  max-width: 36rem;
  margin: 11.6rem auto 7.2rem;
  text-align: center;
}

.overviewYtb {
  max-width: 66.3rem;
  margin: 6rem auto 8rem;
}
.overviewYtb > iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.overviewData {
  display: grid;
  grid-template-columns: 14rem 1fr;
  line-height: 4.2rem;
}
.overviewData dd {
  margin: 0;
}
@media screen and (max-width: 599px) {
  .overviewData {
    grid-template-columns: 100%;
  }
  .overviewData dt {
    font-weight: 700;
  }
  .overviewData dd + dt {
    margin-top: 1.5em;
  }
}

.about {
  display: flex;
  justify-content: space-between;
  gap: 1.8rem;
  line-height: 1.5;
}
.about__img {
  width: 30rem;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 599px) {
  .about {
    flex-direction: column-reverse;
    align-items: center;
  }
}

.aboutThumb {
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
}

.historyList {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5em clamp(3rem, 8vw, 5rem);
  margin-top: 2em;
}
.historyList > dt, .historyList > dd {
  margin: 0;
  padding: 0;
}

/* *******************
  form
******************* */
.wpcf7 {
  width: 620px;
  max-width: 100%;
  margin: auto;
}
.wpcf7 .required dt::after {
  content: "※";
  color: #ff0000;
}
.wpcf7 input, .wpcf7 textarea, .wpcf7 select,
.wpcf7 .formWrap input {
  border: none;
  padding: 0 0.25em;
  margin: 0;
  width: 100%;
  min-height: 30px;
  font-size: 1.8rem;
  line-height: 3rem;
}
.wpcf7 input.kana {
  margin-top: 10px;
}
.wpcf7 input[type=checkbox] {
  width: 1em;
  margin-right: 0.5em;
}
.wpcf7 input::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
  color: #fff;
}
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #fff;
}
.wpcf7 input:-moz-placeholder-shown, .wpcf7 textarea:-moz-placeholder-shown {
  background: rgba(204, 204, 204, 0.5);
}
.wpcf7 input:placeholder-shown,
.wpcf7 textarea:placeholder-shown {
  background: rgba(204, 204, 204, 0.5);
}

.formDl {
  display: grid;
  grid-template-columns: 245px 1fr;
  gap: 2rem 0;
  margin: 50px 0;
}
.formDl dd {
  margin: 0;
}
@media screen and (max-width: 599px) {
  .formDl {
    grid-template-columns: 100%;
    gap: 0;
  }
  .formDl dd + dt {
    margin-top: 3rem;
  }
}

input[type=checkbox][name="policy[data][]"] + span {
  display: none;
}

input[type=submit], input[type=button] {
  cursor: pointer;
}

.privacyBtn {
  text-align: center;
}
.privacyBtn label {
  display: flex;
  justify-content: center;
  align-items: center;
}
.privacyBtn label + br {
  display: none;
}
.privacyBtn a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.entryBtnArea {
  max-width: 500px;
  margin: 64px auto 0;
  display: grid;
  grid-template-columns: 100%;
  gap: 30px;
}
.entryBtnArea .entryBtn {
  font-size: 2.6rem;
  letter-spacing: 2em;
  height: 80px;
  padding-left: 2em;
}
.entryBtnArea .entryBtn.-submit {
  background: none;
  border: 1px solid #fff;
  color: #fff;
}
.entryBtnArea .entryBtn.-back {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
}

.mw_wp_form_confirm .privacyBtn {
  display: none;
}

.captcha_responseArea {
  max-width: 350px;
  margin: auto;
}
/*# sourceMappingURL=style.css.map */