@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
@font-face {
  font-family: "gen-g-b";
  src: url("/career-exp/assets/font/genjyuugothic-bold.woff2") format("woff2"), url("/career-exp/assets/font/genjyuugothic-bold.woff") format("woff");
  font-display: swap;
}
@-webkit-keyframes maskOut {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  40% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes maskOut {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  40% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@media (min-width: 768px) {
  header {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    -webkit-transition: 1s;
    transition: 1s;
  }
  header.active {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

#main header {
  position: absolute;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  background: transparent;
  opacity: 0;
}
@media (max-width: 767px) {
  #main header {
    display: none !important;
  }
}
#main header.active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 1;
}
#main header .menu_btn {
  width: 65px;
  height: 32px;
  position: relative;
  margin-left: 1em;
  cursor: pointer;
}
@media (max-width: 767px) {
  #main header .menu_btn {
    width: 7rem;
    height: 5.5rem;
    position: relative;
    margin-left: 0;
    cursor: pointer;
    padding: 0.8em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#main header .menu_btn span {
  background-color: #fff;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 767px) {
  #main header .menu_btn span {
    width: calc(100% - 1.6em);
    height: 0.3rem;
    left: 0.8em;
  }
}
#main header .menu_btn span:first-of-type {
  top: 0;
}
@media (max-width: 767px) {
  #main header .menu_btn span:first-of-type {
    top: 0.8em;
  }
}
#main header .menu_btn span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#main header .menu_btn span:last-of-type {
  top: 100%;
}
@media (max-width: 767px) {
  #main header .menu_btn span:last-of-type {
    top: calc(100% - 1em);
  }
}
#main header .menu_btn.active span:first-of-type {
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(25deg);
          transform: translate(0, -50%) rotate(25deg);
}
#main header .menu_btn.active span:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
#main header .menu_btn.active span:last-of-type {
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(-25deg);
          transform: translate(0, -50%) rotate(-25deg);
}

body#top #wrapper {
  opacity: 0;
}
body#top .shape_anim {
  position: relative;
}
body#top .shape_anim img {
  opacity: 0;
}
body#top .shape_anim::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #e64737;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
body#top .shape_anim.active img {
  opacity: 1;
  -webkit-transition: 1.2s 0.23s;
  transition: 1.2s 0.23s;
}
body#top .shape_anim.active::after {
  -webkit-animation-name: maskOut;
          animation-name: maskOut;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
          animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
}
body#top #wrapper {
  min-width: 1200px;
  overflow: hidden;
}
@media (max-width: 767px) {
  body#top #wrapper {
    min-width: 100%;
  }
}
body#top #main_fixed {
  position: fixed;
  width: 100%;
  min-width: 1200px;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  body#top #main_fixed {
    min-width: 100%;
    margin-top: 5.5rem;
    height: 100dvh;
  }
}
body#top #main_fixed::after {
  content: "";
  width: 130%;
  height: 100%;
  background: #e64737;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-clip-path: polygon(0% 0%, calc(100% - 18rem) 0%, 100% 50%, calc(100% - 18rem) 100%, 0% 100%);
          clip-path: polygon(0% 0%, calc(100% - 18rem) 0%, 100% 50%, calc(100% - 18rem) 100%, 0% 100%);
}
@media (max-width: 767px) {
  body#top #main_fixed::after {
    width: 130%;
    height: calc(100% - 5.5rem);
    -webkit-clip-path: polygon(0% 0%, calc(100% - 10rem) 0%, 100% 50%, calc(100% - 10rem) 100%, 0% 100%);
            clip-path: polygon(0% 0%, calc(100% - 10rem) 0%, 100% 50%, calc(100% - 10rem) 100%, 0% 100%);
  }
}
body#top #main_fixed.active::after {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media (max-width: 767px) {
  body#top #main_fixed.active::after {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
}
@media (orientation: portrait) {
  body#top #main_fixed.active::after {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
}
body#top #main_fixed.active ul li:first-of-type {
  width: 28.376%;
  -webkit-transition: 0.3s 0.6s linear;
  transition: 0.3s 0.6s linear;
}
@media (max-width: 767px) {
  body#top #main_fixed.active ul li:first-of-type {
    width: 100%;
  }
}
@media (orientation: portrait) {
  body#top #main_fixed.active ul li:first-of-type {
    width: 100%;
  }
}
body#top #main_fixed.active ul li:first-of-type img {
  top: 50%;
  left: 0;
  -webkit-transition: 1.2s 1s;
  transition: 1.2s 1s;
}
body#top #main_fixed.active ul li:nth-of-type(2) {
  width: 38.83%;
  -webkit-transition: 0.3s 0.75s linear;
  transition: 0.3s 0.75s linear;
}
@media (max-width: 767px) {
  body#top #main_fixed.active ul li:nth-of-type(2) {
    width: 100%;
  }
}
@media (orientation: portrait) {
  body#top #main_fixed.active ul li:nth-of-type(2) {
    width: 100%;
  }
}
body#top #main_fixed.active ul li:nth-of-type(2) img {
  top: 50%;
  left: 0;
  -webkit-transition: 1.2s 1.15s;
  transition: 1.2s 1.15s;
}
@media (max-width: 767px) {
  body#top #main_fixed.active ul li:nth-of-type(2) {
    left: 0;
  }
}
@media (orientation: portrait) {
  body#top #main_fixed.active ul li:nth-of-type(2) {
    left: 0;
  }
}
body#top #main_fixed.active ul li:nth-of-type(3) {
  width: 38.83%;
  -webkit-transition: 0.3s 0.9s linear;
  transition: 0.3s 0.9s linear;
}
@media (max-width: 767px) {
  body#top #main_fixed.active ul li:nth-of-type(3) {
    width: 100%;
  }
}
@media (orientation: portrait) {
  body#top #main_fixed.active ul li:nth-of-type(3) {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body#top #main_fixed.active ul li:nth-of-type(3) {
    left: 0;
  }
}
@media (orientation: portrait) {
  body#top #main_fixed.active ul li:nth-of-type(3) {
    left: 0;
  }
}
body#top #main_fixed.active ul li:nth-of-type(3) img {
  top: 50%;
  left: 0;
  -webkit-transition: 1.2s 1.3s;
  transition: 1.2s 1.3s;
}
body#top #main_fixed.active ul li:nth-of-type(4) {
  width: 38.83%;
  -webkit-transition: 0.3s 1.05s linear;
  transition: 0.3s 1.05s linear;
}
@media (max-width: 767px) {
  body#top #main_fixed.active ul li:nth-of-type(4) {
    width: 100%;
  }
}
@media (orientation: portrait) {
  body#top #main_fixed.active ul li:nth-of-type(4) {
    width: 100%;
  }
}
body#top #main_fixed.active ul li:nth-of-type(4) img {
  top: 50%;
  left: 0;
  -webkit-transition: 1.2s 1.45s;
  transition: 1.2s 1.45s;
}
@media (max-width: 767px) {
  body#top #main_fixed.active ul li:nth-of-type(4) {
    left: 0;
  }
}
@media (orientation: portrait) {
  body#top #main_fixed.active ul li:nth-of-type(4) {
    left: 0;
  }
}
body#top #main_fixed ul {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  min-height: 1000px;
  height: 120vh;
  width: 100%;
}
@media (max-width: 767px) {
  body#top #main_fixed ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    min-height: auto;
    height: 100dvh;
  }
}
@media (orientation: portrait) {
  body#top #main_fixed ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    min-height: auto;
    height: 100dvh;
  }
}
body#top #main_fixed ul li {
  width: 0;
  height: 100%;
  overflow: hidden;
  position: absolute;
  -webkit-clip-path: polygon(0% 0%, calc(100% - 15rem) 0%, 100% 50%, calc(100% - 15rem) 100%, 0% 100%, calc(100% - 40rem) 50%);
          clip-path: polygon(0% 0%, calc(100% - 15rem) 0%, 100% 50%, calc(100% - 15rem) 100%, 0% 100%, calc(100% - 40rem) 50%);
}
@media (max-width: 767px) {
  body#top #main_fixed ul li {
    -webkit-clip-path: none;
            clip-path: none;
    position: relative;
  }
}
@media (orientation: portrait) {
  body#top #main_fixed ul li {
    -webkit-clip-path: none;
            clip-path: none;
    position: relative;
  }
}
@media (max-width: 767px) {
  body#top #main_fixed ul li {
    width: 100%;
    margin-left: 0;
    height: calc((100dvh - 5.5rem) / 4);
    mask-image: none;
    -webkit-mask-image: none;
  }
}
@media (orientation: portrait) {
  body#top #main_fixed ul li {
    width: 100%;
    margin-left: 0;
    height: calc((100dvh - 5.5rem) / 4);
    mask-image: none;
    -webkit-mask-image: none;
  }
}
body#top #main_fixed ul li:first-of-type {
  margin-left: 0;
  left: 0;
  width: 0;
  -webkit-clip-path: polygon(0% 0%, calc(100% - 15rem) 0%, 100% 50%, calc(100% - 15rem) 100%, 0% 100%);
          clip-path: polygon(0% 0%, calc(100% - 15rem) 0%, 100% 50%, calc(100% - 15rem) 100%, 0% 100%);
}
@media (max-width: 767px) {
  body#top #main_fixed ul li:first-of-type {
    width: 100%;
    -webkit-clip-path: none;
            clip-path: none;
  }
}
@media (orientation: portrait) {
  body#top #main_fixed ul li:first-of-type {
    width: 100%;
    -webkit-clip-path: none;
            clip-path: none;
  }
}
body#top #main_fixed ul li:first-of-type::before {
  -webkit-clip-path: polygon(0% 0%, calc(100% - 15rem) 0%, 100% 50%, calc(100% - 15rem) 100%, 0% 100%);
          clip-path: polygon(0% 0%, calc(100% - 15rem) 0%, 100% 50%, calc(100% - 15rem) 100%, 0% 100%);
}
@media (max-width: 767px) {
  body#top #main_fixed ul li:first-of-type::before {
    -webkit-clip-path: none;
            clip-path: none;
  }
}
body#top #main_fixed ul li:first-of-type img {
  -webkit-clip-path: polygon(0% 0%, calc(100% - 15rem) 0%, 100% 50%, calc(100% - 15rem) 100%, 0% 100%);
          clip-path: polygon(0% 0%, calc(100% - 15rem) 0%, 100% 50%, calc(100% - 15rem) 100%, 0% 100%);
}
@media (max-width: 767px) {
  body#top #main_fixed ul li:first-of-type img {
    -webkit-clip-path: none;
            clip-path: none;
  }
}
@media (orientation: portrait) {
  body#top #main_fixed ul li:first-of-type img {
    -webkit-clip-path: none;
            clip-path: none;
  }
}
body#top #main_fixed ul li:first-of-type {
  z-index: 4;
}
body#top #main_fixed ul li:nth-of-type(2) {
  left: 12.8%;
  z-index: 3;
}
body#top #main_fixed ul li:nth-of-type(3) {
  z-index: 2;
  left: 37.1%;
}
body#top #main_fixed ul li:nth-of-type(4) {
  z-index: 1;
  left: 61.1%;
}
body#top #main_fixed ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  position: relative;
  -webkit-clip-path: polygon(0% 0%, calc(100% - 15rem) 0%, 100% 50%, calc(100% - 15rem) 100%, 0% 100%);
          clip-path: polygon(0% 0%, calc(100% - 15rem) 0%, 100% 50%, calc(100% - 15rem) 100%, 0% 100%);
  top: -100%;
  left: -130%;
}
@media (max-width: 767px) {
  body#top #main_fixed ul li img {
    -webkit-clip-path: none;
            clip-path: none;
    top: 50%;
    left: -102%;
    width: 102%;
    height: 102%;
  }
}
@media (orientation: portrait) {
  body#top #main_fixed ul li img {
    -webkit-clip-path: none;
            clip-path: none;
    top: 50%;
    left: -102%;
  }
}
body#top #main {
  height: 100vh;
  width: 100%;
}
@media (max-width: 767px) {
  body#top #main {
    height: 100dvh;
  }
}
body#top #main .inner {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body#top #main .inner .ttl_block {
  overflow: hidden;
}
body#top #main .inner .ttl_block.active h1 {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: 0.8s 2s;
  transition: 0.8s 2s;
}
body#top #main .inner .ttl_block h1 {
  display: table;
  margin: 0 auto;
  font-family: "gen-g-b";
  font-size: 8rem;
  line-height: 1;
  color: #fff;
  letter-spacing: -0.01em;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
@media (max-width: 767px) {
  body#top #main .inner .ttl_block h1 {
    font-size: 3.35rem;
    text-align: left;
    line-height: 1.6;
  }
}
body#top #main .inner .ttl_block h1 span {
  color: #e64737;
}
@media (max-width: 767px) {
  body#top #main .inner .ttl_block h1 span {
    font-size: 3.75rem;
  }
}
body#top #main .inner .ttl_block h1 i {
  display: inline-block;
  margin-left: -4%;
}
body#top #concept {
  height: 100vh;
  position: relative;
  color: #fff;
}
@media (max-width: 767px) {
  body#top #concept {
    height: auto;
    position: relative;
    color: #fff;
    padding: 7rem 0;
  }
}
body#top #concept .inner {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: 2s 2s;
  transition: 2s 2s;
}
body#top #concept.scrollin::after, body#top #concept.scrollin::before {
  -ms-filter: blur(0);
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}
body#top #concept.scrollin .inner {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: 2s 1s;
  transition: 2s 1s;
}
body#top #concept::after, body#top #concept::before {
  -ms-filter: blur(8px);
  -webkit-filter: blur(8px);
          filter: blur(8px);
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
body#top #concept::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(94, 106, 109, 0.65);
  mix-blend-mode: multiply;
}
body#top #concept .inner {
  min-width: 780px;
  width: 57%;
  height: 100%;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  body#top #concept .inner {
    min-width: 100%;
    width: 90%;
    height: auto;
  }
}
body#top #concept .inner h2 {
  font-size: 16rem;
  font-family: "Oswald", sans-serif;
  position: absolute;
  left: -21%;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
  line-height: 1;
  color: #abc3d6;
  opacity: 0.5;
}
@media (max-width: 767px) {
  body#top #concept .inner h2 {
    font-size: 8rem;
    left: -9rem;
  }
}
body#top #concept .inner p {
  margin-left: 9%;
  font-size: 2.3rem;
  font-weight: 500;
  text-align: left;
  text-align: justify;
  letter-spacing: 0.39em;
  line-height: 2.4;
  z-index: 1;
}
@media (max-width: 767px) {
  body#top #concept .inner p {
    font-size: 1.3rem;
    margin-left: 1.5rem;
  }
}
body#top .red_btn {
  background-color: #e64737;
  font-size: 2rem;
  min-width: 305px;
}
@media (max-width: 767px) {
  body#top .red_btn {
    font-size: 1.75rem;
    min-width: 100%;
  }
}
body#top .red_btn a {
  color: #fff;
  display: block;
  padding: 0.3em 0;
  position: relative;
}
body#top .red_btn a::after {
  content: "";
  position: absolute;
  right: 3%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
body#top .red_btn a::before {
  content: "";
  position: absolute;
  right: 1.2rem;
  top: 50%;
  width: 0.8rem;
  height: 1.2rem;
  background: url(../images/common/btn_arrow_01.svg) no-repeat top left/100% auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
body#top .bl_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body#top .bl_flex a {
  font-weight: bold;
}
body#top #message {
  background: rgba(255, 255, 255, 0.9);
  padding: 9% 0 33%;
  -webkit-clip-path: polygon(0 0, 3000px 0, 3000px 100%, 0 88%);
          clip-path: polygon(0 0, 3000px 0, 3000px 100%, 0 88%);
}
@media (max-width: 767px) {
  body#top #message {
    padding: 8.5rem 0 36.5rem;
    -webkit-clip-path: polygon(0 0, 1500px 0, 1500px 100%, 0 84%);
            clip-path: polygon(0 0, 1500px 0, 1500px 100%, 0 84%);
  }
}
body#top #message .inner {
  min-width: 1050px;
  margin: 0px auto;
  width: 65.867%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  body#top #message .inner {
    min-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body#top #message .inner .message_left_block {
  width: 58%;
  min-width: 610px;
}
@media (max-width: 767px) {
  body#top #message .inner .message_left_block {
    width: 30.05rem;
    min-width: auto;
  }
}
body#top #message .inner .message_left_block .message_img_01 {
  mask-image: url(../images/top/message_shape_01.svg);
  mask-size: 100% 100%;
  -webkit-mask-image: url(../images/top/message_shape_01.svg);
  -webkit-mask-size: 100% 100%;
  width: 100%;
}
body#top #message .inner .message_left_block .message_img_01 img {
  width: 100%;
}
body#top #message .inner .message_right_block {
  margin: -3% 0 auto auto;
  z-index: 1;
  position: relative;
  /* left: -4.5%; */
  position: absolute;
  right: 0;
  display: inline-block;
  width: 53.3%;
  top: 0;
  right: -6.1%;
  min-width: 488px;
}
@media (max-width: 767px) {
  body#top #message .inner .message_right_block {
    min-width: 100%;
    position: unset;
    right: auto;
    margin: 2rem auto 0 2rem;
  }
}
body#top #message .inner .message_right_block h2 {
  font-size: 16rem;
  font-family: "Oswald", sans-serif;
  line-height: 1.3;
  color: #a6a6a6;
  opacity: 0.5;
  text-align: left;
  margin-bottom: 10%;
  margin-left: -8.6%;
}
@media (max-width: 767px) {
  body#top #message .inner .message_right_block h2 {
    font-size: 8rem;
    position: absolute;
    top: -6rem;
    right: 2rem;
  }
}
body#top #message .inner .message_right_block h3 {
  font-family: "gen-g-b";
  font-size: 5rem;
  line-height: 1.6;
  text-align: left;
  text-align: justify;
  margin-bottom: 5%;
}
@media (max-width: 767px) {
  body#top #message .inner .message_right_block h3 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
}
body#top #message .inner .message_right_block p {
  min-width: 400px;
  width: 80%;
  text-align: left;
  text-align: justify;
  font-size: 1.8rem;
  letter-spacing: 0.3em;
}
@media (max-width: 767px) {
  body#top #message .inner .message_right_block p {
    min-width: auto;
    font-size: 1.2rem;
    width: 90%;
    margin-bottom: 2rem;
  }
}
body#top #message .inner .bl_flex {
  width: 85%;
  margin-top: 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  body#top #message .inner .bl_flex {
    min-width: 90%;
    position: absolute;
    bottom: -13rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body#top #message .inner .bl_flex li:first-of-type {
    margin-bottom: 2rem;
  }
}
body#top #message .inner .bl_flex .red_btn {
  min-width: auto;
  width: 100%;
}
@media (max-width: 767px) {
  body#top #message .inner .bl_flex .red_btn {
    width: 100%;
  }
}
body#top #culture {
  position: relative;
  margin-top: -24%;
  padding-bottom: 22%;
  margin-bottom: 10%;
}
@media (max-width: 767px) {
  body#top #culture {
    margin-top: -10rem;
    padding-bottom: 22rem;
    padding-top: 11rem;
  }
}
body#top #culture::before {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 3000px 16%, 3000px 100%, 0 88%);
          clip-path: polygon(0 0, 3000px 16%, 3000px 100%, 0 88%);
  position: absolute;
  left: 0;
  top: 1.8%;
  background-color: #fff;
}
@media (max-width: 767px) {
  body#top #culture::before {
    -webkit-clip-path: polygon(0 0, 1500px 16%, 1500px 100%, 0 88%);
            clip-path: polygon(0 0, 1500px 16%, 1500px 100%, 0 88%);
  }
}
body#top #culture h2 {
  font-size: 16rem;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  color: #a6a6a6;
  opacity: 0.5;
  text-align: left;
  margin-bottom: 9%;
  margin-left: 8%;
}
@media (max-width: 767px) {
  body#top #culture h2 {
    font-size: 8rem;
    margin: 0 2rem 0 auto;
    display: table;
    z-index: 2;
    position: relative;
  }
}
body#top #culture .inner > ul {
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  body#top #culture .inner > ul {
    margin-top: -1.5rem;
  }
}
body#top #culture .inner > ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12%;
}
@media (max-width: 767px) {
  body#top #culture .inner > ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body#top #culture .inner > ul li:last-of-type {
  margin-bottom: 0;
}
body#top #culture .inner > ul li:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  body#top #culture .inner > ul li:nth-of-type(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body#top #culture .inner > ul li:nth-of-type(2n) .culture_txt_block {
  left: auto;
  right: -14.6%;
}
@media (max-width: 767px) {
  body#top #culture .inner > ul li:nth-of-type(2n) .culture_txt_block {
    left: 0;
    right: auto;
  }
}
body#top #culture .inner > ul li:nth-of-type(2n) .culture_img_02 {
  min-width: 818px;
  width: 60%;
  mask-image: url(../images/top/culture_shape_02.svg);
  mask-size: 100% 100%;
  -webkit-mask-image: url(../images/top/culture_shape_02.svg);
  -webkit-mask-size: 100% 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  body#top #culture .inner > ul li:nth-of-type(2n) .culture_img_02 {
    min-width: 100%;
    margin-bottom: 3rem;
  }
}
body#top #culture .inner > ul li:nth-of-type(2n) .culture_img_02 img {
  width: 100%;
}
body#top #culture .inner > ul li .culture_img_01 {
  min-width: 822px;
  width: 60%;
  mask-image: url(../images/top/culture_shape_01.svg);
  mask-size: 100% 100%;
  -webkit-mask-image: url(../images/top/culture_shape_01.svg);
  -webkit-mask-size: 100% 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  body#top #culture .inner > ul li .culture_img_01 {
    min-width: 100%;
    margin-bottom: 3rem;
  }
}
body#top #culture .inner > ul li .culture_img_01 img {
  width: 100%;
}
body#top #culture .inner > ul li .culture_txt_block {
  left: -7%;
  position: relative;
}
@media (max-width: 767px) {
  body#top #culture .inner > ul li .culture_txt_block {
    left: 0;
    width: 90%;
  }
}
body#top #culture .inner > ul li .culture_txt_block .ttl_block {
  text-align: left;
}
body#top #culture .inner > ul li .culture_txt_block .ttl_block h3 {
  font-size: 3.5rem;
  font-family: "gen-g-b";
  line-height: 1.6;
  margin-bottom: 5%;
  min-width: 140%;
}
@media (max-width: 767px) {
  body#top #culture .inner > ul li .culture_txt_block .ttl_block h3 {
    min-width: 100%;
    font-size: 2rem;
  }
}
body#top #culture .inner > ul li .culture_txt_block .ttl_block h3 span {
  font-size: 2.5rem;
  color: #e64737;
  font-weight: bold;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 3%;
  line-height: 1;
}
@media (max-width: 767px) {
  body#top #culture .inner > ul li .culture_txt_block .ttl_block h3 span {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}
body#top #culture .inner > ul li .culture_txt_block p {
  text-align: left;
  text-align: justify;
  font-size: 1.6rem;
  line-height: 2.3;
  margin-bottom: 5%;
  letter-spacing: 0.38em;
  min-width: 140%;
}
@media (max-width: 767px) {
  body#top #culture .inner > ul li .culture_txt_block p {
    min-width: 100%;
    font-size: 1.2rem;
  }
}
body#top #culture .inner > ul li .culture_txt_block .red_btn {
  width: 65%;
}
@media (max-width: 767px) {
  body#top #culture .inner > ul li .culture_txt_block .red_btn {
    width: 90%;
  }
}
@media (max-width: 767px) {
  body#top #sctorigger {
    padding-top: 7rem;
  }
}
body#top #people {
  margin-top: 20% !important;
  position: relative;
  padding: 0px 0 45% 0;
  z-index: 1;
}
@media (max-width: 767px) {
  body#top #people {
    margin-top: 2rem !important;
  }
}
body#top #people.active {
  margin-top: 0 !important;
}
body#top #people.active::before {
  position: fixed;
  top: -57%;
}
body#top #people::before {
  content: "";
  width: 100%;
  height: 120%;
  -webkit-clip-path: polygon(0 0, 3000px 16%, 3000px 100%, 0 88%);
          clip-path: polygon(0 0, 3000px 16%, 3000px 100%, 0 88%);
  position: absolute;
  left: 0;
  top: -7.2%;
  background-color: #d5d8db;
}
@media (max-width: 767px) {
  body#top #people::before {
    top: -16.2%;
    -webkit-clip-path: polygon(0 0, 1500px 16%, 1500px 100%, 0 100%);
            clip-path: polygon(0 0, 1500px 16%, 1500px 100%, 0 100%);
  }
}
body#top #people .inner {
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  body#top #people .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
body#top #people .inner .ttl_sec {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 8.5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5%;
  padding-top: 4%;
}
@media (max-width: 767px) {
  body#top #people .inner .ttl_sec {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    margin: 0 auto;
    position: unset;
  }
}
body#top #people .inner .ttl_sec h2 {
  position: absolute;
  left: 7.56%;
  top: -4%;
  font-size: 16rem;
  font-family: "Oswald", sans-serif;
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  line-height: 1.3;
  color: #a6a6a6;
  opacity: 0.5;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  body#top #people .inner .ttl_sec h2 {
    font-size: 8rem;
    -webkit-transform: none;
            transform: none;
    left: auto;
    right: 0;
    top: -7rem;
  }
}
body#top #people .inner .ttl_sec .ttl_block {
  display: block;
}
@media (max-width: 767px) {
  body#top #people .inner .ttl_sec .ttl_block {
    width: 100%;
    margin-bottom: 2rem;
  }
}
body#top #people .inner .ttl_sec h3 {
  font-size: 3.5rem;
  font-family: "gen-g-b";
  text-align: left;
  line-height: 1.4em;
}
@media (max-width: 767px) {
  body#top #people .inner .ttl_sec h3 {
    font-size: 2rem;
    width: 100%;
  }
}
body#top #people .inner .ttl_sec p {
  font-size: 1.6rem;
  min-width: 240px;
  width: 19%;
  text-align: left;
  text-align: justify;
  margin: 0 3%;
}
@media (max-width: 767px) {
  body#top #people .inner .ttl_sec p {
    font-size: 1.2rem;
    min-width: auto;
    width: 100%;
    margin-bottom: 2rem;
  }
}
body#top #people .inner .ttl_sec .red_btn {
  width: 24%;
}
body#top #people .inner .people_slider {
  z-index: 1;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  body#top #people .inner .people_slider {
    margin: 0px auto 35rem;
  }
}
body#top #people .inner .people_slider::-webkit-scrollbar {
  display: none;
}
body#top #people .inner .people_slider .slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 30.5%;
}
@media (max-width: 767px) {
  body#top #people .inner .people_slider .slider {
    left: 1.5rem;
  }
}
body#top #people .inner .people_slider .slider li {
  min-width: 466px;
  left: -1.4%;
  position: relative;
  width: 46.6rem;
}
@media (max-width: 767px) {
  body#top #people .inner .people_slider .slider li {
    min-width: auto;
    width: 28.3rem;
  }
}
body#top #people .inner .people_slider .slider li .shape_anim {
  mask-image: url(../images/top/people_shape_01.svg);
  mask-size: 100% 100%;
  mask-position: left center;
  -webkit-mask-image: url(../images/top/people_shape_01.svg);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: left center;
}
body#top #people .inner .people_slider .slider li a img {
  width: 100%;
  -webkit-transition: 0.4s 0 !important;
  transition: 0.4s 0 !important;
}
body#top #people .inner .people_slider .slider li a:hover .shape_anim.active img {
  width: 100%;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.4s 0 !important;
  transition: 0.4s 0 !important;
}
body#top #people .inner .people_slider .slider li a:hover .shape_anim.active::before {
  opacity: 1;
}
body#top #people .inner .people_slider .slider li:first-of-type {
  left: 0;
}
body#top #people .inner .people_slider .slider li:nth-of-type(3) {
  left: -2.8%;
}
body#top #people .inner .people_slider .slider li:nth-of-type(4) {
  left: -4.2%;
}
body#top #people .inner .people_slider .slider li:nth-of-type(5) {
  left: -5.6%;
}
body#top #people .inner .people_slider .slider li:nth-of-type(6) {
  left: -7%;
}
body#top #people .inner .people_slider .slider li:nth-of-type(7) {
  left: -8.4%;
}
body#top #people .inner .people_slider .slider li:nth-of-type(8) {
  left: -9.6%;
}
body#top #people .inner .people_slider .slider li .slider_txt {
  margin: -6.5% auto 0 5%;
  padding: 3%;
  display: table;
  z-index: 1;
  position: relative;
}
body#top #people .inner .people_slider .slider li .slider_txt::before {
  content: "";
  width: 116%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -13%;
  background-color: #d5d8db;
  -webkit-clip-path: polygon(16% 0, 100% 0, 84% 100%, 0 100%);
          clip-path: polygon(16% 0, 100% 0, 84% 100%, 0 100%);
  z-index: -1;
}
body#top #people .inner .people_slider .slider li p {
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
}
@media (max-width: 767px) {
  body#top #people .inner .people_slider .slider li p {
    font-size: 1.25rem;
  }
}
body#top #people .inner .people_slider .slider li dl {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  line-height: 1;
  margin-top: 3%;
}
body#top #people .inner .people_slider .slider li dl dt {
  color: #fff;
  background-color: #333333;
  border-radius: 20px;
  padding: 0.3em 1em 0.5em;
  font-size: 1rem;
  margin-right: 1em;
}
body#top #people .inner .people_slider .slider li dl dd {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  body#top #people .inner .people_slider .slider li dl dd {
    font-size: 1.4rem;
  }
}
body#top #info {
  padding: 10% 0;
  position: relative;
}
@media (max-width: 767px) {
  body#top #info {
    margin-top: -1rem;
    padding: 0 0 7rem;
  }
}
body#top #info.active::after {
  top: 0;
  position: fixed;
}
body#top #info::after {
  content: "";
  width: 100%;
  height: 118%;
  position: absolute;
  top: -18%;
  left: 0;
  background: rgba(94, 106, 109, 0.65);
  mix-blend-mode: multiply;
}
body#top #info .inner {
  width: 90%;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  body#top #info .inner {
    width: 100%;
  }
}
body#top #info .inner > .red_btn {
  min-width: 665px;
  width: 60%;
  margin: 10% auto 0;
}
@media (max-width: 767px) {
  body#top #info .inner > .red_btn {
    min-width: auto;
    width: 90%;
  }
}
body#top #info .inner > .red_btn a {
  padding: 1.2em 0;
  font-size: 3rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  body#top #info .inner > .red_btn a {
    padding: 0.8em 0;
    font-size: 1.75rem;
  }
}
body#top #info .inner > .red_btn a::after {
  width: 1.6rem;
  height: 2.6rem;
  right: 3%;
}
body#top #info .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  body#top #info .inner ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body#top #info .inner ul li {
  width: 50%;
  border: solid 0.1rem #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  body#top #info .inner ul li {
    width: 100%;
  }
}
body#top #info .inner ul li:first-of-type {
  background: url(../images/top/info_img_01_pc.webp) no-repeat center center/100% auto;
}
body#top #info .inner ul li:last-of-type {
  background: url(../images/top/info_img_02_pc.webp) no-repeat center center/100% auto;
}
body#top #info .inner ul li a {
  color: #fff;
  padding: 17% 0 12%;
  display: block;
}
@media (max-width: 767px) {
  body#top #info .inner ul li a {
    padding: 11% 0 11%;
  }
}
body#top #info .inner ul li a h2 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: -0.03em;
  margin-bottom: 8%;
}
@media (max-width: 767px) {
  body#top #info .inner ul li a h2 {
    font-size: 1.8rem;
  }
}
body#top #info .inner ul li a h2 span {
  font-size: 1.6rem;
  display: block;
}
@media (max-width: 767px) {
  body#top #info .inner ul li a h2 span {
    font-size: 1.5rem;
  }
}
body#top #info .inner ul li a:hover .red_btn::before {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
body#top #info .inner ul li a .red_btn {
  min-width: 214px;
  width: 34.9289%;
  padding: 0.3em 0;
  font-size: 1.6rem;
  margin: 0 auto;
  position: relative;
  letter-spacing: 0.05em;
}
body#top #info .inner ul li a .red_btn span {
  position: relative;
  z-index: 1;
}
body#top #info .inner ul li a .red_btn:hover::before {
  -webkit-transform: none;
          transform: none;
}
body#top #info .inner ul li a .red_btn::after {
  content: "";
  position: absolute;
  right: 1.2rem;
  top: 50%;
  width: 0.5rem;
  height: 0.9rem;
  background: url(../images/common/btn_arrow_01.svg) no-repeat top left/100% auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}