@charset "UTF-8";
html{background-color:#ebebeb;scrollbar-width:none;transition:all .3s}:root{--swiper-theme-color:#000000!important}.sp-only{display:none}html::-webkit-scrollbar{display:none}body{margin:0;font-family:YakuHanJP,Zen Kaku Gothic New,sans-serif}
.font-en {
  font-family: Bebas Neue, sans-serif;
}
.font-en2 {
  font-family: Roboto, sans-serif;
}
img {
  width: 100%;
  height: 100%;
}
.d-block {
  display: block !important;
}
.external {
  width: 5px;
  height: 5px;
  margin-top: 3px;
  margin-left: 3px;
  display: inline-block;
}
.external svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.sp-only {
    display: none!important;
}
.left.sp-only {
    display: none;
}
@media screen and (max-width: 1090px) {
  .pc-br {
    display: none;
  }
}
.tb-br {
  display: none;
}
@media screen and (max-width: 1090px) {
  .tb-br {
    display: block;
  }
}
.sp-br {
  display: none;
}
@media screen and (max-width: 1090px) {
  .sp-br {
    display: block;
  }
}
.sp2-br {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp2-br {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .sp-none {
    display: none;
  }
}
.pc-none {
  display: none;
}
@media screen and (max-width: 750px) {
  .pc-none {
    display: block;
  }
}
.tb-none {
  display: block;
}
@media screen and (max-width: 1090px) {
  .tb-none {
    display: none;
  }
}
.pc-none-tb-block {
  display: none;
}
@media screen and (max-width: 1090px) {
  .pc-none-tb-block {
    display: block;
  }
}
.sp-block {
  display: none;
}
@media screen and (max-width: 520px) {
  .sp-block {
    display: block;
  }
}
.sp-block-pc-none {
  display: block;
}
@media screen and (max-width: 520px) {
  .sp-block-pc-none {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .let0-5 {
    letter-spacing: 0.5px !important;
  }
}
@media screen and (max-width: 520px) {
  .font41 {
    font-size: 41px;
  }
}
.navigation {
  position: fixed;
  top: 50px;
  padding: 0 63px;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 9999;
  transition: all 0.3s;
}
.navigation.more-t {
  top: 25px;
}
.navigation .nav1 .splogo {
  display: none;
}
.navigation .nav2 {
    margin-left: 0px;
    width: 10%;
    height: 2.4rem;
    border: 1px solid;
    border-radius: 30px;
    text-align: center;
    padding: 0.7rem 0 1rem;
    margin-right: 2rem;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    color: #000;
    font-size: 0.94rem;
    transition: all 0.3s;    letter-spacing: 2px;
}
.navigation .nav2:hover {
  background-color: #a8de00;
  transform: scale(1.1);    color: #fff;    border: 1px solid #fff;
}

.navigation .nav3 {
  width: 60px;
  height: 60px;
  border: 1px solid;
  text-align: center;
  padding: 23px 0 22px;
  border-radius: 100px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
    color: #464646;
    font-size: 12px;
    transition: all 0.3s;
    position: relative;
}
.navigation .nav3.close .shuffle {
  opacity: 0;
}
.navigation .nav3.close .close-text {
  opacity: 1;
}
.navigation .nav3 .close-text {
  position: absolute;
  left: 50%;
  top: calc(50% + 1px);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.navigation .nav3:hover {
  background-color: #a8de00;
  transform: scale(1.1);
}
.navigation .menuwrap {
  cursor: pointer;
}

.navigation .menu-contents.open {
  opacity: 1;
  filter: blur(0);
}
.navigation .menu-contents .font-en {
  font-size: 21px;
  letter-spacing: 1px;
}

.navigation .menu-contents a {
  width: 100%;
  text-align: center;
  display: inline-block;
  transition: all 0.3s;
  position: relative;
}
.navigation .menu-contents a .hov-underline {
  display: inline-block;
  position: relative;
}
.navigation .menu-contents a .hov-underline:after {
  content: "";
  height: 1px;
  width: 0%;
  position: absolute;   
  bottom: -5px;
  left: 50%;
  transform: translate(-50%);
  background-color: #a8de00;
  transition: all 0.3s;
}
.navigation .menu-contents a:hover {
  color: #a8de00;
}
.navigation .menu-contents a:hover .hov-underline:after {
  width: 100%;
}
.navigation .menu-contents__jp {
  font-size: 10px;
  font-weight: 500;
  font-family: Zen Kaku Gothic New, sans-serif;
  display: block;
}

@media screen and (max-width: 750px) {
  .navigation {
    width: calc(100% - 48px);
    left: 24px;
    padding: 0;
    top: 25px;
  }
  .navigation.more-t {
    top: 18px;
  }
  .navigation .nav1 .splogo {
        display: block;
        width: 50%;
  }
  .navigation .nav1 .pclogo {
    display: none;
  }
  .navigation .nav2 {
    margin-right: 0;
    width: 94px;
    padding: 11px 0 10px;
  }
  .navigation .nav3 {
    padding: 23px 0 22px;
  }
  .navigation .menuwrap {
    position: fixed;
    right: 24px;
    bottom: 24px;
  }
  .navigation .menu-contents {
    width: 90%;
    right: 5%;
    bottom: 100px;
    top: initial;
    position: fixed;
  }
  .navigation .menu-contents a:nth-of-type(1) {
    width: 100%;
    padding-left: 0px;
  }
  .navigation .menu-contents a:nth-of-type(4) {
    order: 6;
  }
  .navigation .menu-contents a:nth-of-type(7) {
    order: 7;
  }
  .navigation .menu-contents a.left-item {
    padding-left: 30px;
  }
  .navigation .menu-contents a.right-item {
    padding-left: 0;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes topborder {
  0% {
    left: 48%;
    top: 40%;
  }
  85% {
    left: -1%;
    top: -1%;
  }
  to {
    left: 0;
    top: 0;
  }
}
@keyframes topborder2 {
  0% {
    right: 48%;
    top: 40%;
  }
  85% {
    right: -1%;
    top: -1%;
  }
  to {
    right: 0;
    top: 0;
  }
}
@keyframes bottomborder {
  0% {
    left: 48%;
    bottom: 40%;
  }
  85% {
    left: -1%;
    bottom: -1%;
  }
  to {
    left: 0;
    bottom: 0;
  }
}
@keyframes bottomborder2 {
  0% {
    right: 48%;
    bottom: 40%;
  }
  85% {
    right: -1%;
    bottom: -1%;
  }
  to {
    right: 0;
    bottom: 0;
  }
}
@keyframes circleAnim {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes scroll {
  0% {
    top: -100%;
  }
  to {
    top: 100%;
  }
}
.title-ani-tar {
  position: relative;
  width: fit-content;
  color: #fff0 !important;
}
.title-ani-tar:after {
  content: "";
transition: all 0.3s;
    width: 0%;
    height: 6rem;
    position: absolute;
    top: -4px;
    left: 35rem;
    background-color: #fff;
}
.title-ani-tar-s {
  position: relative;
  width: fit-content;
  color: #fff0 !important;
}
.title-ani-tar-s:after {
  content: "";
  transition: all 0.3s;
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
.title-ani {
  overflow: hidden;
  color: #fff !important;
  transition-delay: 0.6s;
}
.title-ani:after {
  animation: textani 1s forwards;
}
.title-ani-s {
  overflow: hidden;
  color: #fff !important;
  transition-delay: 0.7s;
}
.title-ani-s:after {
  animation: textani 0.8s forwards;
  animation-delay: 0.4s;
}
.fadein-left-tar {
  opacity: 0;
  transform: translate(50px);
  transition: 0.5s;
}
.fadein-left-tar.fadein-left-after {
  opacity: 1;
  transform: translate(0);
}
@keyframes textani {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  to {
    width: 100%;
    left: 102%;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.section1 {
  position: fixed;
  border-radius: 24px;
  overflow: hidden;
  width: calc(100% - 50px);
  height: calc(100svh - 50px);
  transform: translate(-50%, -50%);
  top: 50dvh;
  left: 50%;
  transition: all 1.5s;
  z-index: -1;
}
.section1.radius {
  border-radius: 0;
}
.section1.size {
  width: 100%;
  height: 100vh;
}
.section1 .mainv {
  position: relative;
}
.section1 .mainv:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: #000;
  opacity: 0.5;
}
.section1 .mainv video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.section1 .mainv .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section1__title {
    position: absolute;
    transform: translateY(0%);
    top: 23%;
    right: 22%;
    width: 28%;
}
.section1__text {
  color: #fff;
  font-size: 26px;
  position: absolute;
  font-weight: 500;
}
.section1__text:after {
  content: "|";
  animation-name: blink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 750px) {
  .section1 {
    width: calc(100% - 16px);
    height: calc(100svh - 16px);
  }
}
.h2box {
  position: absolute;
  top: calc(50% + 15px);
  transform: translateY(-50%);
  padding: 20px 36px;
  z-index: 10;
  left: calc(50% - 100px);
  letter-spacing: 2px;
}
.h2box .lt {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 48%;
  top: 40%;
  animation: topborder 0.5s forwards;
}
.h2box .lb {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 48%;
  bottom: 40%;
  animation: bottomborder 0.5s forwards;
}
.h2box .rt {
  position: absolute;
  width: 12px;
  height: 12px;
  right: 48%;
  top: 40%;
  animation: topborder2 0.5s forwards;
}
.h2box .rb {
  position: absolute;
  width: 12px;
  height: 12px;
  right: 48%;
  bottom: 40%;
  animation: bottomborder2 0.5s forwards;
}
.text2 {
  opacity: 0;
  font-size: 26px;
  padding-right: 10px;
}
.scroll {
  width: 1px;
  height: 46px;
  position: absolute;
  top: calc(50% + 15px);
  transform: translateY(-50%);
  right: 63px;
  overflow: hidden;
}
.scroll:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  animation: scroll;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  left: 0;
  background-color: #fff;
}
@media screen and (max-width: 1090px) {
  .scroll {
    left: 50%;
    top: initial;
    bottom: 24px;
  }
}
@media screen and (max-width: 1090px) {
  .section1__title {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .section1__title-sp {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 45svh;
    right: initial;
    left: 50%;
  }
  .section1__text {
    white-space: break-spaces;
    line-height: 26px;
    font-size: 18px;
    font-weight: 700;
  }
  .h2box {
    transform: translate(-50%);
    top: initial;
    left: 50%;
    bottom: 15%;
    padding: 12px 21px 12px 32px;
  }
  .h2box .text2 {
    font-size: 18px;
    line-height: 26px;
    padding-right: 0;
    white-space: nowrap;
  }
}
@media screen and (max-width: 850px) {
  .h2box {
    bottom: 21%;
  }
}
@media screen and (max-width: 750px) {
  .h2box {
    bottom: 15%;
  }
}
.section2 {
    margin-top: 100vh;
    color: #444;
    font-size: 1.1rem;
    line-height: 2.8rem;
    padding: 90px 0 162px 50%;
    letter-spacing: 1px;
    font-weight: 500;
}
.section2 span {
  display: inline-block;
  filter: blur(3px);
}
.section2 span.fadein-left-after {
  filter: blur(0);
}
@media screen and (max-width: 1090px) {
  .section2 {
    padding: 90px 0 162px;
    font-size: 16px;
    line-height: 36px;
    width: 90%;
    margin-left: 5%;
    text-align: justify;
  }
  .section2 span {
    display: inline;
  }
}
@media screen and (max-width: 750px) {
  .section2 {
    width: calc(100% - 48px);
    margin: 100vh auto 0;
  }
  .section2 #typewriter1 span,
  .section2 #typewriter2 span,
  .section2 #typewriter3 span,
  .section2 #typewriter4 span,
  .section2 #typewriter5 span,
  .section2 #typewriter6 span {
    filter: blur(0);
  }
  .section2 #typewriter2,
  .section2 #typewriter3,
  .section2 #typewriter4,
  .section2 #typewriter5,
  .section2 #typewriter6 {
    margin-top: 55px;
  }
}
.section3 {
  position: relative;
  height: 750vh;
}
.section3 .fixcontent1 {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}
.section3 .fixcontent1__box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 1040px;
  transform: translate(-50%, -50%);
  color: #fff;
}
.section3 .fixcontent1__box .title {
  font-size: 99px;
  letter-spacing: 2px;
}
.section3 .fixcontent1__box .title .subtitle {
    font-size: 1.3rem;
    font-family: Zen Kaku Gothic New, sans-serif !important;
    font-weight: 500;
    
}
.section3 .fixcontent1__box .text {
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 30px;
    margin-top: 50px;
    font-size: 1rem;
}
.section3 .fixcontent1__box .btn {
  font-size: 1rem;
  letter-spacing: 1px;
  width: 11rem;
  height: 52px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  align-items: center;
  justify-content: space-between;
}
.section3 .fixcontent1__box .btn span {
    width: 7rem;
    display: inline-block;
    height: 1rem;
}
.section3 .fixcontent1__box .btn .arrow {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.section3 .fixcontent1__box .btn .arrow svg {
  vertical-align: top;
  object-fit: initial;
  width: 12px;
  height: 7px;
}
.section3 .fixcontent1__box .btn .arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #a8de00;
  border-radius: 45px;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.3s;
}
.section3 .fixcontent1__box .btn .shuffle {
  white-space: nowrap;
  overflow: hidden;
}
.section3 .fixcontent1__box .btn:hover .arrow:after {
  width: 62px;
  height: 62px;
}
.section3 .fixcontent1__box .btn-long {
  width: 201px;
}
.section3 .fixcontent1__box .btn-long span {
  width: 122px;
}
.section3 .fixcontent1__box .btn-long2 {
  width: 241px;
}
.section3 .fixcontent1__box .btn-long2 span {
  width: 161px;
}
.section3 .fixcontent2 {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  margin-top: 50vh;
  overflow-x: clip;
}
.section3 .fixcontent2.interview {
  background-color: #d1d9d3;
}
.section3 .fixcontent2__interview {
  top: max(50%, 353px);
  transform: translate(-50%, -100%);
}
.section3 .fixcontent2__interview .text {
  margin-top: 23px;
}
.section3 .fixcontent2 .swiper-container-index {
  position: absolute;
  top: max(55%, 400px);
  transform: translate(-50%);
  width: 80%;
  left: 50%;
  max-width: 980px;
}
.section3
  .fixcontent2
  .swiper-container-index
  .swiper-wrapper
  .swiper-slide
  .image {
  overflow: clip;
  border-radius: 40px;
  max-height: 293px;
}
.section3
  .fixcontent2
  .swiper-container-index
  .swiper-wrapper
  .swiper-slide
  .image
  img {
  transition: all 0.3s;
}
.section3
  .fixcontent2
  .swiper-container-index
  .swiper-wrapper
  .swiper-slide
  .text {
  position: absolute;
  left: 49px;
  bottom: 29px;
  transition: all 0.3s;
  opacity: 0;
  max-width: 320px;
}
.section3
  .fixcontent2
  .swiper-container-index
  .swiper-wrapper
  .swiper-slide:hover
  .text {
  opacity: 1;
}
.section3
  .fixcontent2
  .swiper-container-index
  .swiper-wrapper
  .swiper-slide:hover
  .image
  img {
  transform: scale(1.1);
}
@media screen and (max-width: 1090px) {
  .section3
    .fixcontent2
    .swiper-container-index
    .swiper-wrapper
    .swiper-slide
    .image
    img {
    border-radius: 40px;
  }
  .section3
    .fixcontent2
    .swiper-container-index
    .swiper-wrapper
    .swiper-slide:hover
    .image
    img {
    transform: scale(1);
  }
}
.section3 .fixcontent2 .swiper-container-index .swiper-button-prev,
.section3 .fixcontent2 .swiper-container-index .swiper-button-next {
  opacity: 0;
  transition: all 0.3s;
}
.section3 .fixcontent2 .swiper-container-index .swiper-button-prev img,
.section3 .fixcontent2 .swiper-container-index .swiper-button-next img {
  object-fit: initial;
}
.section3 .fixcontent2 .swiper-container-index .swiper-button-next {
  width: 52px;
  height: 52px;
  border-radius: 45px;
  background-color: #ffffff54;
  right: -35px;
}
.section3 .fixcontent2 .swiper-container-index .swiper-button-next:hover {
  background-color: #009fde;
}
.section3 .fixcontent2 .swiper-container-index .swiper-button-next .next-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
}
.section3 .fixcontent2 .swiper-container-index .swiper-button-next:after {
  content: "";
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1090px) {
  .section3 .fixcontent2 .swiper-container-index .swiper-button-next {
    right: initial;
    left: calc(47% + 5px);
  }
}
@media screen and (max-width: 520px) {
  .section3 .fixcontent2 .swiper-container-index .swiper-button-next {
    left: auto;
    right: -35px;
  }
}
.section3 .fixcontent2 .swiper-container-index .swiper-button-prev {
  width: 52px;
  height: 52px;
  border-radius: 45px;
  background-color: #ffffff54;
  left: -35px;
}
.section3 .fixcontent2 .swiper-container-index .swiper-button-prev:hover {
  background-color: #009fde;
}
.section3 .fixcontent2 .swiper-container-index .swiper-button-prev .prev-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  width: 5px;
}
.section3 .fixcontent2 .swiper-container-index .swiper-button-prev:after {
  content: "";
  width: 100%;
  height: 100%;
}
.section3 .fixcontent2 .swiper-container-index:hover .swiper-button-prev,
.section3 .fixcontent2 .swiper-container-index:hover .swiper-button-next {
  opacity: 1;
}
.section3 .fixcontent2 .inter-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  transition: all 0.3s;
  opacity: 0;
}
.section3 .fixcontent2 .inter-bg.on {
  opacity: 1;
}
@media screen and (max-width: 1090px) {
  .section3 .fixcontent2 .inter-bg {
    display: none;
  }
}
.section3 .pjfix.active {
  top: 0;
  position: fixed !important;
  margin-top: 0;
}
.section3 img {
  object-fit: cover;
  object-position: 75% 0;
}
.section3 .po-fix {
  position: fixed;
  top: 0;
}
@media screen and (max-width: 1090px) {
  .section3 .fixcontent2 img.sp-none {
    object-position: 80% 0;
  }
  .section3 .fixcontent2 .swiper-container-index .swiper-button-prev,
  .section3 .fixcontent2 .swiper-container-index .swiper-button-next {
    opacity: 0;
  }
}
@media screen and (max-width: 1090px) and (max-width: 1090px) {
  .section3 .fixcontent2 .swiper-container-index:hover .swiper-button-prev,
  .section3 .fixcontent2 .swiper-container-index:hover .swiper-button-next {
    opacity: 0;
  }
}
@media screen and (max-width: 520px) {
  .section3 .fixcontent1 .fiximg {
    object-position: 57% 0;
  }
  .section3 .fixcontent1__box {
    top: calc(50lvh - 70px);
  }
  .section3 .fixcontent1__box .title {
    font-size: 49px;
  }
  .section3 .fixcontent1__box .title .subtitle {
    font-size: 1.1rem;
  }
  .section3 .fixcontent1__box .text {
    font-size: 15px;
    text-align: justify;
    margin-top: 24px;
  }
  .section3 .fixcontent1__box .text p {
    display: inline;
  }
  .section3 .fixcontent1__box .btn {
    bottom: -88px;
  }
  .section3 .fixcontent2 img {
    object-position: 30% 0;
  }
  .section3 .fixcontent2__interview {
    transform: translate(-50%, -50%);
    top: calc(50lvh - 150px);
  }
  .section3 .fixcontent2__interview .text {
    margin-top: 19px;
    line-height: 27px;
  }
  .section3 .fixcontent2 .swiper-container-index {
    max-width: 74%;
    bottom: 100px;
  }
  .section3
    .fixcontent2
    .swiper-container-index
    .swiper-wrapper
    .swiper-slide
    .text {
    display: none;
  }
}
.message-page .section1.size {
  height: 100%;
}
.m-section1 {
  position: relative;
}
.m-section1__mainv {
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  border-radius: 24px;
  overflow: hidden;
  position: relative !important;
  transition: all 1.5s;
  transform: translate(0);
  aspect-ratio: 27/23;
  top: 25px;
  left: 25px;
}
.m-section1__mainv img {
  object-fit: cover;
}
.m-section1__mainv.radius {
  border-radius: 0;
  margin-top: 0;
  margin-left: 0;
}
.m-section1__mainv.size {
  width: 100%;
  left: 0;
  top: 0;
}
.m-section1 .textbox {
  position: absolute;
  top: calc(50% + 70px);
  left: 162px;
  transform: translateY(-50%);
}
.m-section1__h1 {
  color: #fff;
  font-size: 99px;
  letter-spacing: 2px;
}
.m-section1__h1 p {
  font-size: 16px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
}
.m-section1__h2 {
  font-size: 31px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
  margin-top: 33px;
}
.m-section1 .textbox__name {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-top: 67px;
}
@media screen and (max-width: 520px) {
  .m-section1 .textbox__name {
    transition-delay: 1s;
  }
}
.m-section1 .textbox__name span {
  font-size: 32px;
  margin-top: 5px;
  display: inline-block;
}
@media screen and (max-width: 1090px) {
  .m-section1 .textbox {
    left: 15%;
  }
  .m-section1__mainv img {
    object-position: 85% 0;
  }
}
@media screen and (max-width: 750px) {
  .m-section1 .textbox {
    left: 24px;
  }
  .m-section1__mainv {
    aspect-ratio: 179/315;
    left: 8px;
    top: 8px;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
  }
  .m-section1__h1 {
    font-size: 36px;
  }
  .m-section1__h1 p {
    font-size: 11px;
  }
  .m-section1__h2 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 8px;
  }
  .m-section1 .textbox__name {
    font-size: 14px;
    font-weight: 700;
  }
  .m-section1 .textbox__name .history {
    font-size: 12px;
  }
  .m-section1 .textbox__name .initial,
  .m-section1 .textbox__name span {
    font-size: 30px;
  }
  .m-section2__flexbox {
    flex-direction: column;
  }
}
.m-section2 {
  margin: 110px auto 0;
  max-width: 980px;
  width: 80%;
}
.m-section2__read {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1.5px;
  text-align: justify;
}
.m-section2__image1 {
  margin: 52px 0;
}
.m-section2__image1 img {
  border-radius: 20px;
}
.m-section2__image2 {
  margin: 0 0 110px;
}
.m-section2__image2 img {
  border-radius: 20px;
}
.m-section2__flexbox {
  display: flex;
  background-color: #ffffff26;
  border-radius: 20px;
  padding: 69px 60px 60px 94px;
  margin-bottom: 180px;
  gap: 25px;
  align-items: flex-start;
}
.m-section2__flexbox .rightflex {
  display: flex;
  align-items: center;
  gap: 24px;
}
.m-section2__flexbox .rightflex:nth-child(n + 2) {
  margin-top: 24px;
}
.m-section2__flexbox .rightflex__img {
  width: 68px;
}
.m-section2__flexbox .rightflex__text {
  font-size: 13px;
}
.m-section2__flexbox .rightflex__text img {
  width: initial;
  height: initial;
}
.m-section2__flexbox .rightflex__text p {
  margin-top: 15px;
  line-height: 20px;
}
@media screen and (max-width: 1090px) {
  .m-section2__flexbox {
    padding: 69px 60px 60px;
  }
}
@media screen and (max-width: 750px) {
  .m-section2 {
    width: 100%;
    padding: 0 24px;
    overflow-x: hidden;
  }
  .m-section2__read {
    line-height: 28px;
    font-weight: 500;
  }
  .m-section2__flexbox {
    padding: 69px 0 60px;
  }
  .m-section2__flexbox .left {
    margin-left: 8%;
  }
  .m-section2__flexbox .right {
    width: 84%;
    margin-left: 8%;
  }
  .m-section2__flexbox .rightflex {
    gap: 17px;
    align-items: flex-start;
  }
  .m-section2__flexbox .rightflex__img {
    min-width: 38px;
    width: 38px;
  }
}
.strategy-page {
  background-color: #1c1c1c;
  color: #fff;
}
.strategy-page .section1.size {
  height: 100%;
}
.s-section1 {
  position: relative;
}
.s-section1__mainv {
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  border-radius: 24px;
  overflow: hidden;
  position: relative !important;
  transition: all 1.5s;
  aspect-ratio: 31/13;
  top: 25px;
  left: 25px;
  transform: translate(0);
}
.s-section1__mainv img {
  object-fit: cover;
}
.s-section1__mainv.radius {
  border-radius: 0;
  margin-top: 0;
  margin-left: 0;
}
.s-section1__mainv.size {
  width: 100%;
  left: 0;
}
.s-section1 .textbox {
  position: absolute;
  top: calc(50% + 30px);
  left: 162px;
  transform: translateY(-50%);
}
.s-section1__h1 {
  color: #fff;
  font-size: 99px;
  letter-spacing: 2px;
}
.s-section1__h1 p {
  font-size: 16px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
}
.s-section1__h2 {
  font-size: 31px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
  margin-top: 33px;
}
.s-section1 .textbox__name {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-top: 67px;
}
.s-section1 .textbox__name span {
  font-size: 32px;
  margin-top: 5px;
  display: inline-block;
}
@media screen and (max-width: 1090px) {
  .s-section1__mainv {
    aspect-ratio: 358/315;
  }
  .s-section1 .textbox {
    left: 15%;
  }
}
@media screen and (max-width: 520px) {
  .s-section1__mainv {
    width: calc(100% - 18px);
    height: calc(100% - 18px);
    left: 9px;
    top: 9px;
  }
}
@media screen and (max-width: 750px) {
  .s-section1 .textbox {
    left: 24px;
  }
  .s-section1__h1 {
    font-size: 36px;
  }
  .s-section1__h1 p {
    font-size: 11px;
  }
  .s-section1__h2 {
    font-size: 22px;
  }
  .s-section1 .textbox__name {
    font-size: 14px;
  }
  .s-section1 .textbox__name span {
    font-size: 30px;
  }
  .s-section2__flexbox {
    flex-direction: column;
  }
}
.s-section2 {
  max-width: 980px;
  margin: 120px auto 0;
  width: 80%;
}
.s-section2 .h2-subtitle {
  font-weight: 500;
}
.s-section2 .h2text {
  font-size: 68px;
}
.s-section2 .h2text p {
  font-size: 16px;
  font-family: YakuHanJP, Zen Kaku Gothic New, sans-serif;
}
.s-section2 .h3text {
  font-size: 15px;
  margin-top: 32px;
  text-align: justify;
  line-height: 30px;
  letter-spacing: 1.5px;
}
.s-section2 .h3text2 {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 3px;
  margin-top: 52px;
}
.s-section2 .h3text3 {
  font-size: 46px;
}
@media screen and (max-width: 520px) {
  .s-section2 .h3text {
    font-weight: 500;
  }
}
.s-section2 .company {
  display: flex;
  gap: 28px;
  margin-bottom: 140px;
}
.s-section2 .company__box {
  width: 100%;
  margin-top: 17px;
}
.s-section2 .company .flexbox {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.s-section2 .tecimg {
  border-radius: 20px;
  overflow: hidden;
  margin-top: 52px;
  margin-bottom: 80px;
  position: relative;
}
.s-section2 .tecimg .maptext {
  position: absolute;
  top: 0;
  left: 0;
}
.s-section2 .imgfade:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  transition: all 0.5s;
}
.s-section2 .imgfade.ani-after:after {
  width: 0;
}
.s-section2 .service__flex {
  display: flex;
  gap: 20px;
  margin: 24px 0 80px;
}
.s-section2 .service__flex .left,
.s-section2 .service__flex .right {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}
.s-section2 .service__flex .left .caption,
.s-section2 .service__flex .right .caption {
  font-size: 20px;
  font-weight: 500;
  background-color: #ffffff24;
  line-height: 28px;
  padding: 32px 32px 40px;
  letter-spacing: 1.5px;
  height: 100%;
}
.s-section2 .service__flex .left .caption .caption1 .smalltx,
.s-section2 .service__flex .right .caption .caption1 .smalltx {
  font-size: 16px;
  font-weight: 400;
}
.s-section2 .service__flex .left .caption .caption2,
.s-section2 .service__flex .right .caption .caption2 {
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
  margin-top: 15px;
}
.s-section2 .flow__flexbox {
  display: flex;
  margin-top: 30px;
  align-items: center;
}
.s-section2 .flow__flexbox .left {
  width: 112%;
  position: relative;
}
.s-section2 .flow__flexbox .left img {
  border-radius: 20px;
}
.s-section2 .flow__flexbox .right {
  font-size: 24px;
  font-weight: 500;
  padding-left: 94px;
  width: 100%;
  padding-top: 30px;
}
.s-section2 .flow__flexbox .right__text2 {
  font-size: 15px;
  margin-top: 17px;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 28px;
}
.s-section2 .flow__flexbox .right__text2 span {
  font-size: 11px;
  display: inline-block;
  line-height: 20px;
}
@media screen and (max-width: 750px) {
  .s-section2 .flow__flexbox .right__text2 {
    font-weight: 500;
  }
}
.s-section2 .flow__flexbox .circle {
  stroke-width: 1px;
  fill: transparent;
  position: absolute;
  top: 32px;
  right: -50px;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  border-radius: 50px;
  transition: backdrop-filter 0.5s;
}
.s-section2 .flow__flexbox .circle .svg {
  transform: rotate(-90deg);
}
.s-section2 .flow__flexbox .circle.ani-cir {
  animation: circleAnim 0.5s linear forwards;
  stroke-dasharray: 258px;
  stroke-dashoffset: 258px;
  stroke: #fff;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.s-section2 .flow__flexbox .circle .number {
  font-size: 30px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 52%;
  left: 50%;
}
.s-section2 .last-flexbox {
  margin-bottom: 140px;
}
.s-section2 .swiper-container {
  position: relative;
  margin-top: 27px;
}
.s-section2 .swiper-container .swiper-slide {
  display: flex;
  background-color: #ffffff24;
  border-radius: 20px;
  align-items: center;
}
.s-section2 .swiper-container .swiper-slide .image {
  width: 352px;
  min-width: 352px;
  border-radius: 20px;
  overflow: hidden;
}
.s-section2 .swiper-container .swiper-slide .text {
  padding: 0 60px;
}
.s-section2 .swiper-container .swiper-slide .text__1 {
  font-size: 20px;
  font-weight: 500;
}
.s-section2 .swiper-container .swiper-slide .text__2 {
  font-size: 15px;
  margin-top: 15px;
  line-height: 28px;
  letter-spacing: 1px;
  text-align: justify;
}
.s-section2 .swiper-container .swiper-button-prev,
.s-section2 .swiper-container .swiper-button-next {
  opacity: 0;
  transition: all 0.3s;
}
.s-section2 .swiper-container .swiper-button-next {
  width: 52px;
  height: 52px;
  border-radius: 45px;
  background-color: #ffffff54;
  right: -35px;
}
.s-section2 .swiper-container .swiper-button-next:hover {
  background-color: #009fde;
}
.s-section2 .swiper-container .swiper-button-next .next-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
}
.s-section2 .swiper-container .swiper-button-next:after {
  content: "";
  width: 100%;
  height: 100%;
}
.s-section2 .swiper-container .swiper-button-prev {
  width: 52px;
  height: 52px;
  border-radius: 45px;
  background-color: #ffffff54;
  left: -35px;
}
.s-section2 .swiper-container .swiper-button-prev:hover {
  background-color: #009fde;
}
.s-section2 .swiper-container .swiper-button-prev .prev-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  width: 5px;
}
.s-section2 .swiper-container .swiper-button-prev:after {
  content: "";
  width: 100%;
  height: 100%;
}
.s-section2 .swiper-container:hover .swiper-button-prev,
.s-section2 .swiper-container:hover .swiper-button-next {
  opacity: 1;
}
@media screen and (max-width: 1090px) {
  .s-section2 .swiper-container .swiper-slide {
    flex-direction: column;
    align-items: initial;
    flex-grow: 1;
    height: auto;
  }
  .s-section2 .swiper-container .swiper-slide .image {
    width: 100%;
    min-width: 100%;
  }
  .s-section2 .swiper-container .swiper-slide .text {
    padding: 26px 24px 30px;
  }
  .s-section2 .swiper-container .swiper-slide .text__1 {
    text-align: center;
  }
  .s-section2 .swiper-container .swiper-button-prev,
  .s-section2 .swiper-container .swiper-button-next {
    opacity: 1;
  }
}
@media screen and (max-width: 520px) {
  .s-section2 {
    width: 100%;
    overflow-x: hidden;
    padding: 0 24px;
  }
  .s-section2 .h2text {
    font-size: 36px;
  }
  .s-section2 .h2-subtitle {
    font-size: 11px;
  }
  .s-section2 .h3text {
    line-height: 28px;
  }
  .s-section2 .h3text2 {
    font-size: 20px;
  }
  .s-section2 .company {
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
  }
  .s-section2 .company__box {
    margin-top: 10px;
  }
  .s-section2 .company .flexbox {
    flex-direction: initial;
  }
  .s-section2 .company .flexbox div {
    width: 100%;
  }
  .s-section2 .service__flex {
    flex-direction: column;
  }
  .s-section2 .service__flex .right .caption .caption1 .smalltx {
    display: inline-block;
  }
  .s-section2 .flow__flexbox {
    flex-direction: column;
    gap: 18px;
  }
  .s-section2 .flow__flexbox .left {
    width: 100%;
  }
  .s-section2 .flow__flexbox .circle {
    right: initial;
    left: 5px;
    top: initial;
    bottom: -45px;
  }
  .s-section2 .flow__flexbox .right {
    padding-left: 90px;
  }
  .s-section2 .tecimg .sp-map {
    margin-top: 20px;
  }
}
.s-section3 {
  background-color: #8e8e8e;
  margin-top: 140px;
  overflow-x: hidden;
}
.s-section3 .h2-subtitle {
  font-weight: 500;
}
.s-section3__box {
  max-width: 980px;
  margin: 0 auto;
  width: 80%;
  padding: 110px 0 180px;
}
.s-section3__box .h2text {
  font-size: 68px;
  letter-spacing: 1.5px;
}
.s-section3__box .h2text p {
  font-size: 16px;
  font-family: YakuHanJP, Zen Kaku Gothic New, sans-serif;
}
.s-section3__box .h3text {
  font-size: 15px;
  margin-top: 32px;
  text-align: justify;
  line-height: 30px;
  letter-spacing: 1.5px;
}
.s-section3__box .h3text2 {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 3px;
  margin-top: 52px;
}
.s-section3__box .h3text3 {
  font-size: 46px;
}
.s-section3__box .tecimg {
  border-radius: 20px;
  overflow: hidden;
  margin-top: 52px;
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 520px) {
  .s-section3__box {
    padding: 80px 0 100px;
    width: calc(100% - 48px);
  }
  .s-section3 .h2text {
    font-size: 36px;
  }
  .s-section3 .h2-subtitle {
    font-size: 11px;
  }
  .s-section3 .h3text {
    line-height: 28px;
    font-weight: 500;
  }
}
.interview-page {
  background-color: #8e8e8e;
}
.i-section1 {
  max-width: 980px;
  margin: 0 auto;
  width: 90%;
}
.i-section1 .section1 {
  display: none;
}
.i-section1 .h2text {
  margin-top: 187px;
  font-size: 99px;
}
.i-section1 .h2-subtitle {
  font-size: 16px;
  margin-bottom: 44px;
  font-weight: 700;
}
.i-section1__flexbox {
  display: flex;
  gap: 38px;
  margin-top: 38px;
}
.i-section1__flexbox .leftbox,
.i-section1__flexbox .rightbox {
  width: 100%;
  border-radius: 40px;
  overflow: clip;
  position: relative;
}
.i-section1__flexbox .leftbox .text,
.i-section1__flexbox .rightbox .text {
  position: absolute;
  bottom: 30px;
  left: 33px;
}
.i-section1__flexbox .leftbox .image img,
.i-section1__flexbox .rightbox .image img {
  transition: all 0.3s;
}
.i-section1__flexbox .leftbox:hover .image img,
.i-section1__flexbox .rightbox:hover .image img {
  transform: scale(1.1);
}
@media screen and (max-width: 1090px) {
  .i-section1__flexbox .leftbox:hover .image img,
  .i-section1__flexbox .rightbox:hover .image img {
    transform: scale(1);
  }
}
.i-section1__flexbox.first {
  margin-top: 0;
}
.i-section1__flexbox.last {
  margin-bottom: 180px;
}
@media screen and (max-width: 1090px) {
  .i-section1 .leftbox .text,
  .i-section1 .rightbox .text {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .i-section1 {
    width: calc(100% - 48px);
  }
  .i-section1 .h2text {
    font-size: 36px;
    margin-top: 120px;
  }
  .i-section1__flexbox {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
}
.interview-page1 {
  overflow-x: clip;
}
.i-lower-section1 {
  position: relative;
}
.i-lower-section1 .section1.size {
  height: 100% !important;
}
.i-lower-section1 .textbox {
  position: absolute;
  top: calc(50% + 140px);
  left: 162px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1090px) {
  .i-lower-section1 .textbox {
    left: 100px;
  }
}
.i-lower-section1 .textbox .m-section1__h1 {
  padding-left: 21px;
}
@media screen and (max-width: 1090px) {
  .i-lower-section1 .textbox .m-section1__h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 750px) {
  .i-lower-section1 .textbox .m-section1__h1 {
    padding-left: 15px;
  }
}
@media screen and (max-width: 520px) {
  .i-lower-section1 .textbox .m-section1__h1 {
    font-size: 36px;
  }
}
.i-lower-section1 .textbox .m-section1__h2 {
  padding-left: 21px;
  line-height: 45px;
}
@media screen and (max-width: 1090px) {
  .i-lower-section1 .textbox .m-section1__h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .i-lower-section1 .textbox .m-section1__h2 {
    padding-left: 15px;
  }
}
@media screen and (max-width: 520px) {
  .i-lower-section1 .textbox .m-section1__h2 {
    font-size: 22px;
    line-height: 32px;
  }
}
.i-lower-section1 .textbox__name {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-top: 87px;
}
@media screen and (max-width: 1090px) {
  .i-lower-section1 .textbox__name {
    margin-top: 40px;
  }
}
@media screen and (max-width: 520px) {
  .i-lower-section1 .textbox__name .text1 {
    transition-delay: 1s;
  }
}
.i-lower-section1 .textbox__name .history {
  font-size: 14px;
  margin-top: 10px;
  line-height: 22px;
  padding-left: 21px;
}
@media screen and (max-width: 520px) {
  .i-lower-section1 .textbox__name .history {
    transition-delay: 1s;
  }
}
.i-lower-section1 .textbox__name .initial {
  font-size: 32px;
  padding-left: 21px;
  margin-top: 14px;
}
@media screen and (max-width: 520px) {
  .i-lower-section1 .textbox__name .initial {
    transition-delay: 1.2s;
  }
}
@media screen and (max-width: 750px) {
  .i-lower-section1 .textbox {
    left: 24px;
  }
  .i-lower-section1 .textbox__name {
    margin-top: 36px;
    font-size: 14px;
  }
  .i-lower-section1 .textbox__name .history {
    font-size: 12px;
    padding-left: 15px;
  }
  .i-lower-section1 .textbox__name .initial {
    padding-left: 15px;
  }
}
.i-lower-section2 {
  margin: 110px auto 0;
  max-width: 980px;
  width: 90%;
}
@media screen and (max-width: 520px) {
  .i-lower-section2 {
    width: calc(100% - 48px);
  }
}
.i-lower-section2 .textbox {
  font-size: 15px;
  line-height: 30px;
  text-align: justify;
}
@media screen and (max-width: 750px) {
  .i-lower-section2 .textbox {
    font-weight: 500;
  }
}
.i-lower-section2 .imagebox {
  margin-top: 110px;
}
.i-lower-section2 .imagebox img {
  border-radius: 20px;
}
@media screen and (max-width: 750px) {
  .i-lower-section2 .imagebox {
    margin-top: 60px;
  }
}
.mar-t-50 {
  margin-top: 50px;
}
.mar-t-110 {
  margin-top: 110px;
}
@media screen and (max-width: 750px) {
  .mar-t-110 {
    margin-top: 60px;
  }
}
.i-swiper {
  background-color: #8e8e8e;
  margin-top: 110px;
}
.i-swiper.section3 {
  height: initial !important;
  padding-bottom: 124px;
  padding-top: 140px;
}
.i-swiper.section3 .fixcontent1__box .btn {
  bottom: -11px;
}
.i-swiper.section3 .fixcontent2 {
  height: initial !important;
  position: relative !important;
  margin-top: 0 !important;
}
.i-swiper.section3 .fixcontent2 .swiper-container-index {
  position: relative !important;
  bottom: initial !important;
  width: 90%;
}
@media screen and (max-width: 520px) {
  .i-swiper.section3 .fixcontent2 .swiper-container-index {
    max-width: calc(100% - 48px);
  }
}
@media screen and (max-width: 1090px) {
  .i-swiper.section3
    .fixcontent2
    .swiper-container-index
    .swiper-wrapper
    .swiper-slide
    .image {
    max-height: initial;
  }
}
@media screen and (max-width: 1090px) {
  .i-swiper.section3
    .fixcontent2
    .swiper-container-index
    .swiper-wrapper
    .swiper-slide
    .text {
    display: none;
  }
}
.i-swiper.section3 .fixcontent1__box {
  position: relative !important;
  transform: translate(-50%);
  width: 90%;
}
@media screen and (max-width: 520px) {
  .i-swiper.section3 .fixcontent1__box {
    width: calc(100% - 48px);
  }
}
.i-swiper.section3 .fixcontent1__box .title {
  font-size: 24px;
  margin-bottom: 56px;
}
@media screen and (max-width: 520px) {
  .i-swiper .fixcontent1__box {
    top: -60px;
  }
  .i-swiper .fixcontent1__box .title {
    margin-bottom: 0 !important;
  }
  .i-swiper .fixcontent1__box .btn {
    bottom: -12px;
    width: 140px;
  }
}
.p-section1 {
  position: relative;
}
.p-section1 .section1.size {
  height: 100% !important;
}
.p-section1 .m-section1__mainv {
  aspect-ratio: initial;
}
.p-section1 .m-section1__mainv .js-rellax.sp-none {
  aspect-ratio: 1316/782;
}
.p-section1 .m-section1__mainv img {
  height: initial !important;
}
.p-section1 .m-section1__mainv .read {
  background-color: #8e8e8e;
  position: relative;
  z-index: 10;
  color: #fff;
  width: 100%;
  padding: 71px 0 90px;
  letter-spacing: 2px;
}
.p-section1 .m-section1__mainv .readbox {
  max-width: 980px;
  margin: 0 auto;
  width: 90%;
  text-align: justify;
}
@media screen and (max-width: 520px) {
  .p-section1 .m-section1__mainv .readbox {
    width: calc(100% - 48px);
  }
}
.p-section1 .m-section1__mainv .read .read1 {
  font-size: 31px;
  margin-top: 12px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .p-section1 .m-section1__mainv .read .read1 {
    font-size: 22px;
    line-height: 32px;
  }
}
.p-section1 .m-section1__mainv .read .read2 {
  font-size: 14px;
  line-height: 24px;
  margin-top: 31px;
}
.p-section1 .textboxwrap {
  position: absolute;
  top: calc(50% - 80px);
  max-width: 980px;
  width: 90%;
  transform: translateY(-50%);
  left: 162px;
}
@media screen and (max-width: 1090px) {
  .p-section1 .textboxwrap {
    top: calc(50% - 100px);
  }
}
@media screen and (max-width: 1090px) {
  .p-section1 .textbox .m-section1__h1 {
    font-size: 69px;
  }
}
@media screen and (max-width: 750px) {
  .p-section1 .textbox .m-section1__h1 {
    font-size: 36px;
  }
}
.p-section1 .textbox .m-section1__h2 {
  line-height: 45px;
}
@media screen and (max-width: 1090px) {
  .p-section1 .textbox .m-section1__h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 750px) {
  .p-section1 .textbox .m-section1__h2 {
    line-height: 32px;
    margin-top: 18px;
  }
}
@media screen and (max-width: 750px) {
  .p-section1 .textboxwrap {
    left: 24px;
    right: initial;
    top: 20%;
    transform: translateY(-50%);
  }
}
.p-section2 .h3text {
  font-size: 46px;
  line-height: 45px;
  width: 90%;
  margin: 248px auto 0;
  max-width: 980px;
}
@media screen and (max-width: 520px) {
  .p-section2 .h3text {
    width: calc(100% - 48px);
  }
}
.p-section2 .memberflexwrap {
  padding: 40px 5%;
  margin: 0 auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.p-section2 .memberflexwrap::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 520px) {
  .p-section2 .memberflexwrap {
    padding: 40px 24px;
  }
}
.p-section2 .memberflex {
  display: flex;
  gap: 16px;
  min-width: 787px;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.p-section2 .memberflex__item {
  aspect-ratio: 34/48;
  width: 100%;
  position: relative;
  cursor: pointer;
  perspective: 800px;
  transition: all 0.3s;
}
.p-section2 .memberflex__item .table {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.7s;
  backface-visibility: hidden;
  pointer-events: none;
  height: 100%;
  overflow: clip;
  border-radius: 20px;
}
.p-section2 .memberflex__item .table .textbox {
  position: absolute;
  bottom: 27px;
  transform: translate(-50%);
  left: 50%;
  color: #fff;
  width: 90%;
  letter-spacing: 1px;
}
.p-section2 .memberflex__item .table .textbox .text-1 {
  font-size: 22px;
  font-weight: 500;
}
.p-section2 .memberflex__item .table .textbox .text-2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding-left: 19px;
  margin-top: 19px;
}
@media screen and (max-width: 990px) {
  .p-section2 .memberflex__item .table .textbox .text-2 {
    padding-left: 13px;
  }
}
.p-section2 .memberflex__item .table .textbox .text-3 {
  font-size: 32px;
  padding-left: 19px;
  font-weight: 500;
  margin-top: 14px;
}
.p-section2 .memberflex__item .table .textbox .text-3.more20 {
  margin-top: 34px;
}
@media screen and (max-width: 990px) {
  .p-section2 .memberflex__item .table .textbox .text-3 {
    padding-left: 13px;
  }
}
.p-section2 .memberflex__item .table .icon {
  position: absolute;
  right: 32px;
  bottom: 32px;
  width: 35px;
  height: 35px;
}
.p-section2 .memberflex__item .table.on {
  transform: rotateY(180deg);
}
.p-section2 .memberflex__item .table img {
  border-radius: 20px;
  object-fit: cover;
  transition: all 0.3s;
}
.p-section2 .memberflex__item .behind {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transition: 0.7s;
  backface-visibility: hidden;
  transform: rotateY(-180deg);
  pointer-events: none;
  background-color: #383838;
  color: #fff;
}
.p-section2 .memberflex__item .behind.on {
  transform: rotateY(0);
}
.p-section2 .memberflex__item .behind__box {
  position: absolute;
  top: 38px;
}
.p-section2 .memberflex__item .behind .text-1 {
  font-size: 18px;
  text-align: center;
  letter-spacing: 2px;
}
@media screen and (max-width: 1090px) {
  .p-section2 .memberflex__item .behind .text-1 {
    font-size: 14px;
  }
}
.p-section2 .memberflex__item .behind .text-2 {
  margin: 15px auto 0;
  width: 80%;
  text-align: justify;
  font-size: 14px;
  line-height: 32px;
}
@media screen and (max-width: 1090px) {
  .p-section2 .memberflex__item .behind .text-2 {
    line-height: 22px;
  }
}
.p-section2 .memberflex__item .behind .profile-image {
  width: 120px;
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  bottom: 32px;
  transform: translate(-50%);
  left: 50%;
}
@media screen and (max-width: 1090px) {
  .p-section2 .memberflex__item .behind .profile-image {
    width: 82px;
  }
}
.p-section2 .memberflex__item .behind .icon {
  position: absolute;
  right: 32px;
  bottom: 32px;
  width: 35px;
  height: 35px;
}
.p-section2 .memberflex__item:hover .table img {
  transform: scale(1.1);
}
@media screen and (max-width: 1090px) {
  .p-section2 .memberflex__item:hover {
    transform: rotate(0);
  }
}
@media screen and (max-width: 1090px) {
  .p-section2 .memberflex__item {
    aspect-ratio: 34/50;
  }
}
@media screen and (max-width: 750px) {
  .p-section2 .h3text {
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 990px) {
  .p-section2 .memberflex__item .table .textbox .text-1 {
    font-size: 14px;
  }
  .p-section2 .memberflex__item .table .textbox .text-2 {
    font-size: 10px;
    line-height: 15px;
  }
  .p-section2 .memberflex__item .table .textbox .text-3 {
    font-size: 22px;
    margin-top: 10px;
  }
  .p-section2 .memberflex__item .table .textbox .text-3.more20 {
    margin-top: 30px;
  }
}
.p-section3 {
  max-width: 980px;
  width: 90%;
  margin: 43px auto 0;
}
@media screen and (max-width: 520px) {
  .p-section3 {
    width: calc(100% - 48px);
  }
}
.p-section3 .h3text {
  font-size: 31px;
  font-weight: 700;
  letter-spacing: 1px;
}
.p-section3 .textbox {
  font-size: 15px;
  line-height: 30px;
  text-align: justify;
}
@media screen and (max-width: 750px) {
  .p-section3 .textbox {
    font-weight: 500;
  }
}
.p-section3 .imagebox {
  margin-top: 110px;
}
.p-section3 .imagebox img {
  border-radius: 20px;
}
.p-section3 .fleximg {
  display: flex;
  gap: 24px;
}
.p-section3 .fleximg.flex-reverse {
  flex-direction: row-reverse;
}
.p-section3 .fleximg img {
  border-radius: 20px;
}
@media screen and (max-width: 750px) {
  .p-section3 {
    margin: 23px auto 0;
  }
  .p-section3 .h3text {
    font-size: 22px;
  }
  .p-section3 .imagebox {
    margin-top: 60px;
  }
  .p-section3 .fleximg {
    gap: 8px;
  }
}
.mar-t-45 {
  margin-top: 45px;
}
@media screen and (max-width: 750px) {
  .mar-t-45 {
    margin-top: 32px;
  }
}
.mar-b-180 {
  margin-bottom: 180px;
}
.v-section1 .section1.size {
  height: 100%;
}
.v-section2__flexbox {
  display: flex;
  max-width: 980px;
  margin: 150px auto 0;
  gap: 60px;
  align-items: center;
}
@media screen and (max-width: 1090px) {
  .v-section2__flexbox {
    width: 90%;
  }
}
@media screen and (max-width: 850px) {
  .v-section2__flexbox {
    gap: 32px;
  }
}
@media screen and (max-width: 750px) {
  .v-section2__flexbox {
    flex-direction: column;
    margin: 66px auto 0;
  }
}
.v-section2__flexbox .left {
  max-width: 346px;
  min-width: 346px;
}
@media screen and (max-width: 750px) {
  .v-section2__flexbox .left {
    max-width: 100%;
    min-width: 100%;
  }
}
.v-section2__flexbox .left img {
  border-radius: 20px;
}
.v-section2__flexbox .right__text1 {
  font-size: 68px;
  line-height: 60px;
}
@media screen and (max-width: 850px) {
  .v-section2__flexbox .right__text1 {
    font-size: 36px;
    line-height: 40px;
  }
}
.v-section2__flexbox .right__text1 .text1-a {
  font-size: 16px;
  font-family: YakuHanJP, Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
  line-height: 20px;
  margin-top: 12px;
}
@media screen and (max-width: 1090px) {
  .v-section2__flexbox .right__text1 .text1-a {
    font-size: 11px;
    font-weight: 600;
    margin-top: 3px;
  }
}
.v-section2__flexbox .right__text2 {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 1px;
  margin-top: 30px;
  text-align: justify;
}
@media screen and (max-width: 1090px) {
  .v-section2__flexbox .right__text2 {
    line-height: 26px;
  }
}
@media screen and (max-width: 750px) {
  .v-section2__flexbox .right__text2 {
    font-weight: 500;
  }
}
.v-section2__movie {
  max-width: 980px;
  margin: 64px auto 136px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.v-section2__movie .thumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.v-section2__movie .play {
  position: absolute;
  top: 10px;
  left: 0;
  transition: all 0.3s;
  transform: translateY(-10px);
  z-index: 5;
}
.v-section2__movie:hover .play {
  transform: scale(1.1) translateY(-10px);
}
.v-section2__movie video {
  width: 100%;
  aspect-ratio: 16/9;
  vertical-align: bottom;
}
@media screen and (max-width: 1090px) {
  .v-section2__movie {
    width: 90%;
  }
}
.footer {
    background-color: #f5f5f5;
    padding: 5% 0 5%;
    position: relative;
    z-index: 99999;
}
.footer .fixcontent1 {
  width: 100%;
  height: 100vh;
}
.footer .fixcontent1__box {
    width: 100%;
    max-width: 75vw;
    color: #4c4c4c;
    position: relative;
    border: 1px solid #4c4c4c;
    border-radius: 20px;
    padding: 42px 81px 42px 86px;
    margin: 0 auto;
    pointer-events: none;
    transition: all 0.5s;
}
.footer .fixcontent1__box .title {
  font-size: 1.4rem;
  letter-spacing: 2px;    line-height: 1.8rem;
}
.footer .fixcontent1__box .title .subtitle {
  font-size: 1rem;
  font-family: YakuHanJP, Zen Kaku Gothic New, sans-serif !important;
  font-weight: 500;
}
.footer .fixcontent1__box .text {
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 33px;
  margin-top: 60px;
}
.footer .fixcontent1__box .btn {
  font-size: 1rem;
  letter-spacing: 1px;
  width: 189px;
  height: 52px;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 81px;
  align-items: center;
  justify-content: space-between;
  pointer-events: auto;
}
.footer .fixcontent1__box .btn span {
  width: 8rem;
  display: inline-block;
  height: 1rem;
}
.footer .fixcontent1__box .btn .arrow {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.footer .fixcontent1__box .btn .arrow svg {
  vertical-align: top;
  object-fit: initial;
  width: 12px;
  height: 7px;
  position: relative;
  z-index: 2;
}
.footer .fixcontent1__box .btn .arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #a8de00;
  border-radius: 45px;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s;
}
.footer .fixcontent1__box .btn .shuffle {
  white-space: nowrap;
  overflow: hidden;
}
.footer .fixcontent1__box .btn:hover .arrow:after {
  width: 62px;
  height: 62px;
}
.footer .fixcontent1__box:hover {
  background-color: #000;
}
.footer__news {
    margin: 1% auto 0;
    width: 75vw;
    max-width: 75vw;
    padding: 0px 0px 40px 0px;
}
@media screen and (max-width: 950px) {
  .footer__news {
    padding: 40px 27px 40px 40px;
  }
}
@media screen and (max-width: 850px) {
  .footer__news {
        padding: 6% 0%;
  }
}
@media screen and (max-width: 750px) {
  .footer__news {
    margin: 1% auto 0;    width: 90vw;
    max-width: 90vw!important;
  }
}
.footer__news .flexbox {
  display: inline;
  justify-content: space-between;
}
@media screen and (max-width: 1190px) {
  .footer__news .flexbox {
    gap: 20px;
  }
}
@media screen and (max-width: 680px) {
  .footer__news .flexbox {
    flex-direction: column;
    gap: 24px;
  }
}
.footer__news .flexbox__left {
  display: flex;
  align-items: center;
}
.footer__news .flexbox__left .title {
    font-size: 3rem;
    letter-spacing: 2px;
    color: #4c4c4c;
    margin-bottom: 4%;
}
@media screen and (max-width: 750px) {
    .footer__news .flexbox__left .title {
        font-size: 1.5rem;
    }
}
.footer__news .flexbox__left .title .subtitle {
  font-size: 16px;
  font-family: YakuHanJP, Zen Kaku Gothic New, sans-serif !important;
  font-weight: 500;
}
.footer__news .flexbox__right {
  padding: 0 0px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
@media screen and (max-width: 680px) {
  .footer__news .flexbox__right {
    padding: 0;
    clip-path: none;
    overflow-x: clip;
  }
}
    @media (max-width: 768px) {
        .footer {
    background-color: #f5f5f5;
    padding: 15% 0 5%;
    position: relative;
    z-index: 99999;
}
        .footer__news {
    margin: 1% auto 0;
    width: 90vw;
    max-width: 90vw!important;
    padding: 0px 0px 40px 0px;
}
.footer .fixcontent1__box {
    width: 100%;
    max-width: 90vw!important;
    }
    .footer__menu {
    width: 90%;
    max-width: 90vw!important;
    margin: 0% auto 0;
    display: flex;
    justify-content: space-between;
}
.footer .copyright {
    letter-spacing: 1px;
    width: 90%;
    max-width: 90vw!important;
    margin: 16px auto 0;
    display: flex;
    justify-content: space-between;
}
  }
.footer__news .flexbox__right .swiper-container-news {
  position: relative;
}
.footer__news .flexbox__right .swiper-container-news .swiper-wrapper {
  width: 100%;
}
.footer__news
  .flexbox__right
  .swiper-container-news
  .swiper-wrapper
  .swiper-slide {
    max-width: 100%;
    display: flex;
    border-radius: 20px;
    background-color: #ededed;
    padding: 3% 3% 3% 3%;
    transition: all 0.3s;
    color: #5b5b5b;
    height: auto;
    margin-bottom: 2%;
}
.footer__news
  .flexbox__right
  .swiper-container-news
  .swiper-wrapper
  .swiper-slide:hover {
  background-color: #383838;
  color: #009fde;
}

@media screen and (max-width: 950px) {
  .footer__news
    .flexbox__right
    .swiper-container-news
    .swiper-wrapper
    .swiper-slide {
    padding: 34px 30px 77px;
  }
}
@media screen and (max-width: 680px) {
  .footer__news
    .flexbox__right
    .swiper-container-news
    .swiper-wrapper
    .swiper-slide {
    width: 100% !important;
    max-width: 100%;
    padding: 44px 38px 87px 36px;
  }
}
.footer__news
  .flexbox__right
  .swiper-container-news
  .swiper-wrapper
  .swiper-slide
  .title {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 2px;
    line-height: 2rem;
}
.footer__news
  .flexbox__right
  .swiper-container-news
  .swiper-wrapper
  .swiper-slide
  .date {
    font-size: 1.1rem;
    letter-spacing: 3px;
    margin-top: 0%;
    position: relative;
    line-height: 2rem;
    margin-right: 5%;
}
@media screen and (max-width: 950px) {
  .footer__news
    .flexbox__right
    .swiper-container-news
    .swiper-wrapper
    .swiper-slide
    .date {
    bottom: 38px;
  }
}
.footer__news
  .flexbox__right
  .swiper-container-news
  .swiper-wrapper
  .swiper-slide
  .arrow {
  position: absolute;
  right: 53px;
  bottom: 53px;
}
@media screen and (max-width: 950px) {
  .footer__news
    .flexbox__right
    .swiper-container-news
    .swiper-wrapper
    .swiper-slide
    .arrow {
    right: 38px;
    bottom: 45px;
  }
}
.footer__news
  .flexbox__right
  .swiper-container-news
  .swiper-wrapper
  .swiper-slide
  .arrow
  svg {
  display: inline-block;
  width: 15px;
  height: 7px;
}
.footer__news .swiper-button-prev,
.footer__news .swiper-button-next {
  opacity: 0;
  transition: all 0.3s;
}
.footer__news .swiper-button-prev img,
.footer__news .swiper-button-next img {
  object-fit: initial;
}
@media screen and (max-width: 1090px) {
  .footer__news .swiper-button-prev,
  .footer__news .swiper-button-next {
    opacity: 1;
  }
}
.footer__news .swiper-button-prev:after,
.footer__news .swiper-button-next:after {
  display: none;
}
.footer__news .swiper-button-next {
    display: none;
  width: 38px;
  height: 38px;
  border-radius: 45px;
  background-color: #ffffff54;
  right: -20px;
  position: absolute;
}
.footer__news .swiper-button-next:hover {
  background-color: #009fde;
}
@media screen and (max-width: 680px) {
  .footer__news .swiper-button-next {
    right: 0;
    top: -46px;
  }
}
.footer__news .swiper-button-next .next-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
}
.footer__news .swiper-button-next:after {
  content: "";
  width: 100%;
  height: 100%;
}
.footer__news .swiper-button-prev {
    display: none;
  width: 38px;
  height: 38px;
  border-radius: 45px;
  background-color: #ffffff;
  left: -20px;
  
}
.footer__news .swiper-button-prev:hover {
  background-color: #009fde;
}
@media screen and (max-width: 680px) {
  .footer__news .swiper-button-prev {
    left: initial;
    right: 53px;
    top: -46px;
  }
}
.footer__news .swiper-button-prev .prev-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  width: 5px;
}
.footer__news .swiper-button-prev:after {
  content: "";
  width: 100%;
  height: 100%;
}
.footer__news:hover .swiper-button-prev,
.footer__news:hover .swiper-button-next {
  opacity: 1;
}
.footer__menu {
  width: 90%;
  max-width: 75vw;
  margin: 0% auto 0;
  display: flex;
  justify-content: space-between;
}
.footer__menu .left {
  width: 194px;
}
.footer__menu .left img {
  height: initial;
}
.footer__menu .right {
  width: 82%;
  min-width: 360px;
}
@media screen and (max-width: 400px) {
  .footer__menu .right {
    min-width: initial;
  }
}
.footer__menu .right__btn {
  font-weight: 500;
  display: flex;
  letter-spacing: 2px;
  color: #fff;
}
@media screen and (max-width: 380px) {
  .footer__menu .right__btn .pj {
    width: 25%;
  }
}
.footer__menu .right__btn .font-en2 {
  margin-right: 8px;
  padding-top: 1px;
}
.footer__menu .right__btn .text {
  margin-right: 4px;
}
.footer__menu .right__btn .arrow {
  width: 12px;
  display: inline-block;
  margin-left: auto;
  transition: all 0.3s;
}
.footer__menu .right__btn .arrow svg {
  width: 12px;
  height: 8px;
}
.footer__menu .right__btn:hover .arrow {
  transform: translate(5px);
}
.footer__menu .right__btn:nth-child(n + 2) {
  margin-top: 25px;
}
.footer .btnbox {
  width: 90%;
  max-width: 1240px;
  margin: 34px auto 0;
}
.footer .btnbox .entry {
  color: #fff;
  font-size: 19px;
  letter-spacing: 4px;
  border: 1px solid;
  padding: 18px 130px;
  border-radius: 50px;
  transition: all 0.3s;
}
.footer .btnbox .entry span {
  width: 57px;
  display: inline-block;
}
.footer .btnbox .entry:hover {
  background-color: #009fde;
}
.footer .btnbox__flex {
    color: #444;
    font-size: 1rem;
    letter-spacing: 1px;
    margin-top: 0%;
    display: flex;
    width: 18%;
    justify-content: space-between;
    font-weight: 400;
}
.footer .copyright {
  letter-spacing: 1px;
  width: 90%;
  max-width: 75vw;
  margin: 16px auto 0;
  display: flex;
  justify-content: space-between;
}
.footer .copyright .copy {
  color: #4d4d4d;
  font-size: 1rem;
}
.footer .copyright .totop {
  color: #fff;
  font-size: 10px;
  width: 93px;
  height: 17px;
  white-space: nowrap;
}
.footer .copyright .totop .arrow {
  width: 7px;
  height: 8px;
  display: inline-block;
  margin-right: 8.5px;
  transition: all 0.3s;
}
.footer .copyright .totop .arrow img {
  vertical-align: initial;
}
.footer .copyright .totop:hover .arrow {
  transform: translateY(-3px);
}
.footer .underline {
  transition: all 0.3s;
  position: relative;
}
.footer .underline:after {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #a8de00;
  display: inline-block;
  transition: all 0.3s;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.footer__menu a {
    color: black; 
    transition: color 0.3s ease-in-out; /* 色が変わる際のトランジション効果 */
}

.footer__menu a:hover {
    color: #a8de00!important;
}
.footer .underline:hover {
  color: #a8de00!important;
}
.footer .underline:hover:after {
  width: calc(100% + 5px);
}
@media screen and (max-width: 750px) {
  .footer .fixcontent1__box {
    padding: 50px 32px 28px;
  }
  .footer .fixcontent1__box .title {
    font-size: 2rem;
  }
  .footer .fixcontent1__box .title .subtitle {
    font-size: 1.1rem;
  }
  .footer .fixcontent1__box .btn {
    position: relative;
    transform: translateY(0);
    top: initial;
    right: initial;
    margin-left: auto;
    margin-top: 25px;
  }
  .footer__menu {
    flex-direction: column-reverse;
    margin: 46px auto 0;
    gap: 60px;
  }
  .footer__menu .left {
    width: 15%;
  }
  .footer__menu .right {
    width: 100%;
  }
  .footer .btnbox .btn {
    padding: 18px 0;
    width: 100%;
    display: table;
    text-align: center;
  }
  .footer .copyright {
    flex-direction: column;
    gap: 5px;
    margin-bottom: 6%;
  }
} /*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
:before,
:after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable]:focus {
  outline: auto;
}
table {
  border-color: inherit;
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: 700;
}
img.pclogo {
    width: 10vw;
}
p.title-ani-tar.title-ani.leadtitle {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 5vw;
}
.swiper-wrapper.news {
    display: inline-block;
}
.swiper-button-next, .swiper-button-prev {
    color: #000;
}


.news-item {
    display: flex;
    width:100%;
}
p.subtitle.about {
    font-size: 1rem;
    font-family: YakuHanJP, Zen Kaku Gothic New, sans-serif !important;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.8rem;
}
img.footerlogo {
    margin-top: 2%;
    width: 84%;
}
.footer__menu.list {
    border-top: 1px solid #b9b9b9;
    margin: 4% auto 2%;
    padding: 1.5% 0;
    border-bottom: 1px solid #b9b9b9;
}
.font-en2.btn:hover {
  color: #fff;
}
.swiper-slide.slide1.news:hover {
    background-color: #c3c3c3!important;
    color: #444!important;
}
p.title-ani-tar.title-ani.leadtitle {
    font-family: 'Noto SansJP',sans-serif!important;
}
@media screen and (max-width: 950px) {
    img.sd {
    width: 66%;
}
    p.title-ani-tar.title-ani.leadtitle {
    font-family: 'Noto SansJP',sans-serif!important;
}
p.title-ani-tar.title-ani.leadtitle {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 9vw;
}
    .section3 .fixcontent1__box .text p {
        display: inline;
        font-size: 0.9rem;
        line-height: 1rem;
    }
        .section3 .fixcontent1__box .title .subtitle {
        font-size: 1rem;
        margin-top: 4%;
    }
    .section3 .fixcontent1__box .btn .shuffle {
    font-size: 1rem;
}
.news-item {
    display: inline;
    width: 100%;
}
    .footer__news .flexbox__right .swiper-container-news .swiper-wrapper .swiper-slide .date {
        bottom: auto;
    }
    .date.font-en {        font-size: 0.8rem;
}
    .footer__news .flexbox__right .swiper-container-news .swiper-wrapper .swiper-slide .title {
        font-size: 0.9rem;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: 1.2rem;
}
    .footer__news .flexbox__right .swiper-container-news .swiper-wrapper .swiper-slide {
        width: 100% !important;
        width: 100%;
        padding: 6% 8% 8%;
        margin-bottom: 6%;
    }
    .footer__news .flexbox__left .title .subtitle {
    font-size: 0.8rem;
    font-family: YakuHanJP, Zen Kaku Gothic New, sans-serif !important;
    font-weight: 500;
}
.footer__recruit {    font-size: 0.8rem;
}
.section1__title {
    position: absolute;
    transform: translateY(0%);
    top: 54%;
    right: 23%;
    width: 70%;
}
    .section1__title {
        left: 56%;
        transform: translate(-57%, -50%);
    }
.navigation .nav2 {
    margin-left: auto;
    width: 10%;
    height: 2rem;
    border: 1px solid;
    border-radius: 30px;
    display: flex; /* Flexboxを使用 */
    align-items: center; /* 縦方向の中央揃え */
    justify-content: center; /* 横方向の中央揃え */
    padding: 9px 0;
    margin-right: 30px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    color: #000;
    font-size: 0.8rem;
    transition: all 0.3s;
    letter-spacing: 2px;
}

        .navigation .nav2 {
        margin-right: 0;
        width: 35%;

    }
    span.shuffle {
    vertical-align: middle;
}
    .footer__news .flexbox__left .title {
    margin-bottom: 10%;
}
    .footer .fixcontent1__box .title {
        font-size: 1.5rem;
    }
        .footer .fixcontent1__box .title .subtitle {
        font-size: 0.8rem;
        margin-top: 3%;
    }
    .footer .fixcontent1__box .btn {
        position: relative;
        transform: translateY(0);
        top: initial;
        right: initial;
        margin-left: auto;
        margin-top: 17px;
    }
    .footer .fixcontent1__box .btn span {
    width: 8rem;
    display: inline-block;
    height: 1rem;
    font-size: 0.8rem;
}
.footer__news.connect {
    padding-top: 0%;
}
p.subtitle.about {
    font-size: 0.84rem;
    font-family: YakuHanJP, Zen Kaku Gothic New, sans-serif !important;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.2rem;
}
.footer .btnbox__flex {
    color: #444;
    font-size: 0.9rem;
    letter-spacing: 1px;
    margin-top: 0%;
    display: contents;
    width: 100%;
    justify-content: space-between;
    font-weight: 400;
    line-height: 1.4rem;
}
.footer .copyright .copy {
    color: #4d4d4d;
    font-size: 0.8rem;
}
    .footer__menu {
        flex-direction: column-reverse;
        margin: 0px auto 0;
        gap: 10%;
    }
    .fixcontent1__box.oi {
    top: calc(50lvh - 70px) !important;
}
.navigation .nav3 {
  width: 45px;
  height: 45px;
}
    .navigation .nav3 {
        padding: 5px!important;
    }
    img.sd {
        width: 100%;
        vertical-align: middle;
    }
}
img.sd {
    width: 30%;
}
.menuwrap .nav3.btn {
  transition: background-color 0.5s ease, color 0.5s ease;
}

.menuwrap .nav3.btn:hover {
  background-color: #a8de00;
}
.menuwrap .nav3.btn .sd {
  transition: fill 0.5s ease; /* 0.5秒で塗りつぶし色が変わる */
}

.menuwrap .nav3.btn:hover .sd {
  fill: #fff; 
}
@media screen and (max-width:768px) {
  .sp-only {
    display: inline;
}
    .swiper-slide.slide1.news {
        background-image: none;
    }
    img.footerlogo.back {
    display: none;
}
img.footerlogo {
        margin-top: -1%;
        width: 33%;
        margin-bottom: 6%;
}
.left.pc-only {
    display: none;
}
.footer__menu.list {
    border-top: 1px solid #b9b9b9;
    margin: 12% auto 5%;
    padding: 4.5% 0;
    border-bottom: 1px solid #b9b9b9;
}
}
.section1 .mainv .cover {
    position: relative;
}
.section1 {
  position: fixed;
  border-radius: 24px;
  overflow: hidden;
  width: calc(100% - 50px);
  height: calc(100svh - 0px);
  transform: translate(-50%, -50%);
  top: 50dvh;
  left: 50%;
  transition: all 1.5s ease-out;
  z-index: -1;
}

.cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.5s ease-out;
  transform: scale(1);
}
a.swiper-slide.slide1.news {
    width: 100% !important;
}

@media (max-width: 768px) {
  .swiper-slide {
        display: block;
        width: 80% !important;
    }
}
@media (min-width: 769px) {
  .swiper-slide {
    width: 400px; /* 大きな画面向けの幅 */
  }
}
/* スマホ向けのスタイル */
@media (max-width: 768px) {
.section1 {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
}

  .mainv {
    width: 100%;
    height: 100%;
    margin: 0; /* 余計なマージンを排除 */
    padding: 0;
  }

  .cover {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
  }
  img.sd {
    width: 90%;
}
}
.swiper-slide .inter-bg1 {
  display: none; /* スライドには表示されない */
}
/* モーダルの初期状態（非表示） */
.modal {
    display: none; /* 非表示 */
    position: fixed;
    z-index: 1000; /* 他の要素の上に表示 */
    left: 0;
    top: 0;
    width: 100%; /* 幅を画面全体に */
    height: 100%; /* 高さも画面全体に */
    background-color: rgba(0, 0, 0, 0.7); /* 完全に黒で覆う */
    justify-content: center;
    align-items: center;
}

/* モーダルの中身（プレイヤーを中央に配置） */
.modal-content {
    position: relative;
    max-width: 90%;  /* 幅の最大値を90%に設定 */
    max-height: 90%; /* 高さの最大値を90%に設定 */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent; /* プレイヤー部分は透明に */
}

/* 閉じるボタン */
.close {
    position: absolute;
    top: 10px;
    right: 20px;
    color: white;
    font-size: 30px;
    cursor: pointer;
}
/* メニューの初期状態（非表示、画面の右外側に位置） */
.menu-contents {
  display: none;
  position: fixed;
  top: 50%;  /* 上下中央にするためのtop 50% */
  left: 50%; /* 左右中央にするためのleft 50% */
  transform: translate(-50%, -50%); /* 中央に移動させるためにtranslateを使用 */
  width: 80%;
  height: auto;
  z-index: 1001;
  padding: 20px;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1); /* スライドインのアニメーション */
}

.menu-contents.active {
  display: block;
  transform: translate(-50%, -50%); /* 中央にスライドイン */
}
.menu-contents a {
  color: white; /* リンクの文字色を白に設定 */
  text-decoration: none;
  display: block;
  margin-bottom: 20px; /* リンク間のスペース */
  font-size: 18px;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* 透過背景の色 */
  z-index: 1000;
  opacity: 0;
  pointer-events: none; /* 初期状態ではクリックできない */
  transition: opacity 0.3s ease;
}
.overlay.active {
  opacity: 1;
  pointer-events: auto; /* アクティブ時にクリックを可能にする */
}
@media (max-width: 768px) {
  .menu-contents {
    width: 90%; /* スマホの場合はメニューの幅を90%に */
  }
}
  .left.sp-only {
    display: none!important;
  }

  .section1 .mainv .cover {
    position: relative;
  }

  .section1 {
    position: fixed;
    border-radius: 24px;
    overflow: hidden;
    width: calc(100% - 50px);
    height: calc(100svh - 0px);
    transform: translate(-50%, -50%);
    top: 50dvh;
    left: 50%;
    transition: all 1.5s ease-out;
    z-index: -1;
  }

  .cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.5s ease-out;
    transform: scale(1);
  }

  a.swiper-slide.slide1.news {
    width: 100% !important;
  }

  @media (max-width: 768px) {
    .swiper-slide {
      display: block;
      width: 80% !important;
    }
  }

  @media (min-width: 769px) {
    .swiper-slide {
      width: 400px;
    }
  }

  @media (max-width: 768px) {
    .section1 {
      margin: 0;
      padding: 0px 0;
      box-sizing: border-box;
    }

    .mainv {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
    }

    .cover {
      width: 100%;
      height: auto;
      object-fit: cover;
      object-position: center;
    }

    img.sd {
      width: 65%;
    }
  }

  .swiper-slide .inter-bg1 {
    display: none;
  }

  .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
  }

  .modal-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
  }

  .close {
    position: absolute;
    top: 10px;
    right: 20px;
    color: white;
    font-size: 30px;
    cursor: pointer;
  }

  .menu-contents {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: auto;
    z-index: 1001;
    padding: 20px;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }

  .menu-contents.active {
    display: block;
    transform: translate(-50%, -50%);
  }
@media (max-width: 768px) {
  .menu-contents.active {
    display: block;
    transform: translate(-50%, -15%);
}
}

  .menu-contents a {
    color: white;
    text-decoration: none;
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }

  .overlay.active {
    opacity: 1;
    pointer-events: auto;
  }

  @media (max-width: 768px) {
    .menu-contents {
      width: 90%;
    }
  }

  .inter-bg2 {
    background-image: url('/img/webp/topicbc02.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .inter-bg4 {
    background-image: url('/img/webp/topics4bg.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .inter-bg1 {
    background-image: url('/img/webp/topics1bg2.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .swiper-slide .inter-bg1 {
    display: none;
  }

  .inter-bg3 {
    background-image: url('/img/webp/topics3bg.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .text.topics {
    display: none;
    transition: opacity 0.3s ease-in-out;
  }

  .swiper-button-prev, .swiper-button-next {
    background-color: transparent;
    border: none;
    outline: none;
  }

  .swiper-button-prev:hover, .swiper-button-next:hover {
    background-color: #000!important;
    transition: background-color 0.3s ease-in-out;
  }

  .swiper-button-prev:hover img, .swiper-button-next:hover img {
    filter: brightness(0) invert(1);
  }

  .swiper-slide .image {
    overflow: hidden;
    border-radius: 40px;
    max-height: 293px;
  }

  .swiper-slide:hover .text.topics {
    display: block;
    opacity: 1;
  }

  @media (max-width: 768px) {
    .text {
      display: block;
    }
  }

  .swiper-slide.slide1 {
    background-size: cover;
    background-position: center;
  }

  @media (max-width: 768px) {
    .swiper-slide.slide1 {
      background-image: none!important;
      background-size: contain;
      background-position: top;
    }

    .swiper-slide.slide2 {
      background-image: none!important;
      background-size: cover;
      background-position: bottom right;
    }

    .swiper-slide.slide3 {
      background-image: none!important;
      background-size: 100% 50%;
      background-position: left;
    }

    .swiper-slide.slide4 {
      background-image: none!important;
      background-size: cover;
      background-position: bottom right;
    }
    .footer .fixcontent1__box .title {
    font-size: 1.4rem;
    letter-spacing: 2px;
    line-height: 1.2rem;
}
    .footer .fixcontent1__box .btn {
        margin-top: 7px;
    }
    .footer__news .flexbox__right .swiper-container-news .swiper-wrapper .swiper-slide .date {
    font-size: 0.94rem;
}
  }

  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .fixcontent2 .interview .inter-bg1,
    .fixcontent2 .interview .inter-bg2,
    .fixcontent2 .interview .inter-bg3,
    .fixcontent2 .interview .inter-bg4 {
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      height: 100vh;
      width: 100%;
    }

    .fixcontent2 .interview {
      height: 100vh;
    }

    .fixcontent2 .interview .inter-bg1,
    .fixcontent2 .interview .inter-bg2,
    .fixcontent2 .inter-bg3,
    .fixcontent2 .inter-bg4 {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      height: 100%;
      width: 100%;
    }

    .fixcontent2 .interview .inter-bg1,
    .fixcontent2 .interview .inter-bg2,
    .fixcontent2 .inter-bg3,
    .fixcontent2 .inter-bg4 {
      background-attachment: scroll;
    }

    .fixcontent2 .interview .inter-bg1,
    .fixcontent2 .interview .inter-bg2,
    .fixcontent2 .inter-bg3,
    .fixcontent2 .inter-bg4 {
      min-height: 100vh;
      min-width: 100vw;
    }

    .fixcontent2.interview {
      height: 100vh;
      width: 100vw;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .fixcontent2 .interview .inter-bg1,
    .fixcontent2 .interview .inter-bg2,
    .fixcontent2 .inter-bg3,
    .fixcontent2 .inter-bg4 {
      background-attachment: scroll;
    }
  }

  @media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
    .swiper-slide.slide1 {
      background-image: none!important;
      background-size: contain;
      background-position: top;
    }

    .swiper-slide.slide2 {
      background-image: none!important;
      background-size: cover;
      background-position: bottom right;
    }

    .swiper-slide.slide3 {
      background-image: none!important;
      background-size: 100% 50%;
      background-position: left;
    }

    .swiper-slide.slide4 {
      background-image: none!important;
      background-size: cover;
      background-position: bottom right;
    }
  }

  @media only screen and (min-width: 1366px) and (max-width: 2048px) and (orientation: landscape) {
    .swiper-slide.slide1, .swiper-slide.slide2, .swiper-slide.slide3, .swiper-slide.slide4 {
      background-image: none!important;
    }

    .swiper-slide.slide1 {
      background-size: contain;
      background-position: top;
    }

    .swiper-slide.slide2, .swiper-slide.slide4 {
      background-size: cover;
      background-position: bottom right;
    }

    .swiper-slide.slide3 {
      background-size: 100% 50%;
      background-position: left;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
    .section1 {
    width: calc(100% - 50px) !important;
    height: calc(100svh - 50px) !important;
    transform: translate(-50%, -50%) !important;
    top: 50dvh !important;
    left: 50% !important;
      object-fit: cover;
    }
  }

.fadein{opacity:0;transform:translateY(20px);transition:opacity 1s ease-out,transform 1s ease-out}.fadein.fade-in{opacity:1;transform:translateY(0)}@media (max-width:768px){.fadein{opacity:0;transform:translateY(20px);transition:opacity 1s ease-out,transform:1s ease-out}.fadein.fade-in{opacity:1;transform:translateY(0)}}